html, html body {
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px; /* Always Show Vertical Scrollbar */
}
/*html {overflow: -moz-scrollbars-vertical;}  Always Show Vertical Scrollbar in Firefox  */

body {
	margin:0 auto;
	padding:0;
	font: 0.7em Verdana,Tahoma,Arial,sans-serif;
	background: #1C1C1C url('/ganbei/images/bg_pat.jpg');
	color:#303030;
}

#wrap {
	min-height: 100%;
	width:780px;
	color:#303030;
	margin:0 auto;
	margin-bottom: -30px;
	padding:0;
	border:0px solid red;
	background: #ffffff;
	overflow: hidden;
}
* html #wrap {height: 100%; overflow: visible ! important;} /* IE hack */

.emptyContainer {
	clear: both;
	height: 30px;
	overflow:hidden;
}

img {border:none;}

#header{
	position: relative;
	clear:both;
	margin:0;
	padding:0;
	height: 115px;
	background: #1f1a17;
}
#banner_top {
}
#site_title {
	display: none;
}

/* Languages menu */
#menu-lang {
	height: 14px;
	margin: 0px;
	padding: 0;
	/*border:1px solid red;
	overflow: hidden;*/
}
#menu-lang ul {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 2px;
	margin: 0px;
	padding: 0px;
}
#menu-lang ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu-lang ul li a {
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 0px 10px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-color: #33291A;
}
#menu-lang ul li a:link,
#menu-lang ul li a:visited {
	color: #CBA866;
}
#menu-lang ul li a:hover,
#menu-lang ul li a:active,
#menu-lang ul li a.current:link,
#menu-lang ul li a.current:visited {
	color: #947E4F;
}

/*  Men Top  */

#menu-top {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 780px;
	border-top:5px #423B31 solid;
	border-bottom:5px #423B31 solid;
	background: #1f1a17;
}
#menu-top ul {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
#menu-top ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}
#menu-top ul li a {
	display: block;
	float:left;
	margin: 0;
	padding: 3px 7px;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	color: #947E4F;
	font-size: 1.2em;
	font-weight: bold; 
	border-right: 1px #423B31 solid;
}
#menu-top li a:hover,
#menu-top li a.current,
#menu-top li a.current:hover {
	color: #CBA866;
	background: transparent;
	text-decoration: none;
}

#shopping_cart_block {
	float: right;
	margin: 0;
	padding: 0;
	height: 30px;
}
#shopping_cart_block a {
	display: block;
	float:left;
	margin: 0;
	padding: 5px 7px 0 25px;
	height: 26px;
	line-height: 26px;
	background: url('/ganbei/images/cart01_top.gif')  no-repeat left center;
	text-decoration: none;
	text-align: center;
	color: #CBA866;
	font-size: 1.0em;
	font-weight: bold; 
}

#content {
	position: relative;
	float: left;
	margin:0;
	padding:0px;
	padding-bottom: 10px;
	width: 780px;
	background: #ffffff;
	overflow: hidden;
}

.text {
	margin: 20px;
}

.prod_cat_title {
	clear: both;
	height: 18px;
	width: 100%px;
	padding: 5px;
	background: #f4ede0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-bottom:3px solid #947E4F;
	overflow: hidden;
}
.products_list {
	position: relative;
	float: left;
	width: 779px;
	margin:0;
	padding:0;
	border-bottom:1px solid #f8f8f8;
	overflow: hidden;
}
/* Hack for FF anchor bug */
.products_list_wrap2 {
	overflow: hidden;
}
.item {
	float: left;
	width: 372px;
	margin: 0px;
	padding: 5px 5px 0 10px;
	padding-bottom: 32767px;
	margin-bottom: -32762px;
	border-left: 1px solid #f8f8f8;
	overflow: hidden;
}
/* Hack for IE and FF anchor bug */
* html .item { 
position: relative; 
} 

.anchor {
	position: absolute;
	width: 1px;
}

.image {
	float: left;
	padding: 0 10px 0 10px;
}
.name {
	font-size: 1.2em;
	font-weight: bold;
	color: #3c3c3c;
	padding: 10px 0 5px 0;
}
.title {
	font-size: 1.0em;
	font-weight: normal;
	color: #3c3c3c;
	padding: 0 0 10px 0;
}
.price_block {
	float: right;
	padding: 9px 5px 0 0;
	width: 110px;
}
.price {
	float: left;
	width: 60px;
	padding: 3px 3px 0 0;
	margin: 0 auto;
	border: 0px solid #2e8b57;
	background: transparent;
	color: #7a7a7a;
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
}

.buy_item {
	text-align: right;
}
.amount {
	width: 18px;
	padding: 0 0px 0 0;
	font: 1.0em Arial;
	color: #7a7a7a;
	text-align: center;	
	border: 1px solid #c0c0c0;
}
.amount_on {
	width: 18px;
	padding: 0 0px 0 0;
	font: 1.0em Arial;
	color: #1f1a17;
	font-weight: bold;
	text-align: center;	
	border: 1px solid #c0c0c0;
}
.amount_edit {
	width: 18px;
	padding: 0 0px 0 0;
	font: 1.0em Arial;
	color: #1f1a17;
	font-weight: bold;
	text-align: center;	
	border: 1px solid #1f1a17;
}

.img_button {
	padding: 1px 0 0 4px;
}
.products_list .divider {
	clear: both;
	height: 1px;
	background: #f8f8f8;
	overflow: hidden;
}

.price_vat {
	padding: 10px;
	text-align: right; 
	font: 1.9em;
	color: #888888;
}

#shopping_cart .price {
	color: #000000;
}
#shopping_cart form {
	margin:0;
}
#shopping_cart .heading {
	padding: 3px;
	background: #e6d5b6;
}
#shopping_cart .total {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

#shopping_cart .price_map {
	padding: 10px 0;
	text-align: center;
}
#shopping_cart .price_map .form_button {
	border: 2px solid #947E4F;
}

.order_sent {
	text-align: center;
	padding-top: 20px;
}

.form_button {
	border:2px solid #CBA866;
	background-color:#ffffff;
	/*background-color:#CBA866;*/
	color: #1f1a17;
	font-weight: bold;	
}
.message {
	text-align: center;
	padding: 10px;
}

#order_form { display:none; }

#footer {
	position: relative;
	clear: both;
	width: 780px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	font-size:11px;
	color:#947E4F;
	background: #1f1a17;
}
.footerTopLine {
	display: block;
	height: 5px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size:11px;
	background-color: #423B31;
	overflow: hidden;
}
.footerLeft {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px 5px;
	font-size:11px;
	text-align: left;
}
.footerRight {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 0px 15px;
	font-size:11px;
	text-align: right;
	white-space: nowrap;
}
.footerCenter {
	position: relative;
	margin: 0px;
	margin-left: 200px;
	padding: 0px 5px;
	font-size:11px;
	text-align: center;
	white-space: nowrap;
}

/* Bottom Menu */
.bottomMenuText {font-size:11px; color:#989898;}

/* Bottom Menu Links */
a.bottomMenuLink:link {font-size:11px; color:#989898; font-family:arial, verdana; font-weight:normal; text-decoration:none}
a.bottomMenuLink:visited {font-size:11px; color:#989898; font-family:arial, verdana; font-weight:normal; text-decoration:none}
a.bottomMenuLink:active {font-size:11px; color:#989898; font-family:arial, verdana; font-weight:normal; text-decoration:none}
a.bottomMenuLink:hover	{font-size:11px; color:#000000; font-family:arial, verdana; font-weight:normal; text-decoration:underline}
a.bottomMenuLinkOn:link, a.bottomMenuLinkOn:visited	{font-size:11x; color:#000000; font-family:arial, verdana; font-weight:normal; text-decoration:underline}

/* Regular Links */
a:link,
a:visited,
a:active {color:#1f1a17; font-family:arial, verdana; text-decoration:underline}
a:hover	{color:#423B31; font-family:arial, verdana; text-decoration:underline}

/* Error */
td.error {background-color:#ffffe0;}
h5.error {color: #b22222}