/* Import the default standard css */
@import url(/shared/templates/css/standard_en_GB.css);

#Container {
    /* no shadow fade top right ?!? */
    background-image:none !important;

}
#Main {
 width: 700px;
}

#Main .container {
	width: 500px;
	float: left;
	margin-left:0px !important;
	
}

#ContentsLarge .container {
   padding-top:0;
}
#Main h2 {
	font-size:14px;
	margin-bottom:20px;
	margin-left:0px !important;
}

#Main h3 {
	font-size:18px;
	
}

#Footer {

	margin-top:35px;
	
	}
	
.content-box-link, .content-box-img {
	clear:both;
	text-align:left;
	margin-top:10px;
	
}

.content-box-img img {

	float:left;
	margin-right:10px;

}
.content-box-link ul {

	float:right;
	height:100%;
	
}



.content-box-link h3{
		
		font-size:22px !important;
		font-weight:bold;
		color:#FF6600 !important;
		line-height:50px;
		height:50px;
		bottom:0px;
		position:relative;
		margin-left:32px;
		padding-left:40px;
		background-image:url(/shared/images/big_link_arrow_right_en_GB.gif);
    	background-repeat:no-repeat;
    	background-position:left;
		text-decoration:none;
}

.content-box-img h3{

		font-size:22px !important;
		font-weight:bold;
		color:#FF6600 !important;
		line-height:50px;
		height:50px;
		bottom:0px;
		position:relative;
		margin-left:32px;
		background-image:url(/shared/images/big_link_arrow_left_en_GB.gif);
		background-repeat:no-repeat;
		background-position:355px;
		text-decoration:none;
		

	}

#infoBox {
    position:absolute;
 	bottom:37px;
    width:700px;
	left: 10px;
}
#infoBox p{
margin:0px 0px 0px 0px;
}
#infoBox h2{
font-size:11px;
margin-bottom:5px;
}
#infoBox li div.box {
    float:left;
    width:120px;
}
#infoBox LI DIV.box h2{
	white-space:nowrap;
}
/** TESTING **/

#ContentsLarge {
padding-bottom:300px;
}


#ContentsLarge {
	height:100%;
}




