html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
html * {
    -webkit-font-smoothing: antialiased;	
}
body {
    background: #ffffff;
	color: #545253;
	font-family: 'Lora', serif;
	margin: 0px;
	padding: 0px;
    font-size: 14px;
}
a:hover img {
    opacity:0.7;
}

header {
    background: #FF665E url(../image/pattern_top_big.png) 0px 80px repeat-x;
}

footer {
    background: #FF665E;
    border: 1px solid #FF665E;
}

body, td, th, button, input, textarea, select, a {
	color: #444;
	font: 13px/20px "Droid Sans", "Trebuchet MS", "Lucida Sans", Helvetica, Arial, sans-serif;
}

h1, .welcome {
	color: #434952;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: normal;
    vertical-align: baseline;
   	background: transparent;
}
h2 {
    color: #434952;
	font-size:16px;
	font-weight:normal;
    text-transform: uppercase;
    padding: 7px 0 15px 0;
    margin-bottom: 20px;
    background: url(../image/heading_main.png) repeat-x left bottom;
}
h3 {
	margin-bottom:10px;
    color: #434952;
	font-size:13px;
	font-weight:normal;
    text-transform: uppercase;
    padding: 0px 0 15px 0;
    margin-bottom: 10px;
    background: url(../image/heading_main.png) repeat-x left bottom;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
    font-size: 14px;
}

a {
    color: #434952;
}
a:visited {
    color: #ADADAD;
}
a:hover {
    text-decoration: none;
    color: #ADADAD;
}

a img {
	max-width:100%;
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	border-radius: 3px;
	background: white;
	border: 1px solid #E8E5E4;
	padding: 6px 10px;
	margin-left: 0px;
	margin-right: 0px;
	outline-color: #E8E5E4;
}

input[type='text'], input[type='password'] {
    max-width: 200px;
}

textarea {
	box-sizing:border-box;	
}
select {
	outline-color:#E8E5E4;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
body ul, body li {
	list-style:none;
	line-height:normal;	
}
ul,ol {
    font-size: 14px;
}
/* layout */
#container {
    background: #ffffff url(../image/gradient_top.png) repeat-x 0px 50px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom:0px;
    background-position: ;
}
#column-left {
	float: left;
    background: #ffffff url(../image/gradient_top.png) repeat-x 0px 50px;
    margin: 0;
}
#column-right {
	display:none;
	float: right;
}
#content {
	min-height: 400px;
    margin: 0;
    padding: 70px 0px 0px 0;
    background: #ffffff url(../image/gradient_top.png) repeat-x 0px 50px;
}
#content.home {
    background-position: 0 0;
    padding-top: 10px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 310px;
}
#notification {
	padding:0 10px;	
}
#content h1 {
	line-height: 32px;
	display:block;
	padding: 10px 0 20px 0;
	margin: 0;
	text-align: left;
	color: #434952;
    margin-bottom: 20px;
    background: url(../image/heading_main.png) repeat-x left bottom;
}
#content h2 {
    text-transform: uppercase;
    padding: 20px 0 15px 0;
}
#content > h1,
#content form > h2,
#content form > h1,
#content > p,
#content > b {
	margin-left:0;
	margin-right:0;
    color: #545253;
}
#content > p > a {
    color:#0D5094;
    text-decoration: underline;
    font-size: 14px;
}
#content > p,
#content > b {
	font-size: 14px;
}

/* header */
#header {
	height: 80px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 99;
}

#header #logo {
	position: absolute;
	top: 8px;
	left: 0px;
}

#header #logo a:hover img {
    opacity:1;
}

#language img {
	float:left;
	cursor: pointer;
	padding:10px 5px;
}
#currency, #language {
	float:right;
	text-transform:lowercase;
	color:#DBDBDB;
	position:relative;
	margin-right:10px;
}
#currency .expand, #language .expand {
	display:none;
	position:absolute;
	top:40px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#E8E5E4;
	z-index:100;
	background:white;
}
#currency .first,
#language .first {
	line-height:40px;
	cursor:pointer;	
}
#currency .first:after, #language > span:after {
	content:'';
	padding-left:15px;
	background:url(../image/arrow_down_white.png) no-repeat right center;	
}
#currency a {
	display: inline-block;
	padding: 5px;
	color:#534C38;
	text-decoration: none;
	font-size:14px;
}
#currency a b {
	color:black;
}


#header .phone {
	position: absolute;
	top: 54px;
	right: 0px;
	z-index: 9;
	min-width: 215px;
    font-size: 24px;
    font-weight: bold;
    color:#FCFCFC;
}

#header #cart {
	position: absolute;
	top: 24px;
	right: 10px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	min-height:49px;
	text-align:right;
	padding-right:10px;
	position: relative;
	z-index: 1;
	float:right;
	border-right:1px dotted #534C38;
}
#header #cart .bag-icon{
	cursor:pointer;
	float:right;
	padding-left:10px;	
}
#header #cart .cart-icon {
	cursor:pointer;
	float:right;
    padding-left: 3px;
}
#header #cart .heading h4 {
	color: #DED0AA;
	font-size: 18px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:7px;
}
#header #cart .heading a {
	color:#DED0AA;
	font-size:14px;
	text-decoration: none;
}
#header #cart .heading a span {
	color:#DED0AA;
}
#header #cart .content {
	position:relative;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#E8E5E4;
	clear: both;
	display: block;
	padding: 10px;
	background: #fff;
	opacity: 0;
	top:5px;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #6b6b6b;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #ebebeb;
}
.mini-cart-info .image {
	width:auto;
}
.mini-cart-info .image img {
	border-style:solid;
	border-width:1px;
	border-color:#E8E5E4;
	text-align: left;
}
.mini-cart-info .name > a {
	font-size:14px;	
	padding-bottom:10px;
	display:inline-block;
}
.mini-cart-info .name small {
	font-size:12px;
	color: #666;
}
.mini-cart-info .quantity {
	font-size:14px;
	text-align: right;
}
.mini-cart-info td.total {
	font-size:14px;	
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	font-size:15px;
	color: #6b6b6b;
	padding: 4px;
}
.mini-cart-total td b {
	font-weight:normal;
	
}
#topBar {
	-moz-box-shadow:0 0 8px 0 rgba(0,0,0,0.8);
	-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.8);
	box-shadow:0 0 8px 0 rgba(0,0,0,0.8);
	width:100%;
	display:inline-block;
	min-height:30px;
    background:#482924;
}
#topBar .links {
	float:left;
	display:inline-block;
    margin: 6px 0 4px 10px;
}
#topBar .links a, #topBar .links a:visited {
	margin:0;
	margin-right:7px;
	text-transform:lowercase;
	font-size:12px;
	color:#DED0AA;
	line-height:30px;
	text-decoration:none;	
}

#topBar .links a + a {
	padding-left:10px;
	background:url(../image/border-left.png) no-repeat center left;	
}
#header #cart .checkout {
	text-align: center;
	clear: both;
}
#header #cart .checkout a {
	margin:0 10px;
	display:inline-block;
	border: none;
	border-radius: 3px;
	border-top: 1px solid #6A5641;
	cursor: pointer;
	color: #DADADA;
	font-family: 'Lora', serif;
	font-size: 14px;
	line-height: 25px;
	background: url(../image/button-bg.png) top center repeat-x #3E3226;
	padding: 0 20px;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
}
#header #cart .checkout a:hover {
	opacity:0.9;
}
#header #cart .checkout a:active {
	opacity: 1;
	background: url(../image/button-bg-active.png) top center repeat-x #514132;
}
#header #cart .empty {
	padding: 25px 0;
	text-align: center;
}
#search {
	margin-right:10px;
	min-width:240px;
	float:right;
	margin-top:6px;
}
#search input {
	color:#6b6b6b;
	width:200px;
	padding:5px;
	-webkit-appearance:none;
	border-radius:3px;
	background:#E8E5E4;
	border:none;
	margin-top:1px;
	display:inline-block;
	float:left;
	border-bottom:1px solid #302a24;
	border-top:1px solid #29231e;
}
#search .button-search {
	display:inline-block;
	float:right;
	margin-left:5px;
	cursor:pointer;
	background:url(../image/search-button-bg.png) left center;
	width:32px;
	height:29px;
}
#search .button-search:active {
	background:url(../image/search-button-bg.png) right center;
}
/* menu */
#menu {
	margin: 15px 0 0 0;
	display:inline-block;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 120;
	padding-right:5px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 20px;
    color:#FCFBA1;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 0;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > a:hover {
    color:#ffffff;
}
#menu > ul > li > div {
	border:1px solid #FCFBA1;
	display: none;
	background: #001952;
	position: absolute;
	z-index: 5;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 7px 15px;
	color: #001952;
	font-size:15px;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
    background: #FCFBA1;
    color: #001952;
}
#menu > ul > li > div > ul > li > a {
    color: #FCFBA1;
}
.breadcrumb {
    color:#333333;
   	padding:0;
    margin: 0;
   	font-size:12px;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0px;
    height: 50px;
    background: #FFC40C url(../image/pattern_top.png) 0px 0px repeat-x;
}
.breadcrumb a {
	font-size:14px;
    color:#333333;
   	text-decoration:underline;
}
.breadcrumb a:hover {
     color:#434952;
     text-decoration: none;
}
.breadcrumb .wrapper {
    padding-top: 15px;
}

.container_12 > .success,
.container_12 > .warning,
.container_12 > .attention,
.container_12 > .information {
	margin:20px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background-color:#FFFBF0;
	background-image:url('../image/success.png');
	background-repeat:no-repeat;
	background-position:10px center;
	border: 1px solid #c5a886;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #ff0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #001952;
}
.checked {
    border: 1px solid yellow;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: 'Lora', serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #6b6b6b;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.filter {
    width: 350px;
    padding: 0;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #E8E5E4;
	border-left: 1px solid #E8E5E4;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #E8E5E4;
	border-bottom: 1px solid #E8E5E4;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	padding-top: 15px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
    color: #6c5f43;
    border-top: 1px solid #E8E5E4;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #E8E5E4;
	padding: 4px 10px;
	text-decoration: none;
	color: #252525;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #E8E5E4;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #252525;
	background: #f7f7f7;
}
.pagination .results {
	float: right;
	padding-top: 3px;
    color: #252525;
}

.pagination.top {
    border: none;
    border-bottom: 1px solid #E8E5E4;
    padding-top: 0px;
    padding-bottom: 15px;
}

.pagination.bottom {
    border: none;
    border-top: 1px solid #E8E5E4;
    padding-top: 15px;
}
/* button */
.buttons {
	overflow: auto;
	padding: 10px 0;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 35px;
	line-height: 16px;
	border-bottom: 1px solid #2a2a2a;
}
.htabs a {
	padding:10px 15px;
	float: left;
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height:16px;
	text-align: center;
	text-decoration: none;
	color: #534C38;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	background:url(../image/topBar-bg.png) repeat-x #2E251B;
	color:#ebebeb;
}
.tab-content {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: white;
	border: 1px solid whiteSmoke;
	margin-left:10px;
	margin-right:10px;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin: 5px 0;
    clear: left;
}
.box.news {
    width: 48%;
    padding-right: 15px;
    float:left;
    clear: right;
    margin-top:0px
}
.box .box-heading {
	line-height:15px;
	display:block;
	font-size:24px;
	padding:1px 0;
	margin:0px;
	background:url(../image/gold.png) center center repeat-x;
	text-align:center;
	color:#434952;
	margin-bottom:20px;
}
.box .box-heading span {
	font-size:30px;
	display:inline-block;
	padding:0 30px;
	background-color:#ffffff;
}


.box-gallery {
	display:inline-block;
	width: 100%;
}

.box-gallery > div {
	display: inline-block;
	vertical-align: top;
    margin: 0 62px 30px 0;
}

.box-gallery > div.last {
    margin: 0 0px 30px 0;
}

/* box products */
.box-product {
	display:inline-block;
	width: 100%;
    margin-top: 20px;
}
.box-product > div {
	display: inline-block;
	vertical-align: top;
    margin: 0 60px 30px 0;
    width: 290px;
}
.box-product .name {
    padding-top: 10px;
}
.box-product .name a {
	text-decoration:none;
	color: #434952;
	font-size: 17px;
	margin-bottom: 10px;
	display:inline-block;
}
.box-product .image {
    float: left;
   	margin-right: 10px;
}
.box-product .image .overlay {
	position:absolute;
	bottom:0;
	display:none;
    background:#f4f4f4;
    padding: 10px;
    color:#434952;
}
.box-product .image .overlay > div {
	text-align:center;
	display:inline-block;
	width:50%;
	float:left;	
}
.box-product .image .overlay > div:nth-child(even) {
	float:right;
}
.box-product .image .overlay a {
	color:#ffffff;
	line-height:45px;
	font-size:14px;	
}
.article .image img{
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
}
.article .image a:hover img{
    opacity:0.7;
}
.box-product .price {
	vertical-align:top;
	margin:0;
	font-size:17px;
    color:#FF665E;
    display: block;
    float: left;
}
.box-product .cart {
	vertical-align:top;
	margin:0;
    padding: 0;
	text-align:right;
    display: block;
    float: right;
}
.box-product .description {
	margin-top:10px;
	font-size:14px;
	color:#6b6b6b;
}

.box-product .price-old {
	color: #cccccc;
	font-size:16px;
	background:url(../image/gold.png) center repeat-x;
}
.box-product .price-new {
	display:block;
    color:#FF665E;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: 80px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category ul > li {
	padding:5px 0px;
}
#column-left ul li a {
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
#column-left ul li > a:hover {
	padding-left:10px;	
}
.box-category > ul > li > a {
	display:inline-block;
	font-size:18px;
	text-decoration: none;
	color: #6b6b6b;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li > a.active {
	margin-bottom:10px;
	color:#001952;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	font-size:14px;
	text-decoration: none;
	display: block;
	color:#6b6b6b;
}
.box-category > ul > li ul > li > a.active {
    color:#001952;
}
/* content */
#content .content {
	border-radius:10px;
	padding: 10px;
	overflow: auto;
    margin: 0 0 20px 0;
	border: 1px solid whitesmoke;
	background-color:white;
    font-size: 14px;
}
#content > div {
    font-size:14px;
}
.content > ul > li {
	padding:10px 0;
}
.content > ul > li a {
	font-size:14px;	
}
#content > .content {
	margin-left:10px;
	margin-right:10px;
    font-size: 14px;
}	
#content .content .left {
	float: left;
	width: 49%;
    font-size:14px;
}
#content .content .right {
	float: right;
	width: 49%;
    font-size:14px;
}
#content.home  #column-left {
	margin:0 !important;
}
#content.home > div.box {
	margin-left:0;
	margin-right:0;	
}
/* category */
.category-info {
	margin-left:10px;
	margin-right:10px;
	overflow: auto;
	margin-bottom: 20px;
	font-size:14px;
	color:#222222;
}
.category-info .image {
	float: left;
	margin-right: 15px;
	border-style:solid;
	border-width:1px;
	border-color:#E8E5E4;
}
.category-list {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 20px;
}
.category-list ul {
	padding:0;
	float: left;
	width: 100%;
}
.category-list ul li {
	padding:5px;	
}
.category-list + .product-filter .display {
	vertical-align:bottom;	
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
h1 + .product-filter {
	margin-top:-20px;
	border-top:0;	
}
.product-filter {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#E8E5E4;
	
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#E8E5E4;
	
	padding: 10px 0 0 0;
    color: #6b6b6b;
}
.product-filter .display {
	vertical-align:middle;
	display:inline-block;
	font-size:0;
}
.product-filter .display a {
	font-size:10px;
	display:inline-block;
    padding-bottom: 0;
    height: 30px;
    cursor: pointer;
}
.product-filter .display div {
	margin:0;
    padding: 0;
	width:37px;
	height:30px;
	display:inline-block;
    opacity:1;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
.product-filter .display a > div {
	/*opacity:0.6;*/
}
.product-filter .display a:hover > div {
	opacity:1;
}


.product-filter .display .grid_a {
	background:url(../image/list_grid.png) no-repeat left top;
    padding-bottom: 0;
}
.product-filter .display .list_a {
	background:url(../image/list_grid.png) no-repeat -37px -35px;
    padding-bottom: 0;
}

.product-filter .display .grid_b {
	background:url(../image/list_grid.png) no-repeat 0 -35px;
    padding-bottom: 0;
}
.product-filter .display .list_b {
	background:url(../image/list_grid.png) no-repeat -37px 0;
    padding-bottom: 0;
}


.product-filter .sort {
	float: right;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
}
.product-filter #compare-total {
	padding-top:5px;
	display:inline-block;
	vertical-align:middle;
}	
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
#content .product-list {
	margin-left:10px;
	margin-right:10px;	
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
#content .product-grid {
	margin-left:0;
	margin-right:0;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

#content .news-grid {
	margin-left:0;
	margin-right:0;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.product-list .overlay {
	display:none !important;	
}
.product-list > div {
	position:relative;
	width:100%;
	display:inline-block;
	margin-bottom: 30px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #e2e2e2;
	padding-top: 15px;
}
.product-list > div + div .price {
	top:15px;
    color:#FF665E;
}
#column-left + #content .product-list .image {
	max-width:340px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	max-width:100%;
}
.product-list .name {
	margin-bottom: 15px;
    max-width: 500px;
}
.product-list .name a {
	font-size:20px;
	color: #434952;
	text-decoration: none;
}
.product-list .description {
	padding-top:20px;
	font-size:14px;
	margin-bottom: 5px;
	color: #6b6b6b;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	text-align: right;
	position:absolute;
	top:0;
	right:0;
	font-size:24px;
    color:#FF665E;
}
.product-list .price-old {
	color: #cccccc;
	font-size:16px;
	background:url(../image/gold.png) center repeat-x;
}
.product-list .price-new {
	display:block;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cartWrap {
	width: 55%;
	bottom: 0;
	position: absolute;
	right: 0;	
}
.product-list .cart {
	display:inline-block;
	float:right;
}
.product-list .wishlist, .product-list .compare {
	padding-right:10px;
	display:inline-block;
	float:left;
}
.product-list .wishlist a {
	color: #3f3326;
	text-decoration: none;
	display: block;
}
.product-list .compare a {
	color: #3f3326;
	text-decoration: none;
	display: block;
}

.filter-grid {
	width: 100%;
    overflow: auto;
    padding: 10px 0;
}
.filter-grid > div {
	width: 170px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
.filter-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter-grid img {
    padding: 0 90px 15px 0;
}

.product-grid {
    overflow: auto;
}

.product-grid > div {
	display: inline-block;
	vertical-align: top;
    margin: 0 50px 50px 0;
}
#column-left + #content .product-grid > div {
	width:270px;
	min-height:270px;
}
#content .product-grid > div:last-child {
	border:none;
}

.product-grid > div .overlay {
	width: 100%;
	position: absolute;
	bottom: 0;
	display: none;
	background: white;
}
.product-grid > div .overlay > div {
	text-align: center;
	display: inline-block;
	width: 50%;
	float: left;
}
.product-grid .overlay a {
	color: #3F3326;
	line-height: 30px;
	font-size: 12px;
}
.product-grid .image {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
    width: 270px;
}
.product-grid .image img {
	max-width:100%;
}
.product-grid .name {
	margin-bottom: 15px;
}
.product-grid .name a {
	font-size:17px;
	color: #434952;
	text-decoration: none;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display:inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0;
	text-align: left;
	font-size: 20px;
    color:#FF665E;
}
.product-grid .price-old {
	color: #cccccc;
	font-size: 16px;
	background: url(../image/gold.png) center repeat-x;
}
.product-grid .price-new {
	display: block;
}
.product-grid .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-grid .cart {
	vertical-align: top;
	display: inline-block;
	width: 49%;
	margin: 0;
	text-align: right;
}


.news-grid {
	overflow: auto;
}
.news-grid > div {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	min-height:315px;
    width: 276px;
    margin-right: 27px;
}
.news-grid > div .overlay {
	width: 100%;
	position: absolute;
	bottom: 0;
	display: none;
	background: white;
}
.news-grid > div .overlay > div {
	text-align: center;
	display: inline-block;
	width: 50%;
	float: left;
}
.news-grid .overlay a {
	color: #3F3326;
	line-height: 30px;
	font-size: 12px;
}
.news-grid .image {
    position:relative;
   	margin-bottom:10px;
   	overflow:hidden;
    background:#f4f4f4;
    padding:4px;
    border:1px solid #e4e4e4;
    float:left;
}
.news-grid .image img {
	max-width:100%;
}
.news-grid .name {
	margin-bottom: 15px;
}
.news-grid .name a {
	font-size:20px;
	color: #434952;
	text-decoration: none;
}
.news-grid .description {

}
.news-grid .date {
    font-size: 11px;
	color: #999999;
	line-height: 1.4em;
}
.news-grid .image a:hover{
    opacity:0.7;
}


.news-grid ul  {
    margin-top: 0;
}

.news-grid ul li {
    list-style: square;
}




#column-left .box-heading {
	line-height: 45px;
	width: 100%;
	display: inline-block;
	font-size: 24px;
	text-align:left;
	margin:0;
	margin-bottom: 20px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#E8E5E4;
	background:#ffffff;
}

/* Product */
.product-info {
	overflow:hidden;
	margin:20px 0 20px 0;
    min-height: 400px;
}
.product-info > .left {
	float: left;
    padding-right: 20px;
}
.product-info > .left + .right {
	position:relative;
	margin-left: 320px;
}

.product-info .text {
    float: left;
    padding-top: 20px;
}

.product-info h3 {
    background: none;
    padding-bottom: 3px;
    margin-bottom: 0;
}

#content .product-info > .right h1 {
	padding-top:0;
	margin:0;	
}
#content .product-info > .right h2 {
    clear: left;
    float: left;
}
.product-info .image {
	float: left;
	margin-bottom: 10px;
    margin-right: 20px;
	text-align: center;
}
.product-info .image-additional {
	width: 300px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	outline:0;
    padding: 5px;
	border: 1px solid #E1E1DF;
    border-radius: 3px;
    margin-right: 20px;

}
.product-info .image-additional a {
	font-size:0;
	float: left;
	display: block;
	margin:0;
	margin-bottom: 10px;
}

.product-info .descriptionWrap {
    padding-bottom: 15px;
    margin-bottom: 0px;
    background: url(../image/heading_main.png) repeat-x left bottom;
}
.product-info .description {
	display:inline-block;
	padding: 0;
	line-height: 20px;
	color: #6b6b6b;
}
.product-info .description > span {
	margin-bottom:5px;
	font-size:14px;
    font-weight: bold;
	display:inline-block;
	min-width:120px;
	color: #6b6b6b;
}

.product-info .description a {
	color: #6b6b6b;
	text-decoration: none;
}

.product-info .price {
    display: block;
	padding: 0;
	font-size: 24px;
    color:#FF665E;
    padding: 20px 0 25px 0;
    margin-bottom: 20px;
    background: url(../image/heading_main.png) repeat-x left bottom;
}

.product-info .price-old {
	color: #cccccc;
	font-size: 16px;
	background: url(../image/gold.png) center repeat-x;
}

.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	display:block;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #959393;
}
.options {
	padding: 0 0 20px 0;
	color: #6b6b6b;
}

#content .product-info .options h2 {
	color:#6b6b6b;
}

.product-info li {
    list-style: square;
    padding: 0 0 5px 0;
}


.product-info .option b {
	font-size:14px;
    font-weight: bold;
	padding-bottom:5px;
    color:#6b6b6b;
}
.product-info .cart {
	padding: 0;
	color: #534C38;
}

.product-info .cart > div {
	width:100%;
	float: left;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #434952;
	clear: both;
}
.product-info .cart .qty {
	font-size:16px;
}
.product-info .actions {
	padding-top:10px;
	height: 30px;
	position: relative;
	width: 100%;
}
.product-info .actions a {
	line-height:30px;
	font-size:16px;
}
.product-info .actions a.compare {
	float:right;
}
.product-info .review {
	color: #959393;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 10px 0;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}

.product-info .text table {
    border-collapse: collapse;
   	width: 100%;
   	border-top: 1px solid #E8E5E4;
   	border-left: 1px solid #E8E5E4;
}

.product-info .text thead td, .product-info .text thead th, .product-info .text thead tr td:first-child {
    color: #7B7B7B;
   	font-size: 12px;
   	font-weight: bold;
   	background: #F0F0EE;
   	text-align: center;
    padding: 7px;
    text-transform: uppercase;
    border-right: 1px solid #E8E5E4;
   	border-bottom: 1px solid #E8E5E4;
}
.product-info .text tr td:first-child {
    color: #6b6b6b;
    font-weight: normal;
   	text-align: left;
   	width:20%;
}
.product-info .text td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #E8E5E4;
	border-bottom: 1px solid #E8E5E4;
   	text-align:left;
    color: #737373;
    font-weight: normal;
}

.product-info .text .attribute tr td:first-child {
    color: #6b6b6b;
   	text-align: right;
   	width:20%;
    font-weight: bold;
}

.product-info .text .attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #E8E5E4;
	border-bottom: 1px solid #E8E5E4;
   	text-align:left;
    color: #737373;
    font-weight: normal;
}



.option-image {
	margin-top: 3px;
	margin-bottom: 10px;
    z-index: 99999;
    color:#6b6b6b;
}
.option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.option-image img {
   	cursor: pointer;
    width: 70px;
}
.option-image {
    overflow:auto;
}
.option-image .option1 {
    float:left;
    text-align:center;
    margin: 0 15px 20px 0;
}

.tags {
	margin-left:10px;
	margin-right:10px;	
}
.tags > b {
	font-size:14px;
	font-weight:normal;
	color:#534C38;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}




.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #E8E5E4;
	border-left: 1px solid #E8E5E4;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #6b6b6b;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #6b6b6b;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #959393;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #E8E5E4;
	border-bottom: 1px solid #E8E5E4;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	color: #cccccc;
	font-size:16px;
	background:url(../image/gold.png) center repeat-x;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #E8E5E4;
	border-left: 1px solid #E8E5E4;
	border-right: 1px solid #E8E5E4;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #959393;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #E8E5E4;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #E8E5E4;
}
.wishlist-info tbody .image img {
	border: 1px solid #E8E5E4;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
	min-width:50px;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%;
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}

.login-content .left .content{
    background:url('../image/login-content-left.gif') right bottom no-repeat #ffffff;
}

.login-content .right .content {
    background:url('../image/login-content-right.gif') 0 0px no-repeat #f8f8f8;
}
/* orders */
.order-list {
	margin:0 10px;
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #E8E5E4;
	border-left: 1px solid #E8E5E4;
	border-right: 1px solid #E8E5E4;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #959393;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #E8E5E4;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #E8E5E4;
}
.cart-info tbody .image img {
	border: 1px solid #E8E5E4;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #E8E5E4;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
td.price .price s {
	text-decoration:none;
	color:#666;
	font-size: 14px;
	background: url(../image/gold.png) center repeat-x;	
}
td.price .price b {
	display:block;
	font-weight:normal;
	font-size: 18px;	
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #E8E5E4;
	border-left: 1px solid #E8E5E4;
	border-right: 1px solid #E8E5E4;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #959393;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #E8E5E4;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #E8E5E4;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #E8E5E4;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.contact-info h3 {
    background: none;
    padding-bottom: 0px;
    color: #434952;
}

.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
footer #footer {
    background: transparent;
}
footer #iCustomFooter {
	margin: 0 auto;
}
footer #footer {
	width: 960px;
	margin: 0 auto;
    padding: 0;
}

footer #footer h3 {
	font-weight: normal;
    font-family:'Vidaloka', serif;
   	font-size:18px;
   	line-height:normal;
   	font-weight:normal;
   	margin:30px 0 17px 0;
   	text-transform:uppercase;
   	color:#ECECEC;
}
footer #footer .column ul {
	margin-top: 0px;
	padding-left: 0px;
}
footer #footer .column ul li {
	margin-bottom: 3px;
	line-height:22px;
}
footer #footer .column a{
    text-decoration: none;
   	font-size:14px;
   	color:#ECECEC;
}
#footer .column a:hover {
    color:#9F9F9F;
}

footer #footer table td {
    padding: 0;
}

#powered {
	margin-top: 25px;
	text-align: center;
	clear: both;
    color:#ECECEC;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
/* Triplet Overrides */
div#triplet {
	margin-left:0;
	margin-right:0;
}
#triplet #column-left {
	float:none;
	width:100%;
    margin: 0;
    padding: 0;
}

#triplet .heading-box {
	text-align:center;
	line-height:45px;
	padding:10px 0;
    margin: 0;
	background:url(../image/gold.png) center center repeat-x;
    width: 100%;
}

#triplet .heading-box .box-heading {
	cursor:pointer;
	display:inline-block;
    color:#434952;
	font-size:24px;
	padding:0 20px;
	background-color:#ffffff;
}
#triplet .heading-box .box-heading + .box-heading {
	padding-left:0;	
}
#triplet .heading-box .box-heading.active {
	color:#434952;
}
#triplet .box {
	display:none;
}
#triplet .box.active {
	width:100%;
	display:inline-block !important;	
}
#triplet .box-product {
	font-size:0;	
}
#triplet .box-product > div {
    display: inline-block;
   	vertical-align: top;
    margin: 0 30px 30px 0;
    width: 290px;
}
#triplet .box-product .name a {
	display:inline-block;
	color:#434952;
	font-size:17px;
	margin-bottom:10px;
}
#triplet .box-product .image {
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
}
#triplet .box-product .image .overlay {
	width:100%;
	position:absolute;
	bottom:8px;
   	display:none;
       background:#f4f4f4;
       padding: 10px;
       color:#434952;
}
#triplet .box-product .image .overlay > div {
	text-align:center;
	display:inline-block;
	width:50%;
	float:left;	
}
#triplet .box-product .image .overlay > div:nth-child(even) {
	float:right;	
}
#triplet .box-product .image .overlay a {
	color:#3f3326;
	line-height:30px;
	font-size:12px;	
}
#triplet .box-product .price {
	vertical-align:top;
	margin:0;
	text-align:left;
	font-size:17px;
}
#triplet .box-product .cart {
	vertical-align:top;
	display:inline-block;
	margin:0;
	text-align:right;	
}
#triplet .box-product .description {
	margin-top:10px;
	font-size:14px;
	color:#6b6b6b;
}
/* iCustomFooter Overrides */

footer #iCustomFooter {
	background:none !important;
	box-shadow:none !important;	
}

footer .iCustomFooter .iWidgets .iWidget h2 {
	color:#ffffff;
	font-size:14px;
    padding-bottom: 10px;
	margin-bottom:5px;
	font-weight:normal;
    text-transform: uppercase;
    background: none;
    border: none;
}

footer .whitebgpattern .iTweets .iTweet .tweetDate {
	color:#ffffff;
}

footer .column > ul > li > a::before {
	color:#ffffff;
	font-size:16px;
}
#content.account ul,
#column-left .box > .box-content > ul,
.sitemap-info div > ul  {
	margin-top: 25px;
	padding-left: 10px;
    padding-right: 30px;
}	
#content.account ul li:before,
#column-left .box > .box-content > ul > li:before,
.sitemap-info ul > li:before  {
	content:'» ';
	font-size:15px;
	color:#E8E5E4;
}
#column-left .box > .box-content > ul > li a,
.sitemap-info ul > li > a {
	font-size:14px;
	padding-bottom:10px;
	display:inline-block;	
}
#content > form > .buttons {
	padding-left:10px;
	padding-right:10px;
}
footer #footer ul.iButtons {
	margin-left:15px;
}
#container > .container_12 > #column-left .box .box-heading {
	line-height:32px;	
}
#container > .container_12 > #column-left .box .box-heading span {
	padding:0;
	font-size:24px;
}
#container > .container_12 > #column-left .box-product .name a {
	font-size:16px;
	color:#534C38;
}
#container > .container_12 > #column-left .box-product .image {
	margin-bottom:5px;
}
#container > .container_12 > #column-left .box-product .price {
	font-size:18px;
}
#container > .container_12 > #column-left .box-product .cart {
	width:100%;	
}
#container > .container_12 > #column-left .box-product .image .overlay,
#container > .container_12 > #column-left .box-product .description {
	display:none !important;	
}
#container > .container_12 > #column-left .box-product > div {
	margin:0;
	margin-bottom:10px;
	width:100%;
}
#container > .container_12 {
    background: #ffffff;
}
/** iColorPicker Skin **/

#content #rainbow {
	margin:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;	
}
#content #rainbow #close_open {
	box-sizing:border-box;
	padding:0;
	height:40px;
	background-color:white;	
}


/* Filter Module */

#column-left .box-content ul.box-filter {
	padding-left: 0;	
}

#column-left .box-content ul.box-filter > li {
	margin: 5px 0;
	padding: 0;
}

#column-left .box-content ul.box-filter > li > ul {
	margin: 6px 0 10px 6px;
	padding: 0;
}

#column-left .box-content a#button-filter {
	margin: 10px 0 0 0;	
}



.clear {
    clear: both;
}



.manufacturers-grid {
	width: 100%;
	overflow: auto;
}
.manufacturers-grid > div {
    width: 80px;
   	display: inline-block;
   	vertical-align: top;
   	margin-right: 60px;
   	margin-bottom: 40px;
}
.manufacturers-grid .image {
	display: block;
	margin-bottom: 0px;
}
.manufacturers-grid .image img {
	padding: 5px 0;
}
.manufacturers-grid .name a {
	color: #51453E;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
    text-align: center;
}


.colrightpro {
	width:960px;
	float:left;
	padding:0 0 1px 0;
}

.boxgrid {
	width: 239px;
	height: 239px;
	float:left;
    background-color:#FCFBA1;
	overflow: hidden;
	position: relative;
	margin:0 1px 1px 0;
}

.boxgrid img {
	position: absolute;
}


.boxgrid h3 {
	padding: 15px;
	margin:0;
}

.boxgrid h3 a {
    font-size: 23px;
   	color: #fff;
}



.collrid {
	width: 239px;
	height: 184px;
	float:left;
    background-color:#434952;
	overflow: hidden;
	position: relative;
	margin:0 1px 1px 0;
}

.collrid img {
	position: absolute;
}


.collrid h3 {
	padding: 15px;
	margin:0;
}

.collrid h3 a {
    font-size: 23px;
   	color: #fff;
}


#homemenu {
	padding: 0 0 0 1px;
}

#homemenu li  {
	display: inline-block;
	width: 48%;
	float: left;
	min-height: 75px;
	list-style: none;
	padding: 5px 5px 5px 0px;
	margin: 0 5px 5px 0;
	font-family: 'PT Sans Narrow', Arial Narrow, sans-serif;
	font-size: 140%;
    background: #ffffff;
}
#homemenu li a  {
	color: #6b6b6b;
    text-decoration: underline;
}
#homemenu li a b  {
	color: #6b6b6b;
    text-transform: uppercase;
    text-decoration: none;
}
#homemenu li a:hover  {
	color: #434952;
}
#homemenu li a:hover b  {
	color: #434952;
    text-decoration: underline;
}
#homemenu li img  {
	float: left;
	margin: 0 10px 5px 5px;
	-webkit-box-shadow: 1px 1px 3px #C9C7C7;
	-moz-box-shadow: 1px 1px 3px #c9c7c7;
	box-shadow: 1px 1px 3px #C9C7C7;
	background: #fff;
	padding: 3px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

}
#homemenu li li img  {
	display: none;
}
#homemenu li li {
	display: inline-block;
	width: auto;
	background: transparent;
	min-height: 7px;
	list-style: none;
	padding: 0 10px 0px 0;
	margin: 0 0px 0px 0;
	font-weight: normal;
	font-size: 80%;
	font-family: Helvetica;
}
#homemenu li li a {
	text-transform: none;
	color: #95ABC0;

}
#homemenu li li ul {
	display: none;
}


/* Global navigation */
#global-nav {
    clear: right;
    float: right;
    margin: 0;
    padding:0;
}
	#global-nav>li { float: left; margin-left: 30px; position: relative; margin-bottom: 0;}

		#global-nav a {
			color: #ffffff;
			display: block;
			height: 45px;
			line-height: 45px;
			text-decoration: none;
			text-transform: uppercase;
		}
		#global-nav a.current, #global-nav a.current:hover { color: #666; }

		#global-nav a:hover { color: #fff; }
		#global-nav a:active { color: #bbb; }

		/* Home button */
		#global-nav a.home:hover { background-position: 0 -32px; }
		#global-nav a.home:active { background-position: 0 -64px; }

		/* Subnavigation */
		#global-nav ul {
			background: url(../image/subnav_bg.png) repeat-x center top;
			display: none;
			left: -15px;
			padding-top: 11px;
			padding-bottom: 1px;
            padding-left: 0;
            margin-left: 0;
			position: absolute;
			top: 39px;
			width: 190px;
			z-index: 10;
		}
		#global-nav>li:hover ul { display: block; }
			#global-nav li {
				padding: 0 2px;
			}
			#global-nav ul a {
				font-size: 11px;
				height: 30px;
				line-height: 30px;
				padding-left: 10px;
                margin-left: 0;
			 }
			#global-nav ul a:hover { background-color: #2a2f31; }
			#global-nav ul a:active, #global-nav ul a.current { /* The second is for if you set a current submenu */
				background-color: #1f2122;
				position: relative;
				top: 0px;
			}

		#global-nav .sub-away { top: 120px; } /* Added with jQuery */

			/* Second level subnavigation */
			#global-nav ul>li { position: relative; }
			#global-nav ul ul.skin-select {
				background: #25292b none;
                display: none;
				left: -187px;
				padding-top: 0;
				top: -1px;
			}
			#global-nav ul li:hover ul.skin-select {
                display: block;
            }




.gallery-grid {
	width: 100%;
	overflow: auto;
}
.gallery-grid > div {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
.gallery-grid .image {
	display: block;
	margin-bottom: 0px;
}
.gallery-grid .image img {
	padding: 3px;
}
.gallery-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

#social {
    margin:0;
}
#social h2 {
    font-size: 26px;
	margin:0 0 20px 0;
}
#social>div {
    padding:10px;
}



#botfoot-wrap {
	background-color: #FF665E;
	border-top: 1px solid #FF665E;
	color: #ffffff;
	font-size: 11px;
	height: 50px;
	line-height: 50px;
}

#botfoot a { font-size: 10px; color: #ffffff; text-decoration: none; }
#botfoot a:hover { color: #ffffff; }
#botfoot a:active { color: #ffffff; }
#botfoot p { float: left; padding: 0; margin: 0;}
#botfoot ul { float: right; font-size: 10px; text-transform: uppercase; padding-top:6px;}
	#botfoot li { float: left; margin-left: 15px; }


.footercontacts-grad {
	background: url(../image/gradient_bot.png) repeat-x left bottom;
	margin-bottom: 1px;
	padding-bottom: 40px;
}

.footercontacts {
    text-align: center;
    padding: 0;
    color:#333333;
    background: url(../image/pattern_top.png) repeat-x;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    height: 50px;
}

.footercontacts a {
    color: #333333;
    font-size: 15px;
    text-decoration: none;
    border-bottom: dotted 1px #333333;
}

.footercontacts a:hover {
    color: #434952;
    text-decoration: none;
    border-bottom: dashed 1px #434952;
}


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

.footercontacts li {
    float: left;
    padding: 15px 126px 0 0;
    margin: 0;
}

.footercontacts li.last {
    padding: 15px 0 0 2px;
}

.footercontacts span {
    font-size: 17px;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix:after, .thickbox:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix, .thickbox { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html .thickbox { height: 1%; }
.clearfix, .thickbox { display: block; }
/* close commented backslash hack */


.wrapper {
    width: 960px;
    margin: 0 auto;
}


/* Image shadows */
.shadow-80, .shadow-290 { display: block; }

.shadow-80 { background: url(../image/shadow_80.png) no-repeat center bottom; width: 80px; }
	.shadow-80 img { border: 1px solid #dadad8; padding: 4px; width: 70px; }

.shadow-290 { background: url(../image/shadow_290.png) no-repeat center bottom; padding-bottom: 2px; width: 290px; }
	.shadow-290 img { border: 1px solid #dadad8; padding: 9px; width: 270px; }

.shadow-640 { background: url(../image/shadow_640.png) no-repeat center bottom; width: 640px; }
	.shadow-640 img { border: 1px solid #dadad8; padding: 9px; width: 620px; }

.shadow-940 { background: url(../image/shadow_940.png) no-repeat center bottom; width: 940px; }
	.shadow-940 img { border: 1px solid #dadad8; padding: 9px; position: relative; top: -2px; width: 920px; }


/*** PORTFOLIO
--------------------------------------------------------------------------------------- */
/* Details layout */
.port-det { padding:0 0 50px 0;}
.port-det>li { border-bottom: 1px solid #e9e9e9; padding-bottom: 25px; padding-top: 30px;}
.port-det>li:first-child, .port-det>li.first { padding-top: 0; }

	.port-det .shadow-290 { float: left; margin-bottom: 10px; margin-right: 30px;}
	.port-det h2 { margin-bottom: 10px; padding-top: 5px; text-transform: none; }
	.port-det h2 a { font-size:17px; text-decoration: none; }
	.port-det h2 a:hover { color: #6b6b6b;)}

	.port-det p.date,s
	.port-det ul, ul.blog-meta {
		display: inline-block;
		font-size: 11px;
		text-transform: uppercase;
	}
	.port-det ul li, ul.blog-meta li { color: #c2c2c2; float: left; }
	.port-det ul a, ul.blog-meta a { text-decoration: none; }
	.port-det ul a:hover, ul.blog-meta a:hover { color: #6b6b6b; }
	.port-det ul a:active, ul.blog-meta a:active { text-decoration: underline; }
	.port-det ul span, ul.blog-meta span { padding-right: 3px; }
	.port-det p.desc { color: #666; margin-bottom: 10px; margin-top: 10px; }
/* End Details layout */


/* Thumbnails layout */
.port-thumb { padding-bottom: 0; }
.port-thumb>li { border: none; float: left; padding: 0; margin: 0 0 50px 44px; }
.port-thumb>li.first { margin-left: 0; }

	.port-det h2 { margin-bottom: 20px; background: none; width:290px;}
	.port-thumb p.date, .port-thumb ul, .port-thumb p.desc { display: none; }
	.port-thumb .shadow-290 { float: none; margin-bottom: 10px; margin-right: 0; }
/* End Thumbnails layout */

.portcats { float: none; padding-bottom: 30px; padding-top: 10px; }
.pagination { float: none; padding-top: 0; }
/*** END PORTFOLIO
--------------------------------------------------------------------------------------- */





/* Buttons */
.button {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 38px;
    padding-right: 35px;
    text-decoration: none;
}
.button:hover {
    background-position: right -40px;
    color: #696969;
}
.button:active {
    background-position: right -80px;
}
.button span{
    cursor: pointer;
    display: block;
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    padding-right: 15px;
}
.button:hover span,
.button-go:hover span,
.button-down:hover span,
.button-add:hover span,
#newsletter button:hover span
{
    background-position: left -40px;
}
.button:active span,
.button-go:active span,
.button-down:active span,
.button-add:active span,
#newsletter button:active span {
    background-position: left -80px;
}

/* Read more button */
.button {
    background: url(../image/button_go.png) no-repeat right top;
    color: #90908f;
}
.button:active { color: #fcfcfb; }
.button span { background: url(../image/button_go.png) no-repeat left top; }


.button.white { background: url(../image/button_go.png) no-repeat right top; color: #90908f; }
.button.white span { background: url(../image/button_go.png) no-repeat left top; }
.button.white:hover{ color: #696969; background-position: right -40px; }
.button.white span:hover { background-position: left -40px; }



/* button */

.buy-button {
    display: inline-block;
    zoom: 1; /* хак IE7 для display: inline-block*/
    outline: none;
    text-align: center;
    text-decoration: none;
    padding: .5em 1em .55em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); /* CSS3: тень для текста */
    -webkit-border-radius: .3em; /* CSS3: закругление границ для Safari, Chrome */
    -moz-border-radius: .3em; /* CSS3: закругление границ для FireFox */
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); /* CSS3: тень элемента для Safari, Chrome */
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); /* CSS3: тень элемента для FireFox */
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    cursor:pointer;
    font-size:17px;
    text-decoration: none;
    color:#ffffff;
}

/* Стиль кнопки при наведении */
.buy-button:hover {
    text-decoration: none;
}

/* Стиль кнопки при нажатии */
.buy-button:active {
    position:relative;
    top:1px;
    left: 1px;
}

/* Стиль, описывающий цвет и фон */
.green {
    border: solid 1px #4D9B4D;
    background: #65CA60;
    background: -o-linear-gradient(#65CA60, #5BB75B); /* CSS3: фон с градиентом для Opera 11+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#65CA60), to(#5BB75B)); /* CSS3: фон с градиентом для Safari, Chrome */
    background: -moz-linear-gradient(top,  #65CA60,  #5BB75B); /* CSS3: фон с градиентом для FireFo 3.6+ */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#65CA60', endColorstr='#5BB75B'); /* CSS3: фон с градиентом для IE */
}

.green:hover {
    background: #65CA60;
}





.header_cart {
    color: #ffffff;
    text-align: right;
    padding: 10px 0 0 0;
    margin: 0;
    clear: right;
    float: right;
}
.header_cart a {
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.header_cart a:hover {
    color: #ffffff;
}