/* CSS Document */


/************************************/
/* Subscribe Page Styles            */
/************************************/

#packageInfo{
	overflow:hidden;
}

#trialImage{
	top:287px;
	_top:116px;
	left:474px;
	position:absolute;
	z-index:1;
}

#economyImage{
	top:303px;
	_top:132px;
	left:474px;
	position:absolute;
	z-index:1;
}

#standardImage{
	top:303px;
	_top:132px;
	left:474px;
	position:absolute;
	z-index:1;
}

#enhancedImage{
	top:303px;
	_top:132px;
	left:474px;
	position:absolute;
	z-index:1;
}


/************************************/
/* Subscribe Content Containers     */
/************************************/

#subscribeSurround {
	background-color: #ededed;
	margin-left:25px; 
	padding:1px; 
	border: 1px solid #ccc; 
	width:698px;
	height:485px;
	_height:485px;
}

.remainingStorageRow {
	padding-top:5px;
	_padding-top:6px;
}

.remainingStorageRow span {
	color:#555555;
}

/***********************************/
/* Used for Initial Subscribe Page */
/***********************************/
#subscribe {
	height:288px; 
	_height:290px; 
	width:696px; 
	_width: 698px; 
	text-align:left; 
}

#subscribe h1 {
	padding:10px; 
	font-size: 24px;
}

#subscribe h2 {
 	color: #efefef;
	background-image:url(/images/bgSubscribePunchPrice.gif); 
	background-color: #333; 
	font-size:16px;
	padding:10px; 
}

#subscribe p {
 	font-weight:bold;
	padding:10px;
}

#subscribe ul {
	color:#333;
	padding-left:25px; 
}

#subscribe li {
	list-style-image:url(/images/liListImageCheckmark.gif);
	list-style-position:inside; 
}

.free {
	background-image: url(/subscribe/images/bgFreeTrialPunch.gif);
	background-repeat:repeat; 
	border: 1px solid #99cc66;
}	
	
.econ {
	background-image: url(/subscribe/images/bgEconomyPunch.gif);
	background-repeat:repeat; 
	border: 1px solid #9bbbdd;
}	

.stan {
	background-image: url(/subscribe/images/bgStandardPunch.gif);
	background-repeat:repeat; 
	border: 1px solid #939393;
}	

.enha {
	background-image: url(/subscribe/images/bgEnhancedPunch.gif);
	background-repeat:repeat; 
	border: 1px solid #c9c964;
}

.delu {
	background-image: url(/subscribe/images/bgDeluxePunch.gif);
	background-repeat:repeat; 
	border: 1px solid #b2b2b2;
}

.price {
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	line-height:15px;
	padding-bottom: 2px;
	margin: 0;
	color: #003388;
}	

.price  span {
	font-size:11px;
	font-weight:normal;
}

#subscribeNav {
	color: #fff;
	height: 150px;
	position: relative;
	float:left;
	text-align: left;
	width: 698px;
	margin: 0;
	padding: 0;
}

#subscribeNav p {
	padding-left: 10px;
}

#subscribeNav form {
	padding-left: 10px;
}


/*******************************/
/* Used in Package Type Renew  */
/*******************************/
.subscribePackagePadding {
	padding-left:15px;
	_padding-left:8px;
}

/*******************************/
/* Used in Storage Information */
/*******************************/

.rowIncrementCell {
	width:auto;
}

.rowIncrementCell div {
	float:left;
}

.rowIncrementCell div input {
	height:27px;
	_height:26px;
	_margin-top:0;
}

.buttonMargin {
	_padding-top:1px;
}

a.incrementButton {
	display:block;
	float:left;
	position:relative;
	font-size:18px;
	vertical-align:middle;
	height:23px;
	width:20px;
	_width:25px;
	margin:0;
	_margin_top:1px;
}

#additionalStorageTable {
	margin:0;
	padding:0;
}

.width_130_JustRight {
	width:130px;
	text-align:right;
}

.width_130 {
	width:130px;
}

.width_97 {
	width:97px;
}

