/*----------------------------------------------
                  =tabs 
  ----------------------------------------------*/
.tdTab_closed {
	background-image: url(images/hosting/value/closedTab_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right:solid 1px #FFFFFF;
	border-bottom: solid 1px #999999;
}

.tdTab_active {
	background-image: url(images/hosting/value/openTab_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right:solid 1px #FFFFFF;
	border-bottom: solid 1px #D6D6D6;
}

.tdTab_closed a, .tdTab_active a {
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	display: block;
}

.tdTab_closed a {
	background-image: url(images/hosting/value/closedTab_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
	text-decoration: none;
}
.tdTab_closed a {
	color: #333333;
	text-decoration: none;
}

.tdTab_closed a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.tdTab_active a {
	color: #333333;
	text-decoration: none;
	background-image: url(images/hosting/value/openTab_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.nonTab {
	width: 200px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 30px;
}


/*----------------------------------------------
                  =content - plan type 
  ----------------------------------------------*/
#planContent {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #D6D6D6;
	padding: 18px;
}

#planContent h1 {
	font-size: 18px;
	color:#800000;
	margin-bottom: -8px;
	text-shadow : #FFFFFF 0 1px 2px;
	font-weight: normal;
	margin-top: 0px;
}

/*----------------------------------------------
                  =Price Box 
  ----------------------------------------------*/
#priceBox {
	height: 107px;
	width: 168px;
	height: 107px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
}


/*----------------------------------------------
                  =Price Box 
  ----------------------------------------------*/
#priceBox {
	height: 107px;
	width: 168px;
	height: 107px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
}

/* box colors*/
.valuePricebox {
	background-image: url(images/hosting/value/smallBox_silver.jpg);
	background-repeat: no-repeat;
}

.intermediatePricebox {
	background-image: url(images/hosting/value/smallBox_green.jpg);
	background-repeat: no-repeat;
}
.advancedPricebox {
	background-image: url(images/hosting/value/smallBox_blue.jpg);
	background-repeat: no-repeat;
}
.premierPricebox {
	background-image: url(images/hosting/value/smallBox_red.jpg);
	background-repeat: no-repeat;
}

#priceBox .price {
	font-size: 20px;
	color: #800000;
}
.imgPadding {
	margin-top: 5px;
}