body {
	background-color: #FFFFFF;
	background-position: center;
	margin: 20px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
.divider_horiz {
	background-image: url(images/page_foot_rule.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.small_print {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #0099CC;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
.text_grey_12px {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
}
.main_nav {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0099CC;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #666666;
}
.sub_category {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #666666;
	line-height: 18px;
}
.range {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #0099CC;
}
p {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
.form_top {
	background-image: url(images/form_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.form_bottom {
	background-image: url(images/form_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.form_left {
	background-image: url(images/form_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.form_right {
	background-image: url(images/form_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.form_text {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: normal;
	color: #666666;
}

.product {
	margin-top: 20px;
	}
.product .title {
	font-size: 16pt;
	color: #0099CC;
	font-weight: bold;
	margin-bottom: 25px;
	}
.product .details {
	overflow: auto;
	}
.product .price {
	font-size: 13pt;
	}
.product .option {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px dotted #0099CC;
	}
.product .option .grey_divider {
	padding-bottom: 25px;
	margin-bottom: 25px;
	clear: both;
	border-bottom: 1px solid #bbbbbb;
	}
.product .option .option_title {
	font-size: 12pt;
	color: #0099CC;
	font-weight: bold;
	cursor: pointer;
	}
.product .option .options {
	display: none;
	}
.product .blue_divider {
	clear: both;
	border-bottom: 2px dotted #0099CC;
	margin-bottom: 25px;
	}
.product .total_price {
	font-size: 16pt;
	color: #0099CC;
	font-weight: bold;
	}
.product .reset_add_total {
	overflow: auto;
	}
