/* CSS Document */

body
{
	position:relative;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#2c2d2d;
}

#container {
	text-align:center;
	position:relative;
	width:821px;
}

#block_menu{
	width:100px;
	float:left;
}

#white1{
	position:relative;
	background-color:#FFFFFF;
	width:820px;
	height:50px;
	top:5px;

/*	margin-bottom:5px; */
	text-align:center;
}

#white2{
	background-color:#FFFFFF;
	width:800px;
	top: 10px;
	text-align:center;
	padding:10px;
	
}

#menu_up {
	position:relative;
	top:5px;
	left:20px; 
	float:left;
}


#imgcorner
{
	background-image:url(/images/preview/pr_cut.jpg);
	width:17px;
	height:17px;
	float:left;
}

#selected_text{
	color:#FFFFFF;
}

#center_floor{
	
	text-align:center;
	height:30px;
}

#left{
	position:relative;
	float:left;
	left:20px; 
	top:10px;
}

#right{
	position:relative;
	float:right;
	right:20px;
	top:10px;
	font-weight:bold;
}

#icons{
	width:820px;
	text-align:center;
	top:20px;
}	

#space{
	text-align:center;
	width:820px;
	text-align:center;
	top:20px;
	margin-top:10px;
	margin-left:40px;
}


#bigphotocontainer
{
	text-align:left;
}

.noselect{
	position:static;
	float:left;
	margin-left:5px;
	margin-right:5px;
}


.select_icon{
	border:1px #d56a9f solid;
	position:static;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.topmenuitem
{
	margin-top:0px;
	color:#4e5354;
	cursor:pointer;
}	



.topmenuitemsel
{
	position:relative;
	background-color:#d56a9f;
	float:left;
	height:17px;
	width:63px;
	bottom:0px;
	color:#FFFFFF;
	cursor:pointer;
}

