/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	SC Client Website Style Sheet 2007
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/




/* Overall page settings
		Note: text-align:center in 'body' rule used for centering
		(workaround in certain browsers) when content centering
		applied in THIS rule.
------------------------------------------- */
div#thePage {

	width: 892px;
	margin-left: auto;  margin-right: auto;

}

/* End overall page settings
------------------------------------------- */



/* Defaults
------------------------------------------- */
body {
	color: #000;
	
	background: #171717 url(/assets/sty_pgbodyback.gif) left top repeat-x;
	
	text-align: center;
	margin: 0px 10px;
}
td, th {  /* include div here?  */
	color: #000000;
	background-color: #ffffff;
	font: normal 13px verdana,arial,sans-serif;
	vertical-align: top;
}
a { color: #05aaa8; text-decoration: underline; }
a:visited { color: #05aaa8; }
a:hover { color:#ffffff; }
a:active { color:#05aaa8; }
li { text-align: left; } /* keeps li's left aligned, even if in a <ul> that's in a <div> with text-align center or right */
form { margin: 0; padding: 0; }

/* End Defaults
------------------------------------------- */




/* Constants
------------------------------------------- */
div.container100 { width: 100%; }

/* End Constants
------------------------------------------- */


/* Alert Messages
------------------------------------------- */
div.alertContainer { text-align: center; } /* For aligning the msge box in IE */

div.erroralertmsge {
	width: 80%;
	color: red;
	background-color: #fff;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: 0;
	text-align: left;
	border-top: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	border-left: 1px solid red;
	padding: 5px 5px 5px 5px;
	margin: 1em;
	
	margin-left: auto; margin-right: auto;
	
}

div.erroralertheadline {
	color: #fff;
	background-color: red;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin-bottom: .5em;
}

div.successalertmsge {
	width: 80%;
	color: #000;
	background-color: #fff;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: 0;
	text-align: left;
	border-top: 1px solid #33CC33;
	border-right: 1px solid #33CC33;
	border-bottom: 1px solid #33CC33;
	border-left: 1px solid #33CC33;
	padding: 5px 5px 5px 5px;
	margin: 1em;
	
	margin-left: auto; margin-right: auto;
	
}

div.successalertheadline {
	color: #fff;
	background-color: #33CC33;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin-bottom: .5em;
}

/* End Alert Messages
------------------------------------------- */


#toplogopanel {
	background-color: transparent;
	text-align: left;
	padding: 0px;
}
#datestampinheader, #datestamp {
	
	color: #80d3eb;
	
	
	
	background-color: #FFFFFF;
	
	
	
	font-family: ;
	
	
	
	font-size: 11px;
	
	
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	padding: 0 10px;
}

/* --- Slogan Panel ---*/
#sloganpanel {
	color: #003333;
	
	background: #cc80d5 url(/assets/0) left top repeat;
	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 2px 1em 2px 1em;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
}
/* --- End Slogan Panel ---*/



/* --- Top Nav Panel ---*/
#topnavpanel { 
	color: #eee8e0;
	
	background: #666666 url(/assets/sty_topnavback.jpg) left top no-repeat;
	
	
	text-align: right;
	vertical-align: middle;
	padding: 0px;
	border-top: 0px solid #000000;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #000000;
	border-left: 0px solid transparent;
}


#topnavpanel ul {
	color: #eee8e0;
	font-family: arial;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
	margin: 0;
	/* Use top/bottom padding to adjust the overall height of the bar */
	padding: 14px 57px 23px 0px;
}

#topnavpanel ul li {
	display: inline;
	list-style-type: none;
	margin-left: 0px; /* Small negative value shifts each nav link left; on mouseovers, can help line up borders and cover left gap  */
}

#topnavpanel ul li a {
	color: #eee8e0;
	background: transparent;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	padding: 3px 5px 3px 5px;
}
#topnavpanel ul li a:visited { color: #eee8e0; }
#topnavpanel ul li a:hover {
	color:#ffffff;
	
	background: transparent url(/assets/sty_topnavhoverback.jpg) left top repeat-x;
	
	text-decoration: none;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	padding: 4px 5px 4px 5px;
}
#topnavpanel ul li a:active { color:#eee8e0; }
/* --- End Top Nav Panel ---*/




/* --- Shopping Cart Toolbar ---*/
#cartbar { 
	color: #000000;
	background-color: #f7f7f7;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	padding: 0px 10px;
	border-top: 0px solid transparent;
	border-bottom: 1px solid #eeeeee; /* 009966 */
}
#cartbar a { color: ; text-decoration: none; }
#cartbar a:visited { color:; }
#cartbar a:hover { color:; }
#cartbar a:active { color:; }
/* --- End Shopping Cart Toolbar ---*/




/* --- Product Categories List Index ---*/
.prodcatlistitem {
		color: #000000;
		background-color: #ffffff;
		font-size: 13px;
		text-align: left;
		padding: 0px 0px 10px 0px;
	}
	
a.prodcatname {
	color: #333399;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
a.prodcatname:visited { color: #333399; }
a.prodcatname:hover { color: #009933; text-decoration: underline; }
a.prodcatname:active { color: #333399; }
/* --- End Product Categories List Index ---*/


table#mainbody { margin-top: 0px; }


/* --- Left Nav Panel ---*/
#leftnavpanel {
	color: #000000;
	
	background: #ffffff url(/assets/sty_lnavback.gif) right top repeat-y;
	
	width: 277px;
	font-family: arial;
	padding: 94px 0px 0px 0px;
	
	border-right: 0px solid #bbbbbb;
}

div.leftNavCatHead { /* NEW! */
	color: #003366;
	
	background: #C3C4D3 url(/assets/sty_lnavcatback.gif) left bottom repeat-x;
	
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #eee;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
}

div.leftNavCatContent { /* NEW! */
	color: #000066;
	
	background: transparent;
	
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	margin: 0px 0px 0px 0px;
}

div.leftNavCatContent a.nav { /* NEW! */
	display: block;
	color: #a9abae;
	
	background: transparent url(/assets/sty_lnavcatlinkback.gif)   no-repeat;
	
	font-family: arial;
	font-size: 23px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	border-top: 0px solid #ffffff;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #DADEE0;
	border-left: 0px solid transparent;
	padding: 3px 35px 3px 1em;
	margin: 0px 0px;
	
}
div.leftNavCatContent a.nav:visited { color: #a9abae; }
div.leftNavCatContent a.nav:hover {
	color: #ffffff;
	
	background: transparent url(/assets/sty_lnavcatlinkhoverback.gif)   no-repeat;
	
	text-decoration: none;
	border-top: 0px solid #ffffff;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #DADEE0;
	border-left: 0px solid transparent;
	padding: 3px 35px 3px 1em;
}
div.leftNavCatContent a.nav:active { color: #a9abae; }

div.leftNavCatFoot { /* NEW! */
	
	background: transparent url(/assets/sty_lnavcatfootback.gif) left top repeat-x;
	
	font-size: 0px;
	height: 15px;
}

div.leftNavCatBlock { /* NEW! */
	padding: 0px 0px 5px 0px;
}


form.leftNav { /* NEW! */
	color: #555;
	background-color: #ffffff;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 5px 2px 0px 2px;
}

form.leftNav input { /* NEW! */
	font-family: verdana;
	font-size: 11px;
	margin: 1px 0px;
}

form.leftNav .btn { /* NEW! */
	color: #000066;
	background-color: #f7f7f7;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 1px 0px;
	padding: 2px;
}
/* --- End Left Nav Panel ---*/



/* --- Main Content Panel ---*/
td.maincontent {
	width: auto;
	color: #b6b6b7;
	
	
	background: #383838 url(/assets/sty_maincontentback.gif) center top no-repeat;
	
	
	font-family: arial;
	font-size: ;
	text-align: left;
	
	padding: 5px 10px 10px 10px;
	
}

div#headline {
	margin: 10 0 0 0px;
	color: #eee8e0;
	/*border-bottom: 1px solid #999966;*/
	font-family: arial;
	font-size: 38px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}

div#subheadline {
	color: #eee8e0;
	background: none;
	padding: 0px;
	margin: 0;
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

div#pageMainBody {
	padding-top: 1em;
}

.maincontent a { color: ; text-decoration: underline; }
.maincontent a:visited { color: ; }
.maincontent a:hover { color: #CC3366; }
.maincontent a:active { color: ; }

#storydate, #byline { font-size: 11px; }
/* --- End Main Content Panel ---*/




/* --- Main Forms (appearing in Main Content Panels) ---*/
form.mainForm {
	color: #666699;
	background: #393839;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 1em 0px 1em 0px;
}

form.mainForm div.formTitle {
	color: #fff;
	background: #545354;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #bbb;
	border-left: 0px solid transparent;
	padding: .25em 1em .25em 1em;
	margin: 2px 2px 2px 2px;
}

form.mainForm div.formNotes {
	color: #05aaa8;
	background: transparent;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #eeeeee;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #eeeeee;
	border-left: 0px solid transparent;
	padding: .3em .3em .3em .3em;
	margin: 4px 5px 0px 5px;
}

form.mainForm div.formBody {
	text-align: left;
	padding: 1em 1em 1em 1em;
}

form.mainForm div.fieldItem {
	color: #a9abab;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: .2em 0px .2em 0px;
}

form.mainForm input.formBtn {
	color: #ffffff;
	background: transparent;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
}

form.mainForm div.formBtn {
	text-align: left;
	margin: 1em 0px 0px 0px;
}
/* --- End Main Forms (appearing in Main Content Panels) ---*/


/* --- Right Nav Panel ---*/
#rightnavpanel {
	color: #000000;
	
	background: #ffffff url(/assets/sty_rnavback.gif) left top repeat-y;
	
	width: 50px;
	font-family: verdana,arial,helvetica,sans-serif;
	padding: 0px 0px 0px 0px;
	border-left: 0px solid #bbbbbb;
}

div.rightNavCatHead { /* NEW! */
	color: #003366;
	
	background: #C3C4D3 url(/assets/sty_lnavcatback.gif) left bottom repeat-x;
	
	font-family: verdana,arial,helvetica,sans-serif;;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #eee;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
}

div.rightNavCatContent { /* NEW! */
	color: #000066;
	
	background: transparent;
	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	margin: 0px 0px 0px 0px;
}

div.rightNavCatContent a.nav { /* NEW! */
	display: block;
	color: #003399;
	
	background: #f7f7f7 url(/assets/sty_lnavcatlinkback.gif)   no-repeat;
	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border-top: 1px solid #ffffff;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #DADEE0;
	border-left: 0px solid transparent;
	padding: 3px 1em 3px 1em;
	margin: 0px 0px;
	
}
div.rightNavCatContent a.nav:visited { color: #003399; }
div.rightNavCatContent a.nav:hover {
	color: #003399;
	
	background: #EEF0F2 url(/assets/sty_lnavcatlinkhoverback.gif)   no-repeat;
	
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #DADEE0;
	border-left: 0px solid transparent;
	padding: 3px 1em 3px 1em;
}
div.rightNavCatContent a.nav:active { color: #000000; }

div.rightNavCatFoot { /* NEW! */
	
	background: transparent url(/assets/sty_lnavcatfootback.gif) left top repeat-x;
	
	font-size: 0px;
	height: 15px;
}

div.rightNavCatBlock { /* NEW! */
	padding: 0px 0px 5px 0px;
}


form.rightNav { /* NEW! */
	color: #555;
	background-color: #ffffff;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 5px 2px 0px 2px;
}

form.rightNav input { /* NEW! */
	font-family: verdana;
	font-size: 11px;
	margin: 1px 0px;
}

form.rightNav .btn { /* NEW! */
	color: #000066;
	background-color: #f7f7f7;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 1px 0px;
	padding: 2px;
}
/* --- End Right Nav Panel ---*/



/* --- Bottom Nav Panel ---*/
#botnavpanel { 
	color: #000000;
	
	background: #9900ab url(/assets/sty_topnavback.jpg) left top repeat-x;
	
	
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	border-top: 1px solid #000000;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #000000;
	border-left: 0px solid transparent;
}


#botnavpanel ul {
	color: #000000;
	font-family: ;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	/* Use top/bottom padding to adjust the overall height of the bar */
	padding: 3px 0px 3px 0px;
}

#botnavpanel ul li {
	display: inline;
	list-style-type: none;
	margin-left: 0px; /* Small negative value shifts each nav link left; on mouseovers, can help line up borders and cover left gap  */
}

#botnavpanel ul li a {
	color: #000000;
	background: transparent;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	padding: 3px 10px 3px 10px;
}
#botnavpanel ul li a:visited { color: #000000; }
#botnavpanel ul li a:hover {
	color:#000000;
	
	background: #cc80d5 url(/assets/sty_topnavhoverback.jpg) left top repeat-x;
	
	text-decoration: none;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	padding: 4px 10px 4px 10px;
}
#botnavpanel ul li a:active { color:#000000; }
/* --- End Bottom Nav Panel ---*/



/* --- Footer Panel ---*/
#footerpanel {
	color: #555555;
	
	background: #f7f7f7 url(/assets/sty_footback.gif) left top no-repeat;
	
	font-family: ;
	font-size: 11px;
	text-align: right;
	padding: 110px 34px 10px .5em;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
}
#footerpanel a { color: #000099; text-decoration: underline; }
#footerpanel a:visited { color: #000099; }
#footerpanel a:hover { color: #66cc66; }
#footerpanel a:active { color: #000099; }
/* --- End Footer Panel ---*/


td.imgcaption, td.imgcaption p {
	color: #009; /* 009 */
	background-color: #FFFFEE;
	font-family: ;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	border: 0px solid black;
}

td.imgcaption a { color: ; text-decoration: underline; }
td.imgcaption a:visited { color: ; }
td.imgcaption a:hover { color:; }
td.imgcaption a:active { color:; }

table.imgtable {
	margin: 5px;
	border: 0px solid #00d;
}

/* ------------ Product Detail Page --------------*/
#prodbrdcrumb { font-size:11px; }
.proddesc { padding: 7px 7px 7px 0px; }
.pricelabel {
	color: #000099;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}
#listprice {
	color: #660033;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 7px;
	vertical-align: bottom;
}
#price {
	color: #009900;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 7px;
	vertical-align: bottom;
}
#lpdiffprice {
	color: #990033;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 7px;
	vertical-align: bottom;
}
#lpdiffpriceperc {
	color: #990033;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 7px;
	vertical-align: bottom;
}
.additembut { /* submit button */
	color: #000;
	background-color: #eee;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

#listallprodnamesincattitle {
	color: #FFFFFF;
	background-color: #0033CC;
	font-size: 12px;;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}
#listallprodnamesincat td {
	color: #0066CC;
	background-color: #f7f7f7;
	font-size: 11px;
	padding: 3px;
}
#listallprodnamesincat td.prodlistcurrprod {
	color: #000066;
	font-weight: bold;
}
#listallprodnamesincat a { color: #0066CC; }
#listallprodnamesincat a:visited { color: #0066CC; }
#listallprodnamesincat a:hover { color: #CC3300; }
/* ------------ End Product Detail Page --------------*/


/* ------------ Web Pages in Page Category Index Page --------------*/
table.pagetable td { border: solid transparent 0px; border-bottom-width: 0px; }
.pagetableitem {
	color: ;
	background-color: transparent;
	font-size: 11px;
	padding: 5px;
}
.tablepagetitle {
	font-size: 13px;
}
a.tablepagetitle, a.tablepagetitle:visited {
	color: ;
	font-weight: bold;
}
a.tablepagetitle:hover {
	color: ;
	font-weight: bold;
}
a.tablepagetitle:active {
	color: ;
	font-weight: bold;
}
/* ------------ End Web Pages in Page Category Index Page --------------*/


/* ------------ Products Index Page --------------*/
table.prodtable td { border: solid #555555 0px; border-bottom-width: 1px; }
.descprodsku { font-size: 11px; }
.prodtableheader {
	color: #444444;
	background-color: #DADCE6;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.prodtableimg {
	color: #000033;
	background-color: transparent;
	text-align:center;
	padding: 5px;
}
.prodtableitem {
	color: #000033;
	background-color: transparent;
	font-size: 11px;
	padding: 5px;
}
.tableprodname {
	font-size: 13px;
}

a.imgcolumnsku, a.imgcolumnsku:visited {
	color: #333399;
	font-size: 11px;
}
a.imgcolumnsku:hover {
	color: #009933;
}
a.imgcolumnsku:active {
	color: #333399;
	font-size: 11px;
}

a.tableprodname, a.tableprodname:visited {
	color: #333399;
	font-weight: bold;
}
a.tableprodname:hover {
	color: #009933;
	font-weight: bold;
}
a.tableprodname:active {
	color: #333399;
	font-weight: bold;
}

a.moreinfo, a.moreinfo:visited {
	color: #333399;
	font-size: 9px;
	font-weight: bold;
}
a.moreinfo:hover {
	color: #009933;
	font-size: 9px;
	font-weight: bold;
}
a.moreinfo:active {
	color: #333399;
	font-size: 9px;
	font-weight: bold;
}

td.prodtableprice {
	background-color: #EBEEF5;
	color: #336699;
	font-size: 13px;
	text-align: right;
	vertical-align:middle;
	padding:7px;
}
/* ------------ End Products Index Page --------------*/



/* ------------ Shopping Cart --------------*/
.carttable td, td.cart { background-color: #ffffff; }
#shopcartheadline {
	color: #424f6b;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}
#carttoptext {
	width: 80%;
	color: #996666;
	background-color: #ffffee;
	font-size: 11px;
	border: solid 1px #996666;
	padding:5px;
}
#shopcart { background-color: #ffffff; border: solid 0px #dddddd; }
#shopcart th {
	color: #FFFFFF;
	background-color: #424f6b;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}
#shopcart td { 
	color:#000;
	background-color: #ffffff;
	font-size: 11px;
	border: solid 0px #bbb;
	border-bottom-width: 0px;
	padding: 2px;
}
#shopcart td.cartfld_name {
	font-size: 11px;
}
#shopcart td.itemsep {
	border: solid 0px #669999;
	border-bottom-width: 1px;
	padding: 0px;
}

#shopcart a,
#shopcart a:visited,
#shopcart a:active,
a.cartlink,
a.cartlink:visited,
a.cartlink:active,
{ color: #3300CC; }
#shopcart a:hover, a.cartlink:hover { color: #009933; }

#shopcart input.cartfld_qty {
	font-size:11px;
	text-align:center;
}
#shopcart .optionstable td { padding: 2px; }
#shopcart .cartbuttonhelp, .cartbuttonhelp {
	color: #996666;
	font-size: 11px;
	vertical-align: middle;
}
.cartbutton { /* submit button */
	color: #000000;
	background-color: #eeeeee;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}
#shopcart td.ordertotalline { font-size: 12px; font-weight: bold; padding:2px; }
/* ------------ End Shopping Cart View --------------*/




/* ------------ Shopping Cart Order Checkout Pages --------------*/
/* NOTE:  Some styles from Shopping Cart View are used on Checkout pages. */
.currentstep {
	color:#000000;
	background-color:#ffcc00;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: solid 0px #cc9900;
	border-width: 1px 0px;
	padding: 4px 0px;
}
.otherstep {
	color:#000000;
	background-color:#ffffee;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: solid 0px #cc9900;
	border-width: 1px 0px;
	padding: 4px 0px;
}
.errormsge {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
}
.successmsge {
	color: #33cc66;
	font-size: 13px;
	font-weight: bold;
}
.alerttext { color: #ff0000; font-size: 13px; font-weight: bold; }
.formsubheader {
	color: #003366;
	background-color: #9999CC;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}
.formsubheader2 {
	color:#000000;
	background-color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	border: solid 0px #006666;
	border-bottom-width: 0px;
	padding: 5px;
}
.stdfldlabel { color: #000000; background-color: #ffffff; font-size: 11px; text-align:right; padding:4px; }
.alertfldlabel { color: #ff0000; background-color: #ffffff; font-size: 11px; text-align:right; padding:4px; }
.fldnote { color:#999999; background-color: #ffffff; font-size: 11px; }


.custbasicinfotable {
	background-color: #777777;
}
.custbasicinfoheader {
	color: #FFFFFF;
	background-color: #333399;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
}
.custbasicinfodata {
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
	padding:7px;
}

#shopcart #shippingname { font-size: 11px; font-weight:normal; }

/* ------------ End Shopping Cart Order Checkout Pages --------------*/



/* Temp styles for showing table structure -----*/
/*
table { border: 1px solid red; margin: 3px; }
td { border: 1px dotted purple; padding: 2px; }
*/
/* ----------- End Temp Style ------------------*/
