﻿/* CSS Document */
img{border:none;}	
#wrappers{margin: 0 auto; width:700px; text-align:left;}

#loading {
	background: #f2f2f2 url(ajax-loader.gif) no-repeat center center;
	display:none;
	height:350px;
	width:100%;
	top:20px;
}

.corner0, .corner1, .corner2, .corner3 {
	position:absolute; 
	width:20px; 
	height:20px; 
	overflow:hidden; 
	z-index:200;
	background:#fff;
	margin:0;
}
.corner0 {bottom:0; left:0;}
.corner1 {top:25px; right:0;}
.corner2 {bottom:0; right:0;}
.corner3{top:25px; left:0;}
			
.tabs p i{
	position:absolute; 
	font:150px Arial; 
	line-height:40px; 
	font-weight:normal;
	color:#f2f2f2;
}
.corner1 i {left:-25px;}
.corner0 i {left:-8px; top:-17px;}
.corner2 i {left:-25px; top:-17px;}
.corner3 i {left:-8px;}
.hide{display:none;}
/*==========================Player==============================*/
.tabs { width: 700px; position:relative; background-color: #f2f2f2;color:#333333; margin:0 auto;}
#player{
	display:none;
	width:660px;
	height:430px;
	margin: 20px auto;
}
a.play{ width:69px; height:69px; overflow:hidden; margin-right:10px; float:left;}
.priv{ width:200px; float:left; margin:0 5px 10px 12px; color:#333333; font-size:12px;}
.priv p{ padding:0 !important; margin:0 !important;}
.priv img{ padding:2px !important; border:#CCCCCC 1px solid; opacity: 0.8; height:60px; width:60px;}
.cbth{ clear:both;}
div.tabs > div h2, div.tabs > div a{color:#395984 !important;}
div.tabs > div a{ font-weight:bold; font-size:14px !important; text-decoration:none !important;}
div.tabs > div a:hover{ color:#831919 !important; text-decoration:underline !important;}
div.tabs > div a:hover img{opacity: 1;}