body { width:100%; height:100%; background:#FCD56A url(/assets/bg_body.jpg) center repeat; }
html, body { font-family:Verdana, Arial, sans-serif; font-size:12px; color:#000000; }
html, body, div, form, h1, h2, h3, h4, h5, h6, img, p { margin:0; }
html, body, div, form, h1, h2, h3, h4, h5, h6, img, p { padding:0; }
p {}
h1 { font-size:18px; color:#2E5C68; }
h2 { font-size:18px; color:#2E5C68; padding-bottom:6px; }
h3 { font-size:14px; color:#FFF; background:#2E5C68; padding:2px 6px; }
h4 { font-size:12px; }
a {}
a:hover {}
a.minor_link { color:#2E5C68; }
a.minor_link:hover { text-decoration:none; color:#000; }
.clear { clear:both; }

/*** BEGIN SITE STRUCTURE ***/
#container { width:965px; margin:15px auto 0 auto; }
img.logo, img.call_now, img.bob_1, img.bob_2, img.bob_3, img.content_top, img.content_bottom { behavior: url("/css/pngbehavior.htc"); }
img.call_now { }
img.bob_1 { }
img.bob_2 { }
img.bob_3 { }
img.content_top { }
img.content_bottom { }
#header { height:100px; }
.logo { float:left; width:400px; }
.call_now { float:right; width:147px; }
.affcode { font-weight:bold; text-align:center; }
#bob_left { float:left; width:171px; }
#content { float:right; width:794px; }
#content_bg_1 { background: url(/assets/content_bg_bottom.gif) top left repeat-y; }
#content_bg_2 { min-height:480px; height:480px; padding:0 20px 0 74px/*provides 700px content area*/; background: url(/assets/content_bg.gif) top center no-repeat; }
html>body #content_bg_2 { height: auto; }
/*** END SITE STRUCTURE ***/

/*** CONTENT MARKUP ***/
img.left { float:left; padding:0 10px 10px 0; }
.splitpage_left { float:left; width:390px;}
.splitpage_right { float:right; width:300px; }
.splitpage_left, .onehalf_right { }

.onehalf_left { float:left; width:350px;}
.onehalf_right { float:right; width:350px; }
.onehalf_left, .onehalf_right { }

ul.list_one { margin:0; padding:0; }
ul.list_one li {
	margin:0 0 0 18px;
	padding:0 0 7px 0px;
	list-style-image: url(/assets/arrow_1.gif);
}
.upgrades { }
.upgrades h1 { font-size:24px; color:#2E5C68; }
.upgrades h2 { font-size:18px; color:#FF6600; }
.upgrades h3 { font-size:16px; color:#333333; }

.my_exchange h1 { }
.my_exchange h2, .my_exchange h3, .my_exchange h4, .my_exchange h5 { padding:4px 0 4px 0; margin:10px 0 2px 0; }
.my_exchange h1 { font-size:24px; color:#2E5C68; }
.my_exchange h2 { padding-left:10px; font-size:18px; color:#FFF; background: #2E5C68 url(/assets/backgrounds/h2a.jpg) top center repeat-x; }
.my_exchange h3 { font-size:14px; color:#333333; background:none; }
.my_exchange h4 {}
.my_exchange h5 {}
.content_sub-h2 { padding:0 10px 0 10px; background:#E7E7E7; }
.smallnote { font-size:10px; font-weight:normal; color:#333; }

fieldset#order-summary legend { font-size:16px; font-weight:bold; color:#444; }
.orderdetails_heading { background:#e7e7e7; color:#000; }

.billing_information {}

.device_total_text { border:none; background:#FFFFFF; }
.opacity_disabled {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

/*** END CONTENT MARKUP ***/

/*** JQUERY CONTENT MARKUP ***/
.accordian_1 { width:300px; } 
.accordian_1 a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-color: #2E5C68;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-image: url("/assets/AccordionTab0.gif");
}
.accordian_1 a:hover {
	color:#FFFFFF;
	background-color: #FCD56A;
	background-image: url("/assets/accordion_tab_0.gif");
}
.accordian_1 a.selected {
	color: #FFFFFF;
	background-color: #2E5C68;
	background-image: url("/assets/accordion_tab_0.gif");
}
.accordian_1 div { padding:10px 0 15px 0; }
@media print { .accordian_1 div { display: block!important; height: auto!important }}
