html, body {
  min-height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  
  font-family: Tahoma;
  font-size: 12px;
}
#bg_full img {
	z-index: -999;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed; _position: absolute;
	top: 0;
	left: 0;
	background: #EFE8D8;
}
body {
	text-align: center;
}
.clear {
	clear: both;
}
input, textarea, select {
	font-family: Tahoma;
	font-size: 13px;
}
textarea {
	width: 300px;
	height: 100px;
}
a {
	color: #3378BA;
	text-decoration: none;
}
a img {
	border: none;
}
a.next {
	width: 128px;
	height: 128px;
	display: block;
	margin: -20px 5px 0px 0px;
	float: right;
	background: url(../img/next.png);
	_background-image:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/next.png');
}
a.next:hover {
	background: url(../img/next_hover.png);
	_background-image:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/next_hover.png');
}
a.next:active{
	background: url(../img/next_act.png);
	_background-image:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/next_act.png');
}
.shadow {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.rounded {
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; 
}
.pageBrowse {
	font-size: 11px;
	margin-top: 8px;
	border-top: 1px dashed #999;
	padding: 6px 0;
	text-align: center;
}
.logoImg {
	width: 120px;
	border: 0; 
	position: absolute;
	margin: 20px 0 0 440px;
}
.logoThumb {
	width: 28px;
	float: right;
	margin: -4px 6px 0 0; *margin-top: -30px;
	padding: 2px;
	background-color: #EFE8D8;
	border: 1px solid #999;
}
.productImg {
	width: 240px;
	border: 1px solid #999;
}
.productThumb {
	width: 100px;
	border: 1px solid #999;
}
.addBtn {
	display: block; 
	float: left;
	padding: 2px;
	margin: 0px 5px;
	border: 1px solid #ddd;
	background-color: white;
}
#container {
	z-Index: 1;
	width: 982px;
	min-height: 400px; _height: 400px;
	background: white url(../img/bg_container.gif) repeat-y;
	border: 6px solid white;
	
	text-align: left;		
	margin: 0px auto;
	overflow: hidden; _overflow:visible;
	
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.75);
}
#stroke {
	margin: 0px;
	border: 1px solid #333;
	border-color: #000 #999 #999 #000;
}
#left {
	float: left;
	width: 169px;
	border-right: 1px solid #333;
	background-color: #fff;
	overflow: hidden;
}
#left div.clear {
	height: 180px;
}
#left div.item {
	width: 146px; _width: 142px;
	min-height: 120px;
	background-color: #EFE8D8;
	margin: 0px 3px 12px 2px;
	padding: 3px 8px;
	border: 1px solid #302E2B;
	border-width: 0px 1px 1px 1px;
}
#left h2 {
	color: #fff;
	font-size: 12px;
	margin: 0px 2px 0px;
	padding: 5px;
	background: #333 url(../img/title_left.gif) no-repeat right top;
}
#logo {
	position: absolute;
	float: left;
	width: 280px;
	height: 180px;
	margin-bottom: 5px;
	_background-image:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/logo_shop.png');
}
#logo img { _display:none; }
#toppic{
	float: left;
	width: 590px;
	height: 235px;
	background: #333 url(../img/header_top.jpg) no-repeat right top;
	margin-bottom: 5px;
}
#topnav {
	float: left;
	width: 590px;
	padding-left: 50px; *padding-left: 90px; _padding-left: 0px; 
	background-color: #3A3A3A;
}
#topnav ul {
	margin: 0px;
}
#topnav li {
	list-style: none;
	float: left;
	padding: 10px 8px; 
}
#topnav li:hover ul, #topnav li.sfhover ul {
	display: block;
}
#topnav li a{
/*	font-weight: bold;*/
	color: #CCBB99;
	border: 1px solid #EFE8D8;
	border-width: 0px 0px 0px 1px;
	padding-left: 16px;
}
#topnav li a:hover, #topnav li a:active, #topnav li a.active{
	color: #EFE8D8;
}
#topnav li ul {
	width: 150px;
    position:absolute;
	z-index: 101;
	display: none;
	margin: 3px 0px 0px 6px; *margin: 0px 0px 0px 7px;
	padding: 7px 0px 5px 3px; *padding-top: 3px;
	border: 1px solid #3A3A3A;
	background-color: #CCBB99;
}
#topnav li ul li {
	width: 100%;
	padding: 3px; 
}
#topnav li ul li a{
	border: none;
	color: #3A3A3A;
	padding-left: 6px;
}
#main {
	float: left;
	width: 590px;
	background: #B2A27D url(../img/bg_dots.gif);
	padding: 0px 0px 5px 0px;
	min-height: 765px;
}
#order {
	width: 96%;
	margin: 5px;
	background-color: #EFE8D8;
	padding: 5px;
}
#detail {
	width: 98%;
	margin: 5px;
	background-color: #EFE8D8;
	padding: 5px;
}
#detail th {
	text-align: left;
	border-bottom: 1px dashed #999;
}
#detail th h1 {
	margin: 3px 2px;
}
#detail td.left {
	color: white;
	width: 175px;
	padding: 4px;
	background-color: #B2A27D;
	border: 1px solid #EFE8D8;
}
#content {
	float: left;
	margin: 5px; _margin-left: 3px;
	width: 570px; _width: 564px;
	min-height: 140px; _height: 140px;
	background-color: #EFE8D8;
	padding: 5px;
}
.home #content  {
	width: 375px;
}
h1#crawlPath {
	color: #3378BA;
	font-size: 14px;
	margin: 3px 6px;
	background-color: white;
	padding: 3px 5px;
	display: inline-block;
	border: 1px solid #888;
}
#content h1{
	font-size: 18px;
	margin: 4px 0px;
	padding: 6px 4px;
	border-bottom: 1px dashed #888;
}
#content h2{
	font-size: 13px;
	font-weight: normal;
}
#specials {
	float: left;
	margin: 5px auto;
	width: 140px;
	min-height: 140px;
	background: #2F2E2A url(../img/bg_specials.gif) no-repeat 80px bottom;
	color: white;
	padding: 5px 45px 5px 5px;
}
#specials h2 {
	color: #CCBB99;
	font-size: 15px;
	margin: 4px 0px 14px;
}
#specials a {
	display: block;
	padding: 30px 0px 0px 50px;
}
#specials img {
	position: relative;
	z-Index: 2;
}
#sale_label {
	width: 225px;
	height: 160px;
	position: absolute;
	font-size: 32px;
	margin: -55px auto auto 155px;
	background: url(../img/sale_label.png) no-repeat left top;
	_background-image:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/sale_label.png');
}
#sale_label a {
	display: block;
	color: #FEF4C9;
	padding: 35px 0px 0px 95px;
}
#main div.item {
	float: left;
	width: 178px; _width: 179px; 
	margin: 2px 0px 3px 5px; _margin-left: 3px; 
	padding: 5px;
	border: 1px solid #302E2B;
	border-width: 24px 1px 1px 1px;

	background-color: #EFE8D8;
}
#main div.item h2 {
	position: relative;
	font-size: 14px;
	color: #fff;
	margin: -27px 0px 12px 0px;
	z-Index: 2;
}  
#main div.item div.holder {
	background-color: #fff;
	margin-bottom: 5px;
	border: 1px solid #222;
	overflow: hidden;
	text-align: center;

	clear:left;
	height:133px;
	width:100%;
	z-index:10;
	position: relative; 
}
#main div.item img.thumb {
	height:133px;
	
/*	position: absolute;
	left:0px;
	bottom: 0px;
	z-index:5; */
}
#main div.items div.holder, #main div.items img.thumb {
	width: 100%; 
	height: auto;
}
#main div.item ul {
	list-style: none;
	padding: 15px 5px 5px;
	margin: 1px;
}
#main div.item li {
	padding: 3px;
	border-bottom: 1px dotted #333;
}
#main div.item li a {
	color: #111;
}
#main div.item li a.more {
	color: #555;
}
#main div.items {
	margin: 5px; _margin-left: 3px;
	background-color: #EFE8D8;
	padding: 20px 5px;
}
#main div.items a.back {
	float: right;
}
#main div.items H1{
	margin: 0 0 12px 6px;
	border-bottom: 1px dashed #999;
}
#main div.items div.item{
	width: 171px; _width: 172px; 

	min-height: 176px;
	height: auto !important;
	height: 176px;
}
#right {
	float: right;
	width: 220px; 
}
#cart {
	color: white;
	width: 100%; _width: 210px;
	min-height: 208px;
	padding: 5px 5px 0px 0px;
	background: #110F0C url(../img/cart.png) no-repeat left top;
	_background-image:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/cart.png');
}
#cart img {
	float: right;
	margin: 1px;
}
#cart a {
	color: #EFE8D8;
}
#cart a.back {
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
}
#cart ul {
	margin: 0px;
	padding-left: 15px;
}
#cart li {
	list-style: none;
	color: #fff;
	padding: 5px;
	border-bottom: 1px solid #CCBB99;
}
#cart h3 {
	color: #FEF4C9;
	margin: 60px 5px 10px 10px;
	font-size: 12px;
}
#search {
	height: 15px;
	padding: 15px 20px 25px 15px;
	background-color: #3378BA;
}/*
#search a {
	color: #666;
	background-color: white;
	border: 1px solid #333;
	padding: 3px;
	display: block;
	width: 150px;
}
#search a img{
	position: absolute;
	margin-left: 90px;
}*/
#rightnav {
	background-color: #CCBB99;
	border: 1px solid #333;
	border-width: 0px 0px 0px 1px;
}
#rightnav ul {
	margin: -1px 0px 0px;
	padding-left: 10px;
}
#rightnav li {
	list-style: none;
	padding: 5px;
	border-bottom: 1px dotted #333;
}
#rightnav li a {
	color: #222;
}
#rightnav li a.active {
	font-weight: bold;
}
#rightnav li a.more {
	color: #444;
}
.home #rightnav {
	margin-top: 175px;
}
#footer {
	color: #EFE8D8;
	height: 20px;
	background: #333 url(../img/bg_dark.gif);
	padding: 8px 25px 5px;
	text-align: right;
}
