/* Homepage CSS  */

#productImage
{
	float: left;
	display: inline;
	margin-left: 53px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

#headlines
{
	width: auto;
	float: left;
}
	
#mainHeadline
{
	width:700px;
	float: left;
	float: left;
	border: 1px solid #999999;
}

#headlines #mainHeadline .image
{
	width: 250px;
	height: 125px;
	float: left;
}

#headlines #mainHeadline .info
{
	width: 445px;
	height: 125px;
	float: right;
}

#headlines #mainHeadline .info .title
{
	width: 445px;
	height: 30px;
	text-align: center;
}

#headlines #mainHeadline .info .description
{
	width: 445px;
	height: 95px;
	text-align: center;
}
	
/*
lsdkjflsdkjf
*/		

.subHeadlineRow
{
	width: 700px;
	float: left;
	margin-top: 15px;
}


.subHeadline
{
	width: 340px;
	height: 75px;
	border: 1px solid #999999;	
}

.subHeadlineRow .left
{
	float: left;
}

.subHeadlineRow .right
{
	float: right;
}

#headlines .subHeadline .image
{
	float: left;
}
#headlines .subHeadline .image img
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100px;
	height: 75px;
}


#headlines .subHeadline .info
{
	width: 230px;
	float: left;
}

#headlines .subHeadline .info .title
{
	width: 230px;
	height: 30px;
	text-align: center;
}

#headlines .subHeadline .info .description
{
	width: 230px;
	height: 45px;
	text-align: center;
}


#mainHeadline span.headlineTitle
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 20px;
	color: #330099;
	text-align: justify;
	font-weight: bold;
}

#mainHeadline span.descriptionText
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
	font-weight: 100;
}

.subHeadline span.headlineTitle
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #330099;
	text-align: justify;
	font-weight: bold;
}

.subHeadline span.descriptionText
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
	font-weight: 100;
}




span.priceText
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: red;
	text-align: justify;
	font-weight: bold;
}

span.sizeText
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
	font-weight: bold;
}

span.welcomeComment
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;	
}

div#caption
{
	font-weight: bold;
	width: 700px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #999999;
	background-color: #cccccc;
}














