div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ 
	margin: 0; padding: 0; 
}

a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
  color: #5D4B1F;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 13px;
  background-color: #FDFBF7;
}

body
{
  padding: 20px;
}

div#head
{
	margin-left: auto;
  	margin-right: auto;
	width: 797px;
  	height: 97px;
	background: #FDFBF7 url(/images/head.png) no-repeat left top;
}

div#bct
{
	margin-left: auto;
  	margin-right: auto;
	width: 795px;
	height: 20px;
	background-color: #F8F3E6;
	border: solid;
  	border-width: 1px;
  	border-color: #8F722D;
  	font-family:  Arial, Verdana, sans-serif;
  	font-size: 11px;
}
div#bct p
{
	margin-left:10px;
	margin-top:2px;
	color: #5D4B1F;
}
div#bct a
{
	text-decoration: none;
  	color: #5D4B1F;
}
div#bct a:hover
{
  text-decoration: underline;
}


div#main
{
	
	margin-left: auto;
  	margin-right: auto;
	margin-top: 0px;
	width: 795px;
	background-color: #EBDAB1;
	border: solid;
	border-top: none;
  	border-width: 1px;
  	border-color: #8F722D;
  	background: #FFF url(/images/background.jpg) no-repeat right bottom;
}

div#menu_bg
{
	
	width: 150px;
	
	background-color: #EBDAB1;
	border: solid;
	border-top: none;
	border-left: none;
	border-bottom: none;
  	border-width: 1px;
  	border-color: #8F722D;
  	float:left;
}
.menu
{ 
	padding: 0;
	margin: 0 auto 0 auto;
	height: auto;
	list-style: none;
}
.menu li {
	list-style: none;
	margin: 0 auto -3px auto;
	voice-family: "\"}\"";
	margin:inherit;
	height:31px;
}
.menu li a{
	display: block;
	text-decoration:none;
	background: url(/images/button.png) repeat-x center;
	padding: 0 0 0 5px;
	line-height: 31px;
	text-align: center;
	font-family:  Arial, Verdana, sans-serif;
  	font-size: 12px;
  	font-weight: bold;
	cursor: pointer;
	color: #000;
	
}
.menu li a b{
	display: block;
	color:#333;	
	background: url(/images/button_down.png) repeat-x center;
	padding: 0 13px 0 8px;
}
.menu li.selected a, .menu li.selected a:hover {
	background: url(/images/button_pressed.png) repeat-x center;
}
.menu li.selected a b, .menu li.selected a:hover b {
	background: url(/images/button_pressed.png) repeat-x center;
}
.menu li a:hover {
	background: url(/images/button_down.png) repeat-x center;
	text-decoration:none;
}
.menu li a:hover b{
	background: url(/images/button.png) repeat-x center;
	color:#666;
}

.menu .search {
	margin:10px 0 0 9px;
	background:none;
	height:50px;
	font-size:11px;
	font-weight: bold;
}

.menu .search .searchbox{
	
	background:#8F722D;
	border:none;
	border:solid 1px #8F722D;
}
.menu .search .searchfield{
	padding:0;
	margin:0;
	width:110px;
	height:18px;
	background:white;
	border:none;
}

.menu .search .searchbutton{
	width:30px;
	height:20px;
	background:brown;
	border:solid 1px #8F722D;
}
div#content
{
	margin-left:150px;
	width: 625px;	
	margin-top: 0px;
	margin-right: 0px;
	padding: 10px 0 10px 10px;
	
	
}

div#content_expand
{
	
	min-height:500px;
	/*height:500px;*/
	background: url(/images/menu_bg.gif) repeat-y left;
	voice-family: "\"}\"";
	height: inherit;
}

div#content h2
{
	font-family:  Arial, Verdana, sans-serif;
  	font-size: 16px;
  	color: #9C6F1B;
  	margin-bottom: 10px;
  	text-weight: bold;
  	
}
div#content h3
{
	font-family:  Arial, Verdana, sans-serif;
  	font-size: 12px;
  	color: #715C25;
  	margin-bottom: 20px;
  	decoration: bold;
  	width:400px;
  	text-align: justify;
}

div#foot
{
	clear:both;
	margin-left: auto;
  	margin-right: auto;
	width: 797px;
  	height: 22px;
	background: #FDFBF7 url(/images/foot.png) no-repeat left bottom;
}

/**
 * Offer - categories list tree
 */
.categories_list { 
	position: relative; 
	top: 0; left: 20px;
}  /* Top UL */
.categories_list, .categories_list ul {                         /* All LIs. */
	list-style: none;
	margin: 0 10px 0 0; 
	padding: 0;
}
.categories_list ul 
{ 
	margin-left: 20px;
	margin-top: -15px;
	voice-family: "\"}\"";
	margin: inherit;
}     
     
/**
 * Content list
 */
.content_list { 
	position: relative; 
	top: 10px; left: 20px;
}  /* Top UL */
.content_list, .content_list ul {                         /* All LIs. */
	list-style: none;
	margin: 0 20px 20px 20px; 
	padding: 0;
}
.content_list ul 
{ 
	margin-left: 20px;
	margin-top: -15px;
	voice-family: "\"}\"";
	margin: inherit;
}     
.content_list li
{
	list-style:square;
} 

.product_list
{
	margin-bottom:30px;
	voice-family: "\"}\""; 
	margin-bottom:inherit;
}
.product_list a
{
  color: #9C6F1B;
}

.product_list a:hover
{
  color: #9C6F1B;
}

/**
 * contentI18n
 */
.contentI18n ul 
{ 
	position: relative; 
	top: 10px; left: 10px;
	margin: 0px 5px 20px 10px; 
}
.contentI18n li
{
	list-style:square;
	margin-left: 10px;
	margin-top: 0px;
	voice-family: "\"}\"";
	margin: inherit;
	margin-bottom: 0px;
} 
.contentI18n h4
{
	font-size:14px;
	font-weight: bold;
	color: #9C6F1B; 
	margin-top:15px;
	margin-bottom:8px;
} 
.contentI18n p
{
	margin-top:10px;
} 

.pager li
{ 
	background: #F8F3E6;
	border:1px solid #9C6F1B; 
	padding: 1px 4px 1px 4px;
	margin: 0 3px 0 0;
	float:left;
	height:17px;
	list-style:none;
	display:inline;
	
}

.pager li.selected
{ 
	background: #EBDAB1;
}

.cart table
{

	border:1px solid brown
	
}

.cart td
{
	border:1px solid brown;
	padding:3px;
	
}

.cart th
{
	border:1px solid brown
	
}