@charset "utf-8";
/* CSS Document */
#shop_container {
	width:850;
}
#shop_menu {
	width:850;
	height:22px;
	background-color:#efedee;
	margin-top:4px;
}
#backbar {
	width:850;
	height:22px;
	margin-top:4px;
	text-align:left;
}
#backbar a {
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	padding-left:4px;
}
#shop_info {
	float:left;
	width:200px;
	text-align:left;
	height:22px;
	line-height:22px;
	color:#666666;
	font-weight:bold;
}
#shop_search {
	float:left;
	width:240px;
}
#shop_checkout {
	float:left;
	width:90px;
}
#shop_checkout a {
	padding:0px;
	margin:0px;
	line-height:22px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
#shop_continue {
	float:left;
	width:140px;
}
#shop_continue a {
	padding:0px;
	margin:0px 0px 0px 4px;
	line-height:22px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
#shop_basket {
	float:left;
	width:85px;
	color:#333333;
	height:22px;
	line-height:22px;
	padding-left:25px;
	background-image:url(../images/cart.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
}
#shop_qty {
	float:left;
	width:60px;
	text-align:right;
}
#shop_qty a {
	padding:0px;
	margin:0px;
	line-height:22px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
#shop_content {
	clear:both;
	min-height:300px;
	text-align:center;
}
.searchBTN {
	border:none;
	background-color:#efedee;
	font-weight:bold;
	color:#333333;
}
.searchBOX {
	border:#8e8e8e 1px solid;
	width:160px;
	font-size:80%;
}

/* Categories */
.list_category {
	float:left;
	margin:10px 50px;
	width:140px;
	height:280px;
}
.category_image {
	width:140px;
	height:140px;
	/*background-image:url(../images/product_bg.gif);
	background-repeat:no-repeat;
	padding:5px;*/
}
.category_image a {
	border:none;
	padding:0px;
	margin:0px;
}
.category_image img {
	border:none;
	padding:0px;
	margin:0px;
}
.category_name {
	padding:10px 0px;
	text-align:center;
}
.category_name a {
	text-decoration:none;
	font-size:110%;
	color:#333333;
	font-weight:bold;
}

/* Product Detail */
.product_image_large {
	float:left;
	width:280px;
	/*background-image:url(../images/product_large_bg.gif);
	background-repeat:no-repeat;
	padding:5px;*/
}
.product_details {
	float:left;
	width:500px;
	margin-left:20px;
}
.product_description {
	clear:both;
	text-align:left;
	/*height:130px;*/
}
.product_image {
	float:left;
	width:140px;
	height:140px;
	/*background-image:url(../images/product_bg.gif);
	background-repeat:no-repeat;
	padding:5px;*/
}
.product_options {
	float:right;
	text-align:right;
	margin:20px;
}
.product_description a {
	font-size:90%;
	color:#000000;
	text-decoration:none;
}
.product_options_select {
	width:180px;
	margin:2px 2px 2px 15px;
}
.product_options_qty {
	width:50px;
	margin:2px 132px 2px 15px;
}
.product_add {
	width:120px;
	margin:2px 62px 2px 15px;
}
.product_price {
	font-size:160%;
}
.clear {
	clear:both;
	width:auto;
}
.left_col {
	float:left;
	width:49%;
	text-align:right;
	line-height:24px;
}
.right_col {
	float:right;
	width:49%;
	text-align:left;
}
.required {
	color:#66d8e7;
}