#header,
#divider,
#secondarynav,
#footer
{display:none;}

#header #logo{ display:block }

/**/

body {
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	font-size: 76%; 
	margin: 0;
	padding: 0;
}
body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 1em;
}

/*	ELEMENTS	*/

strong,q {
	font-weight: bold;
}
img,a,img a {
	border: 0;
}
a {
	color: #369;
	text-decoration: underline;
}
fieldset {
	border: 0;
}
p {
	margin: .5em 0;
	line-height: 1.5;
}
h1,h2,h3,h4 {
	margin: .5em 0 1em;
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}


/*	#content	*/

#content ul {
	margin-left:18px;
}
#content ol {
	margin-left:22px;
}

#content ul.points li {
	list-style: none;
	margin: 1em 0;
	padding-left: 25px;
}
#content ul.points li {
	background: transparent url("/images/tick.gif") no-repeat left top;
}

/* Structure */

div.inner-l {
	float: left;
	width: 49%;
	display: inline;
	margin: 6px 6px 6px 0;
}
	
div.inner-r {
	float: right;
	width: 49%;
	margin: 6px 0;
}
	
/*Yellow dark box*/
.mainpromo1 {
	border: 1px #e9d841 solid;
	background-color: #fffdda;
	padding: 18px;
	margin: 0 0 6px 0;
}	

.mainpromo1 li { line-height:20px; margin-left:15px; }
	
/*Yellow light box*/
.mainpromo2 {
	border: 1px #f4eca0 solid;
	background-color: #ffffed;
	padding: 18px;
	margin: 0 0 6px 0;
}
	
/*Blue dark box*/
.secondarypromo1 {
	border: 1px #D2E0F4 solid;
	background-color: #e5eefd;
	padding: 18px;
	margin: 0 0 6px 0;
}
	
.secondarypromo1 li { line-height:20px; margin-left:15px; }
	
/*Blue mid box*/
.secondarypromo2 {
	border: 1px #dde8f7 solid;
	background-color: #ecf2fe;
	padding: 18px;
	margin: 0 0 6px 0;
}
	
/*Blue light box*/
.secondarypromo3 {
	border: 1px #e9f0fa solid;
	background-color: #f2f7fe;
	padding: 18px;
	margin: 0 0 6px 0;
}

a.calltoact, .pusher a {
	background:transparent url(/images/calltoaction.gif) no-repeat scroll 0px 2px;
	padding-left:14px;
}

/* summary tables */

#content table,
table.summarytable {
border-collapse:collapse;
width:100%;
}
#content table td, #content table th,
table.summarytable td {
border:1px solid #CCCCCC;
padding:0.3em;
width:14.2%;
}
.summarytable thead th {
background-color:#6699CC;
color:#FFFFFF;
font-weight:bold;
padding:0.3em;
vertical-align:top;
}
.summarytable td.st-so, .summarytable td.st-fn, .summarytable td.st-sa {
font-weight:bold;
}
#page #content .summarytable td a {
text-decoration:underline;
}
#page #content .summarytable td a:hover {
text-decoration:none;
}
#page #content .summarytable th a{
	color:white;
}
#page #content .summarytable th a.contextual{ background-image:url(/images/icon_help_blue.gif)}

* Forms */

form label, form span.label {
	clear:both;
	float:left;
	font-weight:normal;
	margin:0pt 0pt 0.5em;
	padding-right:10px;
	width:120px;
}
body.home form label, body.home form input.text{
	width:45%;
}
p.value-pair{
	width:50%;
}
p.value-pair label{ width:67%;}
label.long { width:70%; }
label.short { width:5em; }

#toolkit form,
li#toolkit{
	width:50%;
} .inner-r #toolkit form,
.inner-l #toolkit form{
	width:100%;
}

form label.checkbox,
input.inline,
select.inline{
	clear:both;
	float:none;
	display:inline;
}

#content table.col{
	width:30%;
	margin-right:15px;
}

caption{
	text-align:left;
	font-weight:bold;
	padding-bottom:0.5em;
}

form fieldset {
	clear: both;
}
form fieldset p, form .controlgroup {
	/*padding: 1em;*/
}
form fieldset p label, form .controlgroup span {
	float: left;
	clear: left;
}
form fieldset p input, form fieldset p select, .controlgroup ul {
	float: right;
	clear: right;
	margin-bottom:2px;
}
select{ width:120px;}
form fieldset p, form .controlgroup {
	clear: both;
}

img{
	border:0;
}

table{
	border-collapse:collapse;
}
table th{
	text-align:left;
}
th, td{
	
	padding:0.3em;
	border:1px solid #ccc;
}

#open_order_summary table, #content table {
margin-bottom:1em;
width:100%;
}
