/*
	font-sizes
	21	h1
	18	h2
	15	h3 & big
	12	normal
	11	
	
	colors
	#0080C3 blue
	#666666 gray
*/

@import 'navi.css';
@import 'location.css';
@import 'banners.css';
@import 'items.css';
@import 'box.css';

/* * { 
	margin: 0; padding: 0;
}
*/
body {
	background-color: white;
	font-size: 12px;
	min-width: 960px;
	font-family: Arial, Verdana, 'Bitstream Vera Sans', sans-serif;
}
/*
div { position: relative; }
*/
a:link, a:visited, a:active { 
	color: #0080C3;
	text-decoration: none;
}
a:hover {
	color: #0080C3;
	text-decoration: underline;
}

p {
}

a img {
	border: 0;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}


h1 {
	font-weight: bold;
	font-size: 21px;
}
h2 {
	font-weight: bold;
	font-size: 17px;
}
h3 {
	font-weight: bold;
	font-size: 15px;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
big {
	font-size: 15px;
}
.small {
	font-size: 11px;
}
.blue {
	color: #0080C3;
}
.gray {
	color: #666;
}
.black { 
	color: #000;
}
.pad_top {
	display: block;
	padding-top: 7px;
}
.pad_top_l {
	display: block;
	padding-top: 12px;
}
.pad_bot {
	display: block;
	padding-bottom: 7px;
}
.pad_top_s {
	padding-top: 3px;
}
.pad_bot_s {
	padding-bottom: 3px;
}
.pad_bot_l { padding-bottom: 15px; }
.mtop {
	margin-top: 7px;
}
.mbottom {
	margin-bottom: 10px;
}
.marginright { margin-right: 20px; }
.marginright_narrow { margin-right: 10px; }
.nopadding { padding: 0px; }
.nomarginbottom { margin-bottom: 0px !important; }
.noborderbottom { border-bottom: 0px !important; }
.nobg { background: none !important; }
.ie7_show {
	display: none;
}

.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
}

.float_wrapper { height: 1%; overflow: hidden; }


.tooltip { background: #00b0da; color: #fff; padding: 2px 5px; }

.header {
   background: #73b5f1;
   width: 100%;
   overflow: hidden;
}
.header #site_logo {
   float: left;
   margin-top: 38px;
   margin-left: 32px;
   margin-bottom: 38px;
} 

.pmargin p { margin-bottom: 5px; padding: 0px; }
#header_markkina #site_logo { margin-top: 20px; }
#header_arena { background: #6bb5ef url(images/header_arena.jpg) bottom left no-repeat; }
#header_markkina { background: #c1d8ea url(images/header_markkina.jpg) bottom left repeat-x; } 


#footer {
	padding: 25px 35px 25px 25px;
	clear: both;
/*	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5; */
	color: #AAA;
    font-size: 11px;
}

#footer a, #footer a:visited, #footer a:hover {
	color: #AA;
}


#footer_bottom_blue {
	height: 15px;
	background: url(images/footer_bg_blue1.jpg) repeat-x bottom left;
}
#footer_bottom_green {
	height: 15px;
	background: url(images/footer_bg_green1.jpg) repeat-x bottom left;
}


#wrapper_outer {
	background: url(images/wrapper_bg1.jpg) repeat-x top left;
	padding-top: 20px;
}
#wrapper_inner {
	margin-left: 20px;
	margin-right: 10px;
}


/*
*	COLUMN SETTINGS
*/
#left {
	float: left;
	overflow: hidden;
}
#right {
	float: right;
	overflow: hidden;
}
#main {
	overflow: hidden;
}

.cols1_center-fluid #main { padding: 0px 20px 0px 0px; }

.cols2_center-fluid_right-narrow #right { width: 160px; }
.cols2_center-fluid_right-narrow #main { padding: 0px 20px 0px 0px; }

.cols2_center-fluid_right-wide #right { width: 300px; padding: 0px 20px 0px 0px; }
.cols2_center-fluid_right-wide #main { padding: 0px 20px 0px 0px; }

.cols2_left-narrow_center-fluid #left { width: 145px; }
.cols2_left-narrow_center-fluid #main { padding: 0px 20px; }

/* .cols3_left-narrow_center-fluid_right-narrow #left { width: 145px; }  */
.cols3_left-narrow_center-fluid_right-narrow #left { width: 160px; }
.cols3_left-narrow_center-fluid_right-narrow #right { width: 160px; }
.cols3_left-narrow_center-fluid_right-narrow #main { padding: 0px 20px; }




/*
*	FORMS
*/
#left select {
	width: 100%;
	background: white;
	border: 1px solid #D7D7D7;
	margin-bottom: 10px;
}
#left input.text {
/* 	width: 139px;  */
width: 153px;
	background: white;
	border: 1px solid #D7D7D7;	
}




/*
*	HALF COLUMNS
*/
div.half_column {
	width: 49%;
	overflow: hidden;
}

table.half_column_table {
	width: 100%;
}
td.half_column_cell_left {
}




.gray_line {
	border-top: 1px solid #dcdcdc;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}


/*
*	ARTICLES
*/
h2.article_heading {
	margin-bottom: 5px;
}
p.article_date {
	margin-bottom: 5px;
}
p.article_summary {
	line-height: 1.5;
}



/*
*	ROUND BUTTON
*/
.button_container {
height: 22px;
}
a.button_round, a.button_round_green {
	color: #0080C3;
	display: block;
	float: left;
	background: url(images/button_left_long1.gif) left top no-repeat;

	height: 22px;
	line-height: 22px;
	padding: 0px;
	padding-left: 16px;
	font-weight: bold;
}
a.button_round_green {
	background: url(images/button_left_long2_g.gif) left top no-repeat !important;
}

a.button_round:hover, a.button_round_green:hover {
	text-decoration: none;
	color: #003F61;
}

a.button_round_green, a:hover.button_round_green, a:active.button_round_green,  a:visited.button_round_green {
	color: #fff !important; 
}

.right_round, .right_round_green {
	background: url(images/button_right1.jpg) right top no-repeat;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	padding-right: 16px;
}

.right_round_green {
	background: url(images/button_right2_g.gif) right top no-repeat;
}

img.button_round {
	display: block;
	float: left;
	margin-right: 10px;
}

a#button_advanced_search {
	display: block;
	font-size: 0px;
	color: white;
	height: 22px;
	width: 145px;
	background: url(images/button_search2.jpg) no-repeat left top;
	margin-top: 10px;
}
a#button_advanced_search:hover {
	background-position: 0px -22px;
}




/*
*	GRAY HEADING
*/
h1.gray_heading {
	height: 27px;
	font-size: 15px;
	line-height: 27px;
	overflow: hidden;
	background: url(images/grad_gray_bg1.jpg) repeat-x;
	color: black;
}
h1.gray_heading .left {
	background: red;
	padding-left: 15px;
	background: url(images/grad_gray_left1.jpg) no-repeat left top;
}
h1.gray_heading .right {
	background: url(images/grad_gray_right1.jpg) no-repeat right top;
	padding-right: 20px;
}



/*
*	ITEM PAGE
*/
.item_details_price {
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.item_details_thumbs {
	margin-bottom: 10px;
}
.item_details_thumbs img {
	margin-right: 5px;
}
.item_details_stats {
	margin-bottom: 20px;
}

.item_details_list {
	width: 100%;
	margin-top: 5px;
}
table.bottom_border {
	border-bottom: 2px solid #f0f0f0;
}
.item_details_list td {
	padding: 5px 0px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
	
}
.item_details_list td.label {
	text-align: right;
	padding-right: 20px;
	padding-left: 40px;
	width: 150px;
	white-space: nowrap;
	font-weight: bold;
	vertical-align: top;
}
.item_details_list td.question_author {
	border-bottom: none;
	line-height: 15px;
	text-align: right;
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 150px;
	white-space: nowrap;
	font-weight: bold;
}
.item_details_list td.question_text {
	border-bottom: none;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 0;
}
.item_details_list td.answer_author {
	line-height: 15px;
	text-align: right;
	padding-right: 20px;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top: 3px;
	width: 150px;
	white-space: nowrap;
	font-weight: bold;
}
.item_details_list td.answer_text {
	line-height: 15px;
	padding-bottom: 10px;
	padding-top: 3px;
}

.item_details_list td.top_border {
	border-top: 2px solid #f0f0f0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: none;
}
.item_details_list input.question {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #dcdcdc;
	height: 18px;
	padding-top: 2px;
	width: 240px;
	margin-right: 5px;
}


/*
*	SCROLLER BAR
*/
.scroller_details {
	float: left;
	width: 100%;
}

.scroller_container {
	height: 15px;
	width: 100%;
	background: url(images/scroller_bg1.jpg) repeat-x top left;
}
.scroller_inner {
	border: solid #C3C3C3;
	border-width: 0 1px;
	overflow: hidden;
	height: 15px;
}


.scroller_bar_left {
	position: absolute; 
	left: -184px;
}.scroller_bar_right {
	position: absolute; 
	left: 127px;
}
.scroller_bar_right_other {
	position: absolute; 
	left: -0px;
}



/*
*	DETAILED ITEM LIST
*/
ul.item_list_detailed {
	list-style: none;
}
ul.item_list_detailed li {
	/*height: 112px;*/
	border-bottom: 1px solid #ededed;
	display: block;
	float: left;
	width: 100%;
}

ul.item_list_detailed .left {
	height: 112px;
	float: left;
	overflow: hidden;
	width: 132px; /* width 132px for 12px wide image */
	height: 100%;
}
ul.item_list_detailed .right {
	height: 112px;
	float: right;
	overflow: hidden;
	width: 180px;
	background: url(images/item_list_detailed_bg1.jpg) repeat-x #E9F4F8;
}
ul.item_list_detailed .main {
	/* height: 86px;*/
	/* 86px + top pad 13px + bot pad 13px = 112px */
	overflow: hidden;
	padding: 13px 13px 0px 13px;
}
ul.item_list_detailed .desc {
	/* height: 47px; */
	padding-bottom: 5px;
	overflow: hidden;
}
ul.item_list_detailed .data a{
	color: #666;
	text-decoration: underline;
}
ul.item_list_detailed .data a:hover{
	color: #000;
	text-decoration: none;
}

.advanced_search { height: 1%; overflow: hidden; padding: 0; }
.advanced_search h2, .advanced_search h3 { color: #4c4c4c; font-weight: normal; padding: 0 0 10px 0; }
.advanced_search label { color: #4c4c4c; }
.advanced_search select { width: 180px; }
.advanced_search .select_narrow { width: 110px; }
.advanced_search .textarea { height: 150px; width: 100%; }
.wide_select { width: 280px !important; }

#map { overflow: hidden; }
.advanced_search #map { border: 1px solid #979797; clear: both; height: 300px; width: 95%; } 
.advanced_search .scroller_container { width: 280px; }

.searchtable { padding: 0 0 15px 0; }


.slider { background: transparent url(images/sliderblock_back.gif) top left repeat-x; border: 0px; height: 14px; position: relative; width: 159px !important; }

.slider_handle { height: 14px !important; width: 16px !important; } 
.slider_handle, .slider_block { position: absolute; }
.slider_handle { z-index: 1; }

.ui-slider-range { background: transparent url(images/sliderblock.gif) top left repeat-x; height: 14px; width: 50px; z-index: 0; }
.slider_green .ui-slider-range { background: transparent url(images/sliderblock_g.gif) top left repeat-x; height: 14px; width: 50px; z-index: 0; }
.ui-slider-range-dis { background: transparent url(images/sliderblock_dis.gif) top left repeat-x !important; }

.table_label { font-weight: bold; padding-right: 20px; width: 35%; }
.table_label label { display: block; padding: 5px 0 0 0; }
.tableline, .quick_line { background: transparent url(images/tableline.gif) top left repeat-x; height: 31px; }
.quick_line { background: transparent url(images/quickline.gif) top left repeat-x; height: 11px; }

.sortby { margin: 5px 0 0 0; }


.column_left { background: transparent url(images/pixel.gif) top right repeat-y; float: left; width: 60%; }

.column_right { float: right; width: 40%; }
.inner { margin: 10px 23px 10px 20px; }


.checkbox, .radio { margin: 5px 0 0 0; }
.search_header { display: none; }

.rent { display: none; }

.loader {
	background: transparent url(images/loader.gif) 50% 50% no-repeat;
	display: none;
	padding: 200px 0px 300px 0px;
}

.noscript {
	background: #ff2e2e;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}


.img_view {
	height: 1%;
	list-style: none;
	padding: 0 0 0 13px;
	overflow: hidden;
}

.img_view li {
	display: inline;
	float: left;
	height: 1%;
	list-style: none;
	padding: 0 20px 20px 0;
	overflow: hidden;
	width: 120px;		
}

.nayteikkuna td a, .nayteikkuna td a:visited, .nayteikkuna td a:hover { font-weight: bold; }
.nayteikkuna td { font-size: 11px; padding-bottom: 20px; vertical-align: top; width: 16.5%; }
.nayteikkuna td img { margin-bottom: 5px; }
.nayteikkuna td div { width: 100px; text-align: left;}
.nayteikkuna_kapea td { width: 20% !important; }

.gray_separator {  border-top: 1px solid #dcdcdc !important; margin-top: 10px !important; }



/*
*    ROUND BUTTON
*/
a.button_round_blue, a:hover.button_round_blue, a:visited.button_round_blue {
    color: #fff !important;
    display: block;
    float: left;
    background: url(images/button_left_long2.gif) left top no-repeat;
    height: 22px;
    line-height: 22px;
    padding-left: 16px;
    font-weight: bold;
}
a.button_round_blue:hover {
    text-decoration: none;
    color: #FF;
}
.right_round_blue {
    background: url(images/button_right2.gif) right top no-repeat;
    display: block;
    height: 22px;
    line-height: 22px;
    padding-right: 16px;
}

#searchresults { background: #e8e8e8 url(images/location_suggest_bkg.gif) left top repeat-x; border: 1px solid #cdcdcd; color: #404040; display: none; font-size: 11px; padding: 0px; position: absolute; text-align: left; width: 157px; z-index: 9999; }
#searchresults ul { list-style: none; margin: 0px; padding: 0px; }
#searchresults ul li { padding: 0px; }
#searchresults ul li b { color: #1a87b1; font-weight: normal; }
#searchresults ul li.hover { background: #f9f9f9; border-bottom: 1px solid #d4d4d4; border-top: 1px solid #e2e2e0; cursor: pointer; }
#searchresults a, #searchresults a:hover, #searchresults a:visited, #searchresults span {
        color: #017ace;
        display: block;
        font-weight: bold;
        padding: 2px 5px;
        text-decoration: none;
}
#searchresults a:hover, #searchresults a.hover { background: #017ace; color: #fff; }



#pager { 
	height: 1%; 
	overflow: hidden;	
	padding: 20px 20px 20px 0;
}

#pager li {
	list-style: none;
	display: inline;
	float: left;
	
	margin: 0 3px 0 0;
	font-weight: bold;
	font-size: 14px;
}

#pager li a, #pager li a:visited, #pager li a:hover {
	display: block;
	border: 1px solid #e6e6e6;
	padding: 3px 9px;
	
	color: #0080C3;
	outline: none;
}

#pager li.next a, #pager li.next a:visited, #pager li.next a:hover,
#pager li.previous a, #pager li.previous a:visited, #pager li.previous a:hover,
#pager li.dis a, #pager li.dis a:visited, #pager li.dis a:hover {
	display: block;
	border: 0px;
	padding: 5px 11px;
	color: #0080C3;
}

#pager li.selected a, #pager li.selected a:visited, #pager li.selected a:hover,
#pager li a:hover {
	background: #e6e6e6 !important;
	color: #0080C3 !important;
	text-decoration: none;
}

#pager li.selected a, #pager li.selected a:visited, #pager li.selected a:hover {
	color: #666 !important;
}

#pager li.next a:hover, #pager li.previous a:hover {
	background: none !important;
	color: #0080C3 !important;
	text-decoration: underline;
}

#pager li.dis a, #pager li.dis a:visited, #pager li.dis a:hover { 
	color: #e6e6e6 !important;
}
#pager li.dis a:hover {
	text-decoration: none;
}

#top { height: 0px; font-size: 0px; }

.ajax_mypage { outline: none; width: auto !important; outline: none; }

.listcheckbox { list-style: none; }
.listcheckbox li { margin: 0 0 2px 0; }

.ajax_form h3 { margin: 20px 0 10px 0; }


/* register */
.table_register {
	margin: 0 0 50px 0;
}
.table_register td {
	padding: 0 0 17px 0;
}
.table_register td.table_label {
	font-weight: bold;
	padding-right: 20px;
	width: 350px;
}
.table_register td.table_label label {
	display: block;
	padding: 5px 0 0 0;
}
.table_register td.table_label label b {

	padding-right: 3px;
} 
.table_register td.info {
	color: #666;
	display: block;
	padding: 5px 0 0 9px;
	font-size: 11px;
}
.table_register td .input, .table_register td select {
	width: 237px;
}
.table_register td.details {
	color: #666;
	width: 240px;
}
.table_register td #map {
	height: 210px;
	width: 237px;
}
.table_register .table_checkbox td input {
	margin-right: 10px;
}

.quicksearch_header { padding: 2px 0px 2px; color: #000; font-weight: normal; }



/* janin tunkit */
.textarea { 
	height: 70px; width: 70%;
	background: transparent url(images/input_bkg.gif) top left repeat-x ; 
	border:1px solid #D7D7D7; color: #000; margin: 2px 10px 10px 0px; }
.desc_small_right {	
    font-size: 11px;
	float:right;	
}

.desc_small_right a, .desc_small_right a:hover, .desc_small_right a:visited {
	color: #666666;
	text-decoration:none;
}
.desc_small_right a:hover {
	color: #0080C3;
}


.desc_small_left {
	color: #666666 ;
    font-size: 11px;
	float:left;
}

.middle {
	vertical-align: middle;
}

.item_list_detailed h3 {
   margin-bottom: 0px;
}

.slider_wrapper { height: 41px; overflow: hidden; margin: 0px !important; padding: 0px !important; }
.slider_wrapper .scroller_details { padding-bottom: 5px; }


.gradient_box { background: #fff url(images/bg_box.gif) bottom left repeat-x; border: 1px solid #dcdcdc; height: 1%; margin: 0 0 10px 0; overflow: hidden; padding: 10px; }
.gradient_box h3 { font-weight: bold; }


ul.links {
	list-style: none;
	
}

ul ul {
	list-style: none;
	padding-left:  20px;
	margin: 5px 0px 5px 0px;
}

/* shadowbox */

#shadowbox { background: #333; display: none; height: 0px; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 999;  }
#shadowbox_content { background: #fff; display: none; left: 0px; position: absolute; top: 0px; z-index: 1000; } 


.dealerlist li { height: 80px !important; overflow: hidden !important; }
.dealerlist li  h3 { margin: 0px !important; }
.dealerlist li .desc { height: auto;  }

.dealerlist li .right {
	height: 80px !important;
}

.searchGeoLocation { }

.location { background: transparent url(images/input_bkg.gif) top left repeat-x !important; border:1px solid #D7D7D7 !important; color: #000; padding: 2px;}

.noresults li { height: 1% !important; overflow: hidden !important; }
.noresults li div {  padding: 100px 0; text-align: center; }
.noresults li div h2 { color: #b5b5b5; font-weight: normal; }
.noresults li div p { margin: 0 0 5px 0; }


#dealer_header { height: 45px; }
#dealer_header .right { padding-right: 35px; }
#dealer_header .left h1 { color: #fff; font-weight: normal; margin: 10px 0 0 20px; }

.dealer_info { margin: 0 0 20px 0; }
.dealer_info li { color: #6c6c6c; list-style: none; margin: 0 0 3px 0; } 
.dealer_info li.name { color: #000;  font-weight: bold; }
.dealer_info li.avatar img { border: 1px solid #dcdcdc; }


.dealer_wrapper_blue h1.box_heading, .dealer_wrapper_green h1.box_heading, .dealer_wrapper_red h1.box_heading {
	background: url(images/grad_bg_gray1.jpg) repeat-x;
	color: #444;
	height: 25px;
	line-height: 25px;
	border: 1px solid #dcdcdc;
	border-bottom: 0px;
}

.dealer_wrapper_blue h1.box_heading .right, .dealer_wrapper_green h1.box_heading  .right, .dealer_wrapper_red h1.box_heading  .right {
	background: transparent url(images/grad_corner_gray1.jpg) top left repeat-x;
}





.dealer_wrapper_green #dealer_header { background: url(images/dealer_bkg_3.jpg) repeat-x; } 
.dealer_wrapper_red #dealer_header { background: url(images/dealer_bkg_1.jpg) repeat-x; } 
.dealer_wrapper_blue #dealer_header { background: url(images/dealer_bkg_2.jpg) repeat-x; } 

.dealer_wrapper_green a, .dealer_wrapper_green a:visited, .dealer_wrapper_green a:hover { color: #4b9250 !important;  }
.dealer_wrapper_red a, .dealer_wrapper_red a:visited, .dealer_wrapper_red a:hover { color: #cf2c23 !important;  }



.error { background: #ff2424 !important; background-image: none !important; color: #fff; }
.error_box { background: #fff; border: 1px solid #ff2424; margin: 0 20px 20px 0; padding: 10px; }
.error_box h2 { color: #ff2424; }
.error_box ul { margin: 10px 15px; }
