html {	}
body {
	background: white;
	margin: 0;
	font-family: Tahoma, Verdana, Arial;
	color: #464646;
	font-size: 13px;
}
a {
	font-family: Tahoma;
	font-size: 13px;
	color: #a67c52;
	outline-style: none;
	text-decoration: none;
}
a:hover,
a.hov {
	text-decoration: none;
	outline-style: none;
	color: #a67c52;
}
.left {	float: left;
}
.right {
	float: right;
}
img.middle {
	vertical-align: middle;
}


#login {
	width: 250px;
	text-align: left;
	float: right;
	color: #a67c52;
	font-size: 12px;
	margin: 0px 35px;
}
#login a {	color: #a67c52;
	font-size: 12px;
	text-decoration: underline;
}
#login a:hover {
	text-decoration: none;
}
#login a.hov {
	font-weight: bold;
	text-decoration: none;
}

.basketdiv {	float: right;
	width: 204px;
	height: 48px;
	background: url('../img/basket.gif') center center no-repeat;
	color: #363636;
	font-size: 12px;
	text-align: left;
	margin-top: 13px;
}
.basketdiv a {	font-size: 12px;
	text-decoration: none;
}
.basketdiv p {	margin: 0px;
	padding: 0px;
	padding-top: 24px;
	margin-left: 60px;
}
#quantity {	color: #a67c52;
	font-size: 14px;
	font-weight: bold;
}
#totalprice {
	position: absolute;
	color: #a67c52;
	font-size: 12px;
	margin-top: -15px;
	margin-left: -47px;
}
#totalprice span {	font-weight: bold;
	text-decoration: underline;
}

.mmenu {	background-color: #ededed;
	height: 39px;
}
.mmenu a {
	display: block;
	float: left;
	padding: 10px 35px;
	border-left: 1px solid #ffffff;
	border-right: 2px solid #ffffff;
	color: #424242;
	text-decoration: none;
	font-size: 16px;
}
.mmenu a:hover {	text-decoration: underline;
}
.mmenu a.hov {
	font-weight: bold;
	text-decoration: none;
}

.head {	border-top: 4px solid #f2f3e9;
	background: url('../img/head.jpg') center top no-repeat;
}


.submenu {	width: 260px;
	background: #ececec url('../img/block.gif') 25px 20px no-repeat;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 10px;
	padding-left: 29px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.submenu div {
	width: 260px;
	font-size: 16px;
	font-weight: bold;
	color: #363636;
	padding-top: 23px;
	padding-left: 29px;
}

.submenu a {
	display: block;
	text-decoration: underline;
	color: #464646;
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;
	padding-left: 29px;
}
.submenu a:hover {
	text-decoration: none;
}
.submenu a.hov {	background: url('../img/menua.gif') 0px 4px no-repeat;
}
.submenu div.submenu2 {	padding-top: 3px;
	margin: 0px;
}
.submenu2 a {
	display: block;
	text-decoration: none;
	color: #464646;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-left: 20px;
}
.submenu2 a:hover, .submenu2 a.hov {
	text-decoration: underline;
	background: none;
}


#searchform {
	background-color: #ececec;
	font-size: 14px;
	-moz-border-radius: 10px;
	padding: 29px 20px;
	margin-bottom: 20px;
}
#searchform table {
	font-size: 14px;
}

#content, p.text, table {	font-size: 13px;
	text-align: justify;
}
h2, h1 {
	font-size: 19px;
	color: #a67c52;
}
.product_name {	font-size: 12px;
	color: #363636;
	background-color: #d3d4bb;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	text-align: center;
	font-weight: bold;
}



.botmenu {
	background: url('../img/bot_menu_bg.jpg') left top repeat-x;
	height: 33px;
	color: #464646;
}
.botmenu a {
	text-decoration: underline;
	color: #464646;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 5px;
}
.botmenu a:hover, .botmenu a.hov {
	text-decoration: none;
}

.footer {
	background: url('../img/footer_bg.jpg') left top repeat-x;
	height: 87px;
	color: #464646;
	font-size: 14px;
}


#clear {	clear: both;
}
.hidden-container { display: none; }
img.image { border: none!important; vertical-align: middle; }