/*****************************************************************************
 * HEADERS                                                                   *
 *****************************************************************************/

#promoBox h1.header, 
#demoProdBox .demoHeader,
#demoProdBox .prodHeader {
	margin-top: 9px;
	margin-bottom: 7px;
}
#promoBox h1.header { background: url(../images/hdr-pricing-promotion.jpg) top right no-repeat !important; }
#demoProdBox .demoHeader { background: url(../images/hdr-pricing-demonstration.jpg) top right no-repeat !important; }
#demoProdBox .prodHeader { background: url(../images/hdr-pricing-products.jpg) top right no-repeat !important; }

/*****************************************************************************
 * PROMOTION BOX                                                             *
 *****************************************************************************/
#promoBox {
	background: #0e0e0e;
}
#promoBox .content {
	margin-top: 0px !important;
	margin-bottom: 10px;
	height: 1%;
}
#promoBox #promoFeature {
	border: 1px solid #464646;
	width: 311px;
	height: 286px;
}
/*****************************************************************************
 * DEMO/PRODUCT BOX                                                          *
 *****************************************************************************/
#demoProdBox {
	background: #0e0e0e;
}
#demoProdBox .content {
	margin-top: 0px;
	margin-bottom: 10px;
	height: 1%;
}
#demoProdBox .demoSection {
	margin-bottom: 25px !important;
}
#demoProdBox #demoFeature {
	border: 1px solid #464646;
	width: 311px;
	height: 98px;
}
#demoProdBox div.viewAll {
	margin-top: 20px;
	text-align: right;
}
#demoProdBox ul {
	padding-left: 2px;
	margin-left: 2px;
	list-style: none;
}
#demoProdBox li {
	margin-bottom: 10px;
}
#demoProdBox ul a {
	font-size: 10pt;
}
#demoProdBox ul a.blue { color: #acc3fe; }
#demoProdBox ul a.green { color: #6fb335; }
#demoProdBox ul a.red { color: #da2803; }

/*****************************************************************************
 * PRICE BOX                                                                   *
 *****************************************************************************/
#priceBox .content {
	padding-bottom: 20px;
	margin-bottom: 30px;
	background: url(../images/ellipsis-dark-grey.gif) left bottom repeat-x;
	/*	border: 1px solid black;*/
	/* HACK TO FIX IE ISSUE WITH LINKS BLINKING */
}
#priceBox .last {
	background: none;
	margin-bottom: 0px;
}
#priceBox .butn-one-week img {
	display: block;
	margin-left: 100px;
	margin-top: 20px;
	border: 1px solid #464646;
}
#priceBox .packageTitle {
	height: 20px;
	width: 427px ;
	margin: 10px 0 20px 20px;
	overflow: hidden;
}
#priceBox .content ul {
	padding-left: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #f28d23;
}
#priceBox .content li {
	font-size: 9pt;
	margin-bottom: 8px;
	margin-right: 40px;
}
/*****************************************************************************
 *  NEW PRICE BOX STYLE -ray                                                                   
 *****************************************************************************/
#priceBox{
        background: url(../images/pif-pricing-bg.png) no-repeat top left;
}
#priceBox .btr{
        margin-bottom: 245px;
}
#priceBox .content ul{
        margin-left: 100px;
}
#pricingContact{
        background: url(../images/pif-pricing-icon.gif) no-repeat top left;
        height: 26px;
        padding: 4px 0 0 35px;
        margin-top:30px;
}
#pricingContact a{
        font-size: 10pt;
        font-family: verdana;
        font-weight: bold;
}
