﻿/**
 * Stylesheet for Tradebay (inner pages)
 *
 * coded by Raul Ferrer (www.raulferrer.com)
 */

body {
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 62.5%;
	background: #FFFFFF url(../images/header_inner_bg.jpg) repeat-x top center; 
}

/* Header  
=========================*/

#head_wrap { position: relative; width: 100%; background: url(../images/header_inner.jpg) no-repeat top center; }

#header { position: relative; margin: 0 auto; width: 970px; height: 130px; }

#login { position: absolute; top: 8px; left: 660px; color: #efefef; }
#login.greek { position: absolute; top: 8px; left: 650px; color: #efefef; }
#login a { padding: 0 7px; color: #efefef; font-size: 1.2em; }
#login a:hover { text-decoration: underline; }

#lang { position: absolute; top: 4px; right: 40px; height: 24px; width: 24px; }

#logo { position: absolute; top: 20px; left: 2px; width: 236px; height: 69px; }        
#logo1 { position: absolute; top: 20px; left: 2px; width: 236px; height: 69px; }        
#logo h1 { position: absolute;  text-indent: -9999px;} 
#logo a { position: absolute; display: block; width: 236px; height: 69px; } 

#legend { position: absolute; top: 80px; left: 72px; width: 159px; height: 20px; background: url(../images/swe/legend_inner.png) no-repeat top center; }
#legend h2 { text-indent: -9999px; } 
#legend.greek { position: absolute; top: 80px; left: 86px; width: 159px; height: 20px; background: url(../images/gre/legend_inner.png) no-repeat top center; }

#new_btn { position: absolute; top: 17px; left: 332px; width: 239px; height: 52px; }
#new_btn a { display: block; top: 17px; left: 332px; height: 52px; text-indent: -9999px; background: url(../images/swe/new_btn.png) no-repeat top center;} 
#new_btn.greek a { display: block; top: 17px; left: 332px; height: 52px; text-indent: -9999px; background: url(../images/gre/new_btn.png) no-repeat top center;} 

#search_box { position: absolute; top: 77px; left: 248px; width:700px; }

#search_form { position: relative; padding: 10px 16px; }
#search_form .text { position: absolute; left: 14px; top: 10px; width: 186px; height: 30px; line-height: 30px; border: 0px; padding-left: 18px; background: url(../images/input_inner_bg.png) no-repeat top center; font-size: 1.6em; color: #7c7c7c; font-family: 'Trebuchet MS', Helvetica, sans-serif; }  
#search_form .kats { position: absolute; left: 206px; top: 0px; }
#search_form .select { width: 186px; height: 30px; border: 0px; line-height: 27px; background: url(../images/input_inner_bg.png) no-repeat top center; font-size: 1.6em; color: #7c7c7c; font-family: 'Trebuchet MS', Helvetica, sans-serif; }  
#search_form .region { position: absolute; left: 400pX; top: 0px; }
.trigger, .activetrigger { border: 0px; width: 168px; height: 30px; padding-top: 1px;	color: #7c7c7c;	background:url(../images/trigger.png) center right no-repeat; display:block; }
.dropcontainer ul { position: absolute; padding: 0; margin: 0; width: 180px; background:#fff; height: 360px; overflow: auto; border: 1px solid #aaa; 	list-style-type: none; font-size: 1em; z-index: 5;}
.dropdownhidden { top: 0; left: -999em; }
.dropdownvisible { top: -3px; left: -4px; }
.dropcontainer ul a { padding: 4px .5em; display:block; width: 147px; text-decoration:none; color:#7c7c7c; border-bottom: 1px solid #e6e6e6; }
.dropcontainer ul a:hover { background: #efefef; }
.dropcontainer { position:relative; }
.search_btn { position: absolute; left: 450px; top: -6px; }

