@charset "utf-8";
/* CSS Document */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .safari { margin-top: 30px; margin-bottom: 30px; }
	
}
.safarileft {margin-left: 155px; margin-right: 30px; margin-top: 5px; display:block;}
#cart {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#cart input, #cart 
area, #cart select {
	border: solid 1px #999999;
	background-image: url( '/cstore/images/textBG.gif' );
	background-repeat: repeat-x;
	background-position: top;
	}

#cart fieldset {
	background-image: url(/cstore/images/fieldsetBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 890px;
	padding: 1em;
	background-color: #e2edf7;
	}
* html #cart fieldset {
	width: 920px;
	}
#cart fieldset p {
	width: 510px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
}
#cart fieldset p.half {
	width: 240px;
	}
* html #cart fieldset p.half {
	width: 450px;
	}
#cart label {
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 140px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	margin-top: -5px;
	}
.noAsterisk {
	padding: 10px 0 5px 16px;
	margin: 0;
	margin-rigth: -25px;
	}
#cart legend {
	color: #005DAB;
	padding: 3;
	font-size: 1.7em;
	margin: 5;
	background: #FFF;
	}
#cart h2 {
	color: #005DAB;
	font-size: 1.3em;
	margin-bottom: 5px;
	}
#cart a {
	color: #024075;
	}
#cart a:visited {
	color: #330099;
	}
#cart .left {
	float: left;
	margin-top: .75em;
}
.clearer {
	clear: both;
	height: 1px;
}
.checkoutContinue {
	width: 400px;
	margin-left: 270px;
	margin-top: 15px;
	}
 
* html .clearer {
	margin-bottom: -15px;
}
.textCenter {
	text-align:center;
	}
#cartContents {
	clear: both;
	margin-top: -10px;
	font-size: 12px;
	}
*html #cartContents td {
	padding-right: 6px;
	}
#cartContents td {
	padding-right: 10px;
	border-bottom: 1px solid #63a1d5;
	}
#cartContents th {
	background-color: #63a1d5;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 1.1em;
	padding: 5px 0 5px 0;
	}
.leftCorner {
	background-color: #63a1d5;
	background-image: url(/cstore/images/leftCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
.rightCorner {
	background-color: #63a1d5;
	background-image: url(/cstore/images/rightCorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
.item {
	background-color: #FFFFFF;
	background-image: url(/cstore/images/itemBG.gif);
	background-repeat: repeat-x;
	padding: 5px;
	height: 104px;
	background-position: left bottom;
}
.prodImage {
	width: 76px;
	height: 75px;
	background-image: url(/cstore/images/prodImageBG.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-left: 1px solid #63a1d5;
	}
.smallLink {
	font-size: .8em;
	font-weight:bold;
	}
.price {
	font-size: 1.5em;
	color: #63a1d5;
	font-weight:bold;
	}
.priceBlack {
	font-size: 1.1em;
	color: #000;
	font-weight:bold;
	}
.total {
	font-size: 1.5em;
	color: #065da5;
	font-weight: bold;
	border-right: 1px solid #63a1d5;
	}
.total2 {
	font-size: 18px;
	color: #065da5;
	font-weight: bold;
	}
#cartTotals {
	clear: both;
	margin: 10px 0 10px 0;
	}
#promo {
	float: left;
	width: 440px;
	color: #333333;
	}
#totals {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-right: 30px;
}
#totals2 {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-right: 55px;
}
* html #totals2 {
	margin-right: 25px;
	}
.smallText {
	font-size: .8em;
	}
.largeText {
	font-size: 1.8em;
	}
.priceRed {
	font-size: 1.5em;
	color: #cc0000;
	font-weight:bold;
	}
.checkoutSM {
	display:block;
	width: 84px;
	height: 21px;
	background: url("/cstore/images/checkout_sm.gif") 0 0 no-repeat;
	margin-top: -21px;
	margin-left: 80px;
	}
.checkoutSM:hover { 
	background-position: 0 -21px;
	}
.checkoutLG {
	display:block;
	width: 166px;
	height: 55px;
	background: url("/cstore/images/securecheckout_lg.gif") 0 0 no-repeat;
	}
.checkoutLG:hover, .checkoutLG:active { 
	width: 166px;
	height: 55px;
	background-position: 0 -55px;
	}
.placeOrder {
	display:block;
	height: 42px;
	background: url("/cstore/images/placeorder_lg.gif") 0 0 no-repeat;
	width: 191px;
	}
.placeOrder:hover { 
	background-position: 0 -42px;
	}
.placeOrder:active {
	width: 191px;
	}
.continueLG {
	display:block;
	width: 166px;
	height: 42px;
	background: url("/cstore/images/continueLG.gif") 0 0 no-repeat;
	margin-left: 117px;
	}
.continueLG:hover { 
	background-position: 0 -42px;
	}
.continueLG2 {
	display:block;
	height: 42px;
	width: 166px;
	background: url("/cstore/images/continueLG.gif") 0 0 no-repeat;
	position:relative;
	left: 390px;
	top: -30px;
	}
.continueLG2:hover { 
	background-position: 0 -42px;
	}
.confirmorderLG {
	display:block;
	width: 327px;
	height: 42px;
	background: url(/cstore/images/confirmorderBtn.gif) 0 0 no-repeat;
	}
.confirmorderLG:hover, .confirmorderLG:active { 
	width: 327px;
	height: 42px;
	background-position: 0 -42px;
	}
.emptyCart {
	display:block;
	width: 74px;
	height: 21px;
	background: url("/cstore/images/emptycart.gif") 0 0 no-repeat;
	margin-top: 3px;
	}
.emptyCart:hover { 
	background-position: 0 -21px;
	}
.createBilling {
	display:block;
	height: 21px;
	background: url("/cstore/images/createbillingprofile.gif") 0 0 no-repeat;
	margin: 3px 0;
	}
.createBilling:hover { 
	background-position: 0 -21px;
	}
.createShipping {
	display:block;
	height: 21px;
	background: url("/cstore/images/createshippingprofile.gif") 0 0 no-repeat;
	margin: 3px 0;
	}
.createShiping:hover { 
	background-position: 0 -21px;
	}
.edit {
	display:block;
	height: 21px;
	background: url("/cstore/images/edit.gif") 0 0 no-repeat;
	margin-left: 180px;
	margin-top: -24px;
	}
.edit:hover { 
	background-position: 0 -21px;
	}
.apply {
	display:block;
	height: 21px;
	background: url("/cstore/images/apply.gif") 0 0 no-repeat;
	}
.apply:hover { 
	background-position: 0 -21px;
	}
.continueShopping{
	display:block;
	height: 21px;
	background: url("/cstore/images/continueShopping.gif") 0 0 no-repeat;	
	margin-top: 5px;
	width: 124px;
	}
.continueShopping:hover { 
	background-position: 0 -21px;
	}
.continueShopping:active { 
	width: 124px;
	}
.continueShopping2{
	display:block;
	height: 21px;
	background: url("/cstore/images/continueShopping.gif") 0 0 no-repeat;	
	margin-top: 5px;
	margin-left: 400px;
	}
.continueShopping2:hover { 
	background-position: 0 -21px;
	}
#cartInfo {
	margin-bottom: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight:bold;
	}
.asteriskRed {
	font-size: 1.8em;
	color: #cc0000;
	padding: 0px 2px;
	font-weight:bold;
	position:relative;
	top: 7px;
	}
#checkoutsignIn {
	background-color: #d2e5f4;
	background-image: url(/cstore/images/signin.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 10px 5px 8px 35px;
	font-size: .97em;
	}
* html #checkoutsignIn {
	width: 930px;
	}
#progress {
	background-color: #f1f1f1;
	border: solid 1px #dfdfdf;
	margin-top: 5px;
	width: 932px;
	height:27px;
	margin-bottom: -10px;
	vertical-align:middle;
	}
#call {
	width: 930px;
	text-align:right;
	vertical-align:middle;
	}
#billing {
	background-image: url(/cstore/images/progress_billing_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 308px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#billingOn {
	background-color: #b3c6d5;
	background-image: url(/cstore/images/progress_billing.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 308px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#confirm {
	background-image: url(/cstore/images/progress_confirm_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 308px;
	height: 27px;
	display:block;
	float: left;
	}
#confirmOn {
	background-color: #b3c6d5;
	background-image: url(/cstore/images/progress_confirm.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 308px;
	height: 27px;
	display:block;
	float: left;
	}
#review {
	background-image: url(/cstore/images/progress_review_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 310px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#reviewOn {
	background-color: #b3c6d5;
	background-image: url(/cstore/images/progress_review.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 310px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#register {
	background-color: #f1f1f1;
	border: solid 1px #dfdfdf;
	margin-top: 5px;
	width: 932px;
	height:27px;
	margin-bottom: -10px;
	vertical-align:middle;
	}
#profile {
	background-image: url(/images/member/register_profile.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 235px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#profileOn {
	background-color: #b3c6d5;
	background-image: url(/images/member/register_profileON.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 235px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#enterSN {
	background-image: url(/images/member/register_entersn.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:235px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#enterSNOn {
	background-color: #b3c6d5;
	background-image: url(/images/member/register_entersnON.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 235px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#connection {
	background-image: url(/images/member/register_connectionsettings.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-right:solid 1px #dfdfdf;
	width: 245px;
	height: 27px;
	display:block;
	float: left;
	}
#connectionOn {
	background-color: #b3c6d5;
	background-image: url(/images/member/register_connectionsettingsON.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 245px;
	border-right:solid 1px #dfdfdf;
	height: 27px;
	display:block;
	float: left;
	}
#activate {
	background-image: url(/images/member/register_activate.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 211px;
	height: 27px;
	display:block;
	float: left;
	}
#activateOn {
	background-color: #b3c6d5;
	background-image: url(/images/member/register_activateON.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 211px;
	height: 27px;
	display:block;
	float: left;
	}
	
#newcreate {
	background-image: url(/images/member/registernewmemb_create.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 191px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#newcreateOn {
	background-color: #b3c6d5;
	background-image: url(/images/member/registernewmemb_createON.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 191px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#newprofile {
	background-image: url(/images/member/registernewmemb_profile.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 174px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#newprofileOn {
	background-color: #b3c6d5;
	background-image: url(/images/member/registernewmemb_profileON.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 174px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#newenterSN {
	background-image: url(/images/member/registernewmemb_entersn.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 174px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#newenterSNOn {
	background-color: #b3c6d5;
	background-image: url(/images/member/registernewmemb_entersnON.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 174px;
	height: 27px;
	border-right:solid 1px #dfdfdf;
	display:block;
	float: left;
	}
#newconnection {
	background-image: url(/images/member/registernewmemb_connectionsettings.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 214px;
	height: 27px;
	display:block;
	border-right:solid 1px #dfdfdf;
	float: left;
	}
#newconnectionOn {
	background-color: #b3c6d5;
	background-image: url(/images/member/registernewmemb_connectionsettingsON.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 214px;
	height: 27px;
	display:block;
	float: left;
	}
#newactivate {
	background-image: url(/images/member/registernewmemb_activate.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 174px;
	height: 27px;
	display:block;
	float: left;
	}
#newactivateOn {
	background-color: #b3c6d5;
	background-image: url(/images/member/registernewmemb_activateON.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 174px;
	height: 27px;
	display:block;
	float: left;
	}
	
.ship {
	display:block;
	font-size: 12px;
	width: 184px;
	height: 25px;
	background: url("/cstore/images/btn_ship.gif") 0 0 no-repeat;
	}
.ship:hover { 
	background-position: 0 -25px;
	}
.ship:active {
	background-position: 0 -50px;
	}
.ship:visited {
	background-position: 0 -50px;
	}
.info {
	font-size: 12px;
	height: 170px;
	margin-bottom: -6px;
	}
.info strong {
	font-size: 1.4em;
	}
#cart .inputError {
    border: solid 1px #CC0000; !important 
}
#cart .errorLabel {
	color: #CC0000;
	}
.error {
	background-image: url(/common/images/errorBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 1em;
	width: 900px;
	background-color: #FF;
	border: #cc0000 2px solid;
	color: #cc0000;
	font-weight:bold;
	vertical-align: middle;
	margin-top: 5px;
	}
* html .error {
	width: 930px;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
.overlap1 {
	margin-top: -14px;
}
.overlap2 {
	margin-top: 8px;
}
.overlap3 {
	margin-top:15px;
	display:block;
}
#cart fieldset {
	padding-bottom: 30px;
	}

}
#agree
{
	color: #333333;
	background-color: #a7cbdb;
	text-align: center;
	padding: 10px;
	width: 95%;
}
.radioCheck {
	border:none;
	background:none;
	}
#ajaxQuestions {
	float: right;
	width: 375px;
	height: auto;
	position: relative;
	top: -70px;
	}
#ajaxQuestions input {
	background:none;
	border:none;
	}
#a_quest_box  {
	padding: 1em;
	background: #FFF;
	border: #999 1px solid;
	display:block;
	height: auto;
	}
.surveyquestions {
	display: inline;
	}
.a_surv_q {
	clear:both;
	display:block;
	}
.survey_dyn_question {
	display:block;
	padding-bottom: 10px;
	}
.phone_results {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	}
.phone_results table {
	font-size: 12px;
	}
.phone_results input {
	background:none;
	border:none;
	}
#textBOX {
	width: 900px;
	}
#textBOX h1 {
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	}
.planSelection b {
	font-size: 120%;
	color: #CC0000;
	}

.back {
	display:block;
	width: 49px;
	height: 21px;
	background: url("/cstore/images/back.gif") 0 0 no-repeat;
	margin: 3px 0;
	}
.back:hover { 
	background-position: 0 -21px;
	}
.extendLG {
	display:block;
	width: 256px;
	height: 42px;
	background: url("/images/member/extendPP_lg.gif") 0 0 no-repeat;
	margin: 3px 5px;
	}
.extendLG:hover { 
	background-position: 0 -42px;
	}
.extendLG:active {
	width: 256px;
	}
.addCart {
	display:block;
	width: 183px;
	height: 42px;
	background: url("/images/member/regAddCart.gif") 0 0 no-repeat;
	margin: 3px 5px;
	}
.addCart:hover { 
	background-position: 0 -42px;
	}
.addCart:active { 
	width: 183px;
	}
	
.subhd_blue {
color:#005DAB;
font-size:1.7em;
margin:5px;
padding:3px;
}
.phonetext {
	width: 500px;
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.footer_legal {
	font-size: 11px;
	color: #666666;
	white-space:nowrap;
	display: block;
	}
#calculateShip {
	background:#dadcdf;
	border: solid 1px #7fb4c9;
	padding: 7px;
	margin-right: 5px;
	width: 146px;
	float: right;
	}
* html #calculateShip {
	width: 162px;
	}
/*#calculateShip h1 {
	font-size: 1.12em;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-top: -7px;
	margin-left: -7px;
	margin-right: -7px;
	padding: 4px;
	text-align:center;
	background: #aeb0b2;
}*/
#calculateShip .submit {
	width: 60px;
	margin-left: 3px;
	}
#shipping_div {
	margin-top: 5px;
	border-top: solid 1px #aeb0b2;
	padding-top: 5px;
	}
#shipping_div input {
	border: none;
	background:none;
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 4px;
	}
#shipping_div label {
	padding: 0 0;
	margin: 0 0;
	width: 100px;
	}
.shippingPrice {
	padding: 3px;
	clear: both;
	}
.location {
	padding-bottom: 5px;
	}
	
#recycledbox {
	width:144px;
	height:65px;
	background:url(/cstore/images/icon_recycledbox.png) no-repeat 102px 30px;
}


#recycledbox h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4c8523;
	padding:0;
	margin:5px 0;
}