@charset "utf-8";
/* CSS Document */

.wrapper{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

body{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	font-family:LucidaGrande,Arial;
	text-align:center;
}

.header{
	float:left;
	width:850px;
}

.masthead{
	padding:0px 0;
}

#big {
	font-size: 30px;
	font-weight: bold;
	float: left;
}

#avatar img {
	float: right;
	width: 23px;
	height: 35px;
	padding-top: 5px;
	padding-left: 15px;
}

#slogan {
	width: 280px;
	float: right;
	margin: 6px 0 0 0;
	font-size: 13px;
	text-align: right;
}

ul.nav {
	list-style: none;
	display: inline-block;
	clear: both;
	margin-top:5px;
	margin-left:0px;
	width: 850px;
	background-color: #eeeeee;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.nav li {
	border-right: 1px solid #DDD;
	float: left;
	display: block;
	width: 93px;
	padding:0px;
	margin:0px;
	background-color: #eeeeee;
}

.nav li a {
	font-size: 11px;
	outline: none;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 88px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 5px;
	padding-top:5px;
}

.nav li a span {
	font-size: 11px;
	color: #777;
	text-transform: lowercase;
}

.nav li a:hover {
	background-color:#333333;
	color: #eeeeee;
	width: 88px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #deded7;
	border-bottom-width: thin;
}

.textunits {
	margin-top: 1px;
	margin-bottom: 3px;
	text-align: center;
	float: left;
	width: 750px;
}

.ipods {
	margin-top: 7px;
	margin-bottom: 15px;
	text-align: center;
	width: 750px;
	float: left;
}

.google{
	text-align:center;
	width:750px;
	float:left;
}

.middle {
	display: block;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 45px;
	/*font-family: lucida sans,lucida sans unicode,arial,sans-serif,helvetica,verdana;*/
	font-family: LucidaGrande,Arial;
	font-size: 13px;
	clear: both;
	text-align: left;
}

.middle-text {
	display: block;
	text-align: left;
	margin-top: -10px;
}

.middle-border-bottom {
	display: block;
	border-top-style: solid;
	border-top-color: #deded7;
	border-top-width: thin;
}

.table-price {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.table-shipping {
	font-size: 12px;
	text-align: center;
}

.table-left {
	float: left;
	margin: 6px;
}

.table-right {
	float: right;
	margin: 5px;
	padding-right: 5px;
}

.middle-product {
	display: block;
	clear: none;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.middle-product-text {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#footer {
	margin: auto;
	background-image: url(http://www.ipods.net/footer.gif);
	width: 808px;
	height: 125px;
	float: none;
	display: block;
	text-align: left;
}

#footer-links {
	font-size: 12px;
	font-family: LucidaGrande,Arial;
	padding-top: 22px;
	margin-left: 29px;
	margin-right: 29px;
	margin-bottom: 15px;
	color: #7C7C7C;
}

#footer-links a {
	color: #ED5113;
}

#footer-text {
	font-size: 12px;
	font-family: LucidaGrande,Arial;
	padding-top: 30px;
	margin-bottom: 15px;
	color: #7C7C7C;
}

a {
	color: #0088CC;
}

.border {
	border-bottom-style: solid;
	border-bottom-color: #deded7;
	border-bottom-width: thin;
}

.product-title {
	font-size: 16px;
	font-weight: bold;	
}

.product-title a:link, .border a:link {color: #0088CC; text-decoration: none; }     /* unvisited link */
.product-title a:visited, .border a:visited {color: #0088CC; text-decoration: none; }  /* visited link */
.product-title a:hover, .border a:hover {color: #004B91; text-decoration: underline; }   /* mouse over link */
.product-title a:active, .border a:active {color: #0088CC; text-decoration: underline; }   /* selected link */