
/*** Storage Tips Page ***/


/* Color override to fit mock up this varies from the rest of the site 
body{
	color: #393d46;
}*/
#body .container{
	background-image: url(../images/image_calc_header.png);
	background-repeat:	no-repeat;
	background-position: 451px -6px;
}

/****************** Storage tips Top section **************/
.calc_top{
	/* positioning */
	margin:		5px 20px 20px 20px;
	position:	relative;
}


/*** Top - title text ***/
.calc_top h4,
.calc_top p{
	width:		450px;
}

.calc_top h4{
	font-size:		30px;
	font-weight:	bold;
	padding-top:	20px
}

.calc_top p{
	font-size:	12px;
	margin-top:	12px;
}

.calc_top img{
	position:absolute;
	top: 0px;
	right: 0px;
	/* DEMO CODE - REMOVE */
	color: white;
	text-align: center;
	font-weight: bold;
	background: #ababab;
	height: 150px;
	width: 450px;
}

/****************** Storage calc Bottom section **************/
.calc_bottom{
	/* formatting */
	margin:		38px 20px 40px 20px;
}

/****************** Tabs **************/
.calc_bottom .tabs{
	height:	52px;
	position: relative;
	bottom: -5px;
	z-index: 2;
}
.calc_bottom .tabs li{
	display:	block;
	float:	left;
}

.calc_bottom .tabs li a{
	color:	#e3e0d9;
	font-weight:	bold;
	text-decoration:	none;
}

/*** Tags - Large tab ***/
.calc_bottom .large_tab{
	/* positioning */
	display:	block;
	height:		40px;
	margin:		0px 364px 0px 20px;
	padding:	13px 0px 0px 46px;
	position:	relative;
	width:	140px;
	
	/* formatting */
	background-image: url(../images/buttons/button_calc_large_gray.png);
	font-size:	23px;
}

.calc_bottom .large_tab span{
	/* positioning */
	height:		17px;
	width:		17px;
	display:	block;
	position:	absolute;
	top:	19px;
	left:	22px;
	
	/* formatting */
	background: url(../images/image_calc_plus_gray.png) no-repeat;
}

/* IE Fix */
.calc_bottom .large_tab em{
	font-style: normal;
}

.calc_bottom .large_active{
	background-image: url(../images/buttons/button_calc_large_white.png);
	color:#3976bb !important;
}
.calc_bottom .large_active span{
	background: url(../images/image_calc_plus_blue.png) no-repeat;
}

/*** Tags - Small tab ***/
.calc_bottom .small_tab{
	/* positioning */
	display:	block;
	height:		22px;
	margin:		18px 0px 0px 0px;
	padding:	13px 8px 0px 5px;
	width:	97px;
	
	/* formatting */
	background-image: url(../images/buttons/button_calc_small_gray.png);
	font-size:	11px;
	font-weight:	bold;
	text-align:	center;
}

.calc_bottom .small_active{
	background-image: url(../images/buttons/button_calc_small_white.png);
	color:#3976bb !important;
}




/****************** Storage calc Body **************/
.calc_bottom .calc_body{
	/* positioning */
	margin: 0 auto;
	width:	925px;
	
	/* formatting */
	/*background-image:url(../images/image_calc_body.png);   */
	min-height:	435px;
	/*padding:	30px 40px 20px 30px;*/
}
.calc_bottom .calc_body_top{
	background-image:url(../images/image_calc_body.png);
	background-repeat:	no-repeat;
	height:10px;
}
.calc_bottom .calc_body_mid{
	background-image:url(../images/image_calc_body_mid.png); 
	background-repeat:	repeat-y;
	padding:	10px 20px 10px 20px;
}
.calc_bottom .calc_body_btm{
	background-image:url(../images/image_calc_body.png);
	background-repeat:	no-repeat;
	background-position: center bottom;
	height:10px;
}



