/* @override 
	http://localhost:8888/mitotarget/templates/assets/css/styles.css
	http://uat.gsba.co.uk:83/mitotarget/site/assets/css/styles.css
	http://uat.gsba.co.uk/mitotarget/site/assets/css/styles.css
	http://mitotarget.uat.gsba.co.uk/assets/css/styles.css
*/

/*
Colours: 
Grey (faded) Green:#E9EDE9
Light Green:#6BBD55
Dark Green: #25572C
*/

html, body {
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #464646;
}

* {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

/* @group General Styles */

img {
	border: 0;
}

ul {
	list-style-position: outside;
	list-style: none;
}

li {
	list-style: none;
}

del {
	color: #ff0000;
}

sup {
	font-size: 0.83em;
}

a {
	color: #25572C;
}

a:active {
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

#search .text {
	padding: 0.4em 2px 0.3em 2px;
	border-width: 0  1px 1px 1px;
	border-style: solid;
	border-color: #c6c6c6;
	background: #fff url(images/site/inputtext-top.gif) repeat-x;
}

input.text {
	padding: 0.3em 2px 0.2em 2px;
	border: 1px solid #d7d7d7;
	background: #fff url(../img/site/input-text.png) repeat-x bottom;
	width: 200px;
}

textarea {
	border: 1px solid #d7d7d7;
	width: 200px;
	height: 10.0em;
	overflow: auto;
}

form .section {
	clear: both;
	padding: 0.42em 0;
}

.inputText {
	display: block;
	float: left;
	border: 1px solid #f3f3f3;
}

p {
	margin: 0.77em 0;
}

#content p, #content li {
	line-height: 1.7em;
}

h1, h2{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}

h1, h2, h3 {
	color: #25572C;	
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	
}

h1 {
	font-size: 2.32em;
	margin: 0em 0 0.72em 0px;
}

h2 {
	font-size: 2.08em;
	margin: 0.77em 0;
}

h2.first, h3.first {
	margin-top: 0;
}

h3 {
	font-size: 1.23em;
	margin: 0.63em 0;
}

h4 {
	font-size: 1.16em;
	margin: 0.72em 0;
}

blockquote {
	color: #999;
	font-size: 1.33em;
	font-family: Georgia, Times, “Times New Roman”, serif;
	line-height: 1.56em;
	margin: 0.72em 0;
}

blockquote cite {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.75em;
	display: block;
}

#e_page ul li {
	list-style: disc;
}

#e_page ol li {
	list-style: decimal;
	margin-left: 30px;
}

#e_page li {
	margin: 0.42em 0 0.42em 15px;
}

.replace {
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999em;
}

.col{
	float: left;
}

a.replace {
	cursor: pointer;
}

.replace a:hover {
	background-position: top right;
}

.but {
	background-color: #fff;
	border: 0;
	padding: 0.77em 10px;
	font-weight: bold;
	background: #25572C;
	color: #fff;
}

.but:hover {
	cursor: pointer;
	background-position: top right;
	background: #6BBD55;
}

.meta {
	margin: 0;
	color: #999;
}

.block {
	float: left;
	width: 100%;
}

small {
	font-size: 0.83em;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0.83em 0;
}

th {
	text-align: left;
	background: #e6e6e6;
}

th,td {
	padding: 0.42em 5px;
	border: 1px solid #ccc;
}

#content ol, #content ul {
	margin: 1.66em 0;
}

#content li {
	margin: 0.42em 0 0.42em 25px;
	line-height: ;
}

#content ul li {
	list-style: disc;
}

#content ol li {
	list-style: decimal;
}

.nobold {
	font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
}

.textpage ul, .textpage ol {
	margin: 1.0em 0;
}

.textpage li {
	margin: 0.2em 0 0 30px;
}

.textpage ul li {
	list-style: disc;
}

.textpage ol li {
	list-style: decimal;
}

address {
	font-style: normal;
	line-height: 1.66em;
	margin: 1.66em 0;
}

.largertext {
	font-size: 1.16em;
}

.largertext2 {
	font-size: 1.32em;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

label.required {
	color: #ff0000;
}

.text.required {
	border-color: #ff0000;
}

form .errors {
	background: #ffeeee;
	border: 1px solid #ff0000;
	padding: 0.83em 10px;
	line-height: 1.66em;
	color: #333;
}

label {
	font-weight: bold;
	margin: 0.21em 0;
}

select {
	display: block;
	width: 100%;
	margin: 0.42em 0 0 0;
}

fieldset {
	border: 1px solid #ccc;
	padding: 0.8em 10px;
	margin: 1.66em 0;
}

form .group {
	float: left;
	width: 100%;
	clear: both;
	padding: 0.55em 0;
}

legend {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 1.16em;
	background: #FCF9F6;
	padding: 0 5px;
	font-weight: bold;
}

legend small {
	font-size: 0.76em;
	color: #999;
	font-weight: normal;
}

/* @end */

/* @group MainBlocks */

#body {
	background: #fff url(../images/site/bg-grad.png) repeat-x bottom;
	width: 100%;
}

#master {
	width: 990px;
	margin: 0 auto;
	position: relative;
	clear: both;
	font-size: 1.3em;
}

#header{
	border-bottom: 5px solid #6BBD55;
}

#master2 {
	float: left;
	width: 980px;
	background: #fff url(../images/site/bg-b.png) no-repeat bottom left;
	padding: 1.66em 0px 1.66em 0px;
	margin: 0 5px;
	position: relative;
}

#colsContent {
	margin: 1.54em 0 0 0;
}

#content {
	background-position: 1px 1px;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 0 0 20px;
}

#content #colMain{
	width: 500px;
}

#content.sidebar{
	float: right;
	width: 800px;
	margin: 0;
}

#contentSidebar{
	float: right;
	width: 280px;
}

#sidebar{
	width: 160px;
	float: left;
	border-top: 1px solid #ccc;
}


#footer{
	border-top: 5px solid #6BBD55;
	background: #E9EDE9;
	margin: 1.54em 0;
	color: #666;
}
#footer2{
	padding: 1.54em 20px 2.84em 20px;
	float: left;
	width: 940px;
}
.mainSection {
	clear: both;
	float: left;
	width: 100%;
	display: inline;

/*IE 6*/
}

/* @end */

#header .logo{
	margin: 0;
}

#header .logo a{
	display: block;
	background-image: url(../images/logos/mito-target.gif);
	width: 290px;
	height: 57px;
	left: 0;
	top: 2.1em;
	position: absolute;
}

#header .lang{
	position: absolute;
	right: 10px;
	top: 1.7em;
	font-size: 0.91em;
}

#header .lang ul{
	float: left;
}

#header .lang li{
	float: left;
}

#header .lang span{
	float: left;
}

#header .lang h3{
	font-size: 1.0em;
	color: #666;
	float: left;
	margin: 0 10px 0 0;
}

#header .lang li li{
	margin: 0 10px 0 0;
	padding: 0 10px 0 0 ;
	border-right: 1px solid #999;
}

#header .lang li li.last{
	margin: 0;
	padding: 0;
	border: 0;
}


#header .nav {
	clear: both;
	float: right;
	margin: 4.52em 0 0 0 ;
	text-align: right;
}

#header .nav ul{
	float: left;
}

#header .nav li{
	float: left;
}

#header .nav li a{
	float: left;
	padding: 0.5em 10px 0.77em 10px;
	text-decoration: none;
	font-size: 1.16em;
}

#home #header .nav li.active a, #header .nav li li.active a{
	background: #6BBD55;
	color: #fff;
}

#header .nav li a:hover, #home #header .nav li a:hover{
	text-decoration: underline;
}

#home #header .nav li.active li a{
	background: #fff;
	color: #25572C;
}

#header .nav li.active li a:hover{
	color: #000;
	text-decoration: underline;
}

#header .nav li.active li.active a:hover{
	color: #fff;
}

/* @group My Group */

/* @group My Group */

/* @group My Group */

/* @group My Group */



/* @end */



/* @end */



/* @end */



/* @end */

.breadcrumbRss{
	margin: 0 0 1.8em 0;
}

.breadcrumb {
	margin: 0;
	float: left;
	width: 680px;
}

.rssLink{
	float: right;
	width: 200px;
	text-align: right;
	margin: 0;
	background: url(../images/icons/rss.gif) no-repeat top right;
	padding: 0 20px 0 0;
}

#home h1{
	color: #333;
	font-style: italic;
}

.hero{
	min-height: 238px;
	border: 1px solid #6BBD55;
	position: relative;
	margin: 0 0 1.54em 0;
}

#content .scenes{
	float: none;
}

.scene, .scenecat .inner{
	background-position: top left;
	background-repeat: no-repeat;
}

#home .scenes .scene{
	float: left;
	width: 298px;
	margin-right: 20px;
	border: 1px solid #6BBD55;
	min-height: 228px;
	position: relative;
}

#home .scene .bottom, .hero .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#home .scene p, .hero p{
	margin: 0;
}

.scene a, .hero a{
	display: block;
}

.hero h1 a, .scene h2 a{
	color: #333;
	text-decoration: none;
}

.link{
	display: block;
}

#content .scene a:hover{
	text-decoration: underline;
}

#home .scenes .scene h2, #category .hero h1{
	font-size: 1.46em;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background: url(../images/site/bg-trans.png);
	float: left;
	padding: 0.19em 10px 0.19em 10px;
}

.hero h1{
	font-size: 1.96em;
	margin: 1.0em 0;
}


.scene .desc a, .hero .desc a{
	background: url(../images/site/bg-trans.png);
	width: 280px;
	padding: 0.59em 9px;
	font-weight: bold;
	min-height: 3.8em;
	color: #000;
	text-decoration: none;
}
.hero .desc a{
	width: 480px;
}

.scene .link, .hero .link, .latestNews .link{
	margin: 0;
	text-align: right;
}


.scene .link a, .hero .link a, .latestNews .link a{
	padding: 0.39em 20px 0.39em 0;
	color: #fff;
	background: #6BBD55 url(../images/icons/arrow-next-light-green.gif) no-repeat right center;
}

.hero .link a{
	font-weight: bold;
}

.scene .link a:hover, .hero .link a:hover{
	background: #25572C url(../images/icons/arrow-next-dark-green.gif) no-repeat right center;
}

#category .scenecat{
	margin: 0 0 1.54em 0;
	float: left;
	width: 100%;
}

#category .scenecat .inner{
	border: 1px solid #6BBD55;
	padding: 1.56em 10px 0.77em 210px;
	background-color: #E9EDE9;
	min-height: 8.0em;
}

#category .scenecat h2{
	font-size: 1.46em;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin: 0;
}

#category .scenecat .link{
	float: right;
	width: 306px;
}

#category .scenecat .link a,.latestNews .link a{
	background: #25572C url(../images/icons/arrow-next-dark-green.gif) no-repeat right center;
}

#category .scenecat .link {
	display: none;
}

#category .scenecat .link a:hover, .latestNews .link a:hover{
	background-image: url(../images/icons/arrow-next-light-green.gif);
	background-color: #6BBD55;
}


#home .onethird{
	width: 300px;
	margin: 0 20px 0 0;
}

#home .twothirds{
	width: 620px;
}

#home .row h2{
	background: #E9EDE9;
	padding: 0.09em 10px;
}

/* @group News */

.latestNews .item, .news .item{
	clear: both;
	margin: 0 0 1.54em 0;
	padding: 0 0 0.77em 0;
	background: url(../images/site/bdr-dotted.gif) repeat-x bottom;
	float: left;
	width: 100%;
}
.news .item.last, .latestNews .item.last{
	background: none;
	margin: 0;
}

.latestNews .image, .news .image{
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
}

.latestNews img, .news img{
	border: 1px solid #d6d6d6;
}

#home .latestNews .text{
	width: 500px;
	float: left;
}

.news h1, .single h1, #category h1{
	background: #E9EDE9;
	padding: 0.09em 10px;
}

.news h2{
	font-size: 1.46em;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.news .text{
	width: 660px;
	float: left;
}

.latestNews h3, .news h2{
	margin: 0;
}

#contentSidebar .latestNews h3{
	margin: 0 0 1.04em 0;
	background: #6BBD55;
	color: #fff;
	padding: 0.22em 10px;
}

.latestNews .link{
	clear: both;
}
.latestNews .link a{
	display: block;
}

.latestNews h4{
	margin: 0;
}

.latestNews .meta{
	font-size: 0.92em;
}

#disclaimer{
	margin: 0 0 1.54em 0;
	border:  1px solid #FF0000;
	background: #F3F3F3;
	padding: 0.77em 10px;
}

#disclaimer p{
	margin-top: 0;
}

#disclaimer .butWrap{
	padding: 1.54em 0 0 0;
}

#disclaimer a{
	color: #FF0000;
}

#disclaimer .but{
	background: #fff;
	color: #FF0000;
	border: 2px solid #FF0000;
	font-size: 1.08em;
	cursor: pointer;
}

#disclaimer .but:hover, #disclaimer a:hover{
	color: #BC0000;
	border-color: #BC0000;
}

#disclaimer label{
	font-weight: normal;
	margin-left: 10px;	
}

/* @end */


#content.single .blockSection{
	font-family: Georgia, Times, “Times New Roman”, serif;
	font-weight: normal;
	color: #333;
	font-size: 1.46em;
	line-height: 1.5em;
	display: block;
	padding: 0 10px;
	width: 380px;
	background: #E9EDE9;
	margin: 0;
}

#content.single .blockSection.left{
	float: left;
	margin: 0 20px 0.36em 0;
}

#content.single .blockSection.right{
	float: right;
	margin: 0 0 0.36em 20px;
}

#content.single .blockSection img{
	border: 1px solid #6BBD55;
}

#content.single .contentWrap p.first{
	font-weight: bold;
	margin-top: 0;
}

#content.single .contentWrap{
	max-width: 650px;
}

.pagination{
	margin: 1.54em 0;
	text-align: center;
}

.pagination a{
	font-weight: bold;
}

.pagination .next, .pagination .previous{
padding-top: 0.4em;
padding-bottom: 0.4em;
background-color: #25572C;
background-repeat: no-repeat;
color: #fff;
text-decoration: none;
}

.pagination .next:hover, .pagination .previous:hover{
	text-decoration: underline;
	background: #6BBD55;
	background-repeat: no-repeat;
	color: #fff;
}

.pagination .next{
	float: right;
	background-image: url(../images/icons/arrow-next-dark-green.gif);
	background-position: center right;
	padding-left: 10px;
	padding-right: 20px;
}
.pagination .previous{
	float: left;
	background-image:url(../images/icons/arrow-prev-dark-green.gif);	
	background-position: center left;
	padding-left: 20px;
	padding-right: 10px;
}
.pagination .next:hover{
	background-image: url(../images/icons/arrow-next-light-green.gif);	
	background-position: center right;
}
.pagination .previous:hover{
	background-image: url(../images/icons/arrow-prev-dark-green.gif);
	background-position: center left;
}


/* @group Sidebar */

#sidebar ul{
	font-weight: bold;
}

#sidebar a{
	text-decoration: none;
	display: inline-block;
}

#sidebar ul li span{
	font-size: 1.39em;
	background: #6BBD55;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 0.2em 10px;
}

#sidebar li li{
	border-bottom: 1px solid #ccc;
}

#sidebar li a{
	padding: 0.66em 10px 0.66em 0;
	border-bottom: 1px solid #ccc;
	width: 150px;
}

#sidebar li li a{
	padding-left: 0;
	background: none;
	color: #25572C;
	border: none;
	width: 150px;
}

#sidebar li li li{
	border: 0;
}

#sidebar li li a{
	padding: 0.36em 0 0.36em 10px;
	font-weight: normal;
	width: 150px;
}

#sidebar li.active a{
	background: #6BBD55;
	border-bottom: 1px solid #ccc;
	color: #fff;
	padding-left: 10px;
	width: 140px;
}

#sidebar li.active li a{
	background: #fff;
	border: 0;
	color: #25572C;
}

#sidebar  li.active li a:hover{
	color: #000;
}

#sidebar li li.active a{
	background: #E9EDE9;
	width: 150px;
}

#sidebar li li.active li a{
	background: #fff;
	padding-left: 20px;
	width: 140px;
}

#sidebar li li.active li.active a{
	font-style: italic;
	font-weight: bold;
}


/* @end */


#footer .col.one{
	width: 700px;
	margin: 0 20px 0 0 ;
}

#footer .col.two{
	width: 220px;
}

#footer .lang{
	width: 100%;
	float: left;
}

#footer ul{
	font-size: 0.92em;
}

#footer li{
	float: left;
}

#footer .lang h3{
	font-size: 1.0em;
	color: #666;
	float: left;
	margin: 0 20px 0 0;
	font-weight: bold;
}

#footer .lang li.parent{
	width: 100%;
}

#footer .lang li li{
	font-weight: bold;
	background: url(../images/icons/arrow.gif) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 25px 0 0;
}

#footer .lang span{
	display: none;
}

#footer .nav{
	clear: both;
	margin: 1.54em 0;
	float: left;
	width: 100%;
}

#footer .nav ul{
	float: left;
}
#footer .nav a{
	float: left;
}

#footer .nav li a{
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #666;
}

#footer .nav .copyright{
	width: auto;
	margin-right: 10px;
}

#footer .nav li{
	width: 52	0px
}

#footer .nav li li{
	width: auto;
}

#footer .nav li.last a{
	border: none;
	padding-right: 0;
}

#footer .info{
	font-size: 0.92em;
	clear: both;
}

#footer .col.two img{
	margin: 10px;
}
.floatingImg{
	float:left;
	padding:0 10px 10px 0;
}






