/* For the header.php file */
#dotcom_logo {
	width: 200px;
	margin-top: -5px;
}


/* For  */



table.plans_table {
	float: left; 
	background: url(../images/box-bgr.gif) repeat-x;
	border: #444 1px solid;
	margin-left: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 140px;
	width: 190px;
}

table.plans_table tr {
	
}

table.plans_table td {
text-align: center; padding-top: 15px; height: 20px;
}

table.plans_table td h2 {
	font-size: 18px;
	color: #bcbcbc;
}

table.plans_table td .features {
	text-align: left; 
	margin-left: 10px;
}

table.plans_table td p {
	margin: 0 0 0 10px; 
	color:#f48800; 
	text-align: left;	
}

table.plans_table td .price {
	float: left; width: 80px; margin-left: 10px;
}

table.plans_table td .checkitout {
	padding-top: 2px;
}
table.plans_table td .checkitout img {
	padding-left: 10px; overflow: hidden;
}

.plans_row { 
	float: left; 
}




/**  **/

.getaplan {
	color: #bcbcbc;
	margin-left: 20px;
	background: #222;
	
	border: #444 1px solid;
}
.getaplan:hover {
	background: url(<?php echo IMAGE_FOLDER;?>/box-bgr.gif) repeat-x;
	color: #fff;
	cursor: pointer;
}

.getaplan h2 {
	color: inherit;
	font-size: 18px;
	padding-top: 8px;
	text-align: center;
}

.phone_features {
	float: left;
	list-style-image: url(../images/morearrow.gif);
	list-style-position: outside;
	line-height: 25px;
}

.checkout_button {
	float: left; 
	width: 100px; 
	height: 30px; 
	background: #ddd; 
	border: #444 1px solid; 
	margin-top: 10px; 
	margin-left: 140px;
}

.checkout_button:hover {
	cursor: pointer;
	background: #fff;
}

.checkout_button_o {
	float: left; 
	width: 100px; 
	height: 30px; 
	background: #ddd; 
	border: #444 1px solid; 
}

.checkout_button_o:hover {
	cursor: pointer;
	background: #fff;
}

.master_dealer_btn {
	float: right; 
	margin-top: 20px; 
	width: 425px; 
	height: 60px; 
	background: #222; 
	color: #000000; border: #444 1px solid;
}

.master_dealer_btn:hover {
	background: url(../images/box-bgr.gif) repeat-x; 
	color: #000000; border: #444 1px solid;
	cursor: pointer;
}

.underline_hover {
	color: #fff;
}
.underline_hover:hover {
	text-decoration: underline;
}