/* pricing css */

.clear {
        clear:both;
}


/* Pricing */

.container {
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	width: 900px;
}

.contentarea {
	xbackground: transparent url(/web/images/baby_sidebar_bg.png) repeat-y;
	xborder-bottom: 1px solid #9fc6ec;
}
 

.sidebar {
	float: left;
	margin: 0;
	padding: 43px 0 0;
	position: absolute;
	width: 191px;
}

.sidebar ul {
        line-height: 21px;
        list-style-type: none;
        margin: 0;
        padding: 0;
}
.sidebar ul li {
        color: #114c7f;
        padding: 0 0 0 24px;
        word-spacing: 2px;
}



.sidebar a {
        xcolor: #478ed8;
        color: #FF9933;
}
.sidebar a:hover {
        xcolor: #478ed8;
        color: #6BBFF4;
        text-decoration: underline;
}


.slim {
	border-bottom: 0;
	margin-left: 191px;
	overflow: hidden;
	width: 664px;
}

.pricing h1.pageTitle {
	xcolor: #74AFe9;
	color: #ff9933;
	font-size: 30px;
	margin: 0;
	padding: 20px 0 0;
}

.pricing .subHead {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}


div.pricing hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
	margin: 10px 0 5px 0;
}


/* Table Stripe */
table.package {
    border-collapse: collapse;
    width: 98%;
    margin: 50px 0 50px 0;
    font-size: 1.1em;
    table-layout:fixed;
    padding-top: 100px;
}

table.package th {
    xbackground: #141414;
    background: #ccc;
    color: #000;
    font-weight: bold;
    padding: 2px 11px;
    text-align: left;
    border-right: 1px solid #fff;
    line-height: 1.2;
    width: 25%;
}

table.package th.head1 {
    background: #fff;
}

table.package th.head2 {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 2px 11px;
    text-align: left;
    border-right: 1px solid #fff;
    line-height: 1.2;
    xwidth: 99%;
}


table.package th.head3 {
    background: #dbdbdb;
    color: #000;
    font-weight: bold;
    padding: 20px 11px;
    text-align: left;
    border-right: 1px solid #fff;
    line-height: 3.2;
}


table.package th.head4 {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 20px 11px;
    text-align: left;
    border-right: 1px solid #eee;
    line-height: 3.2;
}

table.package th.basic {
    xbackground: #f280e0;
    background: #CCCC00;
    color: #fff;
    font-weight: bold;
}

table.package th.premium {
    xbackground: #74AFe9;
    background: #659FD2;
    color: #fff;
    font-weight: bold;
}

table.package th.deluxe {
    xbackground: #9ec97e;
    background: #FF9900;
    color: #fff;
    font-weight: bold;
}

table.package td {
    padding: 6px 0px;
    xborder-bottom: 1px solid #222222;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: top;
}


table.package td * {
    padding: 6px 5px;
}

table.package tr.odd {
    background: #efefef;
}

table.package tr.even {
    background: #DBDBDB;
}

table.package tr.even2 {
    background: #eee;
}

table.package tr.alt td {

    background: #eeeeee;
}

table.package tr.over td {
    background: #ffffcc;
}


.max {
    font-color:#000;	
    font-weight:bold;
}

.max2 {
    font-color:#000;	
    font-size:12px;
}

.small {
    font-size:10px;
}

.smaller {
    font-size:8px;
}


a.buynow {
        display:block;
        background:url('/web/images/buynow.png') bottom;
        float:right;
        width: 118px;
        height: 40px;
        text-decoration:none;
}

a.buynow:hover {
        background-position: 0 0;
}


