/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: top;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #e6e7e8;
	color: #444;
	font: normal 75% sans-serif;
	line-height: 1.5;
}

/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1, h1 span {font-size: 18px;}
h2, h2 span {font-size: 16px;}
h3, h3 span {font-size: 14px;}
h4, h4 span {font-size: 13px;}
h5, h5 span {font-size: 13px;}
h6, h6 span {font-size: 12px;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

h1,h2,h3,h4,h5,h6,td,a,input	{
	font-family: 'HelveticaNeue-Light','HelveticaNeue',Helvetica,Arial,sans-serif;
}

/* Text elements */

p {margin-bottom: 12px;}

a:focus,a:hover {color: #eb951a;}
a {
	color: #eb951a;
	text-decoration: none;
	font-weight:bold;
	white-space:nowrap;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.2em; line-height: 1.4em;}
blockquote span {font-size: 1.4em; color: #000;}
del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #EEE;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #EEE;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #EEE;}
table.data-table td, table th {padding: 8px 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #E6E6E6;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

div.more {padding-top: 6px;}
.more a, a.more {color: #666;}
.more a:hover, a.more:hover {color: #002;}


/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #DDD; background: #F6F6F6;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, input[type=text], input[type=password], input[type=file], textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 5px 0;
	padding: 4px 5px;
	width:200px;
}

input.fullwidth
{
	width:95%;
}

input.text:focus, input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button, input[type=submit] {
	margin-bottom:-8px;
	border:none;
	background-image:url(/images/layout/button_background_150px.gif);
	width:150px;
	height:57px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	border-style:none;
}

input.button_200px	{
	background-image:url(/images/layout/button_background_200px.gif);
	width:200px;
}

input.button_100px	{
	background-image:url(/images/layout/button_background_100px.gif);
	width:100px;
}


input[type=file]:active {
	border-style: inset;
}

input[type=radio]	{
	margin-right:5px;
}

.form-error {border-color: #F00;}

.warning,
.googlereferrer	
{
	border: solid 1px #eb951a;
	padding:10px;
}

.warning,
.googlereferrer	
{
	font-weight:bold;
}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Columns */

.col2 {width: 47%;}



/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #EEE;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive-separator {margin: 0 0 14px;}

.separator-vertical {background: url('/images/layout/separator-vertical.gif') repeat-y center top;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post a {text-decoration: none;}
.post a:hover, .post-body a {text-decoration: underline;}

.post-title {border-bottom: 1px solid #E5E5E5;}

.post-date {
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 0;
}
.post-date a {color: #444;}

.post-body {padding-top: 12px;}

.post-meta {
	background: #FCFCFC;
	border: 1px solid #ECECEC;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}


ul.nice-list {
	border-top: 1px solid #F0F0F0;
	margin-left: 0;
	margin-right: 0;
}
ul.nice-list li {
	border-bottom: 1px solid #F0F0F0;
	list-style: none;
	padding: 6px 5px;
}
ul.nice-list li a {text-decoration: none;}
ul.nice-list li a:hover {text-decoration: underline;}
ul.nice-list span {color: #666;}

#sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #E0E0E0;}


/* Archives */
.archive-pagination {margin-bottom: 1.6em;}
.archive-pagination a {text-decoration: none;}
.archive-pagination a:hover {text-decoration: underline;}
.archive-post {margin-bottom: 14px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post .post-date {
	border: none;
	padding: 0;
}
.archive-post-day {font: normal 1.6em Georgia,serif;}
.archive-post .post-date,.archive-post-title {padding-top: 3px;} 


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #DAD6D0;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 1px;
}
.thumbnails a.thumb:hover {background: #AAA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {
	background: url('/images/layout/box.gif') no-repeat left top;
	border-bottom: 1px solid #DFDFDA;
	border-top: 1px solid #FFF;
	padding: 16px 20px 0;
}
.box a {color: #951;}
.box a:hover {color: #310;}
.box-title {	
	color: #665;
	font: normal 1.6em sans-serif;
}
.box-content {padding: 8px 0;}



/* 
   Comments 
------------------------------------------------------------------- */

div.comment-list {
	border-top: 1px solid #EEE; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #EEE;
	padding: 10px 8px 0;
}
.comment-date {font-size: 0.9em;}
.comment-date a {
	color: #567;
	text-decoration: none;
}
.comment-date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment-body {padding-top: 4px;}

.comment-gravatar {width: 48px;}
.comment-gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* Common */
.center-wrapper {
	width: 900px;
	margin: 0 auto;
}

/* Header */

#header-wrapper {		}
#header-wrapper-2	{	background: url('/images/layout/margin_middle.gif') repeat-y center top;}
#header {
	padding: 2px 2px 15px 10px;
}

#logo {color: #FFF;}

/* Navigation */

#navigation-wrapper {}
#navigation-wrapper-2 { background: url('/images/layout/margin_middle.gif') repeat-y center top; }
#navigation {
	min-height: 29px;
	padding: 0;
}

#navigation table,
#navigation td {
	margin: 0;
	padding:0;
	border-collapse:collapse;
}

#navigation td {
	height: 29px;
	text-align:center;
}

#navigation a {
	color: #000000;
	display: block;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	padding: 6px 4px 4px;
	background: url('/images/layout/menu_background.gif') repeat-x left top;
}
#navigation a:hover {color: #111111;}
#navigation td.current_page_item a, #navigation td.current_page_parent a {color: #FFFFFF;}

#navigation td.current_page_parent a,
#navigation td.current_page_item a {
	background: url('/images/layout/menu_background_selected.gif') repeat-x left top;
}

#navigation td.firstitem
{
	background: url('/images/layout/menu_home.gif') no-repeat left top;
	padding-right:0px;
}

#navigation td.firstitem a
{
	background-image: none;
	height: 29px;
	padding-left:15px;
}

#navigation td.separator 
{
	background: url('/images/layout/menu_separator_background.gif') no-repeat right top;
	width:2px;
}

#navigation td.lastitem 
{
	background: url('/images/layout/menu_edge_right.gif') no-repeat right top;
	width:4px;
}

/* Content */

.content {font-size: 1.2em;}
#content-wrapper {background: #FFFFFF url('/images/layout/margin_middle.gif') repeat-y center top;}
.content#content-two-columns {background: url('/images/layout/content-two-columns.gif') repeat-y left top;}
#content {padding-bottom: 12px;}

/* Main */

#main-wrapper {
	float: right;
	width: 698px;
}
/*  #main {padding: 5px 24px 24px;} */

#main .text-separator, #featured .text-separator {
	color: #AAA;
	padding: 0 5px;
}


/* Sidebar */

#sidebar-wrapper {
	float: left;
	width: 260px;
}

/* Top */

#top-wrapper {
	height:40px;
	background: #FFFFFF url('/images/layout/margin_top.gif') repeat-y center bottom;
	padding-bottom: 20px;
}


/* Footer */

#footer-wrapper {
	background: #FFFFFF url('/images/layout/margin_middle.gif') repeat-y center top;
	padding-bottom: 20px;
}

#footer {
	font-size: 1.1em;
	padding: 12px 16px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {text-decoration:underline;}
#footer span.text-separator {
	color: #999;
	padding: 0 3px;
}

/* Bottom */

#bottom {
	color: #666;
	padding: 15px 6px 30px;
	background: #FFFFFF url('/images/layout/margin_bottom.gif') repeat-y center top;
	text-align:center;
}
#bottom a {
	color: #555;
	text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {color: #002;}
#bottom span.text-separator {
	color: #888;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {color: #777;}

#bottom a.sitemap	{
	font-weight:normal;
}
#bottom a.sitemap:hover	{
	text-decoration:underline;
}


/* Featured Box */
#featured-wrapper {
	background: url('/images/layout/gradient-light.gif') repeat-x left bottom;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 22px;
}
#featured {padding: 42px 124px 12px 48px;}

#featured h2 {
	font: normal 3em sans-serif;
	margin: 0;
}
#featured h2 span {color: #43B16C;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single Line IE Fixes */
* html .separator-vertical, * html .content {height: 0.01%; min-height: 0.01%;}

#registermultipleadvertisements tr td
{
  margin:0px;
  padding:0px;
}

#registermultipleadvertisements input, 
#registermultipleadvertisements select
{
  margin:0px;
}

#registermultipleadvertisements .title	{	width: 250px;	}
#registermultipleadvertisements .text	{	width: 272px;	}
#registermultipleadvertisements .price	{	width: 60px;	}
#registermultipleadvertisements .category	{	width: 150px;	}
#registermultipleadvertisements .city	{	width: 120px;	}

div.thumbnail
{
	float:left;
	width:135px;
	height:140px;
	padding-top: 10px;
	text-align:left;
}

div.thumbnailscontainer
{
	width:100%;
}

div.thumbnailscontainer div.thumbnail a	{
	color:#eb951a;
}


/* Resizable textarea */

div.grippie {
	background:#EEEEEE url(/images/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	width:95%;
	height: 20%;
}

table#searchads td	{
	vertical-align:bottom;
}

table.registeredadvertisements tr.edited
{
	background-color:#EEEEEE;
}

table.registeredadvertisements td	{
	white-space:nowrap;
}

table.registermultipleadvertisements
{
	width:600px;	
}

table.registermultipleadvertisements th {
	padding:3px;
	font-weight:bold;
	text-align:left;
}
table.registermultipleadvertisements tr {
	vertical-align:top;
}
table.registermultipleadvertisements td {
	padding:0px;
	font-size:12px;
}

table.registermultipleadvertisements td input[type=text],
table.registermultipleadvertisements td select {
	margin-left:2px;
	margin-right:2px;
}


table.registermultipleadvertisements th.first	{	vertical-align:middle; padding-left:5px;padding-right:15px;		}
table.registermultipleadvertisements td.title	{		}
table.registermultipleadvertisements td.text	{		}
table.registermultipleadvertisements td.price	{		}
table.registermultipleadvertisements td.price input	{	text-align:right;	}
table.registermultipleadvertisements td.category	{		}
table.registermultipleadvertisements td.city	{		}

/* Search panel */

div#searchadvertisements	{
}

hr.aftersearch	{
	height:3px;
	background: url('/images/layout/dotted_line_background.gif') repeat-x left bottom;
	border:0;
}

/* Advertisements list */
table.listadvertisements td		{
	border-bottom:solid #cbcdcf 1px;
	height:110px;
	padding-top:5px;
	white-space:normal;
}

table.listadvertisements td.image	{
	vertical-align:top;
	padding-top:10px;
	width:130px;
}

table.listadvertisements td.date	{
	vertical-align:middle;
	width:40px;
	padding-left:10px;
}

table.listadvertisements td.text1	{	width:425px;	}
table.listadvertisements td.text1 a	{	white-space:normal;	}
table.listadvertisements td.text2	{	width:150px;	}
table.listadvertisements td.text3	{	width:155px;	}

/* Image shadows*/
.shadow_thumbnail	{
	float:left;
	background: url(/images/layout/shadow_thumbnail.gif) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
	margin-top:5px;
	margin-left:5px;
}

.shadow_image	{
	float:left;
	background: url(/images/layout/shadow_image.gif) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.shadow_thumbnail img,
.shadow_image img	{
	display: block; /* IE won't do well without this */
	position: relative; /* Make the shadow's position relative to its image */
	padding: 0px; /* This creates a border around the image */
	padding: 5px; /* This creates a border around the image */
	background-color: #fff; /* Background color of the border created by the padding */
	border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
}

.shadow_thumbnail img	{
	margin: -6px 6px 6px -6px; }

.shadow_image img	{
	margin: -6px 6px 6px -6px; }


.viewadvertisement_imagelist	{
	width:120px;
}

.viewadvertisement_viewimage	{
	text-align:left;
}

/* Login screen */
div.login		{
	border: solid 1px #eb951a;
	padding:10px;
}

/* Price list */

table.pricelist	{
	border:solid 1px Black;
}

table.pricelist td,
table.pricelist th		{
	text-align:right;
	border:solid 1px Black;
}

table.pricelist th		{
}

/* First page */

div#firstpagebanner	{
	width:900px;
	height: 232px;
 	background-image:url("/images/first/platta.gif");
	margin-top:20px;
	position:relative;
	display:none;
}

div#firstpagebanner div#firstpagebanner_text	{
	padding-left:40px;
	padding-top:30px;
	height:150px;
	width:550px;
}

div#firstpagebanner div#firstpagebanner_text h1,
div#firstpagebanner div#firstpagebanner_text p,
div#firstpagebanner div#firstpagebanner_text a	{
	color:#FFFFFF;
	font-size:14px;
}

div#firstpagebanner div#firstpagebanner_text a	{
	font-weight:bold;
}

div#firstpagebanner div#firstpagebanner_text h1,
div#firstpagebanner div#firstpagebanner_text h1 a,
div#firstpagebanner div#firstpagebanner_text h2,
div#firstpagebanner div#firstpagebanner_text h2 a	{
	font-size:18px;
}


div#firstpagebanner div#firstpagebanner_close	{
	position:absolute;
	bottom:0px;
	right:0px;
	height:11px;
	width:11px;
 	background-image:url("/images/first/platta_close.gif");
	cursor:pointer;
    	cursor:hand;
}

/* Google translate */

#footer .goog-te-combo	{
	font-size:11px;
	padding:2px;
}

.extramargin	{
	padding:30px 50px;
}

/* Feedback form */
a#feedbackformlink		{
	color: #eb951a;
}

table#myadvertisements tr td	{
	padding-left:5px;
}

table#myadvertisements tr.selected	{
	border: solid 1px #EB951A;
}

.pager select	{
	width:auto;
}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

