/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html {
	color:#000;
	background:transparent #FFF;
	font-size: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:square;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}

/* Global Classes
*******************************************************************/ 
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.aL {
	text-align:left;
}
.aR {
	text-align:right;
}
.aC {
	text-align:center;
}
.aJ {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.strikethrough{
	text-decoration:line-through;
}
.highlight {
	background:#ffc;
}
.imgLeft {
	float:left;
	margin:4px 10px 4px 0;
}
.imgRight {
	float:right;
	margin:4px 0 4px 10px;
}
.noPadding {
	padding:0;
}
.noIndent {
	margin-left:0;
	padding-left:0;
}
.noBullet {
	list-style:none;
	list-style-image:none;
}

/* Global
*******************************************************************/ 
body{
	margin:0;
	padding:0;
	background-color:#fff;
	color:#636361;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 0.8em;
}
p{
	line-height:150%;
	margin: 8px 0 8px 0;
}
a, a:visited{
	text-decoration:none;
	color:#525299;
}
a:hover {text-decoration: underline;}
.t10{
	font-size:10px;
}
.t11{
	font-size:11px;
}
.red{
	color:#bb2526;
}
.purple{
	color:#522e56;
}
.blue_dk{
	color:#353f4f;
}
/* Containers
*******************************************************************/ 
#body-container {
	position:relative;
	width:900px;
	margin:10px auto 0 auto;
	text-align:left;
	padding:0;
}
div.container  {
	background: #fff;
	border: 1px solid #e4e5e9;
	height: auto;
	padding: 10px;
	margin: 10px 0 10px 0;
}

/* Header
*******************************************************************/ 
#header{
	position:inherit;
	background:url(../images/bg_header.jpg) no-repeat 0 0;
	padding:0;
	margin:0 0 10px;
	height:98px;
}
#logo{
	margin:0;
	padding:20px 0 0 20px;
	width:129px;
	height:50px;
}
#searchBar{
	display:none;
}
.btn_viewCart {
	display:block;
	margin:0 10px 0 15px;
	padding:0;
	width:89px;
	height:20px;
	background:url(../images/bg_btn_viewCart.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
.btn_viewCart:hover{
	background-position:0 -20px;
}
#searchBar table{
	font-size:9px;
}
#searchBar table td{
	margin: 0;
	padding: 0;
}
#searchfield {
	border:1px solid #d0d0cf;
	font-size:11px;
	width:170px;
	padding:4px;
	color:#888;
}

.btn_arrow {
	display:block;
	margin:0 0 0 5px;
	padding:0;
	width:20px;
	height:20px;
	line-height:normal;
	border:none;
	background:url(../images/bg_btn_arrow.jpg) no-repeat 0 0;
	color:#fff;
	font-weight:bold;
}
.btn_arrow:hover{
	background-position:0 -20px;
}

/* Navigiation
*******************************************************************/ 
#navMain{
	position:absolute;
	width:665px;
	margin:0;
	padding:0;
	left:210px;
	top:60px;
}
#navMain ul li{
	float:left;
	text-indent:-9999px;
	height:24px;
	padding:0;
}

#header #navMain ul {margin: 0; padding: 0;}
#header #navMain ul li {list-style-type: none; }


li#nm_products a, li#nm_products a:visited{
	display:block;
	width:133px;
	height:24px;
	background:url(/images/bg_navigation.jpg) no-repeat 0 0;
}
li#nm_about a, li#nm_about a:visited{
	display:block;
	width:125px;
	height:24px;
	background:url(/images/bg_navigation.jpg) no-repeat -133px 0;
}
li#nm_press a, li#nm_press a:visited{
	display:block;
	width:121px;
	height:24px;
	background:url(/images/bg_navigation.jpg) no-repeat -258px 0;
}
li#nm_howToBuy a, li#nm_howToBuy a:visited{
	display:block;
	width:164px;
	height:24px;
	background:url(/images/bg_navigation.jpg) no-repeat -379px 0;
}
li#nm_support a, li#nm_support a:visited{
	display:block;
	width:122px;
	height:24px;
	background:url(/images/bg_navigation.jpg) no-repeat -543px 0;
}
li#nm_products a:hover,
li#nm_products a:focus{
	background-position: 0 -24px;	
}
li#nm_about a:hover,
li#nm_about a:focus{
	background-position: -133px -24px;	
}
li#nm_press a:hover,
li#nm_press a:focus{
	background-position: -258px -24px;	
}
li#nm_howToBuy a:hover,
li#nm_howToBuy a:focus{
	background-position: -379px -24px;	
}
li#nm_support a:hover,
li#nm_support a:focus{
	background-position: -543px -24px;	
}

/* Footer
*******************************************************************/ 
#footer{
	display: none;
}
#footer #footerTop{
font-size:9px;
	padding:0 0 6px;
	border-bottom:1px solid #c8c8c6;
}
#footer #footerBtm{
font-size:9px;
	padding:6px 0 0;
}
#footerBtm td{
	font-size:9px;
	padding: 0;
}
#navFooter{
	text-align:center;
}
#signup{
	text-align:right;
}
#footerBtm .textfield {
	border:1px solid #d0d0cf;
	font-size:9px;
	width:125px;
	height:18px;
	line-height:18px;
	padding:0 3px;
	color:#999;
}
.btn_send {
	display:block;
	margin:0 0 0 5px;
	padding:0;
	width:43px;
	height:20px;
	line-height:normal;
	border:none;
	background:url(/images/bg_btn_send.jpg) no-repeat 0 0;
	color:#fff;
	font-size:9px;
}
.btn_send:hover{
	background-position:0 -20px;
}
/* Home
*******************************************************************/ 
body#home-page .flash{
	margin:0;
}
#recentNews{
	background:url(/images/bg_recentNews.jpg) no-repeat 0 0;
	margin:0 0 15px;
	padding:0 0 0 110px;
	height: 30px;
	overflow:hidden;
	position: relative;
}
#recentNews a{
	padding:0;
	margin:0;
	line-height: 30px;
	color:#FFF;
	font-size:11px;
	text-decoration: none;
	display: block;
}
#subContent{
	margin:0 0 30px;
	padding:0;
}
#product_1{
	float:left;
	display:inline;
	width:292px;
	height:135px;
}
#product_2{
	float:left;
	display:inline;
	width:300px;
	height:135px;
	padding:0 8px 0 9px;
}
#press_1{
	float:left;
	display:inline;
	width:291px;
	height:135px;
}
/* Product Details
*******************************************************************/ 

#main-content {
	margin: 0 0 0 200px;
}

#main-content-no-left {
	margin: 0 0 0 0;
}

#colMain{
	float:left;
	width:450px;
	padding:0 32px 0 0;
}
#breadcrumb{
	font-size:10px;
}
#colMain .prod_image_main{
	padding:20px 0 0;
	text-align: center;
	overflow: hidden;
}
#colMain h3{
	padding:0 0 15px;
}
#colMain .image_controls{
	text-align:right;
	height:15px;
	width:450px;
}
#colMain a.enlarge{
	display:inline;
	background:transparent url(/images/icon_enlarge.gif) no-repeat 0 0;
	padding:0 0 0 20px;
	font-size:11px;
	height:13px;
	line-height:13px;
}
#colMain .thumbnail_viewer{
	background:url(/images/bg_thumbnail_viewer.jpg) no-repeat 0 0;
	width:450px;
	height:78px;
	overflow:hidden;
	margin:20px 0 0;
	text-align:center;
}
#colMain .thumbnail_viewer .floatLeft{
	height:48px;
	padding:15px 7px;
}
#arrow_left{
	display:block;
	width:16px;
	height:17px;
	background:transparent url(/images/icon_arrow_l.gif) 0 0;
	text-indent:-9999px;
}
#arrow_right{
	display:block;
	width:16px;
	height:17px;
	background:transparent url(/images/icon_arrow_r.gif) 0 0;
	text-indent:-9999px;
}
#arrow_left:hover{
	background-position:0 -17px;
}
#arrow_right:hover{
	background-position:0 -17px;
}
#colMain .compatibility .floatLeft,
#colMain .related .floatLeft{
	width:150px;
}
.prod_image{
	padding:0 0 5px;
	text-align:center;
	height: 80px;
	overflow: hidden;
}
.prod_title{
/*	font-size:11px; */
	font-size: 0.8em;
	text-align:center;
	padding:0 10px;
}

#colMain .compatibility{
	padding:40px 0 0;
}
#colMain .related{
	padding:40px 0 0;
}
#colSub{
	/* font-size:12px; */
	float:left;
	width:418px;
	background:url(/images/bg_colSub.gif) repeat-y 0 0;
	margin:20px 0 0;
}
#colSub #top{
	background:url(/images/bg_colSub_top.gif) no-repeat;
	width:418px;
	height:14px;
}
#colSub #btm{
	background:url(/images/bg_colSub_btm.gif) no-repeat;
	width:418px;
	height:13px;
}
#colSub .productTitle{
	padding:0 14px;
}
h1{
	color:#8baa4e;
	font-size:20px;
	margin: 12px 0 8px 0;
}
#colSub h1 { padding: 0; margin: 0 0 4px 0;}

h2 {
	font-size:16px;
	font-weight:bold;
	color: #1B3A6D;
	margin: 12px 0 8px 0;
}

#colSub h2{
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	color: #636361;
	margin: 0 0 4px 0;
}
h3{
	color: #522e56;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0 8px 0;
}
#colSub .colorChart{
	padding:20px 14px 10px;
	border-bottom:1px solid #d0d0cf;
}
.colorChart .color_title{
	font-size:12px;
	padding:0 0 6px;
}
.colorChart ul.colors{
	padding:0 0 10px;
	margin:0 0 10px;
}
.colorChart ul.colors li{
	float:left;
	padding:0 2px 0 0;
	list-style-type: none;
}
.colorChart ul.colors li a{
	display:block;
	width:31px;
	height:31px;
	text-indent:-9999px;
	background:transparent url(/images/colors/color_unknown.gif) no-repeat 0 0;
}

ul.colors li a:hover{ background-position:0 45%; }

ul.colors li a.selectedColor{ background-position:0 93%; }

#colSub .addCart{
	padding:20px 14px;
	border-bottom:1px solid #d0d0cf;
}
#colSub .addCart table{
	font-size:11px;
	width: 390px;
}
#colSub .addCart td {
	padding: 0 4px 0 4px;
	vertical-align: middle;
}
#qty {
	font-size: 14px;
	font-weight: bold;
	width: 2em;
}
#cart-price-label {
	font-weight: bold;
	font-size: 14px;
}
.addToCart a {
	display:block;
	margin:0;
	padding:0;
	width:74px;
	height:20px;
	line-height:20px;
	border:none;
	background:url(/images/bg_btn_addToCart.gif) no-repeat 0 0;
	text-indent:-9999px;
}
.addToCart a:hover{
	background-position:0 -20px;
}
p.prod_quantity{
	padding:15px 0 0;
	font-size:11px;
}
#colSub .fso{
	padding:20px 14px;
}
#colSub .fso ul,
#colSub .specifications ul{
	padding:0 0 25px;
}
#colSub .fso ul li,
#colSub .specifications ul li, 
#colSub .support ul li{
	padding:0 0 0 10px;
	list-style-type: none;
	background:url(/images/icon_bullet.gif) no-repeat 0 5px;
	line-height:150%;
}
#colSub .support{
	padding:20px 14px;
	border-top:1px solid #d0d0cf;
}
#colSub .support ul{
	padding:0;
}

ul, ol {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}


/* colNav
******************************/ 
#colNav {
	float:left;
	margin:0 30px 0 0;
	padding:0;
	width:170px;
}
#colNav ul {
	border-top:1px solid #D0D0CF;
	line-height:normal;
	margin:0;
	padding:0;
	list-style-type: none;
}
#colNav ul li {
	background:#F4F4F5 url(/images/bg_bullet.gif) no-repeat scroll 8px 14px;
	border-bottom:1px solid #D0D0CF;
	color:#257DEC;
	font-size:11px;
	padding:10px 0 10px 18px;
	list-style-type: none;
}
#colNav ul li a {
	color:#257DEC;
}
#colNav ul li.active {
	background:#FFFFFF url(/images/bg_bullet.gif) no-repeat scroll 8px 14px;
	font-weight:bold;
}
#colNav ul li ul {
	border:medium none;
}
#colNav ul li ul li {
	background: transparent url(/images/bg_arrow.gif) no-repeat scroll 3px 9px;
	border:medium none;
	padding:5px 0 0 16px;
}
#colNav ul li ul li.active {
	background-color:#FFFFFF;
	background: transparent url(/images/bg_arrow.gif) no-repeat scroll 3px 9px;
	border:medium none;
	padding:5px 0 0 16px;
}
#colNav ul li ul li a {
	color:#555555;
}
#colNav ul li ul li a:hover, #colNav ul li ul li.active a, #colNav ul li.active a.active {
	color:#8BAA4E;
}
#colNav h3 {
	color:#522E56;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

/* shopping cart
*/
table{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

td, th {
	margin: 0;
	padding: 4px 6px 4px 6px;
	text-indent:0;
	text-align:left;
}
th {
	background: #e4e5e9;
	border: 1px solid #ccccdd;
	color:#363f50;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 4px 4px 3px 5px;
	vertical-align: bottom;
}
td h1 {margin: 6px 0 3px 0;}
td h2 {margin: 6px 0 3px 0;}
td h3 {margin: 6px 0 3px 0;}
td.odd, tr.odd {background: #f3f3ff;}
td.num {text-align: right;  padding-left: 1.5em; }
td.selected, tr.selected {background-color: #ccffff;}
td.hi, tr.hi {background: #ffffd8; color: #af110d;}
.hitable tr:hover, .shopping-cart-tbl tr:hover {background: #ffffd8; color: #af110d;}

.shopping-cart-tbl td { 
	border-left: 1px solid #fff;
}
.shopping-cart-tbl td.sku-cell { 
	border-left: 1px solid #e4e5e9;
}
.shopping-cart-tbl th.sku-cell { 
	border-left: 1px solid #ccccdd;
}
.shopping-cart-tbl td.amt-cell { 
	border-right: 1px solid #e4e5e9;
	text-align: right;
}

td.ttl-cell-label, td.ttl-cell-amt {
	border: 1px solid #e4e5e9;
	text-align: right;
	font-weight: bold;
}


.cart-checkout th {
	vertical-align: middle;
	text-align: right;
	padding: 2px 4px 2px 4px;
	color: #666;
	font-weight: normal;
}

.cart-checkout th.required {
	font-weight: bold;
	color:#363f50;
}

.cart-checkout th.colhead {
	text-align: left;
	padding: 0;
	background: transparent;
	border: 0;
}

.cart-checkout th.colhead h3 {
	padding: 8px 0 8px 0;
}
.cart-checkout td {
	vertical-align: middle;
	padding: 2px 16px 2px 8px;
}
.cart-checkout th.colhead h3 label {
	text-transform: none;
	color: #666;
	font-weight: normal;
	padding-left: 16px;
}

select[disabled] {color: #999;}

.product-box {
	float: left;
	border: 1px solid #ccc;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 6px;
	margin: 4px;
	height: 220px;
	width: 206px;
	overflow: hidden;

}

div.2up div.product-box {
	width: 328px;
}

.product-box .kindle-gen {
	font-size: 0.85em;
	text-transform: none;

}

