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



#content a{
	border-color:#fff;
}
.adminForm input, .adminForm textarea{
	width:210px;
	border: solid 1px #999;
}
.adminForm iframe{
	width:300px;
	border: solid 1px #999;
}
.product_txt{
	float:right;
	width:170px;
	margin-right:10px;
}
.product_featured{
	display:block;
	float:left;
	width:585px;
	height:100px;
	clear:both;
	border:solid 1px #666;
	background:#eee;
	padding:5px;
	margin:5px;
}
.product_featured .product_txt{
	width:480px;
}
.product_featured .product_tn{
	padding:3px;
	border: solid 1px #999;
}
.product_feature_text{
	display:block;
	font-weight:bold;
	width:290px;
	float:right;
	margin-right:10px;
}
.product{
	width:280px;
	height:110px;
	text-align:left;
	overflow:auto;
	float:left;
	padding:5px;
	border:solid 1px #eee;
	margin:5px;
}
.product_tn{
	float:left;
	padding:2px;
	margin:0 10px 10px 0;
}

.product_name{
	font-weight:bold;
	display:block;
}
.product_item_number{
	font-weight:bold;
	display:block;
}
.store_bt{
	background:#666;
	color:#fff;
	padding:2px 5px 2px 5px;
	text-decoration:none;
	border: solid 1px #333;
}
.store_bt:hover{
	background:#333;
	color:#fff;
}
.store_bt_cart{
	background:#999;
	color:#fff;
	padding:2px 5px 2px 5px;
	text-decoration:none;
	float:right;
	font-size:11px;
}
.store_bt_cart:hover{
	background:#666;
}
.cart_money{
	text-align:right;
}
#cart{
	border-top:solid 1px #333;
}
#cart td{
	border-bottom:solid 1px #ddd;
	padding:5px 0 5px 0;
}
#shipping_row td{
	background:#eee;
}
#mini_cart td{
	border-top:#333 solid 1px;
	border-bottom:none;
}
#mini_cart{
	background:#ddd;
	margin-bottom:10px;
	overflow:auto;
	padding:5px;
}
#mini_cart ul{
	list-style:none;
	padding:0;
	margin:0;	
	float:right;
	margin-right:20px;
}
#mini_cart h2{
	display:block;
	float:left;
	margin:0;
	padding:0;
	padding-right:30px;
}
#mini_cart li{
	display:block;
	float:left;
	padding-top:2px;
	padding-right:10px;
}
#img_viewer{
	float:right;
	width:300px;
	margin:-80px 0 20px 30px;
}
#img_viewer ul, #img_viewer li{
	list-style:none;
	margin:0;
	padding:0;
}
#img_viewer li{
	display:block;
	float:left;
}
#img_viewer a{
	padding:0;
}
.strike{
	color:#990000;
	text-decoration:line-through;
}
#contentLeft h3{
	margin:0px;
}
#filters{
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	overflow:auto;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #999;
}
#filters li{
	display:block;
	float:left;
	margin-right:10px;
}
label{
	display:block;
	padding:0;
	font-size:14px;
	font-weight:bold;
	margin:10px 0 0 0;
}
