@charset "UTF-8";
/* CSS Document */

/* *************************** 
  Site - ploom
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
  $7 - New Homepage Styles
   ***************************/


/* *************************** 
   $1 GLOBAL Styles
   ***************************/
   

*, iframe, iframe body {
	margin: 0;
	padding: 0;
	outline: none;
}

iframe, iframe body {
	border: none;
	overflow: visible;
}

body {
	font:12px Arial, Helvetica, sans-serif;
	line-height: 18px;	
	color:#929292;
}

.noBackground {
	background: none;	
}

.noPadding {
	padding: 0px !important;
}

h1, h2, h3, h4, h5, h6 { color: #000000; margin-bottom: 10px; }

h1 {
	font-size: 28px;	
}

h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

a {
	color:#999999;
	text-decoration:none;
	cursor: pointer;
}

a:hover {
	color:#00aeef;
	text-decoration:underline;
}
a:focus {
	outline: none;
}
img {
	border:0;
}

p {
	line-height:19px;
	padding-bottom:18px;
}
.justify {
	text-align:justify;	
}
fieldset {
	border:none;
}
.floatLeft {
	float: left;	
}
.floatRight {
	float: right;	
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
.clearFloat {
	clear:both;
}
.btn {
	cursor: pointer;	
}



/* *************************** 
   $2 Website Structure Styles
   ***************************/


body {
	height: 100%;
	padding:0;
	margin: 0 auto;
	text-align:center;
	position: relative;
	background: url(../images/html-bg.png) repeat-y top center #d3d8dc;
	/*z-index: 1;*/
}


#outerWrapper {
	width: 1024px;
	padding:0;
	margin: 0 auto;
	position: relative;
	background: url(../images/body-bg-y.png) repeat-y top center;
}



/* *************************** 
   $3 Header Styles
   ***************************/

#header{
	position:fixed;
	top:0;
	height:64px;
	margin:0 auto;
	padding:0;
	width:1024px; 
	background:url(../images/header-bg.png) no-repeat scroll 0 0;
	z-index: 99;	
	/*z-index:1000; !important*/
	}
#header_inner { 
      width:1024px; 
	  height:64px;
	  margin: auto;
  	  text-align:left;
	  position:relative;
	  /*z-index:500;!important*/
	  }  
#header_inner_homepage { 
      width:1024px; 
	  height:84px;
	  margin: auto;
  	  text-align:left;
	  position:relative;
	  }
	   
#header h1{
	position:absolute;
	left:20px;
	top:5px;
	}
#header h1 a{
	background:url(../images/bg_logo.png) no-repeat;
	width:120px;
	height:77px;
	text-indent:-9999px;
	outline-style:none;
	display:block;	
}

#header #social {
	position: absolute;
	top: 0px;
	right: 17px;
}

#header #social #status {
	display: block;
	float: left;
	font-size: 12px;
	color: #0e1618;
	padding: 10px 15px 0 0;
}

#header #social ul {
	list-style: none;
	float:left;
}

#header #social ul li {
	float: left;
	margin-right: 4px;
}

/* NAVIGATION */
#header .topnav{
	position:absolute;
	left:181px;
	top:41px;
	}
#header .topnav li{
	float:left;
	text-transform:uppercase;
	padding-right:56px;
	font-weight:normal;
	list-style:none;
	font-size:10px;
	}
#header .topnav li a:hover{
	text-decoration:none;
	}

#header .topnav li a{
	display: block;
	height: 9px;
	overflow: hidden;  
	text-indent: -10000px;
	font-size: 0px;  
	line-height: 0px;  
	color:#FFF;
}

#header .topnav li.selected a{
	color:#999999;	
}

#header .topnav li#products a {
	width: 62px;
	background: url(../images/nav-products.gif) no-repeat 0 0;
}

#header .topnav li#store a {
	width: 37px;
	height: 8px;
	background: url(../images/nav_store.gif) no-repeat 0 0;
}

#header .topnav li#technology a {
	width: 81px;
	background: url(../images/nav-technology.gif) no-repeat 0 0;
}

#header .topnav li#community a {
	width: 75px;
	background: url(../images/nav-community.gif) no-repeat 0 0;
}

#header .topnav li#about a {
	width: 42px;
	background: url(../images/nav-about.gif) no-repeat 0 0;
}

#header .topnav li#retailers a {
	width: 59px;
	background: url(../images/nav-retailers.gif) no-repeat 0 0;
}

#header .topnav li#faq a {
	width: 21px;
	background: url(../images/nav-faq.gif) no-repeat 0 0;
}

#header .topnav li#support a {
	width: 54px;
	background: url(../images/nav-support.gif) no-repeat 0 0;
}

/* ROLLOVERS */

#header .topnav li#products a:hover, #header .topnav li.selected#products a{
	background-position: 0 -9px;
}

#header .topnav li#store a:hover, #header .topnav li.selected#store a{
	background-position: 0 -8px;
}

#header .topnav li#technology a:hover, #header .topnav li.selected#technology a{
	background-position: 0 -9px;
}

#header .topnav li#community a:hover, #header .topnav li.selected#community a{
	background-position: 0 -9px;
}

#header .topnav li#about a:hover, #header .topnav li.selected#about a{
	background-position: 0 -9px;
}

#header .topnav li#retailers a:hover, #header .topnav li.selected#retailers a{
	background-position: 0 -9px;
}

#header .topnav li#faq a:hover, #header .topnav li.selected#faq a{
	background-position: 0 -9px;
}

#header .topnav li#support a:hover, #header .topnav li.selected#support a{
	background-position: 0 -9px;
}

/* SIGN IN & OUT BUTTONS */

#signIn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 26px;
}

div#btn_signIn a, div#btn_signOut a {
	width: 120px;
	height: 26px;
}

div#btn_signIn a, div#btn_signOut a {
	display: block;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	width: 120px;
	height: 26px;
}

div#btn_signIn a {
	background: url(/images/nav-signin.gif) no-repeat 0 0;
	cursor: pointer;
}

div#btn_signOut a {
	background: url(/images/nav-signout.gif) no-repeat 0 0;	
}

div#btn_signIn a:hover{
	background-position: 0 -26px;
}

div#btn_signOut a:hover{
	background-position: 0 -26px;
}

.shopping-cart-container{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	height:24px;
	position:absolute;
	right:0;
	text-align:right;
	width:868px;
}

.shopping-cart-bar {
	background: url(/images/cart-arrow-icon-blue.gif) no-repeat top right #00aeef;
	color:#FFFFFF;
	font-size:11px;
	display: none;
	font-weight:bold;
	height:24px;
	position:absolute;
	right:0;
	text-align:right;
	width:868px;
}

.cart-logged-in {
	background: url(/images/cart-arrow-icon.gif) no-repeat top right #EC008C;
	display: block;
}

.shopping-cart-bar span#catCartSummary  {
	padding-top: 1px;
	height: 22px;
}

.shopping-cart-bar table.cartSummaryTable {
	height: auto;
	padding: 1px 0 0 0;
}
.shopping-cart-bar #customerInfo {
	 padding: 2px 0 0 23px;
	 float: left;
	 text-align: left;
}

.shopping-cart-bar #customerInfo a {
	color: #fff;
	cursor: pointer;
}

.shopping-cart-bar #shopping-cart {
	float: right;
	padding: 0 0 0 38px;
	margin-right: 33px;
	background: url(/images/cart-icon-blue.gif) no-repeat top left;
}

.cart-logged-in #shopping-cart {
	background: url(/images/cart-icon.gif) no-repeat top left;
}

#shopping-cart .cartSummaryLink {
	/*display: none;*/
}

#shopping-cart #viewCart {
	color: #fff;
}

#shopping-cart #cartLink {
	color: #fff;
	float: right;
	display: block;
	padding-top: 2px;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#container{
	width:868px;
	min-height: 600px;
	margin:0;
	float: right;
	position:relative;
	text-align: left;
	position: relative;
	padding-top: 63px;
    /*z-index:100;!important*/
	 }
#main {
	min-height: 600px;	
}
.content {
	padding: 0 38px 0 30px;
}
.page {
	padding-top: 42px;
	padding-bottom: 25px;
}
.leftCol {
	width:	 568px;
	float: left;
}
.sidebarRight {
	width: 212px;
	float: right;
}
.left_bottom{
	border-top:#cdcdcd 1px dotted;
	margin-top:11px;
	padding-top:26px;
	}
#maincontent h2,#content h2{
	padding-bottom:10px;
	}
#maincontent .maincontent_right .consectetur{
	border-top:#e8e8e8 8px solid;
	padding-top:18px;
	}
#maincontent .maincontent_right h3{
	text-transform:uppercase;
	padding-bottom:10px;
	}
#maincontent .maincontent_right p{
	padding-right:15px;
	line-height:16px;
	}
#maincontent .maincontent_right .consectetur .pic_box{
	border-top:#cdcdcd 1px dotted;
	width:100%;	
	}
.maincontent_top{
	width:802px;
	}
#maincontent .maincontent_top p{
	padding-right:60px;
	}
.flavors{
	width:802px;
	overflow:hidden;
	padding-top:27px;
	padding-bottom:14px;
	border-top:#cdcdcd 1px dotted;
	}
.flavors .flavors_left{
	padding-left:50px;
	width:160px;
	float:left;
	padding-top:42px;
	}
.flavors .flavors_right{
	float:left;
	width:592px;
	}
.banner{
	position:relative;
	border:#e1e1e1 1px solid;
	width:842px;
	height:398px;
	margin-bottom:15px;
	}
.banner .link{
	position:absolute;
	right:35px;
	bottom:27px;
	}
.banner .link2{
	position:absolute;
	right:5px;
	bottom:27px;
	}
.banner .link2 a{
	height:27px;
	float:right;
	padding-right:28px;
	}
.banner .link2 b{
	margin-top:28px;
	float:left;
	}
.banner .link a{
	background:url(../images/bg_a.gif) right bottom  no-repeat;
	height:27px;
	float:left;
	padding-right:2px;
	}
.banner .link a b{
	background:url(../images/bg_a.gif) left top ;
	float:left;
	padding-left:15px;
	height:27px;
	line-height:27px;
	}
.maincontent_middle{
	width:100%;
	overflow:hidden;
	border-bottom:#cdcdcd 1px dotted;
	border-top:#cdcdcd 1px dotted;
	padding-top:30px;
	padding-bottom:11px;
	}
.maincontent_right .margin{
	margin-left:10px;
	margin-bottom:2px;
	}
#maincontent .maincontent_middle .maincontent_right h3{
	text-transform:uppercase;
	}
.maincontent_bottom li{
	float:left;
	width:197px;
	padding-right:18px;
	padding-top:30px;
	}
.maincontent_bottom .last{
	padding-right:0;
	}
.maincontent_bottom li img{
	border:#2f2f2f 1px solid;
	margin-bottom:12px;
	}
#maincontent .maincontent_bottom li h2{
	padding-bottom:6px;
	}
#maincontent .maincontent_bottom li p{
	padding-bottom:6px;
	}
#maincontent .maincontent_bottom li a{
	padding-right:11px;
	float:left;
	background:url(../images/bg_arrow.jpg) right no-repeat;
	}
#content{
	width:811px;
	padding-left:30px;
	padding-right:27px;
	background:#fff;
	text-align:left;
	overflow:hidden;
	padding-top:30px;
	}
#content h1{
	padding-left:142px;
	}
#content .banner{
	border:0;
	width:967px;
	height:298px;
	margin-bottom:18px;
	}
.flavors_box{
	width:100%;
	overflow:hidden;
	padding-top:25px;
	border-top:#cdcdcd 1px dotted;
	padding-bottom: 25px;
	}
#content .flavors_col{
	float:left;
	border-right:#f5f5f5 4px solid;
	width:267px;
	padding-left:40px;
	padding-right:10px;
	}
#content .flavors_col h2{
	padding-bottom:21px;
	}
#content .flavors_col h3 span{
	margin-left:15px;
	}
#content .flavors_col p a img{
	margin-left:5px;
	}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
   
#sidebar { 
	width: 156px;
	float: left;
	padding:0;
position:fixed;
	top: 100px;
	/*z-index:800;*/
	text-align:right;
	 }
#sidebar_inner { 
/*	width:1024px;*/
position: relative;
	text-align:right;
     margin:0;
	 padding:0;
		 }

.subnav{
	padding: 0;
	text-transform:uppercase;
	margin:36px 0 0 -156px;
	width:152px;
	list-style: none;
	position: fixed;
	color:#FFF;
	font-size:10px;
	text-align: right;
	/*z-index:7000;!important*/
	}
.subnav li{
	padding:7px 12px 0 0;
/*	position:relative;
	z-index:600;*/
	}
.subnav li li {
	background:url(../images/bg_lilia.png) left 15px no-repeat;
	padding-left:8px;
	padding-top:7px;
	}
.subnav li ul{
	padding-top:0px;
	}
.subnav li a {
	color: #fff;
	text-decoration:none;
}
.subnav li a:hover {
	color: #00AEEF;
	text-decoration:none;
}
	
a.go{
	margin-right:32px;
	}
a.go img{
	margin-left:5px;
	}
#maincontent .maincontent_middle .maincontent_right p.bottom{
	padding-bottom:10px;
	}
.banner .link span{
	float:left;
	color:#3c3f41;
	font-size:15px;
	margin-right:10px;
	padding-top:5px;
	}
#content .flavors_box .flavors_col.last{
	border-right:0;
	}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	/*background:#fff;*/
	text-align:left;
	margin-top: 30px;
}
#footer .links{
	/*border-bottom:#cdcdcd 1px dotted;
	border-top:#cdcdcd 1px dotted;*/
	overflow:hidden;
	}
#footer .links .col{
	float:left;
	margin-right: 47px;
	}
#footer .links .last {
	margin-right: 0px;	
}
#footer .links .col a {
	padding-bottom:11px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	display: block;
	}
#footer .links .col ul {
	float: left;
	list-style: none;
	}
#footer .links .col li{
	padding-bottom:7px;
	}
#footer .links .col li a{
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	padding: 0;
}
#footer .footer_bottom{
	padding:25px 0;
	overflow:hidden;
	font-size: 11px;
	}
#footer .footer_bottom img{
	vertical-align: top;
}
#footer .footer_bottom .left{
	float:left;
	}
#footer .footer_bottom .left span{
	margin-left:18px;
	}
#footer .footer_bottom .left img{
	vertical-align:middle;
	}
#footer .footer_bottom .right{
	float:right;
	}
#footer .footer_bottom .right{
	vertical-align:middle;
}
	
.pop-head-bg{
background:#EC008C;
height:25px; float:left;
width:400px;
margin-bottom:10px;
}
#pop-head-bg-blue{
background:#0C1517;
}
.white-bg{
background-color:#FFFFFF;
}
.pop-content-area{
width:295px; float:none;
color:#a0a0a0;
font-size:14px;
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
margin:0px auto 15px auto;
}

#ploom-signin {
	margin-left: -220px;
	width: 565px;
	margin-top: -350px; 
	display: block;
	/*z-index: 1000;*/	
}

.hero {
	margin-bottom: 35px;	
}

/* PRODUCTS PAGE */
#hero {
	background: url(../images/modelone_hero-WOMAN.jpg) no-repeat top left #010101;
	width: 868px;
	height: 374px;
	margin: -1px 0px 35px;
	position: relative;
}

#hero h1 {
	position: absolute;
	top: 52px;
	right: 36px;
	font-size: 23px;
	text-align: right;
	color: #fff;
}

#hero .heroLinks {
	display: block;	
}

#hero #btn_getting-started {
	width: 201px;
	height: 101px;
	margin: 95px 26px 0px 0px;
	display: block;
	background: url(../images/btn_getting-started.png) no-repeat top left;
}

#hero #btn_getting-started:hover {
	background: url(../images/btn_getting-started.png) no-repeat 0px -101px;
}

#hero #btn_heats-never-burns {
	width: 205px;
	height: 101px;
	margin: 8px 23px 0px 0px;
	display: block;
	clear: right;
	background: url(../images/btn_heats-never-burns.png) no-repeat top left;
}

#hero #btn_heats-never-burns:hover {
	background: url(../images/btn_heats-never-burns.png) no-repeat 0px -101px;
}

.featured {
	margin-bottom: 40px;
}

.featured h2 {
	font-size: 40px !important;	
	font-weight: bold !important;
	padding: 0px !important;
}

.featured .details {
	width: 494px;
	float: left;
}

.featured ul {
	padding-left: 15px;	
	margin-bottom: 13px;
}

.featured .price {
	display: block;
	float: right !important;
	font-weight: bold;
	padding: 11px 8px 0 0;
}

.featured .addToCart {
	background: url(../images/btn-add-to-cart.jpg) top left no-repeat;
	display: block;
	width: 162px;
	height: 42px;
	cursor: pointer;
}

.featured #img_starter-kit {
	padding-top: 5px;	
}

.featured #hdr_model-one {
	margin-bottom: 28px;	
}

.featured #img_model-one {
	margin-bottom: 10px;
}

#pods_col1 {
	width: 293px;
	float: left;
	margin-right: 26px;
}

#pods_col1 .copy {
	padding: 18px 0 0 25px;	
}

#pods_col1 .copy p {
	padding-bottom: 13px;	
}

#pods_col1 .copy img {
	float: left;
}

#pods_col1 .justify {
	margin-left: 92px
}

#pods_col2 {
	width: 519px;
	float: left;
}

#pods_col2 .copy {
	padding: 18px 0 0 0;
	float: left;
}
#pods_col2 .copy img {
	margin-bottom: 14px;
}
#pods_col2 #copy1 {
	width: 327px;
	margin-right: 23px;
}
#pods_col2 #copy2 {
	width: 162px;
}
#pods_col2 .heading {
	float: left;
	width: 100%;
}
#pods_col2 .heading h3 {
	font-size: 15px;	
}
#pods_col2 h3, #pods_col2 img {
	float: left;
}
#pods_col2 h3 {
	padding-top: 6px;
}
#pods-wrapper {
	position: relative;
	margin-bottom: 20px;
	float: left;
}
#pods-wrapper .headings {
	width: 100%;
	float: left;
}
#pods-wrapper .separator {
	float: left;
	width: 790px;
	margin-bottom: 16px;
	border-bottom: 1px solid #d9d9d9;
}
#pods-wrapper .heading {
	color: #CECECE;
	margin: 24px 0 19px 0;
}
#pods-wrapper .flavor {
	float: left;
	width: 211px;
}
#pods-wrapper .pod {
	width: 610px;
	margin-bottom: 35px;
	float: left;
}
#pods-wrapper .price-per-pack {
	float: left;
	width: 219px;	
}
#pods-wrapper .price-per-pack .price {
	float:left;
	font-weight:bold;
	padding-top:11px;
	width:45px;
}
#pods-wrapper .price-per-pack .quantity {
	float: left;
	width: 59px;
	padding-top: 11px;
}
#pods-wrapper .price-per-pack .quantity input {
	width: 44px;
}
#pods-wrapper .price-per-pack .btnAddToCart {
	float:left;
	width:115px;	
}
#pods-wrapper .description {
	float: left;
	width: 387px;
	text-align: justify;
}
#pods-wrapper .description p {
	padding: 0;
}

.accessory {
	width: 245px;
	float: left;
	margin-right: 20px;
	padding: 0 0 0 200px;
}
.accessory img {	
	float: left;
	margin-left: -188px;
}
#product_butane {
	padding: 0 0 0 110px;
}
#product_butane img {
	margin-left: -95px;	
}
.accessory h2 {
	float: left;	
	display: inline;
	font-size: 16px !important;
	font-weight: normal !important;
}
.accessory .details {
	width: 230px;	
}

/*** SHOPPING CART ***/
#cart-header {
	margin: 0 0 10px;
}

#cart-header h1 {
	float: left;
	margin-top: 15px;
}

#back-to-products-link {
	float: right;
	display: block;
}

table.cart {
	border:1px solid #DDDDDD;
	border-collapse:collapse;
	border-spacing:0;
	font-size:12px;
	width: 800px;
	margin: 0px 0px 30px 30px;
}

table.cart th {
	background:none repeat scroll 0 0 #F9F9F9;
	border-bottom:1px solid #EEEEEE;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	height:27px;
	text-align:left;
	height: 26px;
	padding: 0px 9px;
}

#catshopbuy {
	cursor: pointer;	
}

.productitemcell {
	height: 54px;
	line-height: 42px;
	margin: 12px 0 0 0;
}

input.cartInputText {
	margin-top: 11px;
	width: 70px;
}

#spangroundonly {
	font-weight: bold;	
}

/*** CHECKOUT ***/

#catCartDetails {
	min-height: 650px;	
}

#checkoutWrapper {
		
}

#checkout {
	margin-bottom: 0px;	
}

#checkout td, #total td {
	padding: 20px 30px;
}

#checkout th {
	padding: 0 30px;	
}

#checkout .input, #guestCheckout .input {
	float: left;
	clear: both;
}

#checkout .col {
	float: left;
}

#checkout .col-small {
	margin-right: 8px;	
}

#checkout .col-small label {
	width: auto;
}

#checkout .col-payment {
	margin-right: 30px;
}

#checkout .form-input, #guestCheckout .form-input {
	border:1px solid #999999;
	height:18px;
	width:226px;
	margin-bottom: 6px;
	float: left;
	padding: 0px 0px 0px 6px;
}

#checkout .form-input-small {
	width: 132px;
}

#checkout .form-input-tiny {
	width: 60px;
}

#checkout label {
	margin-right: 5px;
	width: 77px;
	float: left;
}

#checkout .label-short {
	margin: 0px 0 0px 6px;
	width: 38px;
}

#checkout .label-wide{
	margin: 0px 0 0px 6px;
	width: auto;
}

#checkout .checkbox {
	float: left;	
}

#checkout .payment-header {
	border-top:1px solid #EEEEEE;	
}

#checkout .form-select {
	margin-bottom: 7px;
}

#checkout .shipping {
	display: none;	
}

.checkoutRight {
	text-align: right;
	width: 830px;
}

#total {
	border: none;
	width: 600px;
	text-align:left;
	float: right;
}

#total td {
	border-color: #DDDDDD;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

#total #Amount {
	border: none;
	color: #000000;
	width: 100px;
	font-size: 18px;	
	
}

#guestCheckout {
	display: none;
	margin-top: 50px;
}

#guestCheckout label{
	margin-right: 5px;
	width: 88px;
	float: left;
}

#guestCheckout .checkbox {
	float: left;
	margin-right: 5px;
}

#guestCheckout .newsletter {
	margin: 10px 0px 20px;	
}

#guestCheckout select {
	width: 100%;
	margin: 4px 0px;
}

#guestCheckout .submit {
	width: 100%;	
}

#guestCheckout .submit input {
	float: right;
}

#guestCheckout .label-wide {
	width: auto;
}

#guestCheckout .guestRegister, #guestCheckout .guestLogin {
	width: 398px;
	float: left;
}

#guestCheckout .guestRegister .body, #guestCheckout .guestLogin .body {
	border: 1px solid #e6e6e6;
	padding: 25px;
	height: 230px;
}

#guestCheckout .guestLogin .body {
	border-left: none;
	float: left;
}

/* FAQs */

.faq-list {
	padding-left: 35px;	
}

.faq-list li {
	margin: auto;
}

/* MY ACCOUNT PAGE */
#my-account-options { width: 548px; }

#my-account-nav { width: 541px; height: 162px;}

#my-account-nav li {
	display:block;
	float:left;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

#my-account-nav li a {
	background:transparent url(../images/my-account-nav.gif) no-repeat scroll 0 0;
	display:block;
	text-indent:-9999px;
	height: 162px;
}

#my-account-nav #account-settings a {
	background-position:0 0;
	width:270px;
}

#my-account-nav #account-settings a:hover {
	background-position:0 -162px;
}

#my-account-nav #previous-orders a {
	background-position: -270px 0;
	width:271px;
}

#my-account-nav #previous-orders a:hover {
	background-position:-270px -162px;
}

#my-account-buttons { float: right; padding-top: 50px;}

#my-account-buttons li {
	display:block;
	float:left;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

/* RETAILERS */
.webappsearchresults a {color:#00aeef;}
#webapp_map_6640 {border: 1px solid #979797;}

/*** SHADOWBOX ***/
.shadowbox {
	width: 601px;
	text-align: center;
}

.shadowbox p {
	padding-bottom: 8px;
}

.shadowbox .col1, .shadowbox .col2 {
	float: left;
	width: 240px;
	text-align: left;
	padding: 10px 28px 25px;
	
}

.shadowbox #createmyaccount {
	margin: 10px 24px 0 0;
}

.shadowbox .discount{
	text-align: center;	
	padding: 15px 0px;
}

.shadowbox .discount img{
	margin-left: 40px;	
}

.shadowbox .col1 {
	border-right: 2px solid #D8D8D8;
}

.form-input {
	border:1px solid #999999;
	float:left;
	height:18px;
	width:222px;
}

.form-input-small {
	width:132px;
}

.stateDropdown {
	width: 64px;	
	margin: 0px;
}

.shadowbox #address {
	padding-top: 5px;	
}

.shadowbox ul {
	padding-left: 25px;
}

.signUp {
	text-align: left;
	padding: 25px 40px;
	width: 521px;
}

.signUp .noPadding {
	width: 256px;	
}

.signUp .input {
	width: auto;
	float: left;
	margin: 0 20px 3px 0;
}

.signUp #EmailAddress {
	margin-right: 10px;	
}

.signUp select {
	margin-bottom:10px;
	width:228px;	
}

.newsletter {
	text-align: left;
	padding: 25px 40px;
	width: 320px;
}

#newsletterPage {
	margin-top: 30px;	
}

#newsletterForm {
	width: 320px;
	text-align: center;
}

#newsletterForm p {
	text-align: left;	
}

#newsletterForm ul {
	text-align: left;
	margin-bottom: 20px;
}

#newsletterForm input {
	width: 96%;	
}

#newsletterForm input#submit {
	width:165px;
	height:43px;
	float: right;
}

#newsletterForm .icons {
	margin-bottom: 10px;	
}

#newsletterForm form {
	text-align: left;
	margin: auto;
}

.terms {
	text-align: left;
	width: 526px;
	padding: 30px;
}

.terms strong {
	font-size: 14px;	
}

.terms p {
	padding: 3px 0 18px;	
}

/*** SIGN IN or SIGN UP PAGE ***/
#signUpPage {
	width: 100%;	
	text-align: left;
	margin: 50px 0 100px;
}

#signUpPage #loginForm {
	
}

#signUpPage #signUp {
	
}

/*** NEWSLETTER THANKS PAGE ***/
#newsletter_back {
	margin-left: 385px;
}

/*** FACEBOOK LIKE BUTTONS ***/
.fb-like {}

/*** TESTIMONIALS PAGE ***/
.youtube-videos {
	list-style: none;	
}
.youtube-videos li {
	float: left;
	width: 127px;
	height: 96px;
	margin: 4px 18px 16px 0px;
}
.youtube-videos li.last {
	margin-right: 0px;	
}
.youtube-videos li a {
	display: block;
	width: 125px;
	height: 94px;
	border: 1px solid #c0c0c0;
	position: relative;
}
.youtube-videos li a img{
	width: 123px;
	height: 92px;
	border: 1px solid #d6d6d6;
}
.youtube-videos li a span {
	position: absolute;
	bottom: 2px;
	right: 2px;
	background: #37393b;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px 1px 7px;
}
.youtube-link {
	float: right;
	margin: -10px -4px 0 0;
}
.media-title {
	padding-top: 15px;
	margin-top: 20px;
	border-top: 1px solid #e0e0e0;
}
.review {
	margin-bottom: 30px;	
}
.review strong {
	color: #000;
}
.review p{
	padding-bottom: 6px;	
}
.review a {
	color: #00AEEF;
}
.review .review-image-container {
	float: left;	
	width: 145px;
}
.review img {
	border:1px solid #C0C0C0;
	margin-right: 20px;
	width: 123px;
}
.review .review-copy {
	
}
#testimonials1, #testimonials2 {
	height: 212px;
	margin-top: 43px;
}
#testimonials2 {
	margin-top: 72px;	
}
.testimonial {
	padding: 30px;
	overflow:hidden;
	width: 152px;
	height: 152px;
	color: #fff;
	display: none;
}
.testimonial span{
	padding-bottom: 5px;	
}
.testimonial p{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.testimonial .author {
	text-align: right;
	padding-top: 5px;
	font-size: 13px;
}
.pinkBox {
	background: url(/images/testimonials-bg-pink.gif) no-repeat top left;	
}
.blueBox {
	background: url(/images/testimonials-bg-blue.gif) no-repeat top left;
}

/*** CHECKOUT CONFIRMATION THANK YOU ***/
.col1 {
	float: left;	
}
.col2 {
	float: left;	
}
.col2 .order-info {
	border-left: none;	
}
.order-info {
	border: 1px solid #dddddd;
	padding: 28px;
	width: 340px;
	height: 250px;
}
.order-info ul{
	margin: 0px 0px 20px 20px;
}
.order-info label {
	float: left;
	clear: both;
	width: 90px;
	padding-right: 10px;
	text-align: right;
}
.col2 .order-info label {
	
}
.order-info .form-input {
	margin-bottom: 15px;	
}
.order-info #submit, .order-info #loginSubmit {
	float: right;	
}
.invoice-number {
	font-size: 16px;	
}
