
/*
 *	Bíll.is CSS v.0.1
 *	16.08.2007
 *	Hugsandi Menn (SJ)
 *	
 *	Litir
 *	Dökk grár: #33332d
 *  Milli (leit): #3d3d38
 *	LjósGrár: #ccccca
 *	Orange: #ff7c00
 *
 */

* { padding: 0; margin: 0; border: 0; }


body {
	font-family: Helvetica, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #3d3d38;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #3d3d38;
}

p a:hover {
	text-decoration: underline;
}

.clearfix {
	clear: both;
}

#printlogo {
	display: none;
}

#container {
	position: relative;
	width: 1004px;
	margin: 0 auto;
	margin-top: 20px;
}

/* begin/Header */
#headerwrapper {
	position: relative;
	width: 1004px;
	margin: 0 auto;
	height: 100px;
	background: url('../img/head_bg.gif') top center repeat-x;
}
#header {
	height: 100px;
	background: url('../img/header_bg.gif') top center no-repeat;
}
#headercontainer {
	width: 1004px;
	height: 100px;
	margin: 0 auto;
}

#phone_heading {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 240px;
	height: 50px;
}

#logo {
	float: left;
	width: 184px;
	height: 100px;
	background: #ff8000 url('../img/logo.gif') top left no-repeat;
}
#logo a.homelink {
	display: block;
	width: 184px;
	height: 100px;
}
#logo a.homelink span {
	display: none;
}

#map {
	float: left;
	width: 423px;
	height: 100px;
	background: transparent url('../img/map_bg.gif') top left no-repeat;
}

#nav {
	float: left;
	width: 397px;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	height: 100px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav li a span {
	display: none;
}

#nav li.heim a { width: 54px; background-image: url('../img/menu_heim.gif'); }
#nav li.soluskra a { width: 77px; background-image: url('../img/menu_soluskra.gif'); }
#nav li.skrabil a { width: 73px; background-image: url('../img/menu_skrabil.gif'); }
#nav li.fyrirspurnir a { width: 97px; background-image: url('../img/menu_fyrirspurnir.gif'); }
#nav li.stadsetning a { width: 97px; background-image: url('../img/menu_stadsetning.gif'); }
#nav li.umokkur a { width: 96px; background-image: url('../img/menu_umokkur.gif'); }

#nav li.selected a {
	background-position: 0 -100px;
}


/* end/Header */



/* begin/Main */

#left {
	float: left;
	width: 328px;
	padding-right: 10px;
}

#main {
	float: left;
	width: 666px;
}


#searcharea {
	width: 328px;
	/* height: 251px; */
	background-color: #33332d;
	color: #FFF;
	margin-bottom: 10px;
}

#searcharea option{
	color: black;
}

#searcharea option.hidden {
	display:none;
	visibility:hidden;
}

#adarea {
	width: 328px;
}

#adarea .ad {
	height: 77px;
	background-color: #ccccca;
	margin-bottom: 10px;
}

div.augl_big {
	position:relative;
	margin-bottom: 10px;
	/*border-left: 1px solid #33332d;
	border-right: 1px solid #33332d;*/
	overflow:hidden;
	height:77px;
}

div.augl_big img {
	position: absolute;
	top: 0px;
	left: 0px;
}


/* Main Items */
#main #banner {
	width: 666px;
	height: 251px;
	background: #33332d;
	margin-bottom: 10px;
}


#main .content {
	border: 1px solid #ccccca;
	border-bottom: 0px;
}

#main .content h2 {
	margin-top: 19px;
	margin-left: 20px;
	margin-bottom: 10px;
	color: #7d7d7d;
	font-size: 1.8em;
}


#footer {
	margin-top: 50px;
	border-top: 1px solid #ff7c00;
}
#footer .inner {
	width: 1004px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#footer .inner span.footer {
	display: block;
	padding: 10px;
	float: left;
}

#footer .inner span.credit {
	display: block;
	padding: 10px;
	float: right;
}


/* Bílar tafla */

table.carlist {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5em;
}

table.carlist thead tr th {
	background-color: #ccccca;
	height: 34px;
	color: #464646;
	text-align: right;
}

table.carlist tbody tr td {
	text-align: right;
	vertical-align: top;
	padding-top: 11px;
	border-bottom: 1px solid #ccccca;
	border-left:none;
	overflow: hidden;
}

table.carlist tbody tr td a {
	color: #464646;
}


table.carlist tbody tr td.thumb { padding: 0; width: 75px; text-align: left; padding-bottom:6px; padding-top:6px; }
table.carlist thead tr th.type,
table.carlist tbody tr td.type { width: 260px; padding-left: 10px; text-align: left; text-transform:uppercase; padding-top:6px; line-height:2em; }
table.carlist tbody tr td.type strong { font-size:1.4em; color:#111; }
table.carlist tbody tr td.type span { color:#000000; }
table.carlist tbody tr td.more { width: 40px; padding-top:40px; text-align: center;}
table.carlist tbody tr td { padding-top:40px; }

table.carlist em {
	color: #7d7d7d;
	font-style: normal;
}

/* paging */

.paging {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1.5em;
    border: 1px solid #ccccca;
	padding: 10px;
	padding-left: 85px;
}
.paging p {
	margin-bottom: 0.5em;
}

.paging a, .paging span {
    display: block;
    float: left;
    padding: 0.2em 0.5em 0.2em 0.5em;
    margin-right: 0.2em;
    border: 1px solid #fff;
    background: #fff;
    text-align: center;
    color: #33332d;
}

.paging span.current {
    border: 1px solid #ff7c00;
    font-weight: bold;
    background: #ff7c00;
    color: #fff;
}


.paging a {
    border: 1px solid #ff7c00;
    text-decoration: none;
    font-weight: bold;
}

.paging a:hover {
    border-color: #ff7c00;
    text-decoration: none;
}

.paging span.nextprev {
	border: 1px solid #ff7c00;    
}


/* Leitarbox */

#searcharea h2 {
	height: 41px;
	background: url('../img/search_header_bg.gif') top left no-repeat;
	border-bottom: 1px solid #757571;
}

#searcharea h2 span { visibility: hidden; }


#searcharea div.fields {
	height: 53px;
	border-bottom: 1px solid #757571;
}

#searcharea div.fields div.field {
	padding-top: 0.5em;
	width: 140px;
	float: left;
}
#searcharea div.fields div.field label {
	font-size: 11px;
	display: block;
	text-align: left;
	font-weight: bold;
	line-height: 1.5em;
}

#searcharea div.light {
	background-color: #3d3d38;
}

#searcharea div.fields div.field select,
#searcharea div.fields div.field input {
	width: 139px;
}

#searcharea div.fields div.first {
	padding-left: 20px;
	padding-right: 10px;
}
#searcharea div.fields div.double {
	width: 270px !important;
	padding-left: 20px;
	padding-right: 20px;
}
#searcharea div.fields div.double input,
#searcharea div.fields div.double select {
	width: 288px;
}

#searcharea div.searchfoot {
	position: relative;
	line-height: 47px;
	padding-left: 20px;
	color: #ff7c00;
	height: 47px;
	background: url('../img/search_foot_bg.gif') top left no-repeat;
}
#searcharea div.searchfoot a {
	color: #ff7c00;
}

#searcharea button {
	position: absolute;
	background: none;
	right: 20px;
	bottom: 10px;
	width: 80px;
	cursor: pointer;
}


/* Car Details */


#cardetails #infocontainer {
	float: left;
	width: 337px;
	height: 250px;
	border-top: 1px solid #ccccca;
	border-left: 1px solid #ccccca;
}

#cardetails #infocontainer #info {
	width: 286px;
	height: 209px;
	padding: 20px;
	border-right: 1px solid #ccccca;
	border-bottom: 1px solid #ccccca;
}

#cardetails #carimage {
	float: left;
	width: 328px;
	height: 251px;
	background: #F7F7F7;
	overflow: hidden;
}
#cardetails #carimage p {
	text-align: center;
	padding-top: 116px;
}

#cardetails #buttons {
	clear: both;
	position: relative;
	height: 39px;
	border: 1px solid #ececec;
	border-top: 0;
}


#cardetails #buttons a {
	display: block;
	position: absolute;
	top: 10px;
	height: 23px;
}
#cardetails #buttons a span {
	visibility: hidden;
}

#cardetails #buttons a.goback { background: url('../img/goback_btn.gif'); width: 70px; left: 20px; }
#cardetails #buttons a.enquire { background: url('../img/enquire_btn.gif'); width: 113px; right: 200px; }
#cardetails #buttons a.loan { background: url('../img/loan_btn.gif'); width: 99px; right: 89px; }
#cardetails #buttons a.print { background: url('../img/print_btn.gif'); width: 63px; right: 13px; }


#cardetails div.detcontainer {
	border: 1px solid #ececec;
	border-top: 0;
}

#cardetails #accessories h3 {
	font-size: 1em;
	padding: 20px 0 0 20px; 
}

#cardetails #imagecontainer p,
#cardetails div.detcontainer p {
	padding: 20px;
}

#cardetails #imagecontainer {
	text-align: center;
}
#cardetails #imagecontainer img {
	margin-bottom: 10px;
}



/* Details info cardetails */

#cardetails #infocontainer #info h1 {
	font-size: 24px;
}

#cardetails #infocontainer #info h2 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 0;
}
#cardetails #infocontainer #info h3 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 0;
}
#cardetails #infocontainer #info h5 {
	font-size: 10px;
}

table.cardetails {
	width: 100%;
	margin-top: 0.5em;
}

table.cardetails tr td.data {
	text-align: right;
	color: #4d4d4d;
}



div.smallbox {
	float: left;
	width: 126px;
	padding: 20px;
}

div.smallbox ul {
	list-style: none;
}

div.smallbox ul li {
	line-height: 1.5em;
}


/* Debug window */
#debugwindow {
	position: absolute;
	top: 642px;
	left: 129px;
	width: 306px;
	color: #ffff80;
	border: 1px solid #ffacac;
	background-color: #404040;
	padding: 10px;
	opacity: 0.75;
}
#debugwindow ul {
	list-style: none;
}

/* Forms */

#formcontainer {
	border: 1px solid #ccccca;
	padding: 20px;
	position: relative;
}

#formcontainer div.field h2 {
	padding-top: 1em;
}

#formcontainer div.smallbox {
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}

#formcontainer div.field {
}

#formcontainer div.field label {
	display: block;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 0.5em;
	margin-top: 0.5em; 
}

#formcontainer div.field input,
#formcontainer div.field textarea {
	border: 1px solid #ccccca;
	margin-bottom: 0.5em;
	width: 620px;
	color: #4d4d4d;
	font-size: 1.2em;
}

#formcontainer div.field input {
	height: 20px;
}

#formcontainer div.field input.check {
	width: 15px !important;
	margin: 0 !important;
	border: 0 !important;
	margin-left: 10px !important;
}
#formcontainer div.field input.radiobtn {
	width: 12px !important;
	height: 12px !important;
	margin: 0 !important;
	border: 0 !important;
	margin-left: 10px !important;
	padding-top: 3px !important;
}
#formcontainer div.field .button {
	width: 100px;
	float: right;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #ff7c00;
}

#maincontent h2,
#formcontainer h2 {
	margin-bottom: 10px;
	color: #7d7d7d;
	font-size: 1.8em;
}

#formcontainer div.button {
	height: 40px;
}
	

#formcontainer div.button button {
	position: absolute;
	background: none;
	right: 20px;
	bottom: 10px;
	width: 95px;
	height: 33px;
	cursor: pointer;
}

#maincontent {
	padding: 20px 20px 0px 20px;
	border: 1px solid #ccccca;
}

#maincontent p {
	margin-bottom: 1em;
	line-height: 1.3em;
}

#maincontent div.image {
	margin-left: -20px;
}

/* From validation */

/*.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #ff7c00;
	color : #FFF;
	font-weight: bold;
} */

.validation-advice {
	margin: 0px 0 10px;
	padding: 2px;
	/* background-color: #ff7c00;*/
	color : red;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

input.check {
	width: 15px !important;
}


#announcements {
	padding: 20px 20px 0px 20px;
	border: 1px solid #ccccca;
	margin-bottom:10px;
}

#announcements img {
	/*float:left;*/
	margin-right:10px;
	margin-bottom:4px;
	/*border-color:#000000;*/
	/*border-width:4px;*/
}

#announcements p {
	margin-bottom: 1em;
	line-height: 1.3em;
}

#announcements h2, #announcements h1, #announcements h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	color: #7d7d7d;
	font-size: 1.8em;
}

#announcements > div {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	padding:0px;
}

#announcements a.control {
	padding-left:4px;
	padding-right:4px;
	background-color:#FF7C00;
	font-weight:bold;
	color: #FFFFFF
}

#announcements a.control.absolute {
	position:absolute;
	bottom:0px;
	right:0px;
}

#thumbnails_table {
	width: 100%;
	background-image: url('/img/bilar_med_myndum_seljast.jpg');
	background-repeat: no-repeat;
	background-position: 100px 0px;
	margin-top:10px;
}

#thumbnails {
	background-color:#FFFFFF;
}

#progress {
	margin-top:10px;
}
