/*
CSS Updater (style.php)
*/

/*
Theme Name: LY-0004.1.0.0
*/


body {
    background:url(images/bg_main2.gif);
	background-repeat:repeat;
    background-position: left top;
    font-family: "verdana", arial, helvetica, sans-serif;
    font-size:9pt;

}

#header {
    background: url(images/header.jpg) no-repeat;
	height:123px;
    background-position: left bottom;
 }

#main {
    width: 1000px;
    margin: 0px auto 0px auto;
    background-color: #FFFDEF;
}
a {
	color:#000000;
}
h1, h1 a  {
    display:inline;
    color:#E3881E;
    font-size:35pt;
    font-style:italic;
    background:transparent;
 }

h2, h2 a, #sidebar ul li h4 {
    background: url(images/h2.gif) no-repeat;
    background-position:top right;
    margin: 0px;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    vertical-align:middle;
    padding:6px 0px 6px 10px;
    text-decoration: none;
}


 .h2 {
    background: url(images/bg_h2.gif) repeat-x; 
	margin:0px;
	color:#ffffff;

	}

   
h2 a {
    color:#000000;
    text-decoration:none;
    background:transparent;
}

h2 a:hover{
    color: #7B7B7B;
}

h3 {
    color:red;
    font-size: 9pt;
    font-weight: bold;
    text-align:center;
    font-style:italic;
}

h3 a {
    color:red;
    text-decoration:underline;
}

h3 a:hover {
    color:#E3881E;
   text-decoration:none;
}

h2 img {
    padding-top:4px;

}



 

.separator {
    clear: both;
    float:none;
}

.table-right {
    width:67%; 
    display:inline-table;
    background-position:bottom;
    height:35px;
    border:1px solid red;
    text-align:right;
    
 }

.right-position {
    float:right;
}


.left-position {
    float:left;
    }




.little {
    background:#FBF7D0; 
    width:216px;
    border:1px solid #EFBB7A;
    border-bottom:none;
    float:left;
}

.center {
    width:432px;
}


.right {
    width:256px;
    border:1px solid #EFBB7A;
    border-bottom:none;
    background:#ffffff;
    float:right;
}

#conteiner {
    width:78%;
    float:right;
	margin:0px;
	padding:0px 5px 5px 5px;
}

#charts {
	width:99%;
	-width:100%;
	padding-left:5px;
	overflow:hidden;
}
.maximum ul, #sidebar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.offer_gray {
    background: url(./images/footer.gif) repeat-x;
    text-align:left;
    border:1px solid #989894;
    vertical-align:middle;
    padding:2px 0px 8px 0px;
    margin-top:1px;
    }
    
.offer_gray  img, .offer_yellow img{
    vertical-align:middle;
    padding-left:5px;
}

.offer_yellow {
    background: url(./images/stroka.gif) repeat-x;
    text-align:left;
    border:1px solid #E69434;
    vertical-align:middle;
    padding:2px 0px 8px 0px;
    margin-top:1px;
}


.padding{
    padding:5px;
    float:left;
	width:99%;
	border:1px solid #F0BD7E;
    
}

.padding img {
    padding:5px;
    float:left;
    text-align:left;
}

.padding2 {
    padding:5px;
    text-align:center;
}



.game_description {
    float:right; 
    text-align:left; 
    width:60%;
}

.white {
    background:#ffffff;
}

#top_table_1_1 {
    display:table;
}

#top_table_1_2 {
    display:none;
}

/****************Get SIDEBAR*********************/
body#charts-sidebar-body .moduletabletabs {
	background:#fffdef;
	border:none;
}
body#charts-sidebar-body {
	background:#fffdef;
	text-align:left;
	float: none;
	margin: 0;
	padding:0px;
	width: auto;
}

body#charts-sidebar-body #sidebar, .moduletabletabs #sidebar {
	float: none;
	margin: 0;
	padding:0px;
	width: auto;
	clear:both;
}

#sidebar {
	width:200px;
	margin-left:5px;
	float:left;
}

#sidebar .sidebar-menu {
	padding:5px;
	margin-top:-3px;
	background:#fbf7d0;
	border:1px solid #efbb7a;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px 0px 15px 0px;
	color: #000000;
	background:#fbf7d0;
	border:1px solid #efbb7a;
}

#sidebar ul ul li   {
    background-position: left;
    padding: 5px 5px 5px 10px;
	margin:0px;
    vertical-align:middle;
}
#sidebar ul ol li {
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
    vertical-align:middle;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	margin-bottom:15px;
	background:#fbf7d0;
	border:1px solid #efbb7a;
}
#sidebar .banners .banner {
	margin:5px;
}

#sidebar .banners .banner a img, .banners .banner object {
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}

.banners .banner embed {

}

#sidebar .sidebar-menu {
	font-style:italic;
	font-style:italic;
}
#sidebar  p {
	text-align:left;
	padding:5px;
}
form {
    margin: 0px;
    padding: 0px;
	text-align:center;
}

input#s {
    width: 90%;
    border: 1px solid #999999;
    margin: 10px 0px 5px 0px;
}

button, input#searchsubmit {
    width: 160px;
    border: none;
    padding: 7px 0px 10px 0px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background-color: transparent;
    background-image: url(./images/sidebar-button.gif);
    background-repeat: no-repeat;
    background-position: center center;
	cursor:pointer;
}

button, input#searchsubmit:hover {
   background-image: url(./images/sidebar-button2.gif);
}

/****************************/
.moduletabletabs h2 {
	padding:5px;
	width:auto;
	height:auto;
	float:none;
}


.moduletabletabs {
    float: none;
    border: none;
    margin: 0px 0px 10px 0px;
    vertical-align: middle;  
	width:auto;
	font-size:9pt;
}



.moduletabletabs .divisions {
	border:1px solid #efbb7a;
	background:#ffffff;  
}

.content-post {
	border:1px solid #efbb7a;
	padding:5px;
	margin:-5px 0px 0px 0px;
	background:#ffffff;
}

.content-post a {
	color:red;
}
.moduletabletabs .divisions table {
    width: 100%;
    border-left:1px dotted #904C19;
    border-right:1px dotted #904C19;
	background-color: transparent;
 }
 
.moduletabletabs .divisions {
    margin: 0px;
}

.moduletabletabs .divisions object, .moduletabletabs .divisions embed {
    width: 100%;
}
td.ratingstars-1, td.ratingstars-2, td.ratingstars-4, td.ratingstars-5, td .ratingstars-6, td.ratingstars-7, td.ratingstars-8 , td.ratingstars-9, td.ratingstars-10  {
	text-align: center; 
	vertical-align: middle;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {
	background-color: transparent;
}

.moduletabletabs .divisions table tr {
    background-color: #FFFDEF;
 }

 .moduletabletabs .divisions table th {
    background-color: #F9F08C;
    border-bottom:1px dotted #904C19;
    padding:2px;
    font-size:7pt;
	font-weight:normal;
 }

.moduletabletabs .divisions table tr td {
    background-color: transparent;
    font-size: 8pt;
    vertical-align: middle;
    border-bottom:1px dotted #904C19;
    padding:2px;
	font-weight:normal;
}
.moduletabletabs .divisions  tr.menu8 td {
    background-color: #FBF7D0;
}


.moduletabletabs .divisions table tr td img {
   vertical-align: middle;
}

.moduletabletabs .divisions  table tr td a{
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    color:#000000;
    font-style:italic;
    text-decoration:none;
}
.moduletabletabs .divisions table tr td a:hover {
    text-decoration: underline;
    color:#EB8D1F;
}

.moduletabletabs .divisions #tabs, 
.moduletabletabs .divisions #accordeon, 

.footer {
    background: url(./images/footer.gif) repeat-x;
    vertical-align:middle;
    padding:2px 0px 8px 0px;
    text-align:center;
	margin-bottom:10px;
}

.footer a, .offer_gray a , .offer_yellow a{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
  }
 
 .footer a:hover, .offer_gray a:hover, .offer_yellow  a:hover{
    color:#FFFDEF;
    text-decoration:underline;
    font-weight:bold;
 }
 
 span a {
    color:red;
    font-size:20pt;
    font-weight:bold;
    font-style:italic;
    text-decoration:none;
 }
 
 span a:hover {
    color:#E3881E;
    font-size:20pt;
    font-weight:bold;
 }
 
 


a img {
    border:0px;
}

.video {
    border-top:1px dotted #904C19;
    border-bottom:1px dotted #904C19;
    background:#FBF7D0;
    
 }
 
 .post {
    color:red;
    font-weight:bold;
    text-decoration: none;
    background:#eeeeee;
    text-transform: uppercase;
}

.more-link {
    text-align:right;
    color:gray;
    font-weight:bold;
}



.post:hover {
    color:#E3881E;
    font-weight:bold;
    text-decoration: underline;
}


.a1 {
    color:#000000;
    text-decoration: underline;
    font-weight:normal;
    
}

.a1:hover {
    color:#EB8D1F;
    text-decoration: none;
    font-weight:normal;
}

.a2 {
    color:red;
    font-weight:bold;
    text-decoration: none;
}

.a2:hover {
    color:red;
    font-weight:bold;
    text-decoration: underline;
}

.a3 {
    color:#E3881E;
    font-weight:bold;
    text-decoration: none;
}

.a3:hover {
    color:#E3881E;
    font-weight:bold;
    text-decoration: underline;
}

.a4, #sidebar ul li a, #sidebar ol li a, .moduletabletabs .divisions #tabs a, .moduletabletabs .divisions p a {
    color:#E3881E;
    font-weight:bold;
    text-decoration: underline;
}

.a4:hover, #sidebar ul  li a:hover, , #sidebar ol li a:hover, .moduletabletabs .divisions #tabs a:hover, .moduletabletabs .divisions p a:hover  {
    color:#000000;
    font-weight:bold;
    text-decoration: none;
}

.date {
    color:#74706D;
    text-decoration:none;
}
.date a {
	background:url(images/ptichka.gif) no-repeat;
	height: 30px;
	line-height: 20px;
    margin: 10px 0 5px 0; 
	padding: 0 0 0 15px; 
}
a.download {
    background: url(images/button.gif) no-repeat;
    padding:12px 0px 15px 0px;
    margin-left:17%;
    display: block;
    width: 285px;
    font-weight: bold;
    text-align: center;
    vertical-align:middle;
    color: #FFFDEF;
    background-position:center;
    text-decoration:none;
 }

a.download:hover {
	background: url(images/button2.gif) no-repeat;
    text-decoration:none;
     color: #FFFDEF;
}



/* Menu_main */
.menu_2-div {
	width:66%;
}
ul.menu_2  {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-position:right top;
    margin-left:50%;
}

ul.menu_2  li {
    display: block;
    float: right;
    width:121px;
 }





ul.menu_2 a{
    display: block;
    width: 121px;
    background: url(./images/menu_odd.gif) no-repeat;
    margin: 0px;
    padding: 0px;
    padding:12px 0px 8px 0px;
    font-weight: bold;
    text-align: center;
    vertical-align:middle;
    color: gray;
        text-decoration:none;



}

ul.menu_2  a:hover{
       display: block;
    width: 121px;
    background: url(./images/menu_even.gif) no-repeat;
    margin: 0px;
    padding: 0px;
    padding:12px 0px 8px 0px;
    font-weight: bold;
    text-align: center;
    vertical-align:middle;
    color: #000000;
}


 






ul.blockButtonBar {
    display: block;
    width: 100%;
    background: url(./images/bg_h2._2.gif) repeat-x;
    margin-left:5px;
    margin: 0px;
    padding: 0px;
    height:32px;
}

ul.blockButtonBar li {
    display: block;
    float: left;
    position: relative;
    margin: 0px;
 }

ul.blockButtonBar li a {
    display: block;
    padding:7px 5px 9px 5px;
    color: #74706D;
    font-size: 9pt;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    text-decoration:none;
    border-right: 1px solid #FFFDEF;
}



ul.blockButtonBar li a.selected {
    color: #FFFDEF;
    background:transparent url(./images/bg_h2.gif) repeat-x;
    margin:0px;
}

ul.blockButtonBar li a.selected img {
    margin-left:5px;
    margin-right:5px;
}



/* Menu_main */

ul.menu {
    display: block;
    width: 100%;
    height: 25px;
    background: url(./images/menu.gif) repeat-x;
    margin: 0px;
    padding: 0px;
    z-index:5;
	overflow:hidden;
 }

ul.menu li {
    display: block;
    float: left;
    position: relative;
    margin: 0px;
 }

ul.menu li a {
    display: block;
    padding: 3px 16px 5px 16px;
    border-right: 1px solid #E3881E;
    text-decoration: none;
    color: #FBF7D0;
    font: 11px "Arial black", Helvetica, Verdana, sans-serif;
    text-transform: uppercase;
    background-color: transparent;
}





ul.menu li:hover a {
    color: #ffffff;
    background:transparent url(./images/menu-2.gif) repeat-x;
}

/* submenu */

ul.menu li ul {
    display: none;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #000000;
    background: url(./images/menu.gif) repeat-x;
    padding:0px;
	z-index:5;
 }


ul.menu li:hover ul {
    display: block;
}

ul.menu li li {
    float: none;
    text-align: center;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background: url(./images/menu.gif) repeat-x;
    height:25px;
    width:130%;
}

ul.menu li li a {
    width: 100%;
    border: none;
    padding: 4px 16px 6px 16px;
    background-image: none;
    border: 1px #ffffff solid;
    background-color: transparent;
}

ul.menu li li:hover {
    background: url(./images/menu-2.gif) repeat-x;
}

ul.menu li li:hover a {
    color: #FBF7D0;
    border-top-color: #ffffff;
    background-color: transparent;
}
/* submenu end */



#footer {
    background:url(images/footer_bottom.gif) repeat-x;
    height:67px;
}

.jpg, .cartoons {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.rc_item img {
    text-align: center;
    vertical-align: middle;
}

.articleinfo_addition, .text1 {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
    color: #211F1B;
}

.articleinfo_addition a, .text1 a {
    font-weight: bold;
    text-decoration: none;
    font-size: 9pt;
}

.articleinfo_addition a:hover, .text1 a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.articleinfo_addition h1, .text1 h1,
.articleinfo_addition h2, .text1 h2,
.articleinfo_addition h3, .text1 h3,
.articleinfo_addition h4, .text1 h4,
.articleinfo_addition h5, .text1 h5,
.articleinfo_addition h6, .text1 h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
}

.articleinfo_addition p, .text1 p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.articleinfo_addition ul, .text1 ul, .articleinfo_addition ol, .text1 ol{
    margin-left: 20px;
    padding-left: 10px;
}

td.ratingstars-2, td.ratingstars-5, td .ratingstars-6, td.ratingstars-7, td.ratingstars-8 , td.ratingstars-9, td.ratingstars-10  {
	text-align: center; 
	vertical-align: middle;
}

td.ratingstars-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.ratingstars-3, td.ratingstars-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}

.moduletabletabs .divisions table tr th {
    font-size: 9pt;
}

.moduletabletabs .divisions table tr td {
    font-size: 8pt;
}

.moduletabletabs .divisions table {
    border-spacing: 0px;
}



/*** TAB STYLES *************************************************************/

/* Color tab styles */

.postcontent, .divisions ul.boxnewsbar468middlecontents li.heading {
    background-color: #fbf7d0;
    color: #000000;
    border: 1px solid #dcd9b7;
}
.divisions ul.boxnewsbar468middlecontents li {
    background-color: #dcd9b7;
}
.divisions ul.boxnewsbar468middlecontents li, .divisions ul.boxnewsbar468middlecontents li h4 {
    color: #000000;
}

/* Common tab styles */

.divisions ul.boxnewsbar468middlecontents {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.divisions ul.boxnewsbar468middlecontents li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 1px 0 0;
    padding: 3px 3px 3px 3px;
    -moz-border-radius-topleft:      4px;
    -moz-border-radius-topright:     4px;
    -webkit-border-top-left-radius:  4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-left-radius:   4px;
    -khtml-border-top-right-radius:  4px;
}
.divisions ul.boxnewsbar468middlecontents li.heading {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.divisions ul.boxnewsbar468middlecontents h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.divisions ul.boxnewsbar468middlecontents li.heading h4 {
    font-weight: bold;
}
.divisions ul.boxnewsbar468middlecontents li:hover {
    text-decoration: underline;
}

.divisions .postcontent {
    margin: 0;
    padding: 5px;
}

.divisions .postcontent h1,
.divisions .postcontent h2,
.divisions .postcontent h3,
.divisions .postcontent h4,
.divisions .postcontent h5,
.divisions .postcontent h6 {
    margin: 0;
}

