/**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%;
	vertical-align: baseline;
	background: transparent;
}
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 5px;
	width: 900px;
	min-height:352px;
	height: auto !important;
	height: 352px;
}

#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;
}

#orderform_container {
	margin:0 5px;
	width:714px;
	}
	
#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;
}
	
	
/* ------------------------ */
/* Order form Elements		*/
/* ------------------------ */

#column1 {
	width: 270px;
	float: left;
	margin:10px 10px;
	}
	
#column2 {
	width: 270px;
	float:left;
	margin:10px 10px;
	}
	
#column3 {
	width: 270px;
	float:right;
	margin:10px 10px;
	}


#orderform_container table { 
	
 }

#orderform_container td { 
 	vertical-align: top;
	padding:5px;
	margin:5px;
 }

#orderform_container form { 
	display: block; 
	margin: 5px 5px; 
	overflow: hidden;
 }

#orderform_container input, select, textarea { 
	font-weight: normal;
	width: 90%;
	color: #000000 !important; 
	font-size: 13px; 
	margin-bottom: 5px;
}

#orderform_container ul { 
	margin: 0 0 10px 15px; 
}

#orderform_container input[type=checkbox] { 
	float: left; width: 20px 
}

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: 5px;
}

#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(https://wac.edgecastcdn.net/800EC4/media3.ignitemedia.com/flare/css/wrapper_bg.gif) repeat-y;
	width: 930px;
}

#header{
	background: #eee url(https://wac.edgecastcdn.net/800EC4/media3.ignitemedia.com/flare/css/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(https://wac.edgecastcdn.net/800EC4/media3.ignitemedia.com/flare/css/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		*/
/* ------------------------ */



/* ------------------------ */
/* Order form Elements		*/
/* ------------------------ */

#orderform_container {
	background-color: #000;
	margin: 0px auto !important;
	width: 714px;
}

#step_one {
	width: 203px;
	height: 600px;
	margin-left: 5px;
	float: left;
}

#step_two {
	width: 203px;
	height: 600px;
	margin-left: 5px;
	float: left;
}

#step_three {
	width: 203px;
	height: 600px;
	margin-left: 5px;
	float: left;
}

#orderform_container td { 
 	vertical-align: top;
	padding:10px;
	margin:10px;
 }

#orderform_container h2.cc_info {
 	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#000;
	padding-bottom: 10px;
}

#orderform_container h4 {
 	font:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	text-align:left;
	color:#000;
	margin:0px 0 15px 5px;
}

#orderform_container p {
 	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	margin:0 5px 0 5px;
}

#orderform_container form { 
	display: block; 
	margin: 10px 5px; 
	overflow: hidden;
 }

fieldset {
	color: #000;
	padding-bottom: 5px;
}

#orderform_container input, select, textarea { 
	font-weight: normal;
	width: 90%;
	color: #000000 !important; 
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#orderform_container input[type=checkbox] { 
	float: left; width: 20px; 
}

#orderform_container label { 
	display: block; 
	margin-bottom: 10px;
}

.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:	10px;
	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;
}

input#id_use_billing_for_shipping {
	width: 20px !important;
}

input#id_use_email {
	width: 20px !important;
}

#order_item_fieldset input {
height:13px;
width:13px;
}