/* List handling styles */
ul#product_preview {
	float: left;
	width: 405px;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
}

ul#product_preview li {
	text-align: center;
	margin: 0 20px 10px 0;
	padding: ;
	width: 110px;
	height: 115px;
	float: left;
	color: #2979B8;
}

ul#product_preview li a {
	padding: 0;
	margin: 0;
	display: block;
	color: #6c9dd1;
}

ul#product_preview li strong {
	padding: 3px 0 0 0;
	margin: 0;
	display: block;
}

ul#product_preview li a.product_image_preview {
	width: 110px;
	background: url(../graphics/product_bg.gif) center bottom no-repeat;
	display: block;
	padding: 10px 0;
	min-height: 72px; height: auto !important; 
	height: 72px; 
}

ul#product_preview li a.product_view_link { padding-top: 5px; }

ul#product_preview li a.product_image_preview img { border: none; }

/*ul#product_preview li a.product_image_preview span {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	display: block;
	width: 110px;
	text-align: center;
	background: url(../../../component/graphics/product_image_top_round.png) left top no-repeat;
}

ul#product_preview li a.product_image_preview span span {
	padding: 0;
	padding-bottom: 5px;
	background: url(../../../component/graphics/product_image_bottom_round.png) left bottom no-repeat;
}*/


ul#product_preview li a.product_image_preview span span img {
	display: inline;
	padding: 0;
	margin: 0;
    border: 0px solid #DAE8F3;
}



/* Form styles */
#product_info form p {
	clear: both;
	font-size: 95%;
	margin: 0 0 3px 0;
	float: left;
	width: 235px;
}

#product_info form p label,
#product_info form p input,
#product_info form p select {
	font-size: 95%;
	float: left;
	padding: 2px;
	border: 1px solid #9BBDEB;
}

#product_info form p label {
	font-size: 100%;
	padding-top: 2px;
	width: 80px;
	border: none;
}

#product_info form p select {
	width: 60%;
	padding: 0;
}

#product_info form p select option {
	padding: 0 2px;
}

#product_info form p input.text {
	width: 30px;
	padding: 0 2px;
}

#product_info form p input.submit,
#product_info form p input.button {
	margin-left: 84px;
	border: 1px solid #9BBDEB;
	background: #236097;
	color: #fff;
	padding: 2px 5px;
}


/* image handling styles */
#product_image     { margin: 0 17px 10px; width: 377px; float: left; }
#product_image img { margin-bottom: 20px; display: inline; }

#product_view_tab   { width: 111px; margin-top: -3px; padding: 8px 0 9px 0; background: #F1E8E8 url(../../../component/graphics/product_preview_bottom.gif) left bottom no-repeat; display: none; visibility: hidden; }
#product_view_tab a { color: #6E1717; font-size: 90%; padding-left: 22px; margin-left: 8px; background: url(../../../component/graphics/large_view_icon.gif) left center no-repeat; }

#product_info      { width: 377px; float: left; padding: 0 0 0 0; font-size: 95%; }
#product_info h3   { font-size: 100%; }
#product_info form { margin-left: 20px; }

#TB_overlay { background-color:#fff; }