/* Main Styles -----------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
html, body {
    height: 100%;
}
body{
	background: url(../images/footer_bg.gif) repeat;
	font-family: "Verdana";
	font-size: 11px;
	text-align: center;
}
#content_wrapper{
	width: 100%;
	overflow: hidden;
	background: #FFF;
}
#wrapper{
	margin: 0 auto;
	text-align: left;
}
/* Type --- */
h1, h2, h3, h4{	
	font-weight: normal;
	text-align:left;
}
h1{
	font-size: 1.7em;
	color: #4aa800;
	margin-top: 0.4em;
}
h2{
	font-size: 1.3em;
	margin: 0 0 0 0.9em;
	padding-top: 10px;
	color: #001b6c;
	font-weight: bold;
}
h3{
	font-size: 1.3em;
	margin: 1.8em 0 0 0;
	color: #4aa800;	
	font-weight: bold;
}
h4{
	font-size: 1em;
	color: #4aa800;
	margin: 1.8em 0 0.9em 0;
}
a{
	color: #4aa800;
	text-decoration: underline;
}
p a{
	color: #4aa800;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}
a:hover{
	text-decoration: none;
}
/* Header bits ------------------------------- */
#header_wrapper{
	width: 100%;
	background: #FFFFFF url(../images/header_bg.gif) repeat-x;
	height: 15.7em;
}
#header{
	position: relative;
	width: 88.2em;
	height: 15.7em;
	clear: right;
	margin: 0 auto;
	background: url(../images/header_shadow.gif) repeat-x bottom;
}
/* Page Alert Messages --- */
#pageMessage {
	width: 88.2em;
	padding-top: 0.5em;
	clear: both;
	overflow: hidden;
	border: 1px solid #bea39e;
	background-color: #fdc7c0;
	padding-bottom: 0.5em;
	margin: 0.2em auto;
}
#pageMessage h1{
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}


#header #login{
	position: absolute;
	right: 0;
	top: 0.5em;
}
#header #login .why_register{
	float: left;
	margin: 0.7em 0.5em 0 0;
}
#header #login .login_btns{
	float: left;
	width: 244px;
}
#header #login .why_register a{
	color: #FFFFFF;
	text-decoration: underline;	
}
#header #login ul, #header #nav ul{
	list-style-type: none;
}
#header #login ul li, #header #nav ul li{
	float: left;
}
#header #login ul li a, #header #nav ul li a{
	display: block;
}
#header #login ul li a span{
	display: none;
}
#header #login ul li a.sign_in{
	background: url(../images/sign_in_btn.png) no-repeat;
	width: 89px;
	height: 39px;
}
#header #login ul li a.register{
	background: url(../images/create_account_btn.png) no-repeat;
	width: 155px;
	height: 39px;
}
#header #login ul li a.sign_out{
	background: url(../images/sign_out_btn.png) no-repeat;
	width: 89px;
	height: 39px;
}
#header #login ul li a.manage{
	background: url(../images/manage_account_btn.png) no-repeat;
	width: 155px;
	height: 39px;	
}
#header #ufoLogo{
	position: absolute;
	top: 3.7em;
	left: 0px;
}
/* Login Panel --- */
#login_panel{
	height: 5.1em;
	background: #011346;
}
#login_panel #panel_items_wrapper{
	width: 88.2em;
	margin: 0 auto;
}
#login_panel #close_btn{
	float: left;
	width: 12em;
	margin-top: 1.8em;
}
#login_panel #close_btn a{
	color: #FFF;
	display: block;
	padding: 0 0 0.4em 2.3em;
	background: url(../images/icon_cancel.png) no-repeat;
	width: 90px;
	font-weight: bold;
}
#login_panel #sign_in_form{
	float: right;
	width: 48em;
	margin-top: 0.9em;
}
#login_panel #sign_in_form form input{
	float: left;
}
#sign_in_form .form_user, #sign_in_form .form_pass{
	margin-top: 0.5em;
}
#sign_in_form .form_user, #sign_in_form .form_pass{
	margin-top: 0.5em;
}
#sign_in_form .form_pass{
	margin-left: 0.9em;
}
#login_panel form input.login_btn{
	border: none;
	width: 81px;
	height: 27px;
	margin: 0.5em 0 0 0.4em;
	padding: 0;
}
/* Navigation --- */
#header #nav{
	position: absolute;
	right: 0;
	top: 10.3em;
}
#header #nav ul li a{
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
	position: relative;
}
#header #nav ul li a span{
	float: left;
}
#header #nav ul li a:hover{
	color: #FFF;
	text-decoration: underline;
}
#header #nav ul li.home_btn a{
	background: url(../images/home_off_btn.png) no-repeat;
	width: 58px;
	height: 34px;
}
#header #nav ul li.home_btn a.on{
	background: url(../images/home_on_btn.png) no-repeat;
	width: 58px;
	height: 34px;
}
#header #nav ul li.home_btn a:hover{
	background: url(../images/home_over_btn.png) no-repeat;
	position: relative;
	width: 58px;
	height: 34px;
}
#header #nav ul li.home_btn a span{
	margin: 0.9em 0 0 0.9em;
}
#header #nav ul li.about_btn a{
	background: url(../images/about_off_btn.png) no-repeat;
	width: 79px;
	height: 34px;
}
#header #nav ul li.about_btn a.on{
	background: url(../images/about_on_btn.png) no-repeat;
	width: 79px;
	height: 34px;
}
#header #nav ul li.about_btn a:hover{
	background: url(../images/about_over_btn.png) no-repeat;
	width: 79px;
	height: 34px;
}
#header #nav ul li.about_btn a span{
	margin: 0.9em 0 0 0.9em;
}


#header #nav ul li.diary_btn a{
	background: url(../images/diary_off_btn.png) no-repeat;
	width: 55px;
	height: 34px;
}
#header #nav ul li.diary_btn a.on{
	background: url(../images/diary_on_btn.png) no-repeat;
	width: 55px;
	height: 34px;
}
#header #nav ul li.diary_btn a:hover{
	background: url(../images/diary_over_btn.png) no-repeat;
	width: 55px;
	height: 34px;
}
#header #nav ul li.diary_btn a span{
	margin: 0.9em 0 0 0.9em;
}


#header #nav ul li.commissions_btn a{
	background: url(../images/commissions_off_btn.png) no-repeat;
	width: 149px;
	height: 34px;
}
#header #nav ul li.commissions_btn a.on{
	background: url(../images/commissions_on_btn.png) no-repeat;
	width: 149px;
	height: 34px;
}
#header #nav ul li.commissions_btn a:hover{
	background: url(../images/commissions_over_btn.png) no-repeat;
	width: 149px;
	height: 34px;
}
#header #nav ul li.commissions_btn a span{
	margin: 0.9em 0 0 1.2em;
}
#header #nav ul li.commercial_btn a{
	background: url(../images/commercial_off_btn.png) no-repeat;
	width: 140px;
	height: 34px;
}
#header #nav ul li.commercial_btn a.on{
	background: url(../images/commercial_on_btn.png) no-repeat;
	width: 140px;
	height: 34px;
}
#header #nav ul li.commercial_btn a:hover{
	background: url(../images/commercial_over_btn.png) no-repeat;
	width: 140px;
	height: 34px;
}
#header #nav ul li.commercial_btn a span{
	margin: 0.9em 0 0 1.2em;
}
#header #nav ul li.latest_btn a{
	background: url(../images/latest_off_btn.png) no-repeat;
	width: 137px;
	height: 34px;
	font-weight: bold;
}
#header #nav ul li.latest_btn a.on{
	background: url(../images/latest_on_btn.png) no-repeat;
	width: 137px;
	height: 34px;
}
#header #nav ul li.latest_btn a:hover{
	background: url(../images/latest_over_btn.png) no-repeat;
	width: 137px;
	height: 34px;
}
#header #nav ul li.latest_btn a span{
	margin: 0.9em 0 0 2.5em;
}
/* Sub Nav --- */
#sub_nav{
	background: url(../images/sub_nav_bg.png) no-repeat;
	width: 230px;
	height: 160px;
	margin: 0.9em 0 0 0.9em;
}
#sub_nav ul{
	list-style: none;
	float: left;
	margin: 0.9em 0 0 1.8em;
}
#sub_nav ul li{
	line-height: 1.7em;
}
#sub_nav ul li a{
	color: #4aa800;
	font-weight: bold;
}
#sub_nav h2{
	display: block;
}
/* Main Content ---------------------------------------------- */
#content{
	width: 88.2em;
	margin: 0.2em auto 0 auto;
	padding-top: 0.9em;
	clear: both;
	overflow: hidden;
}
/* Content Left --- */
#content #main_content{
	width: 66.3em;
	float: left;
	padding-bottom: 4.5em;
	margin-top: 0.9em;
}
/* Sidebar --- */
#content #sidebar{
	width: 21.8em;
	float: right;
	padding-bottom: 4.5em;
}
#sidebar #search_box{
	background: url(../images/search_box_bg.png) no-repeat;
	min-height: 253px;
	margin: 0.9em 0 0 0.9em;
}
#sidebar form{
	margin: 0 0 0.5em 0.9em;
}
#sidebar form input, #sidebar form select{
	margin-top: 0.9em;
	position: relative;
}
#sidebar form input, #sign_in_form input, .form_styles .nopass{
	width: 188px;
	border: 1px solid #2d2d2d;
	padding: 0.4em;
}
.form_styles #submit2{
	position: relative;
	top: 0.9em;
	left: 0.9em;
}
#sidebar form select{
	width: 200px;
	border: 1px solid #2d2d2d;
	padding: 0.4em;
}

#sidebar form input:hover {
    background-color: #d3efb8;
    border: solid 1px #428805;
    color: #000;
    cursor: pointer;
    }
    
#sidebar form input:focus {
    color: #000;
    background-color: #ffffff;
    border: solid 1px #2d2d2d; 
    cursor: text;
    }

#sidebar form select:hover, #lightbox_bits form select:hover {
    background-color: #d3efb8;
    border: solid 1px #428805;
    color: #000;
    cursor: pointer;
    }
    
#sidebar form select:focus {
    color: #000;
    background-color: #ffffff;
    border: solid 1px #2d2d2d; 
    cursor: text;
    }
input:hover.nopass {
    background-color: #d3efb8;
    border: solid 1px #428805;
    color: #000;
    cursor: pointer;
    }
    
form input:focus.nopass  {
    color: #000;
    background-color: #ffffff;
    border: solid 1px #2d2d2d; 
    cursor: text;
    }


#sidebar form input.search_btn{
	background-color: transparent;
	border: none;
	width: 199px;
}

#sidebar form input.search_btn:hover, #sidebar form input.search_btn:focus{
	background-color: transparent;
	border: none;
	width: 199px;
}

#sidebar #search_box p{
	margin: 0.3em 0 0 1.8em;
}
#sidebar #search_box p a{
	color: #4aa800;
}
#sidebar #search_box p a:hover, #sidebar #buy_prints .print_spiel a.buy_print_link:hover, #sub_nav ul li a:hover, #header #login .why_register a:hover, #footer a:hover, #info_boxes .info_box ul li a:hover, #info_boxes .info_box_last ul li a:hover, #main_content .email a:hover{
	text-decoration: none;
}
#sidebar #search_box p a.adv_search{
	font-weight: bold;
	display: none;
}
#sidebar #buy_prints{
	position: relative;
	width: 21.8em;
	margin-top: 0.9em;
	height: 9.1em;
	padding-bottom: 2em;
}
#sidebar #buy_prints h2{
	display: block;
	margin-top: 0px;
	padding: 1.8em 0 0.9em 0;
	float: none;
}
#sidebar #buy_prints .splashvert{
	position: absolute;
	background: url(../images/icon_new_splash.png) no-repeat right;
	height: 64px;
	width: 62px;
	top: 0;
	right: 0;
}
#sidebar #buy_prints .print_spiel{
	width: 21.8em;
	padding-bottom: 22px;
}
#sidebar #buy_prints .sporto_icon{
	position: absolute;
	height: 130px;
	width: 100px;
	background: url(../images/icon_buy_prints.png) no-repeat 8px 0px;
	top: 54px;
	left: 0;
}
#sidebar #buy_prints .print_spiel .print_text{
	display: block;
	margin: 1.4em 0 0 6.4em;
}
#sidebar #buy_prints .print_spiel a.buy_print_link{
	display: block;
	margin: 0.9em 0 0 6.4em;
	padding: 0 0 0.3em 1.8em;
	background: url(../images/icon_green_arrow.gif) no-repeat 0 0.4em;
	color: #4aa800;
	font-weight: bold;
	width: 10.9em;
}
/* Information boxes --- */
#main_content #info_boxes{
	width: 66em;
	margin-top: 0.5em;
	float: left;
	overflow: hidden;
}
#main_content .info_box{
	background: url(../images/info_box_bg.png) no-repeat;
	width: 21.93em;
	height: 15.3em;
	float: left;
	margin-right: 0.10em;
}
#main_content .info_box_last{
	background: url(../images/info_box_bg.png) no-repeat;
	width: 21.83em;
	height: 15.3em;
	float: left;
}
#info_boxes .info_box h2{
	display: block;
	margin-bottom: 0.9em;
}
#info_boxes .info_box p{
	display: block;
	clear: left;
	margin: 0 0.9em 0.9em 0.9em;
}
#info_boxes .info_box ul, #info_boxes .info_box_last ul{
	list-style: none;
	margin-left: 0.9em;
	width: 18.2em;
	clear: left;
	position: relative;
}
#info_boxes .info_box_last ul{
	float: left;
	margin-top: 0.9em;
}
#info_boxes .info_box ul li, #info_boxes .info_box_last ul li{
	background: url(../images/bullet_green.gif) no-repeat;
	padding-left: 1.8em;
}
#info_boxes .info_box ul li a, #info_boxes .info_box_last ul li a{
	color: #4aa800;
}
/* Diary page ---------------------------------------------------- */
.hr{
	width: 66.2em;
	display: block;
	height: 1px;
	background: url(../images/green_dot.gif) repeat-x;
	margin-top: 0.9em;
}
.hr_wide{
	width: 100%;
	display: block;
	height: 1px;
	background: url(../images/green_dot.gif) repeat-x;
	margin-top: 0.9em;
}
.diary h3{
	font-size: 1.3em;
	margin: 1.8em 0 0.9em 0.6em;
	color: #000;
}
table.diary {
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 1px;
	color: #FFF;
	text-align: left;
}
table, td, th {
	margin: 0;
	padding: 0;
}
td, th {
	vertical-align: middle;
}
table.diary tbody td, table.diary tbody th {
	background-color: #acd373;
	border-bottom: 0.2em solid #5cb00c;
	padding: 9px;

}
table.diary tbody td, table.diary tbody th {
	background-color: #acd373;
	border-bottom: 0.2em solid #5cb00c;
	padding: 9px;
}

table.diary tbody th {
	background-color: #acd373;
	border-bottom: 0.2em solid #5cb00c;
	padding: 9px;
	border-right: 1px solid #fff;
	width: 12em; 
}

.about p{
	margin: 1.6em 2.7em 0 0;
	font-size: 1.1em;
}
.about p, table.diary, #preview .info p, .team_mates p, .news p {
	font-family: "Tahoma";
	font-size: 1.1em;
	text-align: left;
	line-height: 1.6em;
}
dl{
	margin-top: 0pt;
	padding: 20px 0 0 0;
}
dt{
	float:left;
	font-weight: bold;
}
dd{
	margin: 0pt 0pt 1em 17em;
}
dd.em{
	font-style: italic;
	margin: 0pt 0pt 0pt 17em;
}
/* Latest Pictures ---------------------------------------------- */
.latest_container{
	float: left;
	width: 16.4em;
	margin: 0 0 0.0em 0;
	background: #dcdde1;
	border-left: 0.1em solid #dcdde1;
	 border-top: 0.1em solid #aeb5ca;
	height: 19em;
}
.latest_container .thumb, .result_container .thumb{
	margin: 1.8em 0 0.5em 0;
	text-align: center;
 height: 12em;
}
.latest_container .thumb img, .result_container .thumb img{
	border: 1px solid #555;
}
.latest_container .description, .result_container .description{
	display: block;
	color: #4b9d05;
	margin: 0 0 0.5em 0;
	text-align: center;
	font-size: 0.85em;
	padding: 0 0.3em 0 0.3em;
}

.description a{
	color: #4aa800;
	text-decoration: none;
}

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

.latest_container .image_data{
	display: block;
	font-size: 0.85em;
	color: #666666;
	margin: 0 0 1.5em 0;
	text-align: center;
}
.latest_container .lightbox_controls {
	background: transparent url(../images/big_controls_bg.png) repeat-x scroll 0%;
	height: 24px;
	width: 31.3em;
}
/* Search Results ----------------------------------------------- */
.result_text{
	width: 45.5em;
	float: left;
	padding: 1.8em 0 2.7em 0;
}
.result_text p .keyword, .result_text p .sport{
	font-weight: bold;
}
.css_switcher{
	float: right;
	padding: 1.8em 3px 1.5em 0;
}
.css_switcher .switcher_text{
	color: #4aa800;
	font-weight: bold;
	float: left;
}
.css_switcher a span{
	display: none;
}
.css_switcher a.switcher_btn_inc{
	display: block;
	background: url(../images/switcher_inc.gif) no-repeat;
	width: 14px;
	height: 9px;
	float: left;
}
.css_switcher a.switcher_btn_dec{
	display: block;
	background: url(../images/switcher_dec.gif) no-repeat;
	width: 14px;
	height: 9px;	
	float: left;
}
.css_switcher .pipe{
	display: block;
	background: url(../images/green_dot.gif) repeat;
	width: 0.2em;
	height: 9px;
	float: left;
	margin: 0 0.5em 0 0.5em;
}
.css_switcher .switcher_btns{
	display: block;
	width: 3.8em;
	float: left;
	margin: 0.2em 0 0 0.9em;
}
.paging_btns{
	float: left;
	width: 45.5em;
}
.paging_btns *{
	float: left;
}
.paging_btns a span{
	display: none;
}
.paging_btns a{
	margin-top: 0.5em;
}
.paging_btns a.previous{
	display: block;
	background: url(../images/prev_btn_dead.png) no-repeat;
	height: 13px;
	width: 12px;
}
.paging_btns a.next{
	display: block;
	background: url(../images/next_btn.png) no-repeat;
	height: 13px;
	width: 12px;
}
.paging_btns .paging_text, .paging_btns .goto_text{
	margin: 0.5em 0.9em 0 0.9em;
}
.paging_btns input{
	width: 3em;
}
.page_number{
	float: right;
}

.page_number form select{
	width:  10em;
}

#search_results{
	width: 67em;
	float: left;
	margin: 2em 0 1.4em 0;
}
.result_container{
	float: left;
	width: 16.4em;
	margin: 0 0.1em 1.3em 0;
}
#search_results .result_container .controls	{
	float: left;
	width: 16.4em;
	height: 30px;
	background: url(../images/controls_bg.gif) repeat;
	border-left: 0.1em solid #aeb5ca;
}
.result_container .lightbox_controls {
	background: transparent url(../images/big_controls_bg.png) repeat-x scroll 0%;
	height: 24px;
	width: 16.4em;
}
.result_container .lightbox_controls a.download_icon{
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/icon_download.png) no-repeat;
}
.result_container .lightbox_controls div{
	padding-top: 0.4em;
	margin-left: 15.7em;
}
.result_container .lightbox_controls div span{
	display: none;
}
.result_container .info{
	float: left;
	width: 16.4em;
	background: #dcdde1;
	border-left: 0.1em solid #ffffff;
	border-top: 0.1em solid #aeb5ca;
	height: 19.8em;
}
#search_results .result_container .image_data{
	display: block;
	font-size: 0.85em;
	color: #666666;
	margin: 0 0 0.5em 0;
	text-align: center;
}
#search_results .result_container .controls div, #preview .pane .controls div{
	float: left;
	margin-top: 0.4em;
}
#search_results .result_container .controls a span, #preview .pane .controls a span{
	display: none;
}
#search_results .result_container .controls a.download_icon{
	display: block;
	width: 21px;
	height: 21px;
	background: url(../additional_img/icon_download.png) no-repeat;
	margin-left: 0.5em;
}
#search_results .result_container .controls a.view_larger_icon{
	display: block;
	width: 21px;
	height: 21px;
	background: url(../additional_img/icon_zoom.png) no-repeat;
	margin-left: 1em;
}
#search_results .result_container .controls a.add_trolley_icon{
	display: block;
	width: 22px;
	height: 21px;
	background: url(../additional_img/basket.png) no-repeat;
	margin-left: 0.5em;
}
#search_results .result_container .controls a.remove_trolley_icon{
	display: block;
	width: 22px;
	height: 21px;
	background: url(../additional_img/basket.png) no-repeat;
	margin-left: 0.5em;
}
#search_results .result_container .controls a.select_ticked_icon{
	display: block;
	width: 62px;
	height: 21px;
	background: url(../additional_img/select_tick.png) no-repeat;
	margin-left: 1.2em;
}
#search_results .result_container .controls a.select_unticked_icon{
	display: block;
	width: 62px;
	height: 21px;
	background: url(../additional_img/select_no_tick.png) no-repeat;
	margin-left: 1.2em;
}

#search_results .result_container .controls a.remove_lightbox_icon{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/lightbox_delete.gif) no-repeat;
	margin-left: 0.7em;
}
#search_results .result_container .controls a.add_lightbox_icon{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_heart_add.png) no-repeat;
	margin-left: 0.7em;
}


/* Lightbox & Basket --- */
#lightbox_bits{
	background: url(../images/lightbox_bg.png) no-repeat;
	margin: 1.4em 0 0 0.9em;
	height: 127px;
}
#lightbox_bits h2.lightbox_h2{
	display: block;
	background: url(../images/icon_heart.gif) no-repeat right;
	width: 14.6em;
	margin-bottom: 0.9em;
}
#lightbox_bits h2.trolley_h2{
	display: block;
	background: url(../images/icon_cart.gif) no-repeat right;
	width: 14.6em;
	margin-bottom: 0.9em;
}
#lightbox_bits p{
	color: #666666;
	margin: 0 0.5em 0.9em 0.9em;
	clear: left;
}
#lightbox_bits a{
	display: block;
	margin: 0 0 1.8em 0.9em;
	padding-left: 1.8em;
	background: url(../images/icon_green_arrow.gif) no-repeat 0 0.4em;
	color: #4aa800;
	font-weight: bold;
}
.team_mates .see_fave_pic a, .news .see_fave_pic a{
	display: block;
	margin: 1em 0 1.8em 0em;
	padding: 0 0 0 1.5em;
	background: url(../images/icon_green_arrow.gif) no-repeat 0em 0.2em;
	color: #4aa800;
	font-weight: bold;
}
#lightbox_bits .amount{
	font-weight: bold;
}
.latest_container .lightbox_controls a.download_icon{
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/icon_download.png) no-repeat;
}
.latest_container .lightbox_controls div{
	padding-top: 0.4em;
	margin-left: 15.7em;
}
.latest_container .lightbox_controls div span{
	display: none;
}
#ftp_download{
	width: 700px;
	clear: left;
}
#ftp_download a.icon_ftp{
	display: block;
	height: 1.8em;
	background: url(../images/icon_ftp.png) no-repeat;
	margin-left: 275px;
	padding-left: 2.3em;
}
#ftp_download a.icon_cancel{
	display: block;
	height: 1.8em;
	background: url(../images/icon_cancel.png) no-repeat;
	margin-left: 275px;
	padding-left: 2.3em;
}
/* Image Preview ------------------------------------ */
#preview{
	margin-top: 1.8em;
	width: 66.4em;
}
#preview .pane{
	width: 408px;
	float: left;
}
#preview .pane .preview_pic{
	border: 1px solid #999;	
	width: 408px;
	height: auto;
}
#preview .pane .preview_pic img{
	margin: 0.1em;
	border: 3px solid #fff;	
}
#preview .pane .controls{
	background: url(../images/big_controls_bg2.png) no-repeat;
	height: 24px;
	width: 410px;
}
#preview .pane .controls a.download_icon{
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/icon_download.png) no-repeat;
	margin-left: 15.5em;
}
#preview .pane .controls a.add_lightbox_icon{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_heart_add.png) no-repeat;
	margin-left: 0.9em;
}
#preview .pane .controls a.add_trolley_icon{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_cart_add.png) no-repeat;
	margin-left: 1.1em;
}
#preview .pane .controls a.remove_lightbox_icon{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_heart_remove.png) no-repeat;
	margin-left: 0.7em;
}
#preview .pane .controls a.remove_trolley_icon{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_cart_remove.png) no-repeat;
	margin-left: 1em;
}
#preview .info{
	width: 29.1em;
	float: right;
}
#preview .info h3, #preview .info h3{
	display: block;
	padding: 0 0 3px 1.8em;
	margin: 0.9em 0 0.4em 0.9em;
	font-size: 1.0em;
	font-weight: bold;
	color: #666666;
	width: 18.2em;
}
#preview .info p{
	margin: 0 0 0 0.9em;
	color: #666666;
}
#preview .info h3.caption{
	background: url(../images/icon_caption.png) no-repeat;
}
#preview .info h3.information{
	background: url(../images/icon_information.png) no-repeat;
}
#preview .info ul{
	list-style: none;
	margin: 0.9em 0 0 0.9em;
}
#preview .info li{
	margin-bottom: 0.4em;
}
#preview .info li a{
	display: block;
	color: #4aa800;
	width: 9.1em;
	padding: 0.2em 0 0.2em 2.7em;
}
#preview .info li a.download{
	background: url(../images/icon_download.png) no-repeat;
}
#preview .info li a.lightbox{
	background: url(../images/icon_heart.gif) no-repeat;
}
#preview .info li a.cart{
	background: url(../images/icon_cart_add.png) no-repeat;
}
table.preview {
	width: 27.3em;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 1px;
	color: #FFF;
	text-align: left;
	margin-left: 0.9em;
	font-family: "Tahoma";
	font-size: 1em;
}
table.preview tbody th {
	border-right: 1px solid #FFF;
}
table.preview tbody td, table.preview tbody th {
	background-color: #acd373;
	border-bottom: 0.2em solid #5cb00c;
	padding: 0.5em;
}
.return_to_results{
	width: 16.4em;
}
.return_to_results a{
	display: block;
	margin: 0.9em 0 0 0;
	padding-left: 1.8em;
	background: url(../images/icon_green_arrow_left.gif) no-repeat 0 0.4em;
	color: #4aa800;
	font-weight: bold;
}
/*Contact page ---------------------------------------- */
#addresses{
	width: 16.4em;
	float: left;
}
#map_stuff{
	float: right;
	width: 500px;
	padding-right: 40px;
	margin-top: 0;
}
#main_content .vcard div{
	margin: 0.5em 0 0.5em 0;
}
#main_content h3.h3_contact{
	margin-bottom: 1.4em;
}
.hide{
	display: none;
}
.vcard{
	margin-bottom: 1.8em;
}
.vcard .fn{
	color: #4aa800;
}
.vcard .org{
	color: #4aa800;
	font-size: 1.1em;
}
.geographic{
	margin-top: 1.8em;
	font-weight: bold;
}
/* Clients Page ----------------------------------- */
#logo_wrapper{
	margin-top: 1.8em;
}
.logo_holder{
	width: 150px;
	float: left;
	border: 1px solid #eaeaea;
	margin: 0 0.9em 0.9em 0;
}
/* Team Page ------------------------------------- */
.team_mates, .news{
	width: 65.7em;
	margin-top: 2em;
	float: left;
}
.team_mates .mug_shot{
	width: 300px;
	height: 200px;
	float: right;
	margin: 10px 0 0.9em 0.9em;
}
.news .mug_shot{
	width: 200px;
	/*height: 200px;*/
	float: right;
	margin: 1.8em 0 0 1em;
}
.team_mates h3, .news h3{
	margin: 0.9em 0 0 0;
}
.team_mates .see_fave_pic{
	width: 300px;
	float: left;
	margin-top: 1em;
}
.team_mates .hidden_images{
	position: absolute;
	margin: -1000px;
}
.team_mates p, .news p{
	margin: 1.1em 0.5em 0 0;
	line-height: 1.6em;
	font-size: 1.1em;
}
/* News Page */
/*.news .see_fave_pic a{
	display: block;
	margin: 1em 0 0 0.9em;
	padding: 0 0 0.5em 1.6em;
	background: url(../images/icon_green_arrow.gif) no-repeat 0 0.4em;
	color: #4aa800;
	font-weight: bold;
}*/
.news .mug_shot img{
	border: 1px solid #000;
}
.news ul{
	margin-top: 2em;
}
.news ul li a{
	display: block;
	margin: 0 0 1.0em 0em;
	padding-left: 1.8em;
	background: url(../images/icon_green_arrow.gif) no-repeat 0 0.4em;
	color: #4aa800;
	font-weight: bold;
	text-align: left;
}
/* Our Work page */
.work{
	margin-top: 1.8em;
}
/* Account ----------------------------*/
form.account input {
	display: block;
	width: 17em;
	float: left;
	margin-bottom: 0.9em;
}
form.account h2 {
	display: block;
	clear: left;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
form.account .hr{
	width: 66.2em;
	display: block;
	height: 1px;
	background: url(../images/green_dot.gif) repeat-x;
	margin-top: 0.9em;
}

form.account label {
	display: block;
	text-align: right;
	width: 15.7em;
	padding-right: 0.8em;
	float: left;
	margin-bottom: 0.9em;
	color: #4aa800;
	overflow: visible;
}
form.account label.terms {
	margin-bottom: 5.9em;
}
form.account .cancel_bttn{
	width: 87px;
	height: 31px;
	margin-left: 0;
	margin-top: 1.5em;
}
form.account .submit_bttn{
	width: 87px;
	height: 31px;
	margin-left: 10em;
	margin-top: 1.4em;
}
form.account select{
	display: block;
	width: 17.5em;
	float: left;
	margin-bottom: 0.9em;
}
form.account br {
	clear: left;
}
form.account .address_field{
	margin-left: 12.2em;
}
form.account sup{
	color: #CC0000;
	padding-left: 0.5em;
}
form.account .tnc{
	width: 13px;
}
form.account p{
	line-height: 2em;
	clear: left;
	margin-top: 1em;
	margin-bottom: 1.3em;
	display: block;
	overflow: visible;
}
.asterisk{
	color: #CC0000;
}
p.account_form2{
	margin: 0.9em 0 0 0;
	line-height: 2em;
}
form.account div.form_error{
	display: block;
	background: url(../images/error.png) no-repeat;
	padding-left: 20px;
	float: left;
	color: #CC0000;
	margin-left: 1em;
	height:  1.9em;
}

/* Footer */
#footer{
	clear: both;
	background: transparent;
	border-top: 0.4em solid #000000;
}
#footer a, #footer span, #footer p{
	color: #FFF;
}
#footer .footnotes{
	width: 88.2em;
	margin: 0 auto;
	padding-top: 1.8em;
	overflow: hidden;
	padding-bottom: 4.5em;
}
#footer .footnotes .call_us{
	width: 400px;
	float: left;
}
#footer .footnotes .call_us p{
	margin: 1em 0 0 0;
	color: #858eab;
	font-size: 90%;
}
#footer .footnotes .help_usage{
	width: 48em;
	float: right;
}
/* Content Left --- */
* html #content #main_content{
	width: 65.9em;
	float: left;
	padding-bottom: 4.5em;
	margin-top: 0.9em;
}
* html #search_results{
	width: 65.9em;
	float: left;
	margin: 2em 0 1.4em 0;
}

/* lightbox */

#lighty_contain{
	width: 66em;
	float: left;
	padding: 1.8em 0 0 0;
}

#the_container{
      background-color:#dcdde1;
      padding: 10px 0px 36px 4px;
      border: 1px solid #aeb5ca;
}

#lighty_text p{
          padding: 0px 0px 0px 0px;
          background-color:#dcdde1;
          padding: 10px 0px 10px 4px;
          border: 1px solid #aeb5ca;
 }

.lighty_text{
          float: left;
 }


.downloady2{
	height: 20px;
      padding: 0 12px 0px 20px;
      background: url(../images/icon_download2.png) no-repeat;
      margin: 0 0px 0px;
      float: right;
   }


#downloadd a{
       font-weight: normal;
       background: url(../images/icon_download.png) no-repeat;
       padding: 3px 0px 0px 24px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#ftper a{
      font-weight: normal;
      background: url(../images/icon_ftp.png) no-repeat;
      padding: 3px 0 10px 24px;
      margin: 0 0 4px 10px;
      display: block;
}
#checked a{
       font-weight: normal;
       background: url(../images/icon_cancel.png) no-repeat;
       padding: 3px 0px 0px 24px;
	margin-top: 8px;
}
.latest_container .description2, .result_container .description2{
	display: block;
	height:  40px;
	overflow: hidden;
	color: #4b9d05;
	margin: 0 0 0.5em 0;
	text-align: center;
	font-size: 0.85em;
	padding: 0 0.3em 0.3em 0.3em;
}

#diff{
    padding: 2px 0px 3px 0px;
    margin-bottom: 3px;
}

/***********************************************/
/*Flash Replacement*/

#slide-show{
	border: 0;
	img-border: 0;
	background: white;
}

.slide-show{
	border: 0;
	img-border: 0;
}

.slide-show a{
	text-decoration: none;
	border: none;
}

.slide-show a:hover{
	text-decoration: none;
	border: none;
}

/* Basket Dialog ----------------------------*/
div.add_to_basket {
	text-align: center;
	margin-top: 0;
	vertical-align: top;
	display: block;
	float: left;
}
div.add_to_basket img{
	border: 3px double #1e5186;
	margin-top: 2em;
}
div.add_to_basket div.portrait{
	display: block;
	width: 420px;
	float: left;
	text-align: center;
}
div.add_to_basket div.landscape{
	display: block;
	width: 490px;
	float: left;
	text-align: center;
}
div.add_to_basket div.options{
	display: block;
	float: left;
	text-align: center;
	vertical-align: top;
	width: 340px;
}
div.options div {
	display: block;
	height: 1.9em;
	width: 30em;
	color: #CC0000;
	margin-bottom: 0.8em;
	float: left;
}
div.options h1{
	float: left;
	display: block;
	color: #4aa800;
	text-indent: 0.7em;
	margin-bottom: 0.7em;
}
div.options div.hr{
	height: 1px;
	border: 1px double #1e5186;
	background-image: none;
}
div.options p{
	float: left;
	display: block;
	width: 6.5em;
	color: #00f;
	text-indent: 0.7em;
}
div.options p.product{
	float: left;
	display: block;
	width: 10.5em;
	color: #00f;
	text-indent: 0.7em;
	text-align: center;
}

div.ae_basket {
	position: relative;
	width: 88.2em;
	clear: right;
	margin: 0 auto;
}
div.ae_basket img{
	padding-top: 4px;
	margin-left: 6px;
}
div.ae_basket img.media{
	padding: 6px;
}
div.ae_basket p{
	padding: 6px;
}
div.ae_basket table{
	margin: 6px;
}
div.ae_basket .hr {
	width: 88.2em;
}
.green_link {
	color:#4AA800;
	text-decoration:none;
}
.green_link:hover {
	text-decoration:underline;
	color: #000;
}

.paging_btns{
	float: left;
	width: 45.5em;
}
.paging_btns *{
	float: left;
}
.paging_btns a span{
	display: none;
}
.paging_btns a{
	margin-top: 0.5em;
}
.paging_btns a.previous{
	display: block;
	background: url(../images/prev_btn.png) no-repeat;
	height: 13px;
	width: 12px;
}
.paging_btns a.previous_dead{
	display: block;
	background: url(../images/prev_btn_dead.png) no-repeat;
	height: 13px;
	width: 12px;
}
.paging_btns a.next{
	display: block;
	background: url(../images/next_btn.png) no-repeat;
	height: 13px;
	width: 12px;
}
.paging_btns a.next_dead{
	display: block;
	background: url(../images/next_btn_dead.png) no-repeat;
	height: 13px;
	width: 12px;
}
.paging_btns .paging_text, .paging_btns .goto_text{
	margin: 0.5em 0.9em 0.8em;
}
.paging_btns input{
	width: 3em;
}
/* --------------------------------------------------------------

    +Advanced Search 2 *Added 24/11/2009

-------------------------------------------------------------- */
div.advanced_search2 a#advanced_search_expansionLink {
	color: #c00;
}
div.facebook1 {
	margin-top: 15px;
	text-align: center;
}
div.facebook1 a img {
	border: none;
}