
/* base */
body {
	background-color:#C7C7C7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	text-align:left;
	color:#000000;
	margin:0;
	border:0;
	width:800px;
}

a:link, a:hover, a:active, a:visited {
	color:#000;
	text-decoration:none;
	border:none;
}

a:hover {
	text-decoration:underline;	
}

.clear_box {
	clear:both;
}

.inline_box{
	float:left;
}

.not_visible {
	display:none;
}

.clickable:hover{
	cursor:pointer;
}

p {
	margin:0;
	border:0;
}

a.subsel{
	text-decoration:underline;
}

.fancybox, .fancybox_secondary {
	cursor:pointer;
}

#back_box, #back_box_2{
	margin: 20px;
}

/* pages structure */
#main_box {
	border:0;
	margin:20px;
}

#line_one_box {
	height:333px;
	margin-bottom:15px;
}

#line_two_box {
	margin-bottom:10px;
}

/* line one */
#line_one_box #title_box, #back_box, #back_box_2 {
	margin-right:20px;
	width:110px;
}

#line_one_box #media_box {
	margin-right:20px;
	width:500px;
}

/* line two */
#line_two_box #menu_box {
	margin-right:20px;
	width:110px;
	text-transform: uppercase; 
}

#line_two_box #submenu_box, 
#line_two_box #description_box {
	margin-top:13px;
	margin-right:20px;
	width:240px;
}

#line_two_box #submenu_box{
	text-transform: uppercase; 
}

#line_two_box #extra_box {
	margin-top:13px;
	width:110px;
	text-transform: uppercase; 
}

.sub_sub_menu_entry {
	padding-left:10px;
}