/* CSS Document */
/****  Price Page */
body#pricing {
  background:#adafb5 url(../media/images/header_top.png) repeat-x -20% top;
}


a:focus {
	outline:none;
}

a {
	text-decoration:none;
	color:#005e8f;
}
a:hover, a:focus {
	text-decoration:underline;
}

a em, .hide {
	position:absolute;
	left:-9999em
}

hr {
	color:#ededed;
	border:0;
	margin:0;
	padding:0;
	display:block;
	height:1px;
	background:#ededed;
	width:93%;
}

p {
	font:normal 12px Helvetica, Arial, sans-serif;
	line-height:18px;
	letter-spacing:normal;
	color:#555;
	padding:0 0 1em;
}
body#pricing #content {
  background: #b7b8bd url(../media/images/pricing_bg.gif) repeat-x;
}
body#pricing #wgndiv {
	text-align:right;
}
body#pricing #wgndiv a {
	display:block;
}

body#pricing #wgndiv a.wgnlink3 {
	
}
body#pricing #wgndiv a.wgnlink2 {
	
}
body#pricing #wgndiv a.wgnlink1 {
	
}

body#pricing.ver3 p.homeintro{ color: #747679;}

body#pricing.ver3 p.homeintro b{ color:#2a2b2c;}
p.homeintro em {	}
p.homeintro b {
	color:#fff;
	font-weight: bold;
}

body#pricing #footer {
  background:url(../media/images/home_sprite_2009.png) repeat-x center -479px;
}

.priceBotText {
	background-color:#D8D8DA;
	border: 1px solid #5f7c9f;
	margin:0px 5px 10px 5px;
	padding-left:10px;
	padding-right:10px;


}
.priceBotText p {
	font-size:15px;
	color:#30393D;
}

.priceBotText h1 {
	font-size:18px;
	color:#30393D;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:5px;
	text-align:center;

}
.priceAddService  {

}

/**************************/
/* =  Table = */
/* **************************** */
table#price_chart { padding:0; margin:0 0 25px 0; border-collapse:collapse; }
table#price_chart th img { margin-top:169px;} /* sign up button */

table#price_chart th.heading { background:url('../media/images/price/plans2.png') no-repeat; width:165px; }
table#price_chart th.emerald { background:url('../media/images/price/emerald_bg.png') no-repeat; width:165px; }
table#price_chart th.topaz { background:url('../media/images/price/topaz_bg.png') no-repeat; width:165px;}
table#price_chart th.sapphire { background:url('../media/images/price/ruby_bg.png') no-repeat; width:190px; }
table#price_chart th.ruby { background:url('../media/images/price/sapphire_bg.png') no-repeat; width:165px;}
table#price_chart th.diamond { background:url('../media/images/price/diamond_bg.png') no-repeat; width:165px; height:208px; }

table#price_chart th,table#price_chart td  { border-right: 1px solid #d7d7d7; text-align:center;  }
table#price_chart td{ padding:10px;}

table#price_chart .even td { background: #e6e6e6;}

table#price_chart .odd .table-col-0 { background: #d8ebd3 url('../media/images/price/col1_odd.gif') repeat-y top right;  }
table#price_chart .odd .table-col-1 { background: #e9d874; }
table#price_chart .odd .table-col-2 { background: #ecc8c7; }
table#price_chart .odd .table-col-3 { background: #d4e7df url('../media/images/price/col4_odd.gif') repeat-y top left;  }
table#price_chart .odd .table-col-4 { background: #daeefb;}

table#price_chart .even .table-col-0 { background: #b1d7a7 url('../media/images/price/col1_even.gif') repeat-y top right; }
table#price_chart .even .table-col-1 { background: #d4a627;}
table#price_chart .even .table-col-2 { background: #bd504f; }
table#price_chart .even .table-col-3 { background: #a9cdd9 url('../media/images/price/col4_even.gif') repeat-y top left;  }
table#price_chart .even .table-col-4 { background: #b5ddf7; }

/***************** END Sign Up Table ************************/

