/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Myriad Pro, Arial;
	width: 100%;
	height: 100%;
    background-color:#5292D0;
    
}
.wrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	z-index:100000;
	position: fixed;	
	left: 0; 
	right: 0;
	height: 45px;
		background: rgb(52,103,186); /* Old browsers */
		background: -moz-linear-gradient(top, #266887 0%, #0a4d6c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#266887), color-stop(100%,#0a4d6c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #266887 0%,#0a4d6c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #266887 0%,#0a4d6c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #266887 0%,#0a4d6c 100%); /* IE10+ */
		background: linear-gradient(to bottom,#266887 0,#0a4d6c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3467ba', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
	


}

.item-table{
	background-color: #f7f7f7;
}

.titleshare{
	width:100%;
}

.share{
	float: right;
	color: #ffffff;
	margin-top: -38px;
	margin-right: 8px;
}

.content h1{
	color: #FFA733;
	margin-left: 5px;
	margin-bottom: 15px;
	/* margin-top: 5px; */
	padding: 3px 0 5px 0px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.item:hover .gametitle{ 
    
	margin-top: -50px;
	transition: margin 0.5s ease;
	-webkit-transition: margin 0.5s ease;
	-moz-transition: margin 0.5s ease;
}

.item .gametitle{
	font-size: 14px;
    text-align: center;
	margin-top: 0px;
	padding: 5px;
	background-image:url("../images/blackbg.png");
	width: 143px;
	height: 40px;
	color: #FFA531;
	letter-spacing:0.2px;
	position: relative;
	transition: margin 0.5s ease;
	-webkit-transition: margin 0.5s ease;
	-moz-transition: margin 0.5s ease;
}




.item { 
	width: 153px;
	height:127px;
	margin:5px;
	overflow: hidden;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    float:left;
    
} 


.item:hover, .item.w2:hover, #dle-content .item:first-child:hover {

	-moz-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5); /* Р”Р»СЏ Firefox */
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5); /* Р”Р»СЏ Safari Рё Chrome */
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5); /* РџР°СЂР°РјРµС‚СЂС‹ С‚РµРЅРё */
}

.item img{ 
	height:100%;
	width:100%;
}


.item a{
	text-decoration: inherit;
}

#dle-content .item:first-child{
	width: 153px;
	height:127px;
	margin:5px;
	overflow: hidden;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}



.item.w2 { 
	width: 315px; 
	height:264px;
	margin:5px;
	overflow: hidden;	
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    float:left;
}

.headermenu{
	width:1000px;
	margin: 0 auto;
}

.logo_rekl{
	margin-top: 2px;
margin-left: 51px;
}

.logo{
	padding: 3px;
	float: left;
}

.logo img{
	width:225px;
}

.main-manu{
	margin-left: 2px;
}

.main-manu li{
	float:left;
	width: 157px;
	background-color:#ffffff;
	margin-bottom:5px;
	margin-left:5px;
	background: rgb(52,103,186); /* Old browsers */
		background: -moz-linear-gradient(top, #266887 0%, #0a4d6c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#266887), color-stop(100%,#0a4d6c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #266887 0%,#0a4d6c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #266887 0%,#0a4d6c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #266887 0%,#0a4d6c 100%); /* IE10+ */
		background: linear-gradient(to bottom,#266887 0,#0a4d6c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266887', endColorstr='#0a4d6c',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  
}

.main-manu li:hover{
	background: rgb(52,103,186);
	background: -moz-linear-gradient(top, rgba(44,83,158,1) 0%, rgba(52,103,186,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,83,158,1)), color-stop(100%,rgba(52,103,186,1)));
	background: -webkit-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(52,103,186,1) 100%);
	background: -o-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(52,103,186,1) 100%);
	background: -ms-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(52,103,186,1) 100%);
	background: linear-gradient(to bottom, rgba(44,83,158,1) 0%,rgba(52,103,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3467ba', endColorstr='#2c539e',GradientType=0 );
      -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */

    
    
    
    
    
    
    
    
    
}

.main-manu li a{
	padding:5px;
	display: block;
	font-size:13px;
	color: #DFDFDF;
	text-decoration: none;

}

.main-manu li a{
	padding:5px;
	padding-left: 37px;
	display: block;
	
}


.main-manu .li-4 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico4.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-6 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico6.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}


.main-manu .li-7 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico7.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-11 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico11.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-15 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico15.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-21 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico21.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-23 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico23.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-12 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico12.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-14 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico14.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-18 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico18.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}


.main-manu .li-3 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico88.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}


.main-manu .li-1 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico1.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}


.main-manu .li-17 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico17.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-10 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico10.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-2 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico2.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-20 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico20.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-16 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico16.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}



.main-manu .li-19 a{
	padding-left: 35px;
	background-image: url("http://nifnif.info/templates/spanchbobru/images/ico19.jpg");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 5px;
}

.headerright{
	float: right;
	width: 450px;
	
	margin-top: 7px;
	margin-right: 18px;
}

.loginbutton{
	float:right;
	width:40px;
	height:20px;
	background-color: #2F5BA9;
	padding:3px 10px 3px 10px;
	border: 1px solid #FFFFFF;
	color:#ffffff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}

.loginbutton:hover{
	background-color: #164CAB;
}

.headerright ul{
	float: right;
	padding: 5px;
	

}

.longes{
	margin-top: -6px;
}

.headerright ul li a{
	color: #DFDFDF;
	font-size:13px;
	text-decoration: none;
}

.headerright ul li a:hover{
	color:#C3C3C3;
}



.headerright ul li{
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-right: 1px solid #ffffff;
	
}

.headerright ul li:last-child{
	border-right: 0px solid #ffffff;
}

/* zoom 
-----------------------------------------------------------------------------*/



.ajmas{
    float: left;
   
   background-color: #185B7A;
    
} 


#playicon{
    outline: 0px solid #000000;
    width: 62px;
    height: 32px;
   margin-left: 194px;
   margin-bottom: -10px;
  -webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px;border-top-left-radius:8px;border-top-right-radius:8px;
   padding: 0 4px 2px 10px;
   margin-top: 12px;
   
}

.zoom{
    float: left;
    margin-right: 5px;
    margin-top: 4px;
   cursor: pointer;
    
}


.offsvet{
    cursor: pointer;
    margin-bottom: 10px;
    float: left;
}


.full-game h1{
    float: left;
    width: 450px;
    
}


.closeiocn{
   position: absolute;
   right: 10px;
   top: 7px;
   cursor: pointer;
}



.svetoffstyle{
	position: fixed;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	background-color:#000000;
	-moz-opacity: 0.9; /* Mozilla 1.6 e ie?a */
	-khtml-opacity: 0.9; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
    z-index: 10;
}

/* mer masin
-----------------------------------------------------------------------------*/
.full-news{
    -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    padding: 10px;
    
}

.teaser1{
	margin-left: 10px;
margin-bottom: 12px;
}

/* обой загруза
-----------------------------------------------------------------------------*/

#oboygame{
    
   background:url("../images/game_fon.jpg");
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
     text-align: center!important;
     text-align: center;
}
.logo_oboy{
width: 150px;
/* height: 300px; */
margin-top: 20px;
margin-bottom: 20px;
    
}

.logo_oboy3{
      width: 150px;
      margin-top: 0px;
}






/* Middle
-----------------------------------------------------------------------------*/
.content {	
	padding: 65px 0 100px;
}

.headermenu{
	margin-bottom:10px;
	display:table;
}


.navigation{
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	margin-left: 20%;
}

.navigation span{
	padding: 5px 10px 5px 10px;
	background-color: #D28A28;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.navigation a{
	padding: 5px 10px 5px 10px;
	background-color: #FF9E1C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;

}


.ereqy-mekum{
	width: 970px;
	height:600px;
	margin:5px;
}

.flashxax{
	float:left;
	width:700px;
	height:547px;
    position: relative;
    border: 10px solid #185A79;
    z-index:11;
}

.reklam-2{
	float:left;
	width:236px;
	margin-left:10px;
    margin-top: -33px;
	height:auto;
	border: #5F5F5F 1px solid;
	background-color: #3D3D3D;
	margin-bottom: 10px;
}
.reklam-2 h2{
color: #d6d9e1;
    font-size: 12px;
   
    margin-left: 7PX;
    margin-top: 5PX;
   /
}


.aboutrating{
	padding:10px;
}

.aboutrating p{
	width: 110px;
	float: left;
}

.ratetver{
	font-size: 45px;
margin-left: 114px;
margin-top: 3px;
color: #FF8200;
font-weight: bold;
letter-spacing: -3px;
position: absolute;
margin-top: -23px;
}

.abouthay{
	border-top: 1px dashed #FF8200;
	border-bottom: 1px dashed #FF8200;
	margin-top: 2px;
	padding: 8px;
	padding-top: 14px;
	padding-bottom: 0px;
	background-color: #BBBBBB;

}

.loginpanel{
    width: 250px;
    height: 130px;
    background-color: #2F5BA9;
    border: #ffffff solid 1px;
    position: absolute;
    margin-left: 198px;
    margin-top: 24px;
    z-index: 1500;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 0;
    border-radius: 5px;
    border-top-right-radius: 0;
    display:none;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	-webkit-border-radius: 3px;
	/* border: 1px solid rgba(100, 100, 100, .4); */
	-webkit-background-clip: padding-box;
}

.login-block{
	padding: 10px;
	margin-top: -15px;
}

.enter{
	position: absolute;
	margin-top: -52px;
	margin-left: 151px;
	width: 73px !important;
	height: 47px;
}

.login-link a{
	color:#ffffff;
}

.login-block input{
	width: 125px;
	margin-bottom: 5px;
}

.abouthay2{
	border-top:1px dashed #FF8200;
	margin-top:2px;
	padding:8px;
	color: #ffffff;
}

.abouthay2 h3{
	color:#FF8200;
}

.gameimage {
	width: 50px;
	height:50px;
	border:2px solid #ffffff;
	overflow: hidden;
	float:left;
	margin:5px;
	margin-right:10px;
}

.gameimage img{	
	height:50px;
}

.sharesoc{
	padding:10px;
}



.abouthay h3{
	color: #FF8200;
	font-size: 13px;
}

.abouthay p{	
	color:#B5B5B5;
}

.related_games{
	display:table;
}

.related_games_title{
	display: table;
	width: 100%;
}

.related_games_title h4{
	font-size: 20px;
	padding: 5px;
	margin-left: 5px;
	padding: 15px 10px 15px 10px;
	width: 97%;
	color: #FFA733;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	background-color: #185A79;
	margin-bottom: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



/*coment
------------------------------------------------------------------------*/

.fb-comments{
    
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}


/*unity
------------------------------------------------------------------------*/

.unity_off{
    margin: 0 auto;
    text-align: center;
    
   
    outline: 0px solid #000000;
}

.off_text h1{
    float: none;
width: auto;
font-weight: 100;
font-size: 18px;
    
}

.bernel{
    
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1000px;
	margin: -50px auto 0;
	height: 50px;	
	position: relative;
	color:#ffffff;
	padding-top: 15px;
	padding-bottom: 40px
}

.footer a{
	color:#ffffff;
	margin-left:15px;
}


.liveinternet{
	float: right;
	margin-top: -15px;
}


.left-block-title{
	padding: 10px;
	color: #ffffff;
	font-size: 15px;
}

.l-link{
	padding: 11px;
	margin-top: -13px;
}

.l-link a{
	display: block;
	font-size: 13px;
	color: #fff;
}


.gameshit{
	background-image: url('/templates/newnifnif/images/icon_hit.png');
background-repeat: no-repeat;
position: absolute;
margin-top: 0px;
	margin-left: 0.3px;
height: 68px;
width: 68px;
z-index: 100;
border-radius: 1px;
}

.gamesnew{
	background-image: url('/templates/newnifnif/images/icon_new.png');
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 0px;
	margin-left: 0.3px;
	height: 68px;
	width: 68px;
	z-index: 100;
	border-radius: 1px;
}


.ratenumber{
	font-size: 17px;
margin-left: 5px;
margin-top: 3px;
color: #FF8200;
font-weight: bold;
letter-spacing: 1px;
position: absolute;
margin-top: -11px;
}


.image_game{
	width: 55px;
	height: 43px;
	position: absolute;
	margin-top: -39px;
	margin-left: 168px;
	overflow: hidden;
}

.w2 .gametitle{
	width:auto !important;
}


.gorcynker{
	float: left;
	padding-bottom: 20px;
	
}

.fot_text{
	float: left;
	
}


.milion_table h2{
	position: absolute;
	font-size: 18px;
	color: #FFA733;
	margin-left: 5px;
	margin-bottom: 15px;
	/* margin-top: 5px; */
	padding: 3px 0 5px 0px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.simple-little-table { 
  font-family:Arial, Helvetica, sans-serif; 
  color:#666; 
  font-size:12px; 
  text-shadow: 1px 1px 0px #fff; 
  background:#eaebec; 
  margin-left:5px; 
  border:#ccc 1px solid; 
  border-collapse:separate; 

  -moz-border-radius:3px; 
  -webkit-border-radius:3px; 
  border-radius:3px; 

  -moz-box-shadow: 0 1px 2px #d1d1d1; 
  -webkit-box-shadow: 0 1px 2px #d1d1d1; 
  box-shadow: 0 1px 2px #d1d1d1; 
  width: 720px;
  margin-bottom: 15px;
 } 

 .simple-little-table th { 
  font-weight:bold; 
  padding:6px;
  border-top:1px solid #fafafa; 
  border-bottom:1px solid #e0e0e0; 

  background: #ededed; 
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb)); 
  background: -moz-linear-gradient(top, #ededed, #ebebeb); 
 } 
 .simple-little-table th:first-child{ 
  text-align: left; 
  padding-left:20px; 
 } 
 .simple-little-table tr:first-child th:first-child{ 
  -moz-border-radius-topleft:3px; 
  -webkit-border-top-left-radius:3px; 
  border-top-left-radius:3px; 
 } 
 .simple-little-table tr:first-child th:last-child{ 
  -moz-border-radius-topright:3px; 
  -webkit-border-top-right-radius:3px; 
  border-top-right-radius:3px; 
 } 
 .simple-little-table tr{ 
  text-align: center; 
  padding-left:20px; 
 } 
 .simple-little-table tr td:first-child{ 
  text-align: left; 
  padding-left:20px; 
  border-left: 0; 
 } 
 .simple-little-table tr td { 
  padding:4px; 
  border-top: 1px solid #ffffff; 
  border-bottom:1px solid #e0e0e0; 
  border-left: 1px solid #e0e0e0; 
   
  background: #fafafa; 
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa)); 
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa); 
 } 
 .simple-little-table tr.even td{ 
  background: #f6f6f6; 
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6)); 
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6); 
 } 
 .simple-little-table tr:last-child td{ 
  border-bottom:0; 
 } 
 .simple-little-table tr:last-child td:first-child{ 
  -moz-border-radius-bottomleft:3px; 
  -webkit-border-bottom-left-radius:3px; 
  border-bottom-left-radius:3px; 
 } 
 .simple-little-table tr:last-child td:last-child{ 
  -moz-border-radius-bottomright:3px; 
  -webkit-border-bottom-right-radius:3px; 
  border-bottom-right-radius:3px; 
 } 
 .simple-little-table tr:hover td{ 
  background: #f2f2f2; 
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0)); 
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);  
 } 

 .simple-little-table a:link { 
  color: #666; 
  font-weight: bold; 
  text-decoration:none; 
 } 
 .simple-little-table a:visited { 
  color: #999999; 
  font-weight:bold; 
  text-decoration:none; 
 } 
 .simple-little-table a:active, 
 .simple-little-table a:hover { 
  color: #bd5a35; 
  text-decoration:underline; 
 } 



 .xaxal{
 	background: url(../images/xaxal.png);
 	width: 147px;
 	height: 62px;
 	cursor: pointer;
 	margin:0 auto;
 	margin-top: 50px;
 }