@charset "UTF-8";
/* CSS Document */
body {
	background: url(/images/bg.gif) repeat-x #505050;
	margin: 40px 0 0 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #777777;
	text-align: center;
}
/* --------------------------------------- main structure
---------------------------------------------------------------------------------------------- */
#outerwrapper {
	margin: 0 auto;
	padding: 0;
}
#innerwrapper {
	width: 853px !important;
	margin: 0px auto;
	position: relative;
}
/*-----tags-----*/
h1 {
	font-size: 20px;
	font-weight: bold;
  	color: #333;
}
h2 {
	font-size: 18px;
  	color: #666;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #2C5CA8;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}
p {
	font-size: 11px;
	margin:0 0 10px 0;
	padding:0;
}
a {
	padding: 0px;
	margin: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #2C5CA8;
}
a:hover, a:active {
  	color: #777;
	text-decoration: underline;
}
img { 
	border: 0;
}
/* --------------------------------------- header
---------------------------------------------------------------------------------------------- */
#headertd {
	background:url(/images/bg_white_repeat.png) repeat-y center;
	width: 853px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#headerwrap {
	width: 740px;
	padding: 0 0 0px 0;
	margin: 0px auto;
}
#logohead {
	height: 52px;
}
#logolink {
	float: left;
	border: 0;
}
/* --------------------------------------- top utility navigation
---------------------------------------------------------------------------------------------- */
#pagelinks {
	float: right;
	color: #AAA;
}
#pagelinks .smalltext {
	font-size: 11px;
	height: 24px;
	padding: 0px;
	color: #FFF;
}
#topnav {
	height: 24px;
	text-align: right;
	line-height: 24px;
	color: #AAA;
	margin-top: -14px;
	margin-bottom: 2px;
	font-size: 11px;
}
#topnav a, #pagelinks a {
	color: #AAA;
	text-decoration: none;
}
#topnav a:hover, #pagelinks a:hover {
	text-decoration:underline;
}
/* --------------------------------------- tab navigation 
---------------------------------------------------------------------------------------------- */
#navtable {
	width: 740px;
	clear: left;
	height: 30px;
	margin: 0 0 12px 0;
	padding: 0;
	background: url(/images/nav_bg.gif) no-repeat;
	text-align: left;
}
#navtable td {
	height: 30px;
	width: 50%;
	text-align: center;
	padding: 0px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
}
td.up {
	vertical-align: middle;
}
td#tab6.up a, td#tab25.up a {
	font-size:14px;
	font-weight:normal;
	height: 26px;
	width: 370px;
	display: block;
	padding-top: 5px;
}
td#tab6.up a:link, td#tab6.up a:visited {
	text-decoration:none;
	color: #FFF;
	background:url(/images/nav_bg_left.gif) no-repeat left top;
}
td#tab6.up a:hover, td#tab6.up a:active {
	text-decoration: underline;
	color: #FFF;
	background:url(/images/nav_bg_left.gif) no-repeat left top;
}
td#tab25.up a:link, td#tab25.up a:visited {
	text-decoration:none;
	color: #FFF;
	background:url(/images/nav_bg_right.gif) no-repeat left top;
}
td#tab25.up a:hover, td#tab25.up a:active {
	text-decoration: underline;
	color: #FFF;
	background:url(/images/nav_bg_right.gif) no-repeat left top;
}
td.down {
	vertical-align: middle;
}
td#tab6.down a, td#tab25.down a {
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	height: 26px;
	width: 370px;
	display: block;
	padding-top: 5px;
}
td#tab6.down a:link, td#tab6.down a:visited {
	color: #777;
	background:url(/images/nav_bg_left.gif) no-repeat left -31px;
}
td#tab6.down a:hover, td#tab6.down a:active {
	color: #FFF;
	background:url(/images/nav_bg_left.gif) no-repeat left top;
}
td#tab25.down a:link, td#tab25.down a:visited {
	color: #777;
	background:url(/images/nav_bg_right.gif) no-repeat left -31px;
}
td#tab25.down a:hover, td#tab25.down a:active {
	color: #FFF;
	background:url(/images/nav_bg_right.gif) no-repeat left top;
}
#tab1, #tab3 {
	display: none;
}
/* --------------------------------------- left and right navigation
---------------------------------------------------------------------------------------------- */
#left {
	width: 190px;
	padding: 0px 0px 20px 40px;
	text-align: left;
}
#leftnav {
	width: 190px;
	padding: 0px;
	text-align: left;
	margin: 0px auto;
	background:url(/images/border_grey_mid.gif) repeat-y;
}
#leftnav #navtop {
	background:url(/images/border_grey_top.gif) no-repeat top;
	width:190px;
	height: 6px;
}
#leftnav #navbot {
	width:190px;
	background:url(/images/border_grey_bot.gif) no-repeat bottom;
	height: 6px;
}
/*------------------------------ shopping cart portlet/other portlets ------------------------------*/
#leftnav h1, #rightnav h1, #leftnav h1 .portletlabel, #rightnav h1 .portletlabel {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #2C5CA8;
	background-color: transparent;
}
#body_checkout .navtd h1 {
	display: none;
}
#leftnav .text {
	padding: 0px;
}
#leftnav td.smalltext, #rightnav td.smalltext {
	font-size: 11px;
	padding: 5px 5px 2px 0px;
	font-weight: normal;
	color: #666;
}
#leftnav td.pic, #rightnav td.pic {
	padding: 5px 5px 2px 0px;
}
#leftnav td.smalltext a, #rightnav td.smalltext a {
	font-size: 11px;
	font-weight: normal;
}
#leftnav td.textboldnolink, #rightnav td.textboldnolink {
	font-weight: normal;
	font-size: 11px;
	padding: 5px 5px 2px 0px;
	color: #235B8C;
}
#leftnav a.textboldnolink, #rightnav a.textboldnolink {
	font-size: 11px;
}
#leftnav a:link, #leftnav a:visited, #rightnav a:link, #rightnav a:visited {
	color: #2C5CA8;
	text-decoration: none;
}
#leftnav a:hover,#leftnav a:active, #rightnav a:hover,#rightnav a:active {
  	color: #777;
	text-decoration: underline;
}
#right .navtd {
	display: none;
}
#left .navtd {
	border-top: 1px solid #E7E7E7;
	padding: 10px 8px 3px 8px;;
}
.carttd  {
	padding: 3px 8px 10px 8px;;
	border-bottom: 1px solid #E7E7E7;
}
#leftnav table {
	padding: 5px 8px 3px 8px;
}
.carttd p, .porttd p, .navtd p , #leftnav table p {
	font-size: 11px;
	margin: 0px 0px 5px 0px;
}
#leftnav .porttd table, #leftnav .navtd table {
	padding: 0px;
}
.carttd a.nlbutton {
	float: right;
	padding: 2px;
	color: #FFF;
}
#leftnav a.nlbutton:link, #leftnav a.nlbutton:visited, #leftnav a.nlbutton:hover, #leftnav a.nlbutton:active  {
	text-decoration: none;
	color: #FFF;	
}
#leftnav a.cartlink {
	text-decoration: underline;
	font-weight: bold;
}
div #servercontentneg517_splits {
	margin-top: 0px;
}
div #servercontentneg517_splits h1  {
	margin-bottom: 5px;
}
/* --------------------------------------- content
---------------------------------------------------------------------------------------------- */
#maincontent {
	padding: 0px 40px 0px 20px;
}
#body_cart #maincontent {
	padding: 0px 40px 0px 40px;
}
#content {
	width: 100%;
}
/* --------------------------------------- footer
---------------------------------------------------------------------------------------------- */
#footerwrap {
	background:url(/images/bg_white_repeat.png) repeat-y;
	width: 853px;
	margin: 0;
	padding: 0;
}
#botnav {
	height: 32px;
	width: 740px;
	background: url(/images/nav_bg_bot.gif) no-repeat;
	text-align: left;
	line-height: 30px;
	color: #AAA;
	margin: 0px auto;
}
#botnavinner {
	padding:0 12px 0 12px;
}
#botnav a {
	color: #AAA;
	text-decoration:none;
}
#botnav a:hover {
	text-decoration:underline;
}
#footercontent {
	margin: 0;
	padding:4px 1px 0 12px;
	color: #AAA;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	margin: 0px auto;
	width: 740px;
}
#siteseal {
	float:right;
}
#footerlogos {
	float: right;
}
#footerlogos images {
	float: left;
}
/* --------------------------------------- other
---------------------------------------------------------------------------------------------- */
br.clear {
	line-height:1px;
	font-size:1px;
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
a img {
	border: none;
}
.highlight {
	color: #2C5CA8;
	font-weight: bold;
}
.bullet {
	color: #111;
}
.open_bullet {
	color: #2C5CA8;
	font-weight: bold;
}
.closed_bullet {
	color: #666;
}
.item_bullet {
	color: #2C5CA8;
	font-weight: bold;
}

/* --------------------------------------- NetSuite overrides
---------------------------------------------------------------------------------------------- */
#div__header {
	width: 853px;
	margin: 0px auto;
	padding: 28px 0px 0px 0px;
	background: url(/images/bg_white_top.png) no-repeat top;
}
#div__body {
	width: 819px;
	margin: 0px auto;
	padding: 0px 17px 10px 17px;
	text-align: left;
	background:url(/images/bg_white_repeat.png) repeat-y;
}
#div__footer {
	width: 853px !important;
	margin: 0px auto;
	border: 0px;
	background: url(/images/bot_white.png) no-repeat bottom;
	padding: 0px 0px 48px 0px !important;
}
#div__titl, #div__label, #server_commands {
	display: none;
}
.bgbutton, #submitter, #resetter {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #2C5CA8;
	border: 1px solid #777;
	text-transform: uppercase;
}
.nlbutton {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #2C5CA8;
	border: 1px solid #777;
	text-transform: uppercase;
}
.greytitle {
	font-size: 20px;
	font-weight: bold;
  	color: #333;
	padding-bottom: 10px;
}
.textboldnolink, .medtextboldnolink, p.medtextbold, .medtextbold { /*titles for information items and lists*/
	font-size: 20px;
	font-weight: bold;
  	color: #333;
}
.bgmd {
	background-color: #FFF;
}
.smalltext {
	font-size: 11px;
}
.smalltextul {
	font-size: 11px;
}
.smalltextnolink {
	padding-top: 5px;
	font-size: 11px;
}
.smalltextbnolink {
	padding-top: 5px;
	font-size: 13px;
}
input, select, textarea {
	border: 1px solid #CCC;
}
.checkoutprogresstext {
  	color: #333;
}
#__tab.listtable a {
	text-decoration: underline;
}
#content .medtext {
	font-size: 11px;
	margin:0 0 10px 0;
	padding:0;
}
.listtable td, #item_splits td {
	border-bottom: 1px solid #CCC;
}
.listtable td td, #item_splits td td {
	border-bottom: 0px solid #CCC;
}
.header3dtdstartrow, .header3dtd {
	font-weight: bold;
}
.medtextboldnolink, p.medtextbold { /*titles for categories*/
	font-size: 20px;
	font-weight: bold;
  	color: #333;
}
#content #__tab {
	border-collapse: collapse;
}
.bgltmedtext, .listtexthl, .bglt {
	background-color: #FFF;
}

/* --------------------------------------- shopping cart
---------------------------------------------------------------------------------------------- */
#carttable {
	margin: 0px auto;
	border-collapse: collapse;
}
#carttableheader td div {
	background-color: #E6E6E6;
	color: #000;
	font-weight: bold;
}
#carttableheader td.smalltext .listheadernosort { 
	padding-top: 8px;
	padding-bottom: 3px;
}
.texttable {
	background: none;
	border: 0px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 3px 5px 3px 5px;
}
td.texttablectr {
	background: none;
	border: 0px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
td.texttablert {
	background: none;
	border: 0px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
input.text {
	background-color: #FFF;
	border: 1px solid #E6E6E6;
}
div.listheadernosort {
	padding: 3px 5px 3px 5px;
}
/* --------------------------------------- account pages
---------------------------------------------------------------------------------------------- */
#body_account .bgbar {
	padding-left: 46px;
	width: 819px;
	background: url(/images/bg_white_repeat.png) repeat-y;
}
#body_account #div__body .bgbar {
	background: url(none);
}
#body_account #div__body .bgbar table {
	margin-left: 30px;
}
#body_account .bgbar .tasktitlemed {
	font-size: 20px;
	font-weight: bold;
  	color: #333;
}
#body_account #pagelinks #main_help_anchor {
	display: none;
}
#body_account #div__footer table {
	background: url(/images/bg_white_repeat.png) repeat-y;
	margin: 0px auto;
	border: 0px;
	text-align: left;
	padding: 0px 17px 0px 17px;
}
#body_account #div__footer table table {
	width: auto;
	margin: auto;
	background-color: #FFF;
	background-image: none;
	padding: 0px;
}
#body_account #div__footer table .bglt, #body_account #div__footer table img {
	display: none;
}
#body_account #__tab {
	padding: 0px 17px;
	background: url(/images/bg_white_repeat.png) repeat-y;	
	margin: 0px auto;
}
.bgontabbottom {
	background-color: #E7E7E7;
}
#body_account #interactions_form #incomingmessage {
	width: 500px;
}
