/* truckbureau */


@import url(./navigation.css);
@import url(./news.css);
@import url(./adresar.css);


*, body, html {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

body {
	background:#fff;
	color:#742F2A;
}

table {
	width:95%;
	max-width:508px;
}

a {
	text-decoration:underline;
	color:#CF1723;
}

td {
	vertical-align:top;
	
}

li {
	
	
}

ol {
margin-left:40px;
}

a:hover {
	text-decoration:none;
}

img {
	border:0;
}

#container {
	position:relative;
	width:996px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:150px;
	background:url(../images/header-bridge.jpg);
}

#header h1 {
	display:block;
	background:#fff;
	position:absolute;
	left:34px;
	top:15px;
	width:266px;
	height:120px;

}

#header h1 a {
	display:block;
	width:266px;
	height:120px;
	background:url(../images/logo.gif);
	line-height:1000px;
	overflow:hidden;
}


#left h2 {
	padding:11px 0 0 38px;
	background:url(../images/h2-left.gif);
	height:26px;
	font-weight:normal;
	text-transform:uppercase;
}

#right h2 {
	padding:11px 0 0 38px;
	background:url(../images/h2-right.gif);
	height:26px;
	font-weight:normal;
	text-transform:uppercase;
}

#stripe {
	height:39px;
	background:url(../images/lista.gif);
}

#left {
	width:219px;
	min-height:500px;
	
	float:left;
}

#right {
	width:219px;
	z-index:-1;
	float:right;
	/*_position:absolute;
	top:150px;
	left:800px;*/
}

#main {
	float:left;
	width:558px;
	_width:518px;
	_overflow:hidden;
	min-height:500px;
	
}

#main .box,  #right .box{
_margin-left:0;	
_margin-right:0;
_padding:10px;
}

#pwd {
	margin:20px;
}

#main h2, #pwd h2 {
	color:#CF1723;
	font-size:180%;
	font-weight:normal;
	padding-bottom:10px;
	padding-top:0;
	margin-bottom:15px;
	margin-top:5px;
	border-bottom:1px solid #EBEBEB;
}



#main #continents {
width:477px;
height:172px;
background:url(../images/continents.jpg);
margin:auto;
margin-bottom:15px;
text-align:center;
}

#main #continents a span {
display:block;
padding-top:135px;
font-size:1.2em;
}

#main #continents a#north_america {
display:block;
width:160px;
height:172px;
float:left;
}

#main #continents a#north_america:hover, a#north_america.active {
background:url(../images/bt_north_america_a.jpg);
}

#main #continents a#europe {
display:block;
width:158px;
height:172px;
float:left;
}

#main #continents a#europe:hover, a#europe.active {
background:url(../images/bt_europe_a.jpg);
}

#main #continents a#australia {
display:block;
width:159px;
height:172px;
float:left;
}

#main #continents a#australia:hover, a#australia.active {
background:url(../images/bt_australia_a.jpg);
}

#main h2#truck {
	padding-top:15px;
	background:url(../images/truck.gif) no-repeat left center;
	padding-left:80px;
}

#main h2#load {
	padding-top:15px;
	background:url(../images/load.gif) no-repeat left center;
	padding-left:80px;
}

#main h3, #main .in_box h2{
	color:#CF1723;
	font-size:160%;
	font-weight:normal;
	padding:10px 0 0 0;
	margin-bottom:8px;
	border-bottom:none;
}

.in_box h2 a{
	color:#CF1723;
	font-size:18px;
	font-weight:normal;
	padding:0 0 10px 0;
	margin-bottom:15px;
}

#menu ul {

}

#menu ul li {
	width:219px;
	height:28px;
	list-style-type:none;
}

#menu ul li a{
	display:block;
	width:160px;
	height:28px;
	background:url(../images/menu-li.gif);
	padding-left:59px;
	padding-top:7px;
	text-transform:uppercase;
	color:#742F2A;
}

#menu ul li a.active {
	background:url(../images/menu-li-active.gif);
	color:#CF1723;
	text-decoration:none;
}

#menu-admin ul {

}

#menu-admin ul li {
	width:219px;
	height:28px;
	list-style-type:none;
}

#menu-admin ul li a{
	display:block;
	width:160px;
	height:28px;
	background:url(../images/menu-admin-li.gif);
	padding-left:59px;
	padding-top:7px;
	text-transform:uppercase;
	color:#742F2A;
}

#menu-admin ul li a.active {
	background:url(../images/menu-admin-li-active.gif);
	color:#CF1723;
	text-decoration:none;
}


.pole {
	width:120px;
}

.subanchor {
	font-size:1em;
	color:#CF1723;
	padding-left:20px;
	background:3px 5px url(../images/subanchor.gif) no-repeat;
}

#footer {
	height:59px;
	background:#F0DFCE;
	clear:both;
	position:relative;
}

#footer #copy {
	font-size:85%;
	position:absolute;
	background:none;
	top:25px;
	left:30px;
}

#footer #copy a {
	font-size:90%;
}

#footer #icons {
	position:absolute;
	top:25px;
	left:850px;
	height:15px;
	background:#CC3333;
}

#sign-up {
	float:right;
	margin:5px 50px 0 0;
}

#slogan {
	float:left;
	margin:0;
	padding:8px 0 0 30px;
	font-size:1.2em;
	font-style:italic;
}


/* main */ 

.clear-right {
	clear:right;
	height:3px;
	font-size:3px;
}


.hidden {
display:none;
}

fieldset {
padding:20px;
margin:15px 0;
}

legend {
color:#CF1723;
font-size:1.2em;
}

.row2 {
background:#F0DFCE;
}

tr.theader td select {
width:25px;
overflow:hidden;
font-size:10px;
}

table#truck, table#loadx {
width:100%;
overflow:hidden;
}


#loadx tr td {
font-size:10px;
text-align:center;
padding:0;
margin:0;
}

table#loadx.edit tr td {
font-size:12px;
text-align:left;
}

table#loadx tr td span.detail {
display:none;
}

table#loadx.edit tr td span.detail {
display:inline;
}

#truck tr td {
font-size:10px;
text-align:center;
}

#truck tr td strong, #loadx tr td strong {
font-size:10px;

}

#truck tr td strong b, #loadx tr td strong b {
font-size:10px;
}

#truck.edit tr td {
font-size:12px;
text-align:left;
}

table#truck tr td input, table#truck tr td option {

}

table#truck tr td span.detail {
display:none;
}

table#truck.edit tr td span.detail {
display:inline;
}

.firstcol {
width:200px;
}

#top-banner-cont {
	width:996px;
	margin-left:auto;
	margin-right:auto;
}

.top-banner {
	width:728px;
	margin:5px auto 5px 70px;
}

.square_button {
width:125px;
margin:auto;
margin-left:7px;
}

.sponsored {
background:#F0DFCE;
font-size:0.6em;
}

.divider {
border-bottom:1px solid #fff;
}

.in_box {
border-bottom:1px solid #EBEBEB;
padding-bottom:10px;
}


.sponsored .in_box {
padding:0 20px;
border-bottom:none;
}

.datum {
margin-top:0;
}


#main .sponsored h2.file {
padding-left:0;
background:none;
border-bottom:0;
padding-bottom:0;
padding-top:10px;
margin-top:0;
}

.sponsored h2.file a {
padding:0;
margin:0;
}

.new_ {
font-size:130%;
}

.box {
/*overflow:auto;*/
}

.truck, .loadx {
width:520px;
max-width:520px;
overflow:hidden;
}

.add-right {
float:right;
}

.add-right a {
font-size:135%;
}