/* ------------------
 styling for the tables 
   ------------------   */


#newspaper-a
{
	font-family: "Arial", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-bottom:35px;
	width: 880px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #333;
	
}
#newspaper-a th
{
	padding: 7px 17px 7px 17px;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	border-bottom: 0px dashed #333;
	border-top: 1px solid #333;
}
#newspaper-a td
{
	padding: 7px 17px 7px 17px;
	color: #333333;
}
#newspaper-a tbody tr:hover td
{
	/*color: #339;*/ 
	/*background: #d0dafd;*/
	/*background:#EE3942;*/
	background:#53B44E;
	color:#000;
}
.price
{
	font-size:13px;
}
.item
{
	font-size:14px;
}
.desc
{
	font-family: "Arial", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	padding-left:25px;
	color: #333;
	
}
.desclabel
{
	font-family: "Arial", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	text-align: left;
	padding-left:0px;
	color: #333;
}
.toppart
{
	font-family: "Arial", "Lucida Grande", Sans-Serif;
	font-size: 16px;
	text-align: center;
	width:480px;
	height:70px;
	margin-left:50px;
	border: 1px solid #333;
	padding: 30px 20px 30px 20px;
	color: #333;
}

.terms
{
	font-family: "Arial", "Lucida Grande", Sans-Serif;
	font-size: 16px;
	text-align: center;
	width:350px;
	height:20px;
	margin-left:0px;
	border: 1px solid #333;
	padding: 30px 20px 30px 20px;
	color: #333;
}
