/* additional css framework corrections */
p{
	margin:0!important;
}
body{
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Tahoma;
}
div {
	text-align: left;
}
table{
	border-collapse: collapse;
}

button, input[type="reset"], input[type="button"], input[type="submit"]{
	background: #6c3a11;
	border: 1px solid transparent;
	font-size:11px;
	font-family:Tahoma;
	color:#fff;
	padding:3px 10px;
}
button:active, input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active{
	border: 1px solid black;
	color:#000;
}
input[type="text"], input[type="password"]{
	border: 1px solid #BBBBBB;
}
input[type="text"]:focus, textarea:focus, input[type="password"]:focus{
	border: 1px solid black;
}

select option{
	font-weight: normal!important;
}

div.input{
	float: left;
}

/* global */
.more{
	padding: 3px 10px 4px 20px;
	background: #6c3a11 url(../../img/b-more.gif) no-repeat 6px 8px;
	float: right;
	margin-right:9px;
}
.more a{
	color: #fff !important;
	font-size: 11px;
	text-decoration: underline !important;
}

/* general style */
#container{
	width: 1000px;
	float: none;
	margin: 0px auto 0px auto;
	background: #fff;
}

#header{
	height: 260px;
	background: url(../../img/header.gif) no-repeat;
}

#navigation{
	height: 33px;
	background: url(../../img/bg-navigation.png) repeat-x;
}
#navtop{
	height: 227px;
}
#logo {
	float: left;
	padding-left: 52px;
}
#hlinks{
	float: right;
	padding-top: 200px;
	padding-right: 15px;
}
#navlist{
	list-style-type: none;
	line-height: 1;
	background: url(../../img/bg-navlist.png) repeat;
	margin: 0;
	text-align:center;
	height: 33px;
}
#navlist a{
	color: #fff;
	text-decoration: none;
	padding: 9px 18px
}
#navlist a:hover{
	color: #c68322;
}
#navlist li{
	display: inline;
	padding: 1px;
	line-height: 33px;
}

#content{
	margin-top: 1px;
	background: #f1e5db;
	text-align: left;
}
#content  table, #content td{
	padding:0;
	margin:0;
	vertical-align: top;
}
#main>table td{
	padding-top: 5px;
}
#main textarea{
	margin:0;
}
/* leftbar & rightbar */
#leftbar img, #rightbar img{
	padding: 3px;
	border: 1px solid #a98970;
}
#leftbar a, #rightbar a{
	color: #1e1e1e;
	text-decoration: none;
}
#leftbar a:hover, #rightbar a:hover{
	color: #691701;
	text-decoration: underline;
}
#leftbar .current, #rightbar .current{
	font-weight: bold;
	color: #691701;
	text-decoration: underline;
}
#leftbar .price, #rightbar .price{
	margin-left: 8px;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	display: inline;
}
#leftbar .price a.red, #rightbar .price a.red{
	color: red;
	font-weight: bold;
}
#leftbar .price a.white, #rightbar .price a.white{
	color: white;
	font-weight: normal;
}
#leftbar .price div, #rightbar .price div{
	position: relative;
	margin: -27px 4px 0 4px;
	font-size: 11px;
	background: #000;
	padding: 3px 9px;
	line-height: 1.2;
	text-align: right;
}


/* leftbar */
#leftbar{
	width: 187px;
	background: #e8dbd0;
	height: 100%;
}
#leftbar .widget{
	min-height: 29px;
	_height: 29px;
	margin-bottom: 5px;
	background: url(../../img/bg-leftwidget.gif) no-repeat;
}
#leftbar .widget h4{
	font-size: 1em;
	font-weight: bold;
	margin-left:58px;
	padding-top:6px;
	color:#fff;
}
#leftbar .widget ul{
}
#leftbar .widget ul li {
	list-style-image: url(../../img/li.gif);
	padding-left: 10px;
	margin-left: 18px;
	font-weight: bold;
}

/* rightbar */
#rightbar .widget ul{
	margin: 0 0 1.5em 1.5em;
}
#rightbar{
	width: 175px;
	background: #e8dbd0;
}
#rightbar .widget{
	min-height: 29px;
	_height: 29px;
	margin-bottom: 8px;
	background: url(../../img/bg-rightwidget.gif) no-repeat;
}
#rightbar .widget h4{
	font-size: 1em;
	font-weight: bold;
	margin-left:58px;
	padding-top:6px;
	color:#fff;
}
#rightbar .widget ul li {
	list-style-image: url(../../img/li.gif);
	padding-left: 5px;
	margin-left: 7px;
}

/* main */
#main{
	width: 608px;
	padding: 8px 15px !important;
	color: #7e522e;
	font-size: 11px;
}
#main a{
	color: #7e522e;
	text-decoration: none;
}
#main .location{
	text-decoration: underline;
	margin-bottom: 12px;
}
#main .location a {
	text-decoration: underline;
}
#main .location .current{
	font-weight: bold;
}
#main .price{
	text-align: right;
	position: relative;
	font-weight: bold;
	line-height: 1.2;
	padding:0;
	margin: -20px 5px 0 0;
}
#main img{
	border: 1px solid #714929;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 3px;
}
#main .price span{
	font-size: 11px;
	background: #000;
	color: #f5ae24;
	padding: 3px 9px;
	margin:0;
	line-height: 1.2;
}
#main h4{
	margin-bottom: 5px;
	font-weight: bold;
	height: auto;
}
#main .title h5, #main .title h4{
	border-bottom: 1px solid #714929;
	color: #714929;
}
#main .smalltitle h5, #main .smalltitle h4{
	font-weight: normal;
	text-decoration: underline;
	color: #714929;
	font-size: 11px;
}
#main .smalltitle a{
	text-decoration: underline;
}
#main .nav{
	border-top: 1px dotted #714929;
	border-bottom: 1px dotted #714929;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.padded > td, th{
	padding-right: 3px!important;
}

.tablelist{
	border-collapse:collapse;
}
.tablelist th{
	background-color: #E8DBD0;
}
.tablelist td, .tablelist th, .tablelist thead{
	border: 1px solid #E8DBD0;
}
.tablelist a{
	display: block;
}
.tablelist .edit{
	background: url(/img/cms/edit.png) no-repeat scroll 4px 4px;
	vertical-align: top;
	padding-top: 3px!important;
}
.tablelist .letter{
	background: url(/img/cms/letter-icon.gif) no-repeat 5px 4px;
	vertical-align: top;
	padding-top: 3px!important;
}
.tablelist .edit a, .tablelist .letter a{
	padding-left: 24px;
}
.tablelist  tr:hover {
	background-color: #FAFAF1;
}

/* footer */
#footer{
	background: #442413;
	padding: 2px 0;
}
#footer .top, #footer .bottom{
	background: url(../../img/bg-footer.gif) repeat-x 1px 0;
	height: 1px;
	overflow: hidden;
}
#footer .main{
	margin: 15px 0;
	text-align: center;
}
#footer ul{
	margin: 0;
}
#footer li{
	list-style-type: none;
	display: inline;
	padding: 0 13px;
}
#footer a{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover{
	color: #8b5639;
}

/* comment box */
#addcomment{
	margin-top: 20px;
}
#addcomment td{
	padding-top: 5px;
}
#addcomment textarea{
	margin:0;
}

#commentlist{
	margin: 10px 0;
}
#commentlist ul{
	list-style: none;
	margin: 0;
}
#commentlist li {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom: 1px dotted #714929;
}

/* Catalog */
.catalogItem{
	float: left;
	width: 190px;
	padding: 0 5px;
	margin-bottom:10px;
}

/* Advertisement */
.advertisementItem{
	float: left;
	width: 290px;
	padding: 0 3px;
	margin-bottom:10px;
}

div.desc{
	border-bottom: 1px solid;
	font-weight:bold;
}

/* new gallery */
#addelement td{
	padding-top: 5px;
}

/* ratings helper */
.rate{
	background: url(../../img/rating.gif) repeat-x 30px 0px;
	width: 30px;
	height: 30px;
}
.rated{
	background: url(../../img/rating.gif) repeat-x 0 -30px;
	height: 30px;
}
.canrate{
	cursor: pointer;
}

/* Poll */
dl.poll {
	margin: 10px;
}
dl.poll dt{
	clear: both;
}
dl.poll dd{
	position:relative;
	width: 120px;
	margin: 0;
	height: 12px;
	background: #BFBCB9;
}
dl.poll dd div{
	background: #C68322;
	height: 12px;
}
dl.poll dd strong{
	line-height: 12px;
	overflow: hidden;
	position: absolute;
	right: -40px;
	top: 0;
}

.quite{
	font-weight: bold;
}

/* Catalog tree */
#catalogTree {
	margin: -7px 0 0 0;
}
#catalogTree ul{
	margin: 0;
	padding: 0;
}
#catalogTree div{
	height: 26px;
}
#catalogTree a{
	height: 21px;
}
#catalogTree li{
	list-style: none!important;
	margin: 0!important;
	padding: 0!important;
	background: url(../../img/catalog-tree-element.png) no-repeat;
}
#catalogTree li ul li ul li{
	background: url(../../img/catalog-tree-element-third.png) no-repeat;
}
#catalogTree li a{
	font-size: 11px;
	color: #694324;
	display: block;
	padding-top: 5px;
	padding-left: 24px;
}
#catalogTree li a:hover{
	text-decoration: none;
}
#catalogTree li.selected{
	background: url(../../img/catalog-tree-element-selected.png) no-repeat;
}

/* errors */
div.error{
	background: none;
	border: 0;
}

table.padded td{
	padding: 2px!important;
}

/* helpers */
.doimgswap{
	cursor: pointer;
}
.m5{
	margin: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mt10{
	margin-top: 10px;
}
.p2{
	padding: 2px;
}
.p5{
	padding: 5px;
}
.p3{
	padding: 3px;
}
.p4{
	padding: 4px;
}
.pl5{
	padding-left: 5px;
}
.pr5{
	padding-right: 5px;
}
.pt5{
	padding-top: 5px;
}
.pb5{
	padding-bottom: 5px;
}
.pl10{
	padding-left: 10px;
}
.pr10{
	padding-right: 10px;
}
.pt10{
	padding-top: 10px;
}
.pb10{
	padding-bottom: 10px;
}
.pb5{
	padding-bottom: 5px;
}
.pl20{
	padding-left: 20px;
}
.pr20{
	padding-right: 20px;
}
.pt20{
	padding-top: 20px;
}
.pb20{
	padding-bottom: 20px;
}
.pl30{
	padding-left: 30px;
}
.pr30{
	padding-right: 30px;
}
.pt30{
	padding-top: 30px;
}
.pb30{
	padding-bottom: 30px;
}
.pngfix, #navlist{
	behavior: url(/img/iepngfix.htc);
}
	

/*
 * Tricks for SEO
 */
h1.nav{
	display:inline;
	line-height:33px;
	padding: 3px;
	font-size: 12px;
}

h2.cat{
	color:#694324;
	display:block;
	font-size:11px;
	font-weight:bold;
}

h2.product{
	color:#694324;
	display:block;
	font-size:11px;
}

h3.subcat{
	color:#694324;
	display:block;
	padding-top: 3px;
	font-size:11px;
	font-weight:bold;
}