@charset "utf-8";
/* CSS Document */

.cart_button {
	padding:3px; 
	text-align:center; 
	background: #CCC url(../images/button_bg.png) repeat-x; 
	color: #FFF; font-weight:bold; width: 110px; 
	border-radius:2px; 
	margin-left:10px; 
	margin-bottom:3px; 
	border:1px solid #122B50; 
	color: #333; 
	border:1px solid #999;
}

#product_container {
	width: 900px;
	margin: 0 auto;
	float:left;
}
#product_image {
	width:300px;
	text-align:center;
	display:inline;
	float:left;
	clear:both;
	min-height:250px;
	padding-top:15px;
	min-width:250px;
}

.default_image {
	max-width: 250px;
	max-height: 250px;
}

#product_name {
	float:left;
	width: 600px;
	padding-bottom:5px;
	display:inline;
	border-bottom: 1px solid #EDEDED;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
}

#product_specs {
	float:left;
	width: 600px;
	padding-bottom:5px;
	display:inline;
	border-bottom: 1px solid #CCC;
	font-size:15px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

#product_print {
	font-size: 11px;
	font-weight:bold;
}

#stock_status {
	font-size: 10px;
	color:#666;
	margin-top: 5px;
	display:inline;
	float:right;
	font-weight:normal;
}

#product_description { 
	margin-top: 10px;
	line-height: 135%;
	float:left;
	width:600px;
	display:block;
}

.route_box {
	margin: 0 auto; 
	margin-bottom: 10px; 
	color:#333; 
	font-size:10px; 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:7px; 
	background-color: #EEE; 
	width:895px;
	border-radius: 3px 3px 3px 3px;
}

.route_link {
	font-weight:bold;
}

#product_info {
	width:600px;
	float:left;
}

#displayText {
	display:block;
	width: 226px;
	font-weight:bold;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:#EEE;
	padding-left: 5px;
	margin: 0 auto;
	padding-right:5px;
	border-bottom: #FFF solid 3px;
	margin-top:5px;
}

#toggleText {
	text-align:left;
	background-color:#EEE;
	width: 220px;
	margin: 0 auto;
	padding: 8px 8px 8px 8px;
}

#product_options {
	width:600px;
	font-size: 120%;
}
.product_option {
	border-bottom: 1px dotted #CCC;
	padding: 5px 5px 5px 5px;
}

#price_log {
	font-size: 85%;
	text-align:right;
}

.small_product_container {
	width: 175px;
	float: left;
	height: 250px;
	margin: 25px;
}

.thumbnail {
	max-width:125px;
	max-height: 125px;
}

.small_prod_image {
	width:125px;
	height:125px;
	margin: 0 auto;
	margin-bottom:8px;
}
.small_prod_details {
	width: 230px;
}

#additional_images {
	width: 250px;
	margin: 0 auto;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.product_thumbnail_image {
	max-height:75px;
	border: 2px solid #EEE;
	margin-bottom: 5px;
}

.product_img_change:hover {
}

#image {
	position: relative;
	width: 250px; /* for IE 6 */
	margin-bottom: 20px;
	margin-left: 25px;
}
.offer a {
	color: #FFF;
	text-decoration:none;
	display:block;
}

.small-offer a {
	color: #FFF;
	
}

.small-offer {
	padding:6px;
	position:relative;
	width: 60px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	background-color:#183767;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	color: white;
}

.offer {
	position: absolute;
	right: 0px;
	bottom: 20px;
	height: 54px;
	padding:6px;
	font-size: 25px;
	text-align: center;
	background-color:#900;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	color: white;
}
.offer-txt {
	font-size:11px;
	font-weight:bold;
}