/* Style Sheet */


body {
	background-image: url(../image/theme/pagebg.jpg);
	background-repeat: repeat-x;
}


html {
	1overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	1height:101%;
}

a:active, a:focus {
   outline: none;
   ie-dummy: expression(this.hideFocus=true);
}

input[type='text'] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type='search'] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type='password'] {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
}

body {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;

	padding-top: 0px;
	margin: 0px;
	font-size: 12px;
}

td, th, input, textarea, select {
	font-size: 12px;

	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
h1 {
	color: #E72478;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 20px;
	text-align:left
}

.category-info > h1 {
	text-align:left;
	margin-top:0px;
}


h2 {
	color: #E72478;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 12px;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
a, a:visited, a b {
	color: #E72478;
	text-decoration: underline;
	cursor: pointer;
}
a:link {
	text-decoration: none;
	color: #E72478;
}
a:visited {
	text-decoration: none;
	color: #E72478;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #E72478;
}
a.active:link {
	text-decoration: none;
	color: #E72478;
}
a.active:visited {
	text-decoration: none;
	color: #E72478;
}
a.active:hover {
	text-decoration: none;
	color: #000000;
}
a.active:active {
	text-decoration: none;
	color: #E72478;
}







a.white:link {
	text-decoration: none;
	color: #FFF;
}
a.white:visited {
	text-decoration: none;
	color: #FFF;
}
a.white:hover {
	text-decoration: none;
	color: #000;
}
a.white:active {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='search'], input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	min-width: 320px;
	max-width: 974px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top:5px;
}
.column-left {
	display:block;
}
#column-left {
	float: left;
	width: 174px;
	margin-left:23px;

}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height:600px;
	background-image: url('/catalog/view/theme/custom/image/theme/contentbg.png');
	background-repeat: no-repeat;

	margin: 0px;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;

}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 197px;
}
#column-right + #content {
	margin-right: 195px;
}


#column-left p {
	margin-bottom:0px;
}


/* header */
#header {
	position: relative;
	background-color: #E72478;
	height: 107px;
	padding-left:10px;
	border-radius:15px;
}



#header .links {
	float: right;
	height: 15px;
	width: 680px;
	color: #FFF;
	text-align: right;
	vertical-align: top; 
	margin-top: 4px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#header .links a {
	padding-left:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 13px;
}


 
#header  .linksbelow {
	text-align: right;
	padding-top:72px; 
	margin-right: 16px;
}

#header .linksbelow a{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	padding-left:10px;
	font-size: 13px;
}

#header a.link-checkout{
	diplay:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#ffffff;
	padding-left:75px;
	font-size:24px
}


#header a.link-checkout:link {
	color: #FFF;
}

#header a.link-checkout:hover {
	text-decoration: underline;
	color: #fff;
}



#header #cart {


	font-family: 'Open Sans', sans-serif;
	font-weight:600;

	z-index:2001;
	float: right;
	height: 26px;
	width: 600px;

	font-size: 24px;
	color: #FFF;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	vertical-align: bottom;

}

#header #cart .heading {
	height: 30px;
	text-align: right;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 12px;
	vertical-align: bottom;
	z-index: 2001;
}


#header #cart .HeaderCartSmall {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 9px;

	height: 12px;
	color: #FFF;
	text-align: right;
	margin-top: -3px;

	vertical-align: top;
	text-transform: capitalize;
}

#header #cart .heading a {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
}
#header #cart .heading a:hover {
	text-decoration: underline;
}

#header #cart .heading a span {
}



#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;

	-webkit-border-radius: 7px 0px 7px 0px;
	-moz-border-radius: 7px 0px 7px 0px;
	-khtml-border-radius: 7px 0px 7px 0px;
	border-radius: 7px 0px 7px 0px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;

	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
	z-index: 2001;
}

#header #cart.active .heading {
	background-color:#ffffff;
	color:#e72478;

	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}

#header #cart.active .heading a {
	color:#e72478;
}





#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right; 
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}





#account ul li {
	line-height:1.7em;
}


#account ul li a:hover {
	color:#e72478;
}



/* Search Box */

#searchbox{
	padding-top:10px;
}

#searchbox #wrapper {
	width:173px; /*follow your image's size*/
	height:25px;/*follow your image's size*/
	background-image:url('/catalog/view/theme/custom/image/theme/sidesearch.png');
	background-repeat:no-repeat; /*important*/
	padding:0px;
	margin:0px;
	position:relative; /*important*/ 
}

#searchbox input {

	font-family: 'Open Sans', sans-serif;
	font-weight:600;

	border:0px; /*important*/
	background-color:transparent; /*important*/
	width:140px;
	height:20px;

	font-size: 11px; 
	padding-left:12px;

	padding-bottom:9px

}

#button-searchanywhere {
	float:right;
}
/* Search Box */


/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
}
#menu > ul > li:hover {
	background: #000;
}
#menu > ul > li > a {
	font-size: 12px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 12px 15px 11px 15px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}




.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	background: #E8F6FF url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #ed0043;
	font-weight: bold;
}
.error {
	display: block;
	color: #ed0043;
	font-size:10px;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}


.pagination { 
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 12px;
	color: #E72478;
	width: 100%;
}

.pagination .links {
	float: left;
	text-decoration: none;
	width:400px;
}

.pagination .links span{
	color: #ffffff;
}

.pagination .links a {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 12px;
	color: #E72478;
	text-decoration: none;
}

.pagination .links a:hover {
	color: #000;
}

.pagination .links b {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 12px;
	color: #000;
}
.pagination .results {
	float: right;
	color: #E72478;
}



/* button */
a.button {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;

	display: inline-block;
	text-decoration: none;
	cursor: pointer;

	background-color: #E72478;

	font-size: 11px;
	padding: 3px 14px 3px 14px;
	color: #ffffff;

}

a.button:hover {
	background-color:#EC5093;
}

a.button span {
}
a.button:hover span {

}





a.button_large {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background-color:#E72478;
	margin-right:2px;
	margin-bottom:2px;

}

a.button_large span {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 15px;
	display: inline-block;
	padding: 7px 8px 8px 6px;
}

a.button_large:hover {
	background-color:#EC5093;
}

a.button_large:hover span {
}


input.button_large {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background-color:#E72478;

	padding: 9px 16px 8px 15px;
	color: #FFFFFF;
	font-size: 16px;
}

input.button_large:hover {
	background-color:#EC5093;
}




a.button_xlarge {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background-color:#E72478;
	margin-left:2px;
}

a.first {
	margin-left:0px;
}
a.right {
	margin-right:0px;
}


a.button_xlarge span {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 18px;
	display: inline-block;
	padding: 11px 19px 10px 18px;
}

a.button_xlarge:hover {
	background-color:#EC5093;
}

a.button_xlarge:hover span {
}



a.button_large {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background-color:#E72478;
	border:1px solid #E72478;
}

a.button_large span {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 16px;
	display: inline-block;
	padding: 9px 17px 8px 18px;
}

a.button_large:hover {
	background-color:#EC5093;
}

a.button_large:hover span {
}









a.button_arrow {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background-color:#E72478;
}
a.button_arrow span {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;

	color: #FFFFFF;
	line-height: 15px;
	font-size: 15px;
	display: inline-block;
	padding: 11px 15px 10px 14px;
}

a.button_arrow:hover {
	color: #FFFFFF;
	background-color:#EC5093;
}


a.button_geen_arrow {

}
a.button_geen_arrow span {

}
a.button_geen_arrow:hover {

}
a.button_geen_arrow:hover span {

}



.buttons {
	background: #FFFFFF;
	border1: 1px solid #EEEEEE;
	overflow: auto;
	padding1: 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: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;	
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 0px;
}
.box .box-heading {
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}




/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
	
.box-product > div {
	width: 116px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 10px;	
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #e72478;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	font-size:10px;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}




.box-product-48 .price {
	font-family: "VAGRoundedStdBold", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e30716;
	1line-height:43px;
}

.box-product-48 .super {
	line-height:1;
	font-size:25px;
	vertical-align:text-top;
	padding-top:10px;
}

.box-product-48 .text {
	font-family: "VAGRoundedStdLight", Arial, Helvetica, sans-serif;
	font-size: 24px;
	1line-height:.4;
	color: #e30716;
}


.box-product-48 .name a {
	font-family: "VAGRoundedStdLight", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;


	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	padding-top:10px;
}

/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category a:hover{
	color:#000;
}
.box-category > ul > li {
	padding: 1px 8px 5px 0px;
}
.box-category > ul > li + li {
	1border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size: 15px;
	color: #E72478;
}
.box-category > ul > li a.back{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

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

}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 7px 0px 0px 7px;
}
.box-category > ul > li ul > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #E72478;
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {

}





/* content */
#content .content {
	padding: 0px;
	overflow: none;
	margin-bottom: 10px;
	min-width:300px;
	
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}


#content a:hover {
	1color:#e72478;
}

/* category */
.category-info {
	overflow: auto;
	margin-bottom: 0px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}

/*
.category-list {
	font-size:8px;
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	font-size:8px;
	float: left;
	width: 18%;
}
.category-list .div a {
	font-size:8px;
	text-decoration: underline;
	font-weight: bold;
}*/


#category-list-nav {
	padding-top:0px;
}

#category-list-nav ul {
	padding:0px; 
	float: left;
	display:block;
	border;1px soild #000000;
	margin:0px;
	margin-bottom: 5px;
}
#category-list-nav ul li {
	float: left;
    list-style: none;
    text-align: center;
    background-color: #E72478;
	border:1px solid #E72478;
    margin-right: 2px;
	margin-bottom:2px;
}


#category-list-nav li a{
    text-decoration: none;
    color: #ffffff;
    display: block;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding: 6px 16px 5px 16px;

}
#category-list-nav li a:hover{
	color: #ffffff;
	background-color:#EC5093;
}

#category-list-nav li.nav-home a{
	padding: 6px 16px 5px 16px;
}



/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

/* product */
.product-filter {
	padding-bottom: 5px;
	1overflow: auto;


}
.product-filter .display {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 12px;

	float: right;
	color: #E72478;
	font-weight:normal;

}
.product-filter .display a {

	color: #E72478;

	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	text-align: right;
	text-decoration: none;
	letter-spacing: .9px;
	font-weight:normal;

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

	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 12px;

	color: #000;
	float: right;

	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	text-align: right;
	vertical-align: middle;
	width: 200px;
}

.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}

.product-list {
	border-top: 1px solid #EEEEEE;
	padding-top:10px;
}

.product-list > div, .product-list .itemblock{
	overflow: auto;
	min-height:235px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	margin:0px;
	border-top: 1px solid #EEEEEE;
}
.product-list .image {
	float: left;
	margin-right: 30px;

}
.product-list .image img {
	padding-top: 3px;
}
.product-list .name {
	padding-top:8px;
	margin-bottom: 3px;
}
.product-list .name a {
	color: #E72478;
	font-family: "VAGRoundedStdLight", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
}
.product-list .description {
	width: 380px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	padding-left:180px;
}

.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	padding-top:8px;
	height: 30px;
	font-family: "VAGRoundedStdBold", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	text-align: right;
	width: 145px;
	float:right;
}



.product-list .price-old {
	color: #F00;
	font-size:13px;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}


.product-list .price-hot{
	height:110px;
	clear:all;

}

.product-list .readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E72478;
	float:right;
	height: 30px;
	width: 145px;
}



.product-upsell {
	1width: 800px;
	1overflow: auto;
}

.product-upsell > div , .product-upsell .itemblock {
	display: inline-block;
	vertical-align: top;
	width: 177px;
	line-height:1em;
}

.product-upsell .image {
	display: block;
	margin-bottom: 0px;
	float:left;
	border: 1px solid #dddddd;
}
.product-upsell .image img {

}

.product-upsell .name {
	padding-top:8px;
}


.product-upsell .name a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;


}

.product-upsell .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight:bold;	
	margin-top: 4px;
	text-align: left;
}




.product-upsell .addtocart {
	1line-height:80%;
	min-height:32px;
	padding-left:2px;
	padding-top:8px;
	text-align:left;
}


.product-upsell .addtocart a {
	font-family: "VAGRoundedStdBold", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E72478;
	margin:0px;
	text-decoration: none;
}




.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div  , .product-grid .itemblock {
	display: inline-block;
	vertical-align: top;
	1margin-right: 22px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 10px; 
	width: 163px;
}

.product-grid .image {
	display: block;
	margin-bottom: 0px;
	border:1px solid #cccccc;
	opacity: 0.95;
}

.product-grid .image:hover {
	border:1px solid #E72478;
	opacity: 1.1;
}
.product-grid .image img {
	width:159px;
	height:233px;
	text-align:center
}

.product-grid .name {
	min-height:26px;
	padding-top:4px;

}

.product-grid .more {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 11px;
	float:left;
	padding-top:5px;

}

 .product-grid .more a {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 11px;
	color: #E72478;
	text-align: left;
}

.product-grid .more a:hover {
	color: #EC5093;
}


.product-grid .name a {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	text-align: left;
	font-size: 12px;
	1color: #E72478;
	line-height:1.2em;
}

.product-grid .name a:hover {
	color: #EC5093;
}


.product-grid .description {
	display: none;
}



.product-grid .price {
	font-family: 'Open Sans', sans-serif;
	font-weight:800;

	font-size: 17px;

	color: #000;

	1padding-right:4px;
	1margin-top: 2px;
	text-align: right;
}

.product-grid .hide-grid{
	display:none;
}

.product-grid .price-hot{
	1display:none;
}

.product-grid .price-old {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 11px;
	1display:none; 
	float:left;
	padding-top:5px;
}

.product-grid .price-new {
	color:#ed0043;
	text-align:right;
	display:block;
}

.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}




 

/* Product */

.product-info {
	padding-top:10px;
	margin-bottom: 20px;
	overflow: auto;
}

.product-info .productcode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E72478;
	width: 720px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	letter-spacing: 0.7px;
}
.linedivider {
	border-bottom: 1px solid #999;
	height: 1px;
	width: 724px;
	margin-top: 3px;
	margin-bottom: 3px;

}
.product-info .productpic {
	float: left;
	padding-bottom:6px;
	width:252px;
	height:354px;
	text-align:center;
	vertical-align:middle;
	margin:auto;
}
.product-info .productTextBlock {
	vertical-align: top;
}
.product-info .productTitle, .product-info h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color: #E72478;
	font-size: 20px;
	margin-top:0px;
	display:block;
	text-align:left;
}

.product-info .productpricearea {
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	float: right;
	margin-bottom: 15px;
}
.product-info .PriceProduct {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 32px;
	color: #000;
	text-align: right;
	line-height: .9em;
	padding-bottom:2px;
}

.product-info .price-new{
	color:#ed0043;
	font-weight:800;
}
.product-info .specialrrp{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:12px;
	color:#000000;

	text-align:right;
	margin-top:-4px;
}


.product-info .productDescription {

	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:11px;
	color:#000000;

	line-height:1.3em;

	width: 100%;
	float: right;
}

.productDescription a {
	font-size:11px;
}



.hotdeal {
	color:#ed0043;padding-bottom:15px;
}
.hotdeal h3 {
	font-size:28px;
	font-weight:800;
	line-height:.9em;
	margin:0px;
}
.hotdeal div{
	display;block;
	font-size:10px;
}

.cartproductcode {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding-bottom:15px;
	padding-top:5px;
	font-size:10px;
}






.imagepurchaserow .thumb {
	height: 100px;
	width: 71px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 2px;
	float: left;
}
.buy {
	width: 240px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top:0px;
	float: right;
}
.cart {
	min-height: 28px;
	font-size: 10px;
	color: #000;
	text-align: right;
	vertical-align: bottom;
	1width: 145px;
}
.face {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: right;
	vertical-align: bottom;
	width: 145px;
	letter-spacing: 0.6px;
	margin-top: 5px; 
}

.promotitle {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 14px;
	color: #E72478;
	padding-bottom:10px;
	width:100%;
}



.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: 14px;
	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: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	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 .remove, .cart-info thead .image {
	text-align: left;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: left;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 12px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 12px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	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: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 

#footer {
	position: relative;
	clear: both;
}

#bar {
	background-color: #e42b79;
	width:100%; 
	height:50px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:15px;
}

#bar .left {
	position:absolute;
	left:14px;
	padding-top:5px;
}
#bar .right {
	position:absolute;
	right:14px;
	padding-top:5px;
}
#bar > .center {
	position: absolute;
	left: 50%;
}
#bar > .center > .center {
	position: relative;
	left: -50%;
}

.slogan {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color: #ffffff;
	font-size:15px;
	text-align:center;
	padding-top:5px;
}



.footernav {
	clear:both;
	text-align: center;
	padding:20px 0px 0px 0px;
	color: #858484;
	font-size:11px;
}

.dpstext {
	font-size:9px;
}

.copy {
	font-size:9px;
	padding-top:3px;
}


.peaches {
	color: #e42b79;
	font-size:11px;
}


#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footermenu {
	padding-top:10px;
}

#footermenu ul {
	margin:0px;
	padding:0px 0px 0px 10px;
}

#footermenu ul li {
	list-style-type: none;
	width: 136px;
	float:left;
	padding:0px 0px 2px 0px;
}

#footermenu ul > li > ul  {
	padding:0px;
}

#footermenu > ul > li > a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;

}

#footermenu a {
	font-family: "VAGRoundedStdLight", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #858484;
	font-size:11px;
}
#footermenu a:hover {
	text-decoration: none;
	color: #e42b79;
}

#footermenu .fh2 a {
	color: rgba(0, 0, 0, 0.62);
	font-size: 13px;
}

#powered {
	float: right;
	width: 774px;
	text-align: center;
	clear: both;
}

#powered a{
	color:#E4E4E4;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}




a.footerlink  {
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #858484;
	font-size:9px;
}
a.footerlink:hover {
	text-decoration: none;
	color: #e42b79;
}




/* Home page */

#homepage_featured {
	padding:0px 0px 5px 0px;
}

#homepage p {
	margin-bottom: 0px;
}

.homepage_top, .homepage_bottom {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;

	line-height: 1.3em;

	font-size: 11px;
	text-align: justify;
	padding-right:4px;
}


#homepage h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color: #E72478;

	font-size: 19px;
	text-align:left;
}

#homepage h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color: #E72478;
	font-size: 18px;

	text-align:left;
	padding-top:0px;
}


/* Forms */

.formtitles {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;

	color: #000000;
	float: left;
	letter-spacing: .5px;
	width: 124px;
	height: 25px;
	vertical-align: middle;
	padding-top: 5px;
}


.pink {
	text-decoration: none;
	color: #E72478;
	font-weight:normal;
}
a.pink:link {
	text-decoration: none;
	color: #E72478;
}
a.pink:visited {
	text-decoration: none;
	color: #E72478;
}
a.pink:hover {
	text-decoration: none;
	color: #E72478;
}
a.pink:active {
	text-decoration: none;
	color: #E72478;
}

a, input[type="radio"], input[type="checkbox"],input[type="search"],input[type="text"], input[type="password"] { outline: none; }

a:active {
	background-color:transport;
}




/* Bread Crumb Navigation */

div.breadcrumb {
	padding-bottom:5px;
}

a.breadcrumb {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 11px;
	padding:3px 14px 3px 14px;
	margin-right:2px;
	line-height:36px;
}


a.nav_button, .nav_button {
	color: #ffffff;
	background-color:#E72478;
	border:1px solid #E72478;
}


a.nav_active {
	color: #E72478;
	border:1px solid #E72478;
	background-color:#ffffff;
}


a.nav_active:hover {
	color: #ffffff;
	border:1px solid #EC5093;
	background-color:#EC5093;
}


a.nav_button:hover {
	color: #ffffff;
	border:1px solid #EC5093;
	background-color:#EC5093;
}


a.button_small {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 10px;
	padding:2px 12px 2px 12px;
	margin-right:1px;
}


a.nav_button_invert {
	color: #E72478;
	border:1px solid #E72478;
	background-color:#ffffff;
}


a.nav_button_invert:hover {
	color: #ffffff;
	border:1px solid #EC5093;
	background-color:#EC5093;
}






/* Sort By Navigation */

div.sortby {
	padding-bottom:5px;
}

a.sortby {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 11px;
	padding:3px 14px 3px 14px;
	margin-right:2px;
	line-height:30px;


}


a.sortby, .sortby {
	color: #ffffff;
	background-color:#E72478;
	border:1px solid #E72478;
}


a.sortby_active {
	color: #E72478;
	border:1px solid #E72478;
	background-color:#ffffff;
}


a.sortby_active:hover {
	color: #ffffff;
	border:1px solid #EC5093;
	background-color:#EC5093;
}


a.sortby_button:hover {
	color: #ffffff;
	border:1px solid #EC5093;
	background-color:#EC5093;
}


a.sortby_button_small {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 10px;
	padding:2px 12px 2px 12px;
	margin-right:1px;
}


a.sortby_button_invert {
	color: #E72478;
	border:1px solid #E72478;
	background-color:#ffffff;
}


a.sortby_button_invert:hover {
	color: #ffffff;
	border:1px solid #EC5093;
	background-color:#EC5093;
}

.sortby {
	color: #000;
	border:1px solid #fff;
	background-color:#fff;
}




a.related_tag {
	border:1px solid #A7A9AC;
	background-color:#A7A9AC;
    margin-right: 0px;
    margin-left: -1px
}

a.related_tag:hover {
	border:1px solid #D1D3D4;
	background-color:#D1D3D4;
}

a.related_tag span {

}


.touchcarousel { position:relative;width:100%;height:100%;overflow:hidden; padding-top:10px;}
/*.touchcarousel .touchcarousel-container { position:relative;margin:0;padding:0;list-style:none;left:0 }
.touchcarousel .touchcarousel-wrapper { position:relative;overflow:hidden;width:100%;height:100% }
.touchcarousel .touchcarousel-item { margin:0;padding:0;float:left }
.touchcarousel .touchcarousel-item.last { margin-right:0!important }
*/

.touchcarousel .touchcarousel-item {

}

.touchcarousel-box {
	background-color:#ef377f;
	border:1px solid #ef377f;
}


.touchcarousel-box:hover{
	background-color:#EC5093;
	border:1px solid #EC5093;
	1border-right-width: 1px;
	1border-left-width: 1px;
}

.touchcarousel-item h2, .touchcarousel-item h4 {
	text-transform:uppercase;
	padding:0px 4px 1px 4px;
	margin:0px;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-weight:400;
	font-size:12px;
}


/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}





/* Fancy Box */



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/catalog/view/javascript/jquery/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/catalog/view/javascript/jquery/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/catalog/view/javascript/jquery/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/catalog/view/javascript/jquery/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/catalog/view/javascript/jquery/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/catalog/view/javascript/jquery/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/catalog/view/javascript/jquery/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/catalog/view/javascript/jquery/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/catalog/view/javascript/jquery/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/catalog/view/javascript/jquery/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/catalog/view/javascript/jquery/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/catalog/view/javascript/jquery/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/catalog/view/javascript/jquery/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/catalog/view/javascript/jquery/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/catalog/view/javascript/jquery/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/catalog/view/javascript/jquery/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/catalog/view/javascript/jquery/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */



.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

/* IE6, IE7, IE8 */ 
 
.fancybox-ie .fancybox-bg { background: transparent !important; }







 

/*
* Developed by Dario Casertano - www.casertano.name
* Supported by Creative Intelligence S.r.l. - www.creativeintelligence.it
* Content type: text/css
* Compression ratio: 9606/8062 ~ 16.07%
* Language: it
*/

.touchcarousel { position:relative;width:100%;height:100%;overflow:hidden }
.touchcarousel .touchcarousel-container { position:relative;margin:0;padding:0;list-style:none;left:0; }
.touchcarousel .touchcarousel-wrapper { position:relative;overflow:hidden;width:100%;height:100% }
.touchcarousel .touchcarousel-item { margin:0;margin-bottom:2px;padding:0 0px 0 0;display: inline-block; }
.touchcarousel .touchcarousel-item.last { margin-right:0!important }
.touchcarousel .arrow-holder { height:100%;width:45px;position:absolute;top:0;display:block;cursor:pointer;z-index:25 }
.touchcarousel .arrow-holder.left { left:0 }
.touchcarousel .arrow-holder.right { right:0 }
.touchcarousel .arrow-icon { width:45px;height:90px;top:50%;margin-top:-45px;position:absolute;cursor:pointer }
.touchcarousel .arrow-holder.disabled { cursor:default }
.touchcarousel .arrow-holder.disabled .arrow-icon { cursor:default }
.touchcarousel .tc-paging-container { width:100%;overflow:hidden;position:absolute;margin-top:-20px;z-index:25 }
.touchcarousel .tc-paging-centerer { float:left;position:relative;left:50% }
.touchcarousel .tc-paging-centerer-inside { float:left;position:relative;left:-50% }
.touchcarousel .tc-paging-item { float:left;cursor:pointer;position:relative;display:block;text-indent:-9999px }
.touchcarousel .scrollbar-holder { position:absolute;z-index:30;left:6px;right:6px;bottom:5px;height:4px;overflow:hidden }
.touchcarousel .scrollbar { position:absolute;left:0;height:4px;bottom:0 }
.touchcarousel .scrollbar.dark { background-color:#828282;background-color:rgba(0,0,0,0.5) }
.touchcarousel .scrollbar.light { background-color:#d2d2d2;background-color:rgba(255,255,255,0.5) }
/*.touchcarousel .grab-cursor { cursor:url(grab.png) 8 8,move } */
.touchcarousel .grabbing-cursor { cursor:url(grabbing.png) 8 8,move }
.touchcarousel .auto-cursor { cursor:auto }


.touchcarousel.minimal-light .arrow-icon { width:23px;height:28px;margin-top:-14px }
.touchcarousel.minimal-light .arrow-icon.left { left:5px;background:url('sprite-ml.png') no-repeat -6px -7px }
.touchcarousel.minimal-light .arrow-icon.right { right:5px;background:url('sprite-ml.png') no-repeat -173px -7px }
.touchcarousel.minimal-light .arrow-holder.disabled { -moz-opacity:1;-webkit-opacity:1;opacity:1 }
.touchcarousel.minimal-light .arrow-holder.disabled .arrow-icon.left { background:url('sprite-ml.png') no-repeat -40px -7px }
.touchcarousel.minimal-light .arrow-holder.disabled .arrow-icon.right { background:url('sprite-ml.png') no-repeat -139px -7px }
.touchcarousel.minimal-light .arrow-holder { width:35px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8 }
.touchcarousel.minimal-light .arrow-holder:hover { -moz-opacity:1;-webkit-opacity:1;opacity:1 }
.touchcarousel.minimal-light .tc-paging-container { margin-top:-22px }
.touchcarousel.minimal-light .tc-paging-item { background:url('sprite-ml.png') no-repeat -95px -4px;width:16px;height:16px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8 }
.touchcarousel.minimal-light .tc-paging-item.current { background:url('sprite-ml.png') no-repeat -95px -22px }
.touchcarousel.minimal-light .tc-paging-item:hover { -moz-opacity:1;-webkit-opacity:1;opacity:1 }






/* CSS for jQuery Orbit Plugin 1.2.3 */

 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured { 
	width: 940px;
	height: 450px;
	background: #000 url('/catalog/view/javascript/jquery/orbit/orbit/loading.gif') no-repeat center center;
	overflow: hidden; }
#featured>img,  
#featured>div,
#featured>a { display: none; }




/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    1overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(/catalog/view/javascript/jquery/orbit/orbit/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(/catalog/view/javascript/jquery/orbit/orbit/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/catalog/view/javascript/jquery/orbit/orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(/catalog/view/javascript/jquery/orbit/orbit/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(/catalog/view/javascript/jquery/orbit/orbit/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(/catalog/view/javascript/jquery/orbit/orbit/left-arrow.png);
    left: 0; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
	left: 5px;
	bottom: -10px;
    padding: 0;
}

.orbit-bullets li {
    float: left;
	margin-right:3px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(/catalog/view/javascript/jquery/orbit/orbit/bullets.png) no-repeat;
	width: 22px;
	height: 22px;
    overflow: hidden;
}

.orbit-bullets li.active {
    color: #222;
	background-position:0 -22px;
}
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }











    .el-oc {
        position: relative;
        height: 60px;
	 }
    .img-lazy {
        display: none
    }

		#el-oc-cl {
            height: 30px;
            background: #fff;
            display: none;
            margin: 0 auto;
        }
        .sticky-ftr {
            position: fixed;
            bottom: 0;
            z-index: 1000;
            width: 980px;
        }


	 .el-c {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: right;
        padding: 5px 10px;
        display: none;
    }
    .el-t {
        background-image: url('/catalog/view/theme/default/image/loading_circle.gif');
        background-position: 0 50%;
        background-repeat: no-repeat;
        padding: 10px 0px 10px 34px;
        text-decoration: none;
    }
    .el-d {
        float: left;
		padding-top:5px;
    }

        .el-md {
            text-align: right;
            height: 40px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
        .el-m {
            display: inline-block;
			border:0px;
        }
        .el-m:hover {
            
        }
        .el-m:active {

        }

		.back-to-top {
            background: none repeat scroll 0 0 rgba(214, 214, 214, 0.95);
            border-radius: 5px;
            color: #6C6C6C;
            display: block;
            font-size: 36px;
            opacity: 0.6;
            padding: 2px 14px;
            position: fixed;
            right: 12px;
            bottom: 12px;
            outline: none;
            text-decoration: none;
            margin: 0;
            display: none;
			z-index:1000;
        }
		.back-to-top a {
			text-decoration:none;
		}
        .back-to-top:hover {
            opacity: 0.8;
        }



		.menu-at-top {
            background: none repeat scroll 0 0 rgba(214, 214, 214, 0.95);
            border-radius: 5px;
            color: #6C6C6C;
            display: block;
            font-size: 36px;
            opacity: 0.6;
            padding: 2px 14px;
            position: fixed;
            right: 12px;
            top: 12px;
            outline: none;
            text-decoration: none;
            margin: 0;
            display: none;
			z-index:1000;
        }
		.menu-at-top a {
			text-decoration:none;
		}
        .menu-at-top:hover {
            opacity: 0.8;
        }

	
	.r18textlabel {
		display:none;
		padding-top:10px;
	}
	
	
	.r18label {
		float:right;
	}
	
	.product-info .productTitle2 {
		display:none;
	}
	
	
	.image-container-mobile {
		display:none;
	}
	.image-container-desktop {
		display:block;
	}
	
	
	
	.image-additional {
		width:252px;
		padding-bottom:20px;
	}
	
	
	
	
	.desktop{
		display:block;
	}
	.mobile{
		display:none;
	}
	
	.mobile780{
		display:none;
	}
	
	.mobile320{
		display:none;
	}
		.mobilel540 {
		display:none;
	}
		.autoimagesize {
		width:100%;
	}
		
	#logo img  {
		position:absolute;
		width:240px;
		height:85px;
		padding-left:10px;
		padding-top:10px;
	}
	
	#tagline img {
		padding-left:270px;
		padding-top:9px;;
	}
	
	
	
	#menunav a{
		text-transform:uppercase;
	}
	
	a.button_large_info, div.content_link_nav a {
		font-family: 'Open Sans', sans-serif;
		font-weight:300;
		text-decoration: none;
		background-color:#E72478;
		color: #FFFFFF;
		font-size: 15px;
		display: inline-block;
		padding: 9px 17px 8px 18px;
		text-transform:uppercase;
		margin-right:2px;
		margin-bottom:2px;
		border:1px soild #E72478;
	}
	
	
	
	
	#image-container{
		overflow:hidden;
		float:left;
	}
	
	
	
	div.registerform {
		min-width: 300px;
		max-width: 360px;
		display: inline-block;
		padding-bottom:20px;
	}
	
	.registerform h2 {
		padding-left:3px;
	}
	
	
	.noJS {
		display:none;
	}
	
	
	
	div.orbit>a {
		display:block;
	}


	.mobile {
		display:none;
	}
	.desktop {
		display:block;
	}


	div.description-text {
		margin-left:270px;
	}



.mainmenu {
	display:block;
}




@media only screen and (max-width: 980px) {

	input[type='search'] {
		padding-left:7px;
	}

	body {
		background-image:none;
		background-color:#FFF;
	}

	#logo img {
		padding-top:0px;
	}

	#tagline {
		display:none;
	}

	#header{
		border-radius:0px;
		background-color: #FFF;
	}

	#bar{
		border-radius:0px;
		height:20px;
		padding-top:2px;
		padding-bottom:2px;
	}
	.slogan {
		padding-top:0px;
	}

	.desktop{
		display:none;
	}
	.mobile{
		display:block;
	}

	#container {
		margin-top:0px;
	}

	#content {
		padding-left:20px;
		padding-right:20px;
		padding-top:8px;
		background-image:none;
		background-color:#ffffff;
	}

	#column-left {
		display:none;
	}
	#column-left + #column-right + #content, #column-left + #content {
		margin-left: 0px
	}

	#header {
		height: 96px;
	}

	#logo {
		padding-top:5px;
	}

	#header .links {
		margin-top:0px;
	}

	#header a.link-checkout {
		padding-left:30px;
		color: #E72478;
	}
	#header a.link-checkout:link {
		color: #E72478;
		text-decoration:none;
	}
	#header a.link-checkout:hover {
		color: #000;
		text-decoration:none;
	}


	#header #cart .heading {
		margin-top:0px;
	}
	#header #cart .heading a {
		font-size:20px;
	}

	#header #cart .HeaderCartSmall {
		color: #E72478;
	}

	#header #cart .heading a {
		color: #000;
	}

	#header #cart .heading a:hover {
		text-decoration:none;
	}


	#header .linksbelow a{
		text-transform:uppercase
	}
	#header .linksbelow {
		padding-top: 56px
	}

	#image-container{
		float:none;
	}



	.image-container-mobile {
		display:block;
	}
	.image-container-desktop {
		display:none;
	}
	

	div.breadcrumb {
		padding-top:7px;
		padding-bottom:14px;
		1overflow:auto;
		1display:inline;
	}

	a.breadcrumb {
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		font-weight:400;
		font-size: 15px;
		padding: 6px 15px 5px 15px;
		margin-right:2px;
		margin-top:3px;
	}

	
	a.white:link {
		text-decoration: none;
		color: #E72478;
	}
	a.white:visited {
		text-decoration: none;
		color: #E72478;
	}
	a.white:hover {
		text-decoration: none;
		color: #E72478;
	}
	a.white:active {
		text-decoration: none;
		color: #E72478;
	}


	a.button_small {
		font-weight:400;
		font-size: 13px;
		padding: 3px 14px 3px 14px;
	}

	a.nav_button {
		font-weight:400;
	}

	a.nav_active {
		font-weight:400;
	}

	.category-info{
		1display:none;
	}

	h1 {
		line-height:1.2em;
		1display:none;
	}

	.homepage_top img {
		display:block;
	}

	.homepage_bottom img {
		display:block;
	}

	.homepage_mobile_top img {
		d1isplay:none;
	}

	.homepage_mobile_bottom img {
		d1isplay:none;
	}


	.product-grid .image {
		.opacity:1;
	}


	#image-container {
		width: 252px;
		margin-left: auto;
		margin-right: auto;
	}

	.product-grid .image img {

	}

	.product-grid .image {
		float:left;
	}

	.product-grid .image img {
		width:60px;
		height:auto;
		text-align:center
	}


	.product-grid .itemblock {
		border-top:1px solid #eee;
		padding-top:8px;
		margin-bottom:0px;
	}

	.product-grid .name {
		text-align:right;
	}

	.mobile {
		display:block;
	}
	.desktop {
		display:none:
	}

	.product-grid .price-old {
		float:none;
		padding-top:0px;
	}

	.product-grid .name {
		min-height:0;
	}

	.product-grid .image {
		border:1px solid #fff;
	}

	 .product-grid .itemblock {
		width:95%;
	}

    #el-s .el-itemblock {
		width:95%;
	}
    #el-s .el-itemblock {
		width:95%;
	}
    #el-s .itemblock {
		width:100%;
	}


	div.description-text {
		margin-left:0;
	}



}


@media only screen and (max-width: 780px) {

	.mobile_780 {
		display:block;
	}

		.mobilel540 {
			display:none;
		}

	.mobile_320 {
		display:none;
	}

	#image {
		width:100%;
		height:auto;
	}

	#image-container{

	}

	#menu_button {
		display:block;
	}

	#category-list-nav li.nav-home  {
		display:block;
	}

	.orbit_banner {
		display:block;
	}

	.homepage_top img {
		d1isplay:none;
	}

	.homepage_mobile_top img {
		d1isplay:block;
	}


	.homepage_bottom img {
		1display:block;
	}

	.homepage_mobile_bottom img {
		d1isplay:block;
	}

	.slogan{
		font-size:15px;
	}


	.input-mobile {
		width:210px;
		height:36px;
	}


	

	.img-responsive{
		width:97%;
		height:auto;
	}


}



@media only screen and (min-width: 540px) {

	.mobileg540 {
		display:block;
	}
	.mobile540 {
		display:none;
	}

}

@media only screen and (max-width: 540px) {

	.mobilel540 {
		display:block;
	}

	.mobileg540 {
		display:none;
	}

	.mobile540 {
		display:block;
	}

	#content {
		padding-left:10px;
		padding-right:10px;
	}




	#payment-address input,#payment-address select, 
	#shipping-address input,#shipping-address select
	{
		font-size:17px;
	}

	table.form tr td:first-child {
		width:115px;
	}


}

@media only screen and (min-width: 414px) {

	.mobileg320 {
		display:block;
	}
	.mobile320 {
		display:none;
	}


}

@media only screen and (max-width: 414px) {


	.mobile780 {
		display:none;
	}
	.mobile540 {
		display:none;
	}
	.mobileg320 {
		display:none !important;
	}
	.mobile320 {
		display:block;
	}

	#header {
		height:68px;
	}

	#logo img {
		width:165px;
		height:55px;
		padding-left:0px;
		padding-top:1px;
	}
	#header .links{
		display:none;
	}
	#header #cart .heading a {
		font-size:14px;
	}
	#header #cart .HeaderCartSmall {
		display:none;
	}
	#header a.link-checkout {
		font-size:22px;
	}
	#header .linksbelow {
		padding-top:30px;
	}


	.content {
		padding-left:5px;
		padding-right:5px;
	}

	#content {
		padding-left:8px;
		padding-right:8px;
	}

	#banner2 {
		display:none;
	}

	div.breadcrumb {
		line-height:20px;
	}

	a.breadcrumb {
		font-size:12px;
		padding:8px 14px 7px 14px;
		1white-space: pre-wrap;
		line-height:36px;
	}

	#category-list-nav li a {
		font-size:12px;
		padding:8px 14px 7px 14px;
	}

	#menu_button {
		display:block;
	}

	#category-list-nav li.nav-home  {
		display:none;
	}

	.orbit_banner {
		display:none;
	}

	.item-block img {
		width:100px;
		height:100px;
	}





	.slogan{
		font-size:12px;
	}

	.touchcarousel-item h2 {
		font-size:11px;
	}

	#el-oc-cl{
		margin-right:8px;
	}
	
	.el-d{
		padding-top:0px;
	}

	.el-md {
		top:22px;
		text-align:left;
	}
	.back-to-top {
		bottom:27px;
	}


	.cart-info td.image {
		padding:0px;
	}

	.mobilepadding {
		padding-left:5px;
		padding-right:5px;
	}

	.input-mobile {
		width:97%;
		height:36px;
	}



}