/* Modnique Calm Layout */

/* Normalizes margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Sets em and strong*/
em { font-style: italic; }

strong { font-weight: bold; }

/* Removes spacing and borders from tables */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* main page layout */
html, body, div#header_wrapper, div#content_wrapper, div#footer_wrapper, div#floating_footer_wrapper {
	text-align: center;
	min-width: 1075px;
}

body {
	background: #bfcfdf url(../images/body_bg.png) repeat-x 0 0 !important;
	background: #bfcfdf url(../images/body_bg.gif) repeat-x 0 0;
	color: #1f5f7f;
	font: normal 87.5% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 { color: #1f5f7f; }

a {	color: #09e; }

a:link, a:visited, a:active {text-decoration: none; }
a:hover { text-decoration: underline; }

/* button styles */

a.button, input.button, div.ajax_form input.button, div#login input#login {
	display: block;
	width: 80px;
	height: 29px;
	border: solid 1px #c5effd;
	color: #fff;
	background: #1f5f7f url(../images/button_bg.png) repeat-x 0 center !important;
	background: #1f5f7f url(../images/button_bg.gif) repeat-x 0 center;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

a:hover.button, input:hover.button, div.ajax_form input:hover.button, div#login input:hover#login {
	background: #333 url(../images/button_bg.png) repeat-x 0 center !important;
	background: #333 url(../images/pix.gif) repeat-x 0 center;
	text-decoration: none;
}

.button span {
	line-height: 2em;
	margin: 1.2em;
}

a.big_button, input.big_button {
	display: block;
	width: 170px;
	height: 40px;
	border: solid 1px #c5effd;
	color: #fff;
	background: #1f5f7f url(../images/button_bg.png) repeat-x 0 center !important;
	background: #1f5f7f url(../images/button_bg.gif) repeat-x 0 center;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;	
}

a:hover.big_button, input:hover.big_button {
	background: #333 url(../images/button_bg.png) repeat-x 0 center !important;
	background: #333 url(../images/pix.gif) repeat-x 0 center;
	text-decoration: none;
}

div.make_offer {
	position:absolute;
	top: 50px;
	right: 0;}
	
a.make_offer_button, input.make_offer_button {
    display: block;
    width: 170px;
    height: 40px;
    border: solid 0px #c5effd;
    background: #f5fcff url(../images/make_an_offer.gif) repeat-x 0 center !important;
    background: #f5fcff url(../images/make_an_offer.gif) repeat-x 0 center;
    cursor: pointer;
}

a:hover.make_offer_button, input:hover.make_offer_button {
    display: block;
    width: 170px;
    height: 40px;
    background: #f5fcff url(../images/make_an_offer.gif) repeat-x 0 center !important;
    background: #f5fcff url(../images/make_an_offer.gif) repeat-x 0 center;
    border: solid 0px #c5effd;
    cursor: pointer;
}

	

.big_button span, .checkout_big_button span {
	line-height: 2.1em;
	margin: 1.2em;
}

a.checkout_big_button {
	display: block;
	width: 200px;
	height: 40px;
	border: solid 1px #c5effd;
	color: #fff;
	background: #09e url(../images/button_bg.png) repeat-x 0 center !important;
	background: #09e url(../images/button_bg.gif) repeat-x 0 center;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;	
}

a:hover.checkout_big_button {
	background: #333 url(../images/button_bg.png) repeat-x 0 center !important;
	background: #333 url(../images/pix.gif) repeat-x 0 center;
	text-decoration: none;
}


a.continue_shopping_button {
	display: block;
	width: 80px;
	height: 27px;
	border: solid 1px #c5effd;
	color: #fff;
	background: #666 url(../images/button_bg.png) repeat-x 0 center !important;
	background: #666 url(../images/button_bg.gif) repeat-x 0 center;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	margin-top: 6px;
	line-height: 28px;
}

a:hover.continue_shopping_button {
	background: #333 url(../images/button_bg.png) repeat-x 0 center !important;
	background: #333 url(../images/pix.gif) repeat-x 0 center;
	text-decoration: none;
	line-height: 28px;
}

a.big_button, a.checkout_big_button { font: bold 1.3em Arial, Verdana, Helvetica, sans-serif; }
a:hover.big_button, a:hover.checkout_big_button { text-decoration: none; }

.important, #errormessage { color: #ff3c00; }
.data td.total, .data td.discount {
	font-weight: bold;
	color: #09e;
}
.hidden { display: none; }
p.important, div#errormessage {
	margin: 1em;
}

/* main layout styles */

#clearer, .clearer {
	clear: both;
	width: 1px;
	height: 1px;
}

div#login_status, div#header, div#promo, div#content, div#footer, div#floating_footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#content { background-color: #d0dde8; }
div#product, div#helpdocument { background-color: #f5fcff; }

ul#tabs, div#items, div#sales, div#product, div#all_sales, div#helpdocument {
	width: 100%;
	float: right;
}

div#items { height: 100%; }

div#friends {
	width: 50%;
	float: left;
}

/* login page styles */

div#login {
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 1000;
	text-align: left;
}

div#login a#forgot_password {
	display: block;
	margin: 7px 0.3em;
	width: 110px;
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
}

div#login p {
	margin: 0.3em 0.3em 1.2em 0.3em;
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
}

div#login p#not_a_member {
	margin: 40px 0.3em 0.3em;
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
}

div#login form {
	width: 300px;
	position: relative;
	left: 5px;
	top: 50px;
}

div#login label { font: normal 0.9em Arial, Verdana, Helvetica, sans-serif; }

div#login input {
	margin: 2px;
	padding: 2px;
	border: solid 2px #bfcfdf;
	background: #fff url(../images/input_bg.png) repeat-x 0 bottom !important;
	background: #fff url(../images/pix.gif) repeat-x 0 bottom;
	background-color: #fff;
	width: 180px;
	font: normal 1em Arial, Verdana, Helvetica, sans-serif;
	color: #777;
}

div#login input#login {
	padding: 3px 7px;
	width: 100px;
}

div#login .errormessage {
	position: absolute;
	top: -4.2em;
	left: 0.2em;
	line-height: 4em;
	color: #f60;
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
}

/* login page special styles */

body#login_page {
	background-image: none;	
}

#login_page div#content_wrapper {
	text-align: center;
	/*background: transparent url(../images/modnique_bg.jpg) no-repeat right bottom;*/
}

#login_page div#content {
	height: 670px;
	width: 100%;
	text-align: center;
	background: #fff url(../images/glass_door_bg_everyone.jpg) no-repeat 0 center;
	overflow: hidden;
}

#login_page div#flash_intro {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* login status bar styles */

#login_status {
	height: 30px;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	color: #bfcfdf;
}

#login_status strong { margin-left: 0.5em; }
#login_status a { color: #fff; }

div#login_status_controls {
	position: absolute;
	top: 0.4em;
	right: 20px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

div#fedex_header {
    height: 30px;
	position: absolute;
	top: -0.55em;
	right: 290px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase; 
}

div#fedex_header h2 {
    height: 30px;
	width: 195px;
	position: absolute;
	top: 0.4em;
	background: transparent url(../images/fedex_header.png) no-repeat 0 0 !important;
	background: transparent url(../images/fedex_header.gif) no-repeat 0 0;
}

div#fedex_header h2 a {
	display: block;
	width: 195px;
	height: 30px;
}


div#fedex_header h2 a span { display: none; }

/* header styles */

div#header {
	height: 120px;
	position: relative;
	z-index: 101;
	background: #d0dde8 url(../images/body_bg.png) repeat-x 0 -130px !important;
	background: #d0dde8 url(../images/body_bg.gif) repeat-x 0 -130px;
}

div#header h1, div#login h1 {
	position: relative;
	top: 15px;
	left: 15px;
	width: 300px;
	height: 60px;
	background: transparent url(../images/modnique_logo.png) no-repeat 0 0 !important;
	background: transparent url(../images/modnique_logo.gif) no-repeat 0 0;
}

div#header h1 a, div#login h1 a {
	display: block;
	width: 300px;
	height: 60px;
}

div#header h1 a span, div#login h1 a span { display: none; }

/* header controls styles */

ul#controls {
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	width: 100%;
	background: #1f5f7f url(../images/button_bg.png) repeat-x 0 center !important;
	background: #1f5f7f url(../images/button_bg.gif) repeat-x 0 center;
	border-top: solid 1px #d0dde8;
	border-bottom: solid 1px #1f5f7f;
}

ul#controls li {
	float: left;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 25px;
}

ul#controls li#my_cash {
	background-color: #1f5f7f;
}

ul#controls li a {
	background: #1f5f7f url(../images/button_bg.png) repeat-x 0 center !important;
	background: #1f5f7f url(../images/button_bg.gif) repeat-x 0 center;
	display: block;
	height: 28px;
	padding: 0 1.4em;
	float: left;
}

ul#controls li#first, ul#controls li#second {
	font-weight: bold;
}

ul#controls li a:link, ul#controls li a:visited {
	text-decoration: none;
	color: #fff;
}
ul#controls li a:hover {
	background: #333 url(../images/button_bg.png) repeat-x 0 center !important;
	background: #333 url(../images/pix.gif) repeat-x 0 center;
	text-decoration: none;
	color: #fff;
}

div#header div#livechat {
	position: absolute;
	top: 0.6em;
	right: 25px;
	color: #1f5f7f;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}

#livechat a { color: #fff; }

div#header div#private_sale {
	position: absolute;
	top: 30px;
	right: 20px;
	padding: 0.3em 0.5em 0.3em 0.5em;
	/*background: #fff url(../images/follow_arrow.gif) no-repeat right 9px;*/
	background-color: #fff;
	border: solid 3px #bfcfdf;
	font: normal 0.93em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a#logged_out_invite {
	font-size: 1.6em;
	margin: 0 0.3em;
}

div#header div#private_sale label {
	font-weight: bold;
	margin: 0 5px 0 0;
}

div#header div#private_sale input {
	border: 2px solid #d0dde8;
	color: #09e;
	margin: 0;
	padding: 4px 2px;
}

div#header div#private_sale input#send_invitation_header {
	display: inline;
	color: #fff;
	border:1px solid #c5effd;
}

div#header div#private_sale a { text-decoration: none; color: #1f5f7f; }
div#header div#private_sale a:hover { text-decoration: none; color: #09e; }

iframe#credit_frame {
	border: none;
	margin: 0;
	padding: 0;
	width: 90px;
	height: 21px;
	overflow: hidden;
	background-color: #1f5f7f;
}

span#store_credit {
	font: bold 1em Verdana, Arial, helvetica, sans-serif;
	color: #fff;
	background-color: #1f5f7f;
	line-height: 25px;
	padding: 0 10px;
	vertical-align: middle;
}

/* my account commented out

div#subscribe {
	text-align: right;
}

div#friends div#subscribe {
	text-align: center;
	margin: 2em 6em;
	float: left;
}

div#subscribe input.input_text {
	margin: 0;
	width: 190px;
	padding: 0.2em 2px;
}

div#friends div#subscribe input.input_text {
	margin: 0.7em auto;
	width: 220px;
	display: block;
}

div#subscribe label { margin: 0 0.5em;}

.checkout_btn {
	display: block;
	width: 111px;
	height: 29px;
	margin: 2px 2px 2px 137px;
}

.checkout_btn span { display: none; }

*/


/* tabs styles */

ul#tabs {
	width: 960px;
	list-style: none;
	float: left;
	height: 28px;
	background: #d0dde8 url(../images/body_bg.png) repeat-x 0 -160px !important;
	background: #d0dde8 url(../images/body_bg.gif) repeat-x 0 -160px;
}

ul#tabs li {
	float: left;
}

ul#tabs li#first_tab {
	margin-left: 20px;
}

ul#tabs li#first_tab span {
	text-transform: none;
}

ul#tabs li#count_tab {
	margin-left: 30px;
	position: absolute;
	right: 0;
	top: 0;
	/* background: #1f5f7f url(../images/button_bg.png) repeat-x 0 center; */
}

#product_page ul#tabs li#count_tab {
	margin-left: 300px;
}

ul#tabs li#sales_tab {
	margin-left: 350px;
}

ul#tabs li a {
	display: block;
	height: 28px;
	padding: 0 1.2em 0 0.8em;
	float: left;
	cursor: default;
	color: #1f5f7f;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
ul#tabs li#product_id span {
	height: 28px;
	display: block;
	padding: 0 1.2em 0 0.8em;
	color: #1f5f7f;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 2em;
}

ul#tabs li a span {
	display: block;
	height: 28px;
	line-height: 2em;
}

ul#tabs li a span em {
	padding: 0.3em;
	cursor: pointer;
	font: normal 0.8em Arial, Verdana, Helvetica, sans-serif;
	color: #fff;	
}

ul#tabs li a span em:hover { text-decoration: underline; }

#countdown {
	line-height: 1em;
	text-align: right;
	color: #1f5f7f;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

ul#tabs li a span#countdown {
	line-height: 1.7em;
}

/* items and sales grid styles */

div#all_sales { background-color: #fff; }

div.brand_promo img {
	padding: 0;
	margin: 10px 0 10px 22px;
	border: solid 1px #bfcfdf;
}

div#items, div#sales {
	margin: 0;
}

div#items ul, div#sales ul {
	float: left;
	margin: 7px 0 7px 7px;
}

div#items li, div#sales li, div#summary, div#pyramid {
	display: block;
	width: 304px;
	height: 490px;
	float: left;
	position: relative;
	margin: 5px;
	overflow: hidden;
}

div#items li, .product_thumb, div#sales li, div#summary {
	background-color: #f5fcff;
	/* border: solid 1px #bfcfdf; */
}

div#sales li#promo_area {
	height: auto;
}

div#sales li#promo_area img {
	margin: 11px;
	width: 910px;
}

.product_thumb img {
	border: solid 1px #bfcfdf;
	display: none;
}

.item_lastone {
	position: absolute;
	height: 150px;
	width: 150px;
	top: 125px;
	left: 75px;
}

.item_soldout, .item_incarts {
	position: absolute;
	height: 55px;
	width: 300px;
	bottom: 74px;
	left: 2px;
}

.item_soldout span, .item_lastone span, .item_incarts span { display: none; }

.item_viewnow {
	display: none;
	padding: 0.5em;
	position: absolute;
	top: 200px;
	left: 100px;
	background-color: #f5fcff;
	border: solid 1px #bfcfdf;
	color: #1f5f7f;
	cursor: pointer;
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase;
}

div#sales li {
	width: 934px;
	height: 390px;
}

div#summary {
	width: 465px;
	height: 190px;
	margin: 14px;
}

div#pyramid {
	width: 465px;
	height: 400px;
	position: relative;
	background: transparent url(../images/pyramid_bg.png) no-repeat 15% bottom !important;
	background: transparent url(../images/pyramid_bg.gif) no-repeat 15% bottom;
}

div#pyramid #level1, div#pyramid #level2, div#pyramid #level3 {
	width: 125px;
	height: 90px;
	position: absolute;
	text-align: center;
	overflow: visible;
	background: transparent url(../images/friends_cloud.png) no-repeat 0 bottom !important;
	background: transparent url(../images/friends_cloud.gif) no-repeat 0 bottom;
	color: #0ac;
	font: bold 1.4em Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.6em;
}

div#pyramid #level1 {
	top: 0;
	left: 210px;
}

div#pyramid #level2 {
	top: 120px;
	left: 300px;
}

div#pyramid #level3 {
	top: 250px;
	left: 340px;
}

div#friends img {
	margin: 4em;
}

#summary h1, #summary p, #summary p.total, #summary p.total strong { margin: 12px; }
#summary h1 { font: italic 1.4em Arial, Verdana, Helvetica, sans-serif; }
#summary p { line-height: 1.6em; font-style: italic; }

#summary p.total {
	color: #390;
	font: italic 1.4em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#summary p.total strong { font-size: 1.4em; }

* html div#items li, * html div#sales li {
	margin: 0;
}

/* single sale layout */

.sale_thumb {
	margin: 11px;
}

.sale_brand {
	display: block;
	color: #555;
	background-color: #d0dde8;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 0.2em 0.4em;
}

.sale_time {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #777;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;	
}

.active { color: #1f5f7f; }

.sale_details {
	position: absolute;
	top: 85px;
	right: 170px;
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	display: none;
}

a:hover.sale_details { text-decoration: none; }

.sale_terms {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #f60;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}

#visitsale, #trailer {
	width: 140px;
	position: absolute;
	bottom: 10px;
	right: 160px;
}

#trailer {
	right: 10px;
	background-color: #777;
}
a:hover#trailer { background-color: #333; }

/* item layout */

.item_title {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0.2em 0.5em;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	line-height: 1.5em;
}

.item_thumb {
	width: 300px;
	height: 375px;
	margin: 41px 2px 5px 2px;
}

.item_thumb img {
	margin: 0;
	width: 300px;
	height: 375px;
}

.item_thumb a {
	display: block;
}

.item_retail_price, .item_sale_price, .item_sale_price em { position: relative; }

.item_retail_price, .item_sale_price {
	top: 14px;
	margin: 0.5em 0.5em;
	display: block;
	white-space: nowrap;
	font: bold 1.1em Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

.item_save {
	position: absolute;
	bottom: 11px;
	right: 15px;
	font: normal 1.1em Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}

.item_save, .item_retail_price em, .item_sale_price em { font-weight: bold; font-style: normal; }
.item_retail_price em { text-decoration: none; }
.item_retail_price, .product_retail_price { color: #777; }
.item_sale_price, .product_sale_price { color: #09e; }
.item_save, .product_save { color: #1f5f7f; }

#item_buynow {
	width: 120px;
}

div#items li a#item_buynow {
	position: absolute;
	bottom: 35px;
	right: 7px;
}

.item_soldout {
	background: transparent url(../images/soldout_label_sm.png) no-repeat scroll 0 0 !important;
	background: transparent url(../images/soldout_label_sm.gif) no-repeat scroll 0 0;
}

.item_lastone {
	background: transparent url(../images/lastone_label.png) no-repeat scroll 0 0 !important;
	background: transparent url(../images/lastone_label.gif) no-repeat scroll 0 0;
}

.item_incarts {
	background: transparent url(../images/incarts_label_sm.png) no-repeat scroll 0 0 !important;
	background: transparent url(../images/incarts_label_sm.gif) no-repeat scroll 0 0;
}

/* product layout */

.product_title, .product_color, .product_size, .product_quantity { color: #1f5f7f; }
.product_title { font: bold 1.6em Arial, Verdana, Helvetica, sans-serif; }

.product_description {
	color: #777;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}

div#product { 
	text-align: center;
	margin: 0 0 1em;
}

div.product_thumb {
	position: relative;
	height: 380px;
	margin: 1em 1em 0 1em;
	/*cursor: pointer;*/
}

#product_gallery {
	width: 40%;
	float: left;
}

.product_thumb img, .product_thumb a {
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	width: 300px;
	height: 375px;
	margin: 0;
}

.product_title {
	margin: 0.5em 1em 10px;
	text-align: left;
}

* html .product_title {
	width: 60%; /* IE-Win fix */
}

.product_description {
	margin: 0.5em 1em 10px;
	text-align: left;
}

div#product_tag {
	float: left;
	position: relative;
	width: 43%;
	margin: 0.8em;
}

.product_thumb { font: normal 1em Verdana, Arial, Helvetica, sans-serif; }

.product_retail_price, .product_sale_price, .product_save {
	display: block;
	text-align: left;
	white-space: nowrap;
	margin: 5px;
	font: bold 1.2em Helvetica, Arial, Verdana, sans-serif; text-transform: uppercase;
}

.product_retail_price em {
	text-decoration: line-through;
	font-style: normal;
}
.product_sale_price em {
	font-weight: bold;
	font-style: normal;
}

/*.product_save {
	position: absolute;
	top: 40px;
	right: 20px;
}*/

.product_save em {
	font-style: normal;
}

div#product_tag input.big_button, div#product_tag a.checkout_big_button {
	position: absolute;
	top: 0;
	right: 0;
}

ul#color_swatches li {
	text-indent: -9999px;
	border: solid 4px #eee;
}

.product_color, .product_size, .product_quantity, .product_combo_avail { font: normal 1em Verdana, Arial, Helvetica, sans-serif; text-transform: capitalize; }

ul#color_swatches li.selected_swatch { border: solid 4px #1f5f7f; }
#color_swatches li:hover { border: solid 4px #bfcfdf; }

.product_size li:hover { background-color: #c5effd; }

ul#sizes li {
	border: solid 4px #eee;
	background-color: #f5fcff;
}

ul#sizes li.selected_size { border: solid 4px #1f5f7f; }
ul#color_swatches li.crossed_size, ul#sizes li.crossed_size {
	border: solid 4px #777;
	background: #eee url(../images/crossed_size.gif) no-repeat center center !important;
	color: #777;
}
#sizes li:hover { border: solid 4px #bfcfdf; }

.product_color, .product_size, .product_quantity, .product_combo_avail, .product_delivery, .product_facebook {
	display: block;
	white-space: nowrap;
	width: 40%;
	text-align: left;
	float: left;
	margin: 0.5em;
}

.product_color ul, .product_size ul { list-style: none; }

.product_color li, .product_size li {
	width: 50px;
	height: 50px;
	float: left;
	margin: 3px;
	cursor: pointer;
}

.product_size li {
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.product_quantity input {
	margin: 0;
	width: 40px;
	padding: 0.2em 2px;
	text-align: right;
	color: #1f5f7f;
	border: solid 2px #bfcfdf;
	background-color: #f5fcff;
	font: bold 1em Arial, Verdana, Helvetica, sans-serif;
}

div#product_thumblist {
	min-height: 200px;
}

#product_thumblist ul {
	margin: 1em 0 1em 0.8em;
	float: left;
	cursor: pointer;
}

#product_thumblist li {
	display: none;
	float: left;
	margin: 0.2em;
}

#product_thumblist ul li img {
	cursor: pointer;
	width: 100px;
	height: 125px;
	border: solid 1px #bfcfdf;
}

#product_thumblist ul li img:hover {
	border-color: #1f5f7f;
}

/* product showcase table styles */

table#showcase {
	float: left;
	width: 55%;
	margin: 2em 0;
	border-collapse: collapse;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}

div#showcase {
	float: left;
	text-align: left;
	width: 50%;
	margin: 2em 1em;
	border-collapse: collapse;
	font: italic 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em;
	color: #000;
	background-color: #d0dde8;
	border: solid 2px #fff;
}

div#showcase p {
	margin: 0.5em 0.5em;
}

table#showcase th {
	text-align: left;
	padding: 0.3em;
	color: #1f5f7f;
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
}

table#showcase td {
	width: 30%;
	text-align: left;
	padding: 0.2em 0.5em;
	color: #000;
	background: #d0dde8 url(../images/button_bg.png) repeat-x 0 center !important;
	background: #d0dde8 url(../images/button_bg.gif) repeat-x 0 center;
	border: solid 2px #fff;
}

table#showcase td.feat_normal, table#showcase td.feat_medium {
	background: #bfcfdf url(../images/button_bg.png) repeat-x 0 center !important;
	background: #bfcfdf url(../images/pix.gif) repeat-x 0 center;
}
table#showcase td.feat_normal { font-weight: bold; }

table#showcase td.feat_high {
	background: #ffb url(../images/button_bg.png) repeat-x 0 center !important;
	background: #ffb url(../images/pix.gif) repeat-x 0 center;
}
table#showcase td.feat_medium, table#showcase td.feat_high { font: normal 1.4em Verdana, Arial, Helvetica, sans-serif; }

table#showcase td.note { font: italic 0.9em Verdana, Arial, Helvetica, sans-serif; }

/* content layout */

div#helpdocument {
	margin: 0;
	padding: 2em 0 10em 0;
}

div#helpdocument .important {
	color: #ff3c00;
}

div#content h1, div#helpdocument h2 {
	padding: 0.9em;
}

div#helpdocument h2 {
	color: #000;
}

#content h1 { font: normal 1.4em Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase; }
#content h2, #login_dialog h2 { font: normal 1.3em Verdana, Arial, Helvetica, sans-serif; }

div#helpdocument p, div#helpdocument img, div#helpdocument ul, div#helpdocument ol {
	margin: 1em 2.2em;
}

div#helpdocument li {
	list-style: disc;
	margin: 0 1em;
}

div#helpdocument .indexlink {
	text-align: right;
	margin: 1.5em 0;
	font-size: 0.8em;
}

/* tell-a-friend styles */

#unlimited_cash span {
	display: block;
	width: 960px;
	height: 278px;
	background: transparent url(../images/earnings_diagram.png) no-repeat 0 0 !important;
	background: transparent url(../images/earnings_diagram.gif) no-repeat 0 0;
	text-indent: -9999px;
}

div#send_invites {
	background-color: #f5fcff;
	height: 495px;
}

#send_invites div#use_social, #send_invites div#use_link, #send_invites div#use_email  {
	float: left;
	position: relative;
	width: 470px;
	border: solid 1px #bfcfdf;
	background-color: #fff;
	margin: 5px 0 0 5px;
	height: 238px;
}

#send_invites div#use_email { width: 947px; }

#send_invites h2 {
	margin: 0.3em;
	color: #000;
}

#use_social h2 { width: 185px; }

#send_invites p.note {
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
	margin: 0.5em;
}

#use_social p.note { width: 160px; }

#use_social p#hello {
	position: absolute;
	left: 3em;
	bottom: 0.5em;
	font: normal 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #1f5f7f;
}

#use_social a#bubble {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 285px;
	height: 209px;
	background: transparent url(../images/bubble.png) no-repeat 0 0 !important;
	background: transparent url(../images/bubble.gif) no-repeat 0 0;
}

#use_social a#bubble span { display: none; }

#use_link {
	position: relative;
}

#use_link input {
	margin: 0.8em 0.5em;
	width: 440px;
	padding: 0.2em 2px;
	color: #09e;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	border: solid 2px #d0dde8;
}

#use_link #copy_link {
	position: absolute;
	right: 10px;
	bottom: 120px;
}

#use_email textarea {
	margin: 1.6em 0 0 0.6em;
	width: 450px;
	padding: 0.2em 2px;
	color: #1f5f7f;
	font: italic 1em Verdana, Arial, Helvetica, sans-serif;
	border: solid 2px #d0dde8;
}

#use_email label {
	position: absolute;
	top: 35px;
	left: 15px;
}

#use_email label#message {
	left: 490px;
}

#use_email #send_invitation {
	position: absolute;
	width: 170px;
	right: 10px;
	bottom: 25px;
}

#use_link p#code {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #d0dde8;
	color: #1f5f7f;
	font: normal 1.3em Verdana, Arial, Helvetica, sans-serif;
}

#use_link p#code span {
	margin: 0.5em;
	display: block;
}

div#earned_credit {
	background-color: #f5fcff;
	position: relative;
}

/* data table styles */

table.data {
	border-collapse: collapse;
	margin: 0.5em;
	width: 948px;
}

#my_account table.data {
	width: 98%;
}

.data th {
	white-space: nowrap;
	padding: 0.4em 0.7em;
	color: #fff;
	background: #1f5f7f url(../images/button_bg.png) repeat-x 0 center !important;
	background: #1f5f7f url(../images/button_bg.gif) repeat-x 0 center;
	border: 1px solid #d0dde8;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
}

.data td {
	padding: 0.5em 0.7em;
	color: #555;
	background-color: #fff;
	border: 1px solid #d0dde8;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}

.data td.status_buyer {	
	text-transform: uppercase;
	color: #09e;
	text-align: center;
}

.data td.status_pending {
	text-transform: uppercase;
	text-align: center;
}

.data td.member_since {
	text-align: center;
}

.data td.email_address {
	font-weight: bold;
}

.level_1 {
	background: transparent url(../images/level_1.gif) no-repeat 0 center;
	padding: 0.5em 0.5em 0.5em 1.9em;
	width: 100px;
}

.level_2 {
	background: transparent url(../images/level_2.gif) no-repeat 0 center;
	padding: 0.5em 0.5em 0.5em 1.9em;
}

.level_3 {
	background: transparent url(../images/level_3.gif) no-repeat 0 center;
	padding: 0.5em 0.5em 0.5em 1.9em;
}

.data img {
	border: 0;
	margin: 0.3em auto;
}

#earned_credit p.legend {
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
	margin: 0.5em 0.5em 0.5em 10em;
	padding: 1.2em 0;
	display: block;
}

#earned_credit p.total {
	position: absolute;
	margin: 0.5em 1em;
	bottom: 0;
	right: 0;
	color: #1f5f7f;
	font: normal 1.8em Arial, Verdana, Helvetica, sans-serif;
}

/* signup and unsubscribe styles */

img.signup_promo, img.signup_brands {
	padding: 0;
	margin: 0;
	border: none;
}

img.signup_brands {
	position: absolute;
	left: 0;
	bottom: 0;
}

div#signup_welcome {
	background-color: #f5fcff;
	height: 677px;
}

div#remember_password {
	background-color: #f5fcff;
	height: 300px;
}

div#remember_form {
	margin: 0 auto;
	float: none;
	padding: 2em 0;
}

div#remember_form img#captcha {
	margin: 0.5em 110px;
}

div#remember_form #submitbutton, div#email_unsubscribe #submitbutton {
	width: 180px;
	margin: 0 0 0 100px;
}

div#registration_thankyou {
	background-color: #f5fcff;
	margin: 5px;
	min-height: 300px;
	padding: 1em 0;
}

#registration_thankyou p {
	margin: 1em 2.2em;
}

#signup_welcome div#why_signup, #signup_welcome div#create_account_signup {
	float: left;
	position: relative;
	width: 470px;
	border: solid 1px #bfcfdf;
	background-color: #fff;
	margin: 5px 0 0 5px;
	height: 665px;
}

div#login_dialog {
	width: 480px;
	border: none;
	background: transparen;
	margin: 5px 0 0 5px;
	height: 280px;
	text-align: left;
}

div#login_dialog p {
	font-size: 0.8em;
	text-align: center;
	margin: 1em 70px;
}

div#login_dialog input, div#login_dialog label {
	margin-left: 70px;
}

div#login_dialog input#ajax_login_button {
	width: 200px;
	margin-left: 140px;
}

div#login_error_message {
	display: block;
	height: 2em;
	text-align: center;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #f60;
}

#signup_welcome h2 {
	margin: 0.7em 0.5em;
	color: #000;
}

#signup_welcome p {
	margin: 1em;
}

#why_signup ul {
	margin: 1em 1em 1em 1.5em;
}

#why_signup li {
	background: transparent url(../images/list_wave.gif) no-repeat 0 0;
	padding-left: 3.5em; 
}

#signup_welcome p.note {
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
	margin: 0.5em;
}

#create_account_signup {
	position: relative;
}

#create_account_signup p.note {
	margin: 1em 20px;
}

#captcha {
	margin: 0.5em 20px;
}

#create_account_signup div#form_agreement {
	position: absolute;
	height: 250px;
	width: 470px;
	left: 0;
	bottom: 0;
	background-color: #d0dde8;
}

div#unsubscribe {
	min-height: 300px;
	background-color: #f5fcff;
	padding: 1em 0;
}

div#unsubscribe p {
	margin: 1em;
}

div#email_unsubscribe {
	margin: 0 auto;
	float: none;
	padding: 2em 0;
}

div#email_events {
	padding: 1em 0;
}

#create_account_signup div#form_agreement {
	height: 140px;
}

#form_agreement label#preferences, #email_events label#preferences {
	margin: 1em 25px; 
}

#form_agreement p.note {
	margin: 0;
}

#create_account_signup #register {
	position: absolute;
	left: 20px;
	top: 80px;
}

#create_account_signup p#already_member {
	position: absolute;
	left: 260px;
	top: 100px;
}

/* ajax forms styles */

div#registration {
	margin: 0 3em;
	text-align: left;
	height: 600px;
}

div.ajax_form {	
	width: 400px;
	float: left;
}

div.ajax_form#create_account {
	border-right: solid 1px #bfcfdf;
}

div.ajax_form h1 {
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;
	margin: 0.5em 1.2em;
}

div.ajax_form h2 {
	margin: 1.2em 1em 0.7em 1em;
	color: #000;
}

div.ajax_form p {
	margin: 1.2em 1.4em;
}

div.ajax_form li {
	margin: 7px 0;
	clear: both;
}

div.ajax_form label {
	display: block;
	margin: 8px 0 1px 20px;
	/* float: left; */
	width: 350px;
	color: #1f5f7f;
	line-height: 1em;
	text-align: left;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

div.ajax_form label.checkbox {
	width: 350px;
	display: inline;
	line-height: 1em;
	text-align: left;
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
	float: none;
	margin: 8px 0 0 4px;
	position: relative;
	left: 0;
}

div.ajax_form input.checkbox {
	color: #777;
	border: none;
	width: 20px;
	position: relative;
	left: 0;
	float: left;
	margin: 2px 7px 7px 40px;
}

div.ajax_form input, div.ajax_form select {
	width: 330px;
	margin: 0 0 0 20px;
	padding: 3px;
	color: #777;
	border: solid 2px #bfcfdf;
	background-color: #fff;
	font: normal 1.2em Arial, Verdana, Helvetica, sans-serif;
}

/* special field size for signup form */
div#create_account_signup label {
	margin: 6px 0 1px 20px;
}

div#create_account_signup input, div#create_account_signup select {
	width: 330px;
	margin: 0 0 0 20px;
	padding: 3px;
	color: #777;
	border: solid 2px #bfcfdf;
	background-color: #fff;
	font: normal 1em Arial, Verdana, Helvetica, sans-serif;
}

div#create_account_signup input.checkbox {
	color: #777;
	border: none;
	width: 20px;
	position: relative;
	left: 0;
	float: left;
	margin: 2px 7px 7px 40px;
}

div#create_account_signup input#register {
	color: #fff;
	border: solid 1px #c5effd;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}
/* end special field size */

div.ajax_form select {
	width: 218px;
}

div.ajax_form input#country {
	border: solid 2px #ccc;
}

div.ajax_form .err {
	font: italic 1em Arial, Verdana, Helvetica, sans-serif;
	color: #f60;
	text-indent: 150px;
	margin-top: 2px;
	display: none;
}

div.ajax_form input#register, div.ajax_form input#addtolist {
	margin: 1em 0;
	position: relative;
	left: 150px;
	top: 0;
	width: 120px;
}

div.ajax_form input#register {
	width: 190px;
}

div.ajax_form div.radio_group input {
	margin: 0.5em 0.5em 0.5em 20px;
	display: inline;
	width: 20px;
	border: none;
}

div.ajax_form div.radio_group label {
	display: inline;
	margin: 0; 
}

/* checkout styles */
td.thumbnail_col, td.select_col {
	text-align: center;
}

td.thumbnail_col img {
	width: 100px;
	height: 125px;
}

div#billing_shipping {
	margin: 0 3em;
	text-align: left;
}

li#billing_downshift {
	margin-top: 70px;
}







#checkout form #shipmethod_form label {
	display: inline;
}

div#shipmethod_form {
	border: solid 1px #bfcfdf;
	background-color: #f5fcff;
	margin: 1em;
}

div#shipmethod_form { float: left; }

div#shipmethod_form ul {
	border-right: solid 1px #bfcfdf;
	width: 24em;
	float: left;
	margin: 1em;
	/* IE Bug Fix
	height: 1%; */
}

div#shipmethod_form li {
	float: left;
	/* height: 1%; */
	white-space: nowrap;
	margin: 0.5em 1em;
}

div#shipmethod_form p {
	float: right;
	width: 55%;
	font-size: 0.8em;
	margin: 1.2em 1em 0.6em 0;
	/* IE Bug Fix
	height: 1%; */
}



div#payment_info {
	margin-bottom: 1em;
}

div.ajax_form input#continue {
	margin: 1em 0;
	position: relative;
	left: 230px;
	top: 0;
	width: 120px;
}

div#order_info {
	float: left;
	position: relative;
	width: 400px;
	border: solid 1px #bfcfdf;
	background-color: #fff;
	margin: 5px 0 100px 50px;
	font-size: 0.9em;
}

div#order_info table {
	margin: 0.5em 100px;
}

div#order_info table td {
	padding: 1px 7px;
}

div#order_info h2 {
	padding: 0.3em 0.6em;
	color: #000;
	background-color: #f5fcff;
}

div#order_info p {
	margin: 0.3em;
	
}

div#order_info span {
	margin: 0.3em;
	display: block;
}

div.order_product_details {
	background-color: #f5fcff;
	border-top: solid 1px #d0dde8;
}

td.order_total { font-weight: bold; }

div#select_paymethod {
	position: relative;
}

#select_paymethod input {
	margin-left: 2em;
}

#select_paymethod label {
	font-weight: bold;
}

div.order_product_details img {
	float: left;
	width: 100px;
	height: 125px;
	border: 1px solid #bfcfdf;
	margin: 0.5em 1em 3em 0.5em;
}

div.order_product_details div {
	margin: 0.3em;
	padding-bottom: 0.5em;
}

div.order_product_details span em {
	font-weight: bold;
}

p.order_details_brand {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

select#card_expiration_month {
	width: 60px;
}

select#card_expiration_year {
	width: 80px;
	margin-left: 0;
}

input#store_credit_input, input#apply_coupon_input {
	width: 182px;
}

label#card_expiration_label {
	/* width: 130px; */
}

label#cardcvv_label {
	width: 190px;
}

input#cardcvv {
	width: 80px;
}

select#birth_month {
	width: 110px;
}

select#birth_day {
	width: 70px;
	margin-left: 0;
}

select#birth_year {
	width: 80px;
	margin-left: 0;
}

div.ajax_form input.checkbox#same_as_billing {
	margin: 2px 7px 30px 18px;
}

div#address_form { float: left; }

div#address_form div {
	width: 200px;
	float: left;
	margin: 0 1em;
}

div#order_confirmation {	
	width: 400px;
	float: left;
	position: relative;
}

div#order_confirmation h2 {
	color: #000;
	position: relative;
	top: 1em;
}

div.confirmation_info {
	margin: 0 0.5em 0.5em 140px;
}

#confirm_order {
	width: 180px;
	margin: 2em 1em 1em 140px;
}

div#order_summary {
	background-color: #f5fcff;
	position: relative;
	text-align: left;
	min-height: 300px;
}

div#order_summary p.important {
	padding: 2em;
}

#order_summary p.total {
	text-align: right;
	margin: 0 1.4em;
	color: #1f5f7f;
	font: normal 1.4em Verdana, Arial, Helvetica, sans-serif;
}

div#checkout_button_holder {
	height: 100px;
	position: relative;
}

div#checkout_button_holder_review {
	height: 100px;
	width: 540px;
	position: relative;
}

#checkout {
	width: 120px;
	position: absolute;
	margin: 1em;
	right: 25px;
	top: 5px;
}

#continue_shopping {
	width: 180px;
	position: absolute;
	margin: 1em;
	right: 150px;
	top: 5px;
}

#applyaddress {
	width: 300px;
	margin: 1em 20px;
}

#applystorecredit, #applycoupon {
	width: 190px;
	margin: 0.5em 20px;
}

#coupon_total_set {
	margin: 0 0.2em;
	position: relative;
	height: 500px;
}

#total_form {
	text-align: left;
	width: 555px;
	position: absolute;
	right: 0;
	top: 0;
}

#total_form table.data {
	width: 545px;
	
}

/* shopping cart widget special styles */

div#dialog { display: none; /* hide shopping cart until ready */}

#dialog table.data {
	width: 740px;
}

#dialog table.data td {
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}

#dialog a {
	color: #09e;
}

#dialog a.button {
	color: #fff;
}

/* my account styles */
div#my_account {
	margin: 0 1em;
	text-align: left;
	min-height: 600px;
}

div#my_account_nav {	
	width: 160px;
	float: left;
	position: relative;
}

div#my_account_nav li {
	margin: 0.5em 0;
	text-transform: uppercase;
}

div#my_account_data {
	float: left;
	position: relative;
	width: 740px;
	border: solid 1px #bfcfdf;
	background-color: #fff;
	margin: 0 1em 2em 1em;
	font-size: 0.9em;
}

div#my_account_data h1 {
	padding: 0.5em;
	display: block;
	background-color: #f5fcff;
}

div#my_account_data h2 {
	margin: 0.3em 0.6em;
	color: #000;
	font-weight: bold;
}

div#my_account_data p {
	margin: 0.5em 1.5em;
}

div#my_account_data h2.rma_h {
	margin: 2em 1em 1em;
}

div#my_account_data div#notes {
	margin: 1em 0;
}

div#my_account_data div#notes label {
	margin: 0 1em;
}

#my_account p.legend {
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
	margin: 0.5em 0.5em 0.5em 2em;
	padding: 0.5em 0;
	display: block;
}

#my_account p.total {
	position: absolute;
	margin: 0.4em 1em;
	bottom: 0;
	right: 0;
	color: #1f5f7f;
	font: normal 1.8em Arial, Verdana, Helvetica, sans-serif;
}

div#billing_update, div#personal_update {
	margin: 1em 2em 2em 2em;
}

#apply_changes, #unsub, #create_rma {
	width: 140px;
	margin-left: 20px;
}

#unsub {
	margin-left: 40px;
}

/* footer styles */

div#footer_wrapper {
	clear: both;
}

#login_page div#footer_wrapper {
	height: 200px;
	background: #bfcfdf url(../images/body_bg.png) repeat-x 0 -160px !important;
	background: #bfcfdf url(../images/body_bg.gif) repeat-x 0 -160px;
	border-top: solid 6px #d0dde8;
}

#footer a, div#floating_footer a { color: #fff; }

div#footer {
	position: relative;
	color: #fff;
	text-align: center;
	overflow: visible;
}

ul#footer_controls {
	list-style: none;
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 100%;
	float: left;
	background: #1f5f7f url(../images/button_bg.png) repeat-x 0 center !important;
	background: #1f5f7f url(../images/button_bg.gif) repeat-x 0 center;
}

ul#footer_controls li {
	float: left;
	margin: 0;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 26px;
}

ul#footer_controls li a {
	display: block;
	/* restore after removing the door padding: 0 1.8em;*/
	padding: 0 1.4em;
	float: left;
	font-size: 0.9em;
	height: 28px;
}

ul#footer_controls li a:link, ul#footer_controls li a:visited {
	text-decoration: none;
	color: #fff;
}

ul#footer_controls li a:hover {
	background: #333 url(../images/button_bg.png) repeat-x 0 center !important;
	background: #333 url(../images/pix.gif) repeat-x 0 center;
	text-decoration: none;
	color: #fff;
}

#footer_tracking {
	clear: both;
	padding: 0.5em 0;
	color: #1f5f7f;
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
}

#footer_copyright {
	width: 40%;
	/* position: absolute;
	left: 30%;
	top: 50px; */
	clear: both;
	margin: 0 auto;
	padding: 0.5em 0;
	text-align: center;
	color: #1f5f7f;
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
}

#login_page #footer_copyright {
	top: 22px;
}

#footer_paymethods {
	height: 40px;
	text-indent: -9999px;
	margin-top: 1em;
	background: transparent url(../images/footer_paymethods.png) no-repeat center 0 !important;
	background: transparent url(../images/footer_paymethods.gif) no-repeat center 0;
}

#footer #subscribe {
	position: absolute;
	top: 100px;
	right: 0;
}

#footer #subscribe label {
	width: 90%;
	position: absolute;
	top: -2.9em;
	right: 0;
}

#footer p {
	margin: 0.5em;
}

/* floating footer */

div#floating_footer_wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 28px;
	width: 100%;
	z-index: 1000;
	background: #1f5f7f url(../images/button_bg.png) repeat-x 0 center !important;
	background: #1f5f7f url(../images/button_bg.gif) repeat-x 0 center;
}

div#floating_footer {
	text-align: center;
}

div#floating_footer ul#footer_controls {
	background: none;
}

/* Qtip styles */

.qtip .qtip-content {
	padding: 10px;
	overflow: hidden;
}

#what_is_cvv, #alternate_address {
	cursor: default;
	font-weight: normal;
	font-size: 0.8em;
	color: #09e;
	text-decoration: underline;
	margin: 0 0.5em;
}

/* end */