/* CSS Document */

div#col-1
{
	float:left;
	width:230px;
}
div#col-2
{
	width:650px;
	float:right;
}
div#col-1 div#leftpane div.adbanner
{
	margin-bottom:5px;
	
}


/*RIGHT PANE*/
div#col-2 div#in-content
{
	width:410px;
	float:left;
}
div#col-2 div#rightpane
{
	float:right;
	width:212px
}
div#col-2 div#rightpane .modules
{
	margin-bottom:20px;
	border:1px dotted #cccccc;
}
div#col-2 div#rightpane .modules h1
{
	font-size:16px;
	color:#333366;
	padding:10px;
	background:#cccccc url(../images/divider.jpg) repeat-x bottom;
}
div#col-2 div#rightpane .modules p
{
	margin:0 0 0 20px;
	padding:0 0 10px 0;
}
.divider
{
	background:url(../images/divider.jpg) repeat-x bottom;
	margin-bottom:10px;
	padding:10px 0;
}
div.top-link
{
	text-align:right;
	margin:5px 0;
}
a.top-link
{
	text-decoration:underline;
}
a.top-link:hover
{
	
}
a.sublist
{
	
}
a.sublist:hover
{

}
a.anchor, a.anchor:hover
{
	text-decoration:none;
}
#content ul
{
	list-style-image:url(../images/arrow_blue.gif);
	list-style-position:outside;
	line-height:20px;
}
#tbl-pregnancy td
{
	vertical-align:top;
	padding:5px;
	font-size:11px;
	border-bottom:1px solid #FFFFFF;
}

.error
{
	color: #FF0000; font-weight: bold; font-size: 18px; 
}
#signup-success-nojs
{
	color: #333366; font-weight: bold; font-size: 18px;
}

/*products*/
.pro-cell
{
	float:right; width:210px;
}
.price
{
	color: #FF0000; font-weight: bold; font-size: 18px; text-align:center
}


#email {
    margin-right:2px;
    padding:5px;
    width:145px;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    font-size:14px;
    color:#9e9e9e;
    }	
#signup-success {
    margin-bottom:20px;
    padding-bottom:10px;
    background:url(../img/css/divider-dots.gif) repeat-x 0 100%;
    display:none;
    }
#signup-success p, #signup-success-nojs {
    padding:5px;
    background:#fff;
    border:1px solid #dedede;
    text-align:center;
    font-weight:bold;
    color:#3d7da5;
    }

