/**CSS reset to improve cross browser compatability**/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**End CSS reset**/




/* ------------------------ */
/* Standard Html Tag Set    */
/* ------------------------ */

body, h1, h2, h3, p, ul, li, form {
	border:0;
	margin:0;
	padding:0;
}

/* ------------------------------- */
/* Standard HTML Tag Definition    */
/* ------------------------------- */

body, form, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}



/* ------------------------ */
/* Page Elements 			*/
/* ------------------------ */

body {
	margin-top: 25px;
}

#container {
	margin: 0 auto;
	width:930px;
}


#header{
	height: 125px;
	width: 930px;
	}
	

#content_main {
	margin: 0 15px;
	width: 900px;
	min-height:352px;
	height: auto !important;
	height: 352px;
	background:#FFF  !important;
}

#content_main .player {
	float: right;
	margin: 5px 10px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	position:relative;
	z-index:300;
}	

#regionBeforeOrderForm {
	background-color:#303D52;
	margin: 0 15px;
	height:80px;
	padding:8px;
}

#regionBeforeOrderForm .tdArrowLeft {
	margin-left:15px;
}
#regionBeforeOrderForm div {
	float:left;
}

#bar {
	margin: 0 15px;
	height:25px;
	clear:both;
	vertical-align:middle;
	}
.copyright{
	float:left;
	width:49%;
	padding:8px 0 0 8px;
		}
.links{
	float:right;
	width:49%;
	text-align:right;
	}
	
#footer {
	height: 60px;
	width:930px;
	}

#footer p {
	margin: 0 23px;
	padding-top: 5px;
}
	
input#id_use_billing_for_shipping {
	width: 20px;
}

input#id_use_email {
	width: 20px;
}

#orderform_container label { 
	display: block; 
	margin-bottom: 7px;
}

#orderform_container .quantity {
width: 40px; 
margin-bottom: 15px;
}

#select { 
	margin:0px 0px 10px 0px; 
}

#id_order_quantity {
	width: 40px;
}
	
	
/* ------------------------ */
/* Step Elements			*/
/* ------------------------ */	
	
#step table.summary {
	width: 600px;
	margin-left: 100px;
}

#step table.summary tr.columnheadings {
	border-bottom: #112211 1px solid;
}

#step table.summary tr.columnheadings td {
	vertical-align: bottom;
}

#step table.summary td {
	height: 19px;
	text-align: left;
	padding: 5px;
}

#step table.summary td#item {
	height: 19px;
	text-align: left;
	padding: 5px;
	color: #112211; 
}
#step table.summary td#price {
	height: 19px;
	text-align: right;
	padding: 5px;
	color: #112211;
	width: 50px;
}


#step table.summary th {
	height: 19px;
	text-align: left;
	padding: 5px;
	font-size: 14px;
}

#step table.summary dt {
	text-align: left;
	padding-top: 10px;
	color: #112211;
	line-height: 125%;
}

#step table.summary td#total_ship, #step table.summary td#total_tax { 
	height: 19px; 
	text-align: right; 
	padding: 5px; 
}

#step table.summary td#total { 
	height: 19px; 
	text-align: right; 
	padding: 5px; 
	font-size: 14px;
}

#step table.summary td#total_amount { 
	height: 19px; 
	text-align: right; 
	padding: 5px; 
	font-size: 14px;
	color: #112211;
	width: 50px;
}

/* ------------------------ */
/* Page Elements Styles		*/
/* ------------------------ */

.clear {clear: both;}

body {
	background: #fff;
}

#container {
	background:url(..next_files/wrapper_bg.gif) repeat-y;
	width: 930px;
}

#header{
	background: #eee url(..next_files/header.gif) no-repeat;
	height: 125px;
	width: 930px;
}

#content_main {
	background-color:#fff
}

#order_form_headline {
	height: 100px;
}

#bar {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	height:25px;
	clear:both;
	vertical-align:middle;
	width: 901px;
}

#footer {
	background:#333333 url(./next_files/footer.gif) no-repeat;
	color: #ffffff;
	font-size: 10px;
	line-height: 10px;
	padding-top: 2px;
}

#bar .links{
	float:right;
	text-align:right;
}

/* ------------------------ */
/* Main area Elements		*/
/* ------------------------ */


.divider {
	padding-top: 10px;
	border-bottom: 1px #b28c70 solid;
	margin-bottom: 10px;
}

.validationtext {
	color: red;
	font-family:	arial;
	font-size:	11px;	
	text-align:	left;
	font-weight:	bold;
}

#displayerrors {
	color:		red;
	font-family:	arial;
	font-size:	11px;
	font-weight:	bold;
	font-size:	small;
}

.invalidform {
	color: #000000;
	background: #C7C6C6;
	border: 1px solid #F72A33;
}

.validform {
	color: #000000;
	background: #8AE173;
}


#address_holder { 
	width: 460px; 
	text-align: left;
}

#address_holder .address_left {
	float: left; 
	width: 226px;
}

#address_holder .address_right {
	float: left; 
	width: 226px;
} 

#denotes {
	text-align: center;
}


/* --------------------------------------- */
/* Holder styles 						   */
/* --------------------------------------- */

.alert {
	color: #A61111;
}

#holder .upsell_left {
	float: left;
	margin-left: 30px;
	margin-bottom: 40px;
}

#holder .upsell_right {
	text-align: left;
	float: right;
	margin-top: 80px;
	margin-right: 30px;
	width: 43%;
	color: #4e6036;
	margin-bottom: 40px;
}

#holder .upsell_right h2{
	font-size: 16px;
	color: #A61111;
}

#holder .upsell_right p{
	color: #A61111;
}

#after_footer {
	text-align: center;
}

#mtaf {
	display: inline;
}

#mtaf-container {
	position:absolute;
	left:50%;
	width:330px;
	height:180px;
	margin-left:-165px;
	margin-top:-300px;
	border:3px solid #727272;
	background-color:#000;
	padding:10px;
	display:none;
}

#mtaf-title, #mtaf-box-label, #mtaf-box-from-label {
	color:#fff;
}

#mtaf-title {
	font-size:14pt;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
}

#mtaf-box-label, #mtaf-box-from-label {
	font-size:10pt;
	font-weight:normal;
}

#mtaf-box, #mtaf-box-label, #mtaf-box-from, #mtaf-box-from-label {
	margin-bottom:10px;
}

#mtaf-box, #mtaf-box-from {
	width:230px;
	border:1px solid #727272;
	color:#727272;
}

#mtaf-send {
	margin-top:10px;
}

.mtaf-label-cell {
	width:70px;
	text-align:left;
	vertical-align:top;
	padding-top:7px;
}

#mtaf-errors, #mtaf-form label.error {
	color:#d80000;
}

#mtaf-errors {
	margin-top:20px;
	text-align:left;
}

#mtaf-form label.error {
	display:block;
	margin:-5px 0px 15px 0px;
}


input#id_use_billing_for_shipping {
	width: 20px !important;
}

input#id_use_email {
	width: 20px !important;
}

#order_item_fieldset input {
height:13px;
width:13px;
}

/* ------------------------ */
/* Page Elements Styles		*/
/* ------------------------ */

.clear {clear: both;}

body {
	background: #323639;
}

#container {
	background:#323639 url(../next_files/container_bg.gif) repeat-y;
	width: 930px;
}


#header{
	background: #323639 url(../next_files/header.jpg) no-repeat;
	height: 100px;
	width: 930px;
}

#content_main {
	background:url(top_bg.jpg) no-repeat;
		background-repeat: no-repeat;
			height: 390px;
}

#content_main .promo {
	height: 390px;

}

#content_main .player {
	z-index: 100;
	margin: 5px 10px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}

#bar {
	background-color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	height:25px;
	clear:both;
	vertical-align:middle;
	width: 901px;
}

#footer {
	background:url(footer.gif) no-repeat;
	color: #323232;
	font-size: 10px;
	line-height: 10px;
	padding-top: 2px;
}

#bar .links{
	float:right;
	text-align:right;
}

/* ------------------------ */
/* Main area Elements		*/
/* ------------------------ */

#buttonArea {
	padding: 10px; background:url(../top_bg_cir_anim.gif)
}

.button_grey {
	background: url(../next_files/button.gif) no-repeat;
	height: 28px;
	width: 102px;
	text-align: center;
	float: left;
	padding-right: 10px;
	padding-top: 7px;
	}
	
.button_grey a:link, .button_grey a:visited  {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	}
	
.button_grey a:hover  {
	font-size: 12px;
	text-decoration: underline;
	color: #000;
	}

.button_red {
	background: url(../next_files/button_red.gif) no-repeat;
	height: 28px;
	width: 152px;
	text-align: center;
	float: left;
	padding-right: 10px;
	padding-top: 7px;
	}
	
.button_red a:link, .button_red a:visited  {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}
	
.button_red a:hover  {
	text-decoration: underline;
	}
.button_copy {
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
	
#content_main .promo {

}

#content_middle {
	width: 900px;
}

#leftArea {
	width: 280px;
	padding-left: 40px;
	float: left;
}

.leftAreaText {
	background: #fff url(../next_files/rxBdLftBG.gif) no-repeat;
	float: left;
	width: 190px;
	height: 68px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 11px;
}

#rightArea {
	float: left;
	width: 560px;
	text-align: left;
}

.rightAreaText {
	background: #fff url(../next_files/bg_works.gif) no-repeat;
	float: left;
	width: 400px;
	height: 265px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 135px;
	padding-top: 20px;
	font-size: 13px;
	line-height: 14px;
}

#leftArea2 {
	width: 635px;
	padding-left: 10px;
	float: left;
}

#cash {
	background: #fff url(../next_files/bg_cash.jpg) no-repeat;
	float: left;
	width: 460px;
	height: 115px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 145px;
	font-size: 12px;
	line-height: 14px;
}

#house {
	background: #fff url(../next_files/bg_house.jpg) no-repeat;
	float: left;
	width: 460px;
	height: 135px;
	font-weight: bold;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 145px;
	font-size: 12px;
	line-height: 14px;
}

.title {
	color: #324fa2;
	font-size: 12px;
}

#content_order_now {
background-color:#fff;
	width: 408px;
	height: 199px;
	float: left;
}	

#content_bottom {

	width: 900px;
}

#order_form_headline {
	padding: 15px;
	width:870px;
	text-align: center;
	font-size: 20px;
}


#text_1 {
	position:absolute;
	margin-left:47px;
	margin-top:113px;
	width:500px;
}

#text_2 {
	position:absolute;
	margin-left:60px;
	margin-top:-18px;
	width:350px;
}



/* ------------------------ */
/* Order form Elements		*/
/* ------------------------ */


fieldset {
	color: #000;
	padding-bottom: 5px;
}

.divider {
	padding-top: 10px;
	border-bottom: 1px #b28c70 solid;
	margin-bottom: 10px;
}

.validationtext {
	color: red;
	font-family:	arial;
	font-size:	11px;	
	text-align:	left;
	font-weight:	bold;
}

#displayerrors {
	color:		red;
	font-family:	arial;
	font-size:	11px;
	font-weight:	bold;
	font-size:	small;
}

.invalidform {
	color: #000000;
	background: #C7C6C6;
	border: 1px solid #F72A33;
}

.validform {
	color: #000000;
	background: #8AE173;
}


#address_holder { 
	width: 460px; 
	text-align: left;
}

#address_holder .address_left {
	float: left; 
	width: 226px;
}

#address_holder .address_right {
	float: left; 
	width: 226px;
} 

#denotes {
	text-align: center;
}


/* --------------------------------------- */
/* Holder styles 						   */
/* --------------------------------------- */

.alert {
	color: #A61111;
}

#holder .upsell_left {
	float: left;
	margin-left: 30px;
	margin-bottom: 40px;
}

#holder .upsell_right {
	text-align: left;
	float: right;
	margin-top: 80px;
	margin-right: 30px;
	width: 43%;
	color: #4e6036;
	margin-bottom: 40px;
}

#holder .upsell_right h2{
	font-size: 16px;
	color: #A61111;
}

#holder .upsell_right p{
	color: #A61111;
}


/* --------------------------------------- */
/* Upsell styles 						   */
/* --------------------------------------- */

#upsellDiv1 { background-image: url(../next_files/upsell_div_bg1.gif); width: 452px; height: 345px; background-repeat: no-repeat; float: right;}
#upsellDiv2 { background-image: url(../next_files/upsell_div_bg2.gif); width: 453px; height: 92px; margin: 10px 0px 20px 0px; background-repeat: no-repeat; float: right; }
#upsellDiv3 { background-image: url(../next_files/upsell_div_bg3.gif); width: 452px; height: 660px; background-repeat: no-repeat; float: right;}
#upsellDiv4 { background-image: url(../next_files/upsell_div_bg4.gif); width: 452px; height: 385px; background-repeat: no-repeat; float: right;}
#upsellDiv5 { background-image: url(../next_files/upsell_div_bg5.gif); width: 452px; height: 445px; background-repeat: no-repeat; float: right;}
#upsellDiv6 { background-image: url(../next_files/upsell_div_bg6.gif); width: 453px; height: 150px; margin: 10px 0px 20px 0px; background-repeat: no-repeat; float: right; }
#upsellDiv7 { background-image: url(../next_files/upsell_div_bg7.gif); width: 452px; height: 545px; background-repeat: no-repeat; float: right;}
#upsellDiv8 { background-image: url(../next_files/upsell_div_bg8.gif); width: 453px; height: 210px; margin: 10px 0px 20px 0px; background-repeat: no-repeat; float: right; }
#upsellDiv1HeaderText { padding:16px 0px 0px 0px; color: #; font-size:16px; text-transform: uppercase;}
#upsell_line { border-bottom: 1px solid #AFAFAF; width: 400px; margin: 0px 0px 0px 20px;}
#upsellMainText { padding: 5px 20px 0px 20px; color: #313131; line-height: 14px; text-align: left;}
#upsellMainText li{ padding: 0px 20px 0px 20px; color: #313131; text-align: left; list-style-type: disc; }
#upsellDiv2Text p { padding: 10px 30px 0px 20px; text-align: left; color: #C33417;}
 

#order_form_headline {
height:2px;
}

#orderform_container {
	margin: 0px auto;
	padding: 0px;
}

#TB_title {
background-color:#E8E8E8;
background-image:url(../next_files/thickbox_header_webphone.png) !important;
}