@import url("document.css");
@import url("/elements/common/css/search.css");



#content select, #content input, #content textarea { font-size: 1em}
/* \*/
html>body #content .section input {margin : 3px 3px 0 4px}
/* */


/* 
---------------------- */

#content form .bt{
	color: #D95B11;
	border:1px solid #E79B6E;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 2px 0 16px;
	background:#fff url("/elements/imgs/locations/bt.png") 2px 50% no-repeat;
	cursor:pointer;
}
/*  \*/
* html #content form .bt { 
	width:1%; overflow: visible; 
}
/* */

#content .selectionbox {
	border-left:1px solid #E69566;
	border-bottom:1px solid #E69566;
}

#content .selectionbox .wall{
	padding-top:12px;
	background:#FCF3ED url("/elements/imgs/locations/selectionbox-top.png") 100% 0 no-repeat;
	position:relative;
}
#content .selectionbox .innerwall{ border-right:1px solid #E69566; }


/* \*/ * html #content  .innerwall{height: 1%;} /* */
#content .innerwall:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* JUST IE MAC \*//*/
#content .innerwall {display : inline-block}
/**/


#content .barebox {border:1px solid #E69566;}
#content .barebox .legend {
	color:#E69566;
	margin:0;
	font-weight:bold;
}

/* Fixes
---------------------- */
#content .related {
	background: none;
}