body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* HTML */
h1, h2, h3, p{margin-bottom: 12px; margin-top: 0px;}
h1{font-size: 18px;}
h2{font-size: 16px;}
p, li, div, input, select, form, textarea{font-size: 11px;}
img{border: none;}
a{color: #8b4513;}
textarea{
	overflow: auto;
}

.horizontal ul, .horizontal-inline ul{
	margin: 0px;
	padding: 0px;
}
.horizontal li{
	float: left;
	list-style: none;
}
.horizontal-inline li{
	list-style: none;
	display: inline;
}

/* CONTAINER */
#container{
	margin: 0px auto;
	width: 750px;
	background: #cccccc;
}

/* HEAD */
#head{
	background: #222222;
	padding: 1px 0px 0px 0px;
}

#h-row1{
	text-align: center;
	padding: 0px 15px
}
.hrow1-img{
	display:inline;
	width: 304px;
	/*height:204px;*/
	overflow:hidden;
}
#h-row2{
	color: #aeaeae;
	font-size: 11px;
	padding-right: 15px
}

p.h-index{
	background: url(/assets/images/logo.gif) no-repeat 0px 15px;
	/* height: 58px;*/
	padding: 0px 0px 0px 215px;
	width: 480px;
	margin-top: 15px;
	font-size: 11px;
}
p.h-page{
	background: none;
	margin: 15px 10px 15px 45px;
	/*width: 340px;
	float: right;*/
}

#hmenu-index{
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 10px 0px;
}
#hmenu-index li{
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #fff;
}
#hmenu-index a{
	color: #ffffff;
	text-decoration: none;
}
#hmenu-index a:hover{
	text-decoration: underline;
}
#hmenu-index ul ul{
	display: none;
}

#hmenu-page{
	background: url(/assets/images/hm-page-bg.jpg) repeat-x;
	margin: 0px;
}
#hmenu-page ul{
	/*margin-left: 80px;*/
	float: right;
	padding: 0px;
}
#hmenu-page li{
	height: 44px;
	border-right: 1px solid #ffffff;
	position: relative;
}
#hmenu-page a{
	display: block;
	float: left;
	height: 44px;
	text-decoration: none;
	color: #222222;
	padding: 0px 8px;
}
#hmenu-page a:hover{
	background: #ffffff;
}
#hmenu-page ul ul{
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 23px;
	left: 0px;
	background: #ffffff;
}
#hmenu-page li:hover ul, #hmenu-page li.over ul{
	display: block;
	border: 1px solid #fff;
	border-top: none;
	border-right: none;
}
#hmenu-page li:hover ul li, #hmenu-page li.over ul li{
	float: none;
	height: auto;
	width: 120px;
	background: #fff;
	border-top: 1px solid #ccc;
}
#hmenu-page li:hover li a, #hmenu-page li.over li a{
	float: none;
	height: auto;
	z-index: 9999;
	padding: 3px 5px;
}
#hmenu-page li:hover li a:hover, #hmenu-page li.over li a:hover{
	background: #cccccc;
}

/* BODYBOX */
#bodybox{
	padding: 0px 0px 15px 0px;
}

/* LEFT */
#left{
	float: left;
	width: 200px;
}
.l-img{
	width: 199px;
	overflow: hidden;
}
.l-menu h2{
	margin: 12px 0px 8px 8px;
	text-transform: uppercase;
	font-size: 14px;
}
.l-menu ul{
	margin: 10px 0px;
	padding: 0px 0px 0px 20px;
}
.l-menu li{
	list-style: square;
	margin: 3px 0px;
}
.l-menu a{
	color: #222222;
	text-decoration: none;
}
.l-menu a:hover{
	text-decoration: underline;
}


/* CONTENT */
#content{
	/*margin-left: 200px;*/
	float: left;
	width: 550px;
	padding: 0px 0px;
}
.c-data{
	padding: 10px 15px 0px 35px;
}
h1.title-index{
	background: url(/assets/images/h1-bg.jpg) repeat-x;
	font-size: 14px;
	padding: 0px 30px;
}
h1.title-page{
	color: #f5f5f5;
	text-transform: uppercase;
	margin: 0px 0px -5px 0px;
	padding: 0px;
	clear: right;
}

.c-box{
	padding: 10px 0px 0px 0px;
}
.c-box .cb-img{
	float: left;
	width:110px;
}
.c-box h2{
	font-size: 12px;
}

p.pagenav{
	text-align: right;
	color: #000;
	font-weight: bold;
}
p.pagenav a{
	color: #000;
}
p.pagenav a:hover{
	background: #fff;
}	

	
/* product-list */
table.data-table{
	border: none;
	border-collapse: collapse;
}
.data-table td{
	text-align: center;
	
	width: 150px;
}
td.data-img{
	/* background: #ffffff; */
	border: 8px solid #cccccc;
	vertical-align: bottom;
}
.data-table h3{
	font-size: 11px;
	font-weight: normal;
}

/* new product */
.data-list li{
	margin-right: 10px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 3px solid #a5acb2;
	background: #ffffff;
}

.data-list li.last{
	margin-right: 0px;
}

/* comments */
.comments{
	background: url(/assets/images/i-buka.gif) no-repeat;
	padding: 6px 0px 0px 21px;
}
.what{
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.who{
	color: #fff;
	font-size: 11px;
	margin: 0px 0px 0px 14px;
	padding: 4px 0px 30px 0px;
}


/* search */
#search-box{
	border: 1px solid #a5acb2;
	background: #efefef;
	font-size:11px;
	padding:5px;
	margin-bottom: 20px;
}
#search-box a{
	text-decoration: none;
}
#search-box a:hover{
	background: #cccccc;
}
form#search{
	text-align: center;
	margin: 5px 0px;
}	
.alp{
	padding: 0px 3px;
	border-right: 1px solid #8b4513;
	text-transform:uppercase;
}
.xnumb{
	padding: 0px 1px;
}
#search-box .last{
	border-right: none;
}
#search-box p{
	margin-bottom:0px;
}
.btns{
	background: url(/assets/images/i-search.gif) no-repeat 0px 3px;
	border: none;
	width: 57px;
	height:14px;
}
* html .btns{
	background: url(/assets/images/i-search.gif) no-repeat 0px 0px;
}

/* CONTACT */
.formwrapp{
	margin: 8px 0px;
	clear: both;
}
.formwrapp label{
	float: left;
	width: 150px;
}

/* FOOT */
#foot{
	background: #222222;
	padding: 5px 0px;
	color: #f5f5f5;
	text-align: center;
}


/* function */
#hmenu-page li.last, #hmenu-index li.last{
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
.bt{
	background-color: #959595;
	border: 1px solid #000;
}
.warn{
	color: #ff0000;
}
.pcenter{
	text-align: center;
}
.pright{
	text-align: right;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.small{
	font-size: 10px;
}
.xsmall{
	font-size: 9px;
}
.detail {
	text-align: center;
}
.detail a{
	text-decoration: none;
	color: #8b4513;
	background: url(../images/i-detail.gif) no-repeat 0px 2px;
	padding-left: 25px;	
}
.detail a:hover{
	text-decoration: underline;
}


.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */