/* RESET *************************************************/

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,
dl, dt, dd, ol, ul, li, i, b, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
small {
	font-size:.9em;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#signup {
}

/* GENERALLY USEFUL STYLES *********************************************/

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.block {
	display:block;
}

.floatL {
	float:left !important;
}

.floatR {
	float:right !important;
}

.noMargin {
	margin:0 !important;
}

.alignR {
	text-align:right !important;
}

.clear {
	clear:both !important;
}

.clearer {
	display:block !important;
	float:none !important;
	width:100% !important;
	height:1px !important;
	line-height:0px !important;
	font-size:0px !important;
	border:0px !important;
	clear:both !important;
}

.HIDE {
	display:none;
}

a:active {
	outline:none !important;
}

a:focus {
	-moz-outline-style:none;
}

b {
	font-weight:bold;
}

i {
	font-style:italic;
}

/* STAGE & MAIN COLUMN FORMATTING ******************************************************************/

#main {
	padding-top:20px;
	background:#ffffff url(/images/core/main_bg.gif) top left repeat-x;
	color:#002438;
}

#main .wrapper {
	background:#ffffff;
}

#main .slideshow {
clear:both;
}

#stage {
	border:1px solid #000000;
	min-height:100px;
}

#stage img {
	border:1px solid #eff5f9;
	margin:3px;	
}

/* stupid flash */
#stage object,
#stage embed {
	margin:4px;	
}


#main h1 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	clear:both;
	width:100%;
	font-size:2.5em;
	line-height:1.1em;
	color:#004b99;
	font-weight:bold;
}

#main h2 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	clear:both;
	width:100%;
	font-size:1.4em;
	line-height:1.2em;
	color:#004b99;
	padding: 3px 0px 0px 0px;
}


#main h2.top {
	padding-top:0;
}

#main h2.small {
	font-size:1.4em;
}

#main h2 i {
	font-style:normal;
	font-size:.6em;
	font-weight:normal;
	color:#427795;
}

#main h2.small i {
	font-size:.8em;
}

#main h2.top {
	padding-top:.8em;
}

#main h3 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:1.3em;
	line-height:1.6em;
	margin:1.1em 0;
	color:#004b99;
}

#main h3.clear {
	clear:both;
	padding-top:1.4em;
	margin-top:0;
}

#main h3.top {
	margin:0 0 .5em 0;
}

#main h4 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.1em;
	line-height:1.1em;
	margin:3em 0 1em 0;
}

#main h4.top {
	margin-top:0px;
}

#main p {
	margin:0.8em 0;
	font-size:1.2em;
	line-height:1.5em;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;

}

#main p.sub {
	clear:both;
	font-size:1.1em;
	font-weight:bold;
	border-top:1px dotted #d6e6ee;
	padding-top:10px;
	text-align:right;
}

#main p.bodyhead {
	font-size:1.6em;
	line-height:1.2em;
	margin:1em 0;
	color:#ff5200;
}

#main .content small {
	font-size:.8em;
}

#main .content ul {
	margin:1.4em 0;
	font-size:1.1em;
	line-height:1.5em;
	list-style-type:disc;
	list-style-position: outside;
}

#main .content ol {
	margin:1.4em 0;
	font-size:1.1em;
	line-height:1.5em;
	list-style-type:decimal;
	list-style-position: outside;
}

#main .content ul li,
#main .content ol li {
	margin:5px 0 0 20px;
	padding:0 0 0 0;
}

#main ul.column li.block p.sub {
	font-size:1em;
}

#main blockquote, div.errorExplanation {
	margin:1.6em 0;
	padding:10px 30px 10px 30px;
	font-size:1.1em;
	line-height:1.6em;
	color:#001828;
	background:#eff5f9;	
}

/*  Top Formating & Styles */
#top {
/*	border:1px solid #cfdee7; */
	min-height:50px;
	margin-top:10px;
}




/*  Middle Formating & Styles */
#middle {
/*	border:1px solid #cfdee7; */
	margin-top:10px;
	min-height:50px;
}

/*  Bottom Formating & Styles */
#bottom {
/*	border:1px solid #cfdee7; */
	margin-top:10px;
	min-height:50px;
}

div.errorExplanation h2 {
	margin:0 !important;
	padding:0 !important;
	font-size:14px !important;
	border:0 !important;
}

#main blockquote.error, div.errorExplanation {
	border-left:4px solid #dd0000;
}

#main blockquote.error ul, div.errorExplanation ul {
	list-style-type:disc;
	padding-left:2em;
	font-size:.9em;
}

#main blockquote.error ul li, div.errorExplanation ul li {
	padding-left:.25em;
}

#main blockquote h3.top {
	margin-top:0 !important;
}

#main blockquote p {
	font-size:1em !important;
}

#main blockquote p.top {
	margin-top:0 !important;
}

a, 
a:hover, 
a:active, 
a:visited {
	text-decoration:none;
}

#main a, 
#main a:visited, 
#main a:active {
	color: #004b99;
	font-weight:bolder;
//*	color:#005b8d; *//
}

#main p a {
	
}

#main a:hover {
	color: #004b99;
	text-decoration:underline;
//*	color:#ff5200;  *//
}

a.fadedLink {
	opacity:90;
	filter:alpha(opacity=90);
  	opacity:0.9;
}

a.fadedLink:hover {
	opacity:100;
	filter:alpha(opacity=100);
  	opacity:1.0;
}

a.fadedLink.disabled,
a.fadedLink.disabled:hover {
	opacity:30 !important;
	filter:alpha(opacity=30) !important;
	opacity:0.3 !important;
}

/* BODY & COLUMNS ******************************************************/

body {
    font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	font-size:62.5% !important;
	line-height:62.5% !important;
	background:#004b99;
	color:#ffffff;
}

strong, em {
/*    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;*/
}

.wrapper {
	width:950px;
	margin:0 auto;
}

/* Single Column */

.col950 {
	float:left;
	width:915px;
	margin-left:10px;
//*	border:1px solid #cfdee7; *//
	padding:2px 5px 2px 5px;
}
/* 3 Column Layout */

.col300 {
	width:290px;
	float:left;
	margin-left:10px;
	border:1px solid #ffffff;
	padding:2px 5px 2px 5px;
}

.col300  .heading {
color:#FFFFFF;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size:1.6em;
line-height:normal;
margin-bottom:10px;
}


.col300  .blk_heading {
color:#000000;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size:1.6em;
line-height:normal;
margin-bottom:10px;
}

.col300 .bodytext {
color:#FFFFFF;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size:1.2em;
line-height:1.5em;
}

.col300 .caption {
margin-top:5px;
color:##002438;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size:0.9em;
text-align:center;
line-height:1.8em;

}

.col300 .featuretext {
margin-top:5px;
color:##002438;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size:1.2em;
line-height:1.8em;
}

.col300 .featuretext ul {
list-style-image:url(/images/core/tick.png);
list-style-position:inside;
}

#main .bodytext a:link {
color:#FFFFFF;
}

#main .bodytext a:visited {
color:#FFFFFF;
}

#main .bodytext a:hover, .bodytext a:active {
text-decoration:underline;
}

.whitelink {
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
color:#FFFFFF;
}

.whitelink_large {
color:#FFFFFF;
line-height:2em;
}

.whitelink_ind {
color:#FFFFFF;
margin-left:10px;
font-size:1em;
}

.whitelink_heading {
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
color:#FFFFFF;
line-height:1.6em;
font-size:1.3em;
}

.col300 .imagebox {
float:left;
margin:5px;
margin-left:0px;
}

/* .col300 coloured feature boxes */

.feature_shop {
background:url(images/core/290xshop.png);
padding: 15px;
padding-top:20px;
min-height:203px;
display:block;
text-indent:-9999px;
}


.feature_004b99 {
background:url(images/core/290x004b99.png);
padding: 15px;
padding-top:20px;
min-height:203px;
}

.feature_009c69 {
background:url(images/core/290x009c69.png);
padding: 15px;
padding-top:20px;
min-height:203px;
}

.feature_337ecc {
background:url(images/core/290x337ecc.png);
padding: 15px;
padding-top:20px;
min-height:203px;
}

.feature_006644 {
background:url(images/core/290x006644.png);
padding: 15px;
padding-top:20px;
min-height:203px;
}

.feature_eb8d00 {
background:url(images/core/290xeb8d00.png);
padding: 15px;
padding-top:20px;
min-height:203px;
}

.feature_995c00 {
background:url(images/core/290x995c00.png);
padding: 15px;
padding-top:20px;
min-height:203px;
}

.feature_5dcea9 {
background:url(images/core/290x5dcea9.png);
padding: 15px;
padding-top:20px;
min-height:203px;
}

.feature_f5d66e {
background:url(images/core/290xf5d66e.png);
padding: 15px;
padding-top:20px;
min-height:203px;
}

.feature_f5bf6e {
background:url(images/core/290xf5bf6e.png);
padding: 15px;
padding-top:20px;
min-height:203px;
}

.feature_f59c6e {
background:url(images/core/290xf59c6e.png);
padding: 15px;
padding-top:20px;
min-height:203px;
}

.feature_003163 {
background:url(images/core/290x003163.png);
padding: 15px;
padding-top:20px;
min-height:203px;
}



.feature_251f7b {
background:url(images/core/290x251f7b.png);
padding: 15px;
padding-top:20px;
min-height:203px;
}

.feature_white {
padding: 15px;
padding-top:20px;
min-height:203px;
}



/* 2 Column Layout */

.col450 {
	width:445px;
	float:left;
	margin-left:10px;
	border:1px solid #ffffff;
	padding:2px 5px 2px 5px;
}


/* 2 Column with wide left */

.col610l {
	width:602px;
	float:left;
	margin-left:10px;
	border:1px solid #ffffff;
	padding:2px 5px 2px 5px;
}

.col610r {
	width:290px;
	float:left;
	margin-left:10px;
	border:1px solid #ffffff;
	padding:2px 5px 2px 5px;
}

/*****************************/


.col {
	float:left;
	width:290px;
	margin-right:10px;
	border:none;
	display:inline;
}

.w1 {
	width:150px !important;
}

.w2 {
	width:220px!important;
}

.w3 {
	width:350px !important;
}

.w4 {
	width:470px !important;
}

.w5 {
	width:590px !important;
}

.w6 {
	width:710px !important;
}

.w7 {
	width:830px !important;
}

.w8 {
	width:950px !important;
	margin-right:0px;
}

.col3 {
	float:left;
	margin-right:25px;
}




.col3.w13 {
	width:300px;
}

.col3.w23 {
	width:625px;
}

.col3.w33 {
	width:950px;
	margin-right:0;
}

.col3 img.tile {
	margin:25px 0 0 0;
}

.col.last,
.col3.last,
div.last,
.last {
	margin-right:0px !important;
}

/* HEADER & NAV *****************************************************************/

#header {
	position:relative;
	background:#004b99 url("/images/core/header_bg.gif") repeat-x bottom;
	font-weight:bold;
	padding-bottom:1px;
	z-index:1000;
}



#header .wrapper {
	position:relative;
}


#adminpanel {
	position:relative;
	background:#000000;
	border-bottom:1px solid #ffffff;
	height:2.5em;
	line-height:2.5em;
	color:#ffffff;
	font-size:1em;
	z-index:1000;
}

#errors {
	position:relative;
	background:#cc0000;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	font-size:1em;
	line-height:1.3em;
	z-index:1000;
	display:none;
}

#notify {
	position:relative;
	color:#002438;
	background:#c8dde8;
	border-bottom:1px solid #ffffff;
	height:2.5em;
	line-height:2.5em;
	font-size:1em;	
	z-index:1000;
}

#notify .wrapper div#notice {
	display:inline;
}

#status {
	position:relative;
	background:#004b99;
	border-bottom:1px solid #ffffff;
	height:1em;
	line-height:2.5em;
	color:#ffffff;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:1.1em;
	z-index:1000;
}

.halfL {
	width:465px;
	float:left;
}

.halfR {
	width:465px;
	float:right;
	text-align:right;
}

#status b {
	color:#b3cddb;
}

#status a, #adminpanel a {
	color:#8fd7ff !important;
	font-weight:bold;
}

#status a:hover, #adminpanel a:hover {
	color:#ffffff !important;
	border-bottom:1px solid #ffffff;
}

#notify a {
	color:#002438;
	display:block;
}

#notify a:hover {

}

#header a#logo {
	display:block;
	height:92px;
	width:147px;
	margin-left:0px;
}

#header ul#nav {
	position:absolute;
	right:0;
	bottom:0;
}

#header ul#nav li {
	float:left;
	margin:0; 
	padding:0;
}

#header ul#nav li a {
	display:block;
	width:120px;
	height:25px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(images/core/spritesheet.png) no-repeat;

}

#header ul#nav li#slot1 a { 		background-position:left -3px;}
#header ul#nav li#slot1.current a,
#header ul#nav li#slot1 a:hover { 	background-position:left -32px; }

#header ul#nav li#slot2 a { 		background-position:-120px -3px;}
#header ul#nav li#slot2.current a,
#header ul#nav li#slot2 a:hover { 	background-position:-120px -32px; }

#header ul#nav li#slot3 a { 		background-position:-240px -3px;}
#header ul#nav li#slot3.current a,
#header ul#nav li#slot3 a:hover { 	background-position:-240px -32px; }

#header ul#nav li#slot4 a { 		background-position:-360px -3px;}
#header ul#nav li#slot4.current a,
#header ul#nav li#slot4 a:hover { 	background-position:-360px -32px; }

#header ul#nav li#slot5 a { 		background-position:-480px -3px;}
#header ul#nav li#slot5.current a,
#header ul#nav li#slot5 a:hover { 	background-position:-480px -32px; }

#header ul#nav li#slot6 a { 		background-position:-600px -3px; width:110px;}
#header ul#nav li#slot6.current a,
#header ul#nav li#slot6 a:hover { 	background-position:-600px -32px; }


#header a#communications {

	float:right;
	top: 0px;
	right: 0px;
}


/* REQUEST FORMS ***********************************************************************************/

label.valid {
  width: 24px;
  background: url(../libs/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}

label.error {
  padding-left: 5px;
  display: inline-block;
}

.col610l fieldset {  
padding: 0; 
font-size:1.2em;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
line-height:1.5em;
} 

.col610l legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold; 
font-size:1em;
} 

.col610l fieldset ol {
padding: 0em 0em 0em 0em;  
margin-left:1em;
list-style: none; 
} 

.col610l fieldset li {  
padding-bottom: 0.4em; 
margin-left:1em;
} 

.col610l fieldset.submit {  
border-style: none; 
}

.col610l label {  
display: block; 
}

.col610l label em {  
position: absolute;  
left: 10em;  
top: 0; 
}

.col610l .text {
font-size:12px;
}



/* FOOTER *****************************************************************************************/

#footerFeatures {
	padding:40px 0 0 0;
	height:102px;
}

#footerFeatures a img {
	border:1px solid #cfdee7;
	margin-right:18px; /* should be 19, extra given bc of firefox 3.0b5 */
}

#footerFeatures a.last img {
	margin-right:0 !important;
}

#footer {
	clear:both;
	padding:50px 0;
	color:#ffffff !important;
	line-height:1.6em;
	background-color: #004b99;
	background-image: url(/images/core/footer2_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer .wrapper {
	background:none !important;
}

#footer h5 {
	font-size:1.3em;
	line-height:2em;
	font-weight:bold;
}

#footer a {
	color:#ffffff !important;
}

#footer ul {
	list-style-type:none;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	display:block;
}

#footer ul li a:hover { 
/*	padding-left:3px; */
/*	border-left:2px solid #ffffff; */
	text-decoration:underline;
}

#footer .col.w2.last {
	position:relative;
}

#footer a img {
}

.sitelinks {
	width:100%;
}

.col1 {
	width:440px;
	min-height:20px;
	float:left;
	margin-left:20px;
}

.col2 {
	width:440px;
	min-height:20px;
	float:left;
	margin-left:20px;
}

/* THE ALMIGHTY PRODLIST *************************************************************************/	

ul.prodList {
	margin:0 !important;
	padding:0 !important;
	font-size:1em !important;
	line-height:1em !important;
	list-style-type:none !important;
	outline:none !important;
}

ul.prodList li {
	position:relative;
	float:left;
	padding:0 !important;
	margin:10px 10px 0 0;
	width:228px;
	height:70px;
	background:url("/images/product/prodbox_bg.gif") bottom left repeat-x;
	border:1px solid #e7f0f5;
	display:inline;
}

ul.prodList li.last,
.col.w2 ul.prodList li {
	margin-right:0 !important;
}

ul.prodList li div,
ul.prodList li img,
ul.prodList li a {
	z-index:90;
}

ul.prodList li .image {
	position:absolute;
	left:-1px;
	top:-1px;
	width:70px;
	height:70px;
	background:#ffffff;
	border:1px solid #c1d9e5;
}

ul.prodList li .title {
	color:#002438;
	position:absolute;
	top:5px;
	left:78px;
	width:145px;
	font-size:1.2em;
	line-height:1.1em;
	font-weight:bold;
}

ul.prodList li .subTitle {
	position:absolute;
	bottom:5px;
	left:78px;
	width:145px;
	font-size:1.1em;
	line-height:1em;
	color:#004165;
}

ul.prodList li .subTitle small {
	font-size:.8em;
	opacity:60;
	filter:alpha(opacity=60);
  	opacity:0.6;
}

ul.prodList li .subTitle i {
	color:#8aa2ad;
}

ul.prodList li strike {
	color:#b9e0f5;
}

ul.prodList li a.invisible {
	position:absolute;
	left:-3px;
	top:-3px;
	display:block;
	z-index:103;
}

ul.prodList li a.invisible img {
	width:232px;
	height:74px;
}

ul.prodList li a.invisible b {
	display:block;
	position:absolute;
	left:-6000px;
}

ul.prodList li a.invisible:hover {
	border:1px solid #c1d9e5;
}

ul.prodList li a.edit {
	position:absolute;
	right:0;
	bottom:0;
	z-index:150;
}

ul.prodList li .extra {
	position:absolute;
	left:0px;
	bottom:0px;
	border:1px solid #ffffff;
	height:13px;
	text-indent:-6000px;
	background:url("/images/core/spritesheet.png");
}

ul.prodList li.new .extra {
	background-position:-554px -92px;
	width:22px;
}

ul.prodList li.special .extra {
	background-position:-554px -79px;
	width:34px;
}

ul.prodList li.preorder .extra {
	background-position:-554px -144px;
	width:42px;
}

ul.prodList li.discontinued .extra {
	background-position:-554px -131px;
	width:58px;
}

ul.prodList li.comingsoon .extra {
	background-position:-554px -105px;
	width:57px;
}

ul.prodList li.backorder .extra {
	background-position:-554px -118px;
	width:48px;
}

/* THE ALSO MIGHTY UL.COLUMN **************************************************/

ul.column {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin:10px 0;
	padding:0 !important;
	font-size:1.1em !important;
	line-height:3em;
	font-size:1em;
	z-index:190; 
	
}

ul.column li.block {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:1.1em;
	position:relative;
	margin:-1px 0 0 0 !important;
	padding:0 !important;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	z-index:199;
	height:31px;
	overflow:hidden;
}

ul.column li.block.top {
	margin-top:0 !important;
}

ul.column li.block.open,
ul.column li.block.open:hover {
	overflow:visible;
	height:auto;
}


ul.column li.block:hover,
ul.column li.block.selected {
	border-top:1px solid #004b99;
	border-bottom:1px solid #004b99;
	z-index:201;
	color:#004b99;
}

ul.column li.block.special,
ul.column li.block.special:hover {
	border-top:1px solid #ff5200 !important;
	border-bottom:1px solid #ff5200 !important;
	z-index:201;
}

ul.column li.block a.header {
	color:#53646e !important;	
} 

ul.column li.block a.header:hover,
ul.column li.block.selected a.header {
	color:#002438 !important;
}

ul.column li.block a.header {
	display:block;
	height:33px;
	line-height:31px;
	padding-left:20px;
	font-weight:bold;
	background-image:url("/images/core/spritesheet.png");
	background-repeat:no-repeat;
	cursor: pointer;
}

ul.column li.block.blank a.header {
	background-image:none;
}

/* regular states */
ul.column li.block a.header {				background-position:-745px -231px;}
ul.column li.block.home a.header {			background-position:-745px -198px;}
ul.column li.block.down a.header {			background-position:-745px -264px;}
ul.column li.block.left a.header {			background-position:-745px -297px;}
ul.column li.block.special a.header {		background-position:-745px -330px;}
ul.column li.block.file a.header {			background-position:-745px -363px;}
ul.column li.block.music a.header {			background-position:-745px -396px;}
/* down states */
ul.column li.block.selected a,
ul.column li.block a.header:hover {			background-position:-745px -34px;}
ul.column li.block.home.selected a,
ul.column li.block.home a.header:hover {	background-position:-745px -1px;}
ul.column li.block.down.selected a,
ul.column li.block.down a.header:hover {	background-position:-745px -67px;}
ul.column li.block.left.selected a,
ul.column li.block.left a.header:hover {	background-position:-745px -100px;}
ul.column li.block.special.selected a,
ul.column li.block.special a.header:hover {	background-position:-745px -133px;}
ul.column li.block.file.selected a,
ul.column li.block.file a.header:hover {	background-position:-745px -166px;}
ul.column li.block.music.selected a,
ul.column li.block.music a.header:hover {	background-position:-745px -199px;}
/* phew */

ul.column li.block.open p,
ul.column li.block.open ul {
	font-size:1em !important;
	margin:15px !important;
}

ul.column li.block.open p.top {
	margin-top:0 !important;
}

ul.column li.block.open ul li {
	margin:7px 0;
	line-height:1.2em;
}

ul.column li.block.open ul.subNav {
	margin-top:0 !important;
	padding:0;
	list-style-type:disc;
}

ul.column li.block.open ul.subNav li {
	line-height:1.8em;
	height:1.8em;
	margin-left:30px;
	font-size:.8em;
}

ul.column li.block.open ul.subNav li a {
	display:block;
	font-size:1.2em;
}

ul.column li.block.open ul.subNav li a:hover {
	color:#ff5200 !important;
}

/* TileBlock lists **********************************************************************/

ul.tileBlock  {
	font-size:1.1em;
	line-height:1.3em;
}

ul.tileBlock li {
	float:left;
	margin:10px 10px 0 0;
	position:relative;
	width:230px;
	display:inline;
}

ul.tileBlock li.last {
	margin-right:0 !important;
}

ul.tileBlock li a.block {
	color:#001828 !important;
	padding:10px;
	border:1px solid #d6e6ee;	
}

ul.tileBlock li a.block:hover {
	color:#001828 !important;
	border:1px solid #00669e !important;
}

ul.tileBlock li a.edit {
	position:absolute;
	right:0;
	bottom:0;
}

/* LinkLists **************************************************************************/

ul.linkList {
	font-size:1.1em;
	line-height:1.5em;
	margin:1.4em 0;
}

ul.linkList li {
	margin:1.4em 0;
}

ul.linkList li ul li {
	margin:0 0 0 20px;
}

ul.linkList li a {
	color:#002438 !important;
}

ul.linkList li a:hover {
	color:#ff5200 !important;
}

ul.linkList li small {
	margin-right:15px;
	font-size:.9em;
	font-weight:bold;
	color:#427795;
}

/* Toggling LinkLists *******************************************/

ul.linkList.toggler li.block {
	height:1.5em;
	overflow:hidden;
}

ul.linkList.toggler li.block.open {
	height:auto;
	overflow:visible;
}

ul.linkList.toggler li p,
ul.linkList.toggler li p.sub {
	font-size:1em !important;
}

ul.linkList.toggler li blockquote {
	border-top:1px solid #427795;
	margin-top:5px !important;
}

/* Chooser **************************************************************************/

#chooser {
	z-index:600;
}

#chooser ul {
	margin:0 !important;
	padding:0 !important;
	list-style-type:none !important;
	height:95px;
	background:url('/images/product/chooser_bg.jpg') repeat-x top left;
	border-left:1px solid #d6e6ee;
	border-right:1px solid #d6e6ee;
	border-bottom:1px solid #d6e6ee;
	width:708px;
}

#chooser ul.wide {
	width:948px;
}

#chooser ul li {
	position:relative;
	margin:0 0 0 5px !important;
	padding:0 !important;
	float:left;
	height:95px;
	z-index:706;
}

#chooser ul.few li {
	margin-left:15px !important;
}

#chooser ul.many li {
	margin-left:0px !important;
}

#chooser ul li a {
	display:block;
}

#chooser ul li a:hover {
	margin-top:1px;
	margin-bottom:-1px;
}

#chooser ul li a img {
	position:relative;
	z-index:700;
}

#chooser ul li.selected {
	z-index:705;
}

#chooser ul li .caption {
	position:absolute;
	left:35%;
	top:88px;
	z-index:702;
	display:none;
	width:200%;
}

#chooser ul li.selected .caption {
	display:block;
}

#chooser ul li .caption.hovered {
	display:block !important;
}

#chooser ul li .caption .arrow {
	position:absolute;
	height:15px;
	width:15px;
	left:0px;
	top:0;
	background:url('/images/product/chooser_arrow.gif') no-repeat top center;
	z-index:705;
}

#chooser ul li .caption .captionText {
	position:absolute;
	left:0;
	top:11px;
	background:#ffffff;
	border:1px solid #c1d9e5;
	padding:10px;
	text-align:center;	
	line-height:1.3em;
}


#chooser ul li .caption .captionText b {
	display:block;
}


/*  Collapsible Content */

.collapsibleContent ul span a {
background:transparent url(/images/plusMenu.gif) no-repeat scroll 5px 6px;
border-style:none;
clear:both;
float:left;
margin:0pt !important;
padding:5px 5px 5px 25px;
list-style-type: none; 
border-top-color:#CCCCCC;
border-top-style:dashed;
border-top-width:thin;
}

.collapsibleContent ul span a.open {
background:#892034 url(/images/minus.gif) no-repeat scroll 5px 6px !important;
color:White;
margin-top:0pt;
padding:5px 5px 5px 25px;
width:600px;
list-style-type: none; 
border-color:#CCCCCC;
border-style:solid;
border-width:thin;
}

.docPic {
float:left;
margin-right:15px;
}

.docPicR {
float:right;
margin-right:15px;
}

.noDotted, .noDotted a {
border-bottom:medium none;
}

.collapsibleContent ul li .inner {
float:left;
padding:5px 10px 0px 30px;
list-style-type: none;

}

.docTeaser .inner {
float:left;
padding:10px;
}

.docBody {
float:left;
margin-right:10px;
width:340px;
}

.docBodyw {
float:left;
margin-right:10px;
width:600px;
}

.cb {
clear:both;
}

.noDotted, .noDotted a {
border-bottom:medium none;
}

.documentContainer {
width:700px;
list-style-type: none;
}

ul.NoBullet {
list-style-type: none;}

.data_table {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:1.2em;
	line-height:1.5em;
}

.price_table {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:1.2em;
	line-height:1.5em;
	border: 1px solid #004b99;
	border-collapse:inherit;
	border-spacing:5px;
}

.price_table td {
text-align:left;
padding:4px;
	font-size:.9em;
	line-height:1.5em;

}

.price_table th {
text-align:left;
	font-size:0.9em;
	line-height:1.5em;

padding:4px;
}

.pricebox {
	border: 1px solid #004b99;
	padding:5px;
}

/********************** Accordian ****************************/

#accordion {
	width:800px;
}
#accordion li{
	cursor: pointer;
	background:url(accordion_bg.png) repeat-x;
	font-weight:bold;
	color:#004b99;
	border:1px solid #b2b2b2;
	margin-bottom:2px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 8px;
	font-size:13px;
	line-height:14px;

}

#accordion li.active{
	color:#333333;
}
#accordion li ul{
	padding:0;
	margin:10px 0 0 0;
}

#accordion li.active li{
	text-indent:0;
}
#accordion li li{
	font-weight: normal;
	background:none;
	border:0;
	font-size:12px;
	line-height:16px;
	color:#333;
}
