/*
colors:
dark green:		#489100
light green:	#6c0
dark blue:		#036
grey:			#333
*/
/* general */
body{
	margin: 2%;
	background-color:#fff;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

h2 {
	color: #489100;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

a{
	color:#000;
	font-size:1em;
}

em{
	font-weight:normal;
}

img{
	border:none;
}

.hide{
	display:none;	
}

/* lay-out */
.mastHead {
	height: 70px;
	background: #fff url(../images/logo.gif) no-repeat 0% 0%;
}

.page {
	margin: 0 0.5%;
	height:100%;
}

.col1 {
	float: left;
	width: 200px;
	margin:0 14px 0 0;
	height: 100%;
}
.col2{

}

.col3 {
	float: right;
	width: 310px;
}

.footer{
	margin:20px 0px;
	padding:5px 0;
	border-top:1px solid #6c0;
	border-bottom:1px solid #6c0;
	text-align:center;
	color:#6c0;
	clear:both;
}

/* assets */
.title{
	height:24px;
}

.header, .headerTop{
	clear:both;
	margin:0 -5px;
	border:5px solid white;
	border-left:none;
	border-right:none;
	padding:0 5px;
	background-color: #489100;
	color:white;
	font-weight:bold;
	height:2em;
	line-height:2em;
}

.headerTop{
	border-top:none;
	margin-top:-5px;
}

.ad{
	text-align:center;
}

.pic img {
	border: 1px solid #489100;
}

.picflag img {
	width:30px;
	border: 1px solid #489100;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}

.picflagteam img {
	width:30px;
	border: 1px solid #489100;
	margin-top: 1px;
	margin-bottom: 2px;
}

.pic .text {
	width:200px;
	font-size:1em;
}
.pic .author {
	width:205px;
   	font-style: italic;
	text-align:right;
}

.caption{
	font-weight:bold;
	text-align:center;
}

.tabs {
	margin-bottom: 10px;
	background-color: #6c0;
	height: 20px;
	overflow:hidden;
}

.tabs a {
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	padding:0 40px 0 10px;
	background: url(../images/tab.gif) no-repeat 100% 0%;
	font-size:1.1em;
	line-height:20px;
}

.tabs a.selected {
	background-color: #489100;
}

.tabs a.prevSelected {
	background: url(../images/tab2.gif) no-repeat 100% 0%;
}

.tabs a.prevSelectedSelected {
	background: #489100 url(../images/tab2.gif) no-repeat 100% 0%;
}

.tabs a:hover {
	background-color: #489100;
}

.box .kol{
	font-size:1em;
}

.box, .boxTabs, .boxForum{
	border: 1px solid #489100;
	padding:5px 5px 5px 5px;
	margin-bottom:20px;
}

.boxTabs{
	border-top:none;
}

.box .button, .boxTabs .button, .boxForum .button{
	position:relative;
	left:201px;
	bottom:-5px;
	width:100px;
}

.box a{
	display:block;
	font-weight:bold;
	color:#489100;
	line-height:1.7em;
}

.box strong{
	font-weight:bold;
	color:#489100;
}

.button a {
	display: block;
	line-height: 21px;
	font-weight: normal;
	font-size:1.1em;
	text-decoration: none;
	color: #fff;
	padding:0 10px 0 40px;
	background: #489100 url(../images/tab3.gif) no-repeat 0% 0%;
}

.clr{
	clear:both;
	line-height:1px;
}

.li{
	background: url(../images/bullet.gif) 0% 6px no-repeat;
	padding-left:17px;
	line-height:1.5em;
}

.boxHeader{
	height:16px;
	overflow:hidden;
	padding:5px 0 0 5px;
	background-color: #489100;
	color:white;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}

.marks{
	float:right;
	width:20px;
	line-height:1.5em;
	font-weight:bold;
	text-align:right;
}

.specs {
	border: 1px solid #489100;
	padding: 5px;
	width:190px;
}

.spec{
	clear:both;
}

.spec .name {
	float: left;
	width:70px;
	font-weight: bold;
}

.spec .value{
	float: left;
	width:120px;
}

.spec .th, .spec .td{
	float:left;
	width:60px;
	text-align:center;
	color:#489100;
}

.spec .th{
	color:#489100;
}

.spec .td, .spec a{
	font-weight:bold;
}

.spec a{
	color:#489100;
}

.spec .marks{
	margin-top:-1px;
	margin-right:5px;
	color:#489100;
}

.copy a{
	text-decoration:underline;
}

.edit_button{
	float:right;
	text-align:right;
	padding:2px 10px 0 0;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}

/* overrule asset styles based on position in lay-out */
/* masthead */
.mastHead .ad {
	float: right;
	padding-left:5px;
}

/* col 1 */
.col1 .boxHeader{
	width:auto;
	height:22px;
	padding:0 10px;
	background-color: #489100;
	color:white;
	font-size:1.1em;
	line-height:2em;
}

.col1 .box {
	background-color:#fff;
}

.col1 .pic{
	background-color:#fff;
	margin-bottom:10px;
}

.col1 .pic img {
	width:200px;
}

.col1 .picflag img {
	width:30px;
	border: 1px solid #489100;
}

/* col 2 */
.col2 .copy{
	margin:0 320px 0 222px;
}

.col2 .copyhtml{
	margin:0 50px 0 50px;
}

.col2 .copy .title{
	margin-left:-2px;
}

.col2 .copy .home{
	margin-left: 4px;
	margin-right: 8px;
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
}

.col2 img{
	float:left;
	margin:5px 10px 0px 2px;
	border: 1px solid #489100;
}

.col2 .copy .p{
	margin:10px 0;
}

.col2 .bigNumber{
	float:right;
	color:#6c0;
	font-size:6em;
	line-height:80%;
	font-weight:bold;
}

.col2 .bigNumber#nr4{
	color:#489100;
}

.abc{
	list-style-type:lower-latin;
}


/* col 3 */
.col3 .pic, .col3 .ad{
	margin-bottom:10px;
}
.col3 .pic img {
	width:306px;
}

.col3 .header a{
	color:white;
}
.col3 .tabs{
	margin-bottom:0;
}
.col3 .picflag img {
	width:70px;
	border: 1px solid #489100;
}

/* footer */
.footer a{
	color:#489100;
	line-height:14px;
	text-decoration:none;
	padding:0 10px;
}

.footer a:hover{
	color:#6c0;
}

/* new button styles */
a.btn{
	display:inline-block;
	background:url(../images/btn.png) 0 0 no-repeat;
	height:25px;
	margin:6px 0 15px 12px;
	text-decoration:none;
	cursor:pointer;
}
a.btn span{
	display:block;
	margin-left:20px;
	padding-right:20px;
	text-decoration:none;
	background:url(../images/btn.png) 100% 0 no-repeat;
	height:25px;
	font:bold 12px/24px verdana;
	color:#036;
	overflow:hidden;
}
.red, a.btn span.red{
	color:#FF0000;
}
a.btn:hover{
	background:url(../images/btn_o.png) 0 0 no-repeat;
}
a.btn:hover span, a.btn:hover span.red{
	background:url(../images/btn_o.png) 100% 0 no-repeat;
	color:#489100;
}
.adxplanation{
	margin-top:20px;
}
.adxplanation p{
	font-size:12px;
	padding:12px 12px 0 20px;
}

/* search box */
.search_box{
	background: url(../images/search_box_bg.png) 0 0 no-repeat;
	width:310px;
	height:132px;
	margin-bottom:15px;
}
.search_box form{
	padding:37px 0 0 137px;
}
.country_search{
	margin-left:38px;
}
.ref_search{
	margin:15px 0 0 38px;
}
.google_search{
	margin:18px 0 0 0;
}
.google_search input{
	float:left;
	width:120px;
	height:16px;
}
.search_box .submit{
	display:block;
	float:left;
	margin-left:6px;
	width:30px;
	height:17px;
}
/*
.search_box .submit:hover{
	background: url(../images/search_box_submit_o.png) 0 -1px no-repeat;
}
*/
.homeclick{
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width: 240px;
	height:85px;
	cursor:pointer;
	border:1px solid #fff;
}
