html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font: normal 10pt Arial, Helvetica, sans-serif;
}

body {
	background: #faebb5 url(bg.gif) repeat-x left top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
	outline: none;
}

#mainmenu {
	padding-top: 0px;
	padding-left: 80px;
	height: 60px;
	background: url('../images/common/menu_bg.jpg') no-repeat;
}

#mainmenu ul {
	padding: 0;
	margin: 0;
	padding: 0.2em 0 0.3em 0;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a {
	padding: 0.2em 0.4em;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	outline: none;
}

#mainmenu ul li a:hover,#mainmenu ul li a.active {
	color: #4f2308;
	outline: none;
}

#content {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	padding-top: 0px;
}

#footer {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0.8em;
	height: 117px;
}

a {
	color: #921706;
	text-decoration: none;
	outline: none;
}

div.page {
	padding-left: 25px;
	padding-right: 25px;
}

div.page a {
	text-decoration: underline;
	outline: none;
}

a:hover,#footer a.active {
	text-decoration: underline;
	outline: none;
}

ul#categories {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.show_item {
	width: 164px;
	height: 205px;
	overflow: hidden;
}

div.show_item div.title {
	padding-top: 10px;
	height: 32px;
	overflow: hidden;
	text-align: center;
}

div.show_item div.title a {
	text-decoration: underline;
	outline: none;
}

div.price {
	margin-top: 10px;
	height: 18px;
	width: 164px;
	overflow: hidden;
	background: url('../images/common/item_footer_bg.png') no-repeat;
	padding-top: 2px;
	padding-left: 10px;
	text-align: left;
	color: #ffffff;
}

div.price  span {
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	
}

div.sale {
	width: 78px;
	height: 21px;
	background: url('../images/common/sale.gif') no-repeat;
	position: absolute;
	margin-top: -22px;
	margin-left: 76px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height:22px;
}

div.show_item div.item_image {
	margin: auto;
	width: 128px;
	height: 118px;
	cursor: pointer;
}

div.show_item div.item_image  img {
	margin: auto;
}

div.article {
	margin: 0 0 0 0;
	padding: 5px;
	clear: both;
}

div.article a {
	color: black;
	outline: none;
}

div.article_title {
	padding-top: 5px;
	font-weight: bold;
	text-decoration: underline;
	color: #921706;
}

div.article_title  a {
	color: #921706;
	outline: none;
}

div.item_navigation {
	clear: both;
	background: #f4f3e9;
	padding: 10px;
	height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#basket {
	color: #623107;
	font-size: 12px;
	padding-left: 15px;
	line-height: 20px;
	height: 42px;
}

#basket a {
	color: #C42009;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	position: absolute;
}

#basket span.bcount {
	color: #921706;
	font-size: 16px;
	font-weight: bold;
}

#basket span.bprice {
	color: #921706;
	font-size: 16px;
	font-weight: bold;
}

/*
td.selected a,td.unselected a {
	color: #921706;
	text-decoration: none;
	outline: none;
}

td.selected a:hover,td.unselected a:hover,td.selected a:active,td.unselected a:active
	{
	text-decoration: underline;
	outline: none;
}
*/
table.order {
	width: 100%;
	border-bottom: solid 3px #9AA864;
	border-left: hidden;
}

table.order th {
	color: #000;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	border-bottom: solid 3px #ECD39A;
}

table.order td {
	padding: 5px 10px 5px 10px;
	border-left: solid 1px #ECD39A;
}

table.order a {
	text-decoration: underline;
	color: #921706;
}

table.order a:hover {
	text-decoration: none;
}

td.selected {
	background: #FAF4DC;
}

div.page a.con {
	text-decoration: underline;
	color: #9AA864;
	font-weight: bold;
}

img.qty {
	cursor: pointer;
}

span.old {
	text-decoration:line-through;
	color: #9AA864;
}

div.atxt {
	margin: 35px 35px 25px 35px; 
	text-indent: 20px; 
	float:left;
	text-align:justify;
}


div.btxt {
	margin: 25px 20px 25px 25px; 
	text-indent: 20px; 
	float:left;
	text-align:justify;
}

*div.btxt {
	padding-right: 45px;
}	 

div.btxt h1 { 
	font-size:14px !important;
	text-transform: none !important;
	font-family: Arial !important;
	font-weight: bold !important;
	border-bottom: none !important;
}

