body {

	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #808080;
	background-color: #535353;
	margin-top: 20px;

}

div#content {
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	background-color: white;
	overflow: hidden;
	margin: auto;
	width: 663px;
}

div#top {
	background-image: url("images/topbar.png");
	background-repeat: no-repeat;
	height: 61px;
}

div#middle {
	height: 122px;
}

div#main {
	padding: 15px 20px 0px 20px;
	margin: 0;
}

div#bottom {
	background-image: url("images/bottombar.jpg");
	background-repeat: no-repeat;
	height: 20px;
}

table.productbox {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #808080;
	width: 500px;
	margin: auto auto 15px auto;
}

table.productlisting {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #808080;
	width: 550px;
	margin: auto;
}

table.productpage {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #808080;
	width: 575px;
	margin: 0;
}

table.productlisting td.productdescription {
	padding-bottom: 15px;
}

td.price {
	vertical-align: middle;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	width: 50px;
}

td.buynow {
	width: 73px;
}

td.producticon, td.iphoneicon {
	padding-right: 8px;
}

td.producticon {
	width: 64px;
	height: 64px;
}

td.iphoneicon {
	width: 57px;
	height: 57px;
}

td.productheader, td.iphoneheader {
	color: #630000;
	vertical-align: middle;
}

td.productheader {
	height: 64px;
}

td.iphoneheader {
	height: 57px;
}


td.productheader a, td.iphoneheader a {
	text-decoration: none;
}

td.productdescription p, td.productupdate p {
	margin-top: 0;
}

td.productdescription ul, ul.options {
	margin: 0; 
	padding: 0;
}

td.productdescription li, ul.options li {
	margin-right: 30px;
	font-weight: bold;
	display: inline;
}

td.productdescription li a, ul.options li a {
	text-decoration: none;
}

div#news {
	margin-top: 15px;
}

div#news h2, td.productbody h2, h2.blue {
	color: #008CF4;
	padding-left: 30px;
	padding-top: 5px;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url("images/arrow.jpg");
	background-repeat: no-repeat;
	height: 26px;
	
}

div#news p {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
}

div#news b {
	color: #008CF4;
}

h1, td.productheader b, td.iphoneheader b, td.title {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 0px;
}

h1.section, td.title {
	color: #630000;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 0px;
}

a {
	color: #630000;
}

img {
	border: 0;
}

hr {
	color: #DBDADB;
	background-color: #DBDADB;
	height: 4px;
	border: 0;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

td.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	color: #DBDADB;
}

td.navigation a {
	text-decoration: none;
	font-size: 13px;
	color: #808080;
}

td.navigation a:hover {
	color: black;
}

td.navigation a.current {
	color: #008CF4;
}