@import url(http://fonts.googleapis.com/css?family=Kite+One);


body{
	background: #FFF url(../img/gradients_b.png) repeat-x 0px -315px;
	height:100%;
	margin: 0;
}
canvas {
    -ms-touch-action: double-tap-zoom;
}

.pull-right{
	float:right;
}
.pull-left{
	float:left;
}
.image-middle{
	vertical-align: middle;
}
::selection {
	background: #FA5A16;
	color: #FFF;
	text-shadow: none;
}
.image-left{
	margin-right:15px; 
	border:3px solid #F0F0F0;
}

.image-right{
	margin-left:15px; 
	border:3px solid #F0F0F0;
}
.image-center{
	text-align: center;
	border:3px solid #F0F0F0;
}
img{
	border:0;
}

h1, h2, h3, h4, h5, h6 {
margin: 15px 0;
font-weight: normal;
line-height: 1.3;
}
h1{
	font-size: 18px;
}
h2{
	font-size: 16px;
	color: #6F6656;
}
h3{
	font-size: 13px;
	font-weight: bold;
	color: #6F6656;
}

a{
		  -webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	-ms-transition:color 0.2s ease;
	transition:color 0.2s ease;
}

p {
margin: 0 0 15px;
}
.btn-outline{
	background: #F4F4F4;
	padding:4px;
	display: block;
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.clearfix{
	clear:both;
}
.pos-fix {
position: fixed;
}
.orange{
	color:#C95732;
}
.note{
	border:1px solid;
	border-color: #FFECBF #FFECBF #FFE3A4 #FFECBF;
	background:#FFF3D7;
	padding:2px 4px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
display: inline-block;
margin:5px 10px;

-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

a.button {
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
background: #E98B6D;
border: 1px solid;
border-color: #E08161 #E07654 #CF562E #E07654;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
text-align: center;
font: 14px/25px Tahoma, Arial, Verdana;
color: #FFF !important;
vertical-align: middle;
height: 25px;
margin: 0;
padding: 0 5px;
cursor: pointer;
text-decoration: none;
			  -webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-ms-transition:background 0.3s ease;
	transition:background 0.3s ease;
}
a.button:hover{
	text-decoration: none;
	color:#FFF !important;
	background:#ECA189;
	border-color: #E08161 #e07654 #E08161 #e07654;
}
a.button:active{
	color:#FFF;
	background:#E67955;
	-moz-box-shadow: inset 0 1px 10px -4px #692C16;
-webkit-box-shadow: inset 0 1px 10px -4px #692C16;
box-shadow: inset 0 1px 10px -4px #692C16;
}

input[type=submit],
input[type=button],
button{
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	background: #e98b6d;
	border: 1px solid;
	border-color: #E08161 #e07654 #CF562E #e07654;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	font:14px/21px Tahoma, Arial, Verdana;
	color:#FFF;
	vertical-align: middle;
	height:27px;
	margin:0;
	padding:0 5px;
	cursor: pointer;
			  -webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-ms-transition:background 0.3s ease;
	transition:background 0.3s ease;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover{
	text-decoration: none;
	color:#FFF;
	background:#ECA189;
	border-color: #E08161 #e07654 #E08161 #e07654;

}
input[type=submit]:active,
input[type=button]:active,
button:active{
	color:#FFF;
	background:#E67955;
	-moz-box-shadow: inset 0 1px 10px -4px #692C16;
-webkit-box-shadow: inset 0 1px 10px -4px #692C16;
box-shadow: inset 0 1px 10px -4px #692C16;
}

input[type=text]{
	border:1px solid #D3CFC6;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	background: #FFF;
	font:14px/21px Georgia, "Times New Roman", Serif;
	color:#6b6b6a;
	vertical-align: middle;
	height:25px;
	padding:0 5px;
	margin: 0;
	outline: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
textarea{
	border:1px solid #D3CFC6;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	background: #FFF;
	font:14px/18px Georgia, "Times New Roman", Serif;
	color:#6b6b6a;
	vertical-align: middle;
	padding:0 5px;
	margin: 0;
	outline: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type=text]:hover,
textarea:hover {
	border:1px solid #C7C1B6;
}
input[type=text]:focus,
textarea:focus {
border:1px solid #D76C49;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 8px rgba(205, 108, 73, .4);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(205, 108, 73, .4);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 8px rgba(205, 108, 73, .4);


/*-webkit-box-shadow: 0px 0px 4px rgba(205, 108, 73, 0.65);
-moz-box-shadow:    0px 0px 4px rgba(205, 108, 73, 0.65);
box-shadow:         0px 0px 4px rgba(205, 108, 73, 0.65);*/
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
}

label{
	display: block;
	margin:0 10px;
	color:#8C8577;
}



#container {
	max-width: 978px;
	margin: 0 auto;
	padding: 0;
}

/* Header Box */
header#main-header{
	height:122px;
	/*background: transparent url(../img/header_bg.jpg) no-repeat center top;*/
	font:12px/16px Verdana, Tahoma, Arial;
        overflow: hidden;
        padding-left: 3%;
        padding-right: 1%;
}

header#main-header #logo{
	float:left;
	height:122px;
}
header#main-header #logo img{
	margin-top:18px;
}

header#main-header nav{
	float:right;
	height:122px;
	margin-right:45px;
}

header#main-header nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top:55px;
}
header#main-header nav ul li{
display: inline-block;
float:left;
margin-right:15px;
}

header#main-header nav ul a{
text-decoration: none;
color:#818181;
}
header#main-header nav ul a:hover{
text-decoration: none;
color:#E98B6D;
}

header#main-header #search-box{
	float:left;
	height:122px;
        width: 50%;
        filter: gray;
        -webkit-filter: grayscale(100%);
        opacity: 1;
}

header#main-header  #search-box:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
    filter: none;
}

header#main-header #search-box form{
	margin-top:55px;
        margin-left: 10%;
}

header#main-header #search-box input[type=text]{
	border:1px solid #CCC;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #FFF;
	font:16px/21px Georgia, "Times New Roman", Serif;
	color:#6b6b6a;
	vertical-align: middle;
	height:35px;
	width:70%;
	margin:0;
	padding:0 5px;
	outline: none;
        -webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	-ms-transition:background 0.2s ease;
	transition:background 0.2s ease;

}

header#main-header #search-box input[type=text]:hover{
background: #FFF;
border-color: #E07654;
color:#333;
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
}

header#main-header #search-box input[type=submit],
header#main-header #search-box input[type=button]{
border: 1px solid;
border-color: #d76c49 #e07654 #e07654 #e07654;

-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;

-webkit-border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-bottomleft: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
background: #b33c2d;
font:12px/21px Verdana, Tahoma, Arial;
font: 13px/20px Georgia, "Times New Roman", Serif;
color:#fff;
font-weight: bold;
vertical-align: middle;
height:37px;
width:70px;
padding:5 5px;
margin:0;
margin-left:-6px;
cursor: pointer;
/*outline: none;
text-indent: -9999px;*/
}

header#main-header .link-bar {
    float:right;
    padding-top: 43px;
}

header#main-header .link-bar ul {
    list-style: none;
}

header#main-header .link-bar ul li a {
    font: 15px/20px Georgia, "Times New Roman", Serif;
    color: #c95732;
    text-decoration: none;
}

header#main-header .link-bar ul li a:hover {
    color:#685f4e;
}

/* Header Main Menu */
.menu-arrow-down{
	font-size:12px; 
	color:#8B8B8B;
	text-shadow:none;
}
.menu-arrow-right{
	font-size: 12px;
	text-shadow: none;
	position: relative;
	right: -4px;
	top: 5px;
	width: 20px;
}

nav#main-menu{
	height:36px;
	background: #7A7A7A url(../img/gradients_b.png) repeat-x 0px -36px;
	width:100%;
	clear:both;
	text-shadow: 1px 1px 0px #383838;
	font:14px/normal Verdana, Tahoma, Arial;
	color:#E0E0E0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0px 1px 2px 0px #c7c7c7;
-webkit-box-shadow: 0px 1px 2px 0px #c7c7c7;
-moz-box-shadow: 0px 1px 2px 0px #c7c7c7;
}

nav#main-menu ul.menu-list,
nav#main-menu ul.menu-list li,
nav#main-menu ul.menu-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav#main-menu ul.menu-list {
	position: relative;
	z-index: 597;
	float: left;
	white-space: nowrap;
}

nav#main-menu ul.menu-list li {
	float: left;
	zoom: 1;
	height:36px;
	background: transparent url(../img/gradients_b.png) no-repeat right 0px;
	padding-right: 2px;
	margin:0;
}

nav#main-menu ul.menu-list li li,
nav#main-menu ul.menu-list li li li{
	background:none;
	padding:0;
	margin:0;
	height:25px;
}
nav#main-menu ul.menu-list li li a,
nav#main-menu ul.menu-list li li li a{
	height:25px;
	background: none;
	padding:0px 15px 0 15px;
	line-height: 24px;
	display: block;
	/*overflow: hidden;*/
	  -webkit-transition: background 0.2s ease;
-moz-transition: background 0.2s ease;
-o-transition: background 0.2s ease;
-ms-transition:background 0.2s ease;
transition:background 0.2s ease;
}
nav#main-menu ul.menu-list li li a:hover,
nav#main-menu ul.menu-list li li li a:hover{
background: #3A3A3A;
}
nav#main-menu ul.menu-list li li a.active-category,
nav#main-menu ul.menu-list li li li a.active-category{
background: #E48B6A;
color:#FFF;
text-shadow:none;
}



nav#main-menu ul.menu-list li a {
	height:27px;
	display: block;
	padding:9px 15px 0 15px;
	text-decoration: none;
	color:#E0E0E0;

}

nav#main-menu ul.menu-list li a.first{
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}


nav#main-menu ul.menu-list li a:hover {
	background: #515252 url(../img/gradients_b.png) repeat-x 0px -72px;
	text-decoration: none;
}






nav#main-menu ul.menu-list li a.active-link {
	background: #515252 url(../img/gradients_b.png) repeat-x 0px -108px;
	text-decoration: none;
}

nav#main-menu ul.menu-list li.hover,
nav#main-menu ul.menu-list li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

nav#main-menu ul.menu-list ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	background: #5c5b5b;
	width:300px;
	border-bottom: 3px solid #424242;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
opacity:0;

  -webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
-ms-transition:opacity 0.2s ease;
transition:opacity 0.2s ease;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

nav#main-menu ul.menu-list ul li {
	float: none;
}

nav#main-menu ul.menu-list ul ul {
	top: 0;
	left: 100%;

	border-left:1px solid #847E71; 
}

nav#main-menu ul.menu-list li:hover > ul {
	visibility: visible;
	opacity:1;
}
nav#main-menu ul.menu-list li a:focus,
nav#main-menu ul.menu-list li:hover > a{
	background: #515252 url(../img/gradients_b.png) repeat-x 0px -72px;
	text-decoration: none;
}
nav#main-menu ul.menu-list li li a:focus,
nav#main-menu ul.menu-list li li:hover > a{
background: #3A3A3A;
}
nav#main-menu ul.menu-list li li li a:focus,
nav#main-menu ul.menu-list li li li:hover > a{
background: #3A3A3A;
}

/* Content */

section#content{
	font:14px/20px Georgia, "Times New Roman", Serif;
	color:#685f4e;
	clear: both;
}
section#content ul,
section#content ol {
	margin:5px 10px;
	padding: 0px 40px;
}

section#content section{
	margin-bottom:40px;
	margin-top:10px;
}

section#content .categories-tree ul{
	list-style-type: none;
}

section#content .categories-tree ul li{
	line-height: 1.5;
}

section#content a{
	color:#c95732;
	text-decoration: none;
}
section#content a:hover{
	color:#6f6656;
	text-decoration: none;
}
section#content a:active{
	color:#CCC;
	text-decoration: none;
}

section#content h1{
	font-size:18px;
	color:#403e30;
	margin:15px 10px;
}

section#content h1 a{
	font-size:18px;
	color:#c95732;
	margin:15px 10px;
	text-decoration: none;
}

section#content h1 a:hover{
	font-size:18px;
	color:#403e30;
	margin:15px 10px;
	text-decoration: none;
}

section#content h2,
section#content h3{
	margin:15px 10px;
}

section#content p{
	margin:15px 10px;
}

section#content table{
	margin:15px 10px;
	border-collapse:collapse;
}
section#content table th,
section#content table td{
	border: 1px solid #D3CFC6;
	padding:1px 3px;
	text-align:left;
	vertical-align: top;
}

section#content #slideshow{
background: #FFF;
height: 225px;
position:relative;
overflow: hidden;
-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.36);
-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.36);
box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.36);
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}


section#content #slideshow IMG {
	-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

section#content #slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

section#content #slideshow IMG.last-active {
    z-index:9;
}

section#content .content-small-box{
	width:664px;
}

section#content .content-small-box-right{
	width:654px;
	padding-left:10px;
}

section#content #products{
	/*width:664px;*/
	float:left;
}

section#content #products ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

section#content ul li.product{
	width:146px;
	height:254px;
	margin:0 15px 20px 0;
	float:left;
	border: 1px solid #dcdbda;
}
section#content ul li.product h2{
	height:56px;
	margin:10px;
	overflow: hidden;
	font-size:14px;
	text-align: center;
	color:#6f6656;
}
section#content ul li.product h2 a{
color:#6f6656;
}
section#content ul li.product h2 a:hover{
text-decoration: underline;
}

section#content ul li.product .image-link{
	height:146px;
	display: block;
}
section#content ul li.product .product-price{
	color:#eb9275;
	font:12px/14px Verdana, Tahoma, Arial;
	margin:12px -2px;
	height:13px;
	text-align: center;
}

section#content ul li.product .product-description{
	display: none;
	font-size: 13px;
	color:#8c8577;
	text-align: center;
	margin:0 10px;
	height:54px;
	overflow: hidden;
}

section#content ul li.product .footer-line{
	height:5px;
	background: #ece5d7;
}

/* Content Product Info */

section#content ul li.product #product-info{
	position: relative;
	text-align: center;
	top:-275px;
	left:-43px;
	width:232px;
	height:300px;
	z-index: 500;
	background: #fff;
	border: 1px solid #dcdbda;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

section#content ul li.product #product-info p{
	line-height: 18px;
}
section#content ul li.product #product-info a.footer-details-btn{
	background: #EEEEEE;
	height: 23px;
	display: block;
	padding-top:6px;
	color: #A4A4A4;
	font: 12px/14px Verdana, Tahoma, Arial;
}
section#content ul li.product #product-info a.footer-details-btn:hover{
	background: #e7e7e7;
}

.product-code {
    color:#999; 
    font-size:12px; 
    font-family:arial;
    margin-top:-18px
}
ul.pagination li {
	display: inline-block;
	float: left;
	height: 22px;
        width: 22px;
        text-align: center;
}

ul.pagination li.disabled {
	/*text-decoration: underline;*/
        border-bottom: 1px solid #c95732;
}

/*.pagination{
	border-bottom: 1px solid #ECE5D7;
	text-align: center;
	margin-bottom: 16px;
	width: 646px;
	font:14px/16px Verdana, Tahoma, Arial;
	clear: both;
	padding: 0;
	height: 22px;
}

.pagination ul {
	display: inline-block;
	position: relative;
bottom: 0px;
height: 22px;
margin-bottom: -3px !important;
}
.pagination ul li {
	display: inline-block;
	float: left;
	height: 22px;
}
.pagination ul li a{
	padding:3px 4px;
	text-decoration: none;
	color: #a59f94 !important;
	display: block;
	border-bottom: 1px solid #ECE5D7;
}
.pagination ul li a:hover{
	text-decoration: none;
	background: #ebe4d5;
	border-bottom: 1px solid #eb9275;
	color:#C95732 !important;
}
.pagination ul li a.active-page{
	text-decoration: none;
	border-bottom: 1px solid #eb9275;
	background: transparent;
	color: #000 !important;
}
.pagination ul li a.disabled-page{
	text-decoration: none;
	background: transparent;
	color: #CCC !important;
}*/




/* Product full view */
section#content .product-full-left-box{
	width:400px;
	float:left;
}
section#content .product-full-left-box img{
	margin:0;
	padding:0;
}
/*section#content .product-full-left-box img.preview-image{
	margin-right: 9px;
	margin-top: 9px;
}*/
section#content .product-full-left-box a.zoom-image{
	float: left;
	border:1px solid #B0AFAF;
	margin-right: 9px;
	margin-top: 9px;
	height: 91px;
	width: 91px;
	outline: none;
}
#main-img-box{
	border: 1px solid #CCC;
}
section#content .product-full-right-box{
	width:553px;
	padding-left:25px;
	padding-top:35px;
	float:left;
}

section#content .product-full-right-box h1{
	font-size:22px;
}
section#content .product-full-right-box .price {
color: #C95732;
font: 18px/14px Verdana, Tahoma, Arial;
}


section#content .product-full-right-box .product-full-details{
	clear:both;
	margin:20px 10px;
}

/* Full details Tabs*/

#tab-container ul.etabs { 
	margin: 0; 
	padding: 0; 

}
.tab-container ul.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; background: #f1f0f0; border: solid 1px #D3CFC6; border-bottom: none; 
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;

}
#tab-container .tab a { font: 12px Verdana, Tahoma, Arial; line-height: 2.3em; display: block; padding: 0 10px; color: #444; outline: none; }

#tab-container .tab.active { background: #fff; padding-top: 1px; position: relative; top: 1px; border-color: #D3CFC6; }
#tab-container .tab a.active { color:#666;}
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px;  }
.tab-box {
margin:0;
border: 1px solid #D3CFC6;
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 0;
border-radius: 3px;
border-top-left-radius: 0;
-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.16);
-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.16);
box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.16);
padding:10px;
}
#tab-container .tab-box p{
    margin:10px 0;
}


/* Content SideBar */

section#content .sidebar{
	width:314px;
	float:left;
}
section#content .sidebar article{
	border:1px solid #d3cfc6;
	background: #F4F3F3;
}

section#content .bottom-shadow{
	display: block;
	height: 3px;
	background:#ECE5D7;
}

section#content .sidebar article form#contact-form{
	margin:0;
	padding: 0;
}

section#content .sidebar article form#contact-form input[type=text]{

	width:280px;

}
section#content .sidebar article form#contact-form textarea{

	width:280px;
	height:150px;

}
section#content .sidebar article form#contact-form input[type=submit],
section#content .sidebar article form#contact-form input[type=button]{

	width:292px;


}


section#content .sidebar article form#contact-form .form-item-box{
	position: relative;
	margin:10px 10px;
	padding: 0;
}

section#content .sidebar article form#contact-form .form-msg{
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
/*-webkit-box-shadow: 0px 0px 3px rgba(52, 38, 27, 0.45);
-moz-box-shadow: 0px 0px 3px rgba(52, 38, 27, 0.45);
box-shadow: 0px 0px 3px rgba(52, 38, 27, 0.45);*/
background: #555;
	color:#FFF;
	padding: 4px 5px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	font:11px/13px Verdana, Tahoma, Arial;
	position: absolute;
	top:3px;
	left:291px;
	white-space: nowrap;
	display: none;
	padding-right: 22px;

}
section#content .sidebar article form#contact-form .error{
border:1px solid #DD7451;
	background:#E98B6D;
}

.success{
border:1px solid #458A45 !important;
background: #55AB55 !important;
}

.close-ico{
	position: absolute;
	right: 3px;
	top:4px;
	width: 13px;
	height: 13px;
	background: transparent url(../img/close_icons.png) no-repeat 0px 0px;
	cursor: pointer;
}


input[type=submit]:disabled{
	opacity: 0.7;
	cursor: default;
}

/*  Footer */

footer#main-footer{
	margin-top:60px;
	border-top:3px solid #928b7e;
	min-height:80px;
	font:12px/16px Verdana, Tahoma, Arial;
	color:#8c8577;
	padding: 15px 10px;
	clear: both;
}


footer#main-footer p.details{
	float:left;
	width:314px;
	overflow: hidden;
	display: inline-block;
	margin-right:18px;
}

footer#main-footer nav{
	float:left;
	width:148px;
	overflow: hidden;
	margin-right:18px;
}

footer#main-footer nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

footer#main-footer nav ul a{
	text-decoration: none;
	color:#8c8577;
}
footer#main-footer nav ul a:hover{
	text-decoration: none;
	color:#c95732;
}

span.social-ico{
	display: block;
	float: left;
	width:32px;
	height: 32px;
	margin-right:5px;
	cursor: pointer;
	/*filter: gray;
    //-webkit-filter: grayscale(100%);*/
    opacity: 0.8;

}

img.social-ico{
    display: block;
    float: left;
    height: 50px;
    margin-right:10px;
    cursor: pointer;
    /*filter: gray;
    //-webkit-filter: grayscale(100%);*/
    opacity: 0.8;

}

footer#main-footer nav ul a span.social-ico:hover, 
footer#main-footer nav ul a img.social-ico:hover {
	opacity: 1;
}

span.social-ico:hover, 
img.social-ico:hover {
	opacity: 1;
}

footer#main-footer nav ul a span.youtube{
	opacity: 0.8;
	background:transparent url(../img/icons.png) 0px 0px;
}
footer#main-footer nav ul a span.facebook{
	opacity: 0.8;
	background:transparent url(../img/icons.png) 0px -34px;
}
footer#main-footer nav ul a span.pinterest{
	opacity: 0.7;
	background:transparent url(../img/pinterest_logo_32.png);
}

footer#main-footer nav ul a span.yelp{
	opacity: 0.8;
	background:transparent url(../img/yelp.png) 0px 0px;
}

footer#main-footer nav ul a span.twitter{
	opacity: 0.8;
	background:transparent url(../img/tweets.png) 0px 0px;
}

#acna_link img{
    opacity: 0.6;
}

#acna_link img:hover {
    opacity: 1.0;
}



#shopping-cart-link a {
    color:gray;
    font-size: 16px;
}

#shopping-cart-link a:link {
    color:gray;
}

#shopping-cart-link a:visited {
    color:gray;
}

#shopping-cart-link a:hover {
    color:#b33c2d !important;
}

#shopping-cart-link a:active {
    color:gray;
}

.literal {
    color:#b33c2d;
}

.categories-tree-nav {
    -webkit-column-count: 3;  
    -moz-column-count: 3;  
    column-count: 3;
    -webkit-column-gap: 40px;   
    -moz-column-gap: 40px;  
    column-gap: 40px;
    -webkit-column-rule: 1px solid lightblue; 
    -moz-column-rule: 1px solid lightblue; 
    column-rule: 1px solid lightblue;
}
.categories-tree-nav ul  {
    margin:0px;
}
.categories-tree-nav ul li {
    list-style-type: none;
    font-weight: bold;
}

.categories-tree-nav ul li ul li {
    font-weight: normal;
    color:red;
}


@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}