/* CSS Document */

* {  }

html {
	font-size: 76%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#625221;

}
/**********************************************
* Main positional elements
***********************************************/
#screenReaderLinks {
	position: absolute;
	width: 990px;
	left: -999px;
	top: 0px;
}
body {
	text-align: center;
	background-color:#FFFFFF;
	margin: 0; padding: 0;
}

body.wht #content {
	background-color:#FFFFFF;
	width:620px;
}
body.wht #contentHome {
	background-color:#FFFFFF;
	width:620px;
	/*padding-left: 20px;
	#padding-left: 20px;*/

}
body.color #content {
	background-color:#f6ecdc;
	display:inline;
}
body.color #contentHome {
	background-color:#f6ecdc;
	display:inline;
}
/***  Template with 1 pod wide right column ***/



body#product3cols #pods {
	width:160px;
	float:right;
}

body#cartpage #content {
	width:620px;
}

/***  Template with 2 pod wide right column ***/

body#general3cols #content {
	width:364px;
}

body#general3cols #pods {
width:256px;
}
/*** Sitemap layout ***/
body#sitemap #content {
	width:620px;
}

/** bg images **/
/*body#general3cols.wht #mainContent {
background:url(../images/layout/bg-generalwht.gif) left top repeat-y;
}
body#general3cols.color #mainContent {
background:url(../images/layout/bg-generalcolor.gif) left top repeat-y;
}*/

body#product3cols.wht #mainContent {
/*background:url(../images/layout/bg-productwht.gif) left top repeat-y;*/
}
body#product3cols.color #mainContent {
background:url(../images/layout/bg-productcolor.gif) left top repeat-y;
}

body#cartpage.wht #mainContent {
background:url(../images/layout/bg-cartpagewht.gif) left top repeat-y;
}
/*** Homepage Template ***/
body#homepage {

}

#container {
	
	text-align: left;
	width:985px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/**********************************************
	General Settings 
***********************************************/
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	
}
h1 {
	font-size:1.2em;
}

h2 {
	font-size:1.1em;
}
h3 {
	font-size:1em;
}

h3 {
	font-size:0.9em;
}

h4 {
	font-size:0.8em;
}
a {
	font-size: 1em;
	color:#5E0000;
	text-decoration:none;
}

a:active {
	color:#625221;
}
a:visited {
	color:#5E0000;
}
a:hover {
	color:#5E0000;
	text-decoration:underline;
	
}

a.bestseller {
  color:#5E0000;
  font-weight: bold;
	text-decoration:none;
}
a.bestseller b {
  color: #e0b7bd;
  text-decoration: none;
}

a.bestseller:hover {

  text-decoration:underline;
}


hr {
 color: #625221;
background-color: #625221;
height: 1px;
border: 0;
}

/**** Form elements ***/
label {
	display:block;
}

input[type="text"] {
	/* width:200px; */
}



input.radio, input.checkbox, input.submit {
width:auto;
}

textarea {
	width:300px;
	height:100px;
}
input:focus, textarea:focus {
	background:#f8f9f9;
}
.required {
	font-style:normal;
	font-weight:bold;
	font-size:1.4em;
	color:#760000;
}



/**** Logo  ***/


#logo {
	color:#989898;
	height:10em;
}

#logo h1 {
margin:0;
width:368px;
height:45px;
background-color:#FFCC00;
float:left;
background:url(images/layout/logo.gif) left top no-repeat;
position:relative;
top:3em;
text-indent:-9000px;
}

/**** Search ***/

#search {
	width:180px;
	float:right;
	color:#989898;
	position:relative;
	top:3em;
}
#search * {
	padding:0;
	margin:0; 
}

#search a {
	text-decoration:none;
	color:#989898;
}
#search form {
margin-top:5px;
}

#search input[type="text"] {
	width:100px;
	font-size:1em;
	 border:#CCCCCC 1px solid;
}
#search input[type="image"] {
	position:relative;
	top:0.2em;
}
#search select {
	font-size:1em;
	font-size:1em;
	width:100px;
	border:#CCCCCC 1px solid;
}
#search label {
	position:absolute;
	left:-1999px;
}

/**** Shopping Cart  ***/

#shoppingcart {
	width:185px;
	float:right;
	color:#989898;
	position:relative;
	top:3em;

}
#shoppingcart  {
	padding:0;
	margin:0; 
}
#shoppingcart ul {
	padding:0;
	margin:0 0 5px 0;
	list-style:none;
}

#shoppingcart ul.shopnav {

}
#shoppingcart ul.shopnav li {
	float:right;
} 

#shoppingcart ul.shopnav li a {
	display:block;
	margin-left:8px;
}
#shoppingcart ul.shopnav li a.last {
margin-left:0;
}

#shoppingcart a {
	text-decoration:none;
	color:#989898;
}


div.cartelements1 {
	border-top:#ccc 2px solid;
	border-left:#ccc 2px solid;
	width:76px;
	padding:5px;
	float:right;
	text-align:left;
}
div.cartelements2 {
	border-top:#ccc 2px solid;
	border-left:#ccc 2px solid;
	border-right:#ccc 2px solid;
	width:77px;
	padding:5px;
	float:right;
	text-align:left;
}
div.cartelements21 {
		width:165px;
	padding:5px;
	float:right;
	text-align:left;
}

div.cartelements3 {
	border-top:#ccc 2px solid;
	border-left:#ccc 2px solid;
	border-bottom:#ccc 2px solid;
	width:77px;
	padding:5px;
	float:right;
	text-align:left;
}
div.cartelements4 {
	border:#CCCCCC 2px solid;
	width:76px;
	padding:5px;
	float:right;
	text-align:left;
}
div.cartelements {
	border:#CCCCCC 2px solid;
	width:72px;
	padding:5px;
	float:right;
	text-align:left;
}

/**** Main navigation ***/

#mainNav {
	background-color:#dbc8b9;
	height:118px;
}
#mainNav ul.navboxes {
	padding:0;
	margin:0;
	list-style:none;
}
#mainNav ul.navboxes li {
	color:#FFFFFF;
	float:left;
}

#mainNav ul.navboxes li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	width:118px;
	height:118px;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px;
	font-weight:bold;
	background-color:#625221;
}
#mainNav ul.navboxes li a:hover {
	background-color:#715e27;
}

#mainNav ul.navboxes li+li a { background-color:#b39759; }
#mainNav ul.navboxes li+li a:hover { background-color:#bda164; }
#mainNav ul.navboxes li.second a { background-color:#b39759; }
#mainNav ul.navboxes li.second a:hover { background-color:#bda164; }
#mainNav ul.navboxes li+li+li a { background-color:#d9c7a2; }
#mainNav ul.navboxes li+li+li a:hover { background-color:#e1d1af; }
#mainNav ul.navboxes li.third a { background-color:#d9c7a2; }
#mainNav ul.navboxes li.third a:hover { background-color:#e1d1af; }
#mainNav ul.navboxes li+li+li+li a { background-color:#e0b7bd; }
#mainNav ul.navboxes li+li+li+li a:hover { background-color:#e8c6cb ; }
#mainNav ul.navboxes li.fourth a { background-color:#e0b7bd; }
#mainNav ul.navboxes li.fourth a:hover { background-color:#e8c6cb ; }
#mainNav ul.navboxes li+li+li+li+li a { background-color:#a08b78; }
#mainNav ul.navboxes li+li+li+li+li a:hover { background-color:#ab9785; }
#mainNav ul.navboxes li.fifth a { background-color:#a08b78; }
#mainNav ul.navboxes li.fifth a:hover { background-color:#ab9785; }
#mainNav ul.navboxes li+li+li+li+li+li a { background-color:#e4d1b3; }
#mainNav ul.navboxes li+li+li+li+li+li a:hover { background-color:#f0dfc5; }
#mainNav ul.navboxes li.sixth a { background-color:#e4d1b3; }
#mainNav ul.navboxes li.sixth a:hover { background-color:#f0dfc5; }

/* second row */
#container ul.second_row {
padding: 0;
margin: 0;
float: left;
list-style: none;
}
#container ul.second_row li {
float: left;
display: block;
background-color: #e4d1b3;
background-image: url('/images/home/africansmall.png');
background-repeat: no-repeat;
width:236px;
height:118px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
color: #fff;
}
#container ul.second_row li+li { background-color: #f0e0c9; background-image: url('/images/home/asian.png'); background-repeat: no-repeat; }
#container ul.second_row li.second { background-color: #f0e0c9; background-image: url('/images/home/asian.png'); background-repeat: no-repeat; }
#container ul.second_row li+li+li { background-color: #f0e0c9; background-image: url('/images/home/Beauty_Tips.png'); background-repeat: no-repeat; }
#container ul.second_row li.third { background-color: #f0e0c9; background-image: url('/images/home/Beauty_Tips.png'); background-repeat: no-repeat; }
#container ul.second_row li div {
	float: left;
	width: 50px;
	height: 50px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: #625221;
}
#container ul.second_row li a {
	font-size: 0.9em;
	display:block;
	text-decoration:none;
	font-weight: bold;
	color:#FFFFFF;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: -55px;
	position: relative;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#container ul.second_row li a:hover {
	color: #d9c7a2;
	text-decoration: none;
}
#container ul.second_row li+li div { background-color: #d9c7a2; }
#container ul.second_row li.second div { background-color: #d9c7a2; }
#container ul.second_row li+li a:hover { color: #a08b78; }
#container ul.second_row li.second a:hover { color: #a08b78; }
#container ul.second_row li+li+li div { background-color: #a08b78; }
#container ul.second_row li.third div { background-color: #a08b78; }
#container ul.second_row li+li+li a:hover { color: #e4d1b3; }
#container ul.second_row li.third a:hover { color: #e4d1b3; }

/* third row */
#container ul.third_row { padding: 0; margin: 0; float: left; background-color: red; list-style: none; }
#container ul.third_row li {
float: left;
display: block;
background-color: #e7dac5;
background-image: url('/images/home/southasiansmall.png');
background-position: top right;
background-repeat: no-repeat;
width:256px;
height:118px;
padding-top: 10px;
}
#container ul.third_row li div { float: right; width: 50px; height: 50px; padding-top: 3px; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; background-color: #b39759; margin: 0; margin-right: 66px; }
#container ul.third_row li a { font-size: 0.9em; display:block; text-decoration:none; color:#fff; float: right; width: 50px; height: 50px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; position: relative; margin-right: -56px; font-weight: bold; }
#container ul.third_row li a:hover { color: #e4d1b3; }
#container ul.third_row li+li { background-color: #fce7ef; background-image: url('/images/home/latinasmall.png'); background-repeat: no-repeat; }
#container ul.third_row li.second { background-color: #fce7ef; background-image: url('/images/home/latinasmall.png'); background-repeat: no-repeat; }
#container ul.third_row li+li+li { background-image: url('/images/home/Special_Offers.png'); background-repeat: no-repeat; }
#container ul.third_row li.third { background-image: url('/images/home/Special_Offers.png'); background-repeat: no-repeat; }
#container ul.third_row li+li div { background-color: #e0b7bd; }
#container ul.third_row li.second div { background-color: #e0b7bd; }
#container ul.third_row li+li a:hover { color: #e7dac5; }
#container ul.third_row li.second a:hover { color: #e7dac5; }
#container ul.third_row li+li+li a { font-weight: bold; background-color: #f0dfc5; color: #ffffff; float: none; margin-left: 190px; }
#container ul.third_row li.third a { font-weight: bold; background-color: #f0dfc5; color: #ffffff; float: none; margin-left: 190px; }
#container ul.third_row li+li+li a:hover { color: #e7dac5; }
#container ul.third_row li.third a:hover { color: #e7dac5; }


/*** main content area ***/

#mainContent {
	display:inline;
	width:985px;
	
/*	#width: 160px;*/

}
#mainContent  #content{
	text-align:left;
	width:600px;
}

/*** Side navigation ***/

#sideNav {
 /* background-color:#a08b78;*/
  	color:#FFFFFF;
  	width:175px;
	min-height:600px;
/*	background:#EF9AB1 ; */
	float:left;
/*position:absolute;*/
}
#sideNav1 {
 /* background-color:#a08b78;*/
  	color:#FFFFFF;
	width:175px;
	float:left;
/*position:absolute;*/
}
.weship{
	background-color:#B09C8A;
	height:22px;
	line-height:14px;
	color:#fff;
	width:155px;
	text-transform:uppercase;
}
#sideNav ul {
  padding:0;
  margin:0;
  list-style:none;
}

#sideNav ul li {
  display:inline;
}

#sideNav li a {
  text-decoration:none;
  color:#FFFFFF;
  display:block;
  border-bottom:#FFFFFF 1px solid;
  padding: 5px 15px;
  background:url(../images/layout/wht-bullet.gif) 5px 7px no-repeat;
}

#sideNav li a:hover {
  color:#c3b3a1;
}

#sideNav ul.secsubnav {
  margin-top:20px;
}

#sideNav ul.secsubnav li a {
  color:#f6ecdc;
  border-bottom:#c3b3a1 1px solid;
  background:url(../images/layout/secsubnav-bullet.gif) 5px 7px no-repeat;
}

#sideNav ul.secsubnav li a:hover {
  color:#fff;
}

/*** Content area ***/

#content {
  padding:10px 2px 10px 2px;
  float:left;
  overflow: hidden;
}
#contentHome{
  padding:10px 2px 10px 2px;
   float:left;
  overflow: hidden;
}
#breadcrumbs {
  font-size: 100%;
  height:3.5em;
}

.sml, .smldark  {
  font-size:0.9em;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

.smldark {
  color:#b39759;
}


div.list p, div.bought p {
  margin:10px auto;

}
div.list{
	float:left;
	margin-top:30px;
	width:310px;

}
div.list img {
	margin-right:2px;
	margin-bottom:5px;
	border:#625221 1px solid;
	float:left;
	/*width:92px; */
}

div.list h3 {
  margin-bottom:5px;
}

div.bought img{
  border:#625221 1px solid;
}

div.bought {
  margin-right:35px;
  float:left;
  width:120px;
}

div.bought input {
  border:#CCCCCC 1px solid;
  font-size:1em;
  font-size:1em;
  background-color:#FFFFFF;
}

div.bought a { 
  text-decoration:none;
  color:#655626;
}

div.list select, div.list input  {
  font-size:1em;
  font-size:1em;
  border:#CCCCCC 1px solid;
}

div.list select {
  width:100px;
}

div.list input  { 
}

div.list input.moreinfo {
  background-color:#FFFFFF;
  width:80px;
}

div.list input.addtocart {
  background-color:#FFFFFF;
  width:100px;
  background:#FFFFFF url(../images/layout/icons/shop-bag.gif) left no-repeat;
  padding-left:10px;
}

div.list input.qty {
  border:#CCCCCC 1px solid;
  width:20px;
  text-align:center;
}

p.results {text-align:center;}

p.newsletter {
  color:#FFFFFF;
  font-weight: bold;
}

/*** tabs ***/

#content ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #d9c7a2;
	height:25px;
	clear:both;
}
#content ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
	
}
#content ul.subsection_tabs li a {
	display:block;
	height:20px;
	padding:5px 6px 0 6px;
	background-color:#fff;
	color:#625221;
	width:80px;
	text-decoration:none;
	font-weight:bold; /*background-color:#CCC;*/
}

#content ul.subsection_tabs li a:hover {
	color:#b39759;
}

#content ul.subsection_tabs li a.active {
	background-color:#d9c7a2;
		text-decoration:none;
}
/*****************
	 pods 
******************/

#pods {
	width:160px;
	float:right;

}

#pods a, #homepods a {
	text-decoration:none;
}
/*** big pod styles **/
#pods div, #homepods div{
	width:128px;
	height:128px;
	float:left;
	overflow:hidden;
}

 #homepods div.double{
	width:256px;
	height:128px;
	float:left;
	overflow:hidden;
}
#pods div p, #homepods div p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px;
}
#pods div p.lite, #homepods div p.lite {
	color:#FFFFFF;
}
#pods div p.dark, #homepods div p.dark {
	color:#625221;
}
.podStyle1 , .podStyle1 a{
	/*background-color:#625221;*/
	color:#000000;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
}
.podStyle1 p {
	color:#732222  !important;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:1px;
}
.podStyle2 {
	background-color:#b39759;
}
.podStyle3 {
	background-color:#d9c7a2;
}
.podStyle4 {
	background-color:#e0b7bd;
}
.podStyle5 {
	background-color:#a08b78;
}
.podStyle6 {
	background-color:#e4d1b3;
}
/** home pods **/
.podhome1 {
background: #fff5ed url(../images/home/black.jpg) left top no-repeat;

}

.podhome2 {
background-color:#e4d1b3;
}

.podhome3 {
background: #cea47b url(../images/home/asian.jpg) left top no-repeat;
}

.podhome4 {
background-color:#f0e0c9;
}

.podhome5 {
background-color:#e7dac5;
}

.podhome6 {
background: #f6ecdc url(../images/home/indian.jpg) left top no-repeat;

}

.podhome7 {
background-color:#fce7ef;
}

.podhome8 {
background: #dbc8b9 url(../images/home/latina.jpg) left top no-repeat;

}
/*** small pod styles ***/
#pods div div {
	font-size:0.9em;
	position:relative;
	top:10px;
/*	left:10px; */
	width:60px;
	height:60px;
	padding:3px;
	overflow:hidden;
}

#homepods div div {
	font-size:0.9em;
	position:relative;
	top:10px;
	left:10px;
	width:50px;
	height:50px;
	padding:3px;
	overflow:hidden;
}

.podsmlbox1 {
background-color:#a08b78;
color:#FFFFFF;
}

.podsmlbox1 a, .podsmlbox1 a:active {
	color:#FFFFFF;
}
.podsmlbox1 a:hover {
	color:#e4d1b3;
}

.podsmlbox2 {
background-color:#FFF;
color:#a08b78;
}

.podsmlbox2 a, .podsmlbox2 a:active {
	color:#876e5c;
}
.podsmlbox2 a:hover {
	color:#b39759;
}
/*** small home pods ***/
/* black beauty */
.podsmlhome1 {
	background-color:#625221;
	color:#fff;
}
.podsmlhome1 a, .podsmlhome1 a:active {
	color:#fff;
}
.podsmlhome1 a:hover {
	color:#b39759;
}
/* indian beauty */
.podsmlhome2 {
	background-color:#b39759;
	color:#fff;
}
.podsmlhome2 a, .podsmlhome2 a:active {
	color:#fff;
}
.podsmlhome2 a:hover {
	color:#e4d1b3;
}
/* asian beauty */
.podsmlhome3 {
	background-color:#d9c7a2;
	color:#fff;
}
.podsmlhome3 a, .podsmlhome3 a:active {
	color:#fff;
}
.podsmlhome3 a:hover {
	color:#a08b78;
}
/* latina beauty */
.podsmlhome4 {
	background-color:#e0b7bd;
	color:#fff;
}
.podsmlhome4 a, .podsmlhome4 a:active {
	color:#fff;
}
.podsmlhome4 a:hover {
	color:#e7dac5;
}
/*** Pod images ***/

.podimg1 {
	background:url(../images/podimgs/example01.jpg) left top no-repeat;
}

.podimgnews {
	background:url(../images/podimgs/email_signup.jpg) left top no-repeat;
}

.podimgfriend {
	background:url(../images/podimgs/tell_friend_small.jpg) left top no-repeat;
}

.podimghome1 {
	background: #f5e9e3 url(../images/home/wideimg01.jpg) left top no-repeat;
}

 #homepods .podimghome2 {
	background: #fdf1ef url(../images/home/wideimg02.jpg) left top no-repeat;
	postion:relative;
	width:256px;	
}
 #homepods .podimghome2 div.podsmlbox2 {
margin-left:128px;
}
/*** Bottom Navigation area ***/

#footer {
	clear:both;
	background-color:#FFFFFF;
	color:#A3A3A3;
	padding-top:30px;
	padding-bottom:20px;
	padding-left:140px;
}
#footer a {
color:#989898;
text-decoration:none;
}
#footer ul {
	padding:0;
	margin:0;
	list-style:none;
}
#footer li {
float:left;

}

#footer li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/layout/grey-bullet.gif) 0px 4px no-repeat;
	padding-left:12px;
	margin-right:10px;
}
#footer li a:hover {
	background:url(../images/layout/grey-bullet-hover.gif) 0px 4px no-repeat;
	color:#cbcbcd;
}
#footer p {
font-size: 90%;
margin-top:10px;
}
#footer p a, #footer p a:active, #footer p a:visited {
	color:#A3A3A3;
}
#footer p a:hover {
	color:#989898;
}

/**** Tables ****/

table.contacts
{ width: 100%;
/*background-color: #e7dac5;*/
border: 1px #625221 solid;
border-collapse: collapse;
border-spacing: 0px; }
table.total {
border: 1px #fff solid;
border-top:1px #625221 solid;

}
td[scope] {
font-weight:bold;
 }

table.contacts input[type="text"] {
	width:20px;
}

table.contacts caption {
position:absolute;
left:-9999px;
}

table.contacts th, table.contacts td {
padding:5px;
}

table.contacts th {
background-color:#A08b78;
color:#FFFFFF;
font-weight:bold;
}

input.continueshopping {
	background-color:#FFFFFF;
	width:150px;
	/*background:#FFFFFF url(../images/layout/icons/shop-bag.gif) left no-repeat;*/
	padding-left:none;
	font-size:1em;
	font-size:1em;
	border:#CCCCCC 1px solid;
	cursor: pointer;
}
input.proceedcheck {
	padding-left:none;
	font-size:1em;
	font-size:1em;
	width:180px;
	border:#625221 1px solid;
background-color:#A08b78;
	color:#FFFFFF;
}
input.update {
	padding-left:none;
	font-size:1em;
	font-size:1em;
	width:100px;
	border:#CCCCCC 1px solid;
background-color:#FFFFFF;
}
table.contacts td.nobg {
background-color:#FFFFFF;
}
p.alignright {
width:100%;
text-align:right;
}
table.contacts img {border:#625221 1px solid;}


/* demo */

div.demolayout {
	width: 100%;
	border-bottom:1px solid #d9c7a2;	
	margin: 0 0 20px 0;
	display:table;
	float:left;
}

ul.demolayout {
	list-style-type: none;
	width: 100%;
	border-bottom:1px solid #d9c7a2;
	float: left;
	background: url(pixel.gif) bottom left repeat-x;
}

ul.demolayout li {
	margin: 0 2px 0 0;
	float: left;
}

ul.demolayout a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #666;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
}

ul.demolayout a:hover {
	background: #fff;
}

ul.demolayout a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: red;
}

.tabs-container {
	clear: left;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 20px 8px 0 8px;
}

#demo h2 {
	font-size: 100%;
	margin: 0 0 20px 0;
}
ul.sitemap li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
}

.menu_bg{
	background-image:url(images/menus_bg.gif);
	background-repeat:repeat-x;
	height:105px;
	background-position:top left;
}

.txt_box{
	border:ridge 1px #ccc;
	width:100px;
}

.tbl_border{
	border:#c6ccd1 1px solid;
}
.tbl_border td{
	border:#c6ccd1 1px solid;
	color:#84929c;
	font-weight:bold;
	font-size:11px;
}

.both_bg{
	background-image:url(images/both_side_bg.gif);
	background-repeat:no-repeat;
	width:152px;
	height:76px;
}


.rgt_top_tbl{
	background-image:url(images/r_box_img.gif);
	background-repeat:no-repeat;
	width:160px;
	height:177px;
	display:inline-table;
}

.rgt_bot_tbl{
	background-image:url(images/r_box_img.gif);
	background-repeat:no-repeat;
	width:161px;
	height:177px;
}

.small_font_size{
	font-size:9px;
}

a.small_link{
	font-size:9px;
	text-decoration:none;
	color:#000;
}

a.click{
	font-size:11px;
	text-decoration:none;
	color:#000;
}

.small_hds{
	color:#5e0000;
	font-size:11px;
	text-transform:uppercase;
}

.newletter_hds{
	color:#fff;
	text-transform:uppercase;
	padding-top:5px;
	padding-left:40px;
	text-align:left;
}

.brown_bot_border{
	border-bottom:#dad1c9 2px solid;
}

.footerlinks {
		color:#939598;
}

.footerlinks a{
	font-size:11px;
	text-decoration:none;
	padding:4px;
	color:#939598;
}

.welcome_heading{
	color:#732222;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

.bld_txt{
 font-weight:bold;
}

.topmenu_padd{
	padding-top:0px;
}

.afrn_beauty{
	width:86px;
	height:86px;
	background-color:#76622b;
	font-family:Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:center;
	border-left:#fff 1px solid;
	text-transform:uppercase;	

}

.south_beauty{
	width:86px;
	height:86px;
	background-color:#c2a56b;
	font-family:Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:center;
	border-left:#fff 1px solid;
	text-transform:uppercase;	

}

.east_beauty{
	width:86px;
	height:86px;
	background-color:#e1d0b1;
	font-family:Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:center;
	border-left:#fff 1px solid;
	text-transform:uppercase;	

}

.lating_beauty{
	width:86px;
	height:86px;
	background-color:#e6c5c8;
	font-family:Century Gothic,Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	color:#fff;
	text-align:center;
	border-left:#fff 1px solid;
	text-transform:uppercase;

}

a.toplinks{
	font-family:Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}

.menus{
	margin:0;
	padding:0;
}

.menus a{
	padding:0px 20px 0px 20px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.infoBoxHeading {
	/*display: none;*/
}
.bestseller{
	line-height:16px;
}
.podStyle1 UL
{
	list-style-type: disc !important;
}
.mainHead {
	color:#5E5E5E;
	text-align:left;
	font-size:16px;
	border-bottom:2px solid;
}
.headings{
	text-align:left;
	color:#D73D5B;
	font-size:14px;
}
.wholes {
	border-bottom:1px solid;
	padding:10px 0;
	width:50%;
}
.wholes IMG{
	height:140px;
	width:120px;
}
.images {
	padding-right:4px;
}
.borderss{
	float:left;
	padding-left:35px;
	width:22%;
	padding-top:50px;

	
}
.det{
	vertical-align:top;
	text-align:left;
	width:100%;
}
.det p{
	margin-top:4px;
}
.boxText{
	text-align:left;
}
.manfs{
	padding-top:20px;
	#padding-top:0px;
}
.imgheight{
	width:5%;
}
.smallText a {
	color:#5E0000;
}
#currency_select select { width: 180px; font:1.0em Arial, Helvetica, sans-serif; 
}