/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height:100%;
    min-height:100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px "Open Sans",Verdana,sans-serif;
    height:100%;
    min-height:100%;
    background:#F7F1DF;
}

a
{
	color:#974935;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-top: 10px solid #774234;    
    height:160px;
    background: #fff;
}

.footer-container,
.main aside {
    border-top: 4px solid #774234;
    background:#F7F1DF;
    min-height:195px;
}

.header-container,
.footer-container,
.main aside {
    /*background: #f16529;*/
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 0 0 10px;    
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: #000;
    padding: 20px 0;
    font-size:9pt;
    color:#565656;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        /*-webkit-box-shadow: 0 -5px 15px #aaa;
           -moz-box-shadow: 0 -5px 15px #aaa;
                box-shadow: 0 -5px 15px #aaa;                */
        border-bottom:1px #f4f4f4 solid;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
        position:relative;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear
{
	clear:both;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#logo
{
	position:absolute;
	top:17px;
	left:0;
	z-index:9999;
}

/*бепумее лемч*/
.header-container #top-menu {
    position: absolute;
    right: 0;
    top: -10px;
    width: 900px;
}
.header-container #top-menu ul {
    padding-left: 10px;
    padding-top: 7px;
    text-align: right;
    margin:3px 0 0 0px;
}
.header-container #top-menu ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 25px;
    position: relative;
    vertical-align: top;
}
.header-container #top-menu ul li:hover {
    margin: 0 10px;
}
.header-container #top-menu ul li a {
    border-bottom: 1px solid #774234;
    color: #333;
    display: block;
    font-size: 14px;
    padding: 25px 0 4px;
    text-decoration: none;
}
.header-container #top-menu ul li a:hover {
    background: rgba(0, 0, 0, 0) url("../ii/top_menu_bg.jpg") repeat-x scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 25px 15px 15px;
}
.header-container #top-menu ul li i {
    background: rgba(0, 0, 0, 0) url("../ii/top_menu_shadow.png") no-repeat scroll 0 0;
    bottom: 4px;
    display: none;
    height: 5px;
    left: 50%;
    margin-left: -36px;
    position: absolute;
    width: 72px;
}
.header-container #top-menu ul li:hover i {
    display: block;
}
.header-container #top-menu ul li.selected {
    display: inline-block;
    list-style: outside none none;
    margin: 0 25px;
    position: relative;
    vertical-align: top;
}
.header-container #top-menu ul li.selected:hover {
    margin: 0 25px;
}
.header-container #top-menu ul li.selected a {
    background: rgba(0, 0, 0, 0) url("../ii/top_menu_bg.jpg") repeat-x scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 25px 15px 15px;
}
.header-container #top-menu ul li.selected i {
    display: block;
}
/*бепумее лемч йнмеж*/

#phone
{
	color: #774234;
    font-size: 16pt;
    position: absolute;
    right: 24px;
    text-align: right;
    top: 90px;
}
#phone span
{
	font-size:13pt;
}

#call
{
	/*background: url("../ii/phone_ico.png") no-repeat scroll left top;*/
    color: #233e4b;
    font-size: 13pt;
    height: 30px;
    line-height: 23px;
    /*padding: 0 0 0 30px;*/
    position: absolute;
    right: 373px;
    top: 93px;
}
#call a
{
	color:#974935;
	text-decoration:none;
	border-bottom:1px #974935 dotted;
}
#call a:hover
{
	border:0;
}

#pnlSlider
{
	background:#F7F1DF;
	padding:0 0 0 0;
	margin:-16px 0 0 0;
}

#catalog-main
{
	
	background:#F7F1DF;
	margin:-16px 0 0 0;
	/*height:127px;	*/
	padding-bottom:10px;
}
.catalog-title-main
{
	font-size:15pt !important;
	color:#974935;
	padding:0 0 15px 0;
}
/**/
.goods-bar {
    margin: 0 auto;
    position: relative;
    width: 988px;   
}
.goods-bar ul {
    border-spacing: 2px;
    display: table;
    height: 45px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    top: 0;
    width: 1000px;
}
.goods-bar ul li {
    background: rgba(0, 0, 0, 0) linear-gradient(#bd9185, #ba8273) repeat scroll 0 0;
    border: 1px solid #fff;
    color: #1f6839;
    display: table-cell;
    height: 35px;
    letter-spacing: 1px;
    line-height: 98%;
    margin: 0;
    padding: 7px 0;
    text-align: center;
    vertical-align: middle;
    width: 25%;
}
.goods-bar ul li:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(#cea89d, #ba8273) repeat scroll 0 0;
}
.goods-bar ul li:first-child {
    border-radius: 8px 0 0 8px;
}
.goods-bar ul li:last-child {
    border-radius: 0 8px 8px 0;
}
.goods-bar ul li.li-border-right
{ border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
.goods-bar ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}
.goods-bar ul li a:hover {
    color: #f0fbca;
}
/**/

#footer-about
{
	position: absolute;
    top: 0;
    left:0;	
}
#footer-catalog
{
	position: absolute;
    top: 0;
    left:460px;	
}
#footer-catalog-title
{
	font-weight:bold;
	font-size:10pt;
	padding:10px 10px 0 0 !important;
}
#footer-catalog div
{
	padding:0 0 0 10px;
}

#footer-social
{
	position: absolute;
    top: 20px;
    right:0;	
    text-align:right;
}

.main p, .main div
{
	font-size:10pt;
	line-height:24px;
	color:#434343;
}
.main p
{
	margin:5px 0 5px 10px;
}

#wrapper-slider
{
	padding:10px 0 0 0;
}

.big-font
{
	font-size:11pt;
}

.main-container
{
	padding:0 0 20px 0;
	background:#fff;
}
.main-container h1
{
	font-size:15pt;
	text-align:left;
	color:#6D3B30;
}

/**/
.imgDiv
{
	margin:11px 0 0 0;
	padding: 0 0 10px 0;
}
div.avgitem-in
{
	border:0px black solid;
	margin:5px;
	height:220px;
	background-color:#B64B4B;
	overflow:hidden;
}
div.avgitem-in img
{
	border: 0px solid #E2E6E8;
	width:210px;
	height:180px;
	
}
div.avgitem-in div.title  a
{
	color:#fff;
	font-size:95%;
	
}
div.avgitem-in div.title
{
	padding:3px 5px !important;
	border: 0px solid #E2E6E8;
	font-weight: bold; 
	text-align: center; 
	height:32px; 
	width:199px;
	font-size:100%; 
	display: table-cell;
    vertical-align: middle;
}



div.avgitem, div.avgitem0,div.avgitemlider
{
	width: 220px; 
	height: 230px; 
	float: left;
	text-align:center; 
	margin-left: 12px; 
	margin-bottom: 12px; 
	padding-bottom:0px;
	 border:1px #e7eadb solid; 
     /*border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;*/
	
	-webkit-box-shadow: 0px 0px 3px #d0d0d0;
	-moz-box-shadow:0px 0px 3px #d0d0d0;
	box-shadow: 1px 1px 3px #d0d0d0;
	
	/*border-radius:5px;	*/
	
	position:relative;
	background-color:#f2f2f2;
	 
	 }
	 
	 div.avgitem img
	 {
		border: 0px solid #E2E6E8;
		width:220px;
	 }
	 
div.avgitemProd
{
	width: 240px; 
	height: 345px; 
	float: left;
	text-align:center; 
	margin-left: 11px; 
	margin-bottom: 11px; 
	padding-bottom:0px;
	border:1px #e7eadb solid; 
     /*border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;*/
	
	/*-webkit-box-shadow: 0px 0px 3px #d0d0d0;
	-moz-box-shadow:0px 0px 3px #d0d0d0;
	box-shadow: 1px 1px 3px #d0d0d0;*/
	
	/*border-radius:5px;	*/
	
	position:relative;
	/*background-color:#f4edd6;*/
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;		
}	 
div.avgitemProd:hover
{
	-webkit-box-shadow: 0px 0px 3px #d0d0d0;
	-moz-box-shadow:0px 0px 3px #d0d0d0;
	box-shadow: 1px 1px 3px #d0d0d0;	 
	border:1px #d1d0d0 solid;
	
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

	 div.avgitemProd img
	 {
		border: 0px solid #E2E6E8;
		width:220px;
	 }
	 div.avgitemProd .title
	 {
		padding:5px 3px;
		width:234px;
		height:62px;
		max-height:62px;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		overflow:hidden;		
		
	 }
	 div.avgitemProd .title a
	 {
		font-weight:bold;
		width:100%;
		display:block;
		font-size:9.5pt;
		color:#4d2e15 !important;
		text-decoration:none !important;
		line-height:20px;
	 }	 
	 
	 
	 
	 
	 div.avgitem0 
	 {
		height:195px; 
	 }
	 div.avgitemlider 
	 {
		height:245px; 
	 }
	 

div.avgitem div.price, div.avgitem0 div.price,div.avgitemlider div.price { text-align: center; margin-top: 10px; margin-bottom: 5px; padding:3px 5px 0 5px; border:0px black solid; height:40px; font-size:90%; overflow:hidden; background-color:#e7eadb;}

	 div.avgitem div.title  a, div.avgitem0 div.title  a, div.avgitemlider div.title  a
	 { 
		/*color:#4d4d4d;*/
		text-decoration:none;
		/*font-size:110%;*/
		
		
	 }
	 
	 div.avgitem div.title  a:hover, div.avgitem0 div.title  a:hover, div.avgitemlider div.title  a:hover
	 {
		text-decoration:underline;
	 }
	 
	 div#contTitle h1
	 {
		font-size:120%;
		/*margin-top:30px;*/
		padding: 0 0 10px 0;
	 }
	 
	 
.xsltPager
{
    font-size: 11px;
    width: 100%;
    border-top: solid 1px #AE3100; 
    border-bottom: solid 1px #AE3100;
    margin-top:10px;
    margin-bottom:10px;
}

.xsltPager td
{
	text-align:right;
}
.xsltPager td a
{
	color:#AE3100;
}



div#imgProd
{
	height:250px; 
	border:0px #D1D1D1 solid; 
	float:left; 
	margin-right:10px; 
	text-align:center; 
	position:relative;
	border:2px solid #F8F2EC;
	-webkit-box-shadow: 0px 0px 3px #d0d0d0;
	-moz-box-shadow:0px 0px 3px #d0d0d0;
	box-shadow: 1px 1px 3px #d0d0d0;
}

div#imgProd a 
{
	position: relative;
	float: left;
}

div#imgProd a span
{
	display: none;
	background: url('../ii/search_new.png') no-repeat right bottom;
	position: absolute;
	width: 48px;
	height: 48px;
	right: 5px;
	bottom:5px;
	border:0px black solid;
}

div#priceProd
{
	float:right; 
	/*margin-left:10px; */
	background:#f0e8ce;
	padding:10px; 
	border:0px #bcbdad solid; 
	border-radius:5px 5px 0 0; 
	font-size:100%;
	margin:0 0 5px 5px;
	color:#565656;
}

div.addCartProd
{
	text-align:right;
}
div.addCartProd img
{
	width:105px;
}

table.t
{
	border-collapse:collapse;
	border-color:#FEEDD9;
	border:1px #FEEDD9 solid;
}
table.t th
{
	border-color:#FEEDD9;
	background-color:#B64B4B;
	text-align:center;
	 padding:10px;
	 font-size:110%;
	 font-weight:bold;
	 color:White;
}
table.t td
{
	border-color:#FEEDD9;
}

.price 
{
	background-color:#fce9da; 
	color:#B64B4B; 	
	padding:3px; 
	margin-top:2px; 
	text-align:center; 
}

#block-catalog
{
	width:1026px;
	margin:0 auto;
	border:0px black solid;
	/*position:relative;*/
}

.avgitemProdItem
{
	height:350px !important;
}

.price-info
{
	position:relative;
	width:100%;
	height:40px;
	border:0px black solid;
}

.price-item
{
	position:absolute;
	left:0;
	top:0;
	width:95px;
	height:40px;
	border:0px red solid;
	color: #a92324;
    font-size: 18px;    
    line-height:40px;
}
.price-item-new
{
	position:absolute;
	left:0;
	top:16px;
	width:95px;
	height:20px;
	border:0px green solid;
	color: #a92324;
    font-size: 18px;    
    line-height:20px;
}
.info-item
{
	border: 0px solid black;
    height: 30px;
    position: absolute;
    right: 60px;
    top: 4px;
    width: 110px;
    border-radius:3px;
}
.info-item a
{
	border: 1px solid #4D2E15;
	display:block;
	text-decoration:none !important;
	height:30px;
	line-height:30px;
	background:#8d6d54;
	border-radius:3px;
	color:#fff !important;
}
.info-item a:hover
{
	opacity:0.9;
}

#send-order a
{
	width:215px;
	border: 1px solid #4D2E15;
	display:block;
	text-decoration:none !important;
	height:30px;
	line-height:30px;
	background:#8d6d54;
	border-radius:3px;
	color:#fff !important;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;
	padding:5px;
	font-size:14pt;	
}
#send-order a:hover
{
	opacity:0.9;
}
#send-order-small a
{
	font-size:13pt;
	text-align:center;	
	border: 0px solid #4D2E15;	
	display:block;
	color:#CD1900 !important;
	font-weight:bold;
	text-decoration:none !important;
	border-bottom:1px #CD1900 dotted;
	width:153px;
	margin: 0 auto;
}

#block-wrapper
{
	width:1100px;
	margin:0 auto;
}

.name-prod
{
	font-size:18pt;
	color:#4d2e15;
}


.modal-conExt .formExt, .modal1-con .form1 {
	float:none;
	position:static;
	height:auto;
	padding-bottom:30px;
	padding:10px;
}
.modal-conExt .formExt
{
	margin: 0 auto;
}

.formExt {
	height:245px;
	width:230px;
	position:absolute; bottom:0px; left:0px;
	background:url(../ii/1px.png);
}
.formExt p {
	text-align:center;
	padding:10px 0 10px 0;
	font-size:18px;
	color:#fff;
}
.formExt p span {
	display:block;
	font-weight:bold;
}
.formExt input[type=text], .cent-f2 div input[type=text], .rr input[type=text] {
	width:176px;
	height:28px;
	color: #333;
	font-family: "Tahoma";
	font-size: 14px;
	display:block;
	margin:0 auto;
	margin-bottom:7px;
	background-color:#fff;
	border:1px solid #585858;
	padding:0 0 0 10px;
	line-height:28px;
}
.rr input[type=text] {
	background-color:#fff;
}

.gurr {
    background: url("../ii/i1.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #DDDDDD;
    display: block;
    font-size: 10px;
    height: 19px;
    line-height: 19px;
    margin: 0 auto;
    width: 225px;
}
.hide {
	display:none !important;
}
.alerta {
	position: fixed;
	width: 300px;
	right:10px;
	top:50px;
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    color: #468847;
    padding: 12px 35px 12px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    z-index: 10000;
    font-size: 15px;
    font-family: Arial;
	display:none;
}
.black {
	position:absolute; top:0px; left:0px;
	height:100%;
	width:100%;
	display:block;
	z-index:30;
}
input[type=text].none {
	border:1px solid #ff0000 !important;
}

.modalBuyExt{
	position:fixed; top:0px; left:0px;
	z-index:10000;
	width:100%;
	height:100%;
	display:none;
	background:url(../ii/1px.png);
}
.modal-bgExt, .modal1-bg {
	position:absolute; top:0px; left:0px;
	width:100%;
	height:100%;
	cursor:pointer;
}
.modal-conExt, .modal1-con {
	position:absolute; 
	top:150px; 
	left:50%;
	width:1000px;
	margin-left:-500px;
}
.modal-conExt .formExt, .modal1-con .form1 {
	float:none;
	position:static;
	height:auto;
	padding-bottom:30px;
	padding:10px;
}
.modal-conExt .formExt
{
	margin: 0 auto;
}

.tableFormExt
{
	padding:0;
	margin:0;
	width:1000px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
}
.tableFormExt td
{
	padding:20px;
	border:0px black solid;
}

img.imgExt
{
	width:500px;
	margin:0 auto;
}

#close-img
{
	 position:absolute;
	 top:5px;
	 right:7px;
	 background:url(../ii/close-img.png) top left no-repeat;
	 width:12px;
	 height:12px;
	 cursor:pointer;
	 z-index:1;
}



#signup-header
{
	background: url("../ii/hd-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px 18px 14px;
}
#signup-header h2
{
	color: #444;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 3px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#signup-header p
{
	color: #444;
    font-size: 12pt;
    margin: 0;
    text-indent: 0;
    text-shadow: none;
}


#form-wrapper input, #form-wrapper textarea
{
	background: none repeat scroll 0 0 #f7f7f7;
    border-color: #ccc #e7e6e6 #e7e6e6 #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #222 !important;
    font-family: "Helvetica Neue";
    font-size: 1.2em;
    margin-left: 38px;
    margin-right: auto;
    margin-top: 10px;
    outline: medium none;
    padding: 8px;
    width: 310px;    
}
a.send-btn
{
	background: none repeat scroll 0 0 #ff0000;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 2px 2px #999;
    color: #fff !important;
    cursor: pointer;
    font-size: 20px;
    padding: 15px !important;
    text-decoration:none !important;
}
#send
{
	width:400px !important;
}
#hot-prod
{
	width:100%;
	color:#4d2e15;	
}
#hot-prod a
{
	color:#4d2e15;	
}
.hot-prod-item
{
    border: 0px solid #e7eadb;
    float: left;
    height: 245px;
    max-height: 245px;
    overflow:hidden;
    margin-bottom: 22px;
    margin-left: 22px;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    width: 220px;
}
.hot-img
{
	margin-top:10px;
	margin-bottom:5px;
}
.hot-price
{
	display: table-cell;
    font-weight: bold;
    height: 37px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    width: 220px;
}

a.cat-more
{
	background: none repeat scroll 0 0 #8d6d54;
    border: 1px solid #4d2e15;
    border-radius: 3px;
    color: #fff !important;
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none !important;
    width:105px;
    margin:0 auto;
}
a.cat-more:hover
{
	opacity:0.9;
}
/**/

.slider_shadow
{
	background: #F7F1DF url("../ii/main_banner_shadow.png") no-repeat scroll center -1px;
    height: 16px;    
    width: 100%;     
}
.slider_shadow-white
{
	background: #fff url("../ii/main_banner_shadow.png") no-repeat scroll center -1px;
    height: 16px;    
    width: 100%;     
}

.b1c-form
{
	width:300px;
}
.b1c-description
{
	text-align:center;
	font-weight: bold;
	font-size:11pt;
	margin: 0 0 10px 0;
}
.b1c-form input
{
	width:275px;
	margin:3px 0 5px 7px;
    border: 1px solid #c8c8c8;
    padding:5px;
    color:Gray;
}
.b1c-submit
{
	background: #774234 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 2px 2px #999;
    color: #fff;
    cursor: pointer;
    font-size: 9pt;
    margin: 0 0 0 23px;
    padding: 10px !important;
    width: 135px !important;
    color:#fff !important;
}
.b1c-submit:hover
{
	opacity:0.9;
}

.item-root-cat
{
	width:243px;
	border:1px black solid;	
	float:left;
	padding:5px;	
}

.t-item-root-cat
{
	width:100%;
	border:0;
	margin:0;
	padding:0;
}
.t-item-root-cat td
{
	border:0px black solid;
	padding:5px 10px;
	vertical-align:top;
	border-right:1px #efeeee solid;
	border-bottom:15px #fff solid;
	font-size:9pt;
}
.no-border
{
	border:0 !important;
}
.t-item-root-cat td:last-child 
{
	border:0 !important;
}
.t-item-root-cat td div.name-item-root-cat
{
	font-weight:bold;
	font-size:10pt;
	line-height:18px;
	margin:0 0 5px 0;
}
.t-item-root-cat td div.name-item-root-cat a
{
	text-decoration:none;
}
.t-item-root-cat td div.name-item-root-cat a:hover
{
	text-decoration:underline !important;
}
.t-item-root-cat td ul
{
	margin:0;
	padding:2px 0 0 18px;
	color:Gray;
}
.t-item-root-cat td ul li
{
	margin:2px 0 7px 0;
	padding:0;
	line-height:15px;
	list-style-type:square;
	
}
.t-item-root-cat td ul li a:hover
{
	text-decoration:none;
}

.li-hide
{
	background:none !important;
	border:1px #F7F1DF solid !important;
}

.cat-foo-item
{
	float:left;
	margin:0 5px 5px 0;
}

.bg-white
{
	background:#fff !important;
}

.nav-bread
{
	 margin:10px 0 0 0;
}

.clearfix
{
	clear:both;
}

#loadingoverlay
{
	background: url('../ii/load.gif') 50% 40% no-repeat;
	opacity:0.9;
	z-index:9999;
	position:fixed;
	top:0;
	left:0;	
	overflow:hidden;
	width:100%;
	height:100%;
}
#loading
{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-110px;
	margin-top:-65px;
	z-index:99999;
}
.loadingCenter
{
	top:50% !important;
	left:50% !important;
	margin-left:-110px !important;
	margin-top:-65px !important;
}

#prodMore
{	
}

.btn-more
{
	padding:10px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;	
	border: 1px solid #b4b4b4;
    display: block;
    text-decoration: none !important;
    height: 30px;
    line-height: 30px;
    background: #d4d4d4;
    border-radius: 3px;
    color: #7a7a7a !important;
    margin:10px 0;   
	
}
.btn-more:hover
{
	opacity:0.9;
}

.abraun
{
	color:#974935;
	font-size:13pt;
}