/*
 * Rentals list
 */
 
div.page_module div.bostadsmotorn_plugin_rentals_module table tr.tbl_head,
div.page_module div.bostadsmotorn_rentals_module table tr.tbl_head:hover
{
	background-image: url('/plugins/bostadsmotorn/images/tbl_head.png');
}

div.page_module div.bostadsmotorn_plugin_rentals_module table tr.rental_row:hover,
div.page_module div.bostadsmotorn_plugin_rentals_module table tr.rental_row.selected
{
	background-image: url('/plugins/bostadsmotorn/images/tbl_row_hover.png');
}

div.page_module div.bostadsmotorn_plugin_rentals_module table tr.rental_row.selected td
{
	border-color: #c7c7c7;
}
 
div.page_module div.bostadsmotorn_plugin_rentals_module table tr.tbl_head th
{
	padding: 8px;
}

div.page_module div.bostadsmotorn_plugin_rentals_module table tr.tbl_head
{
	font-size: 1.1em;
	color: #FFF;
	text-shadow: 0 -1px 0 #2f6f97;
}

div.page_module div.bostadsmotorn_plugin_rentals_module table tr.tbl_head a
{
	color: #FFF;
	text-decoration: none;
}
 
div.page_module div.bostadsmotorn_plugin_rentals_module table tr.rental_row td
{
	border: 1px solid #E9E9E9;
	border-width: 0 0 1px 0;
	padding: 8px;
}
 
div.page_module div.bostadsmotorn_plugin_rentals_module table tr.rental_details
{
	display: none;
}
 
div.page_module div.bostadsmotorn_plugin_rentals_module table tr.rental_details td.rental_details
{
	border: 1px solid #c7c7c7;
	border-width: 0 1px 1px 1px;
}
 
div.page_module div.bostadsmotorn_plugin_rentals_module table tr.rental_details td.rental_details
{
	padding: 20px;
}

p.bostadsmotorn_plugin_new_rental_pages
{
	margin-top: 15px;
	text-align: center;
}

p.bostadsmotorn_plugin_new_rental_pages a
{
	margin: 0 1px;
}

a.bostadsmotorn_plugin_current_rental_page
{
	color: #FFF;
	background-color: #43A3C9;
	padding: 3px 4px;
}

p.bostadsmotorn_plugin_more_rentals_link
{
	text-align: center;
	font-size: 1.1em;
	margin-top: 15px;
}

div.page_module div.bostadsmotorn_plugin_rentals_module table tr.rental_row a.unpublished_rental
{
	color: #E51A1A;
	font-style: italic;
}

/*
 * New rental
 */

table.bostadsmotorn_plugin_new_rental
{
	width: auto;
}

table.bostadsmotorn_plugin_new_rental td
{
	padding-right: 25px;
}

table.bostadsmotorn_plugin_new_rental input#new_rental_postcode
{
	width: 80px;
}

table.bostadsmotorn_plugin_new_rental input#new_rental_floor
{
	width: 50px;
}

table.bostadsmotorn_plugin_new_rental input#new_rental_rent,
table.bostadsmotorn_plugin_new_rental input#new_rental_sqmeter,
table.bostadsmotorn_plugin_new_rental input#new_rental_moveindate,
table.bostadsmotorn_plugin_new_rental input#new_rental_moveoutdate
{
	width: 90px;
}

table.bostadsmotorn_plugin_new_rental input#new_rental_national_id_number
{
	width: 120px;
}

table.bostadsmotorn_plugin_new_rental textarea
{
	width: 130px;
	height: 100px;
}

/*
 * Rental view
 */
 
h3.bostadsmotorn_rental_view_rental_headline
{
	margin-bottom: 20px
}

p.bostadsmotorn_rental_view_rental_type
{
	font-weight: bold;
	margin-bottom: 20px;
}

table.bostadsmotorn_rental_view_details
{
	width: 200px;
	float: left;
	margin-right: 30px;
}

div.bostadsmotorn_rental_view_description
{
	width: 250px;
	float: left;
}

p.bostadsmotorn_rental_view_meta
{
	margin-bottom: 20px;
}

table.bostadsmotorn_rental_view_details tr td,
table.bostadsmotorn_rental_view_details tr th
{
	padding: 5px 10px 5px 5px;
	border: 1px solid #E9E9E9;
	border-width: 1px 0 0 0;
}

tr.bostadsmotorn_rental_view_details_highlight th,
tr.bostadsmotorn_rental_view_details_highlight td
{
	background-color: #f6f6f6;
}

div.bostadsmotorn_rental_view_contact
{
	background-color: #f6f6f6;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	width: 250px;
}


p.bostadsmotorn_rental_view_image img
{
	margin-bottom: 15px;
	max-width: 250px;
}


div.bostadsmotorn_rental_view_tools
{
	margin-top: 15px;
}

p.bostadsmotorn_plugin_new_rental_link
{
	float: right;
	font-size: 1.1em;
}

p#second_hand_obs
{
	display: none;
}

/*
 * Rental search
 */
 
div.bostadsmotorn_plugin_search_rental_box
{
	background-color: #f6f6f6;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
 
div.bostadsmotorn_plugin_search_rental_box form p
{
	float: left;
	text-align: center;
}

div.bostadsmotorn_plugin_search_rental_box .search_by_address,
div.bostadsmotorn_plugin_search_rental_box .search_by_rooms,
div.bostadsmotorn_plugin_search_rental_box .search_by_sqmeter,
div.bostadsmotorn_plugin_search_rental_box .search_by_rent
{
	margin-right: 12px;
}

div.bostadsmotorn_plugin_search_rental_box .search_by_address input
{
	width: 140px;
}

div.bostadsmotorn_plugin_search_rental_box .search_buttons
{
	text-align: center;
	margin: 0;
}

div.bostadsmotorn_plugin_search_rental_box .search_hidden
{
	padding: 5px 0 0 15px;
}

div.bostadsmotorn_plugin_search_rental_box .search_buttons #clear_search
{
	display: none;
}

