body {
	/*background-image: none;	*/
}

div.banner {
	background: #000 url(/vt/imgs/vemstune-banner-black.png) no-repeat center top;
	height: 140px;
	border-bottom: 3px solid #333;
	margin-bottom: 20px;
}

.content {
	background-image:url(/vt/imgs/vemstune-banner-black.png);
}	

div.content_headline {
	color: #444;
}

h2 {
	margin:0px;
	padding:0px;
	line-height:14px;
	color:#444;
	font-size:14px;	
	font-family:"Arial", Gadget, sans-serif;
	font-weight:bold;	
}

.subhead {
	font-size:13px;
	color:#801010;
	font-weight:bold;
	
}

ul, li { 
	list-style: none; 
	margin: 5px; 	
	padding: 5px; 
}

img.thumb {	
	border: 0px solid;
}

img.content {
	max-width: 100%;
	border: 0px solid;
}

.button3D img {
	vertical-align: top;
	margin: 2px 3px 0 0;
}
.button3D span {
	font-size: 11px;
	color: #444;
}
.button3D{
	color: #222;
	border: 1px solid #333;
	margin: 5px;
	padding: 3px 8px;	
	background: -o-linear-gradient(#fafafa, #888);
	background: -moz-linear-gradient(top, #fafafa, #888);
	background: -webkit-gradient(linear,left top, left bottom, from(#fafafa), to(#888));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FAFAFA', EndColorStr='#888888', GradientType=0);	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	cursor: pointer;
	cursor: hand;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-shadow: 0 1px 2px #eee;
	display: inline-block;	
	font-size: 13px;
	font-weight: bold;
}
.button3D:active{
	background: -o-linear-gradient(#888, #fafafa);
	background: -moz-linear-gradient(bottom, #fafafa, #888);	
	background: -webkit-gradient(linear,left top, left bottom, from(#888), to(#fafafa));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#888888', EndColorStr='#FAFAFA', GradientType=0);		
}
.button3D:hover{	
	box-shadow: 0 0 5px #777;
    -webkit-box-shadow: 0 0 5px #777;
    -moz-box-shadow: 0 0 5px #777;	
}
.vt_down{
	display: inline-block;
	float: right;
	margin-top: -7px;
}

a {
	color: #AB0808 !important;
	font-weight: bold;
}

hr {
	border: 0px solid #ddd;
	border-bottom-width: 1px;
}

.active{
	background: -o-linear-gradient(#AB0808, #730404);	
	background: -moz-linear-gradient(top, #AB0808, #730404);
	background: -webkit-gradient(linear,left top, left bottom, from(#AB0808), to(#690505));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#AB0808', EndColorStr='#690505', GradientType=0);
	text-shadow: 0 0 10px white;	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.searchbox {
	float: right;	
	margin-top: -6px;
}
.searchbox img {
	vertical-align: middle;
}
.searchbox input {
	border-radius: 3px;
	border: 1px solid #aaa;
	width: 200px;
	background-color: #F6F7DF;
	font-size: 11px;
}
.searchbox input.focused {
	color: #aaa;
	width: 70px;
	padding-left: 2px;
	background-color: #fcfcfc;	
	font-style: italic;
}

.search_result_item{	
	margin: 5px;	
	border: 1px solid #E5E5E5;
	border-radius: 0px 5px 5px 5px;
}
.search_result_item:hover{
	background-color: #f5f5f5;
	cursor: pointer;
}
.search_result_item div.header{	
	background-color: #f5f5f5;
	padding: 3px;
}
.search_result_item div.preview{	
	padding: 3px;
	padding-left: 10px;
}
span.str_hl {
	background-color: #FFCC00;
	font-size: inherit;
	color: black;
	/*font-weight: bold;*/
}

	
.active a.mm-item-link-hover {
	background-color: transparent !important;	
}
	