#container{
	z-index:0;
}

#headlines_section {
	float: left;
	position: relative;
	width: 580px;
	height: 480px;
}

#main_image {
	background-color: #666666;
	float: right;
	height: 430px;
	position: absolute;
	width: 575px;
	z-index: 1;
	cursor:pointer;
}

#headlines {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#headlines .headline {
	border-bottom: 1px solid #CCCCCC;
	height: 106px;
	margin-left: 15px;
	position: absolute;
	text-decoration: none;
	width: 380px;
	z-index: 2;
	display:block;
}

#headlines .headline.focused {
	background-color: #777;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
	cursor: pointer;
	height: 120px;
	margin-left: -25px;
	margin-top: -10px;
	width: 400px;
	z-index: 4;
}

#order_1 {
	left: 575px;
	top: 6px;
}

#order_2 {
	left: 575px;
	top: 112px;
}

#order_3 {
	left: 575px;
	top: 218px;
}

#order_4 {
	left: 575px;
	top: 324px;
}


* html div#headlines .headline h1 { 
   height: expression( this.scrollHeight > 44 ? "45px" : "auto" ); /* sets max-height for IE */
}

#headlines .headline h1 {
	color: #80767E;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: normal;
	margin: 12px 0 4px 15px;
	width: 300px;
	max-height:45px;
	overflow:hidden;
}



#headlines .headline.focused h1 {
	color: white;
	margin-left: 35px;
	margin-right: 70px;
	margin-top: 20px;
}

#headlines .headline.focused.mini h1 {
	margin-top:8px;
}

* html div#headlines .headline h2 { 
   height: expression( this.scrollHeight > 44 ? "45px" : "auto" ); /* sets max-height for IE */
}
#headlines .headline h2 {
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 0 9px 15px;
	width: 300px;
	line-height: normal;
	max-height:45px;
	overflow:hidden;
}

#headlines .headline.focused h2 {
	color: white;
	margin-left: 35px;
	margin-right: 70px;
	font-weight:500;
	font-size:13px;
}

#wrapper #headlines .headline.focused h2 {	/*ie fix*/
	color: white;
	margin-left: 35px;
	margin-right: 70px;
	font-weight:500;
	font-size:9pt;
}

#headlines .headline.expanded {
	cursor: default;
}


#headlines .headline .plusbar{
	width: 18px; 
	position: absolute; 
	background-color: #ccc; 
	color: white; 
	font-size: 19px; 
	left:0;
	top:0;
	cursor: pointer;
}

#headlines .headline .plusbar .plus{
	top: 50%; 
	position: absolute; 
	margin-top: -10px; 
	height: 20px; 
	text-align: center; 
	width: 18px;
}



#headlines .headline .body_text{
	color:white;
	margin-left:40px;
	width:300px;
	line-height:15px;
	display:none;
	font-size:8pt;
}
#headlines .headline .pics_section{
	height:165px;
	left:375px;
	position:absolute;
	bottom:100px;
	display:none;
}


#headlines .headline .pics_section .image_block{
	float:left;
	height:165px;
	cursor: pointer;
}

#headlines .headline .pics_section .image_block:hover{
	background-color:#A99C91;
}

#headlines .headline .pics_section.two .image_block{
	width:246px;
}

#headlines .headline .pics_section.three .image_block{
	width:162px;
	overflow:hidden;

}

#headlines .headline .pics_section.two .image_block, #headlines .headline .pics_section.three .image_block,
#headlines .headline .pics_section.two .image_block:hover, #headlines .headline .pics_section.three .image_block:hover{
	text-decoration:none;
}

#headlines .headline .pics_section img {
	height:90px;

}
#headlines .headline .pics_section.two .image_block img {
	width:230px;
	margin:11px 8px;
}
#headlines .headline .pics_section.three .image_block img {
	width:140px;
	margin:11px;
}

#headlines .headline .pics_section p {
	color:white;
	margin-top:0;
	padding:0 11px;
}

#headlines .headline .links_section{
	height:90px;
	left:375px;
	position:absolute;
	top:200px;
	display:none;
}

#headlines .headline .links_section .seperator{
	background-image:url("/en_GX/gx/assets/ghp/images/vertical_dotted_line.gif");
	background-repeat:no-repeat;
	float:left;
	height:66px;
	margin-left:15px;
	margin-top:3px;
	padding-right:20px;
}

#headlines .headline .links_section .link_col {
	float:left;
	height:69px;
	width:141px;
}

#headlines .headline .links_section .link_col a {
	color:white;
	display:block;
	/*max-height:35px;*/
	overflow:hidden;
	padding:0;
	margin-top:5px;
	line-height:15px;
	text-decoration:none;	
	font-size:11px;
}

#headlines .headline .links_section .link_col a:hover{
	color:#80766E;
}


#shdws {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/en_GX/gx/assets/ghp/homeshadow.png', sizingMethod = 'scale' );
	height: 160px;
	width: 447px;
	position: absolute;
	background: none transparent scroll repeat 0% 0%;
	display: inline-block;
}
