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

#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:400px;
	float:left;
}

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

.small_prod_image {
	width:125px;
	margin-right: 5px;
}
.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 {
	height: 260px;
}