html {

	margin: 0;
	padding: 0;
}

body,td,th,input,textarea,select,a {
	outline: 0 none;
	font-family: Arial, serif, arial;
	font-weight: 300;
}

.title-category2 {
    width: 100px;
    float: left;
}

.title-category2 h1 {
    margin: 0;
    padding: 0;
}


a:focus {
	outline: 0 none;
}

.fs9 {
	font-size: 9px;
}

.fs10 {
	font-size: 10px;
}

.fs11 {
	font-size: 11px;
}

.fs12 {
	font-size: 14px;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.welcome {
	color: #636E75;
	font: Lato;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

a,a:visited,a b {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

input[type='text'],input[type='password'] {
	height: 22px;
	line-height: 22px;
}

input[type='text'],input[type='password'],textarea {
	background: #fff;
	border: 1px solid #dcdcdc;

	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding: 4px 5px 5px;
	margin-left: 0px;
	margin-right: 0px;
	width: 96%;
}

input[type="radio"],input[type="checkbox"] {
	margin: 0;
}

input[name='quantity'] {
	margin-bottom: 0;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	width: 20px;
}

input[name='captcha'] {
	width: 40%;
	margin-bottom: 10px;
}

select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DCDCDC;
	padding: 4px;
	width: auto;
	margin-bottom: 0;
}

.radio input[type="radio"],.checkbox input[type="checkbox"] {
	margin-left: 0px;
}

label {
	cursor: pointer;
	display: inline-block;
}

ul,ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.content ul, ol{
	list-style: initial;
	margin: 20px;
	padding: 0px;
}


h1,h2,h3,h4,h5,h6 {
	font-family: 'Arial', serif, arial;
	margin: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}

h2 {
	color: #3D3D3D;
	font-size: 15px;
    font-weight: bold;
	line-height: 40px;

}

h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
}

h4 {
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

ul.list li a {
	display: block;
}

/* layout */
#columns .container-inner {
	position: relative;
}

#column-left .box {
	padding-right: 20px;
}

#column-left:before {
	border-right: 1px solid #E9E9E9;
	content: "";
	height: 98%;
	position: absolute;
	width: 23.4043%;
}

#column-right .box {
	padding-left: 20px;
}

#column-right:before {
	border-left: 1px solid #E9E9E9;
	content: "";
	height: 98%;
	position: absolute;
	width: 23.4043%;
}

#content {
	min-height: 400px;
	margin-bottom: 25px;
	overflow: hidden;
}

.container {
	padding: 0 40px;
	background-color: #ffffff;
	border-left: 1px solid #cccec6;
	border-right: 1px solid #cccec6;
}

/* Triple Slideshow */
#tab-review .buttons {
	margin: 0;
	padding: 20px 0;
}

.slideshow .tripleSlide,.slideshow .tripleSlide a {
	font-size: 0;
	display: inline-block;
}

.slideshow .tripleSlide {
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0;
	position: relative;
}

.slideshow .tripleSlide a.third {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25%;
}

.slideshow .tripleSlide a.third img {
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}

.slideshow .tripleSlide a + a {
	margin-left: 10px;
}

/*mainnav*/
#mainnav {
	border-bottom: 2px solid #E8E8E8;
    background-color: #F5F5F5;
	min-height: 46px;
}

.mainnav-inner .navbar {
	margin-bottom: 0;
}

.navbar-inner {
	background: none;
	border: none;

	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

#mainmenu .navbar {
	margin-bottom: 0;
}

.navbar .nav li.home a {
	margin: 0 0 0 0;
}

.navbar .nav > li:first-child {
	border-left: none;
}

.navbar .nav > li:last-child {
	border-right: none;
}

.navbar .nav > li > a {
	margin: 0 14px;/*old margin: 0 18px;*/
	padding: 0;
	text-shadow: none;
	line-height: 46px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}

.navbar .nav > li > a:focus,.navbar .nav > li > a:hover {
	border-bottom: 2px solid #6F0608;
    background-color: #F44043;
    color: #FFF;

}

.navbar .nav li.dropdown.open > .dropdown-toggle,.navbar .nav li.dropdown.active > .dropdown-toggle,.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: transparent;
}

.navbar .nav > li > a .menu-title {
	font-family: "Lato",arial;
	font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
	font-weight: 700;
	text-shadow: none;
	text-transform: uppercase;
}

.navbar .nav > li > a.dropdown-toggle {
	padding-right: 0px;
}

@media screen and (min-width: 840px) {
	.navbar .nav li:hover > .dropdown-menu {
		display: block;
	}
}

.dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0 !important;
	border: none;
	background: none;
	padding-top: 10px;
	min-width: 190px;
}

ul li > .dropdown-menu > .dropdown-menu-inner {
	background-color: #ffffff;
	border: 1px solid #F44043;
	padding: 10px;
	margin-top: -17px;
}

.dropdown .dropdown-menu li {
	padding: 0;
	border-bottom: 1px solid #e7e7e7;
}

.dropdown .dropdown-menu li:last-child,.megamenu .dropdown-mega li:last-child {
	border-bottom: 0px solid #e9e9e9;
}

.dropdown-menu li > a:hover,.dropdown-menu li > a:focus {
	background: #f8f8f8;
}

.dropdown-submenu:hover > a,.dropdown-submenu:focus > a {
	background: none;
	color: #cbcbcb;
}

.dropdown .dropdown-menu li a {
	display: block;
	line-height: 32px;
	color: #6e6f70;
}

.dropdown .dropdown-menu li a:hover {
	color: #F44043;
}

.nav .caret {
	position: absolute;
	top: 14px;
	right: 8px;
}

/* header */
#header p {
	margin: 0;
	line-height: 110%;
}

#header .container-inner {
	padding-top: 0px;
}

/*****headertop******/
#headertop {
	border-bottom: 1px dotted #CECECE;
	color: #999999;
	padding: 18px 0 15px;
	font-size: 12px;
}

.links-meta {
	margin-bottom: 13px;
	margin-top: 14px;
}

.links-meta .links > span {
	margin-right: 3px;
	margin-left: 2px;
	padding: 0;
}

.links-meta .links > span a {
	line-height: 33px;
	display: inline-block; /* IE7 inline-block hack */
*display: inline;
	*zoom: 1;
}

.language,.currency {
	line-height: 26px;
	margin-left: 3px;
	padding: 0 5px;
	float: left;
}

/*headerbottom*/
#headerbottom {
	font-size: 12px;
    height: 15px;
    text-align: right;
   	margin-bottom: 20px;

}

#logo {
	background-color: #FFFFFF;
	padding: 10px 15px 5px 0;
    width: 210px;
    float: left;
}

.header-right .wrap-link {
	margin: 15px 0;
}

#language img {
	cursor: pointer;
	margin-right: 5px;
}

#currency a {
	padding: 0px 4px;
	text-decoration: none;
}

#currency a b {
	color: #F44043;
	text-decoration: none;
}

#header-top .login .login-content:after,.cart-top .dropdown-menu:after {
	border-bottom: 8px solid #e0e0e0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 8px;
	top: -8px;
}

#header-top .login .login-content,.cart-top .dropdown-menu {
	left: inherit;
	right: 0;
	margin-top: 9px;
}

/*mini cart*/
.cart-top {
	z-index: 30;
	position: relative;
}

#cart {
	position: relative;
	border: 1px solid #CECECE;
	font-size: 14px;
}

#cart .heading h4 {
	float: left;
	background-image: url(../images/icon_cart.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F44043;
	text-indent: -9999em;
	width: 34px;
	line-height: 36px;
	position: relative;
	margin: -1px;
}


#cart .content {
	clear: both;
	position: absolute;
	display: none;
	min-height: 150px;
	min-width: 300px;
	top: 30px;
	right: 0;
	padding: 9px;
	border: 1px solid #F44043;

	-webkit-box-shadow: 0 0 3px #a0a0a0;
	box-shadow: 0 0 3px #a0a0a0;
	background: #fff;
}

#cart .content-inner {
	background: #FFF;
	border: 1px solid #9BC02B;

	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 8px;
}

#cart.active .content {
	display: block;
}

#cart-total {
	line-height: 34px;
	padding: 0 15px 0 10px;
	display: inline-block;
	font-size: 13px;
}

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

#cart .checkout {
	text-align: right;
	clear: both;
}

#cart .empty {
	padding-top: 50px;
	text-align: center;
}

/*welcome*/
#welcome {
	color: #999999;
}

#headerbottom .login a.login-icon,#headerbottom .links {
	display: inline-block;
}

#headerbottom a {
	color: #999999;
	float: left;
	line-height: 27px;
	padding-left: 5px;
	padding-right: 5px;
}

/*login*/
#headerbottom .login {
	position: relative;
	padding: 0;
	left: inherit;
	right: 0;
	display: inline-block;
}

.login a.login-icon {
	background-position: 10px -173px;
	display: block;
	overflow: hidden;
	padding: 0;
	width: 65px;
}

#headerbottom .login-content:before {
	border-bottom: 7px solid #D0D0D0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	left: 10px;
	top: -8px;
}

#headerbottom .login-content {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D0D0D0;

	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 7px;
	width: 330px;
}

#headerbottom .login-content-inner {
	background-color: #FFFFFF;
	border: 1px solid #FCD0B4;
	left: 0;
	overflow: hidden;
	padding: 5px;
	top: 30px;
	text-align: left;
}

#headerbottom .login-content a {
	float: none;
}

.login.open a.login-icon,.login a.login-icon:hover {
	background-position: 10px -206px;
}

.links a.last {
	border-right: none;
	padding-right: 0;
}

/*search*/
#search {
	width: 175px;
	border: 1px solid #CECECE;
	margin: 8px 0;
}

#search .button-search {
	background: url(../images/icon-search.png) no-repeat center center;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	line-height: 29px;
	text-indent: -9999em;
	width: 29px;
	text-shadow: none;
	cursor: pointer;
}

#search input {
	float: left;
	margin: 0;
	width: 135px;
	border: none;
	height: 20px;
}

/*breadcrumb*/
.breadcrumb {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #E9E9E9;
	border-radius: 0 0 0 0;
	margin-bottom: 15px;
	padding: 0 0 15px;
}

.breadcrumb a {
	color: #000;
}

.breadcrumb a:last-child {
	color: #999999;
}

.success,.warning,.attention,.information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	border-radius: 5px 5px 5px 5px;
}

.success {
	background: #EAF7D9 url('../images/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	border-radius: 5px 5px 5px 5px;
}

.warning {
	background: #FFD1D1 url('../images/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	border-radius: 5px 5px 5px 5px;
}

.attention {
	background: #FFF5CC url('../images/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	border-radius: 5px 5px 5px 5px;
}

.success .close,.warning .close,.attention .close,.information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.error {
	display: block;
	color: #FF0000;
}

.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Lato, 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: 93%;
}

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 {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 60%;
	zoom: 1;
	*display: inline;
}

.pagination .links {
	float: left;
}

.pagination .links a {
	border: 1px solid #dcdcdc;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-decoration: none;
	color: #A3A3A3;
	height: 16px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	width: 15px;
}

.pagination .links b {
	border: 1px solid #F44043;
	color: #F44043;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-weight: bold;
	height: 16px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	width: 15px;
}

.pagination .results {
	float: right;
}

/* button */
.checkout > a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 15px;
}

.checkout > a,a.button,input.button {
	cursor: pointer;
	font-family: 'Arial',serif,arial,Helvetica,sans-serif;
	background: #F44043;
	border-radius: 0;
	color: #FFFFFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 400;
}

input.button {
	margin: 0;
	border: 0;
	padding: 0px 18px 0px 18px;
}

.checkout > a:hover,a.button:hover,input.button:hover {
	background: #000000;
	color: #FFFFFF;
}

.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: hidden;
	padding: 6px;
	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: 32px;
	line-height: 32px;
	display: inline-block;
	border: 1px solid #e9e9e9;
	margin-bottom: 10px;
}

.htabs a {
	color: #666666;
	display: none;
	float: left;
	font-family: 'Arial',serif,arial;
	font-size: 14px;
	font-weight: 700;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #e9e9e9;
}

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

.htabs a.selected {
	background-color: #F44043;
	color: #FFFFFF;
	height: 34px;
	margin: -1px;
	position: relative;
}


.tab-content {
	margin-bottom: 20px;
	z-index: 2;
	overflow: inherit;
}

.sitemap-info ul li {
	list-style: disc outside none;
	margin-left: 15px;
}

/* box */
.box {
	margin-bottom: 20px;
	position: relative;
}

.box .box-heading {
	position: relative;
	margin-bottom: 15px;
}

.box .box-heading:after {
	content: "";
	position: absolute;
	left: 0;
	top: 31px;
	width: 100%;
	height: 1px;
	border-top: 1px solid #cecece;
	z-index: 1;
}

.box .box-heading > span,
.box .box-heading > a {
	text-transform: uppercase;
	background-color: #F44043;
	color: #ffffff;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 2;
}

.box .box-heading > a {
	font-weight: inherit !important;
}



/*bg-title*/
.box.bg-title .box-heading {
	margin-bottom: 0;
}

.box.bg-title .box-heading:after {
	border-top: none;
}

.box.bg-title .box-heading > span {
	background-color: transparent;
	color: #F44043;
	text-align: left;
	padding: 0;
}

.box.bg-title .box-heading > span:after {
	border: none;
}

/* box products */
.box-product .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
}

/*product-block */
.product-meta .name a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	margin: 10px 0 7px;
    text-align: center;
    height: 35px;
}

.product-block:hover .name a {
	color: #F44043;
}

.product-meta .price {
	display: block;
    color: #4D4D4D;
    text-align: center;
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	line-height: 23px;

    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;

	height: 28px;

    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #F2F2F2), color-stop(1, #FFFFFF));
background-image: -ms-linear-gradient(top, #F2F2F2, #FFFFFF);
background-image: -o-linear-gradient(top, #F2F2F2, #FFFFFF);
background-image: -moz-linear-gradient(top, #F2F2F2, #FFFFFF);
background-image: -webkit-linear-gradient(top, #F2F2F2, #FFFFFF);
background-image: linear-gradient(to bottom, #F2F2F2, #FFFFFF)


}

.product-block:hover .price {

}

.product-block:hover .price-old {
	color: #fff;
	font-size: 14px;
}

.product-block:hover .price-old {
	display: none;
}

.price-old {
	color: #969696;
	margin-right: 5px;
	font-size: 11px;
	text-decoration: line-through;
}


/* box category */
ul.box-category,ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.box-category > li ul {
	display: none;
}

ul.box-category li.haschild {
	background: url(../images/arrow-li-children.png) no-repeat 94% 12px scroll;
}

ul.box-category > li a.active + ul {
	display: block;
}

ul.box-category > li ul > li {
	padding-left: 15px;
	padding-right: 15px;
}

ul.box-category > li ul > li > a {
	text-decoration: none;
}

/* 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: hidden;
	background: #fff;
/* 	border: 1px solid #EEEEEE;*/
}

#content .content .left {
	float: left;
	width: 49%;
}

#content .content .right {
	float: right;
	width: 49%;
}

/* category */
.category-info {
	margin-bottom: 15px;
}

.category-info p {
	margin: 0;
}

.category-list {
	margin-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
}

.category-list ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.category-list ul li a {
	background-color: #F44043;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 5px 16px;
	text-indent: 0;

	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 12px;
	font-weight: bold;
}

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

/* manufacturer */
.manufacturer-list {
	background: #fff;
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: hidden;
	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 {
	font-family: 'Arial', serif, arial;
	padding: 0 10px;
    height: 44px;
	border: 1px solid #E9E9E9;
	line-height: 40px;

}

.product-filter .display {
	margin-right: 15px;
	float: left;
}

.product-filter .display a {
	background-color: #FFFFFF;
	background-image: url("../images/list-grid.png");
	background-repeat: no-repeat;
	border: 1px solid #e9e9e9;
	display: inline-block;
	height: 27px;
	margin: 4px 4px 0;
	overflow: hidden;
	text-indent: -9999em;
	width: 27px;
}

.product-filter .display a.list {
	background-position: -15px 7px;
}

.product-filter .display a.list:hover,.product-filter .display a.list.active {
	background-position: -15px -19px;

	-webkit-box-shadow: 0 0 5px 0 #D0D0D0 inset;
	box-shadow: 0 0 5px 0 #D0D0D0 inset;
}

.product-filter .display a.grid {
	background-position: 8px 8px;
}

.product-filter .display a.grid:hover,.product-filter .display a.grid.active {
	background-position: 8px -18px;

	-webkit-box-shadow: 0 0 5px 0 #D0D0D0 inset;
	box-shadow: 0 0 5px 0 #D0D0D0 inset;
}

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

.product-filter .limit {
	margin-left: 15px;
	float: left;
}

.product-filter select {
	border: 1px solid #DDDDDD;
	border-radius: 0 0 0 0;
	color: #6E6F70;
	height: 20px;
	margin-bottom: 0;
	padding: 0;
}

.product-compare {
	float: right;
}

.product-compare a {
	border-radius: 0;
	color: #FFFFFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
	font-size: 13px;
	background-color: #F44043;
}

.product-compare a:hover {
	background-color: #b8b8b8;
}

.product-list div.product-block {
	margin-bottom: 15px;
	clear: both;
	display: inline-block;
}

.product-list .right {
	float: right;
	margin-left: 15px;
}

.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}

.product-list .product-block .product-inner {
	border: 1px solid #e9e9e9;
}

.product-list .product-block .image {
	float: left;
	margin-right: 15px;
	width: 25%;
}

.product-list .product-block .product-meta {
	text-align: left;
	border-top: none;
}

.product-list .name a {
	text-transform: uppercase;
}

.product-list .product-block .price {
	font-size: 18px;
	height: auto;
	line-height: 30px;
}

.product-list .product-block:hover .price {
	display: block;
}

.product-list .product-block .price-old {
	text-decoration: line-through;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.product-list .product-block .price-new {
	font-weight: bold;
}

.product-list .product-block .price .price-tax {
	font-size: 14px;
	font-weight: normal;
	color: #BBBBBB;
	display: block;
}

.product-list .product-block .group-action {
	border-top: medium none;
	display: block;
	margin: 15px 0 0;
}

.product-list .product-block:hover .product-meta .rating,.product-list .product-block:hover .product-meta .name {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.product-list .product-block .cart {
	border: 1px solid #E9E9E9;
	padding: 0 15px;
	width: auto;
	height: 33px;
	margin-right: 10px;
}

.product-list .group-action .wishlist,.product-list .group-action .compare {
	width: auto;
	margin-right: 10px;
	border: 1px solid #e9e9e9;
	height: 33px;
}

.product-list .group-action .wishlist a,.product-list .group-action .compare a {
	text-indent: inherit;
	padding-left: 35px;
	padding-right: 15px;
	width: auto;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}
.product-grid .cart {
	margin-bottom: 3px;
}

.product-grid .wishlist a {
	background: url("../images/addtowishlist.png") no-repeat transparent;
    border-left: 1px solid #F2F2F2;
    display: inline-block;
	float: left;
    height: 41px;
    width: 40px;
	padding-right: 8px;
	position: relative;
	background-position: 6px 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.product-grid .wishlist a:hover, .product-grid .compare a:hover {
	background-position: -34px 0px;
}
.product-grid .compare a {
	background: url("../images/addtocompare.png") no-repeat transparent;
    border-left: 1px solid #F2F2F2;
    display: block;
    float: left;
    height: 41px;
    width: 40px;
	padding-right: 7px;
	position: relative;
	background-position: 6px 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.product-list .group-action .wishlist:before,.product-list .group-action .compare:before {
	border-left: none;
}

.product-list .group-action .wishlist a {
	background-position: 10px 10px;
}

.product-list .group-action .wishlist:hover a {
	background-position: 10px -45px;
	color: #ffffff;
}

.product-list .group-action .compare a {
	background-position: 10px -100px;
}

.product-list .group-action .compare:hover a {
	background-position: 10px -155px;
	color: #ffffff;
}

.product-list .row-fluid [class*="span"] {
	width: 100%;
	margin-left: 0;
}

.product-grid,.product-list {
	margin-bottom: 10px;
}

.product-grid {
	width: 100%;
}

.product-grid > div {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.product-grid .group-action .tg_review_0, .tg_review_1, .tg_review_2, .tg_review_3, .tg_review_4, .tg_review_5 {
	float: left;
	width: 82px;
	height: 15px;
	margin-left: 27px;
	display: block;
	margin-top: 12px;

}
.product-grid .product-block .description {
	
}

.box .box-product:first-child .product-inner {
	margin-top: 0;
}

.product-inner {
	position: relative;
	margin-top: 20px;
}

.product-block .product-inner {
	border: 1px solid transparent;
	overflow: hidden;
}

.product-block:hover .product-inner {
	border: 1px solid #e9e9e9;
}

.product-block .image {
	position: relative;
	overflow: hidden;
}

.product-block .product-label-special {
	background: none repeat scroll 0 0 #F44043;
	border-radius: 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	height: 46px;
	left: 4%;
	line-height: 45px;
	padding: 0;
	position: absolute;
	text-align: center;
	text-shadow: none;
	top: 6px;
	width: 46px;
	z-index: 10;
}

.product-block .colorbox.product-zoom {
	background: none repeat scroll 0 0 #5C5C5C;
	border-radius: 20px 20px 20px 20px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	left: 40%;
	top: 0;
	line-height: 36px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;

	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 36px;
	z-index: 15;
}

.product-block:hover .colorbox.product-zoom {
	top: 40%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.product-block:hover .colorbox.product-zoom:hover {
	background-color: #F44043;
}

.product-grid .image:hover .colorbox.product-zoom {
	display: block;
}

.product-block .product-meta {
	text-align: center;

	padding-right: 5px;
	padding-left: 5px;
}

.group-action {
	overflow: hidden;

}

.product-block .group-action {
	margin: 0 -5px;

}

.product-block:hover .product-meta .group-action {
	display: block;
}

.group-action .wishlist,.group-action .compare {
	float: left;
	width: 22%;
	position: relative;
}

.group-action .wishlist:before,.group-action .compare:before {
	border-left: 1px solid #e9e9e9;
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.group-action .cart input {
	z-index: 2;
}

.group-action .cart {
	float: left;
	width: 56%;
	height: 35px;
	line-height: 35px;
	position: relative;
}

.group-action .cart:after,.group-action .wishlist:after,.group-action .compare:after {
	content: '';
	position: absolute;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background-color: #63b4c6;
	z-index: 1;
}

.group-action .cart:hover:after,.group-action .wishlist:hover:after,.group-action .compare:hover:after {
	height: 100%;
}

.group-action .wishlist a,.group-action .compare a {
	background-image: url("../images/icon-action.png");
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	width: 100%;
	overflow: hidden;
	text-indent: -9999em;
	padding: 0;
	display: block;
	z-index: 2;
	position: relative;
}
.box-product .rating {
	float: left;
	
	padding-right: 5px;
}
a.addtowishlist {
    background: url("../images/addtowishlist.png") no-repeat transparent;
    border-left: 1px solid #F2F2F2;
    display: inline-block;
	float: left;
    height: 41px;
    width: 40px;
	padding-right: 8px;
	position: relative;
}

a.addtowishlist {
	background-position: 6px 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;

} 
a.addtowishlist:hover {
    background-position: -34px 0px;
}

a.addtocompare {
    background: url("../images/addtocompare.png") no-repeat transparent;
    border-left: 1px solid #F2F2F2;
    display: block;
    float: left;
    height: 41px;
    width: 40px;
	padding-right: 7px;
	position: relative;
}
a.addtocompare {
	background-position: 6px 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
} 
a.addtocompare:hover {
    background-position: -34px 0px;
}
a.addtocart {
    background: url("../images/addtocart.png") no-repeat transparent;
    display: block;
    float: left;
    border-left: 0px;
    height: 41px;
    width: 40px;
	padding-right: 8px;
    margin-left: 10px;
}
a.addtocart {
	background-position: 4px 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
a.addtocart:hover {
    background-position: -36px 0px;
}
.tg_review_0, .tg_review_1, .tg_review_2, .tg_review_3, .tg_review_4, .tg_review_5 {
	float: left;
	width: 82px;
	height: 15px;
	margin-left: 22px;
	display: block;
	margin-top: 12px;
}
.tg_review_0 {
	background: url("../images/stars-0.png") no-repeat;
}
.tg_review_1 {
	background: url("../images/stars-1.png") no-repeat;
}
.tg_review_2 {
	background: url("../images/stars-2.png") no-repeat;
}
.tg_review_3 {
	background: url("../images/stars-3.png") no-repeat;
}
.tg_review_4 {
	background: url("../images/stars-4.png") no-repeat;
}
.tg_review_5 {
	background: url("../images/stars-5.png") no-repeat;
}
.group-action .wishlist a {
	background-position: center 11px;
}



.product-block .description {
	margin: 5px 0;
	max-height: 65px;
	overflow: hidden;
}

.product-block .price .price-tax {
	display: none;
}

/* Product */
.product-info {
	overflow: hidden;
}

.product-info > .left {
	float: left;
	margin-right: 15px;
}

.product-info > .left + .right {
	margin-left: 265px;
}

.product-info .image-container .image {
	float: left;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #e9e9e9;
	position: relative;
}

.product-info .image img#image {
	width: 100%;
}

.product-info .image-additional {
	clear: both;
	display: inline-block;
	position: relative;
	width: 100%;
}

.product-info .image-additional .carousel-inner .item a:first-child {
	margin-left: 0;
}

.product-info .image-additional .item-inner [class*="spancol"] {
	display: block;
	float: left;
	min-height: 30px;
	width: 100%;
}

.product-info .image-additional .carousel-control {
	height: 22px;
	width: 22px;
	background-color: #f6f6f6;
	border: 1px solid #9ed8e5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.product-info .image-additional .carousel-control.left {
	background-position: 5px 3px;
	left: 0;
}

.product-info .image-additional .carousel-control.left:hover {
	background-position: 5px -47px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.product-info .image-additional .carousel-control.right {
	background-position: -26px 3px;
	right: 0;
}

.product-info .image-additional .carousel-control.right:hover {
	background-position: -26px -47px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.product-info .image-additional img {
	border: 1px solid #e9e9e9;
}

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

.product-info .description {
	line-height: 20px;
	margin-bottom: 10px;
	padding: 10px 0 0;
	font-style: italic;
}

.product-info .description span {
	font-weight: bold;
	margin-right: 10px;
}

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

.product-info .addition-actions {
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.product-info .price-info {
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.product-info .price-info .price {
	color: #F44043;
	font-size: 26px;
	font-weight: 700;
	margin: 5px 0;
}

.product-info .price-info .price-old {
	color: #6E6F70;
	margin-right: 8px;
	text-decoration: line-through;
}

.product-info .price-info .price-other {
	clear: both;
}

.product-info .price-tax {
	font-style: italic;
}

.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 .wishlist-compare {
	margin: 10px 0;
}

.product-info .wishlist-compare .wishlist,.product-info .wishlist-compare .compare {
	margin: 10px 5px;
}

.product-info .wishlist-compare .wishlist a,.product-info .wishlist-compare .compare a {
	background-image: url(../images/icon-action.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}

.product-info .wishlist-compare .wishlist a {
	background-position: left 2px;
}

.product-info .wishlist-compare .compare a {
	background-position: left 110px;
}

.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}

.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;
}
.tf-tooltip {
	position: absolute;
	z-index: 10000;
	font-size: 12px;
	line-height: 12px;
	background-color: #393939;
	color: #fff;
	padding: 4px 8px;
	margin-top: -6px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.tf-tooltip:after {
	position: absolute;
	bottom: -8px;
	z-index: 10000;
	left: 50%;
	margin-left: -4px;
	width: 0px;
	height: 0px;
	content: '\00a0';
	border: 4px solid transparent;
	border-top-color: #444;
}
.product-info .review{
	line-height:  20px;
}

 .product-info .review > span {
	color: #38B0E3;
}

.product-info .share {
	border: 1px solid #E9E9E9;
	line-height: normal;
	overflow: hidden;
	padding: 10px;
}

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

.product-info .product-label-special {
	background-color: #EE6A4C;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 0;
	left: -1px;
	top: -1px;
	position: absolute;
}

.review-list {
	padding: 10px;
	overflow: hidden;
	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;
}

.product-info .tags {
	margin: 10px 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

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

.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}

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

.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}

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

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

.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;
	zoom: 1;
	*display: inline;
	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;
	zoom: 1;
	*display: inline;
	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: hidden;
	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: hidden;
	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;
	zoom: 1;
	*display: inline;
	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 {
	padding: 9px 0;
}

.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

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

.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}

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

.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 {
	background: #fff;
	border: 1px solid #efefef;
	overflow: hidden;
	padding-top: 8px;
    margin-bottom: 15px;
}

.cart-total table {
	float: right;
}

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

/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}

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

.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: hidden;
}

.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

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

.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}

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

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

.contact-info {
	overflow: hidden;
}

.contact-info .left {
	float: left;
	width: 48%;
}

.contact-info .right {
	float: left;
	width: 48%;
}

.sitemap-info {
	overflow: hidden;
	margin-bottom: 40px;
}

.sitemap-info .left {
	float: left;
	width: 48%;
}

.sitemap-info .right {
	float: left;
	width: 48%;
}

/* footer */
#footer {
	clear: both;
	min-height: 100px;
	color: #a1a1a1;
}

.footer-top .container {
	background-color: #F44043;
	height: 50px;
}

.footer-top .box {
	margin: 8px 0;
}

.footer-top h3 {
	float: left;
	line-height: 30px;
	margin-right: 20px;
}

.footer-center .container {
	background-color: #1e1e1e;
	position: relative;
}

.footer-center .box {
	margin-top: 25px;
}

#footer .box .box-content {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#footer h3 {
	color: #fff;
	background: none;
	padding: 0;
}

#footer .box ul li {
	line-height: 30px;
}

#footer .box a {
	text-decoration: none;
	color: #a1a1a1;
}

#footer .box a:hover {
	text-decoration: underline;
	color: #F44043;
}

#powered .container {
	background-color: #0f0f0f;
}

#powered .container-inner {
	padding: 20px 0 20px;
}

.copyright {
	color: #787878;
	font-size: 11px;
	padding: 4px 0;
}

.copyright a {
	color: #F44043;
}

.copyright a:hover {
	text-decoration: underline;
}

.paypal {
	padding: 20px 0;
}

/* footer top */
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}

/*product-related*/
.product-related {
	position: relative;
}

.product-related .title-related {
	background-color: #F44043;
	color: #ffffff;
	padding: 0 15px;
	display: block;
	font-family: 'Arial',serif,arial;
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
}

/*column-left + column-right = .sidebar */
.sidebar h3.box-heading {
	display: block;
}

.sidebar h3.box-heading > span {
	display: block;
}

.sidebar .box-product .product-block {
	width: 100% !important;
	margin-left: 0;
}

.sidebar .product-block:hover .product-inner,.sidebar .product-block .product-inner {
	padding: 15px 0;
	border: none;
	border-bottom: 1px solid #e9e9e9;
}

.sidebar .product-block .product-action {
	margin: 0;
}

.sidebar .product-block .rating.pull-right > img {
	width: 60px;
}

.sidebar .product-block .rating {
	margin: 0 0 3px;
}

.sidebar .product-block .image {
	width: 35%;
	float: left;
	margin-right: 7px;
	overflow: hidden;
	border: 1px solid #e9e9e9;
}

.sidebar .product-block .product-meta {
	padding: 0;
	text-align: left;
	border-top: none;
}

.sidebar .product-block:hover .product-meta .group-action,.sidebar .product-block .group-action {
	border-top: none;
	margin: 0;
	display: none;
}

.sidebar .product-block .description,.sidebar .product-block .wishlist,.sidebar .product-block .compare,.sidebar .product-block .cart {
	display: none;
}

.sidebar .product-block .name a {
	margin: 0;
	overflow: hidden;
	padding: 2px 0;
}

.sidebar .product-block .price {
	background: none;
	text-align: left;
	margin: 2px 0;
}

.sidebar .product-block:hover .price {
	display: block;
}

.sidebar .product-label-special {
	-webkit-transform: rotate(-41deg);
	-moz-transform: rotate(-41deg);
	-o-transform: rotate(-41deg);
	-ms-transform: rotate(-41deg);
	transform: rotate(-41deg);
	border-radius: 0;
	height: 20px;
	left: -13px;
	line-height: 20px;
	padding: 0 11px;
	text-shadow: none;
	top: 0;
}

.sidebar .product-block:hover .product-meta .rating,.sidebar .product-block:hover .product-meta .name,.sidebar .product-block:hover .image a,.sidebar .product-block:hover .image .product-label-special {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.sidebar ul > li {
	line-height: 36px;
}

.sidebar ul > li:first-child {
	border-top: none;
}

.sidebar ul > li:last-child {
	border-bottom: none;
}

.sidebar ul li a {
	display: block;
	border-top: 1px solid #e9e9e9;
	text-decoration: none;
	color: #66665c;
	font-size: 11px;
}

.sidebar ul li a.active,.sidebar ul li a:hover {
	color: #F44043;
}

.quantity input[type="text"] {
	text-align: center;
	width: 24px;
}

/*list-menu*/
.list-menu li {
	display: inline-block;
}

.list-menu li a {
	color: #b9bcbd;
	padding-left: 10px;
	padding-right: 10px;
}

.list-menu li a:hover {
	color: #cbcbcb;
}

.list-menu li:first-child a {
	padding-left: 0;
}

/*social*/
.social {
	background-color: #0A0A0A;
	margin-right: -40px;
	padding: 15px 20px;
	position: relative;
}

.social ul {
	overflow: hidden;
}

.social ul li {
	float: left;
	margin: 0 3px;
}

.social ul li a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 32px;
	height: 32px;
	background-image: url(../images/icon-social.png);
	background-repeat: no-repeat;

	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.social ul li.facebook a {
	background-position: 0 0;
}

.social ul li.facebook a:hover {
	background-position: 0px -38px;
}

.social ul li.twitter a {
	background-position: -42px 0;
}

.social ul li.twitter a:hover {
	background-position: -42px -38px;
}

.social ul li.google-plus a {
	background-position: -84px 0;
}

.social ul li.google-plus a:hover {
	background-position: -84px -38px;
}

.social ul li.youtobe a {
	background-position: -126px 0;
}

.social ul li.youtobe a:hover {
	background-position: -126px -38px;
}

.social ul li.skype a {
	background-position: -168px 0;
}

.social ul li.skype a:hover {
	background-position: -168px -38px;
}

/*contact*/
.contact ul li {
	padding-left: 20px;
}

.contact ul li {
	background-image: url(../images/icon-contact.png);
	background-repeat: no-repeat;
}

.contact ul li.phone {
	background-position: left 6px;
}

.contact ul li.fax {
	background-position: left -51px;
}

.contact ul li.email {
	background-position: left -115px;
	color: #F44043;
}

/*slidershow position*/
#slideshow .container-inner {
	margin-bottom: 20px;
	overflow: hidden;
}

/* prefix = small-col-product */
.small-col-product .description,.small-col-product .group-action {

margin-bottom: -7px;	
}

.small-col-product .box-product:first-child .product-inner {
	padding-top: 0;
}

.small-col-product .box-product:last-child .product-inner {
	padding-bottom: 0;
	border-bottom: none;
}

.small-col-product .box-product .product-inner {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}

.small-col-product .product-inner .image {
	border: 1px solid #e9e9e9;
	margin-right: 15px !important;
	width: 30% !important;
}

.small-col-product .product-label-special {
	bottom: -1px !important;
	font-size: 12px !important;
	height: 20px !important;
	line-height: 20px !important;
	padding: 0 5px !important;
	top: inherit !important;
}

/*newsletter-submit*/
.newsletter-submit {
	float: left;
	position: relative;
}

.newsletter-submit .inputbox {
	float: left;
	width: 270px;
	margin-bottom: 0;
}

.newsletter-submit input.button {
	background-color: #333;
	font-size: 13px;
	font-weight: 700;
	height: 33px;
	margin-left: 10px;
}

.newsletter-submit input.button:hover {
	background-color: #999999;
}

/*box-line*/
.box-line {
	background-color: #151515;
	margin-bottom: 0;
	margin-right: -40px;
	margin-top: -50px !important;
	padding: 0 20px 25px;
	position: relative;
}

.box-line h3 {
	background-color: #4bb7cf !important;
	line-height: 50px;
	position: relative;
	margin: 0 -20px 20px;
	padding: 0 20px !important;
}

.box-line h3:after {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #4bb7cf;
	bottom: -6px;
	content: "";
	display: inline-block;
	left: 25px;
	position: absolute;
}

/*carousel-control*/
.carousel-controls {
	position: absolute;
	right: 0;
	top: 0;
	width: 78px;
	z-index: 10;
}

.carousel-control {
	position: absolute;
	text-indent: -9999em;
	width: 30px;
	height: 30px;
	overflow: hidden;
	display: block;
	background-image: url(../images/carousel-control.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #CECECE;
	border-radius: 0;
	margin-top: 0;
	
}

.carousel-control.left {
	background-position: 10px 7px;
}

.carousel-control.right {
	background-position: -22px 7px;
	right: 0;
}

.carousel-control.left:focus,.carousel-control.left:hover {
	background-position: 10px -43px;
}

.carousel-control.right:focus,.carousel-control.right:hover {
	background-position: -22px -43px;
}

/*box-style*/
.box-style {
	background-image: url("../images/icon-free.png");
	background-repeat: no-repeat;
	border-right: 1px dotted #CECECE;
	display: inline-block;
	margin-left: 15px;
	padding-right: 25px;
}

.box-style A {
    font-weight: bold;
}

.box-style:first-child {
	margin-left: 0;
}

.free-shipping {
	background-position: left 8px;
	padding-left: 45px;
}

.time-delivery {
	background-position: left -117px;
	padding-left: 35px;
}

.best-services {
	background-position: left -242px;
	padding-left: 35px;
}

.zoomWindowContainer .zoomWindow {
	border: 4px solid #e9e9e9 !important;
}

.pattern1 {
	background: url(../images/pattern1.png);
}

.pattern2 {
	background: url(../images/pattern2.png);
}

.pattern3 {
	background: url(../images/pattern3.png);
}

.pattern4 {
	background: url(../images/pattern4.png);
}

.pattern5 {
	background: url(../images/pattern5.png);
}

.pattern6 {
	background: url(../images/pattern6.png);
}

.pattern7 {
	background: url(../images/pattern7.png);
}

.pattern8 {
	background: url(../images/pattern8.png);
}

.pattern9 {
	background: url(../images/pattern9.png);
}

.pattern10 {
	background: url(../images/pattern10.png);
}

.pattern11 {
	background: url(../images/pattern11.png);
}

.pattern12 {
	background: url(../images/pattern12.png);
}

.pattern13 {
	background: url(../images/pattern13.png);
}

.pattern14 {
	background: url(../images/pattern14.png);
}

.pattern15 {
	background: url(../images/pattern15.png);
}

.pattern16 {
	background: url(../images/pattern16.png);
}

/**
 * OFF CANVAS MENU
 */
@media (min-width: 979px) {
	body.off-canvas-active > * {
	-webkit-transform: translateX(0px) !important;
	-moz-transform: translateX(0px) !important;
	-o-transform: translateX(0px) !important;
	-ms-transform: translateX(0px) !important;
	transform: translateX(0px) !important;
}

body.off-canvas-active #page-container {
	position: inherit !important;
}

#off-canvas-nav {
	display: none;
}

}

.off-canvas body > *,#off-canvas-nav .pavo-mainnav {
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

body.off-canvas-active > * {
	-webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

body.off-canvas-active #page-container {
	position: fixed;
}

body.off-canvas-inactive #page-container {
	position: inherit;
}

body.off-canvas-inactive >#off-canvas-nav {
	overflow: hidden;
}

body.off-canvas-active >#off-canvas-nav .pavo-mainnav {
	left: -256px;
}

.off-canvas body {
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}

#page-container {
	position: relative;
}

#off-canvas-nav {
	backface-visibility: hidden;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0px;
}

#off-canvas-nav .pavo-mainnav {
	width: 210px;
	padding: 12px 18px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -500px;
	background: #ffffff;
	height: 100px;/*Andrius fix 100 > 100px*/
}

#off-canvas-nav .megamenu .mega-cols {
	width: 100%;
	min-width: inherit;
}

#off-canvas-nav .dropdown-menu {
	position: relative;
	display: block;
	left: -450px;
	right: 0;
	top: 0;
	float: none;
	border: none;

	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0 10px;
	background: #ffffff;
}

#off-canvas-nav .dropdown-mega,#off-canvas-nav li.mega-group .dropdown-menu {
	padding: 0 15px;
}

#off-canvas-nav .mega-col {
	display: block;
	width: 100%;
	position: relative;
}

#off-canvas-nav .megamenu .mega-group > a .menu-title {
	font-size: 13px;
	text-transform: none;
	padding: 5px 0;
}

#off-canvas-nav .dropdown-menu img {
	width: 100%;
	border: none;
}

#off-canvas-nav #off-canvas-button {
	background: #FFF;
	padding: 12px 0px;
	font-weight: bold;
}

#off-canvas-nav #off-canvas-button span {
	font-weight: bold;
	margin-right: 12px;
}

#off-canvas-nav .dropdown .dropdown-menu li,#off-canvas-nav .megamenu .dropdown-mega li {
	background: none;
}

#off-canvas-nav .nav > li:hover,#off-canvas-nav .nav > li > a:hover,#off-canvas-nav .nav > li > a:focus {
	background: none;
}

#off-canvas-nav .dropdown .dropdown-menu li:hover,#off-canvas-nav .megamenu .mega-group > a .menu-title {
	color: #5C5B5B;
}

#off-canvas-nav .nav > li > a:hover,#off-canvas-nav .dropdown .dropdown-menu li a:hover {
	color: #F44043;
}

#off-canvas-nav .megamenu li.homepage a {
	height: auto;
	width: auto;
	text-indent: inherit;
}

#off-canvas-nav .nav li {
	border: none;
	padding: 0;
}

#off-canvas-nav ul li a {
	border-bottom: 1px solid #e0e0e0;
	display: block;
	line-height: 30px;
	color: #5C5B5B;
}

#off-canvas-nav .nav > li > a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
	line-height: 35px;
}

#off-canvas-nav .megamenu .menu-desc {
	display: none;
}

#off-canvas-nav .megamenu .menu-icon {
	padding-left: 0;
	background: none !important;
}

#off-canvas-nav .megamenu .mega-col .margin {
	margin-left: 0;
}

#off-canvas-nav .pavo-mainnav ul.megamenu li > .dropdown-menu > .dropdown-menu-inner {
	border: none;
}

/*CUSTOM CSS*/

.availability{
	position: relative;
}
.availability .available{
	display: block;
	position: absolute;
	top:4px;
	right:4px;
	width: 15px;
	height:15px;
	background-color: #80C778;
	border-radius: 10px;
}

.availability .notavailable{
	display: block;
	position: absolute;
	top:4px;
	right:4px;
	width: 15px;
	height:15px;
	background-color: #EF3F42;
	border-radius: 10px;
}

.product-block .product-inner .name {
	overflow-y: hidden;
}

.product-info-item h2 {
	line-height: 20px;
}

table.compare-info {
	table-layout: fixed;
	width: 100%;
}
