* {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
}

ul {
	margin-left: 20px;
}

hr {
	margin: 20px 0;
	height: 1px;
	border: 0;
	background-color: #996600;
	*border-top: 1px solid #996600;
}

body, table, input, button, textarea, select, a {
	text-decoration: none;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

a {
	color: #A8C222;
}

a:hover {
	text-decoration: none;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	padding: 10px 0 0 0;
	background: #38270B url('../images/bg.jpg') repeat-x;
	color: #333;
}

h1 {
	margin: 10px 0 15px 0;
	font-family: verdana;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	letter-spacing: 2px;
	color: #B87B02;
}

h2 {
	margin: 5px 0 10px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	letter-spacing: 1px;
	color: #B87B02;
}

h3 {
	font-size: 12px;
	color: #B87B02;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: #B87B02;
}

#shw {
	width: 1000px;
	margin: 0 auto;
}

#shw_top {
	height: 10px;
	background: url('../images/shw_top.png') no-repeat;
}

	* html #shw_top {
		margin-bottom: -3px;
	}

#shw_bot {
	height: 10px;
	background: url('../images/shw_bot.png') no-repeat;
}

#shw_sds {
	padding: 0 10px;
	background: url('../images/shw_sds.png') repeat-y;
}

#con {
	padding-bottom: 40px;
	background: #FFF url('../images/con_bg.jpg') no-repeat right top;
}

#top {
	height: 110px;
	padding: 60px 0 0 40px;
}

#left {
	width: 160px;
	padding-left: 35px;
	line-height: 20px;
}

	#user_box {
		width: 107px;
		height: 80px;
		margin-bottom: 20px;
		padding: 10px;
/*		border: 1px solid #D1C052;
		background: #FFF7C4;*/
		border: 1px solid #EDE193;
		background: #FFFBE0;
		text-align: center;
	}
	
		#user_box a {
			font-weight: bold;
			font-size: 10px !important;
		}

	#srch {
		width: 102px;
		height: 20px;
		padding: 1px 0 0 27px;
		background: url('../images/srch.jpg');
	}

		#srch input {
			width: 90px;
			border: 0;
			font-size: 12px;
		}
	
	#left h3 {
		margin: 20px 0 4px;
		font-size: 12px;
		color: #A8C222;
	}
	
	#left a {
		display: block;
		text-decoration: none;
		font-size: 11px;
		color: #B87B02;
	}
	
	#left a:hover {
		text-decoration: underline;
	}
	
	#left a.cur {
		color: #A8C222;
	}
	
	#left a.arr {
		padding-left: 10px;
		background: url('../images/bul_arr.jpg') no-repeat 0 4px;
	}
	
	.submenu {
		display: none;
		top: 0;
		left: 0;
		position: absolute;
		background-color: #fff;
		border-bottom: 1px solid #9c5d32;
	}

	.submenu a {
		font-size:12px;
		display: block;
		padding: 3px 10px;
		border: 1px solid #9c5d32;
		border-bottom: 0;
		text-align: left;
		cursor: pointer;
		text-decoration: none;
		color: gray;
	}

	.submenu a:hover {
		background-color: #F6E3D5;
	}

#right {
	padding-right: 80px;
	line-height: 18px;
}

br.clear {
	display: block;
	clear: both;
}

* html .png {
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.style.backgroundImage.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.style.backgroundImage + "', sizingMethod='image')",
        this.style.backgroundImage = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

.category_description h1 {
	margin-bottom: 0px;
}

.productlist_pages {
	padding-right: 10px;
}

.productlist_pages a, .productlist_pages span {
	font-weight: bold;
	letter-spacing: 1px;
	color: #A8C222;
}

.productlist_pages span.cur, .productlist_pages a:hover {
	text-decoration: underline;
	color: #777;
}

.productlist_product {
	border-top: 1px solid #996600;
	padding-top: 10px;
}

#productlist {
	width: 100%;
}

#productlist tr.first_row .productlist_product {
	border-top: 0;
}

	.productlist_product .product_img {
		padding: 5px 0;
	}
	
		.productlist_product .product_img div {
			height: 150px;
		}

	.productlist_product .headline h2 {
		margin-bottom: 5px;
	}
	
	.productlist_product .headline {
		border-top: 1px solid #996600;
	}
	
		.productlist_product .headline img {
			padding: 4px 15px 0 10px;
		}
	
	.productlist_product .price {
		
	}
	
		.productlist_product .price td {
			padding-top: 2px;
		}
	
		.productlist_product .price img {
			padding: 0 0 6px 10px;
		}

.product_box {
	
}

	.product_box .product_picture {
		
	}
	
	.product_box .zoom img {
		padding-right: 10px;
	}
	
	.product_box .box_top {
		height: 27px;
		background: url('../images/product_box_top.jpg') no-repeat;
	}
	
	.product_box .box_mid {
		padding: 20px 30px;
		background: url('../images/product_box_mid.jpg') repeat-y;
	}
	
	.product_box .box_bot {
		height: 27px;
		background: url('../images/product_box_bot.jpg') no-repeat;
	}
	
	.product_box .buyit {
		margin-top: 15px;
	}
	
		.product_box .buyit h2  {
			margin: 0;
		}
	
		.product_box .buyit input {
			width: 30px;
			text-align: center;
		}
		
		.product_box .buyit button {
			width: 84px;
			border: 0;
			background: 0;
			cursor: pointer;
		}
	
	.product_box td.attr_name {
		width: 70px;
		height: 30px;
		color: #666;
	}
	
	.product_box td.attr_value {
		width: 160px;
	}

.cart_list hr {
	margin-bottom: 0;
}

.cart_list_top td {
	padding: 6px;
	border: 1px solid #996600;
	border-width: 1px 0;
	font-weight: bold;
	letter-spacing: 1px;
	color: #93AA1D;
}

	.cart_list_product .product_desc td {
		padding-top: 15px;
	}
	
	.cart_list_product .quantity input {
		width: 30px;
		text-align: center;
	}

.cart_list_bot td {
	border-bottom: 1px solid #996600;
	font-weight: bold;
	letter-spacing: 1px;
	color: #93AA1D;
}

	.cart_list_bot td.headline {
		padding-left: 6px;
	}

	.cart_list_bot h2 {
		margin-top: 8px;
	}

.cart_list .bot_line {
	height: 5px;
	border-bottom: 1px solid #996600;
}
