@import url("shoppingcart.css");

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
/* End hide from IE-mac */

.productPrice
{
	font-weight: bold;
	font-size: 18pt;
	color: #526B7F;
	font-family: Arial, Helvetica, sans-serif;
}
#productDescriptionDiv
{
	padding-bottom: 10px;
	border-bottom: #526B7F 2px dotted;
}
#productImageDiv
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#productImageDiv a, #printViewLink a
{
	font-size: smaller;
}
#productPriceDiv
{
	margin-top: 10px;
	padding-bottom: 20px;
}
ul#toplist
{
	margin-left: 325px;
}
.AirtimeTable
{
	width: 100%;
	padding-top: 10px;
}
.AirtimeTable th
{
	width: 15%;
	text-align: center;
	font-size: 10pt;
	border-bottom: 2px solid #000000;
	background: #EFEFEF;
	padding: 5px 0;
}
.AirtimeTable td
{
	width: 15%;
	text-align: center;
	font-size: 10pt;
	border-bottom: 1px solid #000000;
	padding: 5px 0;
}
.AirtimeTable .leftColumn
{
	width: 40%;
	text-align: left;
}
.AirtimeTable .leftColumnThin
{
	width: 16%;
	text-align: left;
}
#additionalInfoNav
{
	margin: 15px 0;
}
#additionalInfoNav ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#additionalInfoNav li
{
	display: inline;
}

#additionalInfoNav li a
{
	margin-right: 25px;
}

#tab1, #tab2, #tab3, #tab4
{
	width: 100%;
	display: none;
	margin-top: 10px;
}
.zoneTitle
{
	margin-top: 10px;
}
.zoneComment
{
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
}
.zoneListing
{
	padding-right: 15px;
	padding-left: 15px;
	line-height: 18px;
}

