body, p, td, input
{
	font-family : "Verdana";
	font-size : 12px;
	color : #333;
}

body 
{  
	margin: 0px;
}

a:link, a:visited, a:active
{
	text-decoration : none;
	color : #0080C0;
}
a:hover
{
	text-decoration : underline;
}

.desc_title 
{  
						padding-top    : 8px;
	padding-left : 0px;						padding-right : 0px;
						padding-bottom : 2px;

	font-weight: bold;
	color: #0080C0
}
.desc_text 
{
	padding-bottom : 8px;
}
.main 
{  
						padding-top    : 16px;
	padding-left : 16px;						padding-right : 16px;
						padding-bottom : 16px;
}

.theme_link 
{
	padding-left: 16px;
}

.menus_box
{
	border : solid 1px #DDD;
	background : #F6F6F6;
}
.menus_cell
{
	padding-top    : 8px;
	padding-bottom : 8px;

	background : #FFF;
	border : solid 1px #DDD;
}
.menus_theme
{
	font-weight : bold;
}

.menu_box { }
.menu_id
{
	font-weight : bold;
	padding-bottom : 4px;
}
.menu_view
{
	padding-bottom : 4px;
}
.menu_thumb
{
	padding-top : 8px;
	padding-bottom : 4px;
	border-top : 1px solid #DDD;
}