@charset "UTF-8";
/* CSS Document */

body {
	behavior: url(/common/csshover2.htc);
}

#header {
	position:absolute;
	width: 100%;
	top: 0;
	z-index: 6;
	background: url(/images/xsp_page_repeat.gif) repeat-x;
	height: 66px;
}
#logoImg { position: absolute; left: 79px; }
#mainNav { position: absolute; left: 258px; margin-top: 36px; color: #ff9900; }
#mainNav a {
	position: relative;
	color: #FFFFFF;
	padding: 0 0 13px 0;
}
#mainNav a:hover, #mainNav a.sel { color: #ff9900; }

#sidebar { 
	position: absolute;
	background-repeat: no-repeat;
	top: 66px;
	height: 100%;
	width: 240px;
}
#content {
	display: block;
	position:absolute;
	overflow: auto;
	top: 66px;
	bottom:54px;
	z-index: 1;
	width: 100%; 
}
* html #content {
	/* \*/ 
	top:0;  
	bottom:0; 
	height: 100%;
	border-top:66px solid #fff;
	border-bottom:54px solid #fff;
	/* */ 
}
#inner {
	width: 520px;
	margin-top: 30px;
	margin-left: 258px;
	padding-bottom: 20px;
}

#breadcrumbs {
	position: absolute;
	left: 258px;
	top: 66px;
	z-index: 4;
	padding-top: 2px;
	padding-bottom: 0.2em;
	width: 505px;
	color: #FF9900;
	border-bottom: 1px solid #FF9900;
	font-size: 0.9em;
	background-color: #FFFFFF;
}

#footer {
	color: #FF9900;
	display: block;
	position: absolute;
	padding-top: 2px;
	margin-left: 258px;
	height: 51px;
	overflow: hidden;
	bottom:0;
	z-index: 1;
	width: 505px;
	border-top: 1px solid #FF9900;
}
#footer .fR { float: right; text-align: right; }
#footer div { font-size: 0.9em; }
#footer .copyright { float: right; text-align: right; font-size: 0.8em; line-height:1.2em; }

#subMenus { position: absolute; top: 63px; z-index: 8; visibility:hidden; }

#subMenus ul { 
	list-style: none;
}
#subMenus a {
	position: relative;
	padding: 2px 8px 6px 10px;
	text-decoration:none;
	display: block;
	width: 200px;
	background-color:#FF9900;
	color: #FFFFFF;
	margin-left: -10px;
	line-height: 1.3em;
}
#subMenus a:hover { color: #d31922; }
#subMenus li {
	width: 140px;
}


p { padding-bottom: 0.6em; }
h1 { font-size: 1.2em; font-weight: bold; padding-bottom: 0.6em; color: #d31922; }
h2 { font-size: 1em; font-weight: bold; padding-bottom: 0em; color: #000000; }
h3 { font-size: 0.9em; font-weight: normal; color: #000000; }


#inner .textContent { width: 375px; margin-bottom: 15px; }
#inner .textContentW { width: 505px; margin-bottom: 15px; }
.textIndent { float: left; width: 375px; }


.mB { margin-bottom: 15px; }

/* had to change margin to padding for IE */
#inner img, .imgF  { float: left; padding: 0 15px 15px 0; display: inline; }
.imgF { width: 115px; text-align:center; cursor: hand; }
.nF, #inner img.nF { float: none; padding: 0 0 0 0; }
.mR { padding: 0 15px 0 0; }
.nM { padding: 0; }

#inner ul, #sidebar ul { margin:0; padding:0; list-style: none; }
#inner ul li, #sidebar ul li  { margin:0; padding: 0 0 0.6em 0; background: url(/images/li.gif) no-repeat 0px 6px; padding-left: 10px; }

.emptyImg { float: left; width: 130px; height: 10px; }

.dblCellColumn { float: left; width: 230px; margin-right: 15px; }
.sglCellColumn { float: left; width: 190px; margin-right: 15px; }
.tplCellColumn { float: left; width: 300px; }

.aboveTnImgLnk, .aboveTnImg { background: url(/images/above_tn_img_link.gif); width: 115px; height: 90px; position: absolute; }
.aboveTnImg { background: url(/images/above_tn_img.gif); }
a .aboveTnImgLnk:hover, a .aboveTnImg:hover { background-position: 0px -90px; }

.aboveMdImg { background: url(/images/above_md_img.gif) no-repeat 280px 0px; position: absolute; width: 300px; }
a .aboveMdImg:hover { background-position: 260px -20px; }

.aM { display: table-cell; vertical-align: middle; height: 90px; }

.cartBox { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; margin-bottom: 4px; }

#sideDetail { margin: 0 0 0 30px; padding-top: 60px; width: 195px; }
#sideDetail .mid { background: url(/images/round_sidedetail_mid.gif) repeat-y; width: 195px; }
#sideDetail .mid div { padding-left: 8px; width: 179px; }
#sideDetail .top, #sideDetail .btm { width: 195px; height: 6px; font-size: 1px; }
#sideDetail .top { background: url(/images/round_sidedetail_top.gif); }
#sideDetail .btm { background: url(/images/round_sidedetail_btm.gif); }

.normTxt { color: #333333; }
.alert { color: #FF0000; }
.lightText { color: #FF9900; }
.hilite { color: #FF9900; }


.eBtn{ background-color: #FFFFFF; border: 0; width: 30px; height: 1px; font-size: 1px; display: block; }

.bTop {
	padding-top: 6px;
	border-top: 1px solid #ff9900;
}
.bBtm {
	padding-bottom: 6px;
	border-bottom: 1px solid #ff9900;
}

.mDTop {
	margin-top: 12px;
}
.mTop {
	margin-top: 6px;
}
.mBtm {
	margin-bottom: 6px;
}

.pT {
	padding-top: 6px;
}
.pL {
	padding-left: 6px;
}
.pR {
	padding-right: 6px;
}
.tA {
	vertical-align: top;
}
.mA {
	vertical-align: middle;
}
.cA {
	text-align: center;
}
.rA {
	text-align: right;
}



form {
	padding: 0;
}

.formRow {
  padding-bottom: 4px;
}

.lblW {
  float: left;
}

label {
	width: 100px;
}


