/* css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
	margin: 0; padding: 0;	border: 0 none; font-size: 100%;	font: inherit;	vertical-align: baseline;
	background:transparent; outline:0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
/*body {line-height: 1.4;}*/
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table, table td {padding:0;border:none;border-collapse:collapse;border-spacing: 0;}

/*Tag style*/
body {
    background: url("../images/body.jpg") repeat scroll center top #F4F4EA;
    font-family: Arial,Helvetica,sans-serif; /*"Helvetica Neue",Tahomba,Arial,Helvetica,sans-serif, Georgia,"Times New Roman",Times,serif*/
    font-size: 14px;
    min-width: 1040px !important;
    padding-bottom: 27px;
	color: #7C7574;
}

p,.pb5 {padding-bottom: 5px;}
em,i {font-style: italic;}
hr {border: 0 none; border-top: 1px solid #EFEFEF;	clear: both;}
a {text-decoration: none; color: #61b033;} /*5D5D5D*/
a:hover {color: #010101;}
b {color: #434343; font-weight: bold;}

/****** Layout ******/
.hwrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 1000px;
}

#header {
    height: 40px;
    margin: 0;
    position: relative;
    width: 100%;
}

/*
#header .logo {float: left; color: #4B3A28; width: 292px; text-align: left; font-size: 0.8em;}
#header .rheader {float:right;}
#header .contactinfo {float:left; margin-right:15px; line-height:18px; color: #4B3A28; font-size: 0.9em; width:300px;}
#header .language {float:right;}
#header .lngbut {width:66px;display: block; padding: 2px 4px 4px 4px; margin-bottom:10px; background: #ffffff url(../images/langbg.jpg) no-repeat center center; cursor: pointer;}
#header .lngbut img {padding-right:5px;}
*/

.wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 4px #DDDDD5;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 1000px;
}

#cwrapper{
	border-radius: 0 0 0 0;
	border-top: medium none;
	margin: 0 1px 0 2px;
	padding: 0px 40px;
	position: relative;
}


.headerlogo {
    left: 25px;
    top: -8px;
    position: absolute;
}

.mnav {text-align:right;float:right;position:relative; padding:18px 0; width:665px;}
.mnav .menu li {padding:3px 2px; margin-top: -3px; font-size: 0.9em;}

.mnav а, .nav а {font-size: 0.9em;}
#content {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 16px 0 0 0;
}

#larticle {
	border-top: 1px solid #EFEFEF;
	float: left;
	margin: 0 10px 0 0;
	width: 230px;
}
#carticle {
	border-top: 1px solid #EFEFEF;
	float: left;
	padding: 5px 0;
	margin: 0 0 12px;
	width: 675px;
}

.article_ad li {
	padding: 5px 0;
}

/***** FOOTER *****/
#footer {
	clear:both;
	margin: 15px auto 5px;
}
#footer .fcontent{display:block;padding: 0 0 20px;}

/* error box masage*/
.nov {display: none;}
#infbox {
	position: absolute;
	padding: 20px;
	left: 43%;
	width: 300px;
	top: 35%;
	color: black;
	background-color: #FAFAFA;
	text-align: center;
	border: 2px #61b033 solid;
	font-size: 1.2em;
	z-index: 300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 4px 3px #AFAFAF;
	-moz-box-shadow:    1px 4px 3px #AFAFAF;
	box-shadow:         1px 4px 3px #AFAFAF;
}
#infbox #msg_but { /*button*/
	background: none repeat scroll 0 0 #61b033;/*9FC94D*/
	border: 1px solid #61b033;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font: 14px bold !important;
	margin-top: 12px;
	padding: 3px 15px;
	line-height: 20px;
}
#errbox {
	position: absolute;
	padding: 10px;
	top: 0;
	color: #000;
	background-color: #FFE9AF;
	border: 1px #B06C63 solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 1.2em;
}

/* navigation class*/
input.navbut,input.navbutd {
	background: none repeat scroll 0 0 #61b033;/*9FC94D*/
	border: 1px solid #61b033;
	border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font: 14px bold !important;
	padding: 3px 15px;
	line-height: 20px;
	text-decoration: none !important;
}

input.navbut:hover {
	background: none repeat scroll 0 0 #c5c5c5;
	border: 1px solid #61b033;
}

input.navbutd {
	background: none repeat scroll 0 0 #c5c5c5;
	border: 1px solid #c5c5c5;
}

/* common */
.clear {clear:both; line-height:0; font-size:0; width:100%;}
.fleft {float: left;}
.right {float: right;}
.aleft {text-align: left;}
.aright {text-align: right;}
.pointer {cursor: pointer;}
.b {font-weight: bold;}
.red {color:#FF3E23}
.inerr {border-color:#FF3E23 !important}
.p15 {padding: 15px;}
.p515 {padding: 5px 15px;}
.p5 {padding: 5px;}
.num {text-align: center;}

.in, .in40, .in60, .in120, .in180, .in280, .in380 {
	border: 1px solid #CFD2C9; /*#616162;*/
	background-color: #FAFAF8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
}
.label, .label60 {color: #61b033;} /* font-size: 0.9em;*/
.label100 {width: 100px; display:inline-block;}

.in:focus, .in40:focus, .in60:focus, .in120:focus, .in180:focus, .in280:focus, .in380:focus {
	border: 1px solid #656469;
	background-color: #FFFFFF;
}

.in40 {width: 40px}
.in60 {width: 60px}
.in120 {width: 120px}
.in180 {width: 180px}
.in280 {width: 280px}
.in380 {width: 380px}

.sum {text-align: right;}

.form {border-collapse: collapse;}
.form td {padding:5px; vertical-align: top;}

h1.title, h2.title, h3.title, h4.title, h5.title {
	color: #010101 !important;
	padding: 20px 0 10px;
/*	text-transform: uppercase;*/
	font-weight: 500;
}

h1.title {
	font-size: 1.2em;
}
h2.title, h5.title{
	font-size: 1.1em;
}
h4.title {
	font-size: 1.2em;
}

a.button, input.but{
	background: none repeat scroll 0 0 #61b033;/*9FC94D*/
	border: 1px solid #61b033;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font: 14px bold !important;
	padding: 3px 10px;
	line-height: 20px;
	text-decoration: none !important;
}

a.button:hover, input.but:hover {
	background: none repeat scroll 0 0 #c5c5c5;
	border: 1px solid #61b033;
}

input.butd {
	background: none repeat scroll 0 0 #DCDCDC;/*9FC94D*/
	border: 1px solid #DCDCDC;
	border-radius: 15px 15px 15px 15px;
	color: #FFFFFF !important;
	display: inline-block;
	font: 14px bold !important;
	padding: 3px 15px;
	line-height: 20px;
	text-decoration: none !important;
}
/* ================== */
/* ==== INDEX ===== */
/* ================== */


/* ================== */
/* ==== MODULES ===== */
/* ================== */
/* ==language ==*/
.topLangs {
	float:right;
	margin-top: -10px;
}
.topLangs .lngbut {
	float:left;
	margin: 5px;
}

/*currency*/
.topCurrency {
	float:right;
	margin-left: 10px;
	margin-top: -2px;
}
.topCurrency .lngbut {
	float:left;
	margin: 0 5px;
	border: 1px solid #a4a4a4;
	width: 15px;
	padding: 3px 5px;
	text-align: center;
}


/* mine menu*/
#nav{display:block;float:right;list-style:none;text-align:center;padding:10px 30px;padding-right:0}
/*#nav ul{float:right;} */
ul.menu {float: left;}
.menu li{display:block;float:left;position:relative;text-align:center;width:auto;padding:0 5px;color:#dcdcdc;}
.menu li a {color:#5D5D5D; display:block; position:relative; text-decoration:none; font-size: 1.1em;} /*#F2F6F7*/
.menu li a:hover{color:#010101;}
.menu li.current_link a, #nav li.current_link a:hover{}

/* search*/
.search_box {
	background: url(../images/searchbg.png) no-repeat scroll 0 0 transparent;
	height: 39px;
	width: 370px;
	float: right;
	margin-top: 13px;
}
.search {
	background: none repeat scroll 0 0 transparent;
	color: #A4A4A4;
	border: 0 none;
	float: left;
	font: 14px/39px "Arial";
	height: 39px;
	padding: 0 0 0 20px;
	width: 295px;
}
.search_btn {
	display: block;
	float: right;
	height: 0;
	overflow: hidden;
	padding: 39px 0 0;
	width: 50px;
	border: 0 none;
	background: transparent;
	cursor: pointer;
}
.search-list {
}

.search-list a.tn_image {
	border: 1px solid #ECECEC;
	padding: 10px;
	
	margin: 5px 10px 10px 0;
	display: inline-block;
	color: #3C3C3C;
	text-decoration: underline;
}
/* left menu */
ul.lnav {
	padding: 7px 0 0 0;
	list-style: none outside none;
}

ul.lnav li {
	padding: 10px 0 0;
}
ul.lnav li a {
	background: url(../images/nav_arrow.png) no-repeat scroll 0 4px transparent;
	color: #555555;
	font-size: 1.1em;
	padding: 0 0 0 17px;
/*	text-transform: uppercase;*/
	text-decoration: none;
}

ul.lnav li a:hover{color: #2b2b2b;}



/*site map*/
.sitemap {float: left;margin-right: 20px;width: 45%}
.sitemap ul {width: 200px;margin-bottom:7px; padding: 3px 10px;}
.sitemap li {padding-top: 7px;margin-top:2px;list-style-type: none;text-align: left}

/* module gallery*/
/*
.galleries li{
	float: left;
	padding-left: 5px;
}
*/

/* tag*/
.tn_image {
	margin-right: 15px;
}
/* module brands*/
/*
.slidecont {
	clear: both;
	padding: 15px 5px;
	width: 670px;
}
.slidecontcover {
  float: left;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 630px;
}
.slidecontcover table {
	position: absolute;
	left: 0px;
	top: 0px;
}
.slidecontcover img {margin-left: 10px; margin-right: 10px;}
*/

/* module store */
/*
.categories li {
	float: left;
	padding: 5px;
	border: 1px solid #BABCBB;
	margin: 0px 15px 15px 0px;
}

.categories li:hover {
	-webkit-box-shadow: 2px 2px 3px #C5C5C5;
	-moz-box-shadow:    2px 2px 3px #C5C5C5;
	box-shadow:         2px 2px 3px #C5C5C5;
}

.categories p {
	text-align: center;
	padding: 2px 0px;
	font-weight: bold;
	color: #4B3A28;
}
*/
.product-list {
	font-size: 1em;
	overflow: auto;
	color:  #333333;
}

.product-list td {
	vertical-align: top;
	padding: 10px 5px;
}

.product-list h1.title {
	text-decoration: none;
	color: #4B3A28;
/*	font-weight: bold;*/
}

.product-list .addToCart {
    margin: 0;
    overflow: hidden;
    padding: 20px;
/*    width: 150px;*/
    float: right;
}

.product-list a.tn_image {
  border: 1px solid #ECECEC;
  padding: 10px;
  margin: 5px 0;
  display: inline-block;
  color: #3C3C3C;
  text-decoration: underline;
}

/*
.product-list .line {
	border-bottom: 1px solid #EEEEEE;
}


.product-list img {
	padding: 5px;
	border: 1px solid #BABCBB;
	background-color: #F2F6F7;
}

*/
.labell {
	position: absolute;
	float: left;
	top: -5px;
	left: -5px;
	width:50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	line-height: 50px;
}
.labell.top {
	background: #00ccff;
}
.labelr {
	position: absolute;
	float: right;
	top: -5px;
	right: -5px;
	width:50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	line-height: 50px;
}

.labelr.promo {
	background: #00cc66;
}
.labelr.sold {
	background: #ff0033;
}
/* addon catalogitem */
.catalogitem li {
	float: left;
	width: 220px;
	text-align: left;
	padding: 15px 0;
	position: relative;
}
.catalogitem p {
	text-align: center;
}
/*
.catalogitem li:hover {
	-webkit-box-shadow: 2px 2px 3px #C5C5C5;
	-moz-box-shadow:    2px 2px 3px #C5C5C5;
	box-shadow:         2px 2px 3px #C5C5C5;
}
*/
/*
.catalogitem a {
	padding: 5px;
	float: left;
}
*/
.prolabel {
	float: right;
	vertical-align: bottom;
	padding-top: 10px;
}

/*tabs*/
.htabs {
    border-bottom: 1px solid #f1f1f1;
    height: 30px;
    line-height: 16px;
}

.htabs a {
	background: url("../images/tab.png") repeat-x scroll 0 0 #FFFFFF;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	color: #000000;
	display: none;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-right: 2px;
	padding: 7px 15px 6px;
	text-align: center;
	text-decoration: none;
}

.htabs a.selected {
	background: none repeat scroll 0 0 #fBfBfB;
	padding-bottom: 7px;
}

.tab-content {
	background: none repeat scroll 0 0 #fBfBfB;
	color: #3A3A3A;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	margin-bottom: 20px;
	overflow: auto;
	padding: 15px;
	z-index: 2;
}

.tab-content p {
	padding: 6px 0;
}
#tab-related li {
	float: left;
	text-align: center;
	padding: 5px;
	width: 130px;
	height: 180px;
	border: 1px solid #BABCBB;
	margin-left:15px;
	margin-bottom:15px;	
}

#tab-related li a, #tab-related li span {
	font-size: 0.8em;
}
#tab-related li span {
	font-size: 1em;
	font-weight: normal;
	display: inline !important;
}


#tab-related li:hover {
	-webkit-box-shadow: 2px 2px 3px #C5C5C5;
	-moz-box-shadow:    2px 2px 3px #C5C5C5;
	box-shadow:         2px 2px 3px #C5C5C5;
}


/* category products */
ul.specproducts li, ul.categoryproducts li {
	float: left;
/*	margin-left: 5px;	*/
	padding: 9px;
	text-align: center;
	width: 150px;
	position: relative;
}

.carouselproducts div.item {
	padding: 9px;
	text-align: center;
	width: 150px;
}
/*

    #owl-demo .item{
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }

*/

/*
ul.specproducts li {
	height: 330px;
}
*/
a.product_image {
  border: 1px solid #ECECEC;
  display: block;
  padding: 15px 5px;
  color: #3C3C3C;
  text-decoration: underline;
}

a.product_lnk {
	 color: #61b033;
	 font-size: 1.2em;
	 text-decoration: none;
/*	 text-transform: uppercase;*/
	 padding: 5px;
	 display: block;
	 text-align: left;
}
.product_dsc {
	color: #A0A0A0;
	font: 1.1em;
	text-decoration: none;
	padding-bottom: 5px;
}

.prod_desc{
	height: 80px;
}
.price {
	color: #61b033;
	font-size: 1.6em;
	font-weight: bold;
/*	padding-right: 10px;*/
}
.oldprice {
	color: #A0A0A0;
	text-decoration: line-through;
	font-size: 1.1em;
/*	display: block;*/
}

.price-extax {
	font-size: 0.9em;
}

.productrow_grid {
	border: 1px solid #E5E5E5;
	border-radius: 3px 3px 3px 3px;
	margin-top: 15px;
	margin-left: 15px;
	position: relative;
	background: url("../images/line-product.png") repeat-x scroll left top #F4F4F4;
	float: left;
	width: 150px;
	height: 310px;
}

.productrow_grid:hover {
	box-shadow: 1px 4px 3px #AFAFAF;
	background: none repeat scroll 0 0 transparent;
}
.productrow_grid .prodcol1 {
	height: auto;
	text-align: center;
}
.productrow_grid .art_num, .productrow_grid .product-details{
	display: none;
}
.productrow_grid .title {
	height: 75px;
}
.productrow_grid .prodcol2 {
/*    float: left;*/
    overflow: hidden;
/*    width: 340px;*/
	text-align: center;
}
.productrow_grid .prodcol3 {
/*    float: right;*/
/*    height: auto;*/
    padding-top: 15px;
/*    position: relative;*/
/*    width: 140px;*/
}

.productrow_grid .price {font-size: 1.4em;}
.productrow {
	border: 1px solid #E5E5E5;
	border-radius: 3px 3px 3px 3px;
	margin-top: 10px;
	position: relative;
	background: url("../images/line-product.png") repeat-x scroll left top #F4F4F4;
	float: left;
}
.productrow:hover {
	box-shadow: 1px 4px 3px #AFAFAF;
	background: none repeat scroll 0 0 transparent;
}
.productrow .prodcol1 {
	height: auto;
	margin-right: 29px;
	width: 130px;
	float: left;
}

.productrow .prodcol1 .imagecontainer {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    height: 110px;
    padding: 10px;
    width: 120px;
    position: relative;
}
.productrow .prodcol2 {
	overflow: hidden;
	width: 320px;
	float: left;
}

.productrow .prodcol2 .proddescr{
	border-right: 1px solid #E5E5E5;
	margin-right: 20px;
	overflow: hidden;
	padding-bottom: 3px;
	padding-right: 20px;
	position: relative;
}
.productrow .prodcol3 {
	height: auto;
	padding-top: 15px;
	position: relative;
	width: 160px;
	float: right;
	text-align: right;
}
.productrow .prodcol3 div {
	text-align: right;
}
.productrow .prodcol3 .prdouctPrice {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.productrow .prodcol3 .addToCart {
    margin: 0;
    overflow: hidden;
    padding-top: 20px;
/*    width: 100%;*/
}    

.product-details{
	margin-top: 10px;
}
/*new products*/

/* storebasket*/
.basketlist {
	border-collapse: collapse;
	border: 0px;
}
.basketlist tr td {
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid  #DDFBCA;
	vertical-align: middle;
}
.basketlist .hdr {
	font-weight: 700;
	background-color: #F5F9F5;
	border-bottom: 1px solid  #DDFBCA;
}
.o_stage {
	padding: 10px 0px 5px 0;
	margin-bottom:10px;
	border-bottom: 2px solid  #DDFBCA;
}

.o_stage a {
	font-size: 0.8em;
	color: #BA5F02;
	float: right;
	cursor: pointer;
}

.col250 {
	width:250px; float:left;
}
/*storeorders*/
.processstep {
	margin: 10px 0;
	overflow: hidden;	
}

.processstep li {
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0;
  overflow: hidden;
  padding: 0 15px 0 0;
  text-align: center;
}
.processstep li {
	width: 210px;
  background: url("../images/sprite-step.png") no-repeat scroll 100% 0 #E8E8E8;
  color: #666666;
}

.processstep li.last {
  background-position: 100% -200px;
}

.processstep li span {
	display: block;
}
.processstep li.done {
  background-color: #FFE8BB;
  background-position: 100% -40px;
  color: #666666;
}

.processstep li.current-prev {
  background-position: 100% -20px !important;
}

.processstep li.current {
	background-color: #FF9900;
	color: #FFFFFF;
}

/*text*/
.text-list a.tn_image {
	border: 1px solid #ECECEC;
	padding: 10px;
	
	margin: 5px 10px 10px 0;
	display: inline-block;
	color: #3C3C3C;
	text-decoration: underline;
}


/*site map*/
/*
.sitemap {float: left;margin-right: 20px;width: 45%}
.sitemap ul {width: 200px;margin-left:0px;padding-left:20px}
.sitemap ul, .sitemap li {padding-top: 10px;padding-bottom: 0px;margin-top:2px;margin-bottom:5px;list-style-type: none;text-align: left}
.sitemap a {color:#383838;}
*/

/* AJAX login*/
#loading {position:fixed; left:0; top:0; width:100%; height:100%; background-image:url("../images/lightbox-blank.gif"); }
#loading p {background :url("../images/lightbox-ico-loading.gif") no-repeat scroll center center; width:40px;height:40px}
/* debug*/
.powered {color: #9DA9AA;font-size: 9px;font-weight: normal; text-align: center;}
.debug_table {color: #777777;}
.debug_table td {border: 1px solid #777777;}