/* @override 
	http://scuderia.turboservers.com.au/~broons09/css/broonsv3_global.css
	http://localhost:8888/Clients/Broons/css/broonsv3_global.css
	http://broons.com/css/broonsv3_global.css
	http://broonslocal:8888/css/broonsv3_global.css
*/

* {
	padding: 0;
	margin: 0;
}
html {overflow: scroll;}
h1 {color: #245497;}

p {
	padding-bottom: 14px;
	line-height: 20px;
}

br {clear: left;}

body {
	/*font-size: 13px;*/
	line-height: 18px;
	background: #062b99 url(../images/V7/bkgnd_pattern.png) repeat-x 0 0;
	color: #484848;
}
blockquote {
	font-size: 26px;
	line-height: 30px;
	padding-top: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	color: #245497;
	font-weight: bold;
	font-style: italic;
}

/* @group Head & Nav */

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	float: left;
	width: 1000px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: transparent;
}

#header img {
	float: left;
}
#home {
	float: left;
	width: 100%;
	background-color: white;
}
#header  address {
	padding-left: 162px;
	font-style: normal;
	float: left;
}
#contactdetails{
	position: absolute;
	left: 190px;
	top: 95px;
}
#contactdetails p{
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
#contactdetails span {
	padding: 0 20px 0 5px;
	text-transform: uppercase;
}
/* @group Dropdown Nav */
#navwrap{
	position: relative;
	float: left;
	width: 100%;
	z-index: 100;
}
#nav {
	float: left;
	width: 100%;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background-color: white;
	z-index: 199;
}

/* SIMPLE DROPDOWN MENU */
/*TOP NAV ITEMS */
ul.dropdown, .dropdown li, .ui-tabs-nav a {
	background: url(../images/V7/bkgnd_nav.png) no-repeat left 0;
}

ul.dropdown {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 1px;
	height: 55px;
	background-color: #85ce00;
}
.dropdown li {
	float: left;
	position: static;
}
.dropdown li a {
	background: url(../images/V7/bkgnd_divider.png) no-repeat right top;
}
/*Contact Button Only*/
.dropdown li#contact a {
	display: block;
	padding: 0 20px 0 20px;
	background: none;
	
}
.dropdown li#contact {
	/*background: none;*/
	float: right;
	border-left-style: solid;
	border-left-width: 1px;
}
.dropdown li a{
	float: left;
	display: block;
	padding: 0px 50px 0 20px;
	text-transform: uppercase;
	color: #28455A;
	font-size: 14px;
	font-weight: bold;
	line-height: 55px;
}
/*.dropdown li a span{
	display: none;
	color: white;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 12px;
	text-indent: -9999px;
}*/
/*.dropdown li.hover a{
	background-position: right bottom;
	color: white;
}*/
/*body#loc_impact li#compaction a,
body#loc_combination li#compaction a,
body#loc_ecombi li#compaction a,
body#loc_grid li#compaction a,
body#loc_handy li#compaction a,
body#loc_vibrating li#compaction a,
body#loc_stehr li#stabilisation a {
	color: white;
	
}*/
/*Change the LI background*/
.dropdown li.hover,
body#loc_impact li#compaction,
body#loc_combination li#compaction,
body#loc_ecombi li#compaction,
body#loc_grid li#compaction,
body#loc_handy li#compaction,
body#loc_vibrating li#compaction,
body#loc_rockbuster li#crushing,
body#loc_kirpy_agri li#crushing,
body#loc_kirpy_const li#crushing,
body#loc_stehr li#stabilisation
{
	background-position: left bottom;
	color: white;
}
/*Change the arrow */
.dropdown li.hover a,
body#loc_ecombi #compaction a,
body#loc_impact #compaction a,
body#loc_combination #compaction a,
body#loc_ecombi #compaction a,
body#loc_grid #compaction a,
body#loc_handy #compaction a,
body#loc_vibrating #compaction a,
body#loc_rockbuster #crushing a,
body#loc_kirpy_agri #crushing a,
body#loc_kirpy_const #crushing a,
body#loc_stehr li#stabilisation a
{
	background-position: right bottom;
	color: white;
}

/*BOTTOM NAV ITEMS */
ul.dropdown ul {
	/*visibility: hidden;*/
	/*background: url(../images/V7/bkgnd_nav.png) no-repeat 0 bottom;*/
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 99;
	width: 990px; /*-10 for padding */
	overflow: hidden;
	padding-left: 10px;
	background-color: #022a93;
	border-bottom: 2px solid #132072;
}

.sub_menu li {
	background: none;
	height: 100%;
}
.dropdown li li a {
	-moz-border-radius-bottomleft:0.5em;
	-moz-border-radius-bottomright:0.5em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
	background-image: none;
	padding: 10px 10px;
	margin: 5px;
	line-height: 25px;
	/*height: 30px;*/
	/*line-height: 30px;*/
}
.sub_menu li.hover a:hover,
body#loc_impact li#impact a,
body#loc_combination li#combination a,
body#loc_grid li#grid a,
body#loc_vibrating li#vibrating a,
body#loc_ecombi li#ecombi a,
body#loc_handy li#handy a,
body#loc_kirpy_const li#kirpy-con a,
body#loc_kirpy_agri li#kirpy-ag a,
body#loc_rockbuster li#rockbuster a
 {
	text-decoration: underline;
	background-image: none;
	background-color: #132072;
}

/* @end */



/* @group Footer */
#foot_address{
	float: left;
	width: 90%;
	line-height: 10px;
	padding: 9px 0;
}
#foot_address p, #siteby p{
	color: #333;
	font-size: 10px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
#footnav a {
	background: url(../images/V7/sub_nav_arrows.gif) no-repeat right 1px;
	display: block;
	color: #333;
	font-size: 10px;
	padding: 2px 18px 2px 10px;
	margin: 2px 0;
	line-height: 10px;
	
	text-transform: uppercase;
	}
#foot_nav {
	width:40%;
	float:right;
}
ul#footnav {
	float: right;
	
	/*width: 100%;*/
	/*line-height: 30px;*/
	display: inline;
	background-image: none;
	margin-right: 20px;
}
#footnav li {
	font-size: 10px;
	line-height: 14px;
	padding: 5px 0;
	float: left;
	text-transform: uppercase;
	color: white;
}
/*ul#footnav li.navcontact {
	padding-left: 40px;
}*/

.footer-title {
	color: #114fa5;
	padding: 0px 10px 0px 20px;
}
#footer {
	/*display: none;*/
	clear: both;
	float: left;
	width: 100%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*margin-right: auto;
	margin-left: auto;*/
	background-color: #e5e5e5;
	padding: 0;
}
#siteby{
	float: right;
	padding: 9px 0;
	width: 10%;
}
#siteby p{
	color: #a6a6a6;
}
#siteby a{
	font-size: 10px;
	color: #a6a6a6;
	text-decoration: underline;
}
/* @end */

/* @group Body */

#body-wrapper {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	background-color: white;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	/*IE6 testing*/
	display: inline;
	/*END*/
}

#dark-wrapper {
	/*IE6 testing*/
	/*display: none;*/
	/*width: 1024px;*/
	/*END*/
	
	float: left;
	width: 100%;
	clear: both;
	padding: 0 0 1px 0;
	/*background-color: #114fa5;*/
	/*display: inline;*/
}
#dark-wrapper img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

.doublespan {
	width: 618px;
	padding: 0 20px 0 ;
	margin-top: 18px;
	float: left;
	/*background-color: white;*/
	/*border-right: 1px solid #e5e5e5;*/
}
.doublespan h1 {
	border-bottom: 1px solid #e5e5e5;
	color: #114fa5;
	font-size: 15px;
	text-indent: 0;
}

.doublespan  h1, .singlespan h1, .fullspan h1 {
	/*line-height: 30px;*/
	color: #4c4c4c;
	clear: both;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	padding: 0 0 10px;
	font-size: 18px;
}

/*.doublespan a.dload_pdf, ul.library a.thickbox, .fullspan a.dload_pdf  {
	background: transparent url(../images/global/bt_all.png) no-repeat;
	
}*/
.doublespan a.dload_pdf, .fullspan a.dload_pdf  {
	font-size: 10px;
	width: 91px;
	float: right;
	line-height: 18px;
	padding-left: 10px;
	color: #9a9497;
	margin: 9px 0;
	background-position: 0 -72px;
}
.doublespan a.dload_pdf:hover, .fullspan a.dload_pdf:hover  {
	
	background-position: 0 -90px;
	color: #0475cc;
	text-decoration: underline;
}

.singlespan {
	/*IE6 ISSUES */
	/*display: none;*/
	/*END*/
	width: 303px;
	padding: 0 0 0 20px;
	margin-top: 18px;
	float: left;
	clear: none;
	display: inline;
	border-left: 1px solid #e5e5e5;
	
}

.singlespan a {
	color: #0494e6;
	text-decoration: underline;
}

.singlespan h1 {
	/*background: url(../images/V4/bkgnd_1col_head.png) no-repeat 0 0;*/
	/*width: 315px;*/
	/*float: right;*/
	padding-top: 2px;
	color: #7bbd34;
	text-transform: uppercase;
}


.singlespan h3 {
	padding: 0 0 18px;
	float: left;
	width: 100%;
	font-weight: normal;
	font-style: normal;
}

a.brochure_link,  a.contactme, a.projects_link, a.techpaper_link{
	line-height: 28px;
	background: #353dd8 url(../images/V7/but_calltoaction.png) no-repeat 0 0;
	/*text-indent: 20px;*/
	padding-left: 20px;
	margin-bottom: 9px;
	float: left;
	width: 275px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	_font-size: 13px;
	color: white;
	display: inline; /*IMPORTANT FOR IE6*/
}
a.contactme{
	background-position: 0 -56px;
	color: #28455a;
	display: block;
	overflow: hidden;
	height: 28px;
	_margin-right: -3px; /*Duplicate character bug IE6*/
}
a.brochure_link:hover, a.projects_link:hover, a.techpaper_link:hover {
	color: #29abe2;
	background-position: 0 -28px;
}
.fullspan {
	width: 960px;
	padding: 18px 20px 0 20px;
	float: left;
}
/* @end */

/* @group Index Page Only */
#index-wrapper{
	width: 1000px;
	float: left;
	padding: 0 0 20px 0;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: white url(../images/V7/bkgnd_index_grad.png) repeat-x left top;
	z-index: 1;
	
}
.halfcolumn {
	/*display: none;*/
	width: 49.9%;
	float: left;
	padding: 0;
	/*position: relative;*/
}

.navi{
	position: absolute;
	left: 20px;
	top: 10px;
	width: 300px;
	z-index: 20;
	background-image: none;
}
.navi a, .navi a.active {
	background: transparent url(../images/V7/but_index_mininav.png) no-repeat;
}
.navi a{
	display: block;
	float: left;
	height: 9px;
	width: 10px;
	margin: 2px 4px;
	color: #484848;
	background-position: left top;
	cursor: pointer;
}
.navi a.active {
	background-position: right top;
}
#intro  h1{
	/*font-size: 28px;*/
	/*IE & Bug */
	font-size: 0px;
	display: block;
	line-height: 0px;
	/*END */
	width: 472px;
	height: 165px;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../images/V7/index_tagline.png) no-repeat;
	text-indent: -9999px;
	margin: 0 0 0 20px;
	
}
#intro p{
	color: #333;
	font-size: 15px;
	line-height: 185%;
	margin: 0 20px ;
}
#intro, #rotate {
	float: left;
	position: relative;
	padding: 0 0 0 0;
}
 #rotate{
	padding: 30px 0 0 20px  ;
}
.product-footer, .product{
	background: url(../images/V7/bkgnd_index_display.png) no-repeat;
}
div.browsable{
	width: 472px;
	height: 425px;
	position: relative;
	float: left;
	overflow: hidden;
}
div.browsable div.items{
	/*display: none;*/
	z-index: 10;
	position: absolute;
	width: 10000em;
}
div.browsable div.items div{
	float: left;
}
.product-footer{
	background-position: left bottom;
	padding: 5px 0 5px 25px;
	width: 100%;
}
.product {
	float: left;
	width: 472px;
	background-position: left -1px;
	padding: 0;
}
ul.index-keypoints{
	float: left;
	padding: 10px 0 10px 25px;
}
ul.index-xtranav{
	float: left;
	padding: 0 0 10px 0;
	margin: 0;
}
.product h2{
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-shadow: white 1px 0 0;
}
.product h2, #items h6{
	padding: 10px 0 10px 25px;
}
.items a img{
	padding: 0 0 0 25px;
	border: 0;
}
ul.index-xtranav li, ul.index-keypoints li{
	float: left;
}
ul.index-keypoints li{
	width: 220px;
	font-size: 10px;
	color: #333;
	padding: 0 0 5px 0;
	list-style-position: inside;
	list-style-type: disc;
}
ul.index-xtranav li a {
	display: block;
	padding: 0 10px 0 0;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: underline;
	color: #29abe2;
}

#items h6{
	display: block;
	float: left;
	/*width: 100%;*/
	padding: 5px 0 0 0;
}
/* @end */

/* @group Gallery/Thumbs */

ul.full_gallery {
	width: 100%;
	padding-bottom: 10px;
	float: left;
	/*background: url(../images/master/bkgnd_2col_foot.png) no-repeat left bottom;*/
}
.full_gallery li{
	width: 140px;
	float: left;
	padding: 20px 0px 0 20px;
}
.full_gallery img {
	float: left;
}
.full_gallery li a {
	display: block;
	width: 100%;
	line-height: 20px;
	clear: left;
	float: left;
	/*background: url(../images/master/bt_gallery.png) no-repeat;*/
	text-align: center;
	font-size: 10px;
	color: #4c4c4c;
}
.full_gallery li a:hover {
	background-position: 0 -20px;
}

/* @end */
.date{
	font-size: 10px;
	color: #5c707c;
	margin-left: 10px;
	font-style: italic;
}


/* @group Articles */

ul.articles {
	float: left;
	width: 275px;
	padding: 9px 20px 10px 20px;
	/*background: transparent url(../images/master/bkgnd_1col_foot.png) no-repeat left bottom;*/
	margin-bottom: 18px;
}
.articles li {
	float: left;
	width: 275px;
	margin-bottom: 0px;
}
.articles li a {
	color: #666;
	display: block;
	font-size: 12px;
	padding: 5px 15px 5px  0;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: none;
}
.articles li a.lastitem, ol.key_features li.lastitem {
	border-bottom: 1px none #0494e6;
	padding-bottom: 1px;
	margin: 0 0 10px;
}
.articles li a:hover {
	text-decoration: underline;
	background-position: right center;
	color: #245497;
}
.papers_listing li{
	padding: 0 0 9px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
/* @end */

/* @group Key Features */

ol.key_features  {
	float: left;
	width: 275px;
	padding: 0 0 10px 15px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
	/*zoom:1;*/
}

.key_features li {
	float: left;
	clear: left;
	width: 100%;
	padding: 0 0 10px 0;
	color: #484848;
	font-size: 12px;
	text-transform: uppercase;
	list-style: disc outside none;
}
.key_features li span.lowercase, .dropdown li li a span.lowercase, #footer span.lowercase{
	text-transform: lowercase;
}
/**html .key_features li {
	border-bottom: 2px solid #eee;
}*/

/* @end */


/* @group Tabs */

#tabbed_nav, #tabs {
	width: 100%;
	float: left;
	/*position: relative;*/
	/*clear: both;*/
	/*background-color: white;*/
	margin: 0 0 20px;
	/*IE6 testing */
	display: inline;
	/*END*/
}

.ui-tabs-hide, .tabs-hide

/* TABS SYSTEM */ {
	display: none;
}

.ui-tabs-nav {
	float: left;
	/*width: 1024px;*/
	background: #85ce00 url(../images/V7/Bkgnd_tabbar.png) repeat-x left bottom;
	
	/*IE6 TESTING*/
	/*display:none;*/
	width:100%;
	/*END*/
}

.ui-tabs-nav li {
	float: left;
	line-height: 30px;
}

.ui-tabs-nav a {
	color: #28455a;
	display: block;
	text-transform: uppercase;
	/*text-shadow: #fff 0 1px 1px;*/
	text-align: center;
	padding: 0 15px;
	background: url(../images/V7/bkgnd_Button_Tab.png) no-repeat right;
	font-weight: bold;
	font-size: 14px;
}
.ui-tabs-nav a:hover, li.ui-tabs-selected a {
	background: white url(../images/V7/Bkgnd_tabwhite.png) no-repeat right bottom;
	text-decoration: underline;
}

/* @end */

h1.newstitle {
	background: none;
	color: #a1c23f;
	text-indent: 0;
	font-size: 18px;
	text-transform: uppercase;
}


/* @group Table */

table {
	margin: 0 0 18px 0;
	clear: both;
	border-collapse: separate;
}
td.model  {
	background-image: url(../images/V7/Table_title_off.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-right: 15px;
	min-width: 80px;
	border-left: 1px solid #262626;
}
/**html td.model {
	width:75px;
}*/
td.details {
	text-align: center;
	line-height: 130%; /*30px*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	cursor: pointer;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
/* ------------------------------------------*/
/* ALL NEW HIGHLIGHTING SYSTEM */
th {
	/*-x-system-font:none;*/
	background-color: #262626;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1B1B1B;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B1B1B;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #424242;
	border-left-color: #424242;
	font-weight: normal;
	padding: 8px 4px;
	line-height: 120%;
	/*text-transform: capitalize;*/
}
td {
	/*-x-system-font:none;*/
	color:#333333;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding: 2px;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E2E2E2;
	border-bottom-color: #CCCCCC;

}

tr.alt {
background:#F5FAFA none repeat scroll 0 0;
color:#797268;
}
table tbody tr td.currentCell, table tbody tr td:hover, table tbody tr.alt td:hover {
	background-color: #f2f2f2;
}
table tr.rowHover td, tr:hover td {
	background-color: #c7c7c7;
}
tr.alt:hover td {
	background-color: #c7c7c7;
}
tr.alt:hover td.model, tr:hover td.model {
	background-image: url(../images/V7/Table_title_on.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}
table tr td.rowHover {
background-color: #c7c7c7;
}
table tr th.rowHover {
	background-color: #1B1B1B;
}
table tbody tr.alt.rowSelect, table tbody tr.alt.rowSelect td {
background-color:#597BC6;
color:#EEEEEE !important;
}
table tbody tr.rowSelect, table tbody tr.rowSelect td {
background-color:#6783CB;
color:#FFFFFF !important;
}
tr.rowSelect td.rowHover, tr.rowSelect:hover td {
background-color:#6783BB;
}
tr.alt.rowSelect td.rowHover, tr.alt.rowSelect:hover td {
background-color:#597BB6;
}
table tr.rowSelect td:hover, tr.rowSelect td.currentCell {
background-color:#5783BB;
}
table tr.alt.rowSelect td:hover {
background-color:#497BB6;
}

/* @end */
ul.legend {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.legend li {
	float: left;
	padding: 2px 5px 0;
}
/* @group Contact */


#contact-form {
	margin-bottom: 18px;
	float: left;
	display: inline;
	width: 1000px;
	padding: 20px 0 18px;
	border-top-style: none;
	background-color: #e5e5e5;
}
.contactbox {
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	width: 305px;
	float: left;
	border-left: 1px solid #e5e5e5;
}
.contactbox h1 {
	text-indent: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
.contactbox h2 {
	font-weight: normal;
	text-transform: uppercase;
}
.contactbox h3 {
	padding-top: 36px;
}
.contactbox a {
	color: #245497;
}
.contact_left {
	float: left;
	width: 315px;
}
.contact_left h2{
	padding-left: 20px;
	font-size: 20px;
	line-height: 24px;
}
#contact_right {
	float: left;
	width: 665px;}
	
.contact_submit {
	background-image: url(../images/V7/contact_bkgnd_submit.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 645px;
	text-indent: -9999px;
	margin-left: 20px;
	padding: 0px;
	background-position: 0px 0px;
	cursor: pointer;
}
.contact_submit:hover {
	background-position: 0px -36px;
}
input {
	background: url(../images/V7/contact_bkgnd_txtfield.png) no-repeat 0 0;
	width: 286px;
	border: 0;
	margin: 0 0 5px 20px;
	padding: 8px 5px;
	float: left;
}
label   {
	display: block;
	padding:0 0 5px 20px;
	font-size: 11px;
	color: #245497;
}
textarea {
	background-image: url(../images/V7/contact_bkgnd_txtarea.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 635px;
	background-position: 0px 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border: 0;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
}

/* @end */

/* @group Tip */

/*div.brTip-box {
	background: #FFF;
	border: 1px solid #6E92B6;
	display: none;
	position: absolute;
	width: 200px;
}
div.brTip-title {
	background: #6E92B6;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 3px;
	text-align: center;
}
div.brTip-content {
	color: #333;
	margin: 0;
	padding: 5px;
	text-align: justify;
}*/

/* @end */

/* @group New Tooltip */

.tooltip {
	display: none;
	background: url(../images/V7/bkgnd_tooltip.png) no-repeat 0 0;
	_background: url(../images/V7/bkgnd_tooltip.gif) no-repeat 0 0;
	width: 231px;
	height: 134px;
	float: left;
}
.tooltip h4{
	padding: 15px 10px 5px 15px;
	text-transform: uppercase;
	float: left;
}
.tooltip ul{
	padding: 0 0 5px 15px;
}
.tooltip ul li{
	float: left;
	clear: left;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
}
.tooltip ul li span{
	float: left;
	width: 4.49em;
	margin: 0;
	font-weight: bold;
}
.tooltip ul li a {
	
}

/* @end */
/* @group Media */

ul.gallery, ul.media_nav {
	clear: left;
	float: left;
	width: 100%;
	/*padding: 10px 0;*/
}
.gallery li {
	float: left;
	height: 120px;
	/*width: 130px;*/
	padding: 5px 0 0 0;
}
ul.gallery li img {
	padding: 2px;
	float: left;
	width: 75px;
	border: 1px solid #ccc;
}
.gallery h3 {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
.gallery_nav {
	float: left;
	clear: left;
	padding-left: 5px;
	margin-right: 8px;
	width: 90px;
}
a.g_preview, a.g_view {
	color: #114fa5;
	text-transform: capitalize;
	font-size: 11px;
	line-height: 11px;
	padding-bottom: 10px;
	display: block;
	text-decoration: underline;
}
#media_release a.pdf, #project_report a.pdf, .papers_listing a.pdf {
	clear: left;
	width: 98%;
	display: block;
	background: url(../images/V7/logo_pdf.png) no-repeat left center;
	padding: 5px 0;
	
}
#media_release a.pdf:hover, #project_report a.pdf:hover, .papers_listing a.pdf:hover{
	background-color: #d8f0ff;
}
a.pdf span {
	text-transform: uppercase;
	font-weight: bold;
}

 #project_report h2 {
	float: left;
	text-transform: capitalize;
	margin: 10px 0 0 0;
}
#media_release h2, .papers_listing h2{
	margin: 0;
	padding: 2px 0 0 40px;
}
#media_release a h2, #project_report h2, .papers_listing a h2 {
	float: left;
	color: #114fa5;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
#media_release a p,  #project_report p, .papers_listing p {
	clear: both;
	color: #747474;
	margin-left: 40px;
	padding: 2px 0 0 0;
	font-size: 13px;
	line-height: 15px;
}

/* @end */


/* @group SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
}
#lbBottomContainer {
	background-color: #fff;
}
.lbLoading {
	background: transparent url(../images/V7/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/V7/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/V7/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/V7/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* @end */



























































