@charset "UTF-8";
/* CSS Document */



#content .planGrid{ /*controls table grid for plans*/
	width: 845px;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
}

#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;
}
