/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/background.jpg) no-repeat scroll center top transparent;
	color: #656565;
	font-size:12px;
	line-height:19px;
}
a { color: #ef2f93; text-decoration: none; }
.postname { color: #ef2f93;  }
a:hover { color: #ef2f93; text-decoration: underline;  }
ul { padding-left: 35px; }
ul li { padding: 5px 0; }
.textBox {
    font-family:Arial, Helvetica, sans-serif;
    color:#666666;
	border:1px solid #A3BED8;
	font-size:14px;
	padding: 5px;
	outline:none;
	text-decoration: none;
	font-weight: normal;
	width: 94%;
}
.headerBg {
	background:url(../images/Header-bg.png) no-repeat left top;
	width: 996px;
	height:129px;
}
.midBg {
	background:url(../images/mainbg.png) repeat-y center top;
	padding: 0;
}
.topCurve {
	background:url(../images/text-header-bg.jpg) no-repeat center top;
	width: 960px;
	height: 90px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
	font-size: 30px;
	color: #ef2f93;
	vertical-align:top;
	padding: 25px 10px 0 20px;
}
.bottomCurve {
	background:url(../images/bottom-curve.jpg) no-repeat center top;
	width:960px;
	height: 16px;
}
.innerBg {
	background:url(../images/midBg.jpg) repeat-y center top;
	width:960px;
}
.introText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal !important;
	color: #656565;
	text-align: left;
	padding: 30px 0 0 0;
}
.hrLine {
	border: none;
	background-color: #cce1ee;
	color: #cce1ee;
	height: 1px;
}
.navSelected {
	background:url(../images/selected-div.png) no-repeat left top;
	width:310px;
	height:47px;
	padding-left:55px;
	text-align: left;
}
.nav {
	background:url(../images/nonselected-div.png) no-repeat left top;
	width:310px;
	height:47px;
	padding:0 55px;
	text-align: left;
}
.selected {
    font-size:16px;
	font-weight:bold;
	text-align: left;
	color: #ef2f93;
}
.notSelected {
    font-size:16px;
	font-weight:bold;
	text-align: left;
	color: #333333;
}
.blueText {
	font-size:14px;
	color: #0073c1;	
	text-align: left;	
}
.separator {
	background:url(../images/shadow.png) no-repeat left top;
	width:957px;
	height:25px;
}
.heading {
	font-size:20px;
	color:#000000;
	text-align: left;
	border-bottom: 1px solid #cce1ee;
	padding-bottom: 5px;
}
.priceText {
	font-size:12px;
	font-weight:bold;
	color: #ef2f93;
	text-align:left;
}
.blueBorder {
	border: 1px solid #97b9cd;
}
.blueBg {
	background-color:#cce1ee;
	font-size:12px;
	font-weight:bold;
	color: #0073c1;
	text-align:left;
	padding: 5px 0;
}
.lightBlueBg {	
	background-color:#edf4f9;
	padding: 5px 0;
}
.noBg {
	padding: 5px 0;
}
.padL20 {
	padding-left: 20px;
}
.padT20 {
	padding-top: 20px;	
}
.padLR20 {
	padding: 0 20px;	
}
.pad20 {
	padding: 20px;	
}
.dateText {
	font-size:12px;
	color:#999999;
	text-align:left;
}
.pinkBorder {
	border-left: 5px solid #ffcfe9;
	border-right:5px solid #ffcfe9;
}
.moneyBackTop {
	background:url(../images/moneyback-top.jpg) no-repeat center top;
	width:252px;
	height:129px;
}
.moneyBackBottom {
	background:url(../images/pink-bottom-curve.jpg) no-repeat center top;
	width:251px;
	height: 17px;
}

.blueTop {
	background:url(../images/blug-top.jpg) no-repeat center top;
	width:251px;
	height:16px;
}
.blueBottom {
	background:url(../images/blue-bottom.jpg) no-repeat center top;
	width:251px;
	height: 17px;
}
.askQuestionBorder {
	border-left: 5px solid #d2e0e9;
	border-right:5px solid #d2e0e9;
}
.askQuestion {
	font-size:24px;
	font-weight:bold;
	color: #137fc7;
	text-align:left;
	padding-bottom: 10px;
}
.newsletterTop {
	background:url(../images/pink-top.jpg) no-repeat center top;
	width:251px;
	height:17px;
}
.newsletter {
	font-size:20px;
	font-weight:bold;
	color: #000000;
	text-align:left;
	padding-bottom: 10px;
}
.footerTopCurve {
	background:url(../images/footer-top-curve.jpg) no-repeat center top;
	width:960px;
	height: 16px;
}
.footerLeftText {
	font-size:14px;
	font-weight:bold;
	color: #ef2f93;
	text-align:left;
}
.responseText {
	font-size:14px;
	font-weight:bold;
	color: #000000;
	text-align:left;
	padding-bottom: 10px;
}
.loginError {
    font-size: 11px !important;
    font-weight: normal;
    color: red !important;
}
.productDiv {
    float: left;
    height: 250px;
    width: 205px;
    padding: 0 10px 10px 10px;
    border: 0px solid red;
    text-align: left;
}
.hr_gray
{
  border: none;
  background-color: #fff0c5;
  color: #fff0c5;
  height: 1px;
}