html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
        background: #bcbcbc url('../image/bg/17.png') repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #333;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;

	font-weight: 600;

}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;

}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
.clearhead{clear:both; height:116px;}
#currency a{ background:#727272; padding:10px; font-size:14px;}
#currency a b{ color:#fff; text-decoration:none; font-weight:normal;}
#header {
	height: 90px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 25px;
	left: 15px;
}

#header #cart {
	position: absolute;
	top: 83px;
	right: 0px;
	z-index: 9;
	min-width: 250px;
}
#header #cart .heading {
	float: right;
	border: 1px solid #CBCBCB;
	background: #FFF;
	position: relative;
	z-index: 1;
	padding:7px 14px 6px 14px;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #666;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	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;
	
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {

	border-bottom: 1px solid #fff;

}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #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: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;

	background: url('../image/button-search.png') center center no-repeat;
	width: 38px;
	height: 38px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;

}

/* menu */

.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
	border-bottom:1px dotted #f2f2f2;

}
.breadcrumb a{ background:#fff; margin:0px; padding:0px;}
#notification-fixed {
    margin: auto;
    max-width: 460px;
}
#notification-fixed .success, #notification-fixed .warning, #notification-fixed .attention, #notification-fixed .information {
    max-width: 400px;
    position: fixed;
    top: 37%;
    z-index: 99999;
    padding: 15px;
    border-width: 15px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.success, .warning, .attention, .information {
    max-width: 400px;
    margin: 0 auto 15px auto;
    text-align: center;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 15px;
    position: relative;
    background-color: #fff;
    border-width: 10px;
    border-style: solid;
    border-color: #d1d1d1;
}
.warning {
    color: red;
}
.success a, .warning a, .attention a, .information a {
    color:#F00;
}
.success .close, .warning .close, .attention .close, .information .close {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}
.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: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
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 {
	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;
}
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;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
    cursor: pointer;
    color: white;
    /*text-transform: uppercase;*/
    font-size: 14px;
    background-color: #EA2E49;
    transition: all 0.2s ease-in-out;
    min-height: 35px;
    padding: 0 12px;
    margin-right: -10px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
}

a.button {
    display: inline-block;
    text-decoration: none;
    line-height: 2.5;
}

input.button {
    margin: 0;
    border: 0;
    line-height: 1.6;
    padding-bottom: 2px;
}

a.button:hover,
input.button:hover {
    background-color: #000;
}

.buttons {
    border-top: 1px solid #dbdbdb;
    overflow: auto;
    padding: 10px;
    padding-top: 15px;
    margin-bottom: 10px;
    min-height: 30px;
    padding-left: 0;
}

.buttons a b:hover {
    color: #EA2E49;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .right a {
    color: white !important;
    text-decoration: none !important;
}

.buttons .center {
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.htabs {
    height: 38px;
}

.htabs a:first-child {
    border-right: none;
}

.htabs a {
    background: #EA2E49;
    padding: 11px;
    float: left;
    font-size: 15px;
    /*text-transform: uppercase;*/

    text-align: center;
    text-decoration: none;
    color: white;
    display: none;
    box-shadow: inset 0 -3px 6px -2px rgba(0,0,0,0.4);
}

.htabs a.selected {
    background-color: #f4f4f4;
    box-shadow: none;
    color: #333745;
}

.tab-content {
    padding: 10px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto;
    clear:both;
}

.tab-content p {
    font-size: 14px;
    color: #333745;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	

	background:url("../image/bg-pattern.png") repeat scroll left top transparent;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
	margin-bottom:10px;
}
.box .box-heading span{background: #FFFFFF;	padding: 8px 10px 7px 0px;	font-size: 16px;
	font-weight: bold; }
.box .box-content {
	background: #FFFFFF;
	

}
/* box products */
.box-product {
    width: 100%;
    font-size: 0;
    
}
.hover-options {
    display: none;
}
.main:hover .hover-options, .normalView:hover .hover-options, .product-list > div:hover .hover-options, .product-grid > div:hover .hover-options {
    display: block;
    position: absolute;
    width: 99px;
    height: 37px;
    top: 60%;
    left: 22%;
    background: url(../image/hover-bg.png) no-repeat center;
}
.cartImg {
    display: block;
    float: left;
    width: 17px;
    height: 15px;
    font-size:23px;
    border: none;
    margin: 4px 0 0 7px;
    color: #000;

}
.wish {
    width: 17px;
    height: 17px;
    display: block;
    float: left;
    font-size:20px;
    margin: 6px 0 0 14px;
    color: #000;
}
.compare {
    width: 17px;
    height: 17px;
    display: block;
    float: left;
    font-size: 20px;
    margin: 4px 0 0 14px;
    color: #000;
}
.wish:hover span, .compare:hover span {
    position: absolute;
    top: -20px;
    left: 0 !important;
    padding: 3px;
    background: #000;
    color: #fff;
    font-size: 11px;
}

.box-product > div {

    display: inline-block;
    vertical-align: top;
    margin:6px 8px 20px 8px;
    border:1px solid;
    position:relative;
}
.box-product > div.normalView {
    vertical-align: top;
    color: #999;
    text-align: center;
    display: inline-block;
    min-height: 260px;
    position: relative;
    border: 1px solid #eee;
    width:168px;
	background:#fff;
}
.normalView:hover {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.box-product > div + div {

}
.box-product .image {
    display: block;
    margin-bottom: 0px;
}
.box-product .image img {
    padding: 3px;
}
.box-product .name a {
    color: #38B0E3;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    line-height: 14px;
}
.box-product .price {
    display: block;
    font-size: 12px;
    color: #333333;
    margin-bottom: 4px;
}
.box-product .price-old {
    color: #F00;
    font-size: 12px;
    text-decoration: line-through;
}
.box-product .price-new {
}
.box-product .rating {
    display: block;
    margin-bottom: 4px;
}
.saleIcon {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    background: #3de277;
    padding: 5px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

#column-left .box .box-heading, #column-right .box .box-heading {
    font-size: 20px;
}

#column-left .normalView,
#column-right .normalView {
    float: left;
    width: 100% !important;
    padding: 0;
    margin: 0;
    border: none;
    min-height: inherit !important;
    text-align: left;
    margin-bottom: 10px;
    border-bottom:1px solid #eee;
}
#column-left .box-product .name a,
#column-right .box-product .name a {
    padding-top: 15px;
    text-align:left;
	width:180px;
}
#column-left .normalView .image,
#column-right .normalView .image {
    float: left;
    margin-right: 10px;
    width: 80px;
}

#column-left .normalView .image img,
#column-right .normalView .image img {
    width: 100%;
}

#column-left .main:hover .hover-options,#column-left .normalView:hover .hover-options,
#column-right .main:hover .hover-options,#column-right .normalView:hover .hover-options {
    display: none;
}

#column-left .normalView:hover,
#column-right .normalView:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

#column-left .box-product .rating,
#column-right .box-product .rating {
    float: left;
}

#column-left .list_carousel li + li,
#column-right .list_carousel li + li {
    border: 0 !important;
}

#column-left .list_carousel li .rating,
#column-right .list_carousel li .rating {
    float: none;
}







/* box category */
ul.box-category, ul.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-category > li:first-child {
    padding: 0px 8px 8px 0px;
}
ul.box-category > li {
    padding: 4px 8px 4px 0px;
}
ul.box-category > li + li {
    border-top: 1px dotted #ccc;
}
ul.box-category > li > a {
    text-decoration: none;
    color: #333;
}
ul.box-category > li ul {
    display: none;
}
ul.box-category > li a.active {
    font-weight: bold;
    color:#333;
}
ul.box-category > li a.active + ul {
    display: block;
}
ul.box-category > li ul > li {
    padding: 0px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
    text-decoration: none;
    display: block;
}
ul.box-category > li ul > li > a.active {
    font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-filter span {
    font-weight: bold;
    border-bottom: 1px solid #EEEEEE;	
    display: block;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
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;
}
.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #E7E7E7;
}
.category-list {
    overflow: auto;
    margin-bottom: 12px;
    background:#eee;
}
.category-list ul {
    float: left;
    width: 16%;
}
.category-list ul li {
    float: left;
    margin-right: 5px;
    display: table;
    position: relative;
}

.category-list ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #000;;
    transition: all 0.1s ease-in-out;
    display: table-cell;
    vertical-align: middle;
    text-decoration:none;

    padding-left:10px;
}

.category-list ul li a:hover {
    color: #ea2e49;
}

.category-list ul > li:before {
    position: relative;
    top: 11px;
    padding-right: 7px;


}

/* 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 */
.product-filter {
    padding:8px 0 0 0;
    overflow: hidden;
    background-color: #f4f4f4;
    color: #333745;
    height:34px;
    margin-bottom:15px;
}

.product-filter div b {
    font-size: 12px;
}

.mac .product-filter {
    padding: 5px;
}

.product-filter .display {
    padding: 6px 0 5px 10px;
    float: left;
    color: inherit;
}

.product-filter .display a {
    font-weight: normal !important;
    color:#CE5D86;
    max-width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.product-filter .display span {
    cursor: pointer;
    position: relative;
    margin: 0 5px;
    display: inline-block;
    width: 19px;
    height: 17px;
    color: transparent;
    background: url(../images/list.png) no-repeat left;
}

.product-filter .display span + span {
    background: url(../images/grid.png) no-repeat left;
}

.product-filter .display span:hover {
    background-position: right;
}

.product-filter .display span + span:hover {
    background-position: right;
}

.ipad .product-compare,
.ipad .product-filter .display {
    padding-top: 6px;
}

.active2 {
    background-position: right !important;
    cursor: default;
}



.webkit.mac .product-filter .display {
    padding-top: 5px;
    padding-left: 5px;
}

.webkit.mac .product-compare {
    padding-top: 7px;
}


.product-filter .sort {
    float: right;
    color: inherit;
 
}

.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: inherit;

}

.product-compare {
    font-weight: bold;
    margin-left: 25px;
    float: left;
    margin-top:-2px;
}

.product-compare a {
    text-decoration: none;
    font-weight: bold;
    color: inherit;
    font-size: 13px;
    position:absolute;
    margin:2px 0 0 -11px;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.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: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
















.product-grid {
    float: left;
    font-size: 0;
    padding: 6px 0;
    background: #fff;

}
.product-grid > div {
    vertical-align: top;
    border: 1px solid #EEEEEE;
    color: #999999;
    display: inline-block;
    min-height: 264px;
    margin-right:8px;
    margin-bottom:16px;
    position: relative;
    font-size: 12px;
    text-align: center;
    width: 176px !important;
}
.product-grid > div:hover, .product-list > div:hover {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
#column-left + #column-right + #content .product-grid > div {
    width: 125px;
}
.product-grid .image {
    display: block;
    margin-bottom: 0px;
}
.product-grid .image img {
    padding: 3px;
   
}
.product-grid .name a {
    color: #3dade2;
    text-decoration: none;
    display: block;
    margin-bottom: 0px;
}
.product-grid .description {
    display: none;
}
.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}
.product-grid .price {
    display: block;
    color: #333333;
    margin-bottom: 4px;
	height:20px;
}
.product-grid .price-old {
    color: #F00;
    text-decoration: line-through;
}
.product-grid .price-new {
}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .cart {
    margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px;
}
.product-grid .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}

/* Product */

.product-info {
    overflow: auto;
    margin-bottom: 20px;
    position: relative;
    display: table;
    width: 100%;
}

.product-info > .left {
    display: table-cell;
    vertical-align: top;
    width: 370px;
}

.product-info .image {
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 0;
    text-align: left;
}

.product-info .image a img {
    max-width: 340px;
    max-height: 340px;
}

.zoomContainer {
    top: 0px !important;
    left: 0px !important;
}

.zoomWindow {
    border: none !important;
    left: 350px !important;
}

.product-info .image-additional {
    width: 340px;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.product-info .image-additional a {
    position: relative;
}

.product-info .image-additional a img {
    margin: 2px;
    border: 4px solid #f4f4f4;
    max-width: 75px;
    max-height: 75px;
}

.product-info .image-additional a:nth-child(5) {
    margin-right: 0;
}

.product-info .description {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    line-height: 1.5;
    font-size: 14px;
}

.product-info .description span {
    color: #999;
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
}

.product-info .description a {
    text-decoration: none;
    font-size: 14px;
}

.social {
    position: relative;
    width: 103%;
    max-width: 385px;
    padding: 18px 0 20px 0;
    padding-top: 6px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}

.social span {
    height: 22px !important;
}

.social > span {
    display: inline-block;
    margin-top: 12px;
    padding-right: 1px;
}

.product-info .price {
    overflow: auto;
    padding: 9px 0 9px 10px;
    margin: 20px 0;
    font-size: 23px;
    font-family: 'Oswald', Tahoma, Geneva, sans-serif;
    background: #f4f4f4;
    color: #333745;
}

.product-info .price-old {
    font-size: 15px;
    text-decoration: line-through;
    padding: 4px;
    margin: 0;
    margin-bottom: 6px;
    background: #ccc;
    position: relative;
    color: white;
    display: inline-block;
}

.product-info .price-new {
    font-size: 22px;
}

.product-info .price-tax {
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 0 4px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    color: #333745;
}

.product-info .price .reward {
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 9px 0 7px 0;
    font-weight: normal;
}

.product-info .price .discount {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.4;
}

.product-info .options {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    position: relative;
}

.product-info .options .option {
    position: relative;
    display: inline-block;
    padding: 7px;
    padding-bottom: 8px;
    width: 97%;
    background: #f4f4f4;
    margin-bottom: 15px;
}

.product-info .options .option input[type='text'],
.product-info .options .option textarea {
    min-width: 94%;
    max-width: 94%;
}

.product-info .options .option span {
    padding: 5px 3px 3px 0;
}

.product-info .options .option b {
    font-size: 12px;
    display: inline-block;
    padding-bottom: 3px;
    padding-top: 1px;
}

.product-info .options h2 {
    font-size: 14px;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.product-info .options span.error {
    top: 5px;
    right: 5px;
    padding: 3px 4px 2px 4px;
}

.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;
    cursor: pointer;
}

.product-info .cart {
    border-bottom: 1px solid #dbdbdb;


    padding: 0px 5px 17px 0px;
    margin-bottom: 15px;
    color: #dbdbdb;
    overflow: auto;
}

.product-info .cart div {
    float: left;
    color: #888;
}

.product-info .cart div a,
.product-info .cart div span {
    position: relative;
    top: 8px;
    font-size: 11px;
    display: block;
}

.product-info .cart div a:last-child {
    border-top: 1px solid #dbdbdb;
    top: -10px;
    padding-top: 4px;
}

.product-info .cart div > span {
    padding-top: 9px;
    display: block;
}

.cart input[type='text'] {
    max-width: 35px !important;
    min-width: 35px !important;
    min-height: 35px;
    text-align: center;
    margin-right: 7px;
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #dbdbdb;
    clear: both;
}

.product-info .review {
    color: #888;
    margin-bottom: 20px;
    line-height: 1;
}

.product-info .review > div img {
    top: 2px;
    position: relative;
    margin-right: 7px;
}

.product-info .review > div > span {
    color: #333745;
}

.product-info .review .share {

}

.product-info .review .share a {
    text-decoration: none;
}

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.attribute thead td,
.attribute thead tr td:first-child {
    color: #333745;
    font-size: 14px;
    font-weight: bold;
    background: #f4f4f4;
    text-align: left;
}

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

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background: #eee;
    text-align: left;
}

.compare-info tr td:first-child {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #333;
    text-align: center;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.compare-info .name a {
    font-weight: bold;
}

.compare-info .price-old {
    font-weight: bold;
    color: #999;
    text-decoration: line-through;
}

.compare-info .price-new {
    font-weight: bold;
}
/* wishlist */

.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dbdbdb;
}

.wishlist-info td {
    padding: 7px;
    padding-left: 0;
}

.wishlist-info thead td {
    color: white;
    font-weight: bold;
    background-color: #5f6874;
    color: white;
}

.wishlist-info thead .image {
    text-align: center;
    height: 40px;
}

.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: middle;
    border-bottom: 1px solid #f4f4f4;
}

.wishlist-info tbody .image {
    text-align: left;
    padding-top: 10px;
}

.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: #F00;
}

.wishlist-info tbody .action img {
    cursor: pointer;
}


.login-content {
    overflow: auto;
    margin-bottom: 15px;
}

.login-content .left {
    float: left;
    width: 48%;
    position: relative;
}

.login-content .left hr {
    position: absolute;
    bottom: 55px;
    width: 100%;
}

.login-content .left p:first-child {
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
}

.login-content .left p:nth-child(2) {
    font-size: 13px;
    line-height: 1.3;
    overflow: hidden;
    overflow: hidden;
}

.login-content .left a {
    position: absolute;
    bottom: 10px;
}

.login-content .right {
    float: right;
    width: 48%;
    position: relative;
}

.login-content .right p:first-child {
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
}

.login-content .right b {
    font-size: 13px !important;
    font-weight: normal !important;
}

.login-content .right a {
    position: relative;
    top: 7px;
    font-size: 13px;
    text-decoration: underline;
}

.login-content .right input.button {
    cursor: pointer;
    bottom: 10px;
    position: absolute;
}

.login-content .right hr {
    position: absolute;
    bottom: 55px;
    width: 100%;
}

.login-content .left .content,
.login-content .right .content {
    min-height: 270px;
}

/* 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: 25px;
    border-collapse: collapse;

}

.cart-info td {
    padding: 7px;
    padding-right: 15px;
}

.cart-info thead td {
    color: #000;
    font-weight: bold;
    background-color: #eee;

}

.cart-info thead .image {
    text-align: center;
    height: 40px;
}

.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.name a {
    font-weight: bold;
    font-size: 14px;
}

.cart-info tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #dbdbdb;
}

.cart-info tbody .image img {
    border: none;
    padding-top: 5px;
}

.cart-info tbody .image {
    text-align: left;
}

.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 {
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
    margin-top: -10px;
    border-top: 1px solid #dbdbdb;
}

.cart-total table {
    float: right;
}

.cart-total td {
    padding: 3px;
    text-align: right;
}

/* checkout */

.checkout-heading {
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 13px;
    color:#000;
    padding: 10px;
    clear:both;
}

.checkout-heading span {
    font-weight: bold;
}

.checkout-heading a:hover {
    color: #EA2E49;
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
    color:#CE5D86;
}

.checkout-content {
    padding: 0px 0px 15px 0px;
    margin-top: 20px;
    display: none;
    position: relative;
}

.checkout-content .left {
    padding-left: 20px;
}

.checkout-content .warning {
    min-width: 100%;
    max-width: 100%;
}

.checkout-content input.button {
    margin-top: 10px;
}

.checkout-content .right input.button {
    margin-top: 15px;
}

.checkout-content input[type='radio'],
.checkout-content label {
    margin: 5px;
    margin-right: 0;
}

.checkout-content p {
    padding: 15px;
    padding-left: 0;
    margin-bottom: 0;
}

.checkout-content textarea {
    margin-top: 15px;
}

.checkout-content h2 + p {
    font-size: 15px;
    font-weight: bold;
}

.checkout-content .right a {
    text-decoration: underline;
    position: relative;
}

table.radio label {
    margin: 0;
}

table.radio td {
    font-weight: bold;
}

.checkout-content .left {
    float: left;
    width: 48%;
}

.checkout-content .right {
    float: right;
    width: 48%;
}

.checkout-content .right input {
    margin-top: 5px;
    margin-bottom: 3px;
}

.checkout-content .buttons {
    clear: both;
}

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dbdbdb;
}

.checkout-product table .total {
    font-weight: bold;
}

.checkout-product td {
    padding: 10px;
}

.checkout-product thead td {
    color: #333745;
    font-weight: bold;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dbdbdb;
}

.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;
}

.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 #dbdbdb;
}

.checkout-product tfoot tr:last-child td {
    border-bottom: none;
}

.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 */ 
.store-icon {
    background: url("../image/store.png") no-repeat scroll 3px 8px transparent;
    padding: 8px 24px;
}
.location-icon {
    background: url("../image/location.png") no-repeat scroll 5px 8px transparent;
    padding: 8px 24px;
}
.phone-icon {
    background: url("../image/phone.png") no-repeat scroll 5px 8px transparent;
    padding: 8px 24px;
}
.mail-icon {
    background: url("../image/email.png") no-repeat scroll 3px 10px transparent;
    padding: 8px 24px;
}
.omega ul li{ list-style:none;}
.paymentfooter {
    background: url("../image/payment.png") no-repeat;
    float: left;
    padding-right: 5px;
    opacity: .7;
    margin-top: -12px;
}
.paymentfooter:hover {
    opacity: 1
}
.payment {
    padding-right: 5px;
    opacity: .5
}
.payment:hover {
    opacity: 1
}
.checkouts {
    width: 38px;
    height: 24px;
    background-position: -49px -140px;
}
.amex {
    width: 38px;
    height: 24px;
    background-position: -0px -140px;
}
.cirrus {
    width: 38px;
    height: 24px;
    background-position: -147px -105px;
}
.delta {
    width: 38px;
    height: 24px;
    background-position: -147px -70px;
}
.direct-debit {
    width: 38px;
    height: 24px;
    background-position: -147px -35px;
}
.discover {
    width: 38px;
    height: 24px;
    background-position: -148px -0px;
}
.ebay {
    width: 38px;
    height: 24px;
    background-position: -98px -105px;
}
.google {
    width: 38px;
    height: 24px;
    background-position: -49px -105px;
}
.maestro {
    width: 39px;
    height: 24px;
    background-position: -0px -0px;
}
.mastercard {
    width: 38px;
    height: 24px;
    background-position: -0px -105px;
}
.moneybookers {
    width: 38px;
    height: 24px;
    background-position: -98px -70px;
}
.paypal {
    width: 38px;
    height: 24px;
    background-position: -49px -70px;
}
.sagepay {
    width: 38px;
    height: 24px;
    background-position: -0px -70px;
}
.solo {
    width: 38px;
    height: 24px;
    background-position: -98px -35px;
}
.switch {
    width: 38px;
    height: 24px;
    background-position: -49px -35px;
}
.visa-electron {
    width: 38px;
    height: 24px;
    background-position: -0px -35px;
}
.visa {
    width: 38px;
    height: 24px;
    background-position: -99px -0px;
}
.western-union {
    width: 38px;
    height: 24px;
    background-position: -50px -0px;
}
.content-border-bottom {
	background-image: url('../image/content-border-bottom.png');
	background-position: center 0;
	background-repeat: no-repeat;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

#menu-mobile{ display:none;}
