/* Global BEGIN */
html {
}
body {
 margin: 0px;
 padding: 0px;
 min-width: 1000px;
 color: #000000;
 text-align :center;
 background-color: #000000;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center top;
 background-image: url('https://www.mczone.ru/Skin/Default/Images/big-bg.jpg');
 font-size: 15px;
 font:x-small verdana,Sans-serif;
}
a {
 font-family: arial, verdana, sans-serif;
 font-weight: bold;
 font-size: 14px;
 outline: none;
 color: #000050;
 text-decoration: none;
}
a:hover {
 color: #000090;
}
a:visited {
 color: #000030;
}
a:visited:hover {
 color: #0000f0;
}
img {
 float: none;
 border-style: none;
}
strong {
 margin-top: 0;
 margin-bottom: 0;
 font-weight: bold;
 line-height: 1.0;
}
ul {
 margin: auto;
 margin-top: 10px;
 padding-bottom: 10px;
 list-style-type: disc;
 list-style-image: none;
 color: #202070;
 font-size: 13px;
 line-height: 17px;
}
h1 {
 padding: 10px;
 margin-top: 0;
 margin-bottom: 15px;
 margin-left: auto;
 margin-right: auto;
 font-family : arial, sans-serif;
 font-size :  17px;
 font-weight : bold;
 line-height : 19px;
 color: #000000;
}
h2 {
 padding: 2px;
 margin-top: 0;
 margin-bottom: 0;
 margin-left: auto;
 margin-right: auto;
 font-family : arial, sans-serif;
 font-size :  16px;
 font-weight : bold;
 line-height : 1.0;
 color: #000000;
}
h3 {
 margin-top: 0;
 margin-bottom: 0;
 margin-left: auto;
 margin-right: auto;
 font-family : verdana, arial, sans-serif;
 font-size :  15px;
 font-weight : bold;
 line-height : 1.0;
 color: #000000;;
}
h4 {
 padding: 2px;
 margin-top: 0;
 margin-bottom: 0;
 margin-left: auto;
 margin-right: auto;
 font-family : verdana, arial, sans-serif;
 font-size :  13px;
 font-weight : bold;
 line-height : 1.0;
 color: #000000;
}
h5 {
 margin-top: 0;
 margin-bottom: 0;
 margin-left: auto;
 margin-right: auto;
 font-size: 17px;
 font-weight: normal;
 font-family: arial, verdana, sans-serif;
 text-align: center;
 color: #ffbb44;
 line-height : 29px;
}
h6 {
 margin-top: 0;
 margin-bottom: 0;
 margin-left: auto;
 margin-right: auto;
 font-size: 17px;
 font-weight: bold;
 font-family: arial, verdana, sans-serif;
 text-align: center;
 color: #000000;
 line-height : 29px;
}
.submit {
 height: 19px;
 font-family: arial, verdana, sans-serif;
 font-weight: normal;
 font-size: 11px;
 margin-left: 10px;
 padding: 0;
 color: #000000;
 background-color: #d5d5d5;
 border: 1px outset #b9c9c9
}
.input {
 cursor: pointer;
 padding: 4px;
 height: 23px;
 line-height: 21px;
 margin: 0px;
 margin-bottom: 10px;
 color: #000000;
 border: 1px #777777 solid;
 background-color : #f0f0ff;
 font : 11px verdana, arial, helvetica, sans-serif;
}
.commentEdit {
 scrollbar-3dlight-color: #e0e0e0;
 scrollbar-arrow-color: #e0e0e0;
 scrollbar-darkshadow-color: #e0e0e0;
 scrollbar-face-color: #e0e0e0;
 scrollbar-highlight-color: #e0e0e0;
 scrollbar-shadow-color: #e0e0e0;
 scrollbar-track-color: #e0e0e0;
 background: #e0e0e0;
 border: 1px solid #d0d0d0;
 width: 660px;
 height: 150px;
 margin-top: 5px;
 margin-bottom: 10px;
 color: #000000;
 font: 13px verdana, arial, helvetica, sans-serif;
}
.fileComment {
 scrollbar-3dlight-color: #f0f0f0;
 scrollbar-arrow-color: #f0f0f0;
 scrollbar-darkshadow-color: #f0f0f0;
 scrollbar-face-color: #f0f0f0;
 scrollbar-highlight-color: #f0f0f0;
 scrollbar-shadow-color: #f0f0f0;
 scrollbar-track-color: #f0f0f0;
 background: #f0f0f0;
 border: 1px solid #b0b0b0;
 width: 90%;
 height: 90px;
 margin-top: 5px;
 margin-bottom: 10px;
 color: #000000;
 font: 13px verdana, arial, helvetica, sans-serif;
}
textarea {
 scrollbar-3dlight-color: #f3f3ff;
 scrollbar-arrow-color: #f3f3ff;
 scrollbar-darkshadow-color: #f3f3ff;
 scrollbar-face-color: #f3f3ff;
 scrollbar-highlight-color: #f3f3ff;
 scrollbar-shadow-color: #f3f3ff;
 scrollbar-track-color: #f3f3ff;
 background: #f3f3f3;
 border: 1px #999999 solid;
 color: #000000;
 font: 11px verdana, arial, helvetica, sans-serif;
 padding-bottom: 2px;
 padding-left: 2px;
}
.global {
 float: none;
 position: relative;
 width: 1000px;
 margin-left: auto;
 margin-right: auto;
 background-color: transparent;
}
.ajaxLoadIndicator {
 display: none;
 top: 0px;
 right: 0px; 
 float: left;
 padding: 5px;
 z-index: 3;
 color: #ffffff;
 position: fixed;
 font-size: 10px;
 font-weight: normal;
 line-height: 16px;
 text-align: center;
 background-color: #ff6600;
 border-bottom: 2px solid #ffffff;
 border-left: 2px solid #ffffff;
 }
/* Global END */

/* TOP BEGIN */
.top {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 margin: 0px;
 padding: 0px;
 height: 150px;
 border-style: none;
 /*background-color: #0080c0;*/
 /*background-image: url('https://www.mczone.ru/Skin/Default/Images/bg-top.jpg');*/
}
.left {
 position: absolute;
 top: 18px;
 left: 5px;
 width: 14px;
 height: 101px;
 margin: auto;
 padding: 0px;
 border-style: none;
 background-color: transparent;
 background-image: url('https://www.mczone.ru/Skin/Default/Images/top-left.gif');
}
.right {
 position: absolute;
 top: 18px;
 right: 5px;
 width: 14px;
 height: 101px;
 margin: auto;
 padding: 0px;
 border-style: none;
 background-color: transparent;
 background-image: url('https://www.mczone.ru/Skin/Default/Images/top-right.gif');
}
.center {
 position: absolute;
 top: 18px;
 left: 18px;
 right: 18px;
 height: 101px;
 margin: auto;
 padding: 0px;
 border-style: none;
 background-color: transparent;
 background-image: url('https://www.mczone.ru/Skin/Default/Images/top-center.gif');
}
.top-content {
position: relative;
width: 100%;
height: 100%;
background-color: transparent;
}
.playTheGame {
z-index: 1;
position: absolute;
cursor: pointer;
top: 0px;
right: -30px;
width: 100px;
height: 100px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/playTheGame.png');
}
.googlePlus {
z-index: 1;
position: absolute;
cursor: pointer;
top: 85px;
right: -10px;
}

/* Obshiy block dlia togo 4tob centrovalos box info i search, ih i soderjit */
.top-box-info-search { 
height: 100%;
width: 715px;
min-width: 715px;
margin-left: auto;
margin-right: auto;
}
/* block soderjit v sebe info i search, stoit sprava ot box, nujen takje dlia pozicionirovania */
.top-info-search {
position: relative;
float: left;
width: 440px;
background-color: transparent;
}
/* block soderjit v sebe levoe logo */

/* .server-css-icon {
position: absolute;
z-index: 1; 
cursor: pointer;
top: 73px; 
left: 20px;
width: 32px; 
height: 30px;
line-height: 30px; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/css-small-icon.png');
} */

.server-icon-bg {
position: absolute;
z-index: 1; 
cursor: pointer;
top: 0px; 
left: 20px;
width: 64px; 
height: 30px;
font-size: 9px;
line-height: 25px;
overflow: hidden;
white-space: nowrap; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/server-button-bg.png');
}
.server-icon-bg a{
outline: none;
font-size: 9px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
color : #eeeeff;
}
.server-icon-bg a:link {
color : #eeeeff;
}
.server-icon-bg a:hover {
color : #ffd555;
}
.server-icon-bg a:visited {
color : #eeeeff;
}
.server-icon-bg a:visited:hover {
color : #ffd555;
}

.top-box {
z-index: 1;
position: relative;
float: left;
height: 76px;
width: 161px;
margin-top: 21px;
margin-right: 10px;
line-height: 92px;
text-align: center;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-box.png');
}
/* blok soderjit v sebe praviy blok s avatarom */
.user-avatar {
position: relative;
float: left;
height: 85px;
width: 82px;
margin-top: 17px;
margin-left: 10px;
line-height: 68px;
text-align: center;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-user-avatar-bg.gif');
}
.userLogOutUnFlick {
position: absolute;
cursor: pointer;
top: 25px;
right: -32px;
height: 35px;
width: 39px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userLogOut.png');
}
.userLogOut {
height: 35px;
width: 39px;
line-height: 30px;
text-align: center;
background: transparent;
}
.userLogOut:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userLogOut-hover.png');
}
.guest-avatar {
position: relative;
cursor: pointer;
float: left;
height: 85px;
width: 82px;
margin-top: 17px;
margin-left: 10px;
line-height: 68px;
text-align: center;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-guest-avatar-bg.gif');
}
.top-avatar {
height: 54px;
width: 56px;
margin-top: 12px;
}
.top-logo {
position: relative;
margin-top: 10px;
margin-left: 10px;
}
.top-info {
float: none;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
padding-left: 10px;
width: 437px;
height: 15px;
color: #eeeeee;
font-family: arial, sans-serif;
font-size: 8pt;
font-weight: bold;
text-align: left;
text-decoration : none;
font-family: sans-serif;
background-color: transparent;
}
.top-info a {
color: #ccccff;
font-family: arial, sans-serif;
font-size: 8pt;
font-weight: bold;
}
.top-info a:link {
color: #ccccff;
font-size: 8pt;
font-weight: bold;
}
.top-info a:hover {
color: #ffff00;
font-weight: bold;
}
.top-info a:hover:visited {
color: #ffff00;
font-weight: bold;
}
.top-info a:visited {
color: #bbbbee;
font-size: 9pt;
font-weight: bold;
}

.top-input-login-form {
position: relative;
left: 0px;
float: left;
margin-left: 0px;
width: 200px;
height: 59px;
padding: 0px;
background-color: transparent;
border: none;
}
.top-input-login-field {
float: none;
outline:none;
width: 35px;
height: 15px;
text-align: left;
margin-top: 23px;
margin-left: auto;
margin-right: auto;
color:#fcd94e;
background-color: transparent;
border: none;
font: bold 11px arial,helvetica,sans-serif;
}
.top-login-button {
float: none;
outline:none;
width: 30px;
height: 50px;
border: none;
cursor: pointer;
margin-top: 8px;
margin-left: 0px;
line-height: 18px;
background-color: transparent;
}
.top-input-search-form {
float: none;
margin-top: 5px;
margin-bottom: auto;
margin-right: auto;
margin-left: auto;
text-align: left;
width: 437px;
height: 55px;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-search-input-form.gif');
}
.top-input-search-field {
float: none;
width: 230px;
height: 15px;
text-align: left;
margin-top: 13px;
margin-left: 20px;
color:#ffffff;
background-color: transparent;
border: none;
font: bold 11px arial,helvetica,sans-serif;
}
.top-search-button {
float: none;
width: 50px;
height: 26px;
border: none;
cursor: pointer;
margin-top: 8px;
margin-left: 0px;
line-height: 18px;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-search-button.gif');
}
.form-input {
float: left;
width: 270px;
height: 40px;
}
.form-button {
float: left;
width: 50px;
height: 40px;
}
.form-select {
float: left;
width: 100px;
height: 40px;
}
/* TOP END */

/* MENU START */
.menu-left {
position: absolute;
top: 119px;
left: 5px;
width: 14px;
height: 59px;
margin: auto;
padding: 0px;
border-style: none;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-menu-left.gif');
}
.menu-right {
position: absolute;
top: 119px;
right: 5px;
width: 14px;
height: 59px;
margin: auto;
padding: 0px;
border-style: none;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-menu-right.gif');
}
.menu-center {
position: absolute;
top: 119px;
left: 18px;
right: 18px;
height: 59px;
margin: auto;
padding: 0px;
text-align: center;
border: none;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-menu-center.png');
}
/* MENU END */

/* Buttons BEGIN */
.all-buttons {
height: 100%;
width: 810px;
min-width: 746px;
margin-left: auto;
margin-right: auto;
}
.buttons {
position: relative;
float: left;
margin-left: auto;
margin-right: auto;
width: 437px;
height: 59px;
padding: 0px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-buttons-center-bg.gif');
}
.small-buttons-left {
position: relative;
right: 0px;
float: left;
margin-right: 0px;
width: 170px;
height: 59px;
padding: 0px;
border: none;
}
.small-buttons-right {
position: relative;
left: 0px;
float: left;
margin-left: 0px;
width: 200px;
height: 59px;
padding: 0px;
border: none;
}
.small-button {
float:left;
width: 82px;
margin-right: 3px;
height: 100%;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-menu-small-button.gif');
}
.small-login-button {
float:left;
width: 30px;
height: 100%;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-menu-small-login-button.gif');
}
.small-buttonLink {
float: none;
outline:none;
width: 40px;
height: 15px;
text-align: left;
margin-top: 23px;
margin-left: auto;
margin-right: auto;
color:#fcd94e;
font: bold 12px arial,helvetica,sans-serif;
background-color: transparent;
border: none;
}
.small-buttonLink a{
font: bold 11px arial,helvetica,sans-serif;
color:#cccccc;
}
.small-buttonLink a:hover{
font: bold 11px arial,helvetica,sans-serif;
color:#eeeeee;
}

.buttons-left {
position: relative;
left: 0px;
float: left;
margin: 0px;
width: 55px;
height: 59px;
padding: 0px;
border: none;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-buttons-left-bg.gif');
}
.buttons-right {
position: relative;
float: right;
right: 0px;
margin: 0;
width: 55px;
height: 59px;
padding: 0px;
border: none;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-buttons-right-bg.gif');
}
.divider {
float: left;
padding:0px;
margin:0px;
width: 1px;
height: 33px;
margin-top: 14px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/menu-button-divider.gif');
}
.active {
float: left;
background-image: url('https://www.mczone.ru/Skin/Default/Images/menu-button-active.jpg');
}
.passive {
float: left;
background-image: url('https://www.mczone.ru/Skin/Default/Images/menu-button-center.png');
}
.button-txt {
font-family: arial, sans-serif, verdana;
font-weight : normal;
font-size : 13px;
margin-top: 14px;
padding: 0px;
margin-left: 0px;
margin-left: 0px;
text-align: center;
height: 33px;
width: 63px;
line-height: 30px;
color : #cccccc;
}
a.button-txt {
outline: none;
color : #cccccc;
}
a.button-txt:link {
color : #cccccc;
}
a.button-txt:hover {
color : #cccccc;
background-image: url('https://www.mczone.ru/Skin/Default/Images/menu-button-hover.jpg'); 
}
a.button-txt:visited {
color : #cccccc;
}
a.button-txt:visited:hover {
color : #cccccc;
background-image: url('https://www.mczone.ru/Skin/Default/Images/menu-button-hover.jpg'); 
}
/* Buttons END */

/* Columns START */
.main {
position: absolute;
width: 100%;
top: 178px;
left: 0px;
float: left;
margin: 0px;
padding: 0px;
border: solid;
background-color: #ffffff;
}
.right-col {
position: absolute;
float: none;
right: 5px;
top: 178px;
float: right;
width: 200px;
margin: 0px;
padding: 0px;
background-color: transparent;
color: #000000;
}
.center-col {
position: absolute;
float: none;
top: 178px;
left: 5px;
right: 205px;
margin-left: auto;
margin-right: auto;
background-color: transparent;
}
.center-col-top {
position: relative;
float: left;
height: 19px;
padding: 0px;
background-color: #616c87;
background-image: url('https://www.mczone.ru/Skin/Default/Images/center-col-top.png');
}
.center-col-middle {
position: relative;
float: left;
padding: 0px;
border: none;
background-color: #616c87;
background-image: url('https://www.mczone.ru/Skin/Default/Images/center-col-middle.png');
}
.center-col-bottom {
position: relative;
float: left;
height: 19px;
padding: 0px;
background-color: #616c87;
background-image: url('https://www.mczone.ru/Skin/Default/Images/center-col-bottom.png');
}
.right-col-top {
position: relative;
float: left;
height: 19px;
padding: 0px;
background-color: #616c87;
background-image: url('https://www.mczone.ru/Skin/Default/Images/right-col-top.png');
}
.right-col-middle {
position: relative;
float: left;
padding: 0px;
border: none;
background-color: #616c87;
background-image: url('https://www.mczone.ru/Skin/Default/Images/right-col-middle.gif');
}
.right-col-bottom {
position: relative;
float: left;
height: 19px;
padding: 0px;
background-color: #616c87;
background-image: url('https://www.mczone.ru/Skin/Default/Images/right-col-bottom.png');
}
.center-col-width {
width: 790px;
}
.right-col-width {
width: 200px;
}
/* Columns END

/* START Content */
.fresh-news {
float: left;
padding-left: 10px;
margin-left: auto;
margin-right: auto;
height: auto;
border: none;
background-color: transparent;
}
.top-news {
float: left;
margin-left: 0px;
margin-right: 2px;
width: 226px;
height: 283px;
background-color: transparent;
}
.title-small {
width: 226px;
height: 23px;
font-size : 13px;
font-weight : bold;
font-family : arial, verdana, sans-serif;
line-height: 21px;
color: #cccccc;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/title-small-bg.jpg');
}

.right-col-title {
width: 180px;
height: 23px;
margin-bottom: 1px;
font-size : 13px;
font-weight : bold;
font-family : arial, verdana, sans-serif;
line-height: 21px;
color: #cccccc;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/right-col-title.jpg');
}
.right-col-title a{
color: #e0e0e0;
line-height: 23px;
font-size: 14px;
font-weight: bold;
font-family: arial, sans-serif;
}
.right-col-title a:visited {
color: #ffffff;
}
.right-col-title a:hover {
color: #ffffff;
}
.right-col-title a:visited:hover {
color: #ffffff;
}
.right-col-title-with-arrows {
position: relative;
width: 180px;
height: 23px;
margin-bottom: 1px;
font-size : 13px;
font-weight : bold;
font-family : arial, verdana, sans-serif;
line-height: 21px;
color: #cccccc;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/right-col-title-with-arrows.jpg');
}
.right-col-title-with-arrows a{
color: #e0e0e0;
line-height: 23px;
font-size: 14px;
font-weight: bold;
font-family: arial, sans-serif;
}
.right-col-title-with-arrows a:visited {
color: #ffffff;
}
.right-col-title-with-arrows a:hover {
color: #ffffff;
}
.right-col-title-with-arrows a:visited:hover {
color: #ffffff;
}
.right-col-left-arrow {
position: absolute; 
cursor: pointer;
top: 0px; 
left: 0px;  
width: 19px; 
height: 23px; 
}
.right-col-left-arrow:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/right-col-left-arrowHover.jpg');
}
.right-col-right-arrow {
position: absolute; 
cursor: pointer;
top: 0px; 
right: 0px;  
width: 19px; 
height: 23px; 
}
.right-col-right-arrow:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/right-col-right-arrowHover.jpg');
}
.rightColForumMsg {
position: relative;
cursor: pointer;
width: 159px; 
max-height: 150px; 
line-height: 11px; 
margin: 4px; 
margin-top: 0px; 
padding: 4px;
font-family : 'Courier New', Courier, monospace; 
font-size: 12px; 
font-weight: normal; 
color: #cfcf80;
text-align: left; 
white-space: normal; 
overflow: hidden; 
background-color: #222740; 
border: 1px #3f3f3f solid;
}
.rightColMsgLink {
position: absolute; 
cursor: pointer; 
bottom: 1px; 
right: 1px; 
width: 16px; 
height: 17px;
color: #dddddd; 
font-size: 14px; 
font-weight: bold; 
font-family: arial; 
text-align: center;  
line-height: 6px; 
/* border: 1px #666666 solid; */
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/rightColMsgLink.png');
}
.rightColMsgLink:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/rightColMsgLink-hover.png');
}
.nounForumMsg {
position: relative;
cursor: pointer; 
width: 125px; 
max-height: 42px; 
line-height: 11px; 
margin: 0px; 
margin-bottom: 7px; 
padding-top: 2px;
padding-left: 4px;
padding-right: 2px;
padding-bottom: 5px;
font-family : arial; 
font-size: 11px; 
font-weight: normal; 
color: #2f2f00;
text-align: left; 
white-space: normal; 
overflow: hidden; 
background-color: #d2d7f0; 
border: 1px #7f7f7f solid;
}
.nounForumMsg:hover {
background-color: #c2c7d0;
}
.nounForumMsgLink {
position: absolute;
cursor: pointer; 
top: 5px;
right: 5px;
width: 16px; 
height: 17px;
color: #dddddd; 
font-size: 14px; 
font-weight: bold; 
font-family: arial; 
text-align: center;  
line-height: 6px; 
border: 1px #565656 solid;
background-color: #7277a0;
background-image: url('https://www.mczone.ru/Skin/Default/Images/rightColMsgLink.png');
}
.nounForumMsgLink:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/rightColMsgLink-hover.png');
}
.nounForumOpenArrow {
position: absolute; 
top: 2px; 
right: 2px; 
width: 15px; 
height: 15px; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/forumNounOpen-hover.gif');
}
.nounForumCloseArrow {
position: absolute; 
top: 2px; 
right: 2px; 
width: 15px; 
height: 15px; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/forumNounClose-hover.gif');
}
.forumAdsense-around {
width: 350px;
height: 294px;
margin-top: 10px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
border: 1px #000000 solid; 
}
.forumAdsense {
width: 336px;
height: 280px;
border: 7px #ffffff solid; 
}
.right-col-text {
width: 180px;
min-height: 23px;
margin-bottom: 1px;
font-size : 12px;
font-weight : normal;
font-family : arial;
line-height: 21px;
text-align: justify;
color: #c0c0c0;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/right-col-text.jpg');
}
.right-col-text a {
font-size : 9px;
color: #b5b5b5;
}
.right-col-text a:visited {
color: #a5a5b5;
}
.right-col-text a:hover {
color: #e5e500;
}
.topvideos-content {
width: 226px;
height: 128px;
margin-top: 1px;
margin-bottom: 1px;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-videos-content-bg.jpg');
}
.topvideos-play {
position: absolute;
cursor: pointer;
width: 30px;
height: 30px;
margin-top: 55px;
margin-left: 95px;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-videos-play.png');
}
.topvideos-content-title {
position: absolute;
margin: 3px;
margin-top: 4px;
width: 220px;
height: 24px;
line-height: 22px;
text-align: center;
color: #ddcbdd;
font-size : 13px;
font-weight : bold;
font-family : verdana, sans-serif;
border-top: 1px #333333 solid;
border-bottom: 1px #333333 solid;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-videos-content-title-bg.gif');
}
.topvideos-content-title a{
color: #ffffff;
}
.topvideos-content-title a:hover{
color: #ffee22;
}

.topvideos-content img {
width: 220px;
height: 123px;
margin-top: 2px;
margin-left: auto;
margin-right: auto;
}
.right-col-content {
width: 180px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
border: none;
-moz-user-select: none; 
-khtml-user-select: none;
user-select: none;
background-color: transparent;
}
.right-col-content::selection { 
color: white;
}
.news {
float: left;
width: 789px;
text-align: center;
margin-top: 7px;
padding-left: 0px;
border: none;
background-color: transparent;
}
.slider-around {
width: 766px; 
margin-left: auto;
margin-right: auto;
border: 1px solid #354056;
}
.slider {
float:none;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
width: 764px; 
border: 1px solid #bbbbbb;
background-color: #959fd0;
}
.content-title {
position: relative;
cursor: pointer;
text-align: left;
width: 730px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
color: #000030;
line-height: 22px;
font-size: 17px;
font-weight: bold;
font-family: arial, sans-serif;
border: 1px solid #959fd0;
background-color: #959fd0;
}
.content-title a {
color: #000030;
line-height: 22px;
font-size: 17px;
font-weight: bold;
font-family: arial, sans-serif;
}
.content-title a:hover {
color: #cacaca;
}
.content-title a:visited:hover {
color: #cacaca;
}
.content-title:hover {
border: 1px solid #c0cbea;
background-color: #455270;
color: #dadada;
background-image: url('https://www.mczone.ru/Skin/Default/Images/news-title-bar-bg.png');
}
.content-title:hover a{
background-color: #455270;
color: #cacaca;
background-image: url('https://www.mczone.ru/Skin/Default/Images/news-title-bar-bg.png');
}
.content-title-open {
position: relative;
cursor: pointer;
text-align: center;
width: 730px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
color: #ffffff;
line-height: 26px;
font-size: 16px;
font-weight: normal;
font-family: arial, sans-serif;
border: 1px solid #b0b0bc;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-title-bg.gif');
background-color: #6677aa;
overflow: visible;
}
.content-title-open a {
font-size: 16px;
font-weight: normal;
font-family: arial, sans-serif;
color: #dadada;
}
.content-title-open:hover {
color: #dadada;
}
.content-title-open:hover a{
font-size: 16px;
font-weight: normal;
font-family: arial, sans-serif;
color: #dadada;
}
.single-news-noinfo {
float: right;
position: absolute;
top: -11px;
right: 42px;
display: none;
width: 36px;
height: 36px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-noinfo.gif');
}
.single-news-infoUnFlick {
float: right;
position: absolute;
top: -11px;
right: 42px;
display: none;
width: 36px;
height: 36px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-info.gif');
}
.single-news-info {
width: 36px;
height: 36px;
background: transparent;
}
.single-news-info:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-infoHover.gif');
}
.single-news-minusUnFlick {
float: right;
position: absolute;
top: -11px;
right: 5px;
display: none;
width: 36px;
height: 36px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-minus.gif');
}
.single-news-minus {
width: 36px;
height: 36px;
background: transparent;
}
.single-news-minus:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-minusHover.gif');
}
.single-news-viewUnFlick {
float: right;
position: absolute;
top: -11px;
right: 116px;
display: none;
width: 36px;
height: 36px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-view-bg.jpg');
}
.single-news-view {
width: 36px;
height: 36px;
background: transparent;
}
.single-news-view:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-viewHover.jpg');
}
.single-news-commentUnFlick {
float: right;
position: absolute;
top: -11px;
right: 79px;
display: none;
width: 36px;
height: 36px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-comment.gif');
}
.single-news-comment {
width: 36px;
height: 36px;
background: transparent;
}
.single-news-comment:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-commentHover.gif');
}
.single-news-number {
float: right;
position: absolute;
top: -11px;
right: 116px;
display: none;
width: 36px;
height: 36px;
}
.single-news-comment-edit {
float: right;
cursor: pointer;
position: absolute;
right: 37px;
top: -4px;
width: 26px;
height: 25px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-comment-edit.gif');
}
.single-news-comment-erase {
float: right;
cursor: pointer;
position: absolute;
right: 10px;
top: -4px;
width: 26px;
height: 25px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-comment-erase.gif');
}
.single-news {
float: none;
margin-top: 0px;
width: 730px;
margin-left: auto;
margin-right: auto;
margin-bottom: 12px;
border-left: #eaedfc 1px solid;
border-right: #eaedfc 1px solid;
border-bottom: #eaedfc 1px solid;
background-color: #d5d9e9;
}
.single-news-top {
clear: both;
width: 710px;
height: 10px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-text-top-bg.gif');
background-color: #d5d9e9;
}
.single-news-middle {
position: relative;
width: 710px;
min-height: 100px;
margin-left: auto;
margin-right: auto;
text-align: justify;
font-size: 14px;
font-weight: normal;
font-family: arial, verdana, sans-serif;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-text-middle-bg.gif');
background-color: #d5d9e9;
}
.single-news-middle a {
font-family: arial, verdana, sans-serif;
font-weight: normal;
font-size: 14px;
outline: none;
color: #000090;
text-decoration: underline;
}
.single-news-middle a:link {
color: #000090;
}
.single-news-middle a:hover {
color: #0000f0;
}
.single-news-middle a:visited {
color: #000070;
}
.single-news-middle a:visited:hover {
color: #0000f0;
}
.single-news-middle strong {
margin-top: 0;
margin-bottom: 0;
font-family : arial, verdana, sans-serif;
font-size:  14px;
font-weight: bold;
line-height: 1.0;
}
.single-news-middle ul a {
font-family: arial, verdana, sans-serif;
font-weight: bold;
font-size: 14px;
outline: none;
color: #000090
}
.single-news-bottom {
width: 710px;
height: 14px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-text-bottom-bg.gif');
background-color: #d5d9e9;
}
.single-news-all-img {
margin-top: 10px;
margin-left: auto;
margin-right: auto;
background-color: #d5d9e9;
}
.link-to-file {
margin-top: 1px;
margin-bottom: 1px;
padding: 3px;
margin-left: auto;
margin-right: auto;
width: auto;
text-align: justify;
font-family: arial, verdana, sans-serif;
font-weight: normal;
font-size: 12px;
border: #a98888 1px solid;
background-color: #958888;
}
.news-control-bar {
width: 681px; 
height: 80px; 
margin: auto; 
background-color: transparent; 
background-image: url("https://www.mczone.ru/Skin/Default/Images/news-control-bar-bg.png");
}
.news-control-remove-bar {
width: 681px; 
height: 80px; 
margin: auto; 
background-color: transparent; 
background-image: url("https://www.mczone.ru/Skin/Default/Images/news-control-remove-bar-bg.png");
}

.news-control-links {
position: relative;
width: 59px;
height: 80px;
font-size: 50px;
line-height: 50px;
background-color: transparent; 
}
.news-arc {
float: left;
position: relative;
top: 0px;
left: 38px;
cursor: pointer;
width: 59px; 
height: 80px; 
background-color: transparent; 
color: transparent;
}
.news-arc:hover {
background-image: url("https://www.mczone.ru/Skin/Default/Images/news-arcHover.jpg");
}
.news-shots {
float: left;
position: relative;
top: 0px;
left: 37px;
cursor: pointer;
width: 59px; 
height: 80px; 
background-color: transparent; 
color: transparent;
}
.news-shots:hover {
background-image: url("https://www.mczone.ru/Skin/Default/Images/news-shotsHover.jpg");
}
.news-trailers {
float: left;
position: relative;
top: 0px;
left: 36px;
cursor: pointer;
width: 59px; 
height: 80px; 
background-color: transparent; 
color: transparent;
}
.news-trailers:hover {
background-image: url("https://www.mczone.ru/Skin/Default/Images/news-trailersHover.jpg");
}
.news-files {
float: left;
position: relative;
top: 0px;
left: 36px;
cursor: pointer;
width: 59px; 
height: 80px; 
background-color: transparent; 
color: transparent;
}
.news-files:hover {
background-image: url("https://www.mczone.ru/Skin/Default/Images/news-filesHover.jpg");
}
.news-favourite {
float: right;
position: relative;
top: 0px;
right: 28px;
cursor: pointer;
width: 59px; 
height: 80px; 
background-color: transparent; 
color: transparent;
}
.news-favourite:hover {
background-image: url("https://www.mczone.ru/Skin/Default/Images/news-favouriteHover.jpg");
}
.news-remove-favourite {
float: right;
position: relative;
top: 0px;
right: 28px;
cursor: pointer;
width: 59px; 
height: 80px; 
background-color: transparent; 
}
.news-remove-favourite:hover {
background-image: url("https://www.mczone.ru/Skin/Default/Images/news-remove-favouriteHover.jpg");
}

.singleNewsLeftUnFlick {
display: none;
position: absolute; 
top: 5px; 
left: 17px;
height: 40px; 
width: 40px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-left.png');
}
.singleNewsLeft {
width: 40px;
height:40px;
cursor: pointer;
background: transparent;
}
.singleNewsLeft:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-leftHover.png');
}
.singleNewsRightUnFlick {
display: none;
position: absolute; 
top: 5px; 
right: 20px;
height: 40px; 
width: 40px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-right.png');
}
.singleNewsRight {
width: 40px;
height:40px;
cursor: pointer;
background: transparent;
}
.singleNewsRight:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-rightHover.png');
}

.allNewsLeftUnFlick {
float: left; 
margin-top: 4px; 
margin-bottom: 4px;
margin-left: 350px;
height: 40px; 
width: 40px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-left.png');
}
.allNewsLeft {
width: 40px;
height:40px;
cursor: pointer;
background: transparent;
}
.allNewsLeft:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-leftHover.png');
}
.allNewsRightUnFlick {
float: right;
margin-top: 4px; 
margin-bottom: 4px;
margin-right: 350px;
height: 40px; 
width: 40px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-right.png');
}
.allNewsRight {
width: 40px;
height:40px;
cursor: pointer;
background: transparent;
}
.allNewsRight:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-rightHover.png');
}
.singleNewsLinks {
position: relative;
outline: none;
width: 30px;
height: 30px;
font-size: 30px;
line-height: 30px;
background-color: transparent;
}
.game-info-text-inner {
position: absolute;
top: 0px;
left: -107px;
text-align: left;
line-height: 17px;
font-size: 12px;
background-color: transparent;
}
.game-info-text-inner strong {
line-height: 17px;
font-size: 12px;
}
.game-info-text-inner2 {
position: relative;
top: 0px;
left: 107px;
text-align: left;
line-height: 17px;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
background-color: transparent;
}
.game-info-text-inner2 a {
font-size: 12px;
font-weight: normal;
font-family: verdana, arial, sans-serif;
font-size: 12px;
line-height: 20px;
color: #000055;
}
.gameInfoVideoButtonUnFlick {
position: absolute;
top: 5px;
right: 10px;
color: #000055;
background-image: url('https://www.mczone.ru/Skin/Default/Images/gameInfoVideoButton-bg.png');
}
.gameInfoVideoButton {
cursor: pointer;
width: 47px;
height: 47px;
color: #000055;
line-height: 47px;
}
.gameInfoVideoButton:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/gameInfoVideoButton.png');
}
.gameInfoShotsButtonUnFlick {
position: absolute;
cursor: pointer;
top: 55px;
right: 2px;
color: #000055;
background-image: url('https://www.mczone.ru/Skin/Default/Images/gameInfoShotsButton-bg.png');
}
.gameInfoShotsButton {
cursor: pointer;
width: 62px;
height: 47px;
color: #000055;
line-height: 47px;
}
.gameInfoShotsButton:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/gameInfoShotsButton.png');
}
.big-screen-around {
float: left;
z-index: 0;
margin-left: 0px;
margin-right: 2px;
width: 538px;
border: #354056 solid 1px;
background-color: transparent;
}
.big-screen {
float: left;
margin: 0px;
z-index: 0;
padding-top: 1px;
padding-bottom: 1px;
width: 536px;
height: 275px;
text-align: center;
border: #9fb7ef solid 1px;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/big-screen-bg.jpg');
}
.big-screen2 {
float: left;
position: relative;
margin-left: 0px;
margin-right: 2px;
width: 540px;
height: 279px;
text-align: center;
background-color: transparent;
}
.big-screen-info-title {
float: none;
display: block;
width: 540px;
height: 31px;
line-height: 31px;
font-size: 17px;
font-weight: normal;
font-family: arial, verdana, sans-serif;
text-align: center;
color: #ffbb44;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/big-screen-info-title.jpg');
}
.big-screen-info-title a{
font-size: 17px;
font-weight: normal;
outline: none;
color : #ffe577;
}
.big-screen-info-title a:link {
color :  #ffe577;
}
.big-screen-info-title a:hover {
color : #ffd555;
}
.big-screen-info-title a:visited {
color : #ffe577;
}
.big-screen-info-title a:visited:hover {
color : #ffd555;
}

.big-screen-info-text {
float: none;
position: relative;
display: block;
margin-top: 1px;
width: 538px;
height: 163px;
border: #354056 solid 1px;
background-color:  #727d98;
}
.big-screen-info-text2 {
float: none;
display: block;
width: 536px;
height: 161px;
border: #bbbbbb solid 1px;
background-color: #959fd0;
}
.big-screen-info-text-inner {
position: absolute;
top: 9px;
left: 15px;
display: block;
margin-top: 1px;
margin-left: 3px;
width: 170px;
height: 140px;
text-align: left;
background-color: #959fd0;
}
.big-screen-info-text-inner strong {
font-size: 12px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
line-height: 1.35;
}
.big-screen-info-text-inner2 {
position: absolute;
top: 9px;
left: 190px;
display: block;
margin-top: 1px;
margin-left: auto;
margin-right: auto;
width: 330px;
height: 140px;
text-align: left;
white-space: nowrap;
overflow: hidden;
font-size: 12px;
font-family: verdana, arial, sans-serif;
line-height: 1.35;
background-color: #959fd0;
}
.big-screen-info-text-inner2 a {
font-size: 12px;
font-weight: normal;
font-family: verdana, arial, sans-serif;
line-height: 1.35;
color: #000055;
}
.big-screenInputEdit {
margin-bottom: 1px;
height: 9px;
width: 250px;
font-size: 10px;
font-weight: bold;
color: #555555;
border: 1px #777777 solid;
background-color: #d0d0f0;
}
.big-screen-sysreq-text-inner {
position: absolute;
display: block;
top: 23px; 
left: -3px;
width: 215px;
height: 100px;
font-size: 10px;
font-weight: bold;
text-align: left;
line-height: 15px;
}
.big-screen-sysreq-text-inner2 {
position: absolute;
display: block;
top: 23px;
left: 195px;
margin-right: auto;
width: 340px;
height: 100px;
text-align: left;
white-space: nowrap;
overflow: hidden;
font-size: 12px;
font-family: arial, sans-serif;
line-height: 15px;
}
.big-screen-sysreq-text-inner2 a {
font-size: 12px;
font-weight: normal;
font-family: verdana, arial, sans-serif;
line-height: 15px; 
color: #000055;
}

.big-screen-info-descr {
z-index: 2;
position: absolute;
top: 31px; 
left: 0px;
float: none;
display: none;
margin-top: 1px;
width: 538px;
height: 163px;
border: #354056 solid 1px;
background-color: #959fd0;
}
.big-screen-info-descr2 {
float: none;
display: block;
width: 536px;
height: 161px;
border: #bbbbbb solid 1px;
background-color: #959fd0;
}
.big-screen-info-descr-inner {
float: left;
display: block;
margin-top: 1px;
margin-left: 2px;
margin-right: 2px;
width: 527px;
height: 160px;
overflow: hidden;
font-size: 10px;
line-height: 1.1;
text-align: justify;
font-family: verdana, arial, sans-serif;
background-color: #959fd0;
}
.big-screen-info-descr-inner strong {
font-size: 10px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
line-height: 1.35;
}
.big-screen-info-descr-full-close {
position: absolute; 
cursor: pointer; 
top: -1px; 
right: -1px; 
width: 15px; 
height: 15px; 
color: #dddddd; 
font-size: 11px; 
font-weight: bold; 
font-family: arial; 
text-align: center;  
line-height: 14px; 
border: 1px #ffffff solid; 
background-color: #444444;
}
.big-screen-info-img {
float: none;
display: block;
margin-top: 1px;
width: 538px;
height: 78px;
text-align: center;
background-color: #78839a;
border: #354056 solid 1px;
}
.big-screen-info-img2 {
float: none;
display: block;
padding: 0px;
margin: 0px;
width: 536px;
height: 76px;
text-align: center;
background-color: #959fd0;
border: #bbbbbb solid 1px;
}
.big-screen-info-img2 img{
white-space: nowrap;
}
.imgContainer-around {
float: none;
padding: 0px;
overflow: hidden;
}
.imgContainer {
float: none;
width: 470px;
height: 75px;
margin-top: 1px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
white-space: nowrap;
background-color: #757fb0;
}
.imgContainer img {
width: 100px;
height: 68px;
margin-top: 2px;
border: 1px #bbbbbb solid;
background-image: url('https://www.mczone.ru/Skin/Default/Images/scroll-img-around.gif'); 
}
.imgNewsContainer-around {
float: none;
display: block;
padding: 0px;
margin: auto;
width: 720px;
height: 129px;
text-align: center;
background-color: transparent;
}
.imgNewsContainer {
float: none;
width: 607px;
height: 127px;
margin-top: 1px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
white-space: nowrap;
background-color: transparent;
}
.big-screen-info {
display: none;
}
/* END Content   */

/* START Flash Video */
.flvInfoHide {
cursor: pointer; 
position: absolute; 
right: -7px; 
top: -7px; 
height: 9px; 
width: 9px; 
line-height: 8px; 
font-size:9px;
text-align: center;
border: 1px #ddddee solid; 
background-color: #5555aa;
}
.flvInfoHide:hover {
color: #ffee55;
background-color: #aa5555;
}

.flashVideoContainerAround {
position: relative;
width: 598px;
background-color: #0e0e0e;
border: 7px solid #000000;
margin: auto;
}
.flashVideoContainer {
z-index: 1;
line-height: 5px;
border: 1px solid #4a4d4c;
border-top: 1px solid #5a5d5c;
border-bottom: 1px solid #2a2d2c;
overflow: hidden;
}
.flvFileSize {
position: absolute;
top: 27px; 
right: 9px; 
height: 20px; 
line-height: 20px; 
padding-left: 4px;  
padding-right: 4px;  
color: #aaaabb;
font-size: 10px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 0px solid #aaaaee;
background-color: transparent; 
}
.flvFileGame {
position: absolute;
top: 12px; 
right: 9px; 
height: 20px; 
line-height: 12px; 
padding-left: 4px;  
padding-right: 4px;  
color: #eeeeff;
font-size: 10px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 0px solid #aaaaee;
background-color: transparent; 
}
.flvFileGame a{
outline: none;
font-size: 12px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
color : #eeeeff;
}
.flvFileGame a:link {
color : #eeeeff;
}
.flvFileGame a:hover {
color : #ffd555;
}
.flvFileGame a:visited {
color : #eeeeff;
}
.flvFileGame a:visited:hover {
color : #ffd555;
}

.flvFileNum {
position: absolute;
top: 27px; 
left: 9px; 
height: 20px; 
line-height: 20px; 
padding-left: 4px;  
padding-right: 4px;  
color: #000000;
font-size: 13px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 0px solid #000000;
background-color: transparent; 
}
.video-left {
margin: 0px;
padding: 0px;
width: 50px;
height: 69px;
cursor: pointer;
text-align: center;
background-color: transparent;
}
.video-leftUnFlick {
z-index: 1;
position: absolute;
left: 17px;
top: 50px;
margin: 0px;
padding: 0px;
width: 50px;
height: 69px;
cursor: pointer;
text-align: center;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/video-left.png'); 
}
.video-left:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/video-left-hov.png');
}
.video-right {
margin: 0px;
padding: 0px;
width: 50px;
height: 69px;
cursor: pointer;
text-align: center;
background-color: transparent;
}
.video-rightUnFlick {
z-index: 1;
position: absolute;
right: 20px;
top: 50px;
margin: 0px;
padding: 0px;
width: 50px;
height: 69px;
cursor: pointer;
text-align: center;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/video-right.png'); 
}
.video-right:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/video-right-hov.png');
}
.videoInfoLeftUnFlick {
position: absolute; 
top: 41px; 
left: 18px;
height: 40px; 
width: 40px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-left.png');
}
.videoInfoLeft {
width: 40px;
height:40px;
cursor: pointer;
background: transparent;
}
.videoInfoLeft:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-leftHover.png');
}
.videoInfoRightUnFlick {
position: absolute;
top: 41px; 
right: 20px;
height: 40px; 
width: 40px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-right.png');
}
.videoInfoRight {
width: 40px;
height:40px;
cursor: pointer;
background: transparent;
}
.videoInfoRight:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-rightHover.png');
}

/* END FlashVideo */

/* START Gallery */
.gallery-big-screen-all-around {
float: left;
width: 766px; 
margin-left: auto;
margin-right: auto;
margin-bottom: 1px;
border: 1px solid #354056;
}
.gallery-big-screen-all {
float:left;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
width: 764px;
border: 1px solid #bbbbbb;
background-color: #8a95c6;
}
.gallery-big-screen-all-height {
min-height: 850px; 
}
.gallery-big-screen-around {
float: left;
margin-top: 1px;
margin-left: 1px;
margin-right: 0px;
width: 378px;
border: #354056 solid 1px;
background-color: transparent;
}
.gallery-big-screen {
float: left;
margin: 0px;
padding-top: 1px;
padding-bottom: 1px;
width: 376px;
height: 194px;
text-align: center;
border: #efefff solid 1px;
background-color: transparent;
}
.gallery-big-screen-left {
margin: 0px;
padding: 0px;
width: 70px;
height: 97px;
cursor: pointer;
text-align: center;
background-color: transparent;
}
.gallery-big-screen-leftUnFlick {
z-index: 1;
position: absolute;
left: 17px;
top: 50px;
margin: 0px;
padding: 0px;
width: 70px;
height: 97px;
cursor: pointer;
text-align: center;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-big-screen-left.png'); 
}
.gallery-big-screen-left:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-big-screen-left-hov.png');
}
.gallery-big-screen-right {
margin: 0px;
padding: 0px;
width: 70px;
height: 97px;
cursor: pointer;
text-align: center;
background-color: transparent;
}
.gallery-big-screen-rightUnFlick {
z-index: 1;
position: absolute;
right: 20px;
top: 50px;
margin: 0px;
padding: 0px;
width: 70px;
height: 97px;
cursor: pointer;
text-align: center;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-big-screen-right.png'); 
}
.gallery-big-screen-right:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-big-screen-right-hov.png');
}
.gallery-big-screen-text {
position: absolute;
top: 5px;
margin: 0px;
padding-top: 1px;
padding-bottom: 1px;
width: 376px;
height: 40px;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/top-videos-content-title-bg.gif');
}
.gallery-big-screen-text-1 {
left: 15px;
}
.gallery-big-screen-text-2 {
right: 18px;
}
.gallery-big-screen-text a{
font-size: 15px;
font-weight: bold;
outline: none;
color : #ffffee;
}
.gallery-big-screen-text a:link {
color :  #ffffee;
}
.gallery-big-screen-text a:hover {
color : #ffd555;
}
.gallery-big-screen-text a:visited {
color : #ffffee;
}
.gallery-big-screen-text a:visited:hover {
color : #ffd555;
}
.gallery-big-screen-text-inner {
margin-top: 2px;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 2px;
font-size: 14px;
font-weight: bold;
text-align: left;
color: #ffffff;
line-height: 1.2;
text-align: justify;
font-family: verdana, arial, sans-serif;
background-color: transparent;
}
.gallery-big-screen-scroll-all {
float:left;
margin-top: 4px;
margin-left: auto;
margin-right: auto;
width: 764px; 
background-color:transparent;
}

.middleSizeClose {
position: absolute; 
top: -21px;
right: -21px;
cursor: pointer;
width: 42px;
height: 42px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/middleSizeCloseButton.png');
}
.middleSizeClose:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/middleSizeCloseButton-hover.png');
}
.middleSize {
position: absolute;
z-index: 2;
float: none;
margin: auto;
height: 638px;
padding: 10px;
border: 1px solid #000000; 
background-color: #f0f0f0;
}
.middleVideoSize {
position: absolute;
z-index: 2;
float: none;
margin: auto;
width: 607px;
height: 384px;
padding: 10px;
border: 1px solid #909090; 
background-color: #191919;
}
.middleImg {
margin-left: auto; 
margin-right: auto; 
height: 600px;
}
.middleImgContainer {
/*height: 600px;*/
min-height: 600px;
overflow: hidden;
}
.galleryMiddleCounter {
position: absolute;
top: 13px; 
left: 13px; 
height: 20px; 
line-height: 18px; 
padding: 2px;  
color: #ffffff;
font-size: 14px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 1px solid #aaaaee;
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-counter-bg.gif'); 
background-color: #222244; 
}
.galleryMiddleTitle {
position: absolute;
top: 13px; 
right: 13px; 
height: 20px; 
line-height: 18px; 
padding-top: 2px;  
padding-left: 4px;
padding-right: 4px;
padding-bottom: 2px;  
color: #ffffff;
font-size: 14px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 1px solid #aaaaee;
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-counter-bg.gif'); 
background-color: #222244; 
}
.galleryMiddleTitle a{
outline: none;
color : #ff9030;
}
.galleryMiddleTitle a:link {
color :  #ff9030;
}
.galleryMiddleTitle a:hover {
color : #ffd555;
}
.galleryMiddleTitle a:visited {
color : #ff9030;
}
.galleryMiddleTitle a:visited:hover {
color : #ffd555;
}

.galleryMiddleImgSize {
position: absolute;
bottom: 17px; 
left: 15px; 
height: 20px; 
line-height: 20px; 
padding-left: 4px;  
padding-right: 4px;  
color: #eeeeff;
font-size: 13px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 1px solid #aaaaee;
background-color: transparent; 
}
.galleryMiddleFileSize {
position: absolute;
bottom: 17px;
right: 15px; 
height: 20px; 
line-height: 20px; 
padding-left: 4px;  
padding-right: 4px;  
color: #eeeeff;
font-size: 13px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 1px solid #aaaaee;
background-color: transparent; 
}
.galleryMiddlePermLink {
position: absolute;
bottom: 53px;
right: 15px; 
height: 20px; 
line-height: 20px; 
padding-left: 4px;  
padding-right: 4px;  
color: #eeeeff;
font-size: 13px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 1px solid #aaaaee;
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-counter-bg.gif'); 
}
.galleryMiddlePermLink a{
outline: none;
font-size: 13px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
color : #ff9030;
}
.galleryMiddlePermLink a:link {
color :  #ff9030;
}
.galleryMiddlePermLink a:hover {
color : #ffd555;
}
.galleryMiddlePermLink a:visited {
color : #ff9030;
}
.galleryMiddlePermLink a:visited:hover {
color : #ffd555;
}
.galleryMiddleArchive {
position: absolute;
bottom: 53px;
right: 90px; 
height: 20px; 
line-height: 20px; 
padding-left: 4px;  
padding-right: 4px;  
color: #eeeeff;
font-size: 13px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 1px solid #aaaaee;
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-counter-bg.gif'); 
}
.galleryMiddleArchive a{
outline: none;
font-size: 13px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
color : #ff9030;
}
.galleryMiddleArchive a:link {
color :  #ff9030;
}
.galleryMiddleArchive a:hover {
color : #ffd555;
}
.galleryMiddleArchive a:visited {
color : #ff9030;
}
.galleryMiddleArchive a:visited:hover {
color : #ffd555;
}
.screenDescription {
position: absolute;
right: 0px; 
top: 659px;
line-height: 14px; 
padding-left: 4px;  
padding-right: 4px;  
color: #111111;
text-align: center;
font-size: 12px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 1px solid #aaaaee;
background-color: #252545; 
}
.screenDescription a{
outline: none;
font-size: 11px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
color : #ff9030;
}
.screenDescription a:link {
color :  #ff9030;
}
.screenDescription a:hover {
color : #ffd555;
}
.screenDescription a:visited {
color : #ff9030;
}
.screenDescription a:visited:hover {
color : #ffd555;
}
.smallImg {
margin-left: auto; 
margin-right: auto; 
height: 242px;
}
.smallImgContainer {
height: 242px;
min-height: 242px;
overflow: hidden;
}
.galleryNavig {
margin-left: auto; 
margin-right: auto; 
height: 36px; 
border-top: 1px solid #9a9dfc; 
border-bottom: 1px solid #9a9dfc; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-navig-bg.gif'); 
background-color: transparent;
}
.scrollLeftUnFlick { /* 4tobi ne mercalo v ie */
float: left;
width: 50px;
height: 127px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/scrollLeft.jpg'); 
}
.scrollLeft {
cursor: pointer;
width: 50px;
height: 127px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/scrollLeft.jpg'); 
}
.scrollLeft:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/scrollLeftHover.jpg'); 
}
.scrollRightUnFlick { /* 4tobi ne mercalo v ie */
float: right;
width: 50px;
height: 127px;
line-height: 127px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/scrollRight.jpg'); 
}
.scrollRight {
cursor: pointer;
width: 50px;
height: 127px;
line-height: 127px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/scrollRight.jpg'); 
}
.scrollRight:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/scrollRightHover.jpg'); 
}
.galleryCounter {
position: absolute;
top: 3px; 
left: 3px; 
height: 20px; 
line-height: 18px; 
padding: 2px;  
color: #ffffff;
font-size: 14px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 1px solid #aaaaee;
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-counter-bg.gif'); 
background-color: #222244; 
}
.galleryImgSize {
position: absolute;
bottom: 7px; 
left: 5px; 
height: 20px; 
line-height: 20px; 
padding-left: 4px;  
padding-right: 4px;  
color: #eeeeff;
font-size: 13px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 1px solid #aaaaee;
background-color: transparent; 
}
.galleryFileSize {
position: absolute;
bottom: 7px;
right: 5px; 
height: 20px; 
line-height: 20px; 
padding-left: 4px;  
padding-right: 4px;  
color: #eeeeff;
font-size: 13px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 1px solid #aaaaee;
background-color: transparent; 
}
.gallery-title {
position: relative;
float: none;
display: block;
width: 750px;
height: 31px;
margin: auto;
top: 6px;
margin-bottom: 3px;
line-height: 31px;
font-size: 17px;
font-weight: normal;
font-family: arial, verdana, sans-serif;
text-align: center;
color: #ffbb44;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-title.jpg');
}
.gallery-title a{
font-size: 19px;
font-weight: normal;
color: #ffbb44;
}
.gallery-title a:link{
color: #ffbb44;
}
.gallery-title a:hover{
color: #eebb44;
}
.gallery-title a:visited{
color: #ccbb44;
}
.gallery-title a:visited:hover{
color: #ddbb44;
}

.galleryImg {
display: block;
cursor: pointer;
margin-right: 3px;
width: 125px;
height: 96px;
min-width: 125px;
min-height: 96px;
padding-left: 13px;
padding-right: 9px;
padding-top: 13px;
padding-bottom: 9px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-gallery-img-bg.gif');
}
.galleryImgContainer {
float: left;
margin-left: 4px; 
margin-top: 1px;
width: 147px;
height: 118px;
}
.galleryImgData {
display: none;
position: absolute;
margin: 3px;
width: 146px;
height: 113px;
min-height: 113px;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-gallery-img-bg-hover.gif');
}
.galleryImgDataBg {
z-index: 1;
position: relative;
margin: auto;
width: 249px;
height: 197px;
line-height: 20px;
text-align: center;
vertical-align: middle;
color: #000000;
cursor: pointer;
font-size : 11px;
font-weight : bold;
font-family : verdana, sans-serif;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-imgdata-bg.png');
} 
.gallerySingleGameLeftUnFlick {
position: absolute; 
top: 34px; 
left: 0px;
height: 40px; 
width: 40px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-left.png');
}
.gallerySingleGameLeft {
width: 40px;
height:40px;
cursor: pointer;
background: transparent;
}
.gallerySingleGameLeft:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-leftHover.png');
}
.gallerySingleGameRightUnFlick {
position: absolute;
top: 34px; 
right: 0px;
height: 40px; 
width: 40px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-right.png');
}
.gallerySingleGameRight {
width: 40px;
height:40px;
cursor: pointer;
background: transparent;
}
.gallerySingleGameRight:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-game-rightHover.png');
}
.gallery-alphabet {
float: none;
position: relative;
z-index:1;
top: 5px;
display: block;
width: 624px;
height: 31px;
margin: auto;
margin-top: 6px;
margin-bottom: 20px;
color: #ffbb44;
border: 1px solid #eeeed0;
background-color: #212c37;
}
.gallery-letter {
float:left;
width:18px; 
height:25px;
margin: 2px; 
cursor: pointer;
line-height: 25px;
color: #ff9030;
font-size : 12px;
font-weight : bold;
font-family : verdana, sans-serif;
border: 1px solid #bbbbbb; 
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-alfabet-bg.png');
}
.gallery-letter:hover {
border: 1px solid #fff5f5; 
color: #ffd555;
}
.gallery-letter a{
outline: none;
color : #ff9030;
}
.gallery-letter a:link {
color :  #ff9030;
}
.gallery-letter a:hover {
color : #ffd555;
}
.gallery-letter a:visited {
color : #ff9030;
}
.gallery-letter a:visited:hover {
color : #ffd555;
}
.gallery-games {
display: none;
z-index: 1;
position: absolute;
top: 29px;
width: 250px;
height: 300px;
text-align: left;
border: 3px #ffffff double;
white-space: nowrap;
overflow: hidden;
background-color: #212c37;
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-letterGames-bg.png');
}
.gallery-games:hover {
color: #ffd555;
}
.gallery-games a{
outline: none;
color : #ff9030;
font-size : 11px;
font-weight : bold;
font-family : verdana, sans-serif;
}
.gallery-games a:link {
color :  #ff9030;
}
.gallery-games a:hover {
color : #ffd555;
}
.gallery-games a:visited {
color : #ff9030;
}
.gallery-games a:visited:hover {
color : #ffd555;
}
.gallery-gamesGames-up {
position: absolute; 
cursor: pointer;
top: 0px; 
width: 100%; 
height: 20px; 
font-size: 20px; 
line-height: 20px; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-alfabetGames-up.png');
}
.gallery-gamesGames-down {
position: absolute;
cursor: pointer; 
bottom: 0px;
width: 100%; 
height: 20px; 
font-size: 20px; 
line-height: 20px; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-alfabetGames-down.png');
}
.archive-gamesItem {
width: 244px; 
height: 16px;
margin-top: 3px;
margin-left: 3px;
line-height: 14px;
text-align: left;
white-space: nowrap;
overflow: hidden;
}
.archive-gamesItem:hover {
background-color: #414c57;
}
.galleryScreenBlock {
float: none;
width: 741px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 3px;
color: #dd9922;
text-align: left;
font-size : 12px;
font-weight : normal;
font-family : verdana, sans-serif;
border: 1px solid #bbbba0;
background-color: #7e818a;
}
.galleryScreen-around {
width: 739px;
margin-top: 1px;
margin-left: 2px;
margin-right: 5px;
border-top: 1px solid #7e818a; /* obiazatelen - po4emu to bez nego ne pozicioniruetsia gameFilesname */
}
.galleryScreenGameName {
position: relative;
height: 23px;
margin-left: 3px;
margin-top: 3px;
margin-right: 5px;
padding: 0px;
padding-left: 5px;
color: #ffc76e;
text-align: left;
vertical-align: middle;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
white-space: nowrap;
border: 1px solid #eeeeee;
background-color: #313c67;
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-gamename-bg.gif');
}
.galleryScreenGameName a {
color: #ffd77e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.galleryScreenGameName a:hover {
color: #ff973e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.galleryScreenGameName a:visited {
color: #dfb74e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.galleryScreenGameName a:visited:hover {
color: #ff973e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.galleryScreenInfo-around {
height: 172px;
margin-top: 0px;
margin-left: 3px;
margin-right: 5px;
margin-bottom: 4px;
border: 1px solid #eeeeee;
border-top: none;
background-color: #7e818a;
}
.galleryScreenInfo {
height: 170px;
padding-left: 5px;
margin: 0px;
color: #000000;
text-align: left;
font-size : 11px;
font-weight : normal;
font-family : verdana, sans-serif;
border: 1px solid #7e818a;
background-color: #d6d9ea;
}

/* END Gallery */

/* START Archive */
.archive-century {
position: relative;
float: none;
display: block;
width: 742px;
height: 31px;
margin-top: 6px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
color: #ffbb44;
border: 1px solid #eeeed0;
background-color: #212c37;
}
.archive-year {
float: left;
width:70px; 
height:25px;
margin-left: 2px; 
margin-top: 2px; 
margin-bottom: 2px; 
cursor: pointer;
line-height: 25px;
color: #ff9030;
font-size : 12px;
font-weight : bold;
font-family : verdana, sans-serif;
border: 1px solid #bbbbbb; 
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-gamename-bg.gif');
}
.archive-year:hover {
border: 1px solid #fff5f5; 
color: #ffd555;
}
.archive-year a{
outline: none;
color : #ff9030;
}
.archive-year a:link {
color :  #ff9030;
}
.archive-year a:hover {
color : #ffd555;
}
.archive-year a:visited {
color : #ff9030;
}
.archive-year a:visited:hover {
color : #ffd555;
}
.archive-month {
display: none;
z-index: 1;
position: absolute;
top: 29px;
width: 88px;
height: 242px;
text-align: left;
background-color: #212c37;
text-align: left;
background-image: url('https://www.mczone.ru/Skin/Default/Images/archive-month-menu-bg.jpg');
}
.archive-month:hover {
color: #ffd555;
}
.archive-month a{
outline: none;
color : #ff9030;
font-size : 11px;
font-weight : bold;
font-family : verdana, sans-serif;
}
.archive-month a:link {
color :  #ff9030;
}
.archive-month a:hover {
color : #ffd555;
}
.archive-month a:visited {
color : #ff9030;
}
.archive-month a:visited:hover {
color : #ffd555;
}
.archive-monthItem {
width: 82px; 
height: 16px;
margin-top: 3px;
margin-left: 3px;
line-height: 14px;
text-align: left;
}
.archive-monthItem:hover {
background-color: #414c57;
}

/* END Archive */

/* START Files */

.downloadFile {
position: absolute;
bottom: 45px;
right: 22px; 
height: 20px; 
line-height: 20px; 
padding-left: 4px;  
padding-right: 4px;  
color: #eeeeff;
font-size: 13px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
border: 3px solid #aaaaee;
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/gallery-counter-bg.gif'); 
}
.downloadFile a{
outline: none;
font-size: 13px;
font-weight: bold;
font-family: verdana, arial, sans-serif;
color : #ff9030;
}
.downloadFile a:link {
color :  #ff9030;
}
.downloadFile a:hover {
color : #ffd555;
}
.downloadFile a:visited {
color : #ff9030;
}
.downloadFile a:visited:hover {
color : #ffd555;
}
.filesTableButton {
position: absolute;
top: 3px;
cursor: pointer; 
width: 120px; 
height: 20px;
font-weight : bold;
font-size: 13px;  
line-height: 20px;
background-color: #aaaacc; 
border: 2px #ffffff solid;
}
.filesTableButton:hover {
color: #ffcc77;
background-color: #444477 !important; 
}
.filesTableHeader {
height: 23px;
color: #ffc76e;
text-align: center;
vertical-align: middle;
font-size : 15px;
line-height: 21px;
font-weight : bold;
font-family : arial, verdana ;
white-space: nowrap;
border: 1px solid #eeeeee;
background-color: #313c67;
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-gamename-bg.gif');
}
.filesTableData {
cursor: pointer;
text-align: center;
font-size: 12px;
height: 23px;
background-color: #eeffff;
}
.filesTableData a{
font-size: 15px;
}
.filesTableData:hover {
font-size: 12px;
background-color: #ffff99 !important;
}
.filesTableData:hover a{
font-size: 15px;
color: red;
}
.filesTableHeaderTd {
border: 1px #999999 solid;
}
.gameFilesBlock {
float: none;
width: 731px;
height: 95px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 3px;
color: #dd9922;
text-align: left;
font-size : 12px;
font-weight : normal;
font-family : verdana, sans-serif;
border: 1px solid #bbbba0;
background-color: #7e818a;
}
.gameFilesImg {
float: left;
width: 98px;
height: 77px;
margin: 2px;
margin-right: 0px;
padding-left: 6px;
padding-right: 8px;
padding-top: 6px;
padding-bottom: 8px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-gamename-img-bg.jpg');
}
.gameFiles-around {
position: relative;
width: 610px;
height: 91px;
margin-top: 1px;
margin-left: 114px;
margin-right: 5px;
border-top: 1px solid #7e818a; /* obiazatelen - po4emu to bez nego ne pozicioniruetsia gameFilesname */
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-info-all-bg.png');
}
.gameFilesName {
position: relative;
height: 23px;
margin-left: 3px;
margin-top: 3px;
margin-right: 5px;
padding: 0px;
padding-left: 5px;
color: #ffc76e;
text-align: left;
vertical-align: middle;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
white-space: nowrap;
border: 1px solid #eeeeee;
background-color: #313c67;
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-gamename-bg.gif');
}
.gameFilesName a {
color: #ffd77e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.gameFilesName a:hover {
color: #ff973e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.gameFilesName a:visited {
color: #dfb74e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.gameFilesName a:visited:hover {
color: #ff973e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.gameFilesInfo-around {
position: relative;
height: 58px;
margin-top: 0px;
margin-left: 3px;
margin-right: 5px;
margin-bottom: 0px;
border: 1px solid #eeeeee;
border-top: none;
background-color: #7e818a;
}
.gameFilesInfo {
height: 56px;
padding-left: 5px;
margin: 0px;
color: #000000;
text-align: left;
font-size : 12px;
font-weight : normal;
font-family : verdana, sans-serif;
white-space: nowrap;
overflow: hidden;
border: 1px solid #7e818a;
background-color: #d3d3d3;
}
.gameFilesInfo a{
outline: none;
color : #2000b0;
font-size : 12px;
font-weight : bold;
font-family : verdana, sans-serif;
}
.gameFilesInfo a:link {
color :  #2000b0;
}
.gameFilesInfo a:hover {
color : #c00000;
}
.gameFilesInfo a:visited {
color : #2000b0;
}
.gameFilesInfo a:visited:hover {
color : #c00000;
}
.gameVideosDownloadUnFlick { 
position: absolute; 
bottom: 40px;
right: 20px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/videos-download-bg.png');
}
.gameVideosDownload { 
width: 56px;
height: 52px;
text-align: center;
line-height: 50px;
}
.gameVideosDownload:hover { 
background-color: #ffffff;
background-image: url('https://www.mczone.ru/Skin/Default/Images/videos-download-bg-hover.png');
}
.gameVideosDownloadGrayUnFlick { 
position: absolute; 
bottom: 2px;
right: 2px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/videos-download-bg.png');
}
.gameVideosDownloadGray { 
width: 56px;
height: 52px;
text-align: center;
line-height: 50px;
}
.gameVideosDownloadGray:hover { 
background-color: #d3d3d3;
background-image: url('https://www.mczone.ru/Skin/Default/Images/videos-download-bg-hover.png');
}

.gameFilesDownloadUnFlick { 
position: relative; 
top: -55px;
left: 540px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-download-bg.gif');
}
.gameFilesDownload { 
width: 56px;
height: 52px;
}
.gameFilesButtons { 
float: right;
position: absolute;
top: -18px;
right: 5px;
width: 165px;
height: 40px;
}
.gameFilesRating { 
position: absolute;
float: right;
top: -13px;
right: 5px;
width: 150px;
height: 30px;
}
.gameFilesNews { 
width: 40px;
height: 40px;
cursor: pointer;
text-align: center;
background: transparent;
line-height: 40px;
}
.gameFilesNews:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-news-button-Hover.jpg');
}
.gameFilesNewsUnFlick { 
float: right;
width: 40px;
height: 40px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-news-button-bg.jpg');
}
.gameFilesList { 
width: 40px;
height: 40px;
cursor: pointer;
text-align: center;
background: transparent;
line-height: 40px;
}
.gameFilesList:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-list-button-Hover.jpg');
}
.gameFilesListUnFlick { 
float: right;
width: 40px;
height: 40px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-list-button-bg.jpg');
}
.gameFilesVideo { 
width: 40px;
height: 40px;
cursor: pointer;
text-align: center;
background: transparent;
line-height: 40px;
}
.gameFilesVideo:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-video-button-Hover.jpg');
}
.gameFilesVideoUnFlick { 
float: right;
width: 40px;
height: 40px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-video-button-bg.jpg');
}
.gameFilesAbout { 
width: 40px;
height: 40px;
cursor: pointer;
text-align: center;
background: transparent;
line-height: 40px;
}
.gameFilesAbout:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-about-button-Hover.jpg');
}
.gameFilesAboutUnFlick { 
float: right;
width: 40px;
height: 40px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-about-button-bg.jpg');
}
.gameFilesButtonLink {
height: 40px;
outline: none;
font-size : 40px;
font-weight : bold;
font-family : verdana;
line-height: 40px;
}

/* END Files */

/* START Reviews */

.reviewsBlock {
float: none;
width: 351px;
height: 133px;
margin-top: 10px;
margin-bottom: 3px;
color: #dd9922;
text-align: left;
font-size : 12px;
font-weight : normal;
font-family : verdana, sans-serif;
border: 1px solid #bbbba0;
background-color: #7e818a;
overflow: hidden;
}
.reviews-around {
width: 344px;
height: 129px;
margin-top: 1px;
margin-left: 5px;
margin-right: 114px;
border-top: 1px solid #7e818a; /* obiazatelen - po4emu to bez nego ne pozicioniruetsia gameFilesname */
background-image: url('https://www.mczone.ru/Skin/Default/Images/reviews-info-all-bg.gif');
}
.reviewsName {
position: relative;
height: 23px;
margin-left: 3px;
margin-top: 3px;
margin-right: 5px;
padding: 0px;
padding-left: 5px;
color: #ffc76e;
text-align: left;
vertical-align: middle;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
border: 1px solid #eeeeee;
background-color: #313c67;
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-gamename-bg.gif');
}
.reviewsName a {
color: #ffd77e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.reviewsName a:hover {
color: #ff973e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.reviewsName a:visited {
color: #dfb74e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.reviewsName a:visited:hover {
color: #ff973e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.reviewsInfo-around {
height: 96px;
width: 334px;
margin-top: 0px;
margin-left: 3px;
margin-right: 5px;
margin-bottom: 0px;
border: 1px solid #eeeeee;
border-top: none;
background-color: #7e818a;
overflow: hidden;
}
.reviewsInfo {
height: 95px;
width: 332px;
margin: 0px;
color: #f0a94d;
text-align: left;
font-size : 13px;
font-weight : normal;
font-family : verdana, sans-serif;
border: 1px solid #7e818a;
background-color: #111111;
white-space: nowrap;
overflow: hidden;
}
.reviewsInfo a {
color: #f0a94d;
font-size : 13px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.reviewsInfo a:hover {
color: #ff973e;
font-size : 13px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.reviewsInfo a:visited {
color: #f0a94d;
font-size : 13px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.reviewsInfo a:visited:hover {
color: #f0a94d;
font-size : 13px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}

/* END Reviews */

/* START ServerInfo */

.gameServerInfoBlock {
float: none;
width: 751px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 3px;
color: #dd9922;
text-align: left;
font-size : 12px;
font-weight : normal;
font-family : verdana, sans-serif;
border: 1px solid #bbbba0;
background-color: #5e616a;
}
.gameServerInfo-around {
margin-top: 0px;
margin-left: 3px;
margin-right: 5px;
margin-bottom: 5px;
border: 1px solid #eeeeee;
border-top: none;
background-color: #7e818a;
}
.gameServerInfo {
position: relative;
padding-top: 7px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 7px;
margin: 0px;
color: #000000;
text-align: justify;
font-size : 13px;
font-weight : normal;
font-family : verdana, sans-serif;
border: 1px solid #7e818a;
background-color: #d5d9e9;
}
.gameServerName {
position: relative;
height: 23px;
margin-left: 3px;
margin-top: 3px;
margin-right: 5px;
padding: 0px;
padding-left: 5px;
color: #ffc76e;
text-align: left;
vertical-align: middle;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
white-space: nowrap;
border: 1px solid #eeeeee;
background-color: #313c67;
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-gamename-bg.gif');
}
.gameServerName a {
color: #ffd77e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.gameServerName a:hover {
color: #ff973e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.gameServerName a:visited {
color: #dfb74e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}
.gameServerName a:visited:hover {
color: #ff973e;
font-size : 17px;
line-height: 23px;
font-weight : bold;
font-family : arial, verdana ;
}

/* END ServerInfo */

/* START FileInfo */

.gameFileInfoBlock {
float: none;
width: 731px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 3px;
color: #dd9922;
text-align: left;
font-size : 12px;
font-weight : normal;
font-family : verdana, sans-serif;
border: 1px solid #bbbba0;
background-color: #5e616a;
}
.gameFileInfo-around {
margin-top: 0px;
margin-left: 3px;
margin-right: 5px;
margin-bottom: 5px;
border: 1px solid #eeeeee;
border-top: none;
background-color: #7e818a;
}
.gameFileInfo {
position: relative;
padding-top: 7px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 7px;
margin: 0px;
color: #000000;
text-align: justify;
font-size : 13px;
font-weight : normal;
font-family : verdana, sans-serif;
border: 1px solid #7e818a;
background-color: #d3d3d3;
}
.gameFileInfoInner {

}
.gameFileInfoInner a:link{
 color: #000044;
}

.fileInfoAbout {
margin: auto;
width: 680px;
height: 40px; 
text-align: center;
overflow: hidden;
background-image: url('https://www.mczone.ru/Skin/Default/Images/fileInfoAbout-bg.png');
}
.fileInfoAboutInner {
color: #ffffff;
text-align: justify;
line-height: 35px;
font-size : 12px;
font-weight : bold;
font-family : arial, verdana, sans-serif;
white-space: nowrap;
}
.shotInfoAbout {
margin: auto;
width: 500px;
height: 20px; 
text-align: center;
overflow: hidden;
background-color: #777777;
border: 4px #aaaaaa solid;
}
.shotInfoAboutInner {
color: #ffffff;
text-align: justify;
line-height: 20px;
font-size : 12px;
font-weight : bold;
font-family : arial, verdana, sans-serif;
white-space: nowrap;
}

/* END FileInfo */

/* START GetFile */
.getFileAdsense {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
.downloadButton {
position: relative;
text-align: center;
width: 732px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
color: #ffffff;
line-height: 26px;
font-size: 16px;
font-weight: normal;
font-family: arial, sans-serif;
border: 1px solid #b0b0bc;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-title-bg.gif');
background-color: #6677aa;
white-space: nowrap;
overflow: hidden;
}
.downloadButton a {
font-size: 14px;
font-weight: bold;
font-family: verdana; arial, sans-serif;
/* color: #ccbbff; */
color: #ffc76e;
}
.downloadButton a:hover{
color: #ff7777;
}
/* END GetFile */

/* Images START */
.img-container {
text-align: center;
margin-right: auto;
margin-left: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.imgnews {
margin-right: 3px;
width: 125px;
height: 96px;
cursor: pointer;
padding-left: 13px;
padding-right: 9px;
padding-top: 13px;
padding-bottom: 9px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/single-news-img-bg.png');
}
/* Images END */

/* User START */

.userLogIn {
position: absolute;
z-index: 2;
float: none;
margin: 0px;
width: 271px;
background-color: transparent;
}
.userLogInClose {
position: absolute; 
top: 0px;
right: 10px;
cursor: pointer;
width: 41px;
height: 18px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userEdit-close.png');
}
.userLogInClose:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userEdit-close-hover.png');
}
.userLogInInnerTop {
width: 271px;
height: 27px;
margin: 0px;
font-size : 12px;
font-family : arial;
font-weight : normal;
text-align: center;
line-height: 27px;
color: #ccc072;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFloatingLogIn-top.png');
}
.userLogInInner {
position: relative;
width: 271px;
margin: 0px;
text-align: left;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFloatingLogIn-middle.png');
}
.userLogInInput {
margin-top: 4px;
margin-bottom: 3px;
margin-left: 5px;
width: 179px;
line-height: 13px;
padding-left: 2px;
color: #000000;
font-size: 12px;
font-family: arial;
font-weight: normal;
border: 1px #777777 solid;
background-color : #d9dfea;
}
.userLogInInnerLock {
position: absolute;
top: 5px;
right: 20px;
width: 40px;
height: 47px;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFloatingLogIn-lock.png');
}
.userLogInInnerVertical {
margin: 0px;
margin-left: 9px;
width: 253px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFloatingLogIn-vertical.png');
}
.userLogInInnerBottom {
width: 271px;
height: 54px;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFloatingLogIn-bottom.png');
}
.userLogInInnerButtons {
position: relative;
top: 6px;
margin: auto;
width: 271px;
height: 45px;
background: transparent;
}
.userLogInInnerButtonOK {
position: absolute;
cursor: pointer;
left: 112px;
width: 40px;
height: 45px;
font-size : 15px;
font-family : arial;
font-weight : bold;
text-align: center;
color: #ffffff;
line-height: 44px;
background: transparent;
}
.userLogInInnerButtonOK:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userLogIn-buttonOK-hover.png');
}
.avatar-big-screen-all-around {
display: inline; /* ubivaet dvoinoi otstup u ie6 */
float: left;
width: 768px;
padding:0px; 
margin-left: auto;
margin-right: auto;
margin-bottom: 1px;
border: 1px solid #354056;
}
.avatar-big-screen-all {
display: inline; /* ubivaet dvoinoi otstup u ie6 */
float: left;
padding:0px; 
margin-top: 0px;
margin-left: auto;
margin-right: auto;
width: 766px;
border: 1px solid #bbbbbb;
/*background-color: #8a95c6;*/
background-color: #959fd0;
}
.avatar-big-screen-all-height {
min-height:370px; 
}
.photo-around {
display: inline; /* ubivaet dvoinoi otstup u ie6 */
float: left;
width: 281px;
height: 239px;
margin-top: 5px;
margin-left: 5px;
margin-right: 2px;
margin-bottom: 2px;
border: #354056 solid 1px;
background-color: transparent;
}
.photo {
position: relative;
float: left;
margin: 0px;
width: 279px;
height: 237px;
line-height: 237px;
text-align: center;
vertical-align: middle;
border: #efefff solid 1px;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userPhoto-bg.jpg');
}
.photoSelect-around {
position: absolute;
top: 245px;
left: 12px;
width: 281px;
height: 72px;
margin-top: 5px;
margin-left: 5px;
margin-right: 2px;
margin-bottom: 2px;
border: #354056 solid 1px;
background-color: transparent;
}
.photoSelect {
width: 279px;
height: 70px;
overflow: hidden;
border: #efefff solid 1px;
background-color: transparent;
}
.photoContainer {
width: 243px;
height: 68px;
margin-top: 1px;
margin-left: 18px;
margin-right: auto;
overflow: hidden;
white-space: nowrap;
border: none;
background-color: #555f90;
}
.photoSelectItem {
width: 54px;
height: 56px;
cursor: pointer;
margin-top: 4px;
margin-left: 1px;
margin-right: 2px;
border: #efefff solid 2px;
}
.photoSelectLeftUnFlick {
position: absolute;
top: 2px;
left: 2px;
width: 17px; 
height: 68px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/user-avatar-left.png');
}
.photoSelectLeft {
width: 17px;
height: 68px;
cursor: pointer;
background: transparent;
}
.photoSelectLeft:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/user-avatar-left-hover.png');
}
.photoSelectRightUnFlick {
position: absolute;
top: 2px;
right: 2px;
width: 17px; 
height: 68px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/user-avatar-right.png');
}
.photoSelectRight {
width: 17px;
height: 68px;
cursor: pointer;
background: transparent;
}
.photoSelectRight:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/user-avatar-right-hover.png');
}
.photoRemove {
display: none;
position: absolute; 
cursor: pointer;
top: 10px;
right: 119px; 
width: 39px;
height: 35px; 
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendRemove.png');
}
.avatarSelect-around {
position: relative;
left: 5px;
width: 281px;
height: 72px;
margin-left: 5px;
margin-right: 2px;
border: #354056 solid 1px;
background-color: transparent;
}
.avatarSelect {
width: 279px;
height: 70px;
overflow: hidden;
border: #efefff solid 1px;
background-color: transparent;
}
.avatarContainer {
width: 243px;
height: 68px;
margin-top: 1px;
margin-left: 18px;
margin-right: auto;
overflow: hidden;
white-space: nowrap;
border: none;
background-color: #555f90;
}
.avatarSelectItem {
width: 54px;
height: 56px;
cursor: pointer;
margin-top: 4px;
margin-left: 1px;
margin-right: 2px;
border: #efefff solid 2px;
}
.avatarSelectLeftUnFlick {
position: absolute;
top: 2px;
left: 2px;
width: 17px; 
height: 68px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/user-avatar-left.png');
}
.avatarSelectLeft {
width: 17px;
height: 68px;
cursor: pointer;
background: transparent;
}
.avatarSelectLeft:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/user-avatar-left-hover.png');
}
.avatarSelectRightUnFlick {
position: absolute;
top: 2px;
right: 2px;
width: 17px; 
height: 68px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/user-avatar-right.png');
}
.avatarSelectRight {
width: 17px;
height: 68px;
cursor: pointer;
background: transparent;
}
.avatarSelectRight:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/user-avatar-right-hover.png');
}
.userInfoAll-around {
display: inline; /* ubivaet dvoinoi otstup u ie6 */
float: left;
width: 461px;
margin-top: 5px;
margin-left: 4px;
margin-right: auto;
margin-bottom: 2px;
border: #354056 solid 1px;
background-color: transparent;
}
.userInfoAll {
margin: 0px;
width: 459px;
text-align: center;
border: #efefff solid 1px;
background-color: #b1c0e2;
}
.userInfoButtonsAll {
float: none;
margin: 2px;
margin-left: 25px;
width: 417px;
height: 25px;
text-align: center;
background-color: transparent;
}
.userInfoButtonUnFlick {
float: left;
width: 102px; 
height: 26px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/userInfo-button-bg.png');
}
.userInfoButton {
width: 102px;
height: 26px;
cursor: pointer;
line-height: 26px;
font-size : 14px;
font-family : arial;
font-weight : normal;
text-align: center;
background: transparent;
}
.userInfoButton:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userInfo-button-hover.png');
}
.userInfo {
position: relative;
float: none;
margin-left: 2px;
margin-bottom: 2px;
width: 453px;
height: 280px;
text-align: center;
border: #777cba solid 1px;
background-color: #eaedf4;
}
.userInfoText {
float: left;
width: 300px;
height: 225px;
margin: 7px;
padding: 5px;
text-align: left;
font-size : 14px;
font-weight : normal;
font-family : arial;
background-color: transparent;
}
.userInfoAvatar {
float: right;
width: 73px;
height: 76px;
margin-top: 10px;
margin-right: 14px;
padding-top: 12px;
padding-left: 14px;
padding-right: 13px;
padding-bottom: 12px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userInfo-avatar-bg.png');
}
.userEditAvatar {
float: right;
width: 73px;
height: 76px;
margin: 10px;
padding-top: 12px;
padding-left: 14px;
padding-right: 13px;
padding-bottom: 12px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userEdit-avatar-bg.png');
}
.userEdit {
position: absolute;
z-index: 3;
float: none;
margin: auto;
width: 577px;
padding: 0px;
background: transparent;
}
.userEditInnerTop {
width: 573px;
height: 27px;
margin: 0x;
font-size : 12px;
font-family : arial;
font-weight : normal;
text-align: center;
line-height: 27px;
color: #ffc002;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userEdit-top-bg.png');
}
.userEditInner {
width: 573px;
margin: 0px;
font-size : 12px;
font-family : arial;
font-weight : normal;
text-align: left;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userEdit-middle-bg.png');
}
.userEditInnerBottom {
width: 573px;
height: 54px;
margin: 0px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userEdit-bottom-bg.png');
}
.userEditInnerButtons {
position: relative;
top: 6px;
margin: auto;
width: 490px;
height: 45px;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userEdit-bottom-buttons.png');
}
.userEditInnerButtonOK {
position: relative;
cursor: pointer;
margin: auto;
width: 40px;
height: 45px;
font-size : 15px;
font-family : arial;
font-weight : bold;
text-align: center;
color: #ffffff;
line-height: 44px;
background: transparent;
}
.userEditInnerButtonOK:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userEdit-buttonOK-hover.png');
}
.userEditInfo-around {
position: relative;
left: 5px;
width: 281px;
margin-left: 5px;
margin-right: 2px;
margin-bottom: 2px;
font-size : 13px;
font-family : arial;
font-weight : normal;
border: #354056 solid 1px;
background-color: transparent;
}
.userEditInfo {
width: 279px;
overflow: hidden;
border: #efefff solid 1px;
background-color: #8a95c6;
}
.userEditInput {
margin: 0px;
line-height: 13px;
padding-left: 2px;
color: #000000;
font-size: 12px;
font-family: arial;
font-weight: normal;
border: 1px #777777 solid;
background-color : #f0f0ff;
}
.userEditClose {
position: absolute; 
top: 0px;
right: 14px;
cursor: pointer;
width: 41px;
height: 18px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userEdit-close.png');
}
.userEditClose:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userEdit-close-hover.png');
}
.userEditButtonUnFlick {
float: right;
margin-right: 16px;
width: 93px;
height: 33px; 
background-color: transparent; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/user-edit-button.png');
}
.userEditButton {
width: 93px;
height: 33px;
cursor: pointer;
color: #521024;
font-size : 14px;
font-family : arial;
font-weight : normal;
line-height: 30px;
text-align: center;
background: transparent;
}
.userEditButton:hover {
line-height: 31px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/user-edit-button-hover.png');
}
.userEditGuessTown {
display: none;
z-index: 1;
position: absolute;
margin-top: 1px;
width: 274px;
background-color: #ffffff;
border: 1px #777777 solid;
}
.cityItem {
cursor: pointer;
padding-left: 4px;
margin-bottom: 1px;
font-size : 13px;
font-family : arial;
font-weight : normal;
line-height: 17px;
text-align: left;
background: transparent;
}
.cityItem:hover {
background-color: #eeee55;
}
.inputItemOK {
display: none;
position: relative;
top: -19px;
left: 247px;
width: 19px;
height: 19px;
line-height: 19px;
background-color: transparent;
}
/* User END */

/* User Notes Start */

.notesCreateNew {
position: absolute;
z-index: 2;
float: none;
margin: 0px;
width: 271px;
background-color: transparent;
}
.notesCreateNewClose {
position: absolute; 
top: 0px;
right: 10px;
cursor: pointer;
width: 41px;
height: 18px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userEdit-close.png');
}
.notesCreateNewClose:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userEdit-close-hover.png');
}
.notesCreateNewTop {
width: 271px;
height: 27px;
margin: 0px;
font-size : 12px;
font-family : arial;
font-weight : normal;
text-align: center;
line-height: 27px;
color: #ccc072;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFloatingLogIn-top.png');
}
.notesCreateNewInner {
position: relative;
width: 271px;
margin: 0px;
text-align: left;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFloatingLogIn-middle.png');
}
.notesCreateNewInnerVertical {
margin: 0px;
margin-left: 9px;
width: 253px;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFloatingLogIn-vertical.png');
}
.notesCreateNewInnerBottom {
width: 271px;
height: 54px;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFloatingLogIn-bottom.png');
}
.notesCreateNewInnerButtons {
position: relative;
top: 6px;
margin: auto;
width: 271px;
height: 45px;
background: transparent;
}
.notesCreateNewInnerButtonOK {
position: absolute;
cursor: pointer;
left: 112px;
width: 40px;
height: 45px;
font-size : 15px;
font-family : arial;
font-weight : bold;
text-align: center;
color: #ffffff;
line-height: 44px;
background: transparent;
}
.notesCreateNewInnerButtonOK:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userLogIn-buttonOK-hover.png');
}
.notesHeader {
scrollbar-3dlight-color: #e0e0e0;
scrollbar-arrow-color: #e0e0e0;
scrollbar-darkshadow-color: #e0e0e0;
scrollbar-face-color: #e0e0e0;
scrollbar-highlight-color: #e0e0e0;
scrollbar-shadow-color: #e0e0e0;
scrollbar-track-color: #e0e0e0;
background: #e0e0e0;
border: 1px solid #b0b0b0;
width: 480px;
height: 17px;
margin-top: 5px;
margin-bottom: 10px;
color: #000000;
font: 13px verdana, arial, helvetica, sans-serif;
}
.notesContent {
scrollbar-3dlight-color: #e0e0e0;
scrollbar-arrow-color: #e0e0e0;
scrollbar-darkshadow-color: #e0e0e0;
scrollbar-face-color: #e0e0e0;
scrollbar-highlight-color: #e0e0e0;
scrollbar-shadow-color: #e0e0e0;
scrollbar-track-color: #e0e0e0;
background: #e0e0e0;
border: 1px solid #b0b0b0;
width: 480px;
height: 210px;
margin-top: 5px;
margin-bottom: 10px;
color: #000000;
font: 13px verdana, arial, helvetica, sans-serif;
}
.notesEdit {
scrollbar-3dlight-color: #e0e0e0;
scrollbar-arrow-color: #e0e0e0;
scrollbar-darkshadow-color: #e0e0e0;
scrollbar-face-color: #e0e0e0;
scrollbar-highlight-color: #e0e0e0;
scrollbar-shadow-color: #e0e0e0;
scrollbar-track-color: #e0e0e0;
background: #e0e0e0;
border: 1px solid #d0d0d0;
width: 660px;
height: 150px;
margin-top: 5px;
margin-bottom: 10px;
color: #000000;
font: 13px verdana, arial, helvetica, sans-serif;
}

.user-PrivateMsgArrows {
position: relative;
width: 108px;
height: 23px;
margin-left: 3px;
margin-top: 40px;
margin-bottom: 1px;
font-size : 13px;
font-weight : bold;
font-family : arial, verdana, sans-serif;
line-height: 21px;
color: #cccccc;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userPrivateMsgArrows.png');
}
.user-PrivateMsgArrows a{
color: #e0e0e0;
line-height: 23px;
font-size: 14px;
font-weight: bold;
font-family: arial, sans-serif;
}
.user-PrivateMsgArrows a:visited {
color: #ffffff;
}
.user-PrivateMsgArrows a:hover {
color: #ffffff;
}
.user-PrivateMsgArrows a:visited:hover {
color: #ffffff;
}

/* User Notes END */

/* User Social START */

.quote{
display: block;
width: 90%;
margin: auto;
margin-top: 10px;
padding: 5px;
text-align: left;
font-family: arial, verdana, sans-serif;
font-weight : normal;
font-size : 13px;
color: #333333;
border: #5555dd 1px dotted;
border-left: #5555bb 3px solid;
background-color: #f4f0ff;
}
.boldFont {
font-family: arial, verdana, sans-serif;
font-weight : bold;
font-size : 13px;
}
.italicFont {
}
.redFont {
color: #ff0000;
}
.blueFont {
color: #0000ff;
}
.greenFont {
color: #00ff00;
}
.forumPost {
position: absolute;
z-index: 2;
float: none;
margin: 0px;
width: 680px;
font-size : 13px;
font-family : arial;
font-weight : normal;
background-color: transparent;
}
.forumPostTop {
width: 680px;
height: 27px;
margin: 0px;
font-size : 13px;
font-family : arial;
font-weight : normal;
text-align: center;
vertical-align: baseline;
line-height: 27px;
color: #ccc072;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialForumPost-top.png');
}
.forumPostInner {
position: relative;
width: 680px;
margin: 0px;
text-align: left;
overflow: hidden;
background: #D5D9E9;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialForumPost-middle.png');
}
.forumPostInnerVertical {
margin: 0px;
margin-left: 9px;
width: 680px;
background-color: #ffffff;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialForumPost-vertical.png');
}
.forumPostInnerBottom {
width: 680px;
height: 60px;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialForumPost-bottom.png');
}
.forumPostInnerButtons {
position: relative;
top: 6px;
margin: auto;
width: 680px;
height: 45px;
background: transparent;
}
.forumPostInnerIndicator {
position: absolute;
left: 27px;
width: 40px;
height: 60px;
font-size : 17px;
font-family : arial;
font-weight : bold;
text-align: center;
color: #ffe000;
line-height: 44px;
background: transparent;
}
.forumPostInnerButtonOK {
position: absolute;
cursor: pointer;
left: 316px;
width: 40px;
height: 45px;
font-size : 15px;
font-family : arial;
font-weight : bold;
text-align: center;
color: #ffffff;
line-height: 44px;
background: transparent;
}
.forumPostInnerButtonOK:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userLogIn-buttonOK-hover.png');
}
.forumPostInnerButtonBack {
position: absolute;
cursor: pointer;
left: 271px;
width: 45px;
height: 60px;
font-size : 15px;
font-family : arial;
font-weight : bold;
text-align: center;
color: #ffffff;
line-height: 44px;
background: transparent;
}
.forumPostInnerButtonBack:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialForumPost-back.png');
}
.forumPostInnerButtonFwd {
position: absolute;
cursor: pointer;
left: 356px;
width: 45px;
height: 60px;
font-size : 15px;
font-family : arial;
font-weight : bold;
text-align: center;
color: #ffffff;
line-height: 44px;
background: transparent;
}
.forumPostInnerButtonFwd:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialForumPost-fwd.png');
}
.forumPostContainer {
margin-left: 20px; 
margin-right: auto; 
padding-top: 7px;
padding-bottom: 7px; 
width: 640px; 
height: 330px;
min-height: 330px; 
max-height: 330px; 
overflow: hidden;
text-align: justify; 
background: #D5D9E9;
}
.forumPostUp {
position: absolute;
top: 0px;
left: 641px; 
cursor: pointer; 
width: 24px; 
height: 25px;
}
.forumPostUp:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialForumPost-up.png');
}
.forumPostDown {
position: absolute;
top: 25px;
left: 641px; 
cursor: pointer; 
width: 24px; 
height: 25px;
}
.forumPostDown:hover {
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialForumPost-down.png');
}
.singlePostTop {
clear: both;
width: 640px;
height: 10px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialSinglePostTop.png');
background-color: #d5d9e9;
}
.singlePostMiddle {
position: relative;
width: 640px;
margin-left: auto;
margin-right: auto;
text-align: justify;
font-size: 13px;
font-weight: normal;
font-family: arial, verdana, sans-serif;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialSinglePostMiddle.gif');
background-color: #d5d9e9;
}
.singlePostBottom {
width: 640px;
height: 14px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialSinglePostBottom.png');
background-color: #d5d9e9;
}
.userSocialForumPostAvatar {
float: left;
width: 73px;
height: 76px;
margin-left: 7px;
margin-right: 5px;
padding-top: 12px;
padding-left: 14px;
padding-right: 13px;
padding-bottom: 12px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialForumPostAvatarBg.png');
}
.forumPostCountAll {
position: absolute;
width: 118px;
height: 30px;
left: 5px;
top: -29px;
font-size : 12px;
font-family : arial;
font-weight : bold;
text-align: center;
color: #ffd000;
line-height: 29px;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userSocialSinglePostCount.png');
}
.userSocialForumPostCount {
display: none; 
position: absolute; 
top: 0px; 
right: 1px;
padding-left: 4px; 
padding-right: 4px;  
font-size: 10px; 
line-height: 20px; 
/* background-color: #455270; */
}
.forumUserInfo {
 text-align: justify;
 margin: 0px;
 padding: 5px;
 font-size: 11px;
 color: #000000;
 text-align: justify;
 background-color: #fefefe;
}
.forumUserInfo a {
 font-size: 14px;
}
/* User Social END */

/* User Social Menu START */

.userSocialMenuButton-around {
position: absolute;
width: 129px;
margin-bottom: 1px;
border: #393f55 1px solid;
}
.userSocialMenuButton {
position: relative;
cursor: pointer;
width: 127px;
min-height: 14px;
font-size:  13px;
font-weight : normal;
font-family: arial;
line-height: 22px;
text-align: center;
white-space: nowrap;
overflow: hidden;
color: #c0c0c0;
border: #8592b5 1px solid;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendsBg.png');
}
.userSocialMenuButton a{
font-size: 13px;
font-weight : normal;
font-family: arial;
line-height: 22px;
text-align: center;
color: #c0c0c0;
}
.userSocialMenuButton a:hover{
font-size: 13px;
font-weight : normal;
font-family: arial;
line-height: 22px;
text-align: center;
color: #f0f000;
}
.userSocialMenuButton a:visited:hover{
font-size: 13px;
font-weight : normal;
font-family: arial;
line-height: 22px;
text-align: center;
color: #f0f000;
}
.userSocialMenuButton:hover{
font-size: 13px;
font-weight : normal;
font-family: arial;
line-height: 22px;
text-align: center;
color: #ffffff;
}

/* User Social Menu END */


/* Right Col START */

.rightColLinks-around {
margin-bottom: 1px;
border: #393f55 1px solid;
}
.rightColLinks {
position: relative;
width: 176px;
min-height: 14px;
font-size: 9px;
font-weight : bold;
font-family: arial;
line-height: 22px;
text-align: justify;
white-space: nowrap;
overflow: hidden;
color: #c0c0c0;
border: #8592b5 1px solid;
-moz-transform: color 1s;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendsBg.png');
}
.rightColLinks a{
font-size: 11px;
font-weight :bold;
font-family: arial;
line-height: 22px;
text-align: justify;
color: #c0c0c0;
}
.rightColLinks a:hover{
font-size: 11px;
font-weight :bold;
font-family: arial;
line-height: 22px;
text-align: justify;
color: #f0f0f0;
}
.rightColLinksEnd {
position: absolute;
right: 0px;;
top: 2px;
width: 54px;
min-height: 18px;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/rightColLinksEnd.png');
}
/* Right Col END */

/* User Friends START */
.userConfirmForm {
position: absolute;
z-index: 3;
float: none;
margin: 0px;
width: 271px;
background-color: transparent;
}
.userConfirmFormAttention {
position: absolute;
top: 5px;
right: 20px;
width: 50px;
height: 47px;
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userConfirmFormAttention.png');
}
.userConfirmYes {
position: absolute; 
cursor: pointer;
top: 0px;
right: 21px; 
width: 19px;
height: 19px; 
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userConfirmYes.png');
}
.userConfirmNo {
position: absolute; 
cursor: pointer;
top: 0px;
right: 0px; 
width: 19px;
height: 19px; 
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userConfirmNo.png');
}
.userInfoFriendHeart {
position: absolute; 
cursor: pointer;
top: 7px;
right: 82px; 
width: 39px;
height: 35px; 
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendHeart.png');
}
.userInfoFriendAdd {
position: absolute; 
cursor: pointer;
top: 5px;
right: 5px; 
width: 39px;
height: 35px; 
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendAdd.png');
}
.userFriendRemove {
display: none;
position: absolute; 
cursor: pointer;
top: -7px;
right: -7px; 
width: 39px;
height: 35px; 
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendRemove.png');
}
.userInfoFriendWait {
position: absolute; 
top: 5px;
right: 5px; 
width: 39px;
height: 35px; 
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendWait.png');
}
.userForumPostFriendHeart {
position: absolute; 
cursor: pointer;
top: -3px;
right: -2px; 
width: 39px;
height: 35px; 
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendHeart.png');
}
.userForumPostFriendAdd {
position: absolute; 
cursor: pointer;
top: -3px;
right: 0px; 
width: 39px;
height: 35px; 
background: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendAdd.png');
}
.userFriendsCol-around {
margin-bottom: 1px;
border: #393f55 1px solid;
}
.userFriendsCol {
position: relative;
cursor: pointer;
width: 176px;
min-height: 23px;
font-family: arial;
font-size: 9px;
font-weight : bold;
line-height: 32px;
text-align: left;
color: #c0c0c0;
overflow: hidden;
border: #8592b5 1px solid;
background-color: transparent;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendsBg.png');
overflow: hidden;
}
.userFriendsCol:hover{
font-family: arial;
font-size: 10px;
font-weight : bold;
font-family: arial;
line-height: 32px;
text-align: left;
color: #f0f0f0;
}
.userFriendsCol a{
font-family: arial;
font-size: 10px;
font-weight : bold;
font-family: arial;
line-height: 32px;
text-align: left;
color: #c0c0c0;
}
.userFriendsCol a:hover{
font-family: arial;
font-size: 10px;
font-weight : bold;
font-family: arial;
line-height: 32px;
text-align: left;
color: #f0f0f0;
}
.userFriendsIcon {
position: relative;
float: left;
margin-top: 2px;
min-width: 30px;
max-width: 30px;
min-height: 30px;
margin-left: 3px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendsIcon.png');
}
.userFriendsAddIcon {
position: relative;
float: left;
margin-top: 2px;
min-width: 30px;
width: 30px;
min-height: 30px;
margin-left: 3px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendsAddIcon.png');
}
.userFriendsMessageIcon {
position: relative;
float: left;
margin-top: 2px;
min-width: 30px;
min-height: 30px;
margin-left: 3px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendsMessageIcon.png');
}
.userFriendsUnderLine {
position: absolute;
top: 23px;
left: 27px;
width: 140px;
height: 9px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userFriendsUnderLine.png');
}
.right-col-serverIcon {
position: relative;
float: left;
margin-top: 2px;
min-width: 30px;
min-height: 30px;
margin-left: 3px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/right-col-serverIcon.png');
}
.userNewIcon {
position: relative;
float: left;
margin-top: 2px;
min-width: 30px;
max-width: 30px;
min-height: 30px;
margin-left: 3px;
background-image: url('https://www.mczone.ru/Skin/Default/Images/userNewIcon.png');
}

/* User Friends  END  */

/* Private Messages START */
.privateMsgEdit {
width:  490px;
height: 280px;
margin-top:    10px;
margin-bottom: 10px;
color: #000000;
font: 13px verdana, arial, helvetica, sans-serif;
scrollbar-3dlight-color: #e0e0e0;
scrollbar-arrow-color: #e0e0e0;
scrollbar-darkshadow-color: #e0e0e0;
scrollbar-face-color: #e0e0e0;
scrollbar-highlight-color: #e0e0e0;
scrollbar-shadow-color: #e0e0e0;
scrollbar-track-color: #e0e0e0;
background: #efefef;
border: 1px solid #d0d0d0;
}
/* Private Messages END */

/* Relations START */
.forumTopNavigation {
margin:auto;
margin-top: 5px;
margin-bottom: 5px; 
width: 755px;
min-height: 70px;
min-height: 60px;
background-color: #000055;
border: 5px #cccccc solid; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/forumTopNavigation-bg.png');
}
.forumBottomNavigation {
margin: 5px; 
width: 755px;
min-height: 40px;
background-color: #000055; 
border: 5px #cccccc solid;
background-image: url('https://www.mczone.ru/Skin/Default/Images/forumTopNavigation-bg.png');
}
.forumArticleLink {
position: relative;
right: 5px;
font-family: arial, verdana, sans-serif;
font-weight: bold;
font-size: 16px;
margin: 10px;
margin-right: 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
color: #00d0d0;
}
.forumArticleLink a {
font-family: arial, verdana, sans-serif;
font-size: 17px;
color: #fbfb9b;
}
.forumArticleLink a:link {
color: #fbdb2b;
}
.forumArticleLink a:hover {
color: #2bdbfb;
}
.forumArticleLink a:visited {
color: #fbab2b;
}
.forumArticleLink a:visited:hover {
color: #2bdbfb;
}
.navig-left-arrow-around {
 cursor: pointer;
 position: absolute; 
 top: -2px; 
 left: 90px;  
 width: 18px; 
 height: 25px; 
 white-space: nowrap; 
 overflow: hidden; 
//border: 1px #5577aa solid;
 background-image: url('https://www.mczone.ru/Skin/Default/Images/navig-left-arrow.png'); 
}
.navig-left-arrow {
 cursor: pointer;
 width: 18px; 
 height: 25px; 
 white-space: nowrap; 
 overflow: hidden; 
}
.navig-left-arrow:hover {
 background-image: url('https://www.mczone.ru/Skin/Default/Images/navig-left-arrowHover.png');
}
.navig-right-arrow-around {
 cursor: pointer;
 position: absolute; 
 top: -2px; 
 right: 0px;  
 width: 18px; 
 height: 25px; 
 white-space: nowrap; 
 overflow: hidden; 
//border: 1px #5577aa solid;
 background-image: url('https://www.mczone.ru/Skin/Default/Images/navig-right-arrow.png'); 
}
.navig-right-arrow {
 cursor: pointer;
 width: 18px; 
 height: 25px; 
 white-space: nowrap; 
 overflow: hidden; 
}
.navig-right-arrow:hover {
 background-image: url('https://www.mczone.ru/Skin/Default/Images/navig-right-arrowHover.png');
}

.navig-left-arrowSlow-around {
 cursor: pointer;
 position: absolute; 
 top: -2px; 
 left: 90px;  
 width: 18px; 
 height: 25px; 
 white-space: nowrap; 
 overflow: hidden; 
//border: 1px #5577aa solid;
 background-image: url('https://www.mczone.ru/Skin/Default/Images/navig-left-arrowSlow.png'); 
}
.navig-left-arrowSlow {
 cursor: pointer;
 width: 18px; 
 height: 25px; 
 white-space: nowrap; 
 overflow: hidden; 
}
.navig-left-arrowSlow:hover {
 background-image: url('https://www.mczone.ru/Skin/Default/Images/navig-left-arrowSlow-hover.png');
}
.navig-right-arrowSlow-around {
 cursor: pointer;
 position: absolute; 
 top: -2px; 
 right: 0px;  
 width: 18px; 
 height: 25px; 
 white-space: nowrap; 
 overflow: hidden; 
//border: 1px #5577aa solid;
 background-image: url('https://www.mczone.ru/Skin/Default/Images/navig-right-arrowSlow.png'); 
}
.navig-right-arrowSlow {
 cursor: pointer;
 width: 18px; 
 height: 25px; 
 white-space: nowrap; 
 overflow: hidden; 
}
.navig-right-arrowSlow:hover {
 background-image: url('https://www.mczone.ru/Skin/Default/Images/navig-right-arrowSlow-hover.png');
}
.navig-first-arrow {
z-index:1; 
display: none;
cursor:pointer;
position:absolute; 
top: 23px;
left: 90px;  
width: 34px; 
height: 25px; 
color: #f0f0f0;
font-size: 11px;
line-height: 23px;
text-align: center;
border: 1px #cccccc solid; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-gamename-bg.gif');
}
.navig-last-arrow {
z-index:1; 
display: none;
cursor:pointer;
position:absolute; 
top: 23px;
right:0px;  
width: 34px; 
height: 25px; 
color: #f0f0f0;
font-size: 11px;
line-height: 23px;
text-align: center;
border: 1px #cccccc solid; 
background-image: url('https://www.mczone.ru/Skin/Default/Images/files-gamename-bg.gif');
}

.all {
 font-family: verdana; sans-serif;
 font-weight : normal;
 font-size: 12px;
 text-decoration : none;
 background-color : transparent;
 color : #222222;
}
.all a {
 font-family: verdana; sans-serif;
 font-weight: bold;
 font-size: 13px;
 color : #1b1b7b;
}
.all a:link {
 font-family: verdana, sans-serif;
 color : #1b1b7b;
}
.all a:hover {
 font-family: verdana, sans-serif;
 color : #9b1b1b;
}
.all a:visited {
 font-family: verdana, sans-serif;
 color : #1b1b7b;
}
.all a:visited:hover {
 font-family: verdana, sans-serif;
 color : #9b1b1b;
}
.avatar {
 width: 88px;
 height: 76px;
 border: #555555 1px solid;
}
.avatarprofile {
 float: right;
 width: 88px;
 height: 76px;
 border: #cccccc 1px solid;
}
.blkstrong {
 font-family : verdana, arial, sans-serif;
 padding: 2px;
 margin: auto;
 line-height: 1.0;
 font-size: 11px;
 font-weight: bold;
 color: #0000aa;
 text-decoration : none;
}
.brd {
 width: 100%;
 margin: auto;
 font: 11px arial,helvetica,sans-serif;
 border-collapse: collapse;
 background-color: transparent;
}
.brdsm {
 width:100%;
 border: #777777 1px solid;
}
.base {
 border: none;
 background-color: #f0f0f0;
}
.pad {
 padding: 10px;
}
.clear {
 width: 100%;
 margin: 0; 
 padding: 0;
 border: none;
 text-align: left;
 color: #333333;
 font-size: 10px;
 font-weight: bold;
 background-color: transparent;
}
.forumNoun {
 padding: 5px;
 text-align: left;
 font-size: 11px;
 border: #ffffff 2px solid;
 background-color: #e4e4f9;
}
.imgball {
 margin: 0;
 float: none;
 border-style: none;
}
.tdColor { 
 background-color: #959fd0;
 border-right: #0e0e0e 1px solid;
}
.tdTop {
 position: absolute;
 top: 0px;
 font-size: 17px;
 font-weight: bold;
 font-family: arial,helvetica,sans-serif;
 line-height: 25px;
 text-align: center;
 color: #dfb74e;
 background-color: #6070b0;
 border: #2e2e2e 1px solid;
 border-bottom: none;
 background-image: url('https://www.mczone.ru/Skin/Default/Images/files-gamename-bg.gif');
}
.tdNoun {
 position: relative;
 font-size: 13px;
 font-weight: bold;
 font-family: verdana, arial, sans-serif;
 line-height: 20px;
 text-align: left;
 color: #1b3b7b;
 background-color: #b3bde3;
 border: #0e0e0e 1px solid;
}
.textNews {
 text-align: justify;
 margin: 0px;
 padding: 5px;
 font-size: 11px;
 color: #000000;
 text-align: justify;
 background-color: #d5d9e9;
}
.textnews a {
 font-size: 14px;
}
.txtleft{
 text-align: left;
}
.txtright {
 text-align: right;
}
.relations-search {
 text-align: right;
 margin-right: 10px;
}
.searchinput {
 padding-bottom: 2px;
 width: 105px;
 height: 15px;
 text-align: left;
 font: 12px arial,helvetica,sans-serif;
 color: #000000;
 background: #F5F5FF;
 border: 1px solid #9e9c9d;
}
.submit input {
 height: 17px;
 font: 11px arial,helvetica,sans-serif;
 margin-left: 10px;
 padding: 0;
 color: #000000;
 background: #D5D5FF;
 border: 1px outset #b9c9d7
}
.post {
 cursor: pointer;
 background-color: #f0f0ff;
 border: 1px #777777;
 border-style: solid;
 color: #000000;
 font: 11px verdana, arial, helvetica, sans-serif;
 padding-top: 1px;
 padding-bottom: 2px;
 padding-left: 2px;
}
.blue {
 display: inline;
 font-family: verdana, arial, sans-serif;
 padding: 3px;
 margin: auto;
 line-height: 1.0;
 font-size: 11px;
 font-weight: bold;
 color: #6060CC;
 background-color: transparent;
 text-decoration: none;
}
.button {
 width: 64px;
 height: 20px;
 border: none;
 vertical-align: middle;
}
.dateTime {
 font-family: verdana, arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #292929;
 line-height: 135%;
}
.relUserInfoText {
 font-family: verdana, arial, sans-serif;
 font-size: 10px;
 color: #393939;
 line-height: 135%;
}
.threadText {
 font-family: arial, sans-serif;
 font-size: 11px;
 color: #000073;
 line-height: 17px;;
}
.threadText a{
 font-family: arial, sans-serif;
 font-size: 11px;
 color: #000073;
}
.threadText a:link{
 color: #000073;
 text-decoration: none;
}
.threadText a:hover {
 color: #730000;
}
.threadText a:visited:hover {
 color: #730000;
}
.threadText a:visited {
 color: #000073;
}
.msgText {
 font-family: verdana, arial, sans-serif;
 font-size: 10px;
 color: #232323;
 line-height: 15px;
}
.msgText a {
 font-family: verdana, arial, sans-serif;
 font-size: 10px;
 color: #232323;
}
.msgText a:link {
 color: #232323;
 text-decoration: none;
}
.msgText a:hover {
 color: #034343;
}
.msgText a:visited {
 color: #232343;
}
.msgText a:visited:hover {
 color: #034343;
}
.nickText {
 font-family: verdana, arial, sans-serif;
 font-size: 14px;
 color: #531353;
 line-height: 135%;
}
.nickText a{
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 color: #430343;
}
.nickText a:link{
 color : #430343;
 text-decoration : none;
}
.nickText a:hover {
 color: #003979;
}
.nickText a:visited {
 color: #003979;
}
.nickText a:visited:hover {
 color: #003979;
}
.singleTopicTop {
 width: 590px;
 height: 10px;
 margin-left: auto;
 margin-right: auto;
 overflow: hidden;
 background-image: url('https://www.mczone.ru/Skin/Default/Images/singleTopicTop-bg.gif');
 background-color: #d5d9e9;
}
.singleTopicMiddle {
 position: relative;
 width: 590px;
 min-height: 100px;
 margin-left: auto;
 margin-right: auto;
 text-align: justify;
 font-size: 14px;
 font-weight: normal;
 font-family: arial, verdana, sans-serif;
 background-image: url('https://www.mczone.ru/Skin/Default/Images/singleTopicMiddle-bg.gif');
 background-color: #d5d9e9;
}
.singleTopicBottom {
 width: 590px;
 height: 14px;
 margin-bottom: 10px;
 margin-left: auto;
 margin-right: auto;
 overflow: hidden;
 background-image: url('https://www.mczone.ru/Skin/Default/Images/singleTopicBottom-bg.gif');
 background-color: #d5d9e9;
}

/* Relations   END */

/* Messages START */
.error {
 padding-top: 20px;
 padding-bottom: 20px;
 width: 600px; 
 text-align: center;
 line-height: 20px;
 color: #aa1111;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, verdana, sans-serif;
 background-color: #eeeeee; 
 border: 4px #ffcccc solid;
}
.error-around {
 width: 600px; 
 margin: auto;
 margin-top: 20px;
 margin-bottom: 20px;
 border: 1px #555555 solid;
}
/* Messages END */

/* TF2 Monitor START */
.tableHeader {
cursor: pointer;
font-size: 13px;
font-weight: bold;
text-align: center;
color: #444444;
background-color: #ffffff;
background-image: url('https://www.mczone.ru/tf2stat/images/tableHeaderBg.png');
}
.tableData {
cursor: pointer;
text-align: center;
background-color: #ffffff;
}
.tableData:hover {
background-color: #ffffaa !important;
}
.tableDataTd {
border: 1px #aaaaaa solid;
}
.tableDataTd:hover {
background-color: #ffffaa !important;
}
/* TF2 Monitor END */

/* Rise of Immortal START*/
.tableRoI {
margin: auto;
margin-bottom: 20px;
border: 1px #7799aa solid;
border-collapse: collapse;
width: 90%; 
}
.tableRoIhead {
background-color: #eeddee;
}
.tableRoI th {
text-align: center;
background-color: #eeddee;
border: 1px #7799aa solid;
}
.tableRoI td{
text-align: center;
border: 1px #7799aa solid;
}
.tableRoI tr:hover {
background-color: #ccbbaa;
}
.tableRoI td:hover {
background-color: #eedd77;
}
.tdMarked {
background-color: #eedd77;
}
/* Rise of Immortal END*/
