body {
  font: 62.5%/1.6 "arial", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  text-align: center;
  min-width: 760px;
  margin: 0;
  background: url(/images/pattern_bg.gif) repeat-x;
}
h1 {
  font-size: 19px;
  font-weight: normal;
}
h2 {
  font-size: 17px;
  font-weight: normal;
}
h3 {
  font-size: 15px;
  font-weight: normal;
}
p {
  font-size: 12px;
}
.grey {
  color: #949494;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
h1, h2, p {
  margin: 0 0 18px 0;
}
#header {
  height: 160px;
  padding: 0;
  margin: 0;
  background: url(/images/pattern_bg.gif) repeat-x;
  width:100%;
}
#head_inner {
  position: relative;
  margin: 0 auto;
  height: 160px;
  padding: 0;
  width: 972px;
}
#wrapper {
  width: 972px;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  margin-top: 3px;
}
a {
  outline: none;
}
img {
  outline: none;
  border: 0;
}
#content {
  width: 780px;
  float: right;
}
.contentHome {
  width: 782px;
  float: left;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.contentHome_spacer {
	clear: both;
	height: 500px;
	width: 200px;
}

#content_inner {
  padding: 0 0 20px 15px;
  position: relative;
  float: left;

  width: 765px;
}
#footer {
  clear: both;
  margin-top: 5px;
  background-color:#000;
  text-align: center;
  color: #bd6375;
  padding: 5px 10px;
}
#footer a {
  color: #bd6375;
  text-decoration: none;
  font-size: 11px;
}
#footer a:hover {
  color: #fff;
}
a#logo {
  background: url(/images/logo.png) no-repeat;
  width: 210px;
  height: 121px;
  display: block;
  float: left;
}
.home_placeholder {
  float: right;
  margin: 0;
  padding: 0;
  width: 194px;
}
.home_placeholder img {
  display: block;
  margin-bottom: 1px;
}
.home_placeholder a {
  margin: 0;
  padding: 0;
}
.phone {
  background: url(/images/phone.png) no-repeat;
  width: 440px;
  height: 159px;
  float: right;
  position: relative;
}
#shop_bag a {
  color: #fff;
  text-decoration: none;
}
#shop_bag {
  font-size: 12px;
  color: #fff;
  text-align: left;
  position:absolute;
  top:131px;
  right:70px;
  width:280px;
  height:20px;
}
.alt_img {
  width: 137px;float: left;margin-left: 36px;text-align: center;margin-top: 10px;
}
.alt_img h3, .prod_wrap h3, .alt_img h3 a, .prod_wrap h3 a {
  line-height: 15px;margin: 0;font-size: 13px;color: #000;text-decoration: none;
}
.alt_img h3 a:hover, .prod_wrap h3 a:hover {
  color: #ee0779;
}
.alt_img p, .prod_wrap p {
  line-height: 14px;margin: 2px 2px 5px 2px;font-weight: bold;
}
.prod_wrap {
  width: 137px;float: left;margin-right: 10px;text-align: center;margin-top: 10px;
}

.prod_display {
  float: left;
  margin-top: 20px;
  margin-bottom: 30px;
}
.lineout {
  text-decoration: line-through;
}
.int_price {
  color: #772233;
  font-size: 22px;
}
#mainNav .news_letter {
  position: relative;
  background: url(/images/news_bg.gif) no-repeat;
  height: 270px;
  width: 186px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
#mainNav .news_letter fieldset {
  margin: 0;
  float: left;
  margin-top:40px;
  width: 177px;
  padding: 0;
  border: 0;
  text-align: right;
}
#mainNav .news_letter .news_submit {
  width: 83px;
  height: 23px;
  margin: 0;
  padding: 0;
}
#mainNav .news_letter input {
  padding: 0;
  margin: 0;
  width: 160px;
  padding-left: 5px;
}
#mainNav .blog {
  float: left;
  background: #ddd;
  width: 187px;
  margin: 0 0 10px 0;
}
#mainNav .bloginner {
  padding: 5px;
}
#mainNav .blog h3 {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
#mainNav .blog .date, #mainNav .date a {
  color: #bd6375;
  text-decoration: none;
}
#mainNav .blog p {
  margin: 0;
  font-size: 12px;
  color: #999;
  line-height: 15px;
}
#mainNav .blog a:hover {
  text-decoration: underline;
}
#footer_base {
  color: #000;
  clear: both;
  background: #a2a2a2 url(/images/cards1.jpg) no-repeat center center;
  height: 80px;
  padding: 10px 10px;
}
p.design_by a {
  float:right;
  color: #fff;
  text-decoration: none;
}

/* Product Page Classes*/

#productcategory{
	width: 400px;
	float:left;
}
#productcategoryinfo{
	width: 300px;
	float: right;
	text-align:right;
	padding: 3px 0 0 0;
}
.productindividual{
	width: 100%;
	overflow:hidden;
	border-bottom: 1px solid #f5d8de;
	padding: 10px 0 10px 0;
}
.productimage{
	width: 135px;
	float: left;
	text-align:center;
	margin: auto auto;
}
.productinfo{
	width: 625px;
	float: right;
}
.productinfotitle{
	margin: 0 0 6px 0;
	font-size: 18px;
	color: #303030;
}
.productinfodesc{
	font-size: 12px;
	color: #484848;
	line-height:normal;
}
.productprice{
	width: 200px;
	float: left;
}
.productpricetext{
	color: #bd6476;
	font-size: 18px;
	margin: 0;
}
.floatright{
	float:right;
}
.productpagelink{
	text-align:right;
	margin: 10px 0 0 0;
}
A.productpagelink:active, A.productpagelink:link, A.productpagelink:visited {
font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #bd6476; font-weight: normal; text-decoration: none;
}
A.productpagelink:hover{
font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #bd6476; font-weight: normal; text-decoration: underline;
}
A.biglink:active, A.biglink:link, A.biglink:visited {
font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; font-weight: normal; text-decoration: none;
}
A.biglink:hover{
font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; font-weight: normal; text-decoration: underline;
}
A.enlarge:active, A.enlarge:link, A.enlarge:visited {
font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #7e7e7e; font-weight: normal; text-decoration: none;
}
A.enlarge:hover{
font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #7e7e7e; font-weight: normal; text-decoration: underline;
}
.largeproductimage{
	width: 300px;
	float: left;
	text-align:center;
	margin: auto auto;
}
.largeproductinfo{
	width: 450px;
	float: right;
}
.pinktitle{
	margin: 0;
	color: #a85263;
	font-size:14px;
}
.pinktitleDev{
	margin: 0;
	color: #a85263;
	font-size:18px;
}
.features{
	background:url(/images/pinkarrow.jpg) no-repeat;
	padding: 0 0 0 20px;
	line-height:normal;
	margin: 0;
}
.smallBlk{
	background:url(/images/pinkarrow.jpg) no-repeat;
	padding: 0 0 0 25px;
	line-height:normal;
	font-size:14px;
	margin: 0; list-style: none;
	
}
.productform{
	width: 210px;
	float: left;
	padding: 15px 0 0 0;
}
.productdropdown{
	width: 200px;
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #303030;
	margin: 0 0 15px 0;
}
.quantity{
	width: 100px;
	height: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #303030;
	margin: 0 0 15px 0;
}
.productoptionlinks{
	width: 200px;
	padding: 15px 0 0 0;
	float: right;
}
.addtocart{
	clear: both;
	width: 200px;
	float: left;
	padding: 10px 0 0 0;
}
.largeproductprice{
	width: 200px;
	float: right;
	clear: right;
	padding: 10px 0 0 0;
}
.altproduct{
	width: 153px;
	background: #e9e8e8;
	text-align:center;
	float: left;
	margin: 0 0 20px 30px;
}
.altproductinfo{
	padding: 0 5px 0 5px;
}
A.altproductlink:active, A.altproductlink:link, A.altproductlink:visited {
font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #363636; font-weight: normal; text-decoration: none; margin:0;
}
A.altproductlink:hover{
font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #363636; font-weight: normal; text-decoration: underline; margin:0;
}
A.altproductprice:active, A.altproductprice:link, A.altproductprice:visited {
font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #b8596c; font-weight: normal; text-decoration: none; margin:0;
}
A.altproductprice:hover{
font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #b8596c; font-weight: normal; text-decoration: underline; margin:0;
}
.displayblock{
  display: block;
}
.ch_currency a {
  padding-right: 2px;
  margin: 0;
}
.ch_currency {
  position:absolute;text-align:center;color:#fff;top:135px;left:330px;width:200px;
}
.ch_currency span {
  font-size:12px;position:relative;top:-3px;
}
.cattop{
                display: block;
                padding: 0 0 2px 0;
}
.subcat{
                display: block;
                float: left;
                padding: 0 2px 2px 0;
}


#termsandconditions ol{
	margin: 0 0 15px 25px;
}
#termsandconditions ol li{
	list-style: decimal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.News_Date{
	font-size: 13px;
	color:Black;	
	font-weight: normal;
}
.News_Description{	
	font-size: 11px;
	color:#949494;
	padding: 5px 0 10px 0;
}

.LE_Date{
	font-size: 14px;
	color:Black;
	font-weight:bold;
}

.LE_Description{
	font-size: 12px;
	color:#949494;
	font-weight:normal;
}

.purpletext{
	color: #bd6476;
	font-size: 14px;
}

.plain{
 text-decoration:none;
 margin: 0 0 6px 0;
	font-size: 18px;
	color: #303030;
}

.ul_mod{
font-size: 14px;
}

#footer_baseGrey {
  color: #000;
  clear: both;
  background: #a2a2a2 url(/images/cards2_grey.jpg) no-repeat center center;
  height: 80px;
  padding: 10px 10px;
}



