/* thanks to Inknoise's Layout-o-matic for the quick layout: http://www.inknoise.com/experimental/layoutomatic.php */
/* thanks to Accessify's List-o-matic for the quick nav: http://www.accessify.com/tools-and-wizards/list-o-matic/list-o-matic.asp */


body {
	margin: 0;
	padding: 0;
	background: #CCCCCC url("/images/bg-body-adleft.gif") repeat-y 50% 0;
	min-width: 700px;
}

#container {
	width: 700px;
	\width: 740px;
	w\idth: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0 20px;
}

#banner {
	padding: 0;
	margin: 0;
	background: #708DAB url("/images/headers/rndimg.php") repeat-x;
	border-bottom: 1px solid #333333;
	height: 100px;
}

#content {
	border-top: 1px solid #333333;
	padding: 20px;
	margin: 0 0 0 140px;
	background: #FFFFFF;
}

#sidebar-a {
	border-top: 1px solid #333333;
	float: left;
	width: 120px;
	\width: 120px;
	w\idth: 120px;
	margin: 0;
	padding: 10px;
}

#footer {
	clear: both;
	padding: 5px 10px 5px 10px;
	margin-top: 0;
	background: #708DAB url("/images/bg-header.jpg") repeat-x;
	color: #EFEFEF;
	font-size: 11px;
	border-top: 1px solid #333333;
}

#footer a {
	color: #EFEFEF;
	text-decoration: underline;
}

#carp {
	display: none;
	color: #EFEFEF;
	font-size: 11px;
}

body.page-music #carp,
body.page-downloads #carp {
	display: block;
}

#logo {
	padding: 0;
	margin: 0 0 0 10px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	width: 275px;
	height: 50px;
	background-image: url("/images/logo.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#logo a {
	float: left;
	margin-left: 0;
	overflow: hidden;
	width: 275px;
	height: 50px; !important; 
	height /**/:50px; /* for IE5/Win */
	text-indent: -100em;
}

#tagline {
	padding: 0;
	margin: 15px 0 0 15px;
	color: #EFEFEF;
	font-size: 18px;
	text-align: left;
	text-indent: -100em;
	width: 680px;
	height: 35px;
	background-image: url("/images/tagline.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.colLeft {
	width: 250px;
	float: left;
	margin-right: 10px;
}

.colRight {
	width: 250px;
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	width: 1px;
}


/* NAVIGATION STYLES */

#navigation {
	width: 700px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#navcontainer {
	margin: 0;
	padding: 0;
	height: 20px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 95px;
	height: 19px;
	border: none;
	padding: 0;
	margin: 0;
	color: #0000CC;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}

#navcontainer ul li a:hover {
	color: #333333;
	background: #C9E09D;
	border-bottom: 1px solid #C9E09D;
}

body.page-home #navigation #navHome a,
body.page-ipods #navigation #naviPods a,
body.page-accessories #navigation #navAccessories a,
body.page-gifts #navigation #navGifts a,
body.page-store #navigation #navStore a,
body.page-news #navigation #navNews a,
body.page-tips #navigation #navTips a,
body.page-music #navigation #navMusic a,
body.page-downloads #navigation #navDownloads a {
	color: #FFFFFF;
	background: #93C13C url("/images/bg-nav_on.jpg") repeat-x;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #93C13C;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}




/* SUBNAVIGATION STYLES */

#subnavigation {
	width: 700px;
	background: #93C13C;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#subnavcontainer {
	margin: 0;
	padding: 0;
	height: 20px;
}

#subnavcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#subnavcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#subnavcontainer ul li a {
	height: 20px;
	padding: 0 15px 0 15px;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	text-align: center;
	font-size: 11px;
}

#subnavcontainer ul li a:hover {
	color: #333333;
	background: #C9E09D;
}




/* TEXT STYLES */

body, p, div, td, .post-body {
	font-family: trebuchet, "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}

#sidebar p, #sidebar div, #sidebar td {
	font-size: 12px;
	line-height: 15px;
}

h1 {
	padding: 0 0 2px 0;
	margin: 0 0 15px 0;
	color: #333333;
	font-size: 22px;
	border-bottom: 1px dotted #333333;
	height: 36px;
}

body.page-news h1 {
	display: none;
}


h2, .heading2 {
	padding: 0;
	margin: 0 0 5px 0;
	color: #708DAB;
	font-size: 18px;
	height: 28px;
	width: auto;
}

body.page-news h2 {
	width: 490px;
}

h3 {
	padding: 0;
	margin: 20px 0 3px 0;
	color: #93C13C;
	font-size: 14px;
	height: 22px;
}

blockquote {
	margin-left: 20px;
}

ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

li {
	margin: 0px;
	padding: 0px;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.moreLink {
	margin: -10px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	text-indent: 12px;
	line-height: 10px;
	background: url("/images/post-arrow.gif") center left no-repeat;
}

body.page-music .moreLink {
	margin: 15px 0 0 0;
}

body.page-accessories #content table {
}

body.page-music #content table {
	width: 99%;
	padding: 0;
	margin: -15px 0 0 0;
}

body.page-ipods #content table tr, body.page-accessories #content table tr, body.page-music #content table tr {
	vertical-align: top;
}

body.page-music #content table tr td {
	width: 33%;
	padding-right: 25px;
	padding-bottom: 10px;
}

body.page-accessories #content table tr td h3 {
	margin: 0;
	padding: 0;
}

body.page-music h3 {
	margin: 20px 0 0 0;
	padding: 0;
	text-indent: 20px;
	background-image: url("/images/icon-itunes.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

.searchText {
	font-size: 1px;
	color: #FFFFFF;
}


/* IMG STYLES */

#content img {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

body.page-ipods #content table tr td .productBuyNow img{
	background-color: transparent;
	border: none;
	padding: 0;
}

.rollover {
	display: block;
}

.page-ipods #content table, .page-accessories #content table {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.productImage {
	width: 120px;
	padding: 0 0 0 5px;
}

.productImage img {
	height: 75px;
}

.page-accessories .productImage img {
	width: 75px;
	height: auto;
}

.productDesc {
	width: 375px;
	padding: 5px 0 0 0;
}

.productDesc div {
	margin-bottom: 5px;
}

.ourPrice {
	font-weight: bold;
	font-size: 14px;
}

.buyNow {
	font-weight: bold;
	font-size: 13px;
	padding-left: 12px;
	background: url("/images/post-arrow.gif") center left no-repeat;
}

.rollover a {
	display: block;
	padding: 3px;
	margin: 5px;
	width: 110px;
	\width: 100px;
	w\idth: 90px;
}

html>body .rollover a {
	width: 110px;
}

.rollover a img {
	padding: 5px;
	width: 90px;
}

.rolloverSm a {
	display: block;
	padding: 3px;
	margin: 5px;
	width: 65px;
	\width: 55px;
	w\idth: 45px;
}

html>body .rolloverSm a {
	width: 65px;
}

.rolloverSm a img {
	padding: 5px;
	width: 45px;
}

.rollover a:hover {
	background: url("/images/shadow90.gif") center no-repeat;
	padding: 2px 4px 4px 2px;
}

.rolloverSm a:hover {
	background: url("/images/shadow45.gif") center no-repeat;
	padding: 2px 4px 4px 2px;
}

.productMoreInfo {
	margin: 5px 0 0 0;
	padding: 0;
	text-indent: 20px;
	background-image: url("/images/post-bug.gif");
	background-repeat: no-repeat;
}

.productBuyNow {
	margin: 5px 0 0 0;
	padding: 0;
}



/* NEWS STYLES */

.date-header {
	font-size: 11px;
	border-bottom: 1px dotted #708DAB;
	margin: 20px 0 0 0;
	padding: 0;
}

.post-title {
	margin: 15px 0 0 0;
	padding: 0;
	text-indent: 15px;
	line-height: 16px;
	background-image: url("/images/post-bug.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

.post h2 {
	width: 490px;
	margin: 15px 0 0 0;
	padding: 0;
	text-indent: 18px;
	line-height: 16px;
	background-image: url("/images/post-bug.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

.post-body{
	margin: -5px 0 0 20px;
	padding: 0;
}

.post-fullArticle {
	padding: 0;
	margin: 10px 0 0 0;
	font-weight: bold;
	text-indent: 12px;
	line-height: 10px;
	background-image: url("/images/post-arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

.post-footer {
	border-top: 1px dotted #708DAB;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0 30px 20px;
	padding: 0;
	color: #666666;
}

.divider {
	height: 1;
	border-bottom: 1px dotted #708DAB;
	margin: 20px 0 20px 0;
	padding: 0;
}

.post-icon{
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: right;
	width: 50px;
	height: 50px;
}

#archives {
	margin-bottom: 25px;
}

#archives h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

.newsPromo {
	margin: -5px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #708DAB;
}

.newsPromoItem {
	width: 225px;
	padding: 1px 5px 5px 5px;
	border: 2px none #FFFFFF;
}

.newsPromoItem:hover {
/*	border: 2px solid #C9E09D; */
}

.newsPromoItem div {
	text-indent: 12px;
	margin-top: 3px;
}


/* SEARCH STYLES */

#search {
	margin: 25px 0 25px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #93C13C;
}

#search h2 {
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	width: 120px;
}

.formInput {
	width: 100px;
	font-family: trebuchet, "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
}

body.page-404 .formInput {
	width: 350px;
}

.searchSort {
	margin: 10px 0 10px 0;
	padding: 3px;
	background: #C9E09D;
}

.button {
	font-family: trebuchet, "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #93C13C;
	color: #FFFFFF;
	padding: 1px 5px 1px 5px;
	margin-top: 3px;
}



/* FEED STYLES */

.feedName {
	padding: 0;
	margin: 20px 0 5px 0;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.feedName a {
	font-size: 14px;
}

.feedDesc {
	font-size: 11px;
	padding: 0;
	margin: 0 0 5px 0;
}

.feedLink {
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
}

.feedLinkDesc {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

body.page-music .feedLink {
	font-weight: normal;
	margin-left: 15px;
	text-indent: -15px;
}

body.page-music .feedName, body.page-music .feedDesc, body.page-music .feedLinkDesc,
body.page-downloads .feedName, body.page-downloads .feedDesc {
	display: none;
}



/* LINK STYLES */

a, a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #3333CC;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.productName, .productName a, .productName a:visited {
	color: #93C13C;
	font-size: 16px;
	font-weight: bold;
	margin-top: -5px;
	padding-top: 0;
}

iframe {
	margin: 0 5px 25px 0;
}



/* sIFR styles */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #content h1,
.sIFR-hasFlash #content h2,
.sIFR-hasFlash #content h3
 {
	visibility: hidden;
}
