/* Annonsering styles */
#container
{
	margin: 0 auto; /* Centering the layout horizontally */
        width: 1085px;
}


#nettsted
{
	width: 960px;
        float: left;
        padding-right: 5px;
        display: inline; /* IE 5/6 Doubled Float-Margin Bug */
}

#annonsering_sidebar
{
	width: 120px;
        / * 1085px - 960px - 120px = 5px is used to seperate columns */
        float: right;
        display: inline; /* IE 5/6 Doubled Float-Margin Bug */
}

#annonse_topp
{
	padding-top: 15px;
}

#annonse_2
{
	padding-top: 5px;
}

/* Tradedoubler/OpenX - ikke i bruk */
#ad_container
{
	height: 100%;
	width: 100%;
	position: relative;
}

.skyscraper_600_120
{
       background-color: transparent;
       height: 600px;
       width: 120px;
       position: absolute;
       top: -1060px;
       left: 15px;
}

/* General styles */
/* Modification by Mike-N-Tosh to add the background image & color*/
body
{
	margin: 0;
	padding: 0;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 80%;
	background-color: #99CF16;
	background-image: url(../images/custom/background_ibryllup.jpg);
	background-repeat:repeat-x;
}

img
{
	outline: none;
	border: none;
}

a
{
	color: #9d9d9d;
	text-decoration: none;
}

a:active
{
	outline: none;
}

a:link,
	a:visited,
	a:active
{
	color: #666;
}

a:hover
{
	color: #000;
	background: none;
	text-decoration: none;
}

/* Modificatio by Mike-N-Tosh to accomodate new logo image */
#logo
{
	float: left;
	margin: 16px 0 0 15px;
	padding: 0;
	text-align: left;
	background-color: transparent;
}

#logo #logo_text
{
	color: #fff;
	text-align: left;
	font: bold 24px/26px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
}

#logo #logo_text:hover
{
	border: none;
}

#logo p
{
	color: #fff;
	font: 16px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.block
{
	padding: 0 10px;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{
	margin: .2em 0 .4em 0;
	padding: 0;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 12px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 12px;
}

p
{
	margin: .4em 0 .8em 0;
	padding: 0;
}

/* Modification by Mike-N-Tosh to add a wrapper */
#top
{
	width: 960px;
	margin: 15px auto 0 auto;
	background: transparent url(../images/custom/wrap_shape.gif) no-repeat 0 top;
	height: 10px;
}

#page
{
	background-color: white;
	width: 940px;
	margin: 0px auto;
	padding: 0 10px 0 10px;
}

#btm
{
	background: transparent url(../images/custom/wrap_shape.gif) left bottom;
	width: 960px;
	margin: 0 auto 15px auto;
	height: 10px;
}

/* End modification by Mike-N-Tosh */
/* Header styles */
/* Modifications by Mike-N-Tosh to give fixed height and center */
#header
{
	clear: both;
	width: 100%;
	margin: 0 auto 0 auto;
	display: block;
}

#header p,
	#header h1,
	#header h2
{
	padding: .4em 15px 0 0px;
	margin: 0;
}

/* 'widths' sub menu */
/* Modifications by Mike-N-Tosh for color and layout */
#layoutdims
{
	clear: both;
	margin: 0;
	padding: 5px 10px 5px 12px !important;
	text-align: right;
	width: 480px;
	float: right;
}

#layoutdims a
{
}

#layoutdims a:hover
{
	text-decoration: underline;
}

/* Modification by Mike-N-Tosh to fix width and center align */
.menu
{
	clear: both;
	margin: 0 auto 0 auto;
	background: #ccc;
	border-top: 5px solid #ccc;
	width: 100%;
}

.menu .left
{
	clear: both;
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	padding: 3px 10px 6px 12px !important;
}

.menu .right
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 8px 6px 8px !important;
}

.menu .right a
{
	background-color: #dddddd;
	text-decoration: none;
	padding: 6px 10px 6px 10px !important;
	border: 1px solid #949494;
}

.menu .right a:hover
{
	background-color: #8c8c8c;
	text-decoration: none;
	border: 1px solid #000;
}

#strip
{
	height: 10px;
	background: #e8e8e8;
	border-top: 5px solid #ccc;
}

.clear
{
	clear: both;
	height: 1px;
}

#colmask
{
	position: relative;
	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;
	/* width of whole page */
	overflow: hidden;
	/* This chops off any overhanging divs */
	background: #e8e8e8;
	/* Left column background colour */
}

#colmid
{
	float: left;
	width: 200%;
	position: relative;
	left: 210px;
	background: #fff;
	/* Centre column background colour */
}

#colright
{
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -420px;
	background: #e8e8e8;
	/* Right column background colour */
}

#col1wrap
{
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}

#col1pad
{
	margin: 0 0 0 425px;
	overflow: hidden;
}

#col1
{
	width: 100%;
	overflow: hidden;
}

#col2
{
	float: left;
	width: 210px;
	position: relative;
	margin-left: -50%;
	left: 220px;
	overflow: hidden;
}

#col3
{
	float: left;
	width: 210px;
	position: relative;
	right: 10px;
	overflow: hidden;
}

.col_shape
{
	background-color: #fff;
}

.col_right_sidebar .col_shape span
{
	float: right;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.col_right_sidebar .top,
	.col_right_sidebar a.top:link,
	.col_right_sidebar a.top:active,
	.col_right_sidebar a.top:hover,
	.col_right_sidebar a.top:visited,
	.col_right_sidebar a.mid:link,
	.col_right_sidebar a.mid:active,
	.col_right_sidebar a.mid:hover,
	.col_right_sidebar a.mid:visited,
	.col_right_sidebar a.btm:link,
	.col_right_sidebar a.btm:active,
	.col_right_sidebar a.btm:hover,
	.col_right_sidebar a.btm:visited
{
	background: transparent url(../images/layout_col_sidebar_top.gif) no-repeat top;
	height: 30px;
	color: #fff;
	font: 12px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0 10px;
	display: block;
	text-decoration: none;
}

.col_right_sidebar a.mid:link,
	.col_right_sidebar a.mid:active,
	.col_right_sidebar a.mid:hover,
	.col_right_sidebar a.mid:visited
{
	background: transparent url(../images/layout_col_sidebar_top.gif) no-repeat left center;
}

.col_right_sidebar a.btm:link,
	.col_right_sidebar a.btm:active,
	.col_right_sidebar a.btm:hover,
	.col_right_sidebar a.btm:visited
{
	background: transparent url(../images/layout_col_sidebar_top.gif) no-repeat left bottom;
}

.col_right_sidebar .col_shape .btm
{
	background: transparent url(../images/layout_col_sidebar_btm.gif) no-repeat left bottom;
	height: 10px;
	clear: both;
	margin: 0;
	font: 1px/1px monospace;
	display: block;
}

.col_right_sidebar
{
	float: right;
	width: 200px;
	position: relative;
}

/* List Styles */
.toggle
{
	cursor: pointer;
}

ul.sidebar_nav
{
	margin: 0;
	padding: 0;
	clear: both;
	border-top: 1px solid #e3e3e3;
}

ul.sidebar_nav li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #e3e3e3;
	background-color: #fff;
}

ul.sidebar_nav a
{
	display: block;
	margin: 0;
	padding: 14px 10px 6px 40px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	background: #fff url(../images/icons/yellowfolder.jpg) no-repeat 12px center;
	text-decoration: none;
}

ul.sidebar_nav a:hover
{
	text-decoration: none;
}

ul.sidebar_nav a.account
{
	background: url(../images/icons/user_gray.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.home
{
	background: url(../images/icons/house.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.search
{
	background: url(../images/icons/magnifier.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.browse
{
	background: url(../images/icons/browse.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.listing_add
{
	background: url(../images/icons/layout_add.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.favs
{
	background: url(../images/icons/heart.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.listing_edit
{
	background: url(../images/icons/layout_edit.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.logout
{
	background: url(../images/icons/lock_open.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.login
{
	background: url(../images/icons/lock_go.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.popular
{
	background: url(../images/icons/popular.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.viewed
{
	background: url(../images/icons/most.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.new
{
	background: url(../images/icons/new.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.special
{
	background: url(../images/icons/star.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.featured
{
	background: url(../images/icons/featured.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.page
{
	background: url(../images/icons/page.jpg) no-repeat 10px center;
}

ul.sidebar_nav a.pricing
{
	background: url(../images/icons/creditcards.jpg) no-repeat 10px center;
}

/* Modifications by Terje for menuicons */
ul.sidebar_nav a.omibryllup
{
	background: url(../images/icons/aboutus.png) no-repeat 10px center;
}

ul.sidebar_nav a.oftestilte
{
	background: url(../images/icons/faq.png) no-repeat 10px center;
}

/* Modifications by Mike-N-Tosh for color */
a.icon_login
{
	background: url(../images/icons/lock_go.gif) no-repeat 0 center;
	margin: 0;
	padding: 8px 3px 6px 25px;
	font-size: 11px;
	font-weight: bold;
}

a.icon_logout
{
	background: url(../images/icons/lock_open.gif) no-repeat 0 center;
	margin: 0;
	padding: 8px 3px 6px 25px;
	font-size: 11px;
	font-weight: bold;
}

a.icon_register
{
	background: url(../images/icons/key_add.gif) no-repeat 0 center;
	margin: 0;
	padding: 8px 3px 6px 23px;
	font-size: 11px;
	font-weight: bold;
}

a.icon_rss
{
	background: url(../images/icons/feed.gif) no-repeat 0 center;
	margin: 0;
	padding: 8px 3px 6px 28px;
	font-size: 11px;
	font-weight: bold;
}

a.icon_contact
{
	background: transparent url(../images/icons/email-24.png) no-repeat 0 center;
	margin: 0;
	padding: 6px 0 6px 28px;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

.alert
{
	color: #444;
	padding: 8px 12px 8px 33px;
	text-decoration: none;
	margin: 10px 10px 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	background: #fcf4ed url(../images/icons/exclamation.gif) no-repeat 8px 8px;
	border: 1px solid #ebc0a9;
	clear: both;
	text-align: left;
}

.alert a
{
	text-decoration: none;
}

.alert em,
	.alert p
{
	color: #444;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 4px 0 0 0;
}

.beta
{
	background-color: #fdf7e2;
	background-image: url(../images/icons/wrench.gif);
	border: 1px solid #d7cd90;
}

.info
{
	background-color: #fdf7e2;
	background-image: url(../images/icons/asterisk_yellow.gif);
	border: 1px solid #d7cd90;
}

.switcher
{
	background-color: #fdf7e2;
	background-image: url(../images/icons/magic.gif);
	border: 1px solid #d7cd90;
}

.prices
{
	position: relative;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	line-height: 14px;
	display: block;
	margin: 0 0 10px 0;
	padding: 6px 15px 10px 15px;
}

.prices .figures
{
	padding: 8px 15px 0px 0px;
}

#footer
{
	clear: both;
	text-align: center;
	width: 100%;
	background: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#footer p
{
	padding: 7px 10px;
	margin: 0;
	color: #444 !important;
}

#footer a:link
{
	text-decoration: none;
}

#footer a:visited
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

footer a:active
{
	text-decoration: none;
}

/* 68C styles change */
p,ul, ol
{
	font-size: 11px;
	line-height: 14px;
}

/* TH
	 * This class handles the appearence of the
	 * the first row in all tables. With the default
	 * template this is the blue row.
	 *
	*/

th
{
	border-bottom: 2px solid #ddd;
	padding: 0;
}

th a:link,
	th a:visited
{
	color: #222;
	text-decoration: none;
}

th a:hover
{
	color: #006699;
	text-decoration: underline;
}

a.sortheader, th
{
	color: #222;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
}

/* Main Table
	 * This class handles the appearence of the
	 * the main tables used with 68classifieds
	 *
	*/

table,
	table.main
{
	border: none;
	/* background-color: #FFFFFF;  Take away white bg in nested tables */
	border-collapse: collapse;
}

table,table.main tr td
{
	line-height: 14px;
}

table.norm tr td
{
	line-height: 14px;
	padding-top: 5px;
}

/* Table Border
	 * This class handles the inside table layout
	 *
	*/

.tableborder
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

table.main tr td
{
	padding: 5px;
}

table.main a
{
	font-size: 12px;
	text-decoration: none;
}

table.main a img
{
	vertical-align: middle;
}

#newlistings table tbody tr td
{
	text-align: center;
}

/* Featured Listings
	 * td.featured handles the display of featured listings
	 *
	*/

td.featured, div.featured.listing /*added the div Mike-N-tosh */
{
	background: url("../images/featured_bg.gif") repeat-x left -30px;
}

td.bold, div.featured.listing /*added the div Mike-N-tosh */
{
	font-weight: bold;
}

/* Highlighted Listings
  	 * td.highlighted handles the display of highlighted listings
	 *
	*/

td.highlighted, div.featured.listing /*added the div Mike-N-tosh */
{
	background: url("../images/highlight_bg.gif") repeat-x left -30px;
}

/* Checkout Steps */
.error
{
	background: #E8EFF5;
	border: 1px solid #2580B2;
}

.total
{
	background-color: #F5F5DC;
}

.step
{
	background-color: #EAEAEA;
	color: #000;
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
}

span.completed
{
	color: green;
}

span.pending
{
	color: black;
}

span.pendingpayment
{
	background: #FFFF99;
	color: #000;
	padding: 3px;
	display: block;
}

span.notcompleted
{
	color: #CACACA;
}

/* Form */
div.blueerror
{
	color: #444;
	padding: 8px 12px 8px 38px;
	text-decoration: none;
	margin: 5px 0 15px 0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	background: #fff url(../images/icons/error.jpg) no-repeat 8px center;
	border: 1pxsolid #ead19b;
	clear: both;
	text-align: left;
}

.icon
{
	margin: 10px 0 10px 0;
}

form
{
	margin: 0;
}

form p
{
	margin: 0;
	padding: 5px 0 10px 0;
}

form h2
{
	border-bottom: 1px solid #ccc;
	line-height: 1.4em;
	margin: 0 10px;
}

.block form .fieldgrp
{
	margin-bottom: 0.5em;
	width: 100%;
}

.block form .field
{
	float: left;
	font-size: 95%;
	width: 200px;
}

.block form .field input
{
	border: 2px solid #CCCCCC;
	margin: 0px;
}

.block form .field textarea
{
	border: 2px solid #CCCCCC;
	margin: 0 0 0px;
}

.block form input
{
	border: 2px solid #CCCCCC;
	margin: 0 0 5px;
	padding: 2px;
}

.block form textarea
{
	border: 2px solid #CCCCCC;
	margin: 0 0 10px;
}

.block form select
{
	border: 2px solid #CCCCCC;
	margin: 0 0 10px;
	padding: 1px;
}

.block form label.top
{
	display: block;
}

#form label
{
	clear: both;
	color: #333333;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	padding: 0 10px 0 0;
	text-align: right;
	width: 180px;
}

td.formleft
{
	width: 180px;
	text-align: right;
	padding-right: 5px;
	font-size: 11px;
	font-weight: bold;
}

td.formright
{
	float: left;
}

/* row1 & row2
	 * This section handles alternating rows
	 *
	*/

.row1
{
	background-color: #F1F1F1;
}

.row2
{
	background-color: #FFF;
}

#form label.onehpx
{
	width: 120px;
}

#form input.error
{
	background-color: #DEEFFF;
	color: #000000;
	border: 1px SOLID #EA5200;
}

#form label.error
{
	background: url("../images/cross.png") no-repeat 0px 0px;
	padding-left: 18px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #EA5200;
	float: none;
	display: inline;
	border: none;
}

#form label.checked
{
	background: url("../images/check.png") no-repeat 0px 0px;
	float: none;
	display: inline;
	border: none;
}

table.main tbody tr td input,
	input.button,
	p.submit input,
	p.continue input
{
	border: 1px outset #ccc;
	color: #333;
	font-weight: normal;
	background-color: #ddd;
	padding: 4px 8px;
	margin: 5px 0 0 0;
	text-align: center;
}

p.continue input
{
	float: left;
}

#submit
{
	border: 1px outset #ccc;
	color: #333;
	font-weight: normal;
	background-color: #ddd;
	padding: 4px 8px;
	margin: 10px 0 0 0;
	text-align: center;
}

.block fieldset p
{
	clear: both;
	padding: 0px;
	margin: 0px;
}

.block fieldset p label
{
	float: left;
}

.block fieldset
{
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.block fieldset legend
{
	padding: .1em .3em;
	font-size: 12pt;
	font-weight: bold;
	color: #222;
}

span.characters
{
	color: #666666;
	font-size: 10px;
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
}

span.characters span
{
	display: inline;
}

/*		.page fieldset p select, .page fieldset p input { float:right; }*/
input,select,textarea
{
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
}

div#step2 table td
{
	width: 50%;
	padding: 10px 0;
}

/* Breadcrumb
	 * This class handles the category
	 * breadcrumb trail
	*/

.breadcrumbs:link,
	.breadcrumbs:visited,
	.breadcrumbs:active,
	.breadcrumbs:hover
{
	font-weight: bold;
	text-decoration: none;
}

.page p.breadcrumb
{
	color: #666;
	font-size: 12px;
	margin: 0 0 10px 0;
}

/* Pagination
 	* This class handles the appearence of the
 	* previous and next section
	 *
	*/

.pageNav a
{
	text-decoration: none;
}

table.pagination
{
	text-align: right;
	background-color: #ccc;
	color: #333333;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border: 1px solid #ccc;
}

.paginationNum
{
	background-color: #FFFFFF;
	color: #333333;
}

.navigationBack
{
	background-color: #eaeaea;
	color: #000;
	white-space: nowrap;
}

.pageNav td
{
	padding: 4px;
}

.navigation
{
	font: x-small verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.listingextras,
	.listingextras a
{
	margin: 5px 0;
	font-size: 1em;
	text-align: center;
}

.listingextras2
{
	border: 1px solid #888888;
	margin: 5px;
	padding: 5px;
	background: white;
}

.listingextras2 a
{
	margin: 5px 0;
	font-size: 1em;
}

.favorites,
	.printer,
	.moreads,
	.friendmail,
	.contact,
	.delfavorites,
	.facebook
{
	padding: 4px 0 4px 20px;
	margin-left: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
}

.facebook
{
	background: url('../images/facebook16.png') no-repeat left center;
}

.favorites
{
	background: url('../images/favorites.gif') no-repeat left center;
}

.printer
{
	background: url('../images/printer.gif') no-repeat left center;
}

.moreads
{
	background: url('../images/moreads-seller.gif') no-repeat left center;
}

.friendmail
{
	background: url('../images/friendmail.gif') no-repeat left center;
}

.contact
{
	background: url('../images/contact.gif') no-repeat left center;
}

.delfavorites
{
	background: url('../images/favorites_delete.gif') no-repeat left center;
}

blockquote
{
	margin: 10px 0;
	padding: 5px;
	color: #666;
	border: 1px inset;
}

.updated
{
	background: #E8EFF5 url(../images/check.png) no-repeat 1em;
	border: 1px solid #2580B2;
	margin: 1em 5% 10px;
	padding: 0 1em 0 3em;
}

#step2 fieldset table tr td
{
	padding: 5px;
	vertical-align: top;
}

#step2 fieldset table tr td form
{
	line-height: 14px;
}

/* Modification by Mike-N-Tosh pasting all code from tabs in NUStyle and adjusting to fit this tempalte*/
ul#nav
{
	list-style-type: none;
	list-style: none;
	margin: -12px 13px 0 0;
	height: 30px;
	line-height: 30px;
	clear: both;
	padding: 0;
	float: right;
	display: inline;
}

ul#nav li
{
	display: inline;
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
}

ul#nav li a
{
	display: block;
	background: transparent url(../images/custom/tab_left.gif ) no-repeat left top;
	line-height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
}

ul#nav li a span
{
	background: transparent url(../images/custom/tab_right.gif ) no-repeat right top;
	display: block;
	color: #fff;
	padding: 0 10px 0 5px;
	margin: 0 0 0 5px;
	font: bold 12px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#nav li a:hover
{
	background: transparent url(../images/custom/tab_left.gif ) no-repeat left -40px;
	text-decoration: none;
}

ul#nav li a:hover span
{
	background: transparent url(../images/custom/tab_right.gif ) no-repeat right -40px;
}

ul#nav li.active a
{
	text-decoration: none;
	background: transparent url(../images/custom/tab_left.gif ) no-repeat left -40px !important;
}

ul#nav li.active a span
{
	background: transparent url(../images/custom/tab_right.gif ) no-repeat right -40px !important;
	color: #222;
}

/* Modifications by Mike-N-Tosh other custom elements */

#top_banners {
	width: 940px;
	display: block;
	clear: both;
}
#search
{
	width: 310px;
	padding-right: 5px;
	float: left;
	height: 310px;
	margin-top: 5px;
	background: transparent url(../images/custom/searchbox.gif) no-repeat left top;
	display: block;
	top: 160px;
}

#head_banner
{
	float: right;
	height: 312px;
	width: 624px;
	background: transparent url(../images/custom/banner.gif) no-repeat right top;
	display: block;
	margin-top: 5px;
}

#hm_buttons
{
	width: 940px;
	height: 105px;
	background: transparent url(../images/custom/buttons_new.gif) no-repeat;
	margin-top: 10px;
	display: inline-block;
}

#hm_buttons table, td
{
	background: transparent;
	margin-top: 5px;
}

ul#hm_buttons
{
	list-style-type: none;
	list-style: none;
}

ul#hm_buttons li
{
	display: inline;
	float: left;
}

ul#hm_buttons li a
{
	display: inline;
	float: left;
}

#content {
	background-color: #f5f3f0;
	margin-left: 10px;
	/*width: 708px;*/
	width: 688px;
	float: left;
	margin-top: 0;
	height: 100%;
	/*padding: 10px;*/
	padding: 20px;
	min-height:391px;
}

.search_box {
	margin: 55px 50px 0 5px;
	text-align: center;
	width: 295px;
	position: relative;
	font-weight: bold;
}

.search_box table, .search_box td {
	background-color: transparent;
}

.search_box fieldset {
	width: 306px;
}
.search_box h2 {
	background: transparent url(../images/custom/find.png) no-repeat 50px center;
	font-weight: bold;
	font-size: 18px;
	height: 46px;
	line-height: 30px;
	text-indent: 65px;
	margin: 0 auto;
	width: 280px;
}

.search_box label {
	width: 100px;
	font-size: 12px;
	float: left;
}

.search_box span {
	float: right;
	width: 162px;
	margin-right: 25px;
	display: inline;
	clear: both;
}

span select#type {
	width: 150px;
	clear: both;
}

.search_box span input#minprice, .search_box span.right input#maxprice {
	width: 35px;
	clear: both;
}

.search_box span input#submit {
	background-color: #cf1347;
	color: white;
	float: right;
	font-weight: bold;
	clear: both;
}

#latest {
	width: 100%;
	padding-bottom: 5px;
	padding-top: 2px;
	display: block;
	background: url(../images/custom/latest.gif) no-repeat left top;
	position: static;
}

#latest p {
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-indent: 54px;
	line-height: 10px;
}

div.listing {
	width: 100%;
	margin-bottom: 2px;
	border-bottom: medium solid #717171;
}

div.listing table {
	background-color: transparent;
	margin-top: 5px;
}

/* This width made smaller to center the within the #latest block */

#latest span {
	display: block;
	/*width: 840px;*/
	width: 940px;
	margin: 0 auto;
}

/* Modifications by Mike-N-Tosh to test for rounded corner in content */

.round_left {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.round_right {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;

}

.round_top {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

/* Modifications by iBryllup */
/*
 * highlighted div and span boxes
 */

span.info2, span.tip2 {
	display: block;
}

div.info2, span.info2, div.tip2, span.tip2 {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
}

div.info2, span.info2 {
	background: #f4f5f6 url(../images/icons/aboutus.png) 3px 3px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.tip2, span.tip2 {
	background: #fffdeb url(../images/icons/div_tip.png) 3px 3px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}

/* Galleryview */

.panel {
	background: #f5f3f0 !important;
}

/* Frontpage */

.frontpage_h1
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: x-large;
	line-height: 18px;
}

.frontpage_paragraph
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: medium;
	line-height: 18px;
}
