* {
	margin:0;
	padding:0;
	}

body {
	font-size:small;
	font-family:"Myriad Pro", Geneva, Arial, sans-serif;
	background:#fff;
	text-align:center;
	line-height:1.5em;
	color:#666666;
	}

h1, h2, h3, h4 {
	padding:1.5em 0 .5em 0;
	color:#333333;
	line-height:1.25em;
	}

h1 {
	font-size:200%;
	}

h3 {
	color:#FF3300;
	}

ul {
	padding:1em 0 1em 3em;
	list-style:none;
	}

ul li {
	background:url(../pix/bullet.jpg) .5em left no-repeat;
	padding-left:1em;
	}

p {
	margin:.5em 0 1em 0;
	}

img {
	border:0;
	}

a:link, a:active, a:visited {
	color:#FF6600;
	}

a:hover {
	color:#CC0000;
	}
	
blockquote {
	font-style:italic;
	margin-left:20px;
	}

.wrap {
	text-align:center;
	width:970px;
	margin:0 auto;
	}

.pad {
	padding:30px;
	}

#header {
	background:#000 url("../pix/time4bed_bg.jpg") repeat-x bottom left;
	margin:0 auto;
	}

#mainContent {
	width:970px;
	text-align:left;
	margin:0 auto;
	font-size: 110%;
	clear:both;
	}

#mainContent .left {
	width:599px;
	float:left;
	}

#mainContent .right {
	width:250px;
	float:right;
	padding-left:30px;
	border-left:1px solid #ccc;
	font-size:90%;
	}

#mainContent .right h2 {
	padding-bottom:0;
	}

#mainContent .right ul {
	padding-left:1em;
}

/* ----------------------  nav ---------------------- */
#nav {
	position:relative;
	top:-6px;
	height:42px;
	font-size:13px;
	text-transform:uppercase;
	font-family:"Myriad Pro", Geneva, Arial, sans-serif;
	margin-bottom:-8px;
	}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	}
	
#nav ul li {
	display:block;
	float:left;
	margin:0 1px;
	background:none;
	padding:0;
	}
	
#nav ul li a{
	display:block;
	float:left;
	color:#ffdab6;
	text-decoration:none;
	padding:0 0 0 10px;
	height:43px;
	line-height:50px;
	margin:0;
	}
	
#nav ul li a span {
	display:block;
	float:left;
	padding:0 10px 0 0;
	margin: 0;
	height:31px;
	width:auto;
	}
	
#nav ul li a:hover {
	color:#fff;
	}
	
#nav ul li a:hover span {
	display:block;
	cursor:pointer;
	}
	
#nav ul li a.current,
#nav ul li a.current:hover {
	color:#894d12;
	background:transparent url("../pix/time2bed_left-ON.gif") no-repeat top left;
	}
	
#nav ul li a.current span {
	background:transparent url("../pix/time2bed_right-ON.gif") no-repeat top right;
	height:43px;
	}
	
#nav ul li a.callout,
#nav ul li a.callout:hover {
	color:#000;
	font-weight: bold;
	font-size: 120%;
	background:transparent url("../pix/callout_left-ON.gif") no-repeat top left;
	}
	
#nav ul li a.callout span {
	background:transparent url("../pix/callout_right-ON.gif") no-repeat top right;
	height:43px;
	}	
/* ---------------------- END nav ---------------------- */

/* FORM STYLES */

.cssForm legend {
	display:none;
	}

.cssForm div{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 150px; /*width of left column containing the label elements*/
	height: 1%;
	border-bottom:1px dashed #ccc;
	float: left;
	}

.cssForm div.column {
	clear:none;
	margin:0;
	padding:0;
	height:auto;
	border:none;
	}

.cssForm label {
	float: left;
	margin-left: -125px; /*width of left column*/
	width: 115px; /*width of labels. Should be smaller than left column to create some right margin*/
	text-align:left;
	padding:.25em 0;
	font-size:85%;
	font-weight:bold;
	color:#666666;
	}

.cssForm input[type="text"], 
.cssForm input[type="file"], 
.cssForm input[type="password"], 
.cssForm textarea, 
.cssForm select, 
.cssForm input[type="checkbox"], 
.cssForm input[type="radio"] {
	border:2px solid #ccc;
	padding:.25em;
	}

.cssForm input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 125px;
	}

.cssForm .noFormat {
	float:none;
	margin:0;
	padding:0;
	}

.cssForm input[type="text"]:focus, 
.cssForm input[type="file"]:focus, 
.cssForm input[type="password"]:focus, 
.cssForm textarea:focus, 
.cssForm input[type="checkbox"], 
.cssForm select:focus, 
.cssForm input[type="radio"]   {
	border-color:#f00;
	}

.cssForm fieldset {
	border:none;
	margin:25px 0;
	}

.cssForm legend {
	margin-bottom:1em;
	}

input.invalid {
 background: #fff6bf;
 border: 2px solid #ffd324;
    }
    
.error {
  color: #ff0000;
  clear:both;
  display:inline-block;
  margin-left:1em;
    }
    
.errorlist {
    margin: 0;
    padding: 0;
	display:none;
    }
	
/* END FORM STYLES */


.origPrice, .newPrice {
	font-size:275%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:.25em 0;
	display:inline-block;
	}

.origPrice {
	color:#ccc;
	margin:auto;
	text-decoration:line-through
	}

.newPrice {
	color:#CC0000;
	}

#products {
	width:100%;
}

#products .left {
	width: 166px;
	float: left;
}

#products .right {
	width:620px;
	float: right;
	padding-left:40px;
	border-right: 1px solid #ccc;
	padding-right:40px;
}

#products .right h2 {
	clear: both;
	display: block;
	font-size: 250%;
	border-bottom: 1px solid #ccc;
	padding-top:1em;
	margin-bottom: 1em;
}

#products .product {
	width:180px;
	margin-left:40px;
	margin-bottom: 40px;
	float:left;
	position: relative;
	}

#products h3 {
	min-height: 2em;
}

#products h3 a:link,
#products h3 a:visited,
#products h3 a:active {
	color: #000;
}

#products .productPhoto {
	height: 175px;
	overflow: hidden;
}

#products .product.first {
	clear:both;
	margin-left:0;
}

#products .desc,
.desc {
	font-size:90%;
	color:#666666;
	line-height:1.3em;
	}

#products .compatability,
.compatability {
	float:right;
	text-align:right;
	width:100%;
	color:#666;
	clear:both;
	}

#products .compatability img,
.compatability img {
	position:relative;
	top:.25em;
	margin-left:10px;
	}

#products .price,
#products .origPrice,
.price {
	font-family:"Myriad Pro", Geneva, Arial, sans-serif;
	color:#CC0000;
	font-weight: bold;
	font-size:180%;
	margin:0;
	padding:0;
	text-align:right;
	float:none;
	}

#products .origPrice,
.origPrice {
	color:#ccc;
	text-decoration:line-through
	}

#products h3 a {
	text-decoration: none;
}

.productSideBar {
	float:right;
	width:525px;
	background:#efefef; 
	margin:0 0 40px 40px;
}

.productSideBar object {
	padding:0 0 25px 25px;
}

.productSideBar h3.price {
	margin-top:1em; 
	clear:both; 
	text-align:left;
}

.productSideBar h3.price span {
	font-weight: normal;
}

.productSideBar .buyNow {
	float:right; 
	display:block; 
	margin-bottom:2em;
}

#productInfo {
	clear:both:
	margin:50px 0;
}

#productInfo .left {
	float:left;
	width:300px;
}

/**** 

TABLE STYLES

********/

table {
	border:2px solid #efefef;
	padding:0;
	}

table td,
table th {
	padding:10px;
	text-align:center;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	}

table td.blank,
table th.blank {
	background:#fafafa;
	}

table tr.divider td {
	background:#efefef;
	}

table td[scope],
table th[scope] {
	background:#f66f15 url(../pix/scopebg.gif) top left repeat-x;
	text-align:left;
	color:#fff;
	}

table th[scope] {
	text-align:center;
	}

table.comparison{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border: none;
    border-collapse:separate;
    width:100%;
    margin:0 auto;
}
.comparison thead th{
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #333;
    border:1px solid #000;
    border-bottom:3px solid #000;
    background-color:#000;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(45,45,45))
        );
    background: -moz-linear-gradient(
        center bottom,
        rrgb(45,45,45) 2%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.comparison thead th:empty{
    background:transparent;
    border:none;
}
.comparison tbody th{
	font-size:125%;
	line-height: 125%;
	text-align: left;
    color:#fff;
    text-shadow:1px 1px 1px #f36e33;
    background-color:#f36a31;
    border:1px solid #f36a31;
    border-top:none;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(244,123,56)),
        color-stop(0.51, rgb(250,170,83))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(244,123,56) 2%,
        rgb(250,170,83)) 51%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.comparison tbody td{
    padding:10px;
    text-align:center;
    background-color:#ffe7c9;
    border: 1px solid #fff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#333;
    text-shadow:1px 1px 1px #fff;
}
.comparison tbody span.check::before{
    content : url(../pix/check0.png);
}

.right h2 {
	}

.purchaseChat h2 {
	display:none;
	}

.cookieCrumbs {
	clear:both;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	padding:.75em;
	text-align:left;
	display:block;
	}

.cookieCrumbs a {
	margin-right:3em;
	}

#footer {
	clear:both;
	font-size:85%;
	color:#999999;
	}
	
/****************************************************

jQuery YouTube playlist

****************************************************/

#ytvideo,
#ytvideo2 {
}


.yt_holder {
	margin-bottom:15px;
	padding-top:25px;
}

.yt_holder h3 {
	padding:0 25px;
}

.yt_holder ul {
    clear:both;
    margin: 0;
    padding: 0;
    width: 100%;
}

.yt_holder ul li {
    list-style-type: none;
    display:block;
    background: #f1f1f1;
    margin-bottom: 5px;
	padding:2px 25px;

}

.yt_holder ul li img {
    width: 120px;
    float: left;
    margin-right: 5px;
    border: 1px solid #999;
}

.yt_holder ul li a {
    display: block;
}

.yt_holder .currentvideo {
	background: #e6e6e6;
}
