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

html { font-size:100.01%; }

body {
	height: 100%;
	background-color: #ffffff;
	font: 0.75em tahoma, "lucida grande", helvetica, verdana, arial, sans-serif;	
}

a {
	text-decoration: underline;
}

a:hover {
	color: #69699c;
}

/*
span {
	display: none;
}
*/

img {
	border: none;
}

select {
	border: 1px solid #5FA4F1;
	font-size: 1.1em;
	height:1.5em;
	width:20em;
}

select option {
	font-size: 0.85em;
}

p {
	margin-bottom: .85em;
	line-height: 1.2em; 
}

h1 {
	margin-bottom: .5em;
	font-size: 1.6em;
	font-weight: bold;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	width: 100%;
	border-bottom: 3px solid #CCEE66;
	padding-bottom: 1.5em;
}

/* Page Header */

#page_header {
	height: 137px;
	color: #fff;
	overflow: hidden;
}

#page_header a {
	color: #fff;
	text-decoration: none;
}

#page_header a:hover {
	color: #e1e1e1;
}

#page_heading {
	width: 60%;
	float: left;
}

/* small repeating image above top links */
#submenu_header {
	background: url('../images/header_background.gif') repeat-x 0px 0px;
	padding: .3em 0 .3em 0;
}

#page_headerlinks ul {
	list-style-type: none;	
}

#page_headerlinks li {
	float: left;
	list-style-type: none;
}

#page_headerlinks li.last {
	padding-right: 0px;
	background: none;
}

/* search area */

#page_headersearch {
	position:relative;
	float: right;
	height: 137px;
	width: 40%;
	text-align: left;
	word-spacing: -1px;
	overflow : hidden;
}

.search_area {
	position:absolute;
	left:50px;
	bottom:20px;
}

#page_headersearch input.searchfield {
	border:1px solid #666;
	float:left;
	height:16px;
	margin-top:1px;
	padding-left:2px;
	width:15em;
	background: #C2DBF7;
}

#page_headersearch input.button {
	color: #666;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin-left: .3em;
	padding: 0em .3em .2em .3em;
}

#page_headersearch ul {
	position:absolute;top:70px;left:50px;
}

#page_headersearch ul li {
	display:inline;
	font-size: 9px;
	color: #666;
}

#page_headersearch ul li.last {
	margin-left: .3em;
}

#page_headersearch ul li a {
	color: #666;
	font-size: 11px;
}

/* Main Navigation Menu */

#page_menu {
	margin-bottom: 1px;
	width: 100%;
	height: 37px;
}

#page_menu ul {
	height: 38px;
	list-style-type: none;
	overflow: hidden;
	background: transparent;
}

.page_menu_full {
	background: url('../images/menu_background.gif') repeat-x 0px 0px;
}

#page_menu li {
	margin-right: 1px;
	border-right: 1px solid #fff;
	padding-left: 2em;
	padding-right: 2em;
	height: 38px;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#page_menu li.last {
	margin-right: 0px;
}

#page_menu a {
	padding-top: 14px;
	display: block;
	color: #666;
	text-decoration: none;
}

#page_menu a:hover {
	color: #938D8D;
}

/* Main Content Area */

#main_content {
	margin: 1em 2em 0 1.5em;
	width: 630px;
	text-align: left;
	float: left;
	display:inline;
}

#main_content_no_right_column {
	margin: 1em 2em 0 1.5em;
	width: 940px;
	text-align: left;
	float: left;
	display:inline;
}

#main_content ul, #main_content_no_right_column ul {
	margin-top: .85em;
	margin-bottom: .85em;
}

#main_content ul li, #main_content_no_right_column ul li {
	margin: .4em 0 .4em 2.5em;
}

#main_content a, #main_content_no_right_column a {
	color: #2E76C5;
}

/* Right content area variations */

#right_content {
	float:left;
	width:310px;
}

.right_sub {
	border:2px solid #CCEE66;
	margin-top: 1em;
	margin-bottom: 1em;
}

.right_sub .right_heading {
	margin:0;width:100%;
}

.right_sub h2 {
	background:#CCEE66;
	color:#666;
	font-size:.9em;
	padding: .3em;
	margin-bottom: 0;
}

.right_sub ul {
	list-style-type: none;
}

.right_sub ul li {
	width:100%;
	border-bottom: 1px solid #CCEE66;
	padding: .4em 0 .4em 0;
}

.right_sub ul li a {
	color:#5FA4F1;
	font-size:.9em;
	padding: .4em .3em .4em .3em;
}

.right_sub p {
	font-size:.9em;
	padding: .3em;
	text-align:center;
}

.right_sub .right_heading {
	margin:0;width:100%;
}

.browse_product_image img {
	margin-top:1em;
	border: 2px solid #CCEE66;
}

/* Main content sub area - 3 advertising boxes in the main content area */

#main_content_sub_area {
	margin-top: 2em;
	margin-bottom: 2em;
	width:100%;
	text-align:center;
	overflow:hidden;
}

.main_content_sub_segment {
	float:left;
	text-align:left;
	border: 2px solid #CCEE66;
	width:30%;
	overflow:hidden;
	}

.space {
	margin-right: 4%;
}

.main_content_sub_segment h2 {
	background:#CCEE66;
	color:#666;
	font-size:.9em;
	padding: .3em;
	margin-bottom: 0;
}

.main_content_sub_segment p {
	font-size:.9em;
	padding: .3em;
}

.main_content_sub_segment a {
	text-decoration: none;
}

/* Page Footer */

#page_footer {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
}

#page_footer ul.footer_links {
	width:950px;
	margin-left: 1.5em;
}

#page_footer ul.footer_links li{
	display:inline;
	margin: 0 .3em 0 0em;
	color: #666;
	font-size: 9px;
}

#page_footer ul.footer_links a {
	color: #666;
	font-size: 1em;
}


/* Styles below for 'friend of' logos located at bottom of each page */

#product_brands {
	float: left;
}

#product_brands ul {
	width: 650px;
	list-style-type: none;
}

#product_brands li {
	margin: 5px 6px 3px 3px;
	height: 40px;
	list-style-type: none;
	float: left;
}

#product_brands ul.product_brand_friends {
	font-size: 11px;
	color: #666;
	margin-top: 1em;
	margin-left: 1.4em;
}



/* Tables styles */

/*Tables #################################################*/
/*Base table styles*/
table.fancy {
	background-color:#F3F2ED;
	border-color:#F3F2ED;
	border-style:solid;
	border-width:0.5em 0.2em;
	margin-top: 1em;
	margin-bottom: 1em;
	width:100%;
}

table.fancy_standard {
	background-color:#F3F2ED;
	border-color:#F3F2ED;
	border-style:solid;
	border-width:0.5em 0.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

table.fancy_recommendations {
	background-color:#F3F2ED;
	border-color:#F3F2ED;
	border-style:solid;
	border-width:0.5em 0.2em;
	margin-top: 1em;
	margin-bottom: 1em;
	width:600px;
}

.fancy_recommendations th {
			width: 80px;
		}

caption {
	caption-side: top;
	font-weight: bold;
	padding-bottom: 0;
	text-align:left;
}

table.fancy th, table.fancy_standard th, table.fancy_recommendations th { 
	font-weight: bold;
	padding-left: .2em;
	font-size: 0.9em;
	vertical-align: top;
}

#main_content table.fancy_recommendations th, #main_content_no_right_column table.fancy_recommendations th {
	vertical-align: top;
}

table.fancy td, table.fancy_standard td, table.fancy_recommendations td {
	background-color: #FFF;
	font-size: 0.9166em;
	padding: 0.25em;
	vertical-align: top;
}

table.fancy tfoot td, table.fancy_standard tfoot td, table.fancy_recommendations tfoot td { 
	background-color: #F3F2ED;
}

table.fancy input, table.fancy_no_right_column {
	font-size: 0.9166em;
}


/* browse headphone th and td variation */
/* have to set width so the table doesnt skew */

#table_browse_headphone th {
	width: 15em;
}

#table_browse_headphone td {
	width: 15em;
}

/* fancy table recommendations page adjustments */

table.fancy_recommendations td.recommendations_image {
	width:120px;
	height:120px;
}

table.fancy_recommendations td.recommendations_price {
	height: 20px;
}

table.fancy_recommendations td.recommendations_description {
	height: 75px;
}

/* Table reviews area */

table.fancy_user_review {
	background-color:#C2DBF7;
	border-color:#C2DBF7;
	border-style:solid;
	border-width:0.5em 0.2em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: .5em;
}

table.individual_scores {
	width:180px;
	float:right;
	margin-top:0;
	margin-bottom:0;
}

table.fancy_user_review td.heading {
	text-align: left;
	font-weight: bold;
}

table.fancy_user_review th { 
	font-weight: bold;
	padding-left: .2em;
	font-size: 0.9em;
	vertical-align: top;
}

#main_content .fancy_user_review th {
	vertical-align: top;
	width: 180px;
}

table.fancy_user_review td {
	background-color: #FFF;
	font-size: 0.9166em;
	padding: 0.25em;
	vertical-align: top;
	text-align: center;
}

table.fancy_user_review input {
	font-size:11px;
}

div.review {
	margin-top: .5em;
	padding-top:.75em;
	padding-bottom: .5em;
	border-top: 3px solid #C2DBF7;
}

.blueline {
	margin-top: 1.5em;
	margin-bottom: .5em;
	border-bottom: 3px solid #C2DBF7;
}

.dottedblueline {
	border-bottom:1px dotted #C2DBF7;
	margin-top: .3em;
	margin-bottom: .5em;
}

/* Wizard input spacing */
#wizard input {
	margin-right: 10px;
}

p#wizard {
	line-height: 1.5em; 
}
span#wizardquestion {
	line-height: 1.5em;
	font-weight: bold;
	font-size:1.5em;
	}
	
/* Stop cells wrapping */
.nowrap {
	width:13em;
}

.nowrap2 {
	width:100px;
}
	
/* Glossary */
p.termname {
	text-decoration: none;
	color: #000;
}
	
a.glossaryterm {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.glossarysubtitle  {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
	
.formInputErr {
	color: #f00;
	font-weight: bold;
}

.buynow .buyNowLink {
	color: #f00;
	font-weight: bold;
	font-size:1.25em;
}

.blackFriday a.blackFridayLink {
	color: #f00;
	font-weight: bold;
	font-size:1.6em;
}

a.blackFridayLink2 {
	color: #f00;
	font-weight: bold;
	font-size:1.6em;
}

#main_content a.buyNowLink {
color:red;
}

td.buynow {
	text-align: center;
}
