/* CSS Document */
#center_content p.nodata {
	width:100%;
	height:auto;
	float:left;
	clear:both;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;	
	font-family: MS Sans Serif;
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}
#center_content fieldset {
	padding:10px 10px 10px 10px;
}
#center_content legend {
	font-family: MS Sans Serif;
	font-weight:bold;
	font-size:14px;
	color:#FF3300;
	letter-spacing:3px;
}
#product_price {
	width:96%;
	height:auto;
	float:left;
	text-align:right;
	font-family: MS Sans Serif;
	font-size:14px;
	padding:2px 2% 2px 2%;
	border:1px #FFFFFF solid;
	background-color:#FF9934;
	background-color:#FFF3CA;
	margin-top:5px;
}
#product_price .price_col1{
	width:25%;
	height:auto;
	float:left;
	padding-top:10px;
	text-align:left;
	color:#0033FF;
}
#product_price .price_col2{
	width:68%;
	height:auto;
	float:left;
	padding-top:10px;
	cursor:pointer;
}
#product_price .price_col3{
	width:7%;
	height:auto;
	float:left;
	text-align:center;
	padding-top:5px;
	cursor:pointer;
}
#product_price img{
	border:0px;
	vertical-align:middle;
}
#big_image {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
}
#big_image img{
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	border:1px #FFFFFF solid;
}
#alt_image {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
#small_image {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#small_image span {
	width:140px;
	height:110px;
	float:left;
	text-align:center;
}
#small_image img {
	margin-top:10px;
	padding:2px 2px 2px 2px;
	border:1px #FFFFFF solid;
	cursor:pointer;
}
#product_desc{
	width:700px;
	height:auto;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
}