@charset "utf-8";
a {text-decoration:none; }
.shadowblockmenu{
font-weight: bold;
font-size:16px;
width: 977px;
margin-top:5px;
}

.shadowblockmenu ul{
border: 1px solid #BBB;
border-width: 1px 0; /* Show only top and bottom border for main menu container */
padding: 0;
margin: 0;
overflow: hidden;
}

.shadowblockmenu ul li{
display: inline;
margin:0;
padding:0;
}

.shadowblockmenu ul li a{
display:block;
float:left;
text-transform: uppercase;
color: #fff;
width:97px;
padding: 8px 15px 8px 9px;
margin: 0;
text-decoration: none;
border-right: 1px solid #BBB; /*right border between menu items*/
background:url(../images/button.png);
transition: all 0.2s ease-in-out;
}


.shadowblockmenu li:nth-of-type(1) a{ /* Extra style for first menu link */
border-left: 1px solid #BBB; /* add border to left side of first menu link */
/*padding-left:25px;
background: url(images/onebit_home.png) 1px center no-repeat; /* Add icon */
}

.shadowblockmenu ul li a:hover{
color:#000;
-moz-box-shadow: inset -7px 0 10px rgba(255,255,255, 0.4), inset 0 0 12px rgba(255,255,255, 0.6); /* Add 2 inset shadows to each menu item  */
-webkit-box-shadow: inset -7px 0 10px rgba(255,255,255, 0.4), inset 0 0 12px rgba(255,255,255, 0.6);
box-shadow: inset -7px 0 10px rgba(255,255,255, 0.4), inset 0 0 12px rgba(255,255,255, 0.6);
}

.news {
	width:160px;
	text-align:left;
	margin-left:25px;
}

.news ul{
padding: 0;
margin: 0;
color:red;
font-size:24px;
}

.news ul li{
margin:0;
padding:0;
}

.news ul li a{
display:block;
margin: 0;
font-size:12px;
text-decoration: none;
}

#commentForm label { width: 200px; }
#commentForm label.error, #commentForm input.submit { margin-left: 20px; color:#F00; }

	#myDiv {
		overflow: hidden;
		width: 980px;
	}
	
	#myDiv img {
		border: 0px solid;
		width: 196px;
	}
.rounded-corners {
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* Konqueror */
  border-radius: 10px; /* Opera 10.50 and later (CSS3 standard) */
  behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
}