h1
{
	margin: 0 0 15px 0;
	padding: 0;	
	text-transform: uppercase;
	color: #F39300;
}

img
{
	border: none;
}

.clr
{
	clear: both;
}

.input, .select, .textarea
{
	border: 1px solid #666666;
	color: #666666;
	margin: 0 0 3px 0;	
}

span, p
{
	color: #666666;
	margin: 10px 0 0 0;	
}

.input_error, .select_error
{
	border: 1px solid #F39300;
	color: #000000;
	background: #FEE8C5 url('../images/layout/background_button_color.gif') repeat-x top left;
	margin: 0 0 3px 0;
}

#top ul
{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

#top ul li
{
	float: right;		
}

#top ul li a
{
	display: block;
	padding: 0 10px 0 10px;
	font-size: 11px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #AAAAAA;
	text-decoration: none;	
	border-left: 1px solid #AAAAAA;	
}

#top ul li span
{
	font-size: 11px;
	line-height: 30px;
	color: #EEEEEE;
	text-decoration: none;	
	padding: 0 10px 0 10px;
}

div.overview,
div.tabs
{
	margin: 10px 0 0 0;	
}

.overview th
{
	border-bottom: 1px solid #AAAAAA;
	line-height: 22px;
	text-align: left;	
}
.overview td
{
	border-bottom: 1px solid #AAAAAA;
	line-height: 22px;
	color: #666666;
}
.overview tr:hover
{
	background: #EEEEEE;
}
.overview tr:hover.header
{
	background: none;
}

.overview td a
{
	color: #666666;
}

td.label,
td.label span,
td.label p 
{	
	color: #666666;
	font-weight: bold;
	margin: 0;
}

td.value,
td.value span,
td.value p 
{	
	color: #666666;
	margin: 0;
}

.button
{
	padding: 0 5px;
	margin: 0;
	border: 1px solid #AAAAAA;
	height: 22px;
	background: url('../images/layout/background_button.gif') repeat-x top left;
	
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;	
}

.button_color
{
	padding: 0 5px;
	margin: 0;
	border: 1px solid #F39300;
	height: 22px;
	background: url('../images/layout/background_button_color.gif') repeat-x top left;
	
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;	
}		

div.error
{
	width: 718px;
	padding: 4px 15px 4px 15px;
	margin: 0 0 15px 0;
	border: 1px solid #F39300;
	background: #FEE8C5 url('../images/layout/background_button_color.gif') repeat-x top left;
}
div.error span
{
	font-weight: bold;
}

ul#choose
{
	margin: 0;
	padding: 0;
	list-style: none;	
}

ul#choose li
{
	
}

ul#choose li a
{
	line-height: 20px;
	color: #333333;	
	text-decoration: none;
}

ul#choose li a:hover,
ul#choose li.selected a
{
	text-decoration: underline;
}

.overviewPhotos { width:100%; float:left; }
.overviewPhotos ul { border:none; list-style:none; float:left; }
.overviewPhotos li { border:1px solid #ccc; list-style:none; background:none; padding:10px; margin-bottom:15px; float:left; width:100%;  }
.overviewPhotos .itemPhoto { width:120px; float:left;  border-right:1px solid #ccc; padding:10px 10px 10px 0; margin-right:10px; }
.overviewPhotos .itemPhoto.last { border-right:none; padding-right:0px; margin-right:0px; }
.overviewPhotos .itemPhoto.org { background:#ddd; border:1px solid #000; padding-left:15px; } 
.overviewPhotos .itemDetails { width:300px; float:left; }
.overviewPhotos .itemTextDetails { width:400px; float:left; }
.overviewPhotos span { display:block; margin: 0 0 8px 0; color:#000; font-weight:bold; }
.overviewPhotos span.label { display:inline; }
.overviewPhotos .itemPhoto img { width:100%; }
.overviewPhotos .itemButtons { float:right; width:160px; }
.overviewPhotos .itemButtons a { display:block; text-align:center; margin-bottom:5px; font-weight:bold; color:#000 !important; text-decoration:none; }