/* CSS Document */

/****PRODUCT PAGE****/
.productPage_pageHeader
{
	margin:4px 0 0 5px;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#50206A;
}
.productPage_text
{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	width:500px;
	margin:8px 0 0 0;
}
.productPage_price
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#43004E;
	font-weight:bold;
}
.productPage_imageContainer
{
	margin:5px 0 0 0;
}
.productPage_mainImage
{
	border:solid 1px #cccccc;
	width:250px;
}
#productPage_rightContainer
{
	width:500px;
	float:left;
	margin:4px 0 0 5px;
}
.productPage_links
{
	color:#43004E;
	font-weight:bold;
	text-decoration:none;
}
.productPage_links a:link,.productPage_links a:visited
{
	color:#43004E;
	font-weight:bold;
	text-decoration:none;
}
.productPage_links a:hover
{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
/************************/

/****Review Section****/
.reviewContainer
{
	margin-right:20px; 
	border-top:1px solid #E0E0E0;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#555555;
}
.reviewLeftSection
{
	float:left;
	width:254px;
	margin:10px 10px 10px 0;
}
.reviewMainImage
{
	border:solid 1px #cccccc;
	width:250px;
	float:left;
}
.reviewRightSection
{
	float:left;
	width:500px;
	margin:10px 0 10px 0;
}
	.reviewRightSection p
	{
		font-family:"Times New Roman", Times, serif;
		font-size:12px;
		color:#666666;
		width:500px;
		margin:0 0 10px 0;
	}
.reviewForm
{
	float:left;
}
/***********************/

/****EMAIL FRIEND****/
.efTable{float:left; margin:20px 20px 0 0;}
.imageTextBox{float:left; margin-top:20px; width:280px; background:#f9f9f9; border:solid 1px #cccccc; padding:5px;}
/********************/
#fullScreen
{
	background:#000000;
	position:absolute;
	left:0px;
	top:0px;
	z-index:999998;
	filter:alpha(opacity=60);
	opacity: .6;
}
.messageBox
{
	position:absolute;
	
	z-index:999999;
	color:#000000;
	background:#EFEFEF;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding:10px;
	text-align:center;
}
