@charset "utf-8";
/* ~~ This the css file for the Responsive Design of Virtual Beauty from Ecommerce Templates.
The first section correponds to the maximum width version of 980 pixels ~~ */


body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background:  url(images/bg.gif) #fff repeat-x;
	margin: 0px 2px 0px 4px;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
	text-align:right;
	 
}

/* ~~ Headings ~~ */
h1{
  	background:#f1f1f1;
  	font-size:1.2em;
  	border-left:20px solid #99CC46;
  	color:#6D6D6D;
  	width:90%;
}

h1.mennav{
  	background:#f1f1f1;
  	font-size:1.2em;
	border-right:10px solid #FED778;
  	color:#6D6D6D;
  	width:140px;
  	font-weight:normal;
  	border-left:0px;
}

/* ~~ Center paragraph ~~ */
p.ctr{
	text-align:center;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #009900;
	text-decoration: none; 
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 980px;
	background: #FFF;
	margin: 0 auto; 
}

/* ~~ the header ~~ */
.header {

}

div.thead{
	border-bottom:3px solid #FFE681;
	height:50px;
}

div.tlinks{
	width:50%;
	float:left;
	margin:18px 0px;
	color:#009900;
	font-size:0.8em;
}

div.tsearch{
	float:right;
}

div.logo{
	width:40%;
	float:left;
}
div.smedia{
	width:40%;
	float:left;
	text-align:center;
	padding-top:16px;
}

div.logoright{
	float:left;
	width:20%;
}

/* ~~ Top search ~~ */
.searchinput {
	float: left;
	width: 264px;
	height: 24px;
	padding: 2px;
	border: 1px solid #eee;
	background:#F6F6F6;
	color: #858585;
	border-radius:5px 0px 0px 5px;
	margin:8px 0px 8px 8px;
}
.searchsub {
	float: left;
	width: 34px;
	height: 30px;
	background: url(images/searchicon.gif);
	border: 0px;
	margin-top:8px;
	cursor: pointer;
}


/* ~~ Top horizontal navigation bar ~~*/
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

nav {
	height: 32px;
	width: 100%;
	background: #fff;
	font-family: Arial, sans-serif;
	position: relative;
	border-bottom:3px solid #96CB44; 
	margin-bottom:1px;
	
}

nav ul {
	padding: 0;
	width: 100%;
	height: 32px;
}

nav li {
	display: inline;
	float: left;
}

nav a {
	color: #009900;
	display: inline-block;
  	font-size:0.97em;
	width: 82px;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
}

nav li a {

}

nav li:last-child a {

}

nav a:hover, nav a:active {
	background-color: #96CB44; 
	color: #fff;
  	border-radius: 8px 8px 0px 0px;
  	text-decoration: none;
}

nav a#pull {
	display: none;
}

/* ~~ These are the columns for the layout - content1 is only used on the home page ~~ */
.sidebar1 {
	float: right;
	width: 180px;
	background: #fff;
	padding-bottom: 10px;
	padding-top:16px;
}

div.content {
	padding: 16px 0;
	width: 774px;
	
}

div.content ul, .content ol { 
	padding: 0px; 
}

div.content1 {
	padding:0px;
	width: 980px;
}

div.content1 ul, .content1 ol { 
	padding: 0px; 
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ Right hand menu. ~~ */
ul.nav {
	list-style: none; 
	margin-bottom: 15px;
	text-align:right; 
}

ul.nav li {
	border-bottom: 1px solid #f1f1f1; 
}

ul.nav a, ul.nav a:visited { 
	padding: 2px 5px 2px 5px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background: #fff;
	font-size:0.9em;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #f6f6f6;
	color: #009900;
}

/* ~~ The home page content ~~ */
div.blurbleft{
	width:200px;
	float:left;
}

div.blurbright{
	width:760px;
	float:right;
	padding:6px;
	color:#999;
}

div.blurbright1{
	padding:6px;
	color:#999;
}

div.homeprod1{
	width:300px;
	border:1px solid #D6DEB9;
	padding:4px;
	margin:4px 8px 14px 8px;
	float:left;
}

p.prodtitle{
	width:270px;
	background:#f1f1f1;
	color:#009900;
	font-weight:bold;
}

/* ~~ Minicart properties ~~ */
table.mincart{
	width:180px;
	font-size:0.8em;
	background:#eee;
}

td.mincart{
	background:#f1f1f1;
}

/* The product page - view all the available classes at http://www.ecommercetemplates.com/help/css-layouts.asp
-------------------------------------*/
div.prodfilter{
	float:left;
	background-color:#F9F9F4;
	border: 1px dotted #D7D1C9;
	padding:6px;
	font-weight:bold;
	color: #42619a;
	margin-bottom:10px;
	margin-top:10px;
}

div.prodfilterbar{
	float:left;
	width:640px;
}

select.prodfilter{
	padding:0px;
	margin:0px;
}

div.product{
	padding:2px;
	width:240px;
	min-height:440px;
	margin:2px;
	border:3px solid #9CC352;
	background-color:#FeFeF6;
}

div.prodnavigation{
	padding:10px;
	float:left;
	width:560px;
}

div.checkoutbutton{
	width:180px;
	float:right;
}

div.allproddiscounts{
	color:#DA6A1E;
	width:768px;
	margin-bottom:2px;
	float:left;
}

.proddiscounts, .discountsapply{
	color:#DA6A1E;
	padding:4px;
}

div.prodmanufacturer{
	color:#666;
	padding:6px;
}

div.prodsku{
	color:#666;
	padding:6px;
	font-size: 0.7em;
}

div.prodimage{
	padding-top: 6px;
	text-align:center;
}

img.prodimage{
	border: 1px solid #ccc;
	max-width: 100%;
}

div.prodname{
	padding:10px;
	font-size: 0.9em;
	text-align:center;
}

div.prodrating{
	padding-left:4px;
}

div.prodinstock{
	padding:4px;
	color:#666;
}

div.proddescription{
	padding:6px;
	float:center;
  	font-size: 0.8em;
}

/* ~~ product options ~~ */
div.prodoptions{
	padding:1px;
	border: 1px solid #ccc;
	background:#FeFeF6;
}

select.prodoption, input.prodoption{
font-size: 0.9em;
width:120px;
margin:6px;
}

span.prodoption{
	font-size: 1em;
	padding: 2px;
}

div.optiontext{
	padding: 2px;
	font-size: 0.9em;
	width: 70px;
	display:inline-block;
	margin:2px;
	min-width: auto !important;
}

div.option{
	padding: 0px;
	display:inline-block;
}


div.listprice{
	padding: 2px;
	text-align:center;
	width:256px;
	float:left;
  	font-size: 0.9em;
}

div.prodprice{
	padding: 4px;
	font-size: 0.9em;
	font-weight:bold;
	text-align:center;
	color:#DA6A1E;
}

div.prodcurrency{
	padding: 2px;
	text-align:center;
	float:left;
	width:256px;
	font-size: 0.7em;
	color:#666;
}

div.addtocart{
	text-align:center;
	padding-top:6px;
}

.notifystock{
	text-align:center;
	padding-top:6px;
	float:left;
	width:256px;
}

.configbutton{
	text-align:center;
	margin-top:6px;
}

div.outofstock{
	text-align:center;
	padding-top:6px;
	font-size: 0.8em;
}

.prodid {
	background: #D7D1C9;
	color:#333;
	padding:6px;
	text-align:center;
	font-size: 1.1em;
}

div.multioptiontext{
	width:180px;
}

div.pagenums{
	text-align:center;
	float:left;
	padding:10px;
}


/* The product detail page 
-------------------------------------*/
div.detailimage{
	width:200px;
	padding:10px;
	float:left;
	height:200px;
} 

.detailid {
	color:#000;
	width:460px;
	padding-bottom:10px;
	font-size: 1em;
}

.detailmanufacturer{
	float:right;
	width:340px;
}

.detailsku{
	float:right;
	width:346px;
	font-size: 0.7em;
	font-weight:normal;
	
}

.detailinstock{
	float:right;
	width:342px;
	border-bottom:1px #ccc dotted;
}

.detailname {
	color:#009900;
	padding:6px;
	width:530px;
	float:right;
	font-size: 1.1em;
}

.detaildiscounts{
	color:#DA6B1D;
	font-weight:bold;
	font-size: 0.8em;
	float:right;
	width:536px
}

span.detaildiscountsapply{
	color:#DA6B1D;
	font-weight:bold;
	font-size: 0.9em;
}

div.detaildescription{
	font-size: 0.8em;
	margin-top:5px;
	float:center;
	padding-top:4px;
	width:730px;
}

.detaillistprice{
	text-align:center;
	float:right;
	width:530px;
}

div.detailprice{
	font-size: 1.0em;
	font-weight:bold;
	text-align:center;
	float:right;
	width:530px;
	padding-top:2px;
	color:#DA6A1E;
}

div.detailcurrency{
	padding-top: 6px;
	font-size: 0.7em;
	text-align:center;
	float:right;
	width:530px;
	color:#666;
}


.detailoptions{
	padding: 6px;
	float:left;
	width:350px;
	padding-left:126px;
}

select.detailprodoption{
	font-size: 0.9em;
	float:right;
	width:190px;
	margin:6px;
}

.detailoptiontext{
	padding: 6px;
	float:left;
}

div.review{
	width:98%;
}

.previousnext{
	padding-top:10px;
	padding-bottom:6px;
	float:right;
	width:530px;
	text-align:center;
	font-size:0.8em;
}

div.emailfriend{
	padding-top: 10px;
	text-align:center;
	float:right;
	width:530px;
    font-size:0.8em;
}

div.detailquantity{
	padding-top:20px;
	float:right;
	width:400px;
}

div.detailquantitytext{
	margin:4px;
	float:left;
	width:174px;
	text-align:right;
}

div.detailquantityinput{
	margin:4px;
	float:right;
	width:210px;
	text-align:left;
}

div.detailaddtocart,.detailoutofstock{
	margin:4px;
	float:right;
	width:530px;
	text-align:center;
	border-bottom:1px #ccc dotted;
	padding-bottom:10px;
}

.detailnotifystock{
	text-align:center;
	padding-top:6px;
	float:left;
	width:570px;
}

div.review{
	float:left;
}

div.navdesc{
	padding-top:10px;
}

p.cstitle{
	float:left;
	width:530px;
}

.csproduct{
	float:left;
	width:530px;
}

/* The category page 
-------------------------------------*/
div.category{
	width:280px;
	float:left;
}

div.catimage{
	width:130px;
	float:left;
}

div.catdesc{
	padding:0px 0px 4px 12px;
}

div.catname{
	margin-top:16px;
	padding-left:12px;
}

.catdiscounts, .allcatdiscounts{
	padding-left:5px;
	font-weight:bold;
	color:#DA6B1D;

}

.categorymessage{
	padding-left:5px;
	padding-top:6px;
	font-size: 1.0em;
}

/* ~~ Horizontal rule ~~*/
HR {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #DA6B1D;
}

/* ~~ Discounts text ~~*/
.discountsapply, .allcatdiscounts, .allproddiscounts, .detaildiscounts, .proddiscounts{
	color:#333;
	font-size:0.8em;
}

/* ~~ Table backgrounds for cart, search etc ~~*/
table.cobtbl{
	background-color: #CAE5AE;
	width:94%;
	margin-left:8px;
} 

td.cobhl{
	background-color:#fff;
	font-weight: normal;
	color:#333;
	font-size:0.9em;
	
}

td.cobll{
	background-color: #fff;
	color : #333;
	font-weight:bold;
	font-size:0.8em;
}

/* ~~ The footer ~~ */
.footer {
	padding: 0px;
	position: relative;
	clear: both; 
	overflow:auto;
	background:  url(images/btmbg.gif) #f1f1f1 repeat-x;
}

div.footer1{
	width:980px;
	margin: 0 auto;
}

div.foobar{
	width:100%;
	margin: 0 auto;
	height:24px;
	background:#96CB44;
}

div.cards{
	width:100%;
}

.cards img{margin:2px 4px 0px 4px; cursor:pointer;}

div.foo1{
	font: 0.8em Arial, Helvetica, sans-serif;
	float:right;
	width:25%;
	padding: 0px;
	line-height:1.7em;
  	background: #f1f1f1;
	text-align:right;
	
}

.foo1 a, .foo2 a, .foo3 a, .foo4 a{color:#6D6D6D;; text-decoration:none;}
.foo1 a:hover, .foo2 a:hover, .foo3 a:hover, .foo4 a:hover{text-decoration:underline;}

.foo2{
	font: 0.8em Arial, Helvetica, sans-serif;
	float:right;
	padding:0px;
	width:25%;
	color: #6D6D6D;
	line-height:1.7em;
  	background: #f1f1f1;
	text-align:right;
}

.foo3{
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #6D6D6D;
	float:right;
	width:25%;
	padding:0px;
	line-height:1.7em;
    background: #f1f1f1;
	text-align:right;
}

.foo4{
	font: 0.8em Arial, Helvetica, sans-serif;
	float:right;
	line-height:1.7em;
	width:25%;
  	background: #f1f1f1;
	text-align:right;
}

p.foothead{
	font-weight:bold; 
	text-align:right;  
	margin: 20px 0px 10px 0px;
	font-size:0.9em;
	color:#666;
	line-height:25px;
	padding-left:0px;
}

.ftrbtm{
	width:50%;
	float:left;
	font-size:0.7em;
	color: #666;
  	padding-top:22px;
    background: #f1f1f1;
}

.ftrbtm1{
	width:50%;
	float:left;
	text-align:right;
	font-size:0.7em;
	color:#666;
	padding-top:22px;
    background: #f1f1f1;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*This is the first breakpoint and contains styles for screens 980px to 710px*/
@media screen and (max-width: 980px) {
	
div.container, div.content1 {
	width:712px;
}

div.content{
	width:522px;
}

div.logoright{
    display:none;
  }
  
div.blurbright{
	width:490px;
}

div.footer1{
	width:712px;
}
  
 /* The products page 
-------------------------------------*/
div.prodnavigation{
    width:320px;
}
  
div.allproddiscounts{
	width:568px;
}
  /* The product detail page 
-------------------------------------*/
.detailid {
	width:330px;
}
  
div.detailimage{
    height:auto;
  }

.detailmanufacturer{
	width:330px;
}

.detailsku{
	width:330px;
}

.detailinstock{
	width:290px;
}

.detailname {
	width:290px;
	font-size: 1em;
}

.detaildiscounts{
	width:294px;
}

div.detaildescription{
	width:100%;
  	float:left;
}

.detaillistprice{
	width:100%;
}

div.detailprice{
	width:100%;
}

div.detailcurrency{
	width:100%;
}

.detailoptions{
	float:right;
	width:330px;
	padding-left:0px;
}

select.detailprodoption{
	font-size: 0.9em;
	float:right;
	width:170px;
	margin:6px;
}

.detailoptiontext{
	padding: 6px;
	float:left;
}

.previousnext{
	width:100%;
}

div.emailfriend{
	width:100%;
 }

div.detailquantity{
	width:380px;
}

div.detailquantitytext{
	margin:4px;
	float:left;
	width:114px;
	text-align:right;
}

div.detailquantityinput{
	width:250px;
}

div.detailaddtocart,.detailoutofstock{
	width:100%;
}

.detailnotifystock{
	width:100%;
}
  
div.review{
    font-size:0.9em;
}

}

/*This is the second breakpoint and contains styles for screens 710px to 480px*/
@media screen and (max-width: 715px) {

div.container, div.content1 {
	width:480px;
}

div.content{
	width:480px;
}

/*Hide right navigation bar*/
div.sidebar1{
	display:none;
}
  
div.tlinks{
    width:100%;
}

div.tsearch{
    float:right;
}

div.logo{
    width:100%;
}

div.smedia{
    display:none;;
}

div.blurbleft{
    width:100%
}

div.blurbright, div.blurbright1{
	width:100%;
}

div.footer1{
	width:480px;
} 
  
nav { 
  	height: auto;
}

nav ul {
  	width: 100%;
  	display: block;
  	height: auto;
}

nav li {
	width: 50%;
	float: left;
	position: relative;
}

nav li a {
	border-bottom: 1px solid #96CB44;
}

nav a {
  	text-align: left;
  	width: 100%;
  	text-indent: 25px;
}

nav a:hover, nav a:active {
  	border-radius: 0px;
	background-color: #009900;
}
  
div.foo1, .foo2, .foo3, .foo4{
    width:50%;
}
	
/*tables for cart and search*/
table.cobtbl{
	font-size: 0.8em;
    margin-right:8px;
    margin-bottom:12px;
} 

/*the product page*/
div.prodfilter{
	display:none;
}
  
div.prodfilterbar{
	display:none;
}

div.product{
	width:49% !important;
	height:auto;
	margin-left:14px;
}

div.prodnavigation{
	width:428px;
	padding-left:14px;
}

div.checkoutbutton{
	width:428px;
	float:left;
	padding-left:12px;
}

div.allproddiscounts{
	width:428px;
	padding-left:14px;
}

select.prodoption{
	width:130px;
}

div.optiontext{
	min-width: 175px;
}

div.listprice{
	width:428px;
}

div.prodcurrency{
	width:428px;
}

div.pagenums{
	width:428px;
}

.notifystock{
	width:428px;
}

/*the detail page*/
div.detailimage{
	width:428px;
	margin-left:6px;
    height:auto;
}

.detaillistprice{
	width:420px;
    float:left;
}

.detailid {
	width:428px;
 	margin-left:16px;
    float:left;
}

.detailmanufacturer{
	width:442px;
    float:left;
}
  
.detailsku{
	width:446px;
    float:left
}

.detailinstock{
	width:440px;
    float:left;
}

.detailname {
	width:440px;
    float:left;
}

.detaildiscounts{
	width:450px;
    float:left;
}

div.detailprice{
	width:440px;
    float:left;
}

div.detailcurrency{
	width:440px;
    float:left;
}

.detailprodoption{
	width:220px;
	float:right;
}

div.detailoptiontext{
    min-width:240px;
	float:left;
}

div.detailoptions{
	width:460px;
	padding-left:10px;
	float:left;
}

div.review{
	width:400px;
	margin-left:16px;
}

div.detaildescription{
	width:420px;
    float:left;
}

.previousnext{
	width:440px;
}

div.emailfriend{
	width:440px;
}

div.detailquantity{
	width:400px;
}

div.detailquantitytext{
	width:180px;
}

div.detailquantityinput{
	width:200px;
}

.detailoutofstock{
	width:440px;
}

.detailnotifystock{
	width:440px;
}

div.category{
	width:420px;
}
}

/*This is the first breakpoint and contains styles for screens 480px and lower*/
@media only screen and (max-width : 480px) {
div.container, div.content1, div.content {
	width:312px;
}

nav {
	border-bottom: 0;
}

nav ul {
	display: none;
	height: auto;
}
  
nav a#pull {
	display: block;
	background-color: #009900;
	width: 100%;
	position: relative;
	border-radius:0px;
    color:#fff;
}

nav a#pull:after {
	content:"";
	background: url('images/mobmenu.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 6px;
}
  
 div .callbacks_container{
    display:none;
}
  
div.blurbright, div.blurbright1{
    width:300px;
}
  
h1{
    padding:2px 0px 0px 6px;
    width:90%;
}
  
div.homeprod1{
	width:300px;
	border:1px solid #D6DEB9;
	padding:2px;
	margin:0px 0px 4px 0px;
	float:left;
}
  
div.footer1{
	width:312px;
}

/* ~~ Remove left hand cart column ~~*/
.cobcol1{
	display:none;
}

/* ~~ Modify additional info field on checkout ~~*/
textarea.addinfo{
	width:150px;
}

/*the product page*/
div.prodfilter{
	display:none;
}
  
div.prodfilterbar{
	display:none;
}

div.prodnavigation{
	width:190px;
}

div.checkoutbutton{
	width:280px;
	float:left;
	margin-left:6px;
}

div.allproddiscounts{
	font-size: 0.8em;
	width:280px;
	margin-left:4px;
}

div.product{
	height:auto;
	margin-left:4px;
}

div.prodnavigation{
	width:280px;
	padding-left:14px;
}

select.prodoption{
	width:130px;
}

div.optiontext{
	min-width: 142px;
}

div.listprice{
	width:236px;
}

div.prodcurrency{
	width:292px;
}

.notifystock{
	width:292px;
}

div.pagenums{
	width:292px;
	padding:2px;
}

/*the detail page*/
div.detailimage{
	width:282px;
	padding:6px;
	float:left;
}

.detailid {
	width:292px;
	float:left;
	margin-left:10px;
}

.detailmanufacturer{
	width:292px;
}

.detailinstock{
	width:292px;
}

.detailname {
	width:282px;
}

.detaildiscounts{
	width:292px
}
  
span.detaildiscountsapply{
    display:none;
}

.detaillistprice{
	width:292px;
}

div.detailprice{
	width:292px;
}

div.detailcurrency{
	width:292px;
}

div.detailoptions{
	width:270px;
	padding-left:6px;
}

.detailoptiontext{
	width:140px;
}

select.detailprodoption{
	width:158px;
}

div.review{
	width:278px;
	margin-left:6px;
}
.previousnext{
	width:292px;
}

div.emailfriend{
	display:none;
}

div.detailquantity{
	width:222px;
}

div.detailquantitytext{
	width:80px;
}

div.detailquantityinput{
	width:120px;
}
div.detaildescription{
	width:292px;
}

div.detailaddtocart,div.detailoutofstock, div.previousnext{
	width:100%;
}

.detailnotifystock{
	width:292px;
}

p.cstitle{
	float:left;
	width:292px;
}

.csproduct{
	float:left;
	width:292px;
}

/*the category page*/
div.category{
	width:292px;
}
/*the Receipt Headers page*/
.receipthr{
	height: 0;border-width: 1px 0 0 0;border-style: solid;border-color: #F89961;
}
.receipthl{
	background-color:#9FB5FF;
}
.receiptheading{
	background-color:#F89961;color: #FFFFFF;font-weight:bold; 
}
}