/* clearsite.css
new styles specific to the ClearSite / ConnectsUs website */

#iemac {
	display: none;
	font-weight: bold;
	color: Red;
	background-color: #ffffcc;
	font-size: 11px;
}
/*\*//*/
  #iemac {
  	display: block;
  }
/**/
body {
	background: #a5a5a5 url(../images/cs_body.gif) repeat-y top left; 
	font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin: 0px; 
	padding: 0px; 
}
body.bodyblank {
	background: #ffffff; 
	font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin: 20px;
	padding: 0px; 
}
.bodybackground {
	background-color: #a5a5a5;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
#outertop {
	background: White url(../images/cs_div.outer.gif) no-repeat top right; 
	background-attachment: inherit; 
	width: 1000px; 
	margin: 40px 0px 6px 0px; 
	padding-bottom: 0px;
	height: 132px;
}
#outer {
	background: White; 
	width: 1000px; 
	position:relative;
}

#whichProductIsRight {
	padding-top:12px;
	padding-bottom:12px;
	background: #FFFFFF;
	position:absolute;
	left:423px;
	top:350px;
}

#cu_logo {
	display: block; 
	position: absolute; 
	top: 79px;
	left: 763px;
	border-left: 1px dashed #bdbdbd; 
	padding-left: 33px; 
	padding-bottom: 35px; 
	padding-top: 10px; 
}

#cu_logo_only {
	display: block; 
	position: absolute; 
	top: 95px;
	left: 260px;
}

#cs_logo {
	position: absolute;
	display: block; 
	width: 234px; 
	height: 110px; 
	top: 47px; 
	left: 10px; 
}
ul#mainnav {
	position: absolute; 
	top: 140px;
	left: 114px;
	vertical-align: baseline;
	white-space: nowrap; 
	padding: 0px; 
	color: #595959;
	list-style-type: none;
	z-index: 1000;
}
* html ul#mainnav {
	top: 150px;
	left: 58px;
	padding: 0px;
}
ul#mainnav li {
	display: block;
	position: relative;
	float: left;
	margin-left: 15px; 
	margin-right: 15px; 
	text-transform: uppercase; 
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
	padding-bottom: 0px;
	cursor: default;
}
ul#mainnav li a {
	color: #595959;
}

ul#mainnav li ul {
	display: none;
	margin: 0px;
	margin-top: 1px;
	position: absolute;
	top: 15px;
	left: 0px;
	padding: 5px 0px 5px 0px;
	text-indent: 0px;
	list-style-type: none;
	background-color: #e7e7e7;
	border: 1px solid #b5b5b5;
}
ul#mainnav li:hover ul, ul#mainnav li.hover ul {
	display: block;
}
* html ul#mainnav ul {
	padding-bottom: 10px;
}
ul#mainnav ul li {
	display: block;
	float: none;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
* html ul#mainnav ul li {
	margin-bottom: -20px;
}
ul#mainnav ul li a {
	display: block;
	color: #000000;
	white-space: nowrap;
	padding: 4px 11px 4px 11px;
}
ul#mainnav ul li a:hover {
	background-color: #ffffff;
	color: #ff4200;
	text-decoration: none;
}

td#siblingmenu a.siblingmenu, a.siblingmenu_selected {
	font-weight:bold;
	font-size:11px;
}
td#siblingmenu a.siblingmenu {
	color:#ff4200;
}
td#siblingmenu a.siblingmenu_selected {
	color:#595959;
}


span._selected {
	color: #ff4200;
}
ul#tabs {
	position: absolute; 
	list-style-type: none; 
	top: 6px; 
	/*left: 500px; - if USA tab is used*/
	left: 603px;
}
* html ul#tabs {
	top: 17px;
	/* left: 496px;  - if USA tab is used*/
	left:611px;
}
ul#tabs li.active {
	display: block; 
	float: left; 
	background: #ffffff url(../images/cs_li.tabactive.gif) no-repeat top right; 
	text-align: center; 
	width: 115px; 
	margin-left: 3px; 
	margin-right: 3px; 
	padding: 3px 9px 6px 3px;
}
li.inactive a#canada {
	font-weight: bold; 
	background: url(../images/li.inactive.a.canada.gif) no-repeat left; 
	padding-left: 15px; 
	color: #000000;
}
li.active a#canada {
	font-weight: bold; 
	background: url(../images/li.active.a.canada.gif) no-repeat left; 
	padding-left: 15px; 
	color: #ff4200;
}
ul#tabs li.inactive {
	display: block; 
	float: left; 
	background: #d6d6d6 url(../images/cs_li.tabinactive.gif) no-repeat top right; 
	text-align: center; 
	width: 85px; 
	margin-left: 3px; 
	margin-right: 3px; 
	padding: 3px 9px 3px 3px;
}
li.inactive a#usa {
	font-weight: bold; 
	background: url(../images/li.inactive.a.usa.gif) no-repeat left; 
	padding-left: 15px; 
	color: #000000;
}
li.active a#usa {
	font-weight: bold; 

	background: url(../images/li.active.a.usa.gif) no-repeat left; 
	padding-left: 15px; 
	color: #ff4200;
}
li.notab {
	display: block; 
	float: left; 
	text-transform: uppercase; 
	font-size: 9px; 
	padding-left: 8px; 
	padding-right: 8px; 
	border-right: 1px solid #ffffff; 
	margin-top: 4px;
}
li.notab_end {
	display: block; 
	float: left; 
	text-transform: uppercase; 
	font-size: 9px; 
	padding-left: 8px; 
	margin-top: 4px;
}
.notab a, .notab_end a {
	color: #ffffff;
}
div#heading {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom: 1px dashed #b5b5b5;
}
* html div#heading {
	margin-top:0px;
	padding-bottom:10px;
	border-bottom: 1px dashed #b5b5b5;
}
div#heading_alt {
	border-bottom: 1px dashed #b5b5b5;
}
* html div#heading_alt {
	border-bottom: 1px dashed #b5b5b5;
}

div#footing {
	border-top: 1px dashed #b5b5b5;
	padding-left:175px;
	padding-top:10px;
	margin-right:20px;
}

#footingpic {

	position: absolute;
	bottom: 3px;
	left: 37px;
	z-index: 200;

}
#footing30day {
	position: absolute;
	bottom: 22px;
	left: 215px;
	z-index: 200;
}	
div#heading h1, div#heading_alt h1 {
	color: #595959; 
	font-size: 22px; 
	font-weight: normal; 
	text-align: center; 
	margin: 0px; 
	padding: 0px;
}
td#leftcol {
	background: #a6a6a6 url(../images/cs_div.sidebar.gif) repeat-x top left; 
	padding-right: 10px;
}
td#leftcol_nobg {
	padding-right: 10px;
}
td#midcol {
	border-right: 1px dashed #b5b5b5;
}
div#rightcol {
	background: url(../images/quickstart_banner.jpg) no-repeat top right; 
	margin-top: 10px;
	margin-right: 15px;
	position:relative;
}	
#rightcolGetItNow {
	position:absolute; 
	bottom: 17px; 
	right: 40px;
}
* html #rightcolGetItNow {
	position:absolute; 
	bottom: 30px; 
	right: 55px;
}
.leftcolsection {
	margin-left:10px;
	margin-right:2px;
	border-top: 1px dashed #b5b5b5;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
}
.leftcolsection_noborder {
	margin-left:10px;
	margin-right:2px;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
}
.littleGuyPos1 {
	position:absolute; 
	bottom:-14px; 
	right:-32px; 
	z-index:1000;
}
* html .littleGuyPos1 {
	position:absolute; 
	left:172px; 
	top:100px; 
	z-index:1000;
}
.littleGuyPos2 {
	position:absolute; 
	bottom:-14px; 
	right:-30px; 
	z-index:1000;
}
* html .littleGuyPos2 {
	position:absolute; 
	left:132px; 
	top:27px; 
	z-index:1000;
}
.littleGuyPos3 {
	position:absolute; 
	bottom:-14px; 
	right:-32px; 
	z-index:1000;
}
* html .littleGuyPos3 {
	position:absolute; 
	left:172px; 
	top:120px; 
	z-index:1000;
}
.littleGuyPos4 {
	position:absolute; 
	left:170px; 
	top:-16px; 
	z-index:1000;
}
* html .littleGuyPos4 {
	position:absolute; 
	left:160px; 
	top:-15px; 
	z-index:1000;
}
.littleGuyPos5 {
	position:absolute; 
	left:172px; 
	top:-14px; 
	z-index:1000;
}
* html .littleGuyPos5 {
	position:absolute; 
	left:0px; 
	top:-13px; 
	z-index:1000;
}
.littleGuyPos6 {
	position:absolute; 
	bottom:-14px; 
	right:-30px; 
	z-index:1000;
}
* html .littleGuyPos6 {
	position:absolute; 
	left:160px; 
	top:48px; 
	z-index:1000;
}
.previewEmployeeManualTemplate {
	padding-bottom:11px;
}
* html .previewEmployeeManualTemplate {
	padding-bottom:8px;
}
div#inner {
	background: url(../images/cs_div.sidebar.gif) no-repeat top left; 
	margin: 16px 20px 6px 6px; 
	border-top: 1px dashed #b5b5b5;
}
div#innerindex {
	margin: 16px 20px 6px 6px; 
	border-top: 1px dashed #b5b5b5;
}
div#content {
	padding-top: 6px; 
	padding-left: 202px; 
	margin-top: 10px;
}
div#contentindex {
	padding-top: 6px; 
	padding-left: 20px; 
	margin-top: 10px;
}
img#company-documents {
	position: relative; 
	float: right; 
	margin-top: -54px;
}
div#leftcontent {
	position: relative; 
	float: left; 
	left: -192px; 
	margin-right: -192px;  
	width: 165px; 
	text-align: center;
}
a#topleft {
	display: block; 
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px dashed #a5a5a5;
	margin-bottom: 6px;
}
img#demo, img#guarantee {
	margin-top: 12px;
}

.productinfoheader {
	border-bottom: 1px dashed #bdbdbd; 
	padding-left:10px;
	height: 157px;
	overflow: hidden;
	position:relative;
}
.pagecmstext {
	padding-left:10px;
	padding-top:15px;
	color: #595959; 
	list-style-image: url(../images/cs_.content_li.gif);
	position:relative;
}
#maincontent, #maincontent_store, .maincontent, .storeDesc, #maincontent div.pagecmstext, #maincontent div.pagecmstext span {
	/* this defines the "main" text font for the content area! */
	color: #595959; 
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#maincontent table.contentTable {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
#maincontent table.contentTable tr td {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 4px;
}
#maincontent table tr td {
	font-size : 12px;
}
#maincontent table tr td.formlabel {
	font-size : 11px;
}
#maincontent div.cmstextsmall {
	font-size: 11px;
	color: #6c6c6c;
}
#maincontent_store div.cmstextsmall {
	font-size: 11px;
}
#maincontent {
	padding-left: 17px;
	margin-bottom:135px;
}
#maincontent_store {
	padding-left: 17px;
	margin-bottom:135px;
}
#maincontent h1,h2, .maincontentH1, .maincontentH2 {
	font-size: 18px; 
	line-height: 21px;
	margin-top: 25px;
	margin-bottom:15px;
	font-weight: bold;
}	
#maincontent h1, .maincontentH1 {
	color: #ff4200;
}
#maincontent h2, .maincontentH2 {
	color: #000000;
}
#maincontent h3,h4, .maincontentH3, .maincontentH4 {
	font-size: 16px; 
	line-height: 19px;
	margin-top: 25px;
	margin-bottom:15px;
	font-weight: bold;
}	
#maincontent h3, .maincontentH3 {
	color: #ff4200;
}
#maincontent h4, .maincontentH4 {
	color: #000000;
}
#maincontent h5,h6, .maincontentH5, .maincontentH6 {
	font-size: 14px; 
	line-height: 17px;
	margin-top: 25px;
	margin-bottom:15px;
	font-weight: bold;
}	
#maincontent h5, .maincontentH5 {
	color: #000000;
}
#maincontent h6, .maincontentH6 {
	color: #ff4200;
}

.maincontentH7 {
	font-size: 13px; 
	line-height: 16px;
	margin-top: 25px;
	margin-bottom:15px;
	font-weight: bold;
	color: #ff4200;
}	

#maincontent h2.redgradient {
	background-image: url(../images/redgradiant.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	height: 29px; 
	padding: 5px 0px 3px 5px; 
	text-transform: uppercase; 
	color: #ffffff; 
	margin-bottom: 10px;
}

#maincontent table.formerrortext {
	border: 1px solid #ff0000;
}
#maincontent table.formerrortext tr td {
	font-size: 14px;
	color: #ff0000;
	padding: 2px;
}

#maincontent table.formerrortext tr td a {
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}

#maincontent div.carterrortext {
	font-size: 14px;
	color: #ff0000;
}

#maincontent div.carterrortext a {
	font-size: 14px;
	color: #ff0000;
	text-decoration:underline;
}

#maincontent a {
	color: #ff4200;
}

#maincontent div.leftmenuitem a {
	color: #595959;
}

#maincontent_store a {
	color: #ff4200;
	text-decoration:none;
}
#maincontent_store a:hover {
	color: #ff4200;
	text-decoration:underline;
}

#maincontent p {
	color: #595959; 
	margin-bottom: 10px;
}

#maincontent p a {
	color: #ff4200;
}
#maincontent p a.blacklink {
	color: #000000;
	
}
#maincontent p a.blacklink:hover  {
	color: #000000;
	text-decoration: underline;
}
#maincontent p a.graylink, li a.graylink {
	color: #595959;
	
}
#maincontent p a.graylink:hover {
	color: #000000;
	text-decoration: underline;
}

#maincontent .pricesBigger {
	color: #6c6c6c;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

#maincontent .pricesBiggerHighlight {
	color: #ff4200;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

#maincontent .pricesSmaller {
	color: #6c6c6c;
	font-weight: bold;
	font-size: 13px;
}


#maincontent ul {
	color: #595959; 
	list-style-image: url(../images/cs_.content_li.gif);
}
#maincontent ul li ul {
	color: #595959; 
	list-style-image: url(../images/cs_.content_li2.gif);
}
#maincontent ol li ul {
	color: #595959; 
	list-style-image: url(../images/cs_.content_li2.gif);
}

#maincontent ul li {
	margin-top: 0px;
	margin-bottom: 12px;
}
#maincontent ul li ul li {
	margin-top: 0px;
	margin-bottom: 9px;
}


#maincontent ul.homepageUL li {
	margin-top:0px;
	margin-bottom:0px;
	list-style-image: url(../images/cs_.content_li3.gif);
}

#maincontent table tr td span.prodlinkone {
	font-weight: bold; 
	font-size: 14px; 
	color: #666666;
}
#maincontent table tr td span.prodlinktwo {
	font-weight: bold; 
	font-size: 14px; 
	color: #ff4200;
}
#maincontent table tr td span.prodlinklargeone {
	font-weight: bold; 
	font-size: 18px; 
	color: #666666;
}
#maincontent table tr td span.prodlinklargetwo {
	font-weight: bold; 
	font-size: 18px; 
	color: #ff4200;
}/*note: next three are also in default.css (without the #maincontent), may need to be changed in both places! */
#maincontent a.formbutton, a.formbutton:visited, a.formbutton:hover {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #999999;
	text-align : center;
	text-decoration: none;
}

span.storeDesc ul {
	margin-top:0px;
	margin-bottom:0px;
	color: #595959; 
	list-style-image: url(../images/cs_.content_li.gif);
}
span.storeDesc ul li ul {
	color: #595959; 
	list-style-image: url(../images/cs_.content_li2.gif);
}
span.storeDesc ol li ul {
	color: #595959; 
	list-style-image: url(../images/cs_.content_li2.gif);
}
span.storeDesc a {
	color: #ff4200;
}

.menu_top {
	text-transform: uppercase; 
	font-size: 10px; 
	color: #595959;
	font-weight: bold;
	margin-left: 11px;
	margin-right: 11px;
}

a.menu_top {
	font-size: 10px; 
}
	
form.normal fieldset {
	border: none;
	border-bottom: 1px dashed #b5b5b5;
	padding: 20px 0px 20px 0px;
}
.leftmenuFocus {
	color: ff4200;
}
.leftmenuitem, .leftmenuitem_hilight {
	text-align: left;
	font-size: 10px; 
	font-weight: bold;
	color: #595959;
	margin-left: 1px;
	margin-bottom: 12px; 
}
.leftmenuitem a {
	text-transform: uppercase; 
	font-size: 10px; 
	color: #595959;
}
.leftmenuitem_hilight a {
	font-size: 11px; 
	color: #ff4200;
}
ul.mainnav {
	text-align: left;
	text-transform: uppercase; 
	font-size: 9px; 
	text-indent: 0px; 
	list-style-type: none; 
	margin-left: 1px;
	margin-bottom: 8px; 
}
ul.mainnav li {
	margin-top:0px;
	margin-bottom: 9px;
	color: #595959;
}
ul.mainnav li a._selected {
	color: #fe4400;
}
ul.mainnav li.normal a {
	color: #636363;
}
li.focus {
	padding-top: 12px; 
	padding-bottom: 6px; 
	text-transform: uppercase; 
	margin-top: 6px; 
	border-top: 1px dashed #b5b5b5;
	list-style-type: none;
}
li.focus a {
	display: block; 
	width: 145px; 
	color: #ff4200; 
	background: url(../images/cs_a.newsgroup.gif) no-repeat center right; 
	padding-right: 23px;
}
div#bottomnav {
	border-bottom: 1px solid #595959; 
	border-top: 1px dashed #595959; 
	padding: 6px;
	clear: left;
}
* html div#bottomnav {
	margin-bottom: 6px;
}
div#bottomnav a {
	color: #595959;
}
div#testimonials_full {
	background: url(../images/cs_div.testimonials.gif) no-repeat right;
	height: 120px;
	margin-top: 10px;
	border-top: 1px solid #000000; 
	position:absolute;
	bottom: 0px;
	right: 15px;
	width: 786px;
}

div#testimonials_full blockquote {
	color: #333333; 
	font-size: 11px;
	line-height: 15px;
	width: 400px; 
	float: right; 
	margin-right: 10px;
	margin-top:5px;
}
div#testimonials_full blockquote cite {
	display: block;
	padding-left: 70px; 
	text-transform: uppercase; 
	font-weight: bold;
	font-style: normal;
	font-size: 9px; 
}

div#testimonials {
	background: url(../images/cs_div.testimonials.gif) repeat-y right; 
	margin-left: 220px; 
	height: 107px; 
	margin-top: 0px;
}
div#testimonials blockquote {
	padding-top: 10px; 
	color: #595959; 
	padding-left: 200px;
	font-size: 11px;
	line-height: 15px;
	width: 450px;
}
div#testimonials blockquote cite {
	display: block;
	padding-left: 70px; 
	font-size: 9px; 
	text-transform: uppercase; 
	font-weight: bold;
	font-style: normal;
}

div#footer {
	padding: 3px; 
	font-size: 7pt; 
	background-color: #595959; 
	border-top: 4px solid #a6a6a6; 
	color: #ffffff;
}
div#copyright {
	position: relative; 
	float: right; 
	margin-right: 3px;
}
ul#footermenu {
	display: inline; 
	list-style-type: none; 
	text-transform: uppercase; 
	margin: 0px; 
	padding: 0px; 
	text-indent: 0px;
}
ul#footermenu li {
	display: inline; 
	padding-left: 4px;
}
ul#footermenu li a {
	border-right: 1px solid #ffffff; 
	color: #ffffff; 
	padding-right: 8px;
}
ul#footermenu li.lastone a {
	border-right: none;
	color: #ffffff; 
	padding-right: 8px;
}
a#bottomleft {
	display: block; 
	position: relative; 
	float: left;
	margin-top: -70px; 
	margin-bottom: -70px;
	width: 93px;
	left: 20px;
}
ul.productbox {
	margin-left: -20px;
}
ul.productbox li a {
	color: #ff4200;
}
a.imagelink {
	display: block; 
	margin-top: 16px; 
	margin-bottom: 16px;
}
a.imagelink img {
	border: 0px;
}
.limitedtime {
	margin-top: 3px; 
	padding-top: 0px; 
	text-transform: uppercase;
}
strong.testim_src {
	display: block; 
	color: #000000; 
	margin: 8px 0px 8px 0px;
}

li a {
	color: #ff4200;
}

a.linkalt {
	color: #0000EE;
}

/* List of Templates */
#outertemplates {
	height: 610px;
}
#templatepopupsholder { 
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	} 
#templatelistholder { 
	float: left; 
	width: 490px; 
	} 
#templatelist { 
	font-weight: bold; 
	color: #000000; 
	} 
#templatelist li { 
	padding-bottom: .5em; 
	} 
#templatelist li span { 
	font-weight: normal; 
	color: #595959; 
	}

/*tool tips */
a.info {
    position: relative; /*this is the key*/
    color: #ff4200;
    text-decoration: none;
}
a.info em {
	font-style: normal;
}
a.info:hover em {
	font-style: normal;
	text-decoration: underline;
}
a.info_ov em {
	font-style: normal;
}
a.info span {display: none;}

#body a.info:hover span, #body a.info_ov span { /*the span will display just on :hover state*/
    position:absolute;
    display:block;
    border:1px solid #ff4200;
    background-color:#FFFFFF; 
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
    text-align: left;
	z-index: 250;
	width:250px;
	text-decoration: none;
}
a.info:hover span {
    top:10px; 
	left:150px; 
}
a.info_ov span {
	left: 350px;
	margin-top: 10px;
}
#shoppingcartdisplay a.info_ov span {
	left: 550px;
}
/* P tool tips */
/*
#maincontent p a.info {
    position:relative; 
    color:#ff4200;
    text-decoration:none;
}
#maincontent p a.info:hover{
	color: #000000;
}

#maincontent p a.info span {display: none;}

#maincontent p a.info:hover span, a.info_ov span { 
    position:absolute;
    display:block;
    border:1px solid #ff4200;
    background-color:#FFFFFF; 
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
    text-align: left;
	z-index: 250;
	width:250px;
	text-decoration: none;
	overflow:auto;
}
#maincontent p a.info:hover span {
    top:10px; left:50px; 
}
#maincontent p a.info_ov span {
	margin-top: 10px;
}
*/
tr.ruledbelow td, tr.ruledbelow th {
	border-bottom: 1px dashed #a5a5a5;
}
tr.ruledabove td, tr.ruledabove th {
	border-top: 1px dashed #a5a5a5;
}
tr.solidruledbelow td, tr.solidruledbelow th {
	border-bottom: 1px solid #a5a5a5;
}
tr.solidruledabove td, tr.solidruledabove th {
	border-top: 1px solid #a5a5a5;
}

/* cart 'basket' */
form.withtabs {
	margin-top: 20px;
}
form.withtabs fieldset {
	display: block; 
	width: 735px; 
	margin: 0px; 
	border: 1px solid #a6a6a6; 
	padding-left: 10px; 
	padding-right: 10px; 
	background-color: #f2f2f2; 
	margin-top: 40px; 
	margin-bottom: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
}
form.withtabs fieldset p {
	font-size: 11px; 
}
form.withtabs fieldset p a {
	color: ff4500; 
}
* html form.withtabs fieldset {
	width: 750px;
}
form.withtabs legend {
	padding: 0px; 
	margin: 0px;
}
form.withtabs h4 {
	border: none; 
	margin: none; 
	padding: none; 
	font-size: 12px; 
	display: block; 
	position: relative; 
	top: -39px; 
	margin-bottom: -39px; 
	text-indent: 10px; 
	padding-top: 6px; 
	background: url(../images/fieldset_label.gif) no-repeat top; 
	width: 212px; 
	height: 29px;
}
form.withtabs th {
	font-size: 9px; 
	color: #000000; 
	text-transform: uppercase; 
	font-weight: normal; 
	border-bottom: 1px solid #a5a5a5;
	padding-bottom: 6px;
}
form.withtabs td {
	font-size: 9px;
}
form.withtabs fieldset td {
	padding-top: 6px;
	padding-bottom: 6px;
}
form.withtabs fieldset p.errortext {
	font-size: 12px; 
	font-weight: bold;
}
form.withtabs a {
	color: #ff4500;
}
td.subtotals {
	text-align: right; 
	padding-right: 14px;
}
a.deletebutton {
	display: block; 
	width: 15px; 
	height: 15px; 
	text-indent: -10000px; 
	background-image: url(../images/cart_delete.gif); 
	background-repeat: no-repeat;
}
a.deletebutton:hover {
	background-image: url(../images/cart_delete_ov.gif);
}
* html a.deletebutton {
	margin-top: 3px;
}
table.smallfonts tr td, table.smallfonts tr th {
	font-size: 10px;
}
table#shoppingcartdisplay tr.dotted td {
	border-top: 1px dashed #a5a5a5;
}
table#shoppingcartdisplay tr td {
	font-size: 10px;
}
table#shoppingcartdisplay tr th {
	font-size: 10px;
	text-transform: uppercase; 
	color: #a5a5a5;
}
table#shoppingcartdisplay tr th span.smaller {
	font-size: 8px;
}
table#shoppingcartdisplay tr td a.info {
    color:#ff4200;
}
table#shoppingcartdisplay tr td a.info:hover{
	color: #000000;
}
table#invoicedisplay {
	background-color:#f2f2f2;
	border: 1px solid #a5a5a5;
}
table#invoicedisplayinner {
	background-color:#f2f2f2;
	border-top:1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
}
table#invoicedisplay tr.dotted td {
	border-top: 1px dashed #a5a5a5;
}
table#invoicedisplay tr td {
	font-size: 10px;
}
table#invoicedisplay tr th {
	font-size: 10px;
	text-transform: uppercase; 
	color: #a5a5a5;
}
table#invoicedisplay tr.forprint th {
	font-size: 10px;
	text-transform: uppercase; 
	color: #000000;
}
table#invoicedisplay tr td a.info {
    color:#ff4200;
}
table#invoicedisplay tr td a.info:hover{
	color: #000000;
}
table#invoicedisplay tr td {
	padding-top: 6px;
	padding-bottom: 6px;
}
table#invoicedisplay tr th {
	padding-top: 6px;
	padding-bottom: 6px;
}

.invoicedisplayfirst {
	padding-left:5px;
}
.invoicedisplaylast {
	padding-right:5px;
}
table#ccinfo tr th {
	font-size: 10px;
	text-transform: uppercase; 
	color: #a5a5a5;
}
table#totalstable {
	text-transform: uppercase;
}
table#totalstable tr td {
	font-size: 10px;
}

#licenseagreement {
	height:145px;
	overflow:auto;
	border:1px solid;
	padding:10px;
	
	color: #595959; 
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
#shippingAddressConfirm {
	color: #595959; 
	font-size : 15px;
}
#shippingOptions {
	color: #595959; 
	font-size : 12px;
}
/* cart 'progress bar' */
#cartprogress, #cartprogress_bg {
	height: 40px; 
	margin: 0px; 
	padding: 0px; 
	text-indent: 0px; 
	padding-bottom: 10px; 
	border-bottom: 1px dashed #a5a5a5; 
	margin-bottom: 10px;
	margin-top: 10px;
}
#cartprogress li {
	display: inline;
}
#cartprogress li em, #cartprogress li strong, #cartprogress li span {
	display: block; text-indent: -10000px; width: 183px; height: 40px; float: left; margin-right: 3px;
}
li#cart1 em {
	background: url(../images/cart1_em.gif) no-repeat;
}
li#cart1 strong {
	background: url(../images/cart1_strong.gif) no-repeat;
}
li#cart1 span {
	background: url(../images/cart1_span.gif) no-repeat;
}
li#cart2 em {
	background: url(../images/cart2_em.gif) no-repeat;
}
li#cart2 strong {
	background: url(../images/cart2_strong.gif) no-repeat;
}
li#cart2 span {
	background: url(../images/cart2_span.gif) no-repeat;
}
li#cart3 em {
	background: url(../images/cart3_em.gif) no-repeat;
}
li#cart3 strong {
	background: url(../images/cart3_strong.gif) no-repeat;
}
li#cart3 span {
	background: url(../images/cart3_span.gif) no-repeat;
}
li#cart4 em {
	background: url(../images/cart4_em.gif) no-repeat;
}
li#cart4 strong {
	background: url(../images/cart4_strong.gif) no-repeat;
}
li#cart4 span {
	background: url(../images/cart4_span.gif) no-repeat;
}
#cartprogress_bg div {
	padding-left:40px; padding-top:13px; color:#FFFFFF; font-size:12px; width: 183px; height: 27px; float: left; margin-right: 3px; 
}
* html #cartprogress_bg div {
	width: 223px; height: 40px; 
}
#cart1_bg_em {
	background: url(../images/cart1_bg_em.gif) no-repeat;
	background-color: #595959;
}
#cart1_bg_strong {
	background: url(../images/cart1_bg_strong.gif) no-repeat;
	background-color: #FF4400;
}
#cart1_bg_span {
	background: url(../images/cart1_bg_span.gif) no-repeat;
	background-color: #A6A6A6;
}
#cart2_bg_em {
	background: url(../images/cart2_bg_em.gif) no-repeat;
	background-color: #595959;
}
#cart2_bg_strong {
	background: url(../images/cart2_bg_strong.gif) no-repeat;
	background-color: #FF4400;
}
#cart2_bg_span {
	background: url(../images/cart2_bg_span.gif) no-repeat;
	background-color: #A6A6A6;
}
#cart3_bg_em {
	background: url(../images/cart3_bg_em.gif) no-repeat;
	background-color: #595959;
}
#cart3_bg_strong {
	background: url(../images/cart3_bg_strong.gif) no-repeat;
	background-color: #FF4400;
}
#cart3_bg_span {
	background: url(../images/cart3_bg_span.gif) no-repeat;
	background-color: #A6A6A6;
}

dt.formlabel {
	display: block; 
	float: left; 
	width: 128px; 
	margin: 0px; 
	padding: 0px; 
	text-indent: 0px;
	color: #595959;
	font-size:11px;
}
dd.forminput {
	display: block; 
	margin: 0px; 
	padding: 0px; 
	text-indent: 0px; 
	margin-bottom: 7px; 
	text-align: left;
}
input.text {
	background-color: #FFFFFF; 
	border: 1px solid #a5a5a5; 
	font-size: 10px; 
	width: 323px; 
	padding: 4px;
}
input.textshort {
	background-color: #FFFFFF; 
	border: 1px solid #a5a5a5; 
	font-size: 10px; 
	width: 150px; 
	padding: 2px;
}
select.textshort {
	background-color: #FFFFFF; 
	font-size: 10px; 
}
input.phone {
	background-color: #FFFFFF; 
	border: 1px solid #a5a5a5; 
	font-size: 10px; 
	width: 100px; 
	padding: 4px;
}
input.ext {
	background-color: #FFFFFF; 
	border: 1px solid #a5a5a5; 
	font-size: 10px; 
	width: 50px; 
	padding: 4px;
}
input.img {
	margin-bottom: -8px;
	margin-top:5px;
}

select.csselect {
	background-color: #FFFFFF; 
	border: 1px solid #a5a5a5; 
	font-size: 10px; 
	width: 225px; 
	padding: 4px;
}
select.csselectshort {
	background-color: #FFFFFF; 
	border: 1px solid #a5a5a5; 
	font-size: 10px; 
	width: 75px; 
	padding: 4px;
}
textarea.cstextarea {
	background-color: #FFFFFF; 
	border: 1px solid #a5a5a5; 
	font-size: 10px; 
	width: 323px; 
	padding: 4px;
}

.storeHeading {
	font-size:13px;
	font-weight:bold;
	color: #000000;
}
.storeHeadingLarge {
	font-size:16px;
	font-weight:bold;
	color: #000000;
}
.tableInvalid {
	color: #CC0000;
}
/* End ConnectsUS CSS */

