/*@ start overwrite*/
#header-wrapper {
    background: url("../img/bg-top-pattern.png") repeat-x scroll 0 0 transparent;    
}
/*@ end overwrite */


section#deliveringresults-wrapper {
    height: auto;
    padding: 40px 0 70px 25px;
    position: relative;
    width: 955px;
}
section#deliveringresults-wrapper h1{
	background: url(../img/title-ppc-packages.png) no-repeat;
	width:900px;	
	height:43px;
	text-indent: -9999px;
	padding-bottom:24px;
}

section#deliveringresults-wrapper .right{
	width:300px;
	height:auto;
	float:left;
}
	
section#deliveringresults-wrapper .right a.bubble{
	width:314px;
	height:172px;
	background: url(../img/bg-bubbles.png);
	display:block;
	text-decoration:none;
	position:absolute;
	top:564px;
	left:0px;
	text-shadow:1px 1px 1px #000000;
}
section#deliveringresults-wrapper .right a.bubble:hover{
	background-position: 0 -190px
}


section#deliveringresults-wrapper .right a.bubble span{
	display:block;	
}
section#deliveringresults-wrapper .right a.bubble span.title{
	padding:54px 0 0 35px;
	color:#ffa703;
	font-size:25px;	
}
section#deliveringresults-wrapper .right a.bubble span.sub-title{
	color:#ffffff;
	font-size:15px;	
	padding:0px 0 0 35px;
}
section#deliveringresults-wrapper .right a.bubble span.text{
	font-size:13px;
	color:#ffffff;
	padding:0px 0 0 35px;
}
section#deliveringresults-wrapper .right .link-wrapper{
	background: url(../img/bg-separator-259.png) no-repeat;
	width:259px;
	height:106px;
	padding:20px 0 0 0; 
}

section#deliveringresults-wrapper .right .link-wrapper-banner{
	background: url(../img/bg-separator-259.png) no-repeat;
}

section#deliveringresults-wrapper .right img{
	padding:50px 0 0 0;
}


section#deliveringresults-wrapper .left{
	width:600px;
	height:auto;
	float:left;	
}


section#deliveringresults-wrapper .left p{
	padding:0 0 20px 0;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
}
section#deliveringresults-wrapper .left p.pb{
	padding:0 0 123px 0;
}
section#deliveringresults-wrapper .left p b{
	color:#1a5d87;
	font-weight:bold;
}

section#deliveringresults-wrapper .left h2{
	color:#1a5d87;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
}

section#deliveringresults-wrapper .left ul{
	margin:0px;
	padding:0px 0 19px 7px;
	list-style:none;	
}

section#deliveringresults-wrapper .left ul li{
	background: url(../img/bullet-tick.png) no-repeat;
	width:600px;
	height:36px;	
	padding:0 0 0 43px;
	line-height:31px;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
}
section#deliveringresults-wrapper .left ul.special{
 	padding: 0 0 9px 7px;
}
section#deliveringresults-wrapper .left ul.special li{
	width:auto !important;
	height: auto !important;	
	line-height:20px !important;
	padding: 0 0 20px 43px;	
}
/*
section#deliveringresults-wrapper .left a{
	color:#ffa703;	
}
section#deliveringresults-wrapper .left a:hover{
	text-decoration:none;	
}*/


/*table*/
section#deliveringresults-wrapper .left table{
	display:block;
	/*padding:100px 0 53px 0;*/
	/*border:1px solid red;*/
	width: 591px;
	height:660px;
}
section#deliveringresults-wrapper .left table thead th div{
	position:relative;	
	top:-110px;
	left:-49px;
	
}
section#deliveringresults-wrapper .left table thead th img{
	position:absolute;
	top:5px;
	left:45px;
}
section#deliveringresults-wrapper .left table tbody tr{
	height:45px;
	border-spacing:5em;

}
section#deliveringresults-wrapper .left table tbody tr{
	background: #0d2839;
}
section#deliveringresults-wrapper .left table tbody tr.odd{
	background: #1c303e;
}
section#deliveringresults-wrapper .left table tbody td.text {
	width:177px;
	height:38px;
	font-size:13px;
	color:#ffffff;
	display:block;
	padding:7px 0 0 7px;
	/*border:1px solid red;*/
}
section#deliveringresults-wrapper .left table tbody td.quantities{
	text-align: center;
	line-height:45px;
	/*font-size:16px;*/
	color:#4686b0;
	text-shadow: 1px 1px 1px #000000;
	font-weight: normal;	
	width:150px;
	font-size:16px;
	font-style:italic;
}
section#deliveringresults-wrapper .left table tbody td.quantities-number{
	text-align: center;
	line-height:45px;
	/*font-size:16px;*/
	color:#4686b0;
	text-shadow: 1px 1px 1px #000000;
	font-weight: normal;	
	width:150px;
	font-size:24px;
	font-style:normal;
}
section#deliveringresults-wrapper .left table tfoot tr td{
	padding:10px 0 0 0;	
}
section#deliveringresults-wrapper .left table tfoot a{
	width:88px;
	height:41px;
	background: url(../img/btn-get-started.png) no-repeat;
	display:block;
	text-indent: -9999px;
}
section#deliveringresults-wrapper .left table tfoot a:hover{
	background-position: 0 -44px;
}