

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: 'novecento_wide_lightregular';
    src: url('novecentowide-light-webfont.eot');
    src: url('novecentowide-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('novecentowide-light-webfont.woff') format('woff'),
         url('novecentowide-light-webfont.ttf') format('truetype'),
         url('novecentowide-light-webfont.svg#novecento_wide_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color: #eaeaea;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
}
h1, .welcome {
 display:none; 
/*	color: #dc3563;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
	font-family: 'novecento_wide_lightregular'; */
}
h2 {
	color: #202020;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: 'novecento_wide_lightregular';
	font-weight: bold;
}
headingtext {
	color: #ffffff;
	font-weight: bold;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #636363;
}
a, a:visited, a b {
	color: #D97489;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {

	margin-left: 0px;
	margin-right: 0px;
	color: #888888;
	 -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-clip: padding-box;
    border-color: #DBDEE1 #EEEEEE #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04) inset;
    padding: 3.5px;
    width: 160px;
}
select {
	background: #ffffff;
	border: 1px solid #e1e1e1;
	padding: 2px;
	color: #8a8a8a;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#main {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#column-left {
	float: left;
	width: 239px;
	border-right: 1px #eeeeee solid;
	clear: both;
	overflow: auto;
}
#column-right {
	float: right;
	border-left: 1px solid #EEEEEE;
    overflow: auto;
    width: 239px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	padding-top: 10px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 265px;
}
#column-right + #content {
	margin-right: 265px;
}
/* header */
#header-holder {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
#header {
	height: 230px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
	padding-top: 15px;
}
#header #logo {
	text-align: center;
	padding-bottom: 20px;
}
#language {
	float: right;
	color: #b8b8b8;
	line-height: 13px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	float: right;
	color: #b8b8b8;
	margin-left: 10px;
	line-height: 13px;
}
#currency a {
	display: inline-block;
	color: #b8b8b8;
	text-decoration: none;
}
#currency a + a {
	margin-left: 4px;
	padding-left: 7px;
	border-left: 1px solid #c1c1c1;
}
#currency a b {
	color: #c42043;
	text-decoration: none;
}
#currency a:hover {
	color: #c42043;
}
#header #cart {
	position: absolute;
	top: 126px;
	right: 35px;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	padding-left: 14px;
	padding-right: 11px;
	position: relative;
	z-index: 99;
	border-right: 1px solid #dfdfdf;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #989898;
	text-decoration: none;
}
#header #cart .heading a span {
	background: url('../image/cart.png') left  no-repeat;
	padding-left: 25px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	right: -35px;
	top: 12px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	background: #f8f8f8;
}
#header #cart.active .heading {

}
#header #cart .cart-count {
			font: 14px 'PT Sans Narrow';
			color: #ccc;
		}
	#header #cart .cart-count {display: none;}		
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #181818;
	vertical-align: top;
	padding: 10px 5px;
	font-size: 14px;
}
.mini-cart-info td a{
	color: #D97489;
	font-size: 14px;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px dashed #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: left;
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
	padding-left: 2px;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #D97489;
	padding: 4px;
}
#header #cart .checkout {
	text-align: left;
	clear: both;
	padding-left: 6px;
	padding-bottom: 15px;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#site_search {
	position: absolute;
	top: 90px;
	right: 7px;
	z-index: 115;
}
#search_bar {
	z-index: 100;
	position: absolute;
	right: -7px;
	top: 65px;
	display: none;
	padding: 15px 10px 15px 15px;
	background: #f5f5f5;
	border: 1px solid #ebebeb;
}

#search_bar .active {
	display: block;
}
#search_bar input {
	float: left;
	width: 170px;
	margin-right: 70px;
	background: #FFFFFF;
	color: #B8B8B8;
	height: 20px;
	border: 1px solid #ebebeb;
}
.button-search {
	position: absolute;
	right: 14px;
	background: #b21335;
	padding-top: 4.5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	z-index: 1000;
	color: #FFFFFF;
	margin-top: 1px;
}	

#site_search .s_search_button {
  position: absolute;
  right: -7px;
	background: url('../image/button-search.jpg') center center no-repeat;
	width: 34px;
	height: 34px;
	cursor: pointer;
	top: 28px;
	z-index: 1000;
}
#site_search .s_search_button2 {
  position: absolute;
  right: -7px;
	background: url('../image/search-button.png') center center no-repeat;
	width: 46px;
	height: 50px;
	cursor: pointer;
	top: -6px;
}
#header #welcome {
	z-index: 5;
	color: #b8b8b8;
	float: left;
		line-height: 13px;
}
#header #welcome a{
	color: #d97489;
}
#header .links {
	float: left;
		line-height: 13px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #b8b8b8;
	text-decoration: none;
	font-size: 12px;
}
#header .links a:hover {
	color: #D97489;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu-wrapper {
	border-top: 1px dotted #cecece;
	border-bottom: 1px dotted #cecece;
    height: 38px;
    z-index: 33;
	margin-bottom: 20px;
}
#menu {
	height: 40px;
		font-weight: bold;
	line-height: 1.0;
    z-index: 110;
	margin-top: -1px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 133;	
}
#menu > ul > li:hover {
	background: #ef5979;
	color: #FFFFFF!important;
	z-index: 1000;
}
#menu > ul > li:hover a {
	color: #FFFFFF;
}	
#menu > ul > li > a {
	display: block;
    font-size: 12px;
    padding: 14px 17px 14px;
    text-decoration: none;
	color: #333333;
	font-family: 'novecento_wide_lightregular';
	z-index: 1000;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 33;
	background: #FFFFFF;
	border: 2px #ef5979 solid;
	margin-top: -1px;
}
#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;
	color: #888888!important;
	display: block;
	white-space: nowrap;
	min-width: 160px;
	background: #ffffff;
	border-top: 1px #ebebeb solid;
}

#menu > ul > li ul > li > a:hover {
	background: #FFFFFF;
	color: #ef5979!important;
}
#menu > ul > li > div > ul > li > a {
	background-image: none;
    text-align: left;
    font-size: 12px;
    padding: 10px 10px;
    cursor: pointer;
    text-transform: inherit;    
    color: #5e5e5e;
}

#notification {
		z-index: 3000;
		position: fixed;
		top: 20px;
		right: 20px;	
		line-height: 16px;
		font-size: 11px;
		color: #636363;
	}
	#notification a {color: #c42043;}
	#notification a:hover {color: #f2498f;}
	#notification > div {
		width: 220px;
		padding: 8px 12px;
		background-color: #fff;	

		margin-bottom: 10px;
		overflow: hidden;

		border: 1px solid #f1f1f1;

		

	}
	#notification .close {
		width: 8px;
		height: 8px;
		background: #ccc url('./../image/delete.png');
		cursor: pointer;
		float: right;
		margin: 5px 0 6px 6px;
	}
	#notification .close:hover {background-color: #66ccff;}
	#notification .icon {
		background: url('./../image/notification.png');
		float: left;
		width: 25px;
		height: 25px;
		margin: 3px 10px 3px 0;
	}
	#notification .success .icon {background-color: #289181;}
	#notification .warning .icon {background-color: #c42043;}
	#notification .attention .icon {background-color: #c42043;}
	#notification .information .icon {background-color: #289181;}
	.messages {display: none;}
.breadcrumb {
	color: #FFFFFF;
	margin-bottom: 20px;
	background: #5F8AC7;
	padding-left: 17px;
	font-family: 'novecento_wide_lightregular';
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 2px;
}
.breadcrumb a, .breadcrumb a:visited {
	color: #FFFFFF;
	font-family: 'novecento_wide_lightregular';
	font-size: 11px;
}
.breadcrumb a:hover {
	color: #C42043;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #888888;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #555555;
	font-size: 15px;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .left b {
	font-weight: normal;
	font-size: 13px;
	color: #555555;
}	
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 {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	color: #8A8A8A;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	padding: 2px 5px;
	text-decoration: none;
	color: #8A8A8A;
}
.pagination .links a:hover {
	color: #ED2D54;
}
.pagination .links b {
	display: inline-block;
	padding: 2px 5px;
	font-weight: normal;
	text-decoration: none;
	color: #ED2D54;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
/* button */
a.button, input.button, a.button:visited, input.button:visited {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 13px;
	font-size: 11px;
	background: #939393;
	text-transform:uppercase;
}
a.button {
	margin: 0;
	border: 0;
	padding: 5.5px 12px 5.5px 12px;
}
input.button {
	margin: 0;
	border: 0;
	padding: 5.5px 12px 5.5px 12px;
}
a.button:hover, input.button:hover {
	background: #c42043;
}

/* Header Cart Button */
a.button-cart, a.button-cart:visited {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 13px;
	font-size: 11px;
	background: #939393;
	text-transform:uppercase;
}
a.button-cart {
	margin: 0;
	border: 0;
	padding: 5.5px 12px 5.5px 12px;
}

a.button-cart:hover {
	background: #c42043;
}

.buttons {
	background: #eaeaea;
	overflow: auto;
	padding: 6px;
	padding-left: 0px;
	padding-right: 0px;
	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: 30px;
	line-height: 16px;
	margin-bottom:5px;
}
.htabs a {
	background: #e8e8e8;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: 'novecento_wide_lightregular';
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #6e6e6e;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	background: #d83260;
	color: #FFFFFF;
}
.htabs a:hover {
	background: #d83260;
	color: #FFFFFF;
}
.tab-content {
	border: 1px solid #EFEFEF;
	padding: 20px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	
}
.box .box-heading {
	border-bottom: 1px solid #eeeeee;
	padding: 16px 10px;
	font-size: 16px;
	font-family: 'novecento_wide_lightregular';
	line-height: 14px;
	color: #111111;
}
.box .box-content {
	background: #FFFFFF;
	padding: 10px;
}
/* box products */
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
/* box products */
.box-product { 
/*	width: 100%; 
	overflow: auto; */
	display:none; 
}
.box-product > div { 
	display: inline-block; 
	vertical-align: top; 
	padding:0; 
	text-align:center; 
	position:relative; 
}
.box-product > div:hover { 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}
.box-product .image { 
	display: block; 
	margin-bottom:5px; 
	padding:5px; 
}
.box-product .name a { 
	color:#3c3c3c; 
	text-align:center; 
	font-weight:noraml; 
	text-decoration:none; 
	display: block; 
	font-size:14px; 
	margin-bottom: 4px;
	margin-top: 5px;
}
.box-product .name a:hover { 
	background: #dc3563;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;	
}
.box-product .mask{ 
	position:absolute; 
	top:0; 
	background:rgba(0, 0, 0, 0); 
	width:100%; height:100%; 
	padding:0px 0; 
	display:none; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}
.box-product > div:hover .mask{ 
	display:block; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 

}
.box-product .price { display: block; width:100%; color: #ed2d54;
	margin-bottom: 4px;
	font-family: 'novecento_wide_lightregular';
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px; }
.box-product .price-old { color: #289181; text-decoration: line-through; font-size: 12px; }
.box-product .price-new { font-weight: bold; }
.box-product .rating { display: block; margin-top: 15px; margin-bottom: 4px; }
.box-product .cart { margin-top:50% }
.box-product .rating img, .box-product1 .rating img, .product-list .rating img, .product-grid .rating img, .box-product2 .rating img { width:80px; }


/* Box RELATED Products */
.box-related-heading {
	clear: both;
	padding-top: 10px;
	clear: both;
	color: #DC3563;
    font-family: 'novecento_wide_lightregular';
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}
.box-related-product { 
	width: 100%; 
	overflow: auto; 
}
.box-related-product .alpha{
	margin-left: 0px;
}
.box-related-product > div { 
	display: inline-block;
	vertical-align: top;
	margin-left: 43px;
	margin-bottom: 30px;
	position:relative; 
	width: 200px; 
	text-align: center;
}
.box-related-product > div:hover { 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}
.box-related-product .image { 
	display: block; 
	margin-bottom:5px; 
}
.box-related-product .name a { 
	color:#3c3c3c; 
	text-align:center; 
	font-weight:noraml; 
	text-decoration:none; 
	display: block; 
	font-size:14px; 
	margin-bottom: 4px;
	margin-top: 5px;
}
.box-related-product .name a:hover { 
	background: #dc3563;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	
}
.box-related-product .mask{ 
	position:absolute; 
	top:0; 
	background:rgba(0, 0, 0, 0); 
	width:200px; height:200px; 
	padding:0px 0; 
	display:none; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}
.box-related-product > div:hover .mask{ 
	display:block; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 

}
.box-related-product .price { display: block; width:100%; color: #ed2d54;
	margin-bottom: 4px;
	font-family: 'novecento_wide_lightregular';
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px; }
.box-related-product .price-old { 
	color: #289181; 
	text-decoration: line-through; 
	font-size: 12px; 
}
.box-related-product .price-new { 
	font-weight: bold; 
}
.box-related-product .rating { 
	display: block; 
	margin-top: 15px; 
	margin-bottom: 4px; 
}
.box-related-product .cart { 
	margin-top:50% 
}
/* box-right-featured */
.box-right-featured {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	padding-bottom: 10px;
}
.box-right-featured .box-right-featured-heading {
	border-bottom: 1px solid #EEEEEE;
    color: #111111;
    font-family: 'novecento_wide_lightregular';
    font-size: 16px;
    line-height: 14px;
    padding: 16px 10px;
	clear: both;
}
.box-right-featured .box-right-featured-content {
	
}

/* box-right featured products */
.box-right-featured-product {
}
.box-right-featured-product > div {
	float: left;
	margin-top: 15px;
	margin-left: 18px;
	width: 221px;
	position: relative;
}
#column-left + #column-right + #content .box-right-featured-product > div {
	width: 119px;
}
.box-right-featured-product .image {
	display: inline-block;
    float: left;
}
.box-right-featured-product .image img {
	margin-right: 20px;
	border: 1px dashed  #dadada;
	background: none repeat scroll 0 0 #FFF;
	padding: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box-right-featured-product .name a {
	color: #626262;
	text-decoration: none;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.box-right-featured-product .name a:hover {
	color: #ED2D54;
}
.box-right-featured-product .price {
	display: block;
	color: #474747;
	margin-bottom: 4px;
	font-size: 12px;
	font-family: 'novecento_wide_lightregular';
}
.box-right-featured-product .price-old {
	color: #289181;
	text-decoration: line-through;
	font-size: 11px;
}
.box-right-featured-product .price-new {
	
}

/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 5px 8px 5px 0px;

}

.box-category > ul > li + li {
	
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #626262;
	font-size: 14px;
	background: url("../image/sidenav.png") no-repeat scroll 9px 9px transparent;
	padding-left: 20px;
}
.box-category > ul > li > a:hover {
	background-image: url("../image/sidenav-hover.png");
	background-position: 9px 9px;
	background-repeat: none;
	background-color: #dc3563;
	color: #FFFFFF;
	padding-right: 8px;
	padding-bottom: 2px;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	background-image: url("../image/sidenav-hover.png");
	background-position: 9px 9px;
	background-repeat: none;
	background-color: #dc3563;
	color: #FFFFFF;
	padding-right: 8px;
	padding-bottom: 2px;
}
.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 {
	text-decoration: none;
	display: block;
	color: #4D4D4D!important;
	padding-left: 16px;
}
.box-category > ul > li ul > li > a:hover {
	color: #dc3563!important;
}
.box-category > ul > li ul > li > a.active {
	background: none;
	color: #dc3563!important;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #626262;
}
ul.box-filter span {	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #626262;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	font-size: 14px;
	color: #7f7f7f;
}
.category-info .image {
	float: left;
	margin-right: 15px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* Refine search carousel */

.refine-search-header {
	height: 10px;
	background: url("../image/product-tab.png") repeat-x scroll 0 100% transparent;
}
.refine-search-footer {
	height: 3px;
	background: url("../image/product-tab.png") repeat-x scroll 0 100% transparent;
}
/* manufacturer */
.manufacturer-list {
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	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 */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 11px;
	overflow: auto;
}
.product-filter .display {
	float: right;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: left;
	color: #555555;
}
.product-filter .limit {
	margin-right: 15px;
	float: left;
	color: #555555;
}
#grid_a {
    background: url("../image/grid_a.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 19px;
    text-indent: -9999px;
    width: 24px;
    margin-left: 10px;
    margin-right: 7px;
	position:relative;
    top:5px;
}
#grid_b {
    background: url("../image/grid_b.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 19px;
    width: 24px;
    margin-left: 10px;
    margin-right: 7px;
	position:relative;
    top:5px;
}

#list_a {
    background: url("../image/list_a.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 19px;
    margin-left: 10px;
    text-indent: -9999px;
    width: 24px;
}
#list_b {
    background: url("../image/list_b.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 19px;
    margin-left: 10px;
    width: 24px;
	position:relative;
    top:6px;
}

#grid_a:hover {
    background: url("../image/grid_b.png") no-repeat scroll 0 0 transparent;
}
#list_a:hover {
    background: url("../image/list_b.png") no-repeat scroll 0 0 transparent;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
	color: #7c7c7c;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	position:relative; 
}
.product-list .mask{ 
	display: none;
/*position:absolute; 
	top:0; 
	background:rgba(0, 0, 0, 0); 
	width:200px; height:200px; 
	padding:0px 0; 
	display:none; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;  */
}
.product-list > div:hover .mask{ 
	display: none;
/*display:block; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; */

}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 30px;
}
.product-list .image img {

}
.product-list .name {
	margin-bottom: 20px;
}
.product-list .name a {
	color: #181818;
	font-size: 14px;
	text-decoration: none;
}
.product-list .name a:hover {
	background: #dc3563;
	color: #FFFFFF;
}
.product-list .description {
	line-height: 16px;
	margin-bottom: 20px;
	color: #888888;	
}

.product-list .rating {
	color: #7B7B7B;
	margin-bottom: 20px;
}
.product-list .price {
	display: none;
/*display: block; width:100%; color: #ed2d54;
	margin-bottom: 4px;
	font-family: 'novecento_wide_lightregular';
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px; */
}
.product-list .price-old {
	display: none;
/*color: #289181; 
	text-decoration: line-through; 
	font-size: 12px; */
}
.product-list .price-new {
display: none;
/*	font-weight: bold; */
}
.product-list .price-tax {
display: none;
/*	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB; */
}
.product-list .addtocart {
	display: none;
/*	background: url("../image/addtocart.png") no-repeat scroll left top transparent;
    cursor: pointer;
    position: absolute;
    height: 44px;
    text-decoration: none;
    width: 44px;
	top: 66px;
	left: 40%;
	border: none; */
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	background: url("../image/addtowishlist.png") no-repeat scroll left top transparent;
    cursor: pointer;
    position: absolute;
    height: 12px;
    text-decoration: none;
    width: 13px;
	top: 10%;
	left: 130px;
	border-right: 1px solid #d2d2d2;
	padding-right: 8px;
}
.product-list .compare a {
	background: url("../image/addtocompare.png") no-repeat scroll left top transparent;
    cursor: pointer;
    position: absolute;
    height: 11px;
    text-decoration: none;
    width: 12px;
	top: 10%;
	left: 160px;
}
.product-list .compare a:hover {
	background: url("../image/addtocompare-hover.png") no-repeat scroll left top transparent;
}
.product-list .wishlist a:hover {
	background: url("../image/addtowishlist-hover.png") no-repeat scroll left top transparent;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
	margin-bottom: 30px;
	text-align: center;
	position:center; 
	width: 450px;
}
.product-grid .alpha{
	margin-left: 0px;
}
.product-grid .mask{ 
	display: none;
/*	position:absolute; 
	top:0; 
	background:rgba(0, 0, 0, 0); 
	width:200px; height:200px; 
	padding:0px 0; 
	display:none; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; */
}
.product-grid > div:hover .mask{ 
	display: none;
/*	display:block; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; */

}
#column-left + #column-right + #content .product-grid > div {
	width: 200px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	
}
.product-grid .image img {

}
.product-grid .name a {
	color: #3c3c3c;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
    margin-left: 50px;
    margin-right: 50px;
	margin-top: 5px;

}
.product-grid .name a:hover {
	background: #dc3563;
	color: #FFFFFF;
    margin-left: 50px;
    margin-right: 50px;
	margin-top: 5px;

}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
	text-align: center;
	margin-top: 15px;
}
.product-grid .price {
	display: none;
/*	display: block; width:100%; color: #ed2d54;
	margin-bottom: 4px;
	font-family: 'novecento_wide_lightregular';
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center; */
}
.product-grid .price-old {
	display: none;
/*	color: #289181; 
	text-decoration: line-through; 
	font-size: 12px; */
}
.product-grid .price-new {
	display: none;
/*	font-weight: bold;*/
}
.product-grid .price .price-tax {
	display: none;
/*	display: none;*/
}
.product-grid .cart {
	display: none;
/*	margin-bottom: 3px; */
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	background: url("../image/addtowishlist.png") no-repeat scroll left top transparent;
    cursor: pointer;
    position: absolute;
    height: 12px;
    text-decoration: none;
    width: 13px;
	top: 0%;
	right: 30px;
	border-right: 1px solid #d2d2d2;
	padding-right: 8px;
}
.product-grid .compare a {
	background: url("../image/addtocompare.png") no-repeat scroll left top transparent;
    cursor: pointer;
    position: absolute;
    height: 11px;
    text-decoration: none;
    width: 12px;
	top: 0%;
	right: 10px;
}
.product-grid .compare a:hover {
	background: url("../image/addtocompare-hover.png") no-repeat scroll left top transparent;
}
.product-grid .wishlist a:hover {
	background: url("../image/addtowishlist-hover.png") no-repeat scroll left top transparent;
}
.product-grid .addtocart {
	display: none;
/*	background: url("../image/addtocart.png") no-repeat scroll left top transparent;
    cursor: pointer;
    position: absolute;
    height: 44px;
    text-decoration: none;
    width: 44px;
	top: 66px;
	left: 40%;
	border: none;
	font-size:0; */
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	position: relative;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 330px;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.product-info .image-additional {
	width: 300px;
	clear: both;
	overflow: hidden;
	text-align: center;
}
.product-info .image-additional img {
	border: 1px dashed #dadada;
}
.product-info .image-additional a {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #676868;
	font-size: 13px;
}
.product-info .description span {
	color: #32363b;
}
.product-info .description a {
	color: #181818;
	text-decoration: none;
}
.product-info .description a:hover {
	color: #ED2D54;
}
.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 5px;
	color: #ED2D54;
    font-family: 'novecento_wide_lightregular';
    font-size: 22px;
    font-weight: bold;
}
.product-info .price-old {
	color: #289181;
    font-size: 12px;
    text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #32363B;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border: 1px solid #E7E7E7;
	padding: 20px 5px 20px 5px;
	margin-bottom: 10px;
	color: #4D4D4D;
	overflow: auto;
	padding-left: 20px;
}
.product-info .cart input {
    display: inline-block;
    height: 16px;
    margin: 0 15px 0 8px;
    padding: 6px;
    text-align: center;
    width: 40px;
}
.product-info .button-icon {
    display: inline-block;
    margin-right: 15px;
	padding-top: 7px;
	color: #32363b;
}
.product-info .button-icon:hover {
	color:#ED2D54!important;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	color: #999999;
    display: block;
    margin-left: 70px;
    padding-top: 7px;
	padding-right: 20px;
}
.product-info .cart .minimum {
	padding-top: 12px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin-bottom: 10px;
	
}
.product-info .review > div {
	padding: 10px;
	border-bottom: 1px solid #efefef;
	padding-left:20px;
	color: #505050;
}
.product-info .review > div > a {
	color: #505050;
}
.product-info .review > div > a:hover {
	color:#ED2D54;
}
.product-info .review > div > span {
	color: #505050;
}
.product-info .review .share {
	line-height: normal;
}
.product-info .review .share-text {
	float: right;
    line-height: 10px;
    padding-left: 10px;
	padding-right: 20px;
    padding-top: 2px;
}
.product-info .review .share a:hover {
	color:#ED2D54;
}
.product-info .review .share a {
	text-decoration: none;
	color: #505050;
	float: left;
	padding-right: 10px;
}
.product-info .review .rating {
	display: block;
    float: left;
    margin-right: 20px;
	vertical-align: middle;
	padding-top: 1px;
}
.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;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #555555;
	font-size: 14px;
	font-weight: normal;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #555555;
	font-weight: normal;
	font-size: 13px;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #555555;
	font-size: 15px;
	font-weight: normal;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #555555;
	font-weight: normal;
	font-size: 14px;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #888888;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.compare-info .name a {
	font-size: 13px;
}
.compare-info .price-old {
	color: #289181;
	text-decoration: line-through;
}
.compare-info .price-new {

}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #555555;
	font-weight: normal;
	font-size: 14px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.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 #EEEEEE;
}
.wishlist-info tbody .image img {
	border: 1px dashed #EEEEEE;
}
.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;
	
}
.wishlist-info tbody .price s {
	color: #289181;
	text-decoration: line-through;
}
.wishlist-info tbody .price b{
	font-weight: normal!important;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	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;
}
/* orders */
.order-list {
	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 #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #555555;
	font-size: 14px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.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 #EEEEEE;
}
.cart-info tbody .image img {
	border: 1px dashed #EEEEEE;
}
.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 #EEEEEE;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	padding: 8px;
	font-size: 15px;
	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 #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.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 #EEEEEE;
}
.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 #EEEEEE;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	padding-top: 40px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: auto;
	}
#footer-holder {
	background: #151515;
	clear: both;
}	
#footer-html-holder {
	clear: both;
}
#footer h3 {
	color: #ffffff;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: 'novecento_wide_lightregular';
}
#footer .column {
	float: left;
	width: 20%;
	min-height: 100px;
	color: #858585;
	margin-bottom: 40px;
}
#footer .column ul {
	margin-top: 0px;
	list-style: none;
	padding-left: 0px;
	
}
#footer .column ul li {
	margin-bottom: 10px;
}
#footer .column a {
	text-decoration: none;
	color: #858585;
}
#footer .column a:hover {
	color: #ED2D54;
}
#powered {
	clear: both;
	color: #5c5c5c;
	border-top: 1px #1a1a1a solid;
	padding-top: 20px;
	padding-bottom: 20px;
}
#powered a {
	color: #5c5c5c;
}

.tg-taweret-footer-heading {
	color: #ed2d54!important;
}
/*Payment Image */
#paymentimage {
    float: right;
    vertical-align: middle;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

/* carousel holder */

#carousel-bgr {
	background: #d97489;
	margin-bottom: 40px;
}
#carousel-holder {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.slider-carousel { 
	width: 100%; 
	overflow: auto; 
}
.slider-carousel > div { 
	display: inline-block; 
	vertical-align: top; 
	padding:0; 
	text-align:center; 
	position:relative; 
}
.slider-carousel > div:hover { 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}

.slider-carousel .mask{ 
	position:absolute; 
	top:0; 
	background:rgba(0, 0, 0, 0); 
	width:100%; height:100%; 
	padding:0px 0; 
	display:none; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}
.slider-carousel > div:hover .mask{ 
	display:block; 
	background: #c42043;
}

a.slider-carousel {
    background: url("../image/slider-button.png") no-repeat scroll left top transparent;
    cursor: pointer;
    position: absolute;
    height: 92px;
    text-decoration: none;
    width: 92px;
	top: 25%;
	left: 34%;
}

.slider-title {
	font-size: 20px;
	text-align: center;
	color: #f2b7c4;
    position: absolute;
	width: 260px;
	padding-left: 20px;
	padding-right: 20px;
    text-decoration: none;
	top: 55%;
	left: 0%;
	font-family: 'novecento_wide_lightregular';
}

/* TG Taweret Product Tab */

.taweret-tabs {
	height: 30px;
	line-height: 16px;
	font-family: 'novecento_wide_lightregular';
	background: url("../image/product-tab.png") repeat-x scroll 0 100% transparent;
}
.taweret-tabs a {
	/* padding: 0px 15px 0px 15px;*/
	float: left;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #202020;
	display: none;
	font-family: 'novecento_wide_lightregular';
	padding-right: 15px;
}
.taweret-tabs a + a {
    border-left: 1px solid #bdbdbd;
	padding-left: 15px;
}
.taweret-tabs a.selected {
	color: #c42043;
	font-family: 'novecento_wide_lightregular';
}

.taweret-tabs a:hover {
	color: #c42043;
}

.onsale {
	background: url("../image/sale.png") no-repeat;
    left: 20px;
    line-height: 32px;
    margin: 0;
    min-height: 32px;
    min-width: 32px;
    padding: 6px;
    position: absolute;
    top: 66px;
    z-index: 889;
}

.onsalecolumn {
	background: url("../image/sale-small.png") no-repeat;
    left: -15px;
	top: 21px;
    line-height: 32px;
    margin: 0;
    min-height: 32px;
    min-width: 32px;
    padding: 0px;
    position: absolute;
    z-index: 889;
}

.onsaleproduct {
	background: url("../image/sale-large.png") no-repeat;
    left: 20px;
    margin: 0;
    min-height: 66px;
    min-width: 66px;
    position: absolute;
    top: 100px;
    z-index: 889;
}

/* addtocart for product page */

a.addtocart-product-info {
    background: url("../image/addtocart.png") no-repeat scroll left top transparent;
    cursor: pointer;
    position: absolute;
    height: 44px;
    text-decoration: none;
    width: 44px;
	font-size:0;
	top: 14px;
	left: 130px;
}

a.addtocart {
    background: url("../image/addtocart.png") no-repeat scroll left top transparent;
    cursor: pointer;
    position: absolute;
    height: 44px;
    text-decoration: none;
    width: 44px;
	top: 30%;
	left: 40%;
	font-size:0;
}
a.addtocart-related {
	background: url("../image/addtocart.png") no-repeat scroll left top transparent;
    cursor: pointer;
    position: absolute;
    height: 44px;
    text-decoration: none;
    width: 44px;
	top: 66px;
	left: 40%;
	border: none;
	font-size:0;
}	
a.addtowishlist {
    background: url("../image/addtowishlist.png") no-repeat scroll left top transparent;
    cursor: pointer;
    position: absolute;
    height: 12px;
    text-decoration: none;
    width: 13px;
	top: 0%;
	right: 30px;
	border-right: 1px solid #d2d2d2;
	padding-right: 8px;
}

a.addtowishlist:hover {
    background: url("../image/addtowishlist-hover.png") no-repeat scroll left top transparent;
}
a.addtocompare {
    background: url("../image/addtocompare.png") no-repeat scroll left top transparent;
    cursor: pointer;
    position: absolute;
    height: 11px;
    text-decoration: none;
    width: 12px;
	top: 0%;
	right: 10px;

}
a.addtocompare:hover {
    background: url("../image/addtocompare-hover.png") no-repeat scroll left top transparent;
}	
				
/* Tg Taweret Html Module */

#html-wrapper {
	width: 940px;
}

#html-wrapper .html-3:first-child {
	margin-left: 0px!important;
	border-left: none!important;
	padding-left: 0px!important;
}
#html-wrapper .html-3  {
	display: inline-block;
    margin-left: 46px!important;
    vertical-align: top;
	text-align: left;
	color: #7c7c7c!important;
	font-weight: normal;
	padding-bottom: 0px!important;
	width: 280px;
}

#html-wrapper .html-3 p {
	margin-bottom: 10px!important;
}
#html-wrapper .html-3 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

#html-wrapper .html-3 div h3{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
.tg-taweret-module-heading
{
	color: #ED1C24;
}	
.tg-taweret-footer-html-heading
{
	color: #E31837;
}	

/* Tg Taweret Footer Html Module */

#htmlfooter-wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

#htmlfooter-wrapper .header {
	font-family: 'novecento_wide_lightregular';
	font-size: 14px;
	background: url("../image/product-tab.png") repeat-x scroll 0 100% transparent;
	height: 30px;
	margin-bottom: 20px;
}

#htmlfooter-wrapper .htmlfooter-1  {
	display: inline-block;
    margin-bottom: 20px;
    margin-left: 0px!important;
    vertical-align: top;
	text-align: left;
	color: #7c7c7c!important;
	font-weight: normal;
	padding-bottom: 0px!important;
	width: 280px;
}

#htmlfooter-wrapper .htmlfooter-1 p {
	margin-bottom: 10px!important;
}
#htmlfooter-wrapper .htmlfooter-1 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

#htmlfooter-wrapper .htmlfooter-1 div h3{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

#htmlfooter-wrapper .htmlfooter-3  {
	display: inline-block;
    margin-bottom: 20px;
    margin-left: 46px!important;
    vertical-align: top;
	text-align: left;
	color: #7c7c7c!important;
	font-weight: normal;
	padding-bottom: 0px!important;
	width: 280px;
}

#htmlfooter-wrapper .htmlfooter-3 p {
	margin-bottom: 10px!important;
}
#htmlfooter-wrapper .htmlfooter-3 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

#htmlfooter-wrapper .htmlfooter-3 div h3{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}		

/* Newsletter */
#site_subcribe input {
    background: #1c1c1c;
	border: none;
    color: #666666;
    width: 153px;
	height: 20px;
	float: left;
	margin-bottom: 10px;
	padding: 3px;
}

#site_subcribe .button-s {
    background: url("../image/newsletter-button.png") no-repeat;
    cursor: pointer;
    float: right;
    height: 27px;
    width: 28px;
}

/* To Top */

#toTop {
    background: url("../image/totop.png") no-repeat scroll left top transparent;
    border: medium none;
    bottom: 305px;
    display: none;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 00px;
    text-decoration: none;
    text-indent: -999px;
    width: 40px;
}

/*Social Buttons */

ul#social-buttons {
    position: fixed;
    margin: 0px;
    padding: 0px;
    bottom: 350px;
    right: 0px;
    list-style: none;
    z-index:9999;
}
ul#social-buttons li {
    width: 100px;
}
ul#social-buttons li a {
    display: block;
    width: 100px;
    margin-right: -2px;
    height: 40px;    
    background-color:#333333;
    background-repeat:no-repeat;
    background-position: 7px 7px;
	margin-top: 5px;
    line-height: 20px;
}
ul#social-buttons .facebook a{
    background-image: url(../image/facebook.png) ;
	padding-left: 45px;
	font-size: 14px;
	color: #FFFFFF;
	
}
ul#social-buttons .facebook a:hover{
	background-color: #3B5998;
}
.facebook-text {
	margin-top: 8px;
	float: left;
}
ul#social-buttons .twitter a{
    background-image: url(../image/twitter.png) ;
	padding-left: 45px;
	font-size: 14px;
	color: #FFFFFF;
	
}
ul#social-buttons .twitter a:hover{
	background-color: #00b6f3;
}

ul#social-buttons .google a{
    background-image: url(../image/google.png) ;
	padding-left: 45px;
	font-size: 14px;
	color: #FFFFFF;
	
}
ul#social-buttons .google a:hover{
	background-color: #d74c2e;
}

ul#social-buttons .pinterest a{
    background-image: url(../image/pinterest.png) ;
	padding-left: 45px;
	font-size: 14px;
	color: #FFFFFF;
	
}
ul#social-buttons .pinterest a:hover{
	background-color: #cb2027;
}
.taweret-share {
	background: url(../image/share.png) no-repeat ;
	height: 15px;
	width: 15px;
	float: left;
}