* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
strong {
	font-size: 13px;
	font-weight: 600;
}
body, td, th, input, textarea, select, a, font {
	font-size: 15px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
label, input, button, select, textarea {
	font-size: 16px;
}
table th, table td {
	padding: 3px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	margin: 0;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border: 0;
	background: url("../image/arrow_menu.png") no-repeat 0 0;
	width: 15px;
	height: 15px;
	margin: 3px 0 0 5px;
}
p.pav-label-checkout:last-child {
	margin-bottom: 10px;
}
h1, .welcome {
	margin-bottom: 10px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	height: auto;
	font-size: 25px;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	-moz-text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	-webkit-text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	-ms-text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	-o-text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
.welcome {
	color: #6f7071;
}
.btn-small {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-border-radius: 0;
	padding: 4px 15px;
	font-size: 100%;
}
a.btn-small {
	height: 20px;
}
.btn {
	border: 0;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	text-shadow: none;
	-webkit-text-shadow: none;
	-ms-text-shadow: none;
	-moz-text-shadow: none;
	color: #FFFFFF;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	height: auto;
}
h4 {
	font-weight: 600;
	color: #333333;
}
p {
	padding: 0;
}
p, .tab-content p, .tab-content ul li, #tab-description h1, #tab-description h2, #tab-description h3, #tab-description h4, #tab-description h5, #tab-description h6, .product-info .price, .product-info .price .discount, .sitemap-info ul li, .footer-center h3 {
	font-weight: 300;
}
.pav-content-bottom h3, .product-grid .price-new, .product_block .price-new, .product-info h1, .product-info #tab-related .price, .pav-block-shipping h3{
	font-weight: 400;
}
a, a:visited, a b, .product-info .description, #mainmenu .navbar .navbar-inner ul.dropdown-menu li a, .htabs a, #content .content .left, #content .content .right, .product-info .price-tax {
	
}
label, input, button, select, textarea, select, #content h2, h1, .welcome, input[type='text'], input[type='password'], textarea, .breadcrumb a, table.form td, a.button, input.button {
	font-weight: 100;
}
.attribute thead td, .attribute thead tr td:first-child, .attribute tr td:first-child, form b, form strong, b, .sidebar ul > li a.active, .sidebar ul > li a.active, .sidebar ul > li ul > li > a.active, .sidebar ul > li ul > li > a.active, .product-list .price-new, .pav-block-shipping p {
	font-weight: 500;
}
button {
	outline: none !important;
}
a, a:visited, a b {
	color: #818181;
	text-decoration: none;
	cursor: pointer;
	outline: none !important;
	height: auto;
	line-height: normal;
	font-size: 15px;
	transition: color 200ms linear 0s;
	-webkit-transition: color 200ms linear 0s;
	-moz-transition: color 200ms linear 0s;
	-ms-transition: color 200ms linear 0s;
	-o-transition: color 200ms linear 0s;
}
a:hover {
	text-decoration: none;
}
a, .btn, .product-list .product_block, .product-grid .product_block, .box .carousel-inner .product-inner, .product-info .links a, .pav-compare-wish .links a span, .product-grid .wishlist a, .product-grid .compare a, .product-list .wishlist a, .product-list .compare a, .product_block .pav-action .wishlist a, .product_block .pav-action .compare a, .megamenu .menu-content ul.dropdown-mega li, .sidebar ul > li {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
a img {
	border: none;
}
img {
	outline: none !important;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
form .buttons a {
	text-decoration: none;
}
form .buttons a:hover {
	text-decoration: none;
}
form .buttons input[type='checkbox'] {
	margin: 0 5px;
}
input[type='text'] {
	height: 25px;
	line-height: 15px;
}
input[type='text'], input[type='password'], textarea {
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	padding: 3px;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
	outline: 0 none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
select {
	background: #FFFFFF;
	border: 1px solid #e4e4e4;
	margin: 0;
	padding: 3px 2px;
	line-height: 28px;
	height: 28px;
	width: auto;
	outline: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
select:focus {
	outline: none !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
select option {
	outline: none !important;
}
small {
	font-size: 11px;
}
label {
	cursor: pointer;
	margin: 0;
	padding: 0;
	display: inline;
}
ul, ul li, ol, ol li {
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-list .row-fluid [class*="pav-span"] {
	width: 100%;
	margin-left: 0;
}

/*custom width*/
.row-fluid .pav-span1 {
	width: 8.33333%;
}

.row-fluid .pav-span2 {
	width: 16.6667%;
}

.row-fluid .pav-span3{
	width: 25%;
}
.row-fluid .pav-span4 {
	width: 33.3333%;
}
.row-fluid .pav-span5 {
	width: 41.6667%;
}
.row-fluid .pav-span6 {
	width: 50%;
}
.row-fluid .pav-span7 {
	width: 58.3333%;
}
.row-fluid .pav-span8 {
	width: 66.6667%;
}
.row-fluid .pav-span9 {
	width: 75%;
}
.row-fluid .pav-span10 {
	width: 83.3333%;
}
.row-fluid .pav-span11 {
	width: 91.6667%;
}
.row-fluid .pav-span12 {
	width: 100%;
}

/* layout */

.sidebar {
	margin: 20px 0 0 0;
	padding: 0;
}
.sidebar + #content {
	outline-style: none;
}
.sidebar .box ul {
	background: #f3f3f3;
	margin: 0 0 10px;
}
.sidebar .banner {
	outline-style: none;
}
.sidebar .banner a {
	display: block;
}
#content {
	min-height: 400px;
	margin-bottom: 20px;
}
.sidebar .box ul.box-sub li {
	border: 0;
}
.sidebar .box ul.box-sub li:hover {
	background: none transparent;
}
#columns .container {
position: relative;
}
/* header */

#header {
	margin: 0;
	padding: 0;
	position: relative;
}
#header #logo {
	padding: 0;
	margin: 0 0 -100px;
	position: relative;
	z-index: 1;
}
#header #logo a {
	display: block;
	padding: 0;
	outline: none;
}

.language {
	float: left;
	padding: 5px 6px;
}
.language img {
	cursor: pointer;
	margin-right: 5px;
}
.currency {
	float: left;
	padding: 8px 0;
	line-height: normal;
}
.currency a {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 0 4px;
	text-decoration: none;
}
.currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	margin: 0 0 15px;
	padding: 0;
	position: relative;
	text-align: right;
}
#header #cart .heading {
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}
#cart .heading span, #cart .heading a {
	float: left;
}
#header #cart .heading span.pav-label {
	padding: 5px;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}
#header #cart .heading span.pav-icon {
	background-image: url(../image/spite.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
}
#header #cart .heading span.pav-icon {
	background-position: 0 0;
}
#header #cart .heading a {
	color: #646565;
	text-decoration: none;
	padding: 6px 0;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat transparent;
	padding-right: 10px;
}
#header #cart .content, .pav-search-panel {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	clear: both;
	padding: 8px;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
#header #cart .content {
	display: none;
	min-height: 150px;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 10;
	width: 284px;
}
#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 #e4e4e4;
}
.mini-cart-info .image {
}
.mini-cart-info .image img {
	border: 0;
	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-info .image a {
	display: block;
}
.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 .checkout a {
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 0;
}
#header #cart .checkout a:first-child {
	margin-right: 3px;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	height: auto;
	line-height: normal;
	padding: 12px 0 0 0;
}
#header .button-search {
	background-image: url('../image/spite.png');
	background-position: 0 -77px;
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
	cursor: pointer;
}
#header #search input {
	margin: 0;
	padding: 5px 7px;
	width: 150px;
	border: 1px solid #E3E3E3;
	height: 30px;
	line-height: 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 5px 0 #EAEAEA inset;
	-moz-box-shadow: 0 0 5px 0 #EAEAEA inset;
	-ms-box-shadow: 0 0 5px 0 #EAEAEA inset;
	-o-box-shadow: 0 0 5px 0 #EAEAEA inset;
	box-shadow: 0 0 5px 0 #EAEAEA inset;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#header #search input:focus {
	outline: medium none;
	width: 210px;

	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#header #welcome, #header #links {
	color: #818181;
	line-height: normal;
	padding: 10px 0;
	height: auto;
}
#header #welcome a:hover {
	text-decoration: underline;
}
#links a {
	padding: 0 4px;
	text-decoration: none;
}
#links a.first {
	padding-left: 0;
}
#links a.last {
	padding-right: 0;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}


/*show-mobile*/
.show-mobile {
    margin: 5px 0;
}
.show-mobile:before, .show-mobile:after {
    content: " ";
    display: table;
}
.show-mobile:after {
    clear: both;
}
.show-mobile > div {
    margin: 0;
    padding: 0;
    position: relative;
}
.show-mobile > div:hover .inner-toggle {
    display: block;
}
.show-mobile .quickaccess-toggle {
    background-color: #21A6DF;
    border: 1px solid #1e95c8;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin-left: 1px;
    text-align: center;
    width: 28px;
}
.show-mobile .quickaccess-toggle:hover {
    background-color: #1e95c8;
    color: #FFFFFF;
}
.show-mobile .inner-toggle {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #1e95c8;
    border-style: solid;
    border-width: 5px 1px 1px;
    display: none;
    min-width: 170px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99999;
}
.show-mobile ul, .show-mobile .links {
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.show-mobile ul li, .show-mobile .links li {
    display: block;
    float: none;
}
.show-mobile ul.links li > a span {
    margin-right: 10px;
}
.show-mobile ul a, .show-mobile .links a,.show-mobile a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: medium none;
    float: none;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
.show-mobile ul a:hover, .show-mobile .links a:hover,.show-mobile a:hover {

}
#search_mobile .inner-toggle {
}
.show-mobile #search-m {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    right: 0;
    top: 0;
}
.show-mobile #search-m .button-search{
    cursor: pointer;
    background: none;
    position: absolute;
    right: -12px;
    top: -42px;
}
.show-mobile .currency, .show-mobile .language {
    margin: 0 5px;
    padding: 4px 0;
}
.show-mobile .currency .dropdown-menu,.show-mobile .language .dropdown-menu {
    left: 0;
    right: auto;
}

.show-mobile .currency button,.show-mobile .language button {
    height: 30px;
    padding: 0 10px;
}

.breadcrumb {
	margin: 0;
	padding: 5px 0;
	height: auto;
	line-height: 30px;
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;	
	border-radius: 0;
}
.success {
	background: #01A31C url('../image/success.png') 10px center no-repeat;
	border: 1px solid #01A31C;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;	
	border-radius: 0;
	color: #FFFFFF;
}
#notification a {
	color: #FFFFFF;
}
.warning {
	background: #D44A26 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #D44A26;
	color: #FFFFFF;
	
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;


	-webkit-border-radius: 0;
	-moz-border-radius: 0;	
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;	
	border-radius: 0;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 6px;
	padding-left: 6px;
	cursor: pointer;

	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	
}
.error .close {
	margin-top: 8px;
}
.required {
	color: #D21F45;
	font-weight: 600;
}
.error {
	display: block;
	color: #FFFFFF;
	background: #BC1C48 none;
	border: 1px solid #BC1C48;
	padding: 8px;
}
.error a {
	color: #FFFFFF;
}
.help {
	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 input[type="text"] {
	margin: 0;
}
table.form tr td:first-child {
	width: 23%;
}
table.form > * > * > td {
	color: #6E6F70;
}
table.form td {
	padding: 4px;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0;
}
input.large-field, select.large-field {
	width: 93%;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
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: 600;
}
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{
	background: #efefef;
	padding: 10px;
	margin: 0;
}
.pagination .links {
	float: left;
	overflow: hidden;
}
.pagination .links a,.pagination .links b{
	border: 1px solid #b7b7b7;
	padding: 0;
	margin: 0 5px 0 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	float: left;
	text-decoration: none;
	color: #adadad;
	text-align: center;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 12px;
	font-family: 'Gautami';
}
.pagination .results {
	float: right;
	padding: 0;
	margin: 0;
	line-height: 22px;
	height: auto;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;	
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.pav-product-grid .cart a.button, .pav-product-grid .cart input.button {
	color: #818181;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
}
input.button {
	border: 0 none;
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 5px 10px;
}
input, button {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.cart input.button {
	color: #666666;
}
a.button:hover, input.button:hover {
	outline: none;
}
a.button:hover {
	color: #FFFFFF;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #e4e4e4;
	padding: 1.5%;
	margin: 0;
	overflow: hidden;
}
.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;
}
form .buttons {
	border-top: 0px;
}
.htabs {
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #e4e4e4;
}
.htabs a {
	border-right: 1px solid #e4e4e4;
	padding: 10px 2%;
	float: left;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #6E6F70;
	margin: 0;
	display: none;
}
.htabs a.selected {
	outline: none;
}
.tab-content {
	padding: 2.5%;
	z-index: 2;
	overflow: visible;
}
.pav-view-bottom .tags {
	padding: 0 2.5% 10px;
}
.tab-content b {
	font-weight: 600;
}
#tab-description h3 {
	font-size: 18px;
}
#tab-description ul {
	margin: 0 0 10px 25px;
	line-height: 20px;
}
#tab-description ul li {
	line-height: 20px;	
}
/* box */
.sidebar .box .box-content{
	padding: 15px;
	border: 1px solid #E4E4E4;
}
.sidebar .product-grid{
	border:0;
}
.box {
	margin: 20px 0 0 0;
	padding: 0;
	border: 1px solid #e4e4e4;
}
.box .box-content {
	padding: 0;
	margin: 0;
}
.box .box-content p {
	padding: 0;
	height: auto;
	line-height: normal;
}
/* box product tag */
.pav-block-tag .box-heading {
	background: #88b828;
}
.pav-block-tag .box-content {
	border-style: solid;
	border-color: #e4e4e4;
	border-width: 0 1px 1px 1px;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 0;
	margin: 0;
	border: 0;
}
.box-product .name a {
}
.box-product .price {
	display: block;
	font-weight: 600;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}

.box-product .rating {
	display: block;
	margin-bottom: 4px;
}

/* box category */

.sidebar ul, .sidebar ul > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul > li {
	border-width: 0 1px 1px 1px;
	border-color: #e4e4e4;
	border-style: solid;
	padding: 8px 10px;
	background-image: url(../image/arrow-mainmenu.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	overflow: hidden;
}
.sidebar ul > li:hover {
	background-image: url(../image/arrow-mainmenu-blue.png);
}
.sidebar ul > li > a {
	text-decoration: none;
	color: #6a6e73;
	font-size: 12px;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 20px;
}

.sidebar ul > li ul {
	display: none;
	margin: 5px 0 0 0;
}
.sidebar ul > li a.active {
	outline: none;
}
.sidebar ul > li a.active + ul {
	display: block;
}
.sidebar ul > li ul > li {
	background: none transparent;
}
.sidebar ul > li ul > li:first-child {
	outline: none;
}
.sidebar ul > li ul > li > a {
	text-decoration: none;
	display: block;
	background-color: transparent;
	background-image: url("../image/arrow-mainmenu.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 0 0 0 18px;
	padding-left: 20px;
}
.sidebar ul > li ul > li > a:hover {
	background-image: url("../image/arrow-mainmenu-blue.png");
}

.sidebar ul > li .subcat{
	float: right;
}

.sidebar ul > li .subcat a{
	float: left;
	width: 15px;
	height: 15px;
	text-indent: -99999px;
	background: url("../image/arrow_menu_hover.png") no-repeat 0 0;	
}

.sidebar ul > li .subcat a.aToggle{
	background: url("../image/arrow_menu_hover.png") no-repeat 0 0;		
}

.pav-lancur{
	overflow: hidden;
}



.sidebar ul.box-category ul {
	border-top: 1px solid #e4e4e4;
	margin: 8px -10px -8px -10px;
}
.pav-view-bottom, .pav-view-top {
	border: 1px solid #e4e4e4;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: 600;
	border-bottom: 1px solid #e4e4e4;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 1.5%;
	margin: 20px 0;
	border: 1px solid #e4e4e4;
	overflow: hidden;
}
#content .content .pav-label {
	margin-bottom: 10px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
#content .account .content {
	margin: 0;
}
#content .login-content .content {
	padding: 4%;
	margin: 0;
}
#content .account .content ul li {
	line-height: 20px;
}
#content .transaction .buttons, #content .reward .buttons {
	border-top: 0px;
}
/* category */
.pav-category {
	position: absolute;
	top: -130px;
	width: 100%;
}
.category-info {
	padding: 0;
	position: relative;
}
.category-info .image {
	padding: 0;
	margin: 0;
	height: auto;
	line-height: normal;
}
.category-info p {
	margin-bottom: 0;
	margin-top: 0;
}
.category-list {
	margin: 10px 0;
	padding: 10px;
	background: #EFEFEF;
}
.category-list h2 {
	margin: 0 5px 0 0;
	padding: 0;
	height: auto;
	line-height: normal;
	font-size: 12px;
	font-weight: 600;
	float: left;
}
.category-list ul {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
	list-style: none;
	float: left;
}
.category-list ul li {
	float: left;
	margin: 0 5px;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #E4E4E4;
	padding: 5px;
	margin-bottom: 20px;
}
.manufacturer-heading {
	font-size: 15px;
	font-weight: 600;
	padding: 5px 8px;
	margin-bottom: 6px;
	color: #FFFFFF;
}
.manufacturer-heading a {
	color: #FFFFFF;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter b {
	font-weight: normal;
}
.product-filter{
	line-height: normal;
	height: auto;
	font-size: 12px;
	background: #efefef;
	border-style: solid;
	border-color: #e4e4e4;
	padding: 10px;
	overflow: hidden;
}
.product-filter {
	border-width: 1px 1px 0;
	margin: 0;
}
#content .product-filter .display {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 30px;
}
#content .product-filter .display ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
	line-height: normal;
}
#content .product-filter .display ul li {
	float: left;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 7px;
}
#content .product-filter .display .pav-icon {
	background-image: url("../image/list-spite.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 2px 0 0 0;
	padding: 0;
	float: left;
	text-indent: -99999px;
}
#content .product-filter .display li.grid .pav-icon {
	background-position: 0 0;
	width: 11px;
	height: 11px;
	margin-top: 3px;
}
#content .product-filter .display li.grid .pav-icon.active {
	background-position: -11px 0;
}
#content .product-filter .display li.grid .pav-icon:hover {
	background-position: -11px 0;
}
#content .product-filter .display li.list .pav-icon {
	background-position: -22px 0;
	width: 13px;
	height: 13px;
}
#content .product-filter .display li.list .pav-icon.active {
	background-position: -35px 0;
	width: 13px;
	height: 13px;
}
#content .product-filter .display li.list .pav-icon:hover {
	background-position: -35px 0;
}
#content .product-filter .sort {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 30px;
}
.product-filter .display a {
	font-weight: normal;
}
.product-filter .sort {
	margin: 0;
	padding: 0;
}
#content .product-filter .limit {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 30px;
}
#content .product-filter .product-compare {
	outline: none;
	border: 0 none;
}
#content h1 {
	font-size: 30px;
	height: 50px;
	line-height: 35px;
	margin-bottom: 0;
	margin-top: 40px;
	position: absolute;
	top: -130px;
	text-align: center;
	width: auto;
	margin-left: 0;
	left: 30%;
}
.product-compare a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 7px 18px;
	float: right;
}
.product-compare a:hover {
	color: #ffffff;
}
.product-list {
	margin: 0;
	padding: 0;
	border: 1px solid #E4E4E4;
}
.product-list [class*=pav-span]{
	border-bottom: 1px solid #E4E4E4;
}
.product-list [class*=pav-span]:last-child{
	border-bottom: none;
}
.sidebar .product-list{
	border: none;
}
.product_block .pav-action div {
	float: left;
}
.search .span2 {
	padding-top: 5px;
}
.search .sright .span6 input[type='checkbox'], .search .sright .span6 label[for='sub_category'] {
	float: left;
}
.search .sright .span6 input[type='checkbox'] {
	margin-top: 7px;
	margin-left: 5px;
}
.search .sright .span6 label[for='sub_category'] {
	margin-top: 4px;
	margin-left: 5px;
}
.product-list .image {
	margin: 0;
	padding: 0;
	line-height: normal;
	height: auto;
}
.product-list .image img {
	padding: 0;
	margin: 0;
}
.product-list .image a {
	display: block;
}
.product-list .name {
	margin: 0 0 7px 0;
	padding: 0;
	height: auto;
	line-height: 0;
}
.product-list .name a {
	color: #333333;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.product-list .description {
	line-height: normal;
	height: auto;
	margin: 10px 0;
	padding: 0;
}
.product-list .description p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
}
.product-list .rating {
	margin: 5px 0;
	padding: 0;
}
.product-list .price {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
	font-size: 16px;
	color: #d21f45;
}
.product-list .price span {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
}
.product-list .price-old {
	text-decoration: line-through;
	padding-right: 5px;
	font-size: 16px;
}
.product-list .price-new {
	color: #d21f45;
}
.product-list .price-tax {
	outline: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.product-list .cart {
	margin: 0 25px 0 0;
	padding: 0;
}
.product-list .wishlist, .product-list .compare {
	float: left;
	margin: 0;
	padding: 2px;
	text-indent: -99999px;
}
.product-list .wishlist a {
	padding: 0;
	margin: 0;
	line-height: normal;
}
.product-list .compare a {
	padding: 0;
	margin: 0;
	line-height: normal;
}
.product-grid {
	margin: 0;
	padding: 0;
	border: 1px solid #e4e4e4;
}
.product-grid .row-fluid > div, .product-list .row-fluid > div
{
	position: relative;
	margin-left: 0;
}
.product-grid [class*=pav-span]{
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}
.product-grid [class*=pav-span]:last-child{
	border-right: none;

}
#related [class*=pav-span]{
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	margin-left: 0;
}
#related [class*=pav-span]:last-child{
	border-right: none;
}
#tab-related.box{
	border-bottom: none;
}

/* label for sale */

.product-label-special
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding: 5px 10px;    
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	z-index: 1;
	font-size: 13px;
	font-weight: normal;	
}

.sidebar .product-label-special{
	left: -9999em;
	top: -9999em;
}

.product-grid .image, .product_block .image {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;	
}

.product_block .image .product-zoom{
	text-decoration: none;
	outline: none;
	position: absolute;
	top: 3px;
	right: 5px;		
	z-index:9999;
	font-size: 16px;
}

.product_block .image .product-zoom .icon-zoom-in{
	font-size: 18px;
	float: left;
	width: 20px;
	height: 20px;
}

.product-grid .image a, .product_block .image a {
	display: block;
	text-align: center;
}
.product-grid .image img, .product_block .image img {
	padding: 0;
	margin: 0;
	border: 0;
}
.product_block h3,.product_block .name{
	line-height: 15px;
	margin: 10px 0 0;
	min-height: 50px;
	height: auto;
	padding: 0;
}

.sidebar .product_block{
	padding:0;
	border: 0;
}

.product-list .name,.product-list h3{
	margin-top: 0;
}
.product-list .name a,.product-list h3 a {
	color: #333333;
	font-weight: 600;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.product-grid .description, .product_block .description {
	margin: 0;
	padding: 0;
	line-height: normal;
	height: 40px;
	min-height: 40px;
	height: auto !important;
	font-size: 11px;
	line-height: 15px;
}
.product-list .product_block .description {
	min-height: 45px;
	height: auto !important;
}
.box .description, .box .product_block .description {
	min-height: 50px;
	height: auto !important;
}
.product-grid .description p, .product_block .description p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 1.5em;
}
.product-grid .rating, .product_block .rating {
	display: block;
	margin-bottom: 15px;
	height: 15px;
}
.product-grid .price, .product_block .price {
	display: block;
	font-weight: normal;
	color: #d21f45;
	height: 40px;
	min-height: 40px;
	height: auto !important;
	font-size: 16px;
}

.product-grid .price-old, .product_block .price-old {
	text-decoration: line-through;
	padding-right: 5px;
	font-size: 16px;
}
.product-grid .price .price-tax, .product_block .price .price-tax {
	display: none;
}
.product-grid .pav-action .cart, .product_block .pav-action .cart {
	padding-right: 5%;
}
.product_block .pav-action .cart {
	margin-right: 10px;
}
.product-grid .cart, .product-list .cart, .product-info .pav-cart, .product_block .pav-action .cart, .compare .cart {
	padding: 0 0 0 27px;
	height: 27px;
	line-height: 27px;
	background: url('../image/cart-blue.png') no-repeat 0 50%;
}
.compare .cart {
	float: none;
	text-align: center;
	margin: 0 auto;
	width: 50%;
}
.product-grid .cart, .product-list .cart {
	float: left;
}
.product-grid .cart .button, .product-list .cart .button, .product-info .pav-cart .button, .product_block .pav-action .cart .button, .compare .cart .button {
	background: #ffffff;
	font-weight: normal;
	border-color: #e4e4e4;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	float: left;
	height: 27px;
	line-height: 27px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
	-webkit-text-shadow: none;
}
.product_block .pav-action .cart .button, .compare .cart .button {
	padding: 4px 8px;
	margin: 0;
	height: auto;
	line-height: normal;
}
.product-grid .wishlist, .product-grid .compare, .product_block .pav-action .wishlist, .product_block .pav-action .compare {
	margin: 0;
	padding: 2px;
	text-indent: -99999px;
	float: left;
}
.pav-action .wishlist a, .pav-action .wishlist a {
	background-position: 0 -302px;
	margin: 0;
}
.pav-action .wishlist a:hover, .pav-action .wishlist a:hover {
	background-position: -23px -302px;
}
.pav-action .compare a, .pav-action .compare a {
	background-position: -46px -302px;
}
.pav-action .compare a:hover, .pav-action .compare a:hover {
	background-position: -69px -302px;
}
.product-grid .wishlist a, .product-grid .compare a, .product-list .wishlist a, .product-list .compare a, .product_block .pav-action .wishlist a, .product_block .pav-action .compare a {
	background-image: url('../image/spite.png');
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	width: 23px;
	height: 23px;
}
.product_block {	
	border: 3px solid transparent;	
	padding: 20px;
	margin: 0;
	height: auto;
	line-height: normal;	
}
.product_block:hover{
	border-color: #30ADE7;
}

/* OVERRIDE ME */
.span9 #content {
	margin-top: 20px;
}
/* Product */
.product-info {
	margin-bottom: 20px;
}
#content .product-info h1 {
	height: auto;
	left: 30%;
	line-height: normal;
	margin-bottom: 0;
	padding: 0;
	top: -140px;
	font-weight: 300;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {	
	float: left;
	margin: 0;
	padding: 3%;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.product-info .image-additional {
	margin: 0 -15px 0 0;
	padding: 10px;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #e4e4e4;
}
.image-additional .item{
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product-info .description {
	border: 0;
	padding: 0;
	margin: 5px 0 15px;
	line-height: 1.5em;
}
.product-info .description span {
}
.product-info .description a {
	text-decoration: none;
}
.product-info .pav-action {
	margin-top: 12px;
}
.product-info .price {
	border: 0;
	padding: 0px;
	margin: 0;
	text-align: left;
	font-size: 13px;
}
.product-info .price span.price-old {
	text-decoration: line-through;
	font-size: 15px;
	color: #d21f45;
}
.product-info .price span.price-new {
	font-size: 15px;
	color: #d21f45;
}
.product-info .price-tax {
	font-size: 15px;
	color: #d21f45;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
}
.product-info .price span {
	font-size: 100%;
}
.product-info .options {
	border: 0;
	margin: 0;
	padding: 0;
}
#content .product-info .options h2 {
	font-weight: 500;
}
.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 #E4E4E4;
	cursor: pointer;
}
.product-info .cart {
	border: 0;
	padding: 6px 0 0 0;
	margin: 0;
	height: auto;
	line-height: normal;
	text-align: right;
}
.product-info .cart .pav-add-to-cart input[type="text"] {
	width: 28px;
	height: auto;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}
.product-info .quantity-adder .add-up {
    top: 0;
}
.product-info .quantity-adder .add-down {
    bottom: 0;
}
.product-info .quantity-adder .add-action {
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: -13px;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
}
.product-info .review {
	border: 0;
	margin: 0;
	padding: 0;
}
.product-info .review > div {
	padding: 8px 0;
	line-height: normal;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.product-info .links a span {
	float: left;
}
.product-info .links a span.icon {
	background-image: url("../image/spite.png");
	width: 23px;
	height: 23px;
}
.product-info .links a span.text {
	padding: 3px 8px;
}
.product-info .links a.wishlist span.icon {
	background-position: 0 -302px;
}
.product-info .links a.compare span.icon {
	background-position: -46px -302px;
}
.product-info .links a.wishlist:hover span.icon {
	background-position: -23px -302px;
}
.product-info .links a.compare:hover span.icon {
	background-position: -69px -302px;
}
.product-info .links a.wishlist {
	margin-right: 10px;
}
.product-info .pav-cart .button {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	line-height: 20px;
}
.product-info .pav-qty {
	padding: 0;
	position: relative;
}
.search .product-grid .box {
	width: 25%;
	margin: 0;
	float: left;
}
.search .product-list .box {
	width: 100%;
	display: block;
}
.product-info #tab-related {
	padding: 0;
	margin-bottom: 0;
}
#tab-related .image{
	border: 0;
	padding: 0;
	float: none;
	position: relative;
}

#tab-related .product-grid{
	border: 0;
}
	/*slide*/
#related .carousel-controls{
	position: relative;
}
#related .carousel-controls a.carousel-control{
    cursor: pointer;
    font-size: 22px;
    height: 30px;
    line-height: 20px;
    margin-top: -40px;
    width: 30px;
	}
#related .carousel-control.left{
	right: 4%;
	left: auto;
}
#related .carousel-control.right{
	right: 0;
}
	/*end slide*/
input[type="file"] {
	cursor: pointer;
	font-size: 100% !important;
	margin: 0;
	padding: 0;
	position: static !important;
}
.product-info .options span.warning, .product-info .options span.error, .checkout span.error, .checkout span.warning {
	margin-top: 10px;
}
#review .content {
	margin: 0;
}
.review-list {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #6E6F70;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #6E6F70;
	font-size: 14px;
	font-weight: 600;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #6E6F70;
	font-weight: 600;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.compare-info .name a {
	font-weight: 600;
}
.compare-info .price-old {
	font-weight: 600;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: 600;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	font-weight: 600;
	background-color: #F7F7F7;
	border-bottom: 1px solid #e4e4e4;
}
.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 #e4e4e4;
}
.wishlist-info tbody .image img {
	border: 1px solid #e4e4e4;
}
.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 {
	margin-bottom: 20px;
}
.login-content b {
	font-weight: 600;
}
.login-content .content p {
	outline-style: none;
}
.login-content .pav-col-1 {
	height: auto;
}
.login-content .pav-col-2 {
	height: auto;
}
.login-content .pav-col-2 .content p {
	margin: 0 0 15px 0;
	padding: 0;
}
.login-content .content p.pav-content {
	margin: 15px 0 25px;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: 600;
}
/* 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 #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
}
.return-model {
	float: left;
	width: 31%;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
}
.return-opened {
	float: left;
	width: 31%;
}
.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 #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	font-weight: 600;
	background-color: #F7F7F7;
	border-bottom: 1px solid #e4e4e4;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #e4e4e4;
}
.cart-info tbody .image img {
	border: 1px solid #e4e4e4;
}
.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: 0;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: 600;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border: 1px solid #e4e4e4;
	padding: 5px;
	margin: 0;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
.quantity input[type="text"] {
    text-align: center;
    width: 24px;
}
/* checkout */
.checkout div.buttons {
	padding: 2.555555%;
}
.checkout-heading {
	background: #E9E9EA;
	border: 1px solid #E4E4E4;
	padding: 8px;
	font-weight: 600;
	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;
}
.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 #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	font-weight: 600;
	background-color: #F7F7F7;
	border-bottom: 1px solid #e4e4e4;
}
.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 #e4e4e4;
}
.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 #e4e4e4;
}
.pav-input-captcha {
	margin: 0 0 10px 0 !important;
}
.contact-info {
	margin: 0;
	padding: 0;
}
#content .contact-info .content {
	margin: 0;
}
#content form .content {
	margin: 0;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}

#contact-map {
    margin-bottom: 20px;
}
.contact-customhtml {
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
}
.contact-address{ 
    margin-bottom: 25px;
	}
.contact-address ul li{
        padding:  10px 0;
        border-bottom: 1px dashed #ccc;
		}
.contact-address ul li i {
                color: #888;
            float: left;
            font-size: 25px;
            line-height: 40px;
            text-align: center;
        }
.contact-address ul li span {
            display: inline-block;
            padding-left: 15px;
        }


.contact-customhtml ul li {
        padding: 7px 0;
		}
.contact-customhtml ul li i {
           background-color: #676767;
		color: #FFFFFF;
		float: left;
		font-size: 20px;
		margin-top: 5px;
		padding: 8px 5px 6px 10px;
        }
.contact-customhtml ul li span {
            display: inline-block;
            padding-left: 5px;
        }



.sitemap-info {
	margin-bottom: 40px;
	margin-top: 15px;
}
.sitemap-info .inner {
	padding-left: 8.8%;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info ul {
	margin: 0;
	padding: 0;
}
.sitemap-info ul li {
	margin: 5px 0;
	list-style-type: disc;
}
.sitemap-info ul.level1 {
	padding-left: 7%;
}
.sitemap-info ul.level1 li {
	list-style-type: circle;
}
.sitemap-info ul.level2 {
	padding-left: 10%;
}
.sitemap-info ul.level2 li {
	list-style-type: square;
}
/* footer */
#footer {
	clear: both;
	min-height: 100px;
	margin-top: 0;
	width: 100%;
}
#pav-mass-bottom{
	padding: 1.5%;
	border-top: 1px solid #e4e4e4;
	background: #f5f5f5;
}

#footer .footer-top{
	margin: 0;
	padding: 0;
}

#footer .footer-top .box{
	margin: 0;
	padding: 0;
	border: 0;
}

#footer .footer-top .box .box-content{
	margin: 0;
	padding: 0;
}

.footer-center {
	padding: 1.5%;
	border: 0;
	color: #8a8a8a;
	background: #19468a url(../image/bg-footer-center.png) repeat-x 0 0;
}
.footer-center .box, #footer .box {
	border: 0;
	margin: 0;
}
.footer-center .box .box-heading, #footer .box .box .box-heading, .footer-center h3 {
	background: none repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 15px;
	height: auto;
	line-height: 18px;
	margin: 25px 0;
	padding: 0;
	border: 0;
	font-weight: 600;
}
#footer .footer-center .pav-about ul li {
	line-height: 30px;
}
#footer .footer-center label {
	font-weight: bold;
	line-height: 12px;
	font-size: 12px;
	color: #d8d8d8;
	display: block;
	cursor: text;
}
#footer .footer-center .box .box-content, #footer .box .box-content {
	padding: 0;
	margin: 0;
	border: 0;
}
#footer .footer-center .pav-social ul li {
	overflow: hidden;
	clear: both;
}
#footer .footer-center .pav-social ul li a {
	background-image: url("../image/social.png");
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	margin: 0 1px 1px 0;
	padding: 0;
	text-indent: -999em;
	width: 29px;
}


/*Fix for ie 10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.footer-center .pav-social ul {
	width: 105%;
}
}

.pav-blogs .read-more {
	margin-top: 20px;
}
.pav-blogs .pav-pagination {
	margin-top: 20px;
}
#footer .footer-center .pav-social ul li a.facebook {
	background-position: 0 0;
}
#footer .footer-center .pav-social ul li a.facebook:hover {
	background-position: -30px 0;
}
#footer .footer-center .pav-social ul li a.twitte {
	background-position: 0 -30px;
}
#footer .footer-center .pav-social ul li a.twitte:hover {
	background-position: -30px -30px;
}
#footer .footer-center .pav-social ul li a.dribbble {
	background-position: 0 -60px;
}
#footer .footer-center .pav-social ul li a.dribbble:hover {
	background-position: -30px -60px;
}
#footer .footer-center .pav-social ul li a.vimeo {
	background-position: 0 -90px;
}
#footer .footer-center .pav-social ul li a.vimeo:hover {
	background-position: -30px -90px;
}
#footer .footer-center .pav-social ul li a.google {
	background-position: 0 -120px;
}
#footer .footer-center .pav-social ul li a.google:hover {
	background-position: -30px -120px;
}
#footer .footer-center .pav-social ul li a.email {
	background-position: 0 -150px;
}
#footer .footer-center .pav-social ul li a.email:hover {
	background-position: -30px -150px;
}
#footer .footer-center .pav-social ul li a.rss {
	background-position: 0 -180px;
}
#footer .footer-center .pav-social ul li a.rss:hover {
	background-position: -30px -180px;
}
#footer .footer-center .box ul.jta-tweet-list {
	margin: 0;
	padding: 0;
}
#footer .footer-center .box ul.jta-tweet-list li {
	border-bottom: 1px solid #444444;
	padding-top: 20px;
}
#footer .footer-center .box ul.jta-tweet-list li div.jta-tweet-body {
	padding-left: 46px;
	background: url("../image/tweet-footer.png") no-repeat scroll 0 4px transparent;
}
#footer .footer-center .box ul.jta-tweet-list a:hover {
	text-decoration: underline;
}
#footer .footer-center .box ul.jta-tweet-list li:last-child {
	border: 0;
}
#footer .footer-center .box ul.jta-tweet-list li:first-child {
	padding-top: 0px;
}
#footer .footer-center .box .jta-tweet-list-controls {
	display: none;
}
#footer .footer-center .pav-about ul {
	margin-top: -10px;
}
#footer .footer-center .pav-about ul li:first-child a {
	background-position: 0 35%;
}
#footer .footer-center .pav-about ul li a {
	background-image: url("../image/farrow.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
}
#footer .footer-center .pav-about ul li a:hover {
	background-image: url("../image/farrow-blue.png");
}
#footer .footer-center a.cboxElement {
	float: left;
	margin: 0 5px 5px 0;
}
#footer .footer-center .box .box-content h4 {
	margin: 0 0 0 15px;
	padding: 0;
	height: auto;
	line-height: 0;
}
#footer .footer-center .box .box-content .media .pull-left {
	margin: 0;
	float: left;
}
#footer .footer-center .box .box-content h4 a {
	font-size: 12px;
	line-height: 17px;
}
#footer .footer-center .box .box-content p {
	margin-top: 10px;
	line-height: 16px;
	font-size: 12px;
}
.pavblog-latest > div {
	padding: 25px 0;
	border-bottom: 1px solid #444444;
}
.pavblog-latest > div:first-child {
	padding-top: 0;
}
.pavblog-latest > div:last-child {
	padding-bottom: 0;	
	border: 0;
}
.footer-center .gallery h3 {
	text-transform: capitalize;
}
.footer-center .subscribe {
	margin-bottom: 15px;
}
.footer-center .subscribe input[type='text'] {
	height: 31px;
	float: left;
	padding: 5px;
	width: 179px;
}
.footer-center .subscribe input[type='button'] {
	border: 0;
	background-image: url('../image/subscribe-button.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	width: 31px;
	height: 31px;
	float: left;
}
.footer-center .payment-method a {
	margin-right: 3px;
}
#footer .footer-bottom {
	padding: 20px;
}
#footer .box .box-content {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
#footer .box .box-heading {
	background: none;
	border: none;
	padding: 0;
	font-size: 14px;
	text-transform: capitalize;
	line-height: normal;
	height: auto;
	line-height: 18px;
}
#footer .box .box-heading span.tcolor {
	outline: none;
	color: #ffffff;
}
#footer h3 {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 25px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0;
	padding: 0;
	line-height: 31px;
}
#footer ul li a {
	text-decoration: none;
	outline-style: none;	
}
#footer ul li a:hover {
	text-decoration: underline;
}
#powered {
	margin: 0;
	padding: 18px 0;
	text-align: center;
	clear: both;
	background: #181818;
	color: #b9bcbd;
	font-size: 13px;
}
#powered a {
	font-size: 13px;
}
#powered nav ul li {
	float: left;
	padding: 10px 20px 0 0;
	line-height: 20px;
}
#powered nav ul li a {
	color: #b4b7b8;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
}
#powered address {
	padding: 0;
	margin: 0;
	line-height: 35px;
	font-weight: 600;
	font-size: 13px;
	text-align: right;
}
#powered address a {
	font-weight: 600;
}
/* footer top */
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	outline: none;
	border: 0;
}
/* Custom stylesheet */
.pav-topbar {
	background-color: #e9e9ea;
}
.pav-wrapper {
	background-image: url(../image/bg-mainmenu.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	min-height: 47px;
	height: 47px;
	height: auto !important;
	border-bottom: 3px solid #e8e8e8;
}
.pav-welcome, .pav-links, .pav-search {
	text-align: right;
}
.pav-search {
	padding: 0 9px 12px 0;
	position: relative;
}

.navbar-inner span[class*="hidden-"]{
	color: #FFFFFF;
	float: left;
	font-size: 115%;
	font-weight: bold;
	margin: 15px 0 0 12px;
	text-transform: uppercase;
}

#mainmenu .navbar {
	margin: 0;
	padding: 0;
}

.megamenu .mega-col .caret{
	/*position: absolute;
	top:-99999em;
	left: -99999em;*/
}

.megamenu .menu-title {
	font-weight: 600;
}

#mainmenu .navbar .navbar-inner {
	background-color: transparent;
	background-image: none;
	border: 0;
	border-radius: 0px;
	box-shadow: none;
	min-height: 47px;
	line-height: normal;
	padding: 0;
	margin: 0;
}
#mainmenu .navbar .navbar-inner ul.nav {
	margin: 0;
	padding: 0;
}
#mainmenu .navbar .navbar-inner ul.nav li a {
	font-size: 16px;
	padding-top: 13px;
	padding-bottom: 17px;
	color: #FFFFFF;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
}
#mainmenu .navbar .navbar-inner ul.nav li a:hover, #mainmenu .navbar .navbar-inner ul.nav li.open a {
	color: #1F1F1F;
	position: relative;
}
#mainmenu .navbar .navbar-inner ul.nav li a:hover b.caret, #mainmenu .navbar .navbar-inner ul.nav li.open a b.caret {
	background: url("../image/arrow_menu_hover.png") no-repeat 0 0;
}
#mainmenu .navbar .navbar-inner ul.nav li .dropdown-menu a {
	color: #696969;
	padding: 0;
	line-height: 31px;
	background-image: url("../image/arrow-menu.png");
	background-repeat: no-repeat;
	background-position: 10px 50%;
	display: block;
	font-size: 12px;
	padding-left: 30px;
}
#mainmenu .navbar .navbar-inner ul.nav li .dropdown-menu a:hover {
	color: #FFFFFF;
	background-image: url("../image/arrow-menu-hover.png");
}
#mainmenu .navbar .navbar-inner ul.nav li a b.arrow {
	border-color: transparent transparent #FFFFFF;
	border-style: solid;
	border-width: 10px;
	height: 0;
	left: 40%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	top: 27px;
	width: 0;
	display: none;
}
#mainmenu .navbar .navbar-inner ul.nav li.open .dropdown-submenu a b.arrow, #mainmenu .navbar .navbar-inner ul.nav li.open .dropdown-submenu a b.caret {
	display: none;
}
#mainmenu .navbar .navbar-inner ul.nav li.open a b.arrow {
	display: block;
}
#mainmenu .navbar .navbar-inner ul.dropdown-menu li a:hover, #mainmenu .navbar .navbar-inner ul.nav li ul.dropdown-menu li:hover a {
	color: #ffffff;
}
.product-grid .row-fluid .pav-span3:last-child .product_block {
	border-right: 0px;
}
/* Custom Slideshow */
#slideshow {
	margin: 0;
	padding: 0;
	background: url(../image/pav-bg-slideshow.png) repeat 0 0;
}
#slideshow .slide {
	margin: 0;
}
#slideshow .carousel-inner {
	overflow: hidden;
	margin: 0 0 2px;
	padding: 0;
}
/* Custom Block Welcome */
.pav-block-welcome {
	background: #d21f45;
	position: relative;
	margin: 0 0 10px;
	color: #FFFFFF;
}
.pav-block-welcome p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.box .pav-block-welcome .pav-arrow-left {
	background-image: url(../image/spite02.png);
	background-repeat: no-repeat;
	width: 38px;
	height: 84px;
	position: absolute;
	left: -38px;
	top: 0;
}
.box .pav-block-welcome .pav-arrow-left {
	background-position: 0 0;
}
.box .pav-block-welcome .pav-arrow-right {
	background-position: -38px 0;
}
.box .pav-block-welcome .pav-arrow-right {
	background-image: url(../image/spite02.png);
	background-repeat: no-repeat;
	width: 38px;
	height: 84px;
	position: absolute;
	right: -38px;
	top: 0;
}
.pav-block-welcome .pav-block-left {
	padding: 15px 0 15px 9px;
	text-align: left;
}
.pav-block-welcome .pav-block-right {
	padding: 16px 9px 16px 0;
	text-align: right;
}
.pav-search-panel {
	right: -10px;
	top: -10000px;
	z-index: 99;
	position: absolute;
}
.pav-search:hover .pav-search-panel {
	top: 35px;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
.pav-search-arrow {
	position: absolute;
	top: -1000px;
	right: -1px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 5px 5px;
}
.pav-search-arrow {
	border-color: transparent transparent #30ade7 transparent;
}
.pav-search:hover .pav-search-arrow {
	top: 30px;
	right: 15px;

	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	
}
.pav-block-welcome .pav-block-right a.btn {
	border: 1px solid #c41d40;
	background-image: none;
	background-color: #FFFFFF;
	padding: 10px 16px;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.pav-block-welcome .pav-block-left h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0 0 0px;
}
#slideshow .box {
	margin: 0;
	padding: 0;
	border: 0;
}
#slideshow .box .box-content {
	background-color: transparent;
	border: 0 none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
#slideshow .carousel-control {
	background-image: url(../image/arrow-slider.png);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 49px;
	height: 49px;
	border: 0;
	line-height: normal;
	margin-top: 20px;
	text-indent: -99999px;
	font-size: 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;


	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#slideshow .left {
	background-position: 0 -147px;
	left: -70px;
}
#slideshow .left:hover {
	background-position: -49px -147px;
}
#slideshow .right {
	background-position: -98px -147px;
	right: -70px;
}
#slideshow .right:hover {
	background-position: -147px -147px;
}
.pav-block-shipping {
	background: #88b828;
}
.pav-block-shipping h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 20px;
}
.pav-block-shipping p {
	padding: 0;
	height: auto;
	list-style: none;
	color: #FFFFFF;
	font-size: 19px;
}
.pav-block-sale .pav-block-content, .pav-block-spring .pav-block-content {
	margin: 5px 0 5px 12px;
}
/* Block Footer Top */
#pav-mass-bottom .box{
	margin: 0;
	padding: 0;
	border: 0px;
}

#pav-mass-bottom .box .box-content{
	margin: 0;
	padding: 0;
	border: 0;
}

.pav-block-spring .pav-block-content p {
	font-size: 18px;
}
.pav-block-extra {
	background: #d21f45;
}
.pav-block-extra p {
	margin-top: 10px;
}
.pav-block-extra p span {
	margin: 0 0 0 5px;
	text-transform: uppercase;
}
.pav-block-new-collection {
	background: #88b828;
}
.special_offers h3,.pav-special-offers h3 {
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	text-transform: none;
}
#pav-mass-bottom p {
	text-align: right;
	font-size: 18px;
}
.pav-category-info {
	margin: 0;
	padding: 0;
}
.pav-category-info h1 {
	font-weight: lighter;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-size: 48px;
}
#cboxContent #cboxCurrent, #cboxContent #cboxTitle {
	font-weight: 600;
}
.dropdown-menu {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	width: 200px;
	padding: 0;
	margin: 0;
	top: 103%;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: transparent;
}
#mainmenu .navbar .navbar-inner .nav > li.home {
	margin: 0;
	padding: 0;
}
#mainmenu .navbar .navbar-inner .nav > li.home a {
	width: 18px;
	height: 17px;
	padding: 0;
	margin: 15px 0 0;
	text-indent: -99999px;
	background-image: url("../image/spite.png");
	background-position: 0 -180px;
}
.navbar .nav > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu:before {
	display: none;
}

.navbar .nav > li:hover > .dropdown-menu{
	display: block;		
}

.navbar .megamenu div.dropdown-menu{	
	/*display: none;
	z-index: 99999;*/
}

#mainmenu .navbar .navbar-inner ul.dropdown-menu li a {
	padding: 0;
	margin: 0;
	font-size: 13px;
}
.open > .dropdown-menu {
	top: 47px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background: transparent none;
}
.pav-product-detail {
	background: #F4F4F4;
	border: 1px solid #E7E7E7;
	padding: 2%;
}
.pav-compare-wish {
	margin: 0;
	padding: 3% 0;
}
.pav-compare-wish .links a {
	float: left;
}
.pav-brand {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
}
.pav-brand p {
	margin-bottom: 15px;
}
.pav-brand b {
	font-weight: 600;
}
.pav-brand p a {
	text-decoration: underline;
}
/* Voucher */
.voucher {
	margin: 0;
	padding: 0;
}
table.form span.warning, table.form span.error, table.form span.success {
	margin-top: 10px;
}
.voucher form label {
	display: inline-block;
	margin-top: 3px;
	margin-left: 3px;
}
.voucher form .buttons {
	border-top: 1px solid #E4E4E4;
}
#pav-page-title, #sys-notification {
	background: url('../image/top_category.png') repeat-x 0 0;
}
#pav-page-title {
	min-height: 130px;
	height: auto !important;
	height: 130px;
}
.category-info h1 {
	font-size: 48px;
	height: 50px;
	left: 0;
	line-height: 45px;
	margin: 35px 0 0;
	padding: 0;
	position: absolute;
}
.category .sidebar, .category #content {
	margin-top: 20px;
}
.special h1 {
	margin-bottom: 35px;
}
.pav-content-bottom {
	padding: 2% 0 0 0;
	margin: 0;
	border-top: 1px solid #ededed;
	background-color: #FFFFFF;
}
.pav-content-bottom h3 {
	font-size: 28px;
	margin-top: 5%;
	margin-bottom: 5px;
}
.pav-content-bottom h3 span {
	color: #d21f45;
}
.pav-content-bottom .circlehover:hover {
	color: #FFFFFF;
}

.account-login input[type="password"]{
	height: 26px;
}

.circlehover {
	color: white;
	display: table;
	margin-top: 8%;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	height: 100px;
	width: 100px;
	line-height: 1.4;
	padding: 10px;
	position: relative;
	text-align: center;
	box-shadow: 3px 3px 1px rgba(199, 199, 199, 0.5);
	-webkit-box-shadow: 3px 3px 1px rgba(199, 199, 199, 0.5);
	-moz-box-shadow: 3px 3px 1px rgba(199, 199, 199, 0.5);
	-ms-box-shadow: 3px 3px 1px rgba(199, 199, 199, 0.5);
	-o-box-shadow: 3px 3px 1px rgba(199, 199, 199, 0.5);
	border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-o-border-radius: 50% 50% 50% 50%;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-ms-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	-webkit-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	-moz-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	-ms-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	-o-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.circlehover[data-align="right"] {
	float: right;
}
/* Change Theme Skin Style */
.circlehover:before, 
.product-label-special, 
.circlehover, .blog-header .created, 
.blog-item .readmore, #mainmenu .navbar .navbar-inner ul.dropdown-menu li:hover,
.product-compare a, .manufacturer-heading, 
a.button, input.button, #header #cart .checkout a, 
.sidebar .box .box-heading, .pav-block-spring-collection, 
.pav-wrapper, .megamenu .menu-content ul.dropdown-mega li:hover, 
.btn-small, .btn, .btn:hover, .btn:focus, .btn:active, 
.btn.active, .btn.disabled, .btn[disabled], 
.dropdown-menu-inner ul li a:hover, #off-canvas-nav 
{
	background-color: #19468a; /*#30ade7;*/
}
a:hover, #pav-mass-bottom h3 span, .pagination .links a:hover,.pagination .links b, .sidebar .comment-author, .pav-content-bottom h3, .sidebar .box .box-content .box-product .name a:hover, .pav-special-offers h3 span, .box a:hover, #powered a, .pav-brand p a, .pav-brand p a b, form .buttons a b, .pav-block-welcome .pav-block-right a.btn, #footer .box .box-heading span, .htabs a.selected, .product_block .pav-action .cart .button:hover, .product-grid .cart .button:hover, .product-list .cart .button:hover, .product-list .name a:hover, #header #welcome a, .sidebar ul > li a.active, .sidebar ul > li > a:hover, #header #cart .heading span.pav-label, .product-grid .name a:hover, .product_block h3.name a:hover, .cart input.button:hover, #mainmenu .navbar .navbar-inner ul.nav li .menu-content a.dropdown-toggle, .footer-center .box ul.jta-tweet-list a, .pav-content-bottom h3 span, .pav-showcase .container .span6:first-child span.tcolor, #powered nav ul li a:hover, #mainmenu .navbar .navbar-inner ul.nav li .menu-content a.dropdown-toggle:hover {
	color: #30ade7;
}
.pagination .links a:hover,.pagination .links b, 
#header #cart .content, .pav-search-panel
{
	border-color: #30ade7;
}
.pav-search-arrow {
	border-color: transparent transparent #30ade7 transparent;
}
.pav-search-arrow {
	border-color: transparent transparent #30ade7 transparent;
}
#mainmenu .navbar .navbar-inner ul.nav li ul.dropdown-mega li:hover a {
	color: #FFFFFF;
}
/* End Theme Skin Style */
.circlehover:before {
	content: "";
	height: 30px;
	width: 30px;
	left: 7px;
	top: 7px;
	position: absolute;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
}
.circlehover[data-position="top-left"]:before {
	left: 7px;
	top: 7px;
}
.circlehover span {
	font-weight: 600;
	font-style: italic;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	color: #FFFFFF;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}
.circlehover.with-symbol > span.symbol {
	bottom: 0;
	display: block;
	left: 0;
	line-height: 130px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.pav-special-offers h3 {
	font-size: 22px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: normal;
}
/* PRODUCT VIEW */
.product-view {
	margin: 0;
	padding: 0;
}
.product-view .pav-view-top {
	margin-bottom: 20px;
}
.product-view .pav-view-content {
	margin: 0;
	padding: 0 4%;
}
.product-view .pav-view-top .span7 {
	border-left: 1px solid #e4e4e4;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#sys-notification .error, #sys-notification .warning, #sys-notification .success {
	margin-top: 60px;
}
/* Home page */
.content-top {
	margin: 0;
	padding: 0;
}
.content-top .productcarousel {
	padding: 0;
}
.sidebar .box {
	margin-top: 0;
	margin-bottom: 10px;
	border: 0px;
}
.sidebar .box.pav-banner .image {
	float: none;
}
.sidebar .box .box-heading {
	color: #FFFFFF;
	padding: 9px 5%;
	margin: 0;
	border: 0;
	font-size: 16px;
}
.box .box-heading {
	margin: 0;
	padding: 10px 2%;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 19px;
	font-weight: 400;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #e4e4e4;
}
.featured .box-content .row-fluid {
	border-bottom: 1px solid #e4e4e4;
}
.sidebar .featured .box-content .row-fluid {
	border: 0;
}
.sidebar .box .box-product .product-block {
	width: 100%;
}
.sidebar .box .box-product .product-block .product-inner {
	border: 0 !important;
	height: auto;
	min-height: inherit;
}
.sidebar .box .box-product .product-block .product-inner .product_block {
	padding: 0;
}
.featured .box-content .row-fluid:last-child {
	border-bottom: 0;
}
.featured .box-content .product-block:nth-child(4) .product-inner, .featured .box-content .product-block:nth-child(8) .product-inner, .featured .box-content .product-block:nth-child(12) .product-inner, .featured .box-content .product-block:nth-child(16) .product-inner, .featured .box-content .product-block:nth-child(20) .product-inner {
	border-right: 0;
}
.box.featured .product-block:last-child .product-inner {
	border-right: 1px solid #e4e4e4;
}
.featured .box-content .product-inner {
	min-height: 210px;
	height: 210px;
	height: auto;
}
.content-bottom .bestseller .box-heading {
	border-bottom: 0;
}
.content-page .box.productcarousel .box-heading{
	position: relative;
	margin-left: 0;
	padding-left: 0;
	border:0;
}
.page-home .content-page .product-grid{
	border:0;
}

.content-page .box .product-grid .pav-action > div{
	float: left;
	display: block;	
}

.content-page .box .product-grid .pav-action .wishlist,
.content-page .box .product-grid .pav-action .compare{
	padding: 2px 3px;
}

.content-page .box.pav-custom{
	border-width:0;
}

.no-border.pav-sale-off, .no-border.pav-spring{
	border: 0;
}

.content-bottom .highlight{
	border:0;
}

.content-bottom .highlight .box-heading:before {
	background: url("../image/br-block.png") repeat-x scroll 0 0 transparent;
	content: "";
	height: 7px;
	left: 9%;
	position: absolute;
	top: 45%;
	width: 83%;
}

.content-page .product-grid .pav-action .button{
	background-color: transparent;
}
.content-bottom .product_block {
	padding: 0;
	text-align: center;
	position: relative;
}
.content-bottom .product_info {
	padding: 7%;
}
.content-bottom .productcarousel .carousel-controls a.right {
	left: 65px;
}
.content-bottom .productcarousel .carousel-controls a.left {
	left: 35px;
}
.pav-showcase .container .span6:last-child span.tcolor {
	color: #d21f45;
}

.product-img-box{
	position: relative;
}
.productcarousel .product-block{
	border-right: 1px solid #E4E4E4;
	margin-left: 0 !important;
}
.productcarousel .product-block:last-child{
	border-right: none;
}
.content-bottom .highlight .box-content {
    border: 1px solid #E4E4E4;
}
/* Edit for menu default */

ul.nav li.deeper ul.dropdown-menu li {
	background-image: url("../image/arrow-menu.png");
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding: 5px;
}
ul.nav li.deeper ul.dropdown-menu li:hover {
	background-image: url("../image/arrow-menu-hover.png");
	color: #FFFFFF;
}
ul.nav li.deeper ul.dropdown-menu {
	padding: 10px;
}
ul.nav li.deeper a.dropdown-toggle b.arrow {
	position: absolute;
}
.panel-inner .btn-small {
	height: 28px;
	color: #FFF;
}
.sidebar .box-product {
	outline: none;
}
.sidebar .product-block {
	margin-bottom: 10px;
}
.sidebar .product-inner {
	padding: 0;
	overflow: hidden;
}
.sidebar .cart {
	display: none;
}
.sidebar .image {
	margin-right: 10px;
}

.sidebar .mode-list .product-grid{
	padding: 5% 5% 0 5%;
}

.sidebar .mode-list [class*="pav-span"]{
	width: 100%;
	margin: 0;
	padding: 0;
}

.sidebar .mode-list .product_block{
	padding: 0 !important;
	border: 0;
	margin-bottom: 10px;
}

.sidebar .mode-list .product_block:hover{
	background-color: transparent;
}

.sidebar .mode-list .pav-product-grid{	
	padding: 0;
	border: 0px;
	height: auto;
	background: transparent;
}

.sidebar .image{
	float: left;
}

.sidebar a.product-zoom
{
	display: none;
}

.sidebar .product-bottom{	
	overflow: hidden;	
}

.sidebar .pav-action{
	display: none;
}

.sidebar .pav-action > div .button{
	background-color: transparent;
}

.sidebar .no-padding .box-content{
	padding:0;	
}

.sidebar .no-border .box-content{
	border:0;
}

.sidebar .name{
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 10px;
	min-height: 35px;
}

.sidebar .name a{
	color: #333333;
	font-weight: 600;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.sidebar .price span{
	font-size: 12px !important;
}

.sidebar .price{
	font-size: 12px !important;
	height: auto;
	line-height: normal;
	min-height: 25px;
}

.sidebar .rating{
	margin: 0;
	height: auto;
	min-height: 15px;
}

/* Change background-image for body */

.pattern1 {
	background: url(../image/pattern/pattern1.png);
}
.pattern2 {
	background: url(../image/pattern/pattern2.png);
}
.pattern3 {
	background: url(../image/pattern/pattern3.png);
}
.pattern4 {
	background: url(../image/pattern/pattern4.png);
}
.pattern5 {
	background: url(../image/pattern/pattern5.png);
}
.pattern6 {
	background: url(../image/pattern/pattern6.png);
}
.pattern7 {
	background: url(../image/pattern/pattern7.png);
}
.pattern8 {
	background: url(../image/pattern/pattern8.png);
}
.pattern9 {
	background: url(../image/pattern/pattern9.png);
}
.pattern10 {
	background: url(../image/pattern/pattern10.png);
}
.pattern11 {
	background: url(../image/pattern/pattern11.png);
}
.pattern12 {
	background: url(../image/pattern/pattern12.png);
}
.pattern13 {
	background: url(../image/pattern/pattern13.png);
}
.pattern14 {
	background: url(../image/pattern/pattern14.png);
}
.pattern15 {
	background: url(../image/pattern/pattern15.png);
}
.pattern16 {
	background: url(../image/pattern/pattern16.png);
}
/* End */

/* showcase */

/* fix blog module */
.sidebar .pav-blog-category .pav-category .head a {
	background-image: url("../image/arrow_menu_hover.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-indent: -99999px;
	width: 15px;
	height: 15px;
}


/* 4 Product */
.product-grid .pav-span3 .pav-action{
	text-align: center;
}
.product-grid .pav-span3 .pav-action .wishlist,
.product-grid .pav-span3 .pav-action .cart,
.product-grid .pav-span3 .pav-action .compare{
	margin: 0;	
	float: none;
	display: inline-block;	
}
.product-grid .pav-span3 .pav-action .wishlist,
.product-grid .pav-span3 .pav-action .compare
{
	padding: 5px;
}
.product-grid .pav-span3 .price,
.product-grid .pav-span3 .price-old
{
	font-size: 15px;
}

/* 5 Product */
.product-grid .pav-span2 .pav-action{
	text-align: center;
}
.product-grid .pav-span2 .pav-action .wishlist,
.product-grid .pav-span2 .pav-action .cart,
.product-grid .pav-span2 .pav-action .compare{
	margin: 0;	
	float: none;
	display: inline-block;	
}
.product-grid .pav-span2 .pav-action .wishlist,
.product-grid .pav-span2 .pav-action .compare
{
	padding: 0;
	margin-top: 5px;
}
.product-grid .pav-span2 .price,
.product-grid .pav-span2 .price-old
{
	font-size: 13px;
}

.product-grid .pav-span2 .pav-product-grid{
	padding: 5%;
}

.product-grid .pav-span2 .description{
	min-height: 85px;
}

.product-info .image-additional .carousel-control{
	cursor: pointer;	
	font-size: 21px;
	height: 20px;
	line-height: 10px;
	top: 55%;
	width: 20px;		
	display: none;
}
.product-info .image-additional .carousel-control:hover{
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	color: #fff;
	text-decoration: none;	
}
.carousel-control.right{
	right: 5px;
}
.product-info .image-additional:hover .carousel-control{
	display: block;	
}
.product-info .zoomWindow{
	top: -10px !important;
	left: 290px !important;
}

/**
 * OFF CANVAS MENU 
 */
@media (min-width: 979px)  {
	body.off-canvas-active > * {
		transform:translateX(0px) !important;
		-webkit-transform:translateX(0px) !important;
	}
	body.off-canvas-active #page-container{
		position: inherit!important;
	}
	#off-canvas-nav {
		display:none;
	}
}


/*  Off canvas Menu */

.off-canvas body {
	position: relative;
	overflow: hidden;
}
#page-container {
	position: relative;
}
#off-canvas-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 63%;
	padding: 20px;
	height: 100%;
	backface-visibility: hidden;
	overflow: hidden;
}

#off-canvas-nav .megamenu .mega-cols {
	width: 100%;
	min-width: 100%;
	padding: 0;
	margin: 0;
}
#off-canvas-nav .dropdown-menu {
	position: relative;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	float: none;
	box-shadow: none;
}
#off-canvas-nav .mega-col {
	display: block;
	width: 100%;
	margin: 0;
	position: relative;
}
#off-canvas-nav li .menu-title {
	padding: 0;
}
#off-canvas-nav .dropdown-menu img {
}
#off-canvas-nav #off-canvas-button {
	padding: 0px;
	font-weight: normal;
	margin-bottom: 10px;
}
#off-canvas-nav #off-canvas-button span {
	font-weight: normal;
	font-size: 200%;
	cursor: pointer;
	color: #fff;
}
#off-canvas-nav .dropdown-menu {
	background-color: transparent;
	padding: 0;
	width: 100%;
}
#off-canvas-nav ul li a {
	color: #FFFFFF;
	display: block;
	float: none;
	line-height: 31px;
	padding: 0 0 0 20px;
	background-image: url("../image/arrow-menu-hover.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#off-canvas-nav .dropdown-toggle .caret {
	border: 0px;
	margin: 0;
	padding: 0;
	right: 0;
	background-image: url("../image/arrow_menu.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 15px;
	height: 15px;
	display: block;
}
#off-canvas-nav ul li a:hover {
	background-color: transparent;
	    text-decoration: underline;
}
#off-canvas-nav .pav-menu-video h3, #off-canvas-nav .pav-menu-video p {
	color: #fff;
}
#off-canvas-nav li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}