.package .left_block h3
{
	background-repeat: no-repeat;
	border-style: none;
}
.package .left_block h3 div
{
	height: 84px;
	background-repeat: no-repeat;
	background-position: center center;
}


.package .content ul
{
	clear: left;
}
.package .content h4
{
	margin-top: 5px;
	font-size: 12px;
}

.package .content .section
{
	background-repeat: repeat-x;
}
/* Section Header */
.package .content .section h4
{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
}
.package .content .section h4 img
{
	background-repeat: no-repeat;
	padding: 6px;
	float: left;
}
.package .content .section h4 span
{
	display: inline-block;
	line-height: 26px;
}
.package .content .section h4 .collapseInfo
{
	padding-left: 16px;
}
/* Section Content */
.package .content .section div
{
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 3px;
}
.package .content .section div div
{
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
}
.package .content .section ul
{
	background-repeat: no-repeat;
	background-position: right bottom;
	list-style-type: none;
	padding-bottom: 6px;
}
.package .content .section li
{
	padding: 1px 0 1px 20px;
	border-width: 1px;
	border-style: none solid none solid;
	background-image: url(../images/Check.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

/* Other */
.package .right_block h3
{
	font-size: 12px;
	margin-top: 12px;
	text-transform: uppercase;
}

.package .right_block
{
	color: Gray;
}
.package .right_block .newStuff
{
	color: #07293B;
}

.package .legend
{
	display: block;
	height: 40px;
	background: transparent url(../images/hr.jpg) no-repeat scroll left bottom;
}
.package .legend h4
{
	display: inline;
	text-transform: uppercase;
}
.getStarted .legend
{
	display: none;
}

.getStarted .content .right_block h3, .getStarted .content h4
{
	color: #0BABF8;
}
.oneStepAhead .content .right_block h3, .oneStepAhead .content h4
{
	color: #FF2390;
}
.goFurther .content .right_block h3, .goFurther .content h4
{
	color: #FF9C00;
}


/* Go Further */
.goFurther .left_block h3
{
	background-image: url(../images/GoFurtherPageIcon.jpg);
	background-position: center 11px;
}
.goFurther .left_block h3 div
{
	background-image: url(../images/Packages/GoFurtherPrice.png);
}
.goFurther .content .section
{
	background-image: url(../images/Packages/Orange/HeaderMiddle.png);
}
.goFurther .content .section h4
{
	background-image: url(../images/Packages/Orange/HeaderRight.png);
}
.goFurther .content .section h4 img
{
	background-image: url(../images/Packages/Orange/HeaderLeft.png);
}
.goFurther .content .section div
{
	background-image: url(../images/Packages/Orange/Border.png);
}
.goFurther .content .section div div
{
	background-image: url(../images/Packages/Orange/BorderBottomLeft.png);
}
.goFurther .content .section ul
{
	background-image: url(../images/Packages/Orange/BorderBottomRight.png);
}
.goFurther .content .section li
{
	border-color: #FFCD7F;
}
/* One Step Ahead */
.oneStepAhead .left_block h3
{
	background-image: url(../images/OneStepAheadPageIcon.jpg);
	background-position: center 23px;
}
.oneStepAhead .left_block h3 div
{
	background-image: url(../images/Packages/OneStepAheadPrice.png);
}
.oneStepAhead .content .section
{
	background-image: url(../images/Packages/Pink/HeaderMiddle.png);
}
.oneStepAhead .content .section h4
{
	background-image: url(../images/Packages/Pink/HeaderRight.png);
}
.oneStepAhead .content .section h4 img
{
	background-image: url(../images/Packages/Pink/HeaderLeft.png);
}
.oneStepAhead .content .section div
{
	background-image: url(../images/Packages/Pink/Border.png);
}
.oneStepAhead .content .section div div
{
	background-image: url(../images/Packages/Pink/BorderBottomLeft.png);
}
.oneStepAhead .content .section ul
{
	background-image: url(../images/Packages/Pink/BorderBottomRight.png);
}
.oneStepAhead .content .section li
{
	border-color: #FF91C7;
}
/* Get Started */
.getStarted .left_block h3
{
	background-image: url(../images/GetStartedPageIcon.jpg);
	background-position: center 33px;
}
.getStarted .left_block h3 div
{
	background-image: url(../images/Packages/GetStartedPrice.png);
}
.getStarted .content .section
{
	background-image: url(../images/Packages/Blue/HeaderMiddle.png);
}
.getStarted .content .section h4
{
	background-image: url(../images/Packages/Blue/HeaderRight.png);
}
.getStarted .content .section h4 img
{
	background-image: url(../images/Packages/Blue/HeaderLeft.png);
}
.getStarted .content .section div
{
	background-image: url(../images/Packages/Blue/Border.png);
}
.getStarted .content .section div div
{
	background-image: url(../images/Packages/Blue/BorderBottomLeft.png);
}
.getStarted .content .section ul
{
	background-image: url(../images/Packages/Blue/BorderBottomRight.png);
}
.getStarted .content .section li
{
	border-color: #85D5FB;
}