@charset "UTF-8";




  					
/* CSS Document */

#content {
	padding: 0px 0px 0px 7px;
	width: 742px !important;
	width: 750px;
	margin: 0px;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
	}

#content .planGrid{ /*controls table grid for plans*/
	width: 845px;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
}
#content h1 {
	font-size: 1.1em;
	padding: 10px 0 0 0px;
}


#content .planGrid tr th {
	text-align:center;
	height: 25px;
	font-size:12px;
	line-height: 25px;
	border: 1px solid #a0a0a0;
	background-image: url(/img/_cart/th_bg.gif);
	background-repeat: repeat-x;	/*border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right: 1px solid #A0A0A0;*/	
}


#content .planGrid tr td {
	font-size:12px;
	line-height: 14px;
	background-color:#FAFAFA;
	border: 1px solid #a0a0a0;
	padding:3px;
}


#content .planGrid tr .leftBorder {
/*border-left: 1px solid #A0A0A0;	*/
}
#content .planGrid tr td {
	padding-top:8px;
	padding-bottom:8px;
}



#content .planGrid tr .rightBorder {
border-right: 1px solid #A0A0A0;	
}


#content .planGrid tr td .addToCart {
	background-image: url(/img/_cart/but_cart_green.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 75px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #052a94;
}

/*----- VERTICAL CART   --------------------------------------------------------------------*/

#content .greyBox, #content .orangeBox {
	background-image: url(/retail/images/box_top_narrow.gif);
	background-repeat: no-repeat;
	width:179px;
	height:278px;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0 6px 0 0;
	z-index: 0;
}

#content .orangeBox {
	background-image: url(/retail/images/box_top_narrow_orange.gif);
}
#content .greyBox img, #content .orangeBox img {
	margin: 1px 0 0 7px;
}




#content .greyBox .selectPlan a .butBuyNow, #content .orangeBox .selectPlan a .butBuyNow {
	margin: 10px 23px 0px 23px;
	

}


#content .greyBox .greyBoxBot, #content .orangeBox .orangeBoxBot {
	bottom: 0px !important;
	bottom: -3px;
	left: 0px;
	position: absolute;
	background-image: url(/retail/images/box_bottom_narrow.gif);
	background-repeat: no-repeat;
	height: 13px;
	
	width: 199px;	
}

#content .orangeBox .orangeBoxBot {
	background-image: url(/retail/images/box_bottom_narrow_orange.gif);
	
}


#content .greyBox ul, #content .orangeBox ul {
	margin: 0;
	padding: 0px 0px 0px 7px;
	margin: 8px 0px 0px 2px;
	background-position: 0px 4px;
}


#content .greyBox ul li, #content .orangeBox ul li {
	font-size: 9px;
	margin: 0px;
	list-style-type: none;
	background-image: url(/retail/images/bullet_square.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 3px 5px;
	margin: 0px 0px 0px 0px;
	background-position: 0px 7px;
	line-height: 1.5em;	
}


.greyBox .selectPlan, .orangeBox .selectPlan {
	position: absolute;
	bottom: 18px;
	left: 7px;
	text-align:left;
	width:164px;

	
}

.greyBox .selectPlan label, .orangeBox .selectPlan label {
	display: block;
	font-size: 9px;
}
.greyBox .selectPlan label input, .orangeBox .selectPlan label input {
	height:15px;
	width:15px;
	margin:0 3px 0 0;
	padding:0px;
	overflow:hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:block;
	float:left;
	
}



.greyBox .selectPlan select, .orangeBox .selectPlan select {
	margin-bottom: 8px;
	font-size: 9px;
	padding: 0 0 0 7px;
}


.greyBox .off25, .orangeBox .off25 {
	
	background-image: url(/retail/images/seal_25percentOff.png) !important;
	background-repeat: no-repeat;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/retail/images/seal_25percentOff.png',sizingMethod='scale');
	height: 77px;
	width: 79px;
	position: absolute;
	left: 139px;
	top: -40px;
}

hr {
	
	width: 732px;
	padding:0; 
	text-align: left;
	
	margin:10px 0px;
	}
