/*
div#header div.header_box,
div#header div.top_bar div.search input.submit  { background-color: #00A482; }
div#header div.top_bar div.search  { border-right: 1px solid #00A482; }
*/
div#header div.header_box,
div#header div.top_bar div.search input.submit  { background-color: #F6B400; }
div#header div.top_bar div.search  { border-right: 1px solid #F6B400; }

p.below_maps { margin: 0; padding: 1em 0; }

/*
div#container { background: #FFFFFF url('/images/layouts/background/quiz_choices_index.gif') 0px 286px no-repeat; }
*/
div#container { background: #FFFFFF url('/images/layouts/background/privacy.gif') 0px 196px no-repeat; }


div#content div.column1.column2.column3 div.content { padding-left: 17px; }
* html div#content div.column4 div.content { padding: 15px 0 0 0px; }

/* Google maps */
div.gmaps { width: 720px; height: 400px; }
div#map { width:  720px; height: 390px; }
/*div.gmaps div.map_links { background-color: #00A482; padding: 5px; text-align: center; color: #fff; }*/
div.gmaps div.map_links { background-color: #F6B400; padding: 5px; text-align: center; color: #fff; }
div.gmaps div.map_links a { font-weight: bold; text-decoration: none; margin: 0 5px; color: #fff; }

	/* IE 6 */
	div.gmaps { width: 715px; }
	div#map { width:  715px; }

/* Wishes */
div.wish { width: 230px; height: 58px; margin-bottom: 1em; }
div.wish div.profile_type { float: left; width: 60px; }
div.wish div.description { float: left; height: 58px; width: 170px; position: relative; background-color: #FFF; }
div.wish div.description a { position: relative; left: 20px; top: 6px; color: #000; text-decoration: none; font-weight: bold; }
div.wish div.description a:hover { text-decoration: underline; }
div#content div.wish div.description p { position: relative; left: 20px; top: 5px; width: 150px; margin: 0; padding: 0; }
div.wishes { margin: 10px; }


div.current_wish {
	top: 9px;
	margin-bottom: 1em;
	width: 234px;
	/*background-color: #00A482;*/
    background-color: #F6B400;
	padding: 8px;
	position: relative;
	min-height:100px;
 }

 * html div.current_wish { height: 100px; }

div.current_wish div.profile_type { float: left; text-align: center; width: 75px; }
div.current_wish div.description {
	float: left;
	margin-left: 1.5em;
	width: 131px;
	padding: 3px;
	position: relative;
	color: #fff;
	min-height:65px;
	margin-bottom: 3em;
}

div#not_ok_div { position: absolute; bottom: 5px; right: 5px; height: 2em; }
/*div#not_ok_div a { background-color: #00735c; color: #fff; text-decoration: none; padding: 5px; }*/
div#not_ok_div a { background-color: #c38100; color: #fff; text-decoration: none; padding: 5px; }