@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: url(../images/bgr_header.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	color: #444;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #48550d;
	}
	
a:hover{
	text-decoration: underline;
	}
	
.tdp {
	padding: 5px;
	font-weight: bold;
	}
	
.tdpd {
	padding: 1px 10px;
	}

#wrapper {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding-top: 0px;
	}
	
#currency {
	margin: 101px 32px 0 0;
	text-align: right;
	}
	
#currency select {
	width: 136px;
	font: 10px Arial, Helvetica, sans-serif;
	background: transparent;
	border: 0;	
	padding: 2px;	
	}
	
#sideleft {
	float: left;
	width: 229px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/bgr_leftside.png) no-repeat center top;
	margin-top: 0px;
	padding: 20px 5px;	
	}

#sideleft h1 {
	font-size: 18px;
	line-height: 48px;
	background: url(../images/ttl.png) no-repeat 15px top;
	text-indent: -3000px;
	}
	
#sideleft ul {
	margin-left: 35px;
	}

#sideleft a:link, #sideleft a:visited {
	color: #48550d;
	text-decoration: none;
	}
	
#sideleft a:hover {
	text-decoration: underline;
	}
	
#sideleft li {
	padding: 2px 5px;
	}
	
#sideright {
	float: left;
	width: 661px;
	margin-top: 0px;	
	}

#inner-sideleft {
	float: left;
	width: 422px;
	}

#inner-sideright {
	float: right;
	width: 229px;
	padding: 20px 5px 0;
	background: url(../images/bgr_rightside.png) no-repeat center top;
	}
		
#nav {
	text-align: center;
	}
		
#nav ul {
	list-style-type: none;
	margin: 4px 0 0 20px;
	}
	
#nav ul li {
	background: url(../images/img_line.gif) no-repeat left top;
	float: left;
	margin: 0 2px 0 -2px;
	padding: 0 2px 0 5px;
	position:relative;
	font-size: 13px;
	font-weight: bold;
	}
	
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #48550d;
	padding: 0 8px;
	}
	
#nav li a:hover{
	text-decoration: underline;
	}

#nav .first {
	background: none;
	}

#nav ul li ul {
	display: none;
	}

#nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 13px;
	left: -22px;
	}

#nav ul li:hover ul li {
	background: none;
	float: left;
	display: block;
	position: relative;
	width: 180px;
	text-align: left;
	font-size: 11px;
	}

#nav ul li:hover ul li a {
	display:block;
	background: #acc933;
	color: #48550d;
	padding: 3px 10px;
	font-weight: normal;
	}

#nav ul li:hover ul li a:hover {
	background: #95c33f;
	color: #fff;
	}

#slide {
	margin-top: 13px;
	width: 660px;
	height: 350px;
	background: url(../images/slide.gif) no-repeat center top;
	text-align: center;
	}
	
#searchform {
	width: 219px;
	margin: 0 auto 10px;
	height: 36px;
	text-align: center;
	background: url(../images/bgr_search.jpg) no-repeat center 0;
	}
	
#searchform .search {
	float: left;
	width: 134px;
	margin: 4px 0 0 10px;
	padding: 5px;
	border: 0;
	}
	
#searchform input {
	color: #48550d;
	}	
	
#searchform #search {
	float: right;
	}

#search2 {
	width: 410px;
	height: 36px;
	margin: 20px auto 0;
	text-align: center;
	background: url(../images/bgr_search2.jpg) no-repeat center 0;
	}
	
#search2 input {
	color:#48550d;
	}

#search2 .search {
	width: 318px;
	float: left;
	padding: 5px;
	margin: 4px 0 0 10px;
	border: 0;
	}

#search2 #submit {
	float: right;
	}
	
#cartform {
	width: 219px;
	font-size: 11px;
	margin: 0 auto;
	color: #48550d;
	text-align: center;
	}
	
#cartform input {
	margin: 5px;
	}
	
#catshow {
	margin: 20px auto;
	width: 209px;
	background: url(images/bgr_catshow.jpg) no-repeat center top;
	}
	
#good_container {
	width: 900px;
	background: url(../images/bgr_goods.jpg) no-repeat 0 0;
	padding-top: 40px;
	}
	
#good_container #goods {
	margin: 0 0 10px 20px;	
	}
	
#goods_container {
	width: 651px;
	background: url(../images/bgr_goods2.jpg) no-repeat 0 0;
	padding: 0 0 0 0px;
	margin-left: 10px;
	}

#goods_container #goods {
	margin: 0 0 40px 5px;	
	}
	
#goods_container p {
	padding: 10px;
	}
	
#goods_container h2 {
	font-size: 11px;
	font-weight: normal;
	color: #777;
	}

#goods_container h3 {
	font: italic 24px/28px Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px;
	color: #f15a22;
	}

#goods_container h4 {
	font: 15px/24px Arial, Helvetica, sans-serif;
	padding: 10px 0;
	color: #f15a22;
	font-weight: bold;
	}
			
#goods_container h5 {
	font-size: 15px;
	color: red;
	}
	
#goods_container h6 {
	font-size: 12px;
	line-height: 24px;
	}

#goods {
	float: left;
	width: 156px;
	text-align: center;
	}
	
#goods a:link , #goods a:visited {
	color: #f15a22;
	text-decoration: none;
	}

#goods a:hover {
	text-decoration: underline;
	}
	
#goods h1 {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #f15a22;
	margin-top: 10px;
	}
	
#goods h2 {
	font-size: 11px;
	font-weight: normal;
	color: #777;
	}

#goods img {
	border: 0;
	}
	
#goodsLarge {
	width: 631;
	padding: 10px;
	}

#goodsLarge .photo {
	float: left;
	margin-right: 20px;
	}
	
#goodsLarge h2 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	}

#goodsLarge .description {
	margin-top: 10px;
	}
		
#goodsLarge .description h4 {
	font: 15px/24px Georgia, "Times New Roman", Times, serif;
	color: #48550d;
	font-weight: bold;
	}

#goodsLarge table {
	margin-top: 30px;
	border: 1px #e5e5e5 solid;
	}

#goodsLarge table .td {
	padding: 2px;
	border-bottom: 1px #e5e5e5 solid;
	border-right: 1px #e5e5e5 solid;
	}
	
#goodsLarge img {
	border: 0;
	}
	
#container {
	width: 631;
	padding: 10px;
	}
	
#footer {
	background: url(../images/bgr_footer.jpg) no-repeat center 0;
	width: 880px;
	padding: 16px 10px 10px;
	text-align: center;
	font-size: 11px;
	}
	
#footer a:link , a:visited {
	color: #444;
	text-decoration: none;
	}
	
#footernav {
	text-align: center;
	}
		
#footernav ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	overflow: hidden;
	padding: 0;
	}
	
#footernav li {
	background: url(../images/img_line.gif) no-repeat left top;
	display: inline;
	margin: 0 2px 0 -2px;
	padding: 0 2px 0 5px;
	}
	
#footernav li a:link, #footernav li a:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #444;
	padding: 0 8px;
	}
	
#footernav li a:hover{
	text-decoration: underline;
	}

#footernav .first {
	background: none;
	}
	
#pagination {
	padding: 10px;
	margin: 0  auto 10px;
	}
	
#pagination ul {
	border: 0;
	margin: 0;
	padding: 0;
	}

#pagination li {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	display: inline;
	}

#pagination a {
	border: 1px solid #ddd;
	margin-right: 2px;
	}

#pagination .previous-off, #pagination .next-off {
	color: #666;
	display: block;
	float: left;
	font-weight: normal;
	padding: 4px;
	}

#pagination .next a, #pagination .previous a {
	font-weight: normal;
	border: 1px solid #ddd;
	margin: 0 15px 0 5px;
	}

#pagination .active {
	color: #48550d;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4px 6px;
	}

#pagination a:link, #pagination a:visited {
	color: #333;
	display: block;
	float: left;
	padding: 3px 6px;
	text-decoration: none;
	}

#pagination a:hover {
	background-color: #eee;
	color: #48550d;
	}
	
#shopping_cart {
	font-size: 11px;
	width: 631px;
	background-color: #dfdfdf;
	}

#shopping_cart table {
	width: 631px;
	border-collapse: separate;
	border: outset 0; 
	border-spacing: 1px;
	}

#shopping_cart table td {
	border: inset 0;
	padding: 3px;
	}

#shopping_cart table th {
	background-color: #adc934;
	}

#shopping_cart table td {
	background-color: #fff;
	}
	
#shopping_cart h4 {
	font-size: 12px;
	margin-left: 5px;
	color: #FFFFFF;
	text-align: left;
	}
	
#shopping_cart h5 {
	font-size: 12px;
	color: red;
	}	
	
#shopping_cart input, #shopping_cart select, #shopping_cart textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	}
	
.w1 {
	width: 50px;
	}

.w2 {
	width: 110px;
	}
	
.w3 {
	width: 348px;
	}

.w4 {
	width: 415px;
	}

.w5 {
	width: 85px;
	}

.w6 {
	width: 200px;
	}

.td {
	width: 20%;
	text-align: center;
	}
	
#dvShippingFee {
	padding: 0 10px;
	color: #FF0000;
	font-weight: bold;
	}

#dvTotalAmount {
	background: #fffac2;
	padding: 5px;
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #fecf8c;
	}
	
#send {
	padding: 2px 10px;
	float: right;
	margin: 5px 0 5px 10px;
	font-size: 11px;
	}
	
	
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}

.BgUpper2 {
	top: 0;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 141px;
	text-align: center;
	overflow: hidden;
	z-index: 0;
}

#tpBackground {
	width: 900px;
	height: 141px;
	overflow: hidden;
	text-align: center;
	}
	
	
	
	/* ================================================== */
.gallery {
	width: 660px;
	height: 350px;
	margin: 5px auto;
	background: url(../images/slide.gif) no-repeat center top;
	text-align: center;
	}

#slider {
	width: 588px;
	list-style: none;
	margin: 0 auto;
	}

#slider ul, #slider li {
	width: 588px;
	height: 350px;
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
	}

#prevBtn, #nextBtn, #prevBtn a, #nextBtn a { display: block; width: 28px; height: 28px; }

#prevBtn {
	overflow: hidden;
	position: absolute;
	left: -45px !important;
	top: -200px;
	}
	
#nextBtn {
	overflow: hidden;
	position: absolute;
	left: 795px !important;
	top: -200px; }
	
#prevBtn a {
	background: url(images/arrow_l.png) no-repeat 0 0;
	}
	
#nextBtn a {
	background: url(images/arrow_r.png) no-repeat 0 0;
	}
	
p#controls {
	position: relative;
	}
	
	*html #prevBtn, *html #nextBtn {
	top: -210px;
	}
	
*html #prevBtn a {
	background: url(images/arrow_l.gif) no-repeat 0 0;
	}
	
*html #nextBtn a {
	background: url(images/arrow_r.gif) no-repeat 0 0;
	}
