/* General Style */
html {height: 100%;}
body {margin: 0px;background-color: #fff;font: 11pt/1.3em 'Arial';color: #414141;}
td, input, select, textarea {font: 90% 'Arial';}
body a {color: #00448a;text-decoration: underline;}
body a:hover {text-decoration: none; color: #000;}
* {}
img {border: 0px;}
p {text-indent: 20px; font-size: 100%;}
h1 {font-size: 170%;color:#00448a;}
h2 {font-size: 150%;}
ul {margin: 0px; padding:0px 0px 0px 15px;}
li {margin: 0px; padding:0px;}
a.noun img {margin: 2px;}
.clearfix:before, .clearfix:after {content: ""; display: table;}
.clearfix:after {clear: both;}
.clearfix:before, .clearfix:after {content: ""; display: table;}
:focus {outline: none;}
textarea {resize: none;}
hr {height: 1px; background: #bfbfbf; border: 0px; overflow: hidden;}
iframe, object, embed {max-width: 100%;}
/* ------------- */

/*WRAP*/
body {
 background: #D7D7D7;
 padding: 0;
 }
 body.base {
 background: url('/.s/t/1257/2.jpg') top center no-repeat #000;
 height: 100%;
 }
body > .container {
 max-width: 960px;
 min-height: 100%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 position: relative;
 margin: 0 auto;
 text-align: left;
 padding: 0 0 60px;
 width: inherit;
 }
 #puzadpn {
 margin-top: -24px;
 }
/*----*/

/*HEADER*/
header {
 padding: 15px 20px;
 margin-bottom: 7px;
 background: #fff;
 overflow: auto;
 position: relative;
 }
.logo {
 width: 35%;
 float: left;
 background: url('/.s/t/1257/3.png') left center no-repeat;
 padding: 0 0 0 60px;
 min-height: 50px;
 }
.logo h1 {
 font-size: 180%;
 padding: 0;
 margin: 10px 0 5px 0;
 color: #095aa2;
 font-weight: normal;
 line-height: 1em;
 }
.logo h1 a {
 color: #095aa2;
 text-decoration: none;
 }
 .logo h1 a:hover {text-shadow: 0 0 2px #095aa2;}

.logo h2 {
 padding: 0;
 margin: 3px 0;
 color: #900b08;
 font-size: 90%;
 }

ul.soc-icons {
 list-style-type: none;
 position: absolute;
 right: 20px;
 top: 50%;
 margin-top: -15px;
 padding: 0;
 }
ul.soc-icons li {display: inline-block;}
 
ul.soc-icons li a {
 margin: 0 0 0 10px;
 text-align: left;
 display: block;
 width: 30px;
 height: 30px;
 text-indent: -9999px;
 overflow: hidden;
 background-image: url('/.s/t/1257/4.png');
 background-color: #999999;
 }
 ul.soc-icons li a:hover {background-color: #00448a;}

 .i-fb {background-position: 0 0;}
 .i-tw {background-position: -30px 0;}
 .i-vk {background-position: -60px 0;}
 .i-od {background-position: -90px 0;}
 .i-yt {background-position: -120px 0;}
 .i-in {background-position: -150px 0;}
 .i-out {background-position: -180px 0;}
 .i-reg {background-position: -210px 0;}
 .i-profile {background-position: -240px 0;}

 #uncheader object, #uncheader embed {max-width: inherit;}
 
/*------*/
/* Menus */
nav {
 padding: 0;
 text-align: center;
 background: #138bd0;
 background-image: -webkit-linear-gradient(top, #138bd0, #094c96); 
 background-image: -moz-linear-gradient(top, #138bd0, #094c96); 
 background-image: -o-linear-gradient(top, #138bd0, #094c96); 
 background-image: linear-gradient(top, #138bd0, #094c96); 
 border-bottom: 1px solid #3281d3;
 box-shadow: 0 1px 0 #1a1c1d;
 }


nav ul.uMenuRoot {
 list-style: none outside none;
 margin: 0 auto;
 padding: 0;
 }
nav ul ul {
 background: none repeat scroll 0 0 #f5f5f5;
 left: -1px;
 opacity: 0;
 position: absolute;
 top: 100%;
 transition: all 0.2s ease-out 0.15s;
 visibility: hidden;
 white-space: nowrap;
 z-index: 1;
 text-align: left;
 }
 nav > ul > ul {border-left: 1px solid #00448a;}
nav ul ul ul {
 left: 100%;
 padding-left: 1px;
 top: 0;
}
nav ul.uMenuRoot > li {
 list-style: none; 
 display: inline-block; 
 margin: 0; 
 padding: 0;
 position: relative;
 border-left: 1px solid #031e3a;
 }
 nav ul.uMenuRoot > li:first-child {border: none;}
 nav ul.uMenuRoot > li:last-child {border-right: 1px solid #031e3a;}
 
nav ul.uMenuRoot > li.has-submenu:hover {border-left: 1px solid #00448a;}
nav ul.uMenuRoot > li > ul {border-left: 1px solid #00448a;}
nav li {
 float: left;
 list-style: none outside none !important;
 position: relative;
}
nav li.has-submenu > a:after {
 content: "+";
 display: block;
 position: absolute;
 right: 5px;
 top: 0;
 
}

nav li a:hover + ul {
 opacity: 1;
 visibility: visible;
}

nav li:hover > ul {
 opacity: 1;
 visibility: visible;
}
nav li li {float: none;}

nav li li a {padding: 0 20px; display: block; line-height: 40px; text-decoration: none; color: #555;}
nav li li:hover {background: #f5f5f5;}
nav li li:hover > a, nav li li:hover a:hover {background: #e3e3e3; color: #000; text-decoration: none;}
/* ----- */

/* Site Menus */

ul.uMenuRoot > li > a {
 font-size: 100%;
 text-decoration: none;
 display: block;
 color: #fff;
 padding: 0 20px;
 margin: 0 0 0 0;
 line-height: 50px;
 }
 
nav li:hover > a, ul.uMenuRoot > li > a:hover, ul.uMenuRoot > li > .uMenuItemA {
 background-image: -webkit-linear-gradient(bottom, #138bd0, #094c96); /* For Chrome and Safari */
 background-image: -moz-linear-gradient(bottom, #138bd0, #094c96); /* For old Fx (3.6 to 15) */
 background-image: -ms-linear-gradient(bottom, #138bd0, #094c96); /* For pre-releases of IE 10*/
 background-image: -o-linear-gradient(bottom, #138bd0, #094c96); /* For old Opera (11.1 to 12.0) */ 
 background-image: linear-gradient(bottom, #138bd0, #094c96); /* Standard syntax; must be last */ 
 }
 
.show-menu {
 position: absolute;
 top: 30px;
 right: 30px;
 width: 50px;
 height: 20px;
 cursor: pointer;
 background: #00448a;
 display: none;
 color: #fff;
 text-align: center;
 font-size: 80%;
 padding: 5px 10px;
 font-weight: bold;
 }
 .show-menu:hover {background: #e5e5e5;color: #000;}
/* --------- */

/* uCoz HEADER */
#uncheader {
 padding: 0px;
 background-repeat: no-repeat;
 background-position: 50% 0px;
 margin: 0px auto 7px auto; 
 width: 100%;
 position: relative;
}
 
.uCozIntroText {
 width: 55%;
 margin:0;
 position: absolute;
 right: 0;
 bottom: 20px;
 padding: 25px;
 background: rgba(0,0,0,0.66);
 color: #fff;
 font-weight: normal;
 }
 
 .uCozIntroText h1 {font-size: 190%; font-weight: normal;line-height: 1em;margin: 0 0 10px 0;color: #fff;}
 .uCozIntroText p {font-size: 90%;margin: 0;text-indent: 0;}
 
/*CONTAINERS*/
.content-wrap>section {
 float: left;
 width: 697px;
 background: #fff;
 margin-bottom: 7px;
 }
 .content-wrap.wide-page>section {
 float: none;
 width: auto;
 }
 .content-wrap>section ul {margin: 0 0 0 40px;}
.content-wrap>aside {
 width: 256px;
 float: right;
 margin-bottom: 7px;
 }
.content {padding: 20px;}

.content-wrap>section ul {margin: 0 40px 0 40px;}
 .u-addform ul {margin: 0!important;}
/*----------*/

footer {
 padding: 5px 20px;
 background: #1d2324;
 color: #fff;
 font-size: 90%;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 }
 
.copyright {
 float: left;
 text-align: left;
 }
.powered-by {
 float: right;
 text-align: right;
 } 
footer a {color: #76c1ff;}
footer a:hover {color: #fff;}

.ulogin-btn span.ulb-mid {white-space: nowrap;}

/* Module Part Menu */
.catsTable {border-spacing: 0 !important}
.catsTd {padding: 10px; background: #fff; border-bottom: 2px solid rgba(0,0,0,0.8); font-size: 80%;}
 
.catName {}
.catNameActive {}
.catNumData {}
.catDescr {}
a.catName:link {color: #000;}
a.catName:visited { color: #000;}
a.catName:hover {color: #00448a;}
a.catName:active { color: #000;}
a.catNameActive:link {color: #000;}
a.catNameActive:visited {color: #000;}
a.catNameActive:hover {color: #00448a;}
a.catNameActive:active {color: #000;}
/* ----------------- */

/*Container blocks styles*/

.block {margin-bottom: 7px;}
.blocktitle {font: 110% 'Arial'; color: #fff; background: #138bd0;
 background-image: -webkit-linear-gradient(top, #138bd0, #094c96);
 background-image: -moz-linear-gradient(top, #138bd0, #094c96);
 background-image: -o-linear-gradient(top, #138bd0, #094c96);
 background-image: linear-gradient(top, #138bd0, #094c96);
 border-bottom: 1px solid #3281d3;
 box-shadow: 0 1px 0 #1a1c1d;
padding: 10px; margin: 0;}
.blockcontent {padding: 0;margin: 0;text-align: left; background: #fff;}
.blockcontent ul, .blockcontent p, .blockcontent>div {margin: 0;padding: 10px;}
.blockcontent .archUl {}
.blockcontent li {padding: 5px 10px; list-style: inside;}
.blockcontent li a {}
.blockcontent li a:hover {}
.blockcontent a {}
.blockcontent a:hover {}

.vep-video-block img {max-width: 100%;}
/*-----------------------*/

/* Entries Style */
.eBlock {
 padding: 0;
 background: #fff;
 table-layout: fixed;
 }

.eTitle {font: normal 13pt/30px 'Arial';color: #fff;padding: 10px 10px 10px 10px; background: top left no-repeat #00448D; min-height: 30px; margin-top: -5px; margin-bottom: -10px;}
.eTitle a {color: #fff;text-decoration: none;}
.eTitle a:hover {color: #c5e5ff;}
.eMessage {padding: 15px !important;}
.eMessage p, .eText p {margin: 5px 0;font-size: 11pt; text-align: justify !important; line-height: 1.5em;text-indent: 20px; overflow: hidden;}
.eMessage,.eText,.cMessage {word-wrap: break-word;}

.eMessage li, .eText li {margin-left: 15px;}
.eMessage img, .eText img {max-width: 100%;}
.eText {}
.eDetails, .eDetails1, .eDetails2 {margin: 8px 0px;padding: 10px;font-size: 8pt; color: #76c1ff;background: rgba(0,0,0,0.8);}
.eDetails a, .eDetails1 a, .eDetails2 a {color: #76c1ff;}
.eDetails a:hover, .eDetails1 a:hover, .eDetails2 a:hover {color: #fff;}
.eDetails ul {margin-left: 0 !important;}

.eDetails .ed-sep, .eDetails1 .ed-sep, .eDetails2 .ed-sep {display: none; margin: 0;}

.e-reads, .e-author, .e-date, .e-comments, .e-add, .e-rating, .e-loads, .e-category {
 display: inline-block;
 margin-right: 15px;
 padding-left: 22px;
 vertical-align: middle;
 }
 
.e-reads .ed-title, 
.e-author .ed-title, 
.e-date .ed-title, 
.e-comments .ed-title, 
.e-add .ed-title, 
.e-rating .ed-title, 
.e-loads .ed-title, 
.e-category .ed-title {display: none;}

.e-reads {background: url("/.s/t/1257/7.png") no-repeat scroll left center rgba(0, 0, 0, 0);}
.e-author, .e-add {background: url("/.s/t/1257/8.png") no-repeat scroll left center rgba(0, 0, 0, 0);}
.e-date {background: url("/.s/t/1257/9.png") no-repeat scroll left center rgba(0, 0, 0, 0);}
.e-comments {background: url("/.s/t/1257/10.png") no-repeat scroll left center rgba(0, 0, 0, 0);}
.e-rating {background: url("/.s/t/1257/11.png") no-repeat scroll left center rgba(0, 0, 0, 0);}
.e-loads {background: url("/.s/t/1257/12.png") no-repeat scroll left center rgba(0, 0, 0, 0);padding-left: 15px;}
.e-category {background: url("/.s/t/1257/13.png") no-repeat scroll left center rgba(0, 0, 0, 0);}


/* ------------- */

/* Entry Manage Table */
.manTable {}
.manTdError {}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}

div[id^="imblock"] > span:first-child {width: 17px;display: inline-block;}
/* ------------------ */

/* Comments Style */
.cAnswer, .cMessage {font-family: 'Tahoma';font-size: 90%;}
.cBlock1, .cBlock2 {border-top: 1px dashed #ccc; padding: 5px 0px;}
.cBlock1 {}
.cBlock2 {}
.uc-content {text-align: left;}
/* -------------- */

/* Comments Form Style */
.commTable {}
.commTd1 {}
.commTd2 {}
.commFl {}
.smiles {}
.commReg {}
.commError {}
.securityCode {}
/* ------------------- */

/* Archive Menu */
.archUl {}
.archLi {}
a.archLink:link {}
a.archLink:visited {}
a.archLink:hover {}
a.archLink:active {}
/* ------------ */

/* Archive Style */
.archiveCalendars {}
.archiveDateTitle {}
.archEntryHr {}
.archiveeTitle li {}
.archiveEntryTime {}
.archiveEntryComms {}
a.archiveDateTitleLink:link {}
a.archiveDateTitleLink:visited {}
a.archiveDateTitleLink:hover {}
a.archiveDateTitleLink:active {}
.archiveNoEntry {}
/* ------------- */

/* Calendar Style */
.calTable {width: auto; margin: 0 auto;}
.calTable td {padding: 4px 2px;}
.calMonth {}
.calWday ,.calWdaySe, .calWdaySu {text-transform: uppercase; color: #00448a;}
.calWday {}
.calWdaySe {font-weight: bold;}
.calWdaySu {font-weight: bold;}
.calMday {}
.calMdayA {background: #00448a; color: #fff;}
.calMdayA a {color: #fff;}
.calMdayIs {}
.calMdayIsA {background: #00448a; color: #fff;}
.calMdayIsA a {color: #fff !important;}
a.calMonthLink:link,a.calMdayLink:link {font-weight: bold;}
a.calMonthLink:hover,a.calMdayLink:hover {}
/* -------------- */

/* Poll styles */
.pollBut {}

.pollBody {}
.textResults {}
.textResultsTd {}

.pollNow {}
.pollNowTd {}

.totalVotesTable {}
.totalVotesTd {}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

/* Other Styles */
.replaceTable {}
.legendTd {}
.codeMessage, .quoteMessage {padding: 5px;}
.bbcodeBlock, .bbquoteBlock {margin: 5px;}
.gTableError, .commError {color: #f00;}
[id^=cid] > i {display:none !important;}
ul.cat-tree {padding: 10px !important;margin-left: 10px !important;}
ul.cat-tree ul.cat-tree {padding-bottom: 0 !important; padding-right: 0 !important;}
ul.cat-tree {list-style: disc inside !important;}

#tb_gtype_1 .manTd1 {white-space: nowrap;}
.shop-tabs .postRest1 {border-top: #A7A6A6 1px solid !important; border-right: #A7A6A6 1px solid !important;}
span[id^="iCode"] {white-space: nowrap;}
#shop-basket li {padding: 0 0 0 45px !important;list-style: none;}
/* ------------ */

/*Pages switches*/
.catPages1, .catPages2 {margin: 5px 0px;}
.swchItemA span, .swchItem span, .swchItemA1 span, .swchItem1 span {padding: 3px;}
/*--------------*/


/* ===== forum Start ===== */
/* General forum Table View */
.forumContent {}
.forumContent {padding: 20px;background: #fff;}
.forumContent a {text-decoration: none;}
.forumContent a:hover {text-decoration: underline;}
.forumcontent td {color: #555555;font-size: 80% !important;}
a.fNavLink {color: #999;padding: 3px 6px;}
a.fNavLink:hover {color: #fff; background: #00448a;}
.gTable {background: #333;}
.gTable td {background: #fff;padding: 5px 7px;}
td.gTableTop {color: #fff;padding: 10px;background: #138bd0;
 background-image: -webkit-linear-gradient(top, #138bd0, #094c96);
 background-image: -moz-linear-gradient(top, #138bd0, #094c96);
 background-image: -ms-linear-gradient(top, #138bd0, #094c96);
 background-image: -o-linear-gradient(top, #138bd0, #094c96);
 background-image: linear-gradient(top, #138bd0, #094c96);
 }
td.gTableTop a {color: #fff;}
td.gTableSubTop, td .postTdTop {background: #3f4747;font-size: 90% !important;color: #fff;padding: 3px 10px;}
td.gTableSubTop a, td .postTdTop a {color: #ffffff;}
.gTableBody {}
.gTableBody1 {}
.gTableBottom {}
.gTableLeft {}
td.gTableRight {background: #f5f5f5;}
.gTableError {}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {}
td.forumIcoTd,td.forumThreadTd,td.forumPostTd {background: #f5f5f5;}
.forumLastPostTd,.forumArchive {}

a.catLink:link {}
a.catLink:visited {}
a.catLink:hover {}
a.catLink:active {}

.lastPostGuest,.lastPostUser,.threadAuthor {}
.archivedForum{}
/* ------------- */

/* forum Titles & other */
.forum {}
.forumDescr,.forumModer {font: 80% 'Arial'; color: #a1a1a1;}
.forumViewed {}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {color: #00448a;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {color: #00448a;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {color: #00448a;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {color: #00448a;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {}
.forumBarKw {}
a.forumBarA:link {}
a.forumBarA:visited {}
a.forumBarA:hover {}
a.forumBarA:active {}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {}
#thread_search_field{width: 150px!important;margin-top: 6px;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {}
.fastNavCat {}
.fastNavCatA {}
.fastNavForumA {}
/* -------------------------- */

/* forum Page switches */
.switches {}
.pagesInfo {}
.switch {}
.switchActive {}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {}
td.threadIcoTd,td.threadPostTd,td.threadViewTd {background: #f5f5f5;}
.threadLastPostTd {}
.threadDescr {font: 10px 'Arial'; color: #a1a1a1;}
.threadNoticeLink {}
.threadsType {}
.threadsDetails {}
.forumOnlineBar {}

a.threadPinnedLink:link {}
a.threadPinnedLink:visited {}
a.threadPinnedLink:hover {}
a.threadPinnedLink:active {}

a.threadLink:link {font: 12px 'Arial';color: 00448a;}
a.threadLink:visited {font: 12px 'Arial';color: 00448a;}
a.threadLink:hover {font: 12px 'Arial';color: 00448a;}
a.threadLink:active {font: 12px 'Arial';color: 00448a;}

.postpSwithces {}
.thDescr {}
.threadFrmBlock {}
/* ------------------- */

/*--------------------- Forum start ---------------------*/

.forumContent {
}

.forumContent a {}

.forumContent table {}

.gTable, .postTable {
 background: #c3c2c3;
}

.gTable td {
 background: #ffffff;
 border: 1px solid #efefef;
}

.postTable td {
 border-collapse: collapse;
 border: 1px solid #efefef;
}

.gTable td.gTableTop {
 font: 14px/28px 'Tahoma';
 background: url(/tempforum/21.gif);
 color: #feffff;
 font-weight: bold;
 text-transform: uppercase;
 padding: 0px 10px;
}

.gTableTop a {
 color: #feffff;
}

.gTableTop a:hover {}

.gTable td.gTableSubTop {
 background: #1f75a4;
 color: #ffffff;
}

.gTableSubTop a {
 color: #ffffff;
}

.gTableTop, .gTableSubTop, .forumNameTd, .forumThreadTd, .forumPosrTd, .forumLastPostTd, .threadNametd, .threadPostTd, .threadAuthTd, .threadViewTd, .threadLastPostTd {
 padding: 3px 10px;
background: #1f75a4;
}

#frM6 td, #frM14 td, #frM50 td, #frM56 td, #frM59 td {
 padding: 3px 10px;
}

#frM25 td, #frM28 td {
 padding: 0px 10px;
}

.postBottom table td {
 border: 0px;
}

.postTable td {
 padding: 3px 10px;
}

.postSeparator {
 display: none;
}

.posttdMessage {
 text-align: justify;
}

.threadPostTd, .threadViewTd, .threadAuthTd, .forumThreadTd, .forumPostTd {
 text-align: center !important;
}

a.TopSortLink {}

a.TopSortLink:hover {}

a.postUser {
 font-weight: bold;
}

a.forum, a.threadLink {
 font: 14px 'Arial'; font-weight: bold;
}

.quoteMessage {}

.forumDescr, .threadDescr {
 font: 10px 'Arial';
}

td.postTdTop {
 background: #1f75a4;
 color: #ffffff;
}

td.postTdTop a {
 color: #ffffff;
}

td.forumIcoTd, td.forumThreadTd, td.forumPostTd, td.gTableRight, td.threadIcoTd, td.threadPostTd, td.threadViewTd {
 background: #f5f5f5;
}

td.pollQuestion, .pollResults td, td.pollResults, td.pollTotal, td.pollAnswer, td.pollButtons, .smiles td{
 border: 0px;
}

td.pagesInfo, td.switch, td.switchActive {
 background: #ffffff;
 border: 1px solid #dcdbe0;
 padding-left: 5px;
 padding-right: 5px;
}

td.switch, td.switchActive {
 background: #4193d3;
 color: #ffffff;
}

td.switch a {
 color: #ffffff;
}

.switchActive {
 font-weight: bold;
}

a.atLink {
 font: 14px 'Arial'; font-weight: bold;}
/*--------------------- Forum end ---------------------*/

/*--------------------- INPUTS start ---------------------*/
input[type=submit], input[type=reset], input[type=button] {
 color: #fff;
 border: none;
 padding: 5px 10px;
 font-size: 10pt;
 background: #00448a;
 cursor: pointer;
 }
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {background: #ff2f0c;}
input[type=submit]:active, input[type=reset]:active, input[type=button]:active {}
input[type=text], input[type=password], textarea, select {background: #d7d7d7; border: none; font-size: 11px; color: #5e5e5e;padding: 3px; -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;}
#mchatBtn, input.codeButtons, input.button {padding-left: 0px;padding-right: 0px;}
.queryField {width: auto !important;}
.commFl {width: 100%;}
.manTable select {max-width: 300px;}
textarea.mchat {vertical-align: bottom;}
#MCaddFrm {margin: 0 10px !important;}
.myWinCont [type=submit] {color: #fff !important;}


/*--------------------- INPUTS end ---------------------*/

/*--------------------- POPUP start ---------------------*/
.popup {margin: 10px;text-align: left;
 padding: 0;}

.popup a {color: #00448a;}
.popup a:hover {color: #000;}
.popuptitle {height: 34px;
 line-height: 34px; 
 padding: 10px; 
 font-size: 16pt;
 background:#00448a;
 color: #fff; 
 margin-bottom: 7px;
 }
.popuptitle2 {background: url(/.s/t/1257/14.png) top right no-repeat;padding-left: 15px;font-size: 16px; font-weight: bold;text-transform: uppercase; text-shadow: 0px 1px 0px #fff;color: #5e5e5e;}
.popupbody {padding: 10px 15px;font-size: 11px; font-family: 'Tahoma'; background: #fff;}
.popupbody a, .popupbody td {font-size: 11px; font-family: 'Tahoma';}
.popup .allUsersBtn, .popup .uSearchFlSbm {background: #00448a; border: 0px; color: #fff;font-size: 12px; font-family: 'Arial';border-radius: 8px;padding-top: 2px; padding-bottom: 2px;margin: 0px 5px;cursor: pointer;}
.popup .allUsersBtn:hover, .popup .uSearchFlSbm:hover {background: #3b9194;}
/*--------------------- POPUP end ---------------------*/

.gTable.cat-blocks {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background-color: #fff;
}
.gTable.cat-blocks div {
 font-size: 15px!important;
 color: #00448A;
}
.cat-blocks div:hover {
 color: #000;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 1000px) {
.navbar-share {display: none;}
body > .container {max-width: 96%;}
 .content-wrap>section {width: 71%;}
 .content-wrap>aside {width: 28%;}
 .content {padding: 10px;} 
 .entTd {display: block; clear: both;}
 #uCozHeaderMain {width: 100% !important;}
 
 nav {font-size: 90%;}
 
 ul.uMenuRoot > li > a {line-height: 40px;}
 ul.uMenuRoot li li a {line-height: 20px;}
 nav ul.uMenuRoot ul ul {
 display: block;
 padding-left: 0;
 position: static;
 }
 nav ul.uMenuRoot li:hover ul {
 opacity: 1;
 visibility: visible;
 } 
 nav li li a {padding: 5px 10px;display: block; }
 ul.uMenuRoot > li.has-submenu > a:after {
 content: "+";
 display: block;
 position: absolute;
 right: 5px;
 top: 0;
 }
 nav li.has-submenu > a:after {content: "";}
 ul.uMenuRoot ul ul a {margin-left: 40px !important;} 
 ul.uMenuRoot ul ul ul a {margin-left: 70px !important;} 
 .v-entry, .ve-screen {width:auto;}
#uEntriesList {text-align: center;}
#uEntriesList > li {padding: 5px; width: auto !important;}
 }

@media screen and (max-width: 780px) {
 header {padding: 5px 20px; margin-bottom: 0;}
 .content-wrap>section, .forumContent {margin-top: 7px;}
 .logo {float: none; clear: both; padding: 10px 0 10px 70px; width: auto; margin-right: 80px;}
 .soc-icons,
 #uncheader{display: none;}
 .show-menu {display: block;}
 body > .container {padding-bottom: 68px;}
 #puzadpn {display: none;}
 
 nav {
 background: none repeat scroll 0 0 #fff;
 display: none;
 opacity: 0;
 visibility: hidden;
 text-align: left;
 padding: 10px;
 margin-bottom: 0;
 }
 nav.nav-opened {
 display: block;
 opacity: 1;
 visibility: visible;
 
 }
 nav ul.uMenuRoot {
 white-space: nowrap;
 margin: 0;
 display: block;
 }
 nav ul.uMenuRoot li {
 display: block;
 float: none;
 border: none;
 }
 ul.uMenuRoot > li > a {line-height: 20px; padding: 5px 10px; font-weight: bold; color: #000;}
 nav ul.uMenuRoot > li:last-child {border-right: none;}
 nav ul.uMenuRoot > li.has-submenu:hover {border-left: none;}
 
 nav ul.uMenuRoot li a:hover, nav ul.uMenuRoot li a.uMenuItemA {background: none repeat scroll 0 0 #e3e3e3;}
 nav li:hover > a, ul.uMenuRoot > li > a:hover, ul.uMenuRoot > .uMenuItemA {background: #fff;}
nav ul.uMenuRoot li.has-submenu a:after {
 content: "";
 display: inline;
 position: static;
}
nav ul.uMenuRoot ul {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 display: block;
 opacity: 1;
 padding-left: 0 !important;
 position: static;
 visibility: visible;
}
nav ul.uMenuRoot ul a {
 padding-left: 35px !important;
}
nav ul.uMenuRoot ul ul a {
 padding-left: 70px !important;
} 
 
 .content-wrap>section {float: none; width: 100%;}
 .content-wrap>aside {width: 100%; float: none;}
 #uncheader {margin-bottom: 0px;}
 #uCozHeaderMain {background-size: cover !important; height: 250px !important;}
 .uCozIntroText {width: 100%;left: 0px;bottom: 0px;padding: 0;}
 .uCozIntroText h1 {margin: 20px 20px 10px 20px;}
 .uCozIntroText p {margin: 10px 20px 20px 20px;}
 
 .copyright, .powered-by {float: none; width: 100%; text-align: center; margin: 5px 0;}
 .eBlock {padding: 0;}
 
 .shop-tabs {border-bottom: 0!important;}
.shop-tabs li {border-bottom: 1px solid #A7A6A6 !important;}
 
 }
@media screen and (max-width: 480px) {
 .show-menu {
 position: static;
 width: auto;
 height: auto;
 }
 body > .container {padding-bottom: 75px;}
 }
/*------ UI fix ------*/
.x-unselectable {
 position: relative;
}
#uCatsMenu7 {
 top: 100% !important;
 left: 0 !important;
}
#sFltLst {
 top: inherit !important;
 left: inherit !important;
 bottom: inherit !important;
}
/*------ UI fix ------*/
#content {border-left:#d8d8d8 1px solid; border-right:#d8d8d8 1px solid; border-bottom:#d8d8d8 1px solid; background:#fff; width:958px; margin:0 auto; padding-bottom:16px; position:relative;}


.bloc_left {float:left; width:697px; padding:0px 0px 0 20px;}
.bloc_video {width:697px; margin-top:5px; position:relative; overflow:hidden;}
.bloc_video h2 {font-size:28px; font-style:italic; color:#000; padding-bottom:10px; display:inline-block;}
.bloc_video .allnews {display:inline-block; background:url(../images/disp_sh_new.gif) no-repeat 0 6px; font-size:14px; font-style:italic; padding-left:10px; position:relative; top:-4px; color:#067e37; margin-left:7px;}
.bloc_video .mchange {float:right; margin-top:4px;}
.bloc_video .mchange span {display:inline-block; background:url(../images/link_left1.png) no-repeat 0 -50px; cursor:pointer; margin-bottom:4px; padding:0 8px;}
.bloc_video .mchange span b {display:inline-block; font-weight:normal; text-transform:uppercase; background:url(../images/link_right1.png) no-repeat right -50px; padding:2px 0 0 0; height: auto; text-shadow:#fff 1px 1px 0; color:#067e37;}
.bloc_video .mchange span b i {font-style:normal; display:inline-block; background:url(../images/line_intr_3.gif) repeat-x 0 17px;}
.bloc_video .mchange span:hover b i {font-style:normal; display:inline-block; background:url(../images/line_intr_3.gif) repeat-x 0 -50px;}
.bloc_video .mchange .active {background:url(../images/link_left1.png) no-repeat 0 0; padding:0 0 0 3px;}
.bloc_video .mchange .active b {background:url(../images/link_right1.png) no-repeat right 0; color:#313131; height:20px; padding:2px 8px 0 5px; border-bottom:none;}
.bloc_video .mchange .active b i {background:url(../images/line_intr_3.gif) repeat-x 0 -50px;}

.videoz {display:inline-block; width:200px; margin-right:10px; vertical-align:top; margin-bottom:30px;overflow:hidden;float:left;max-height: 175px;}
.videoz b {display:block; width:199px; height:111px; overflow:hidden; position:relative; z-index:1;}
.videoz b img {width:199px; height:111px;}
.videoz a {color:#000; font-weight:bold; text-decoration:none; display:block; padding:134px 5px 0 5px; position:relative; z-index:4; margin-top:-134px;}
.videoz a:hover {text-decoration:underline;}
.videoz i {color:#9d9d9d; font-size:11px; font-style:normal; display:block; padding:7px 5px 0 5px;}
.videoz b i {width:199px; height:111px; padding:0; position:absolute; background:url(../images/ramka1.png) no-repeat 0 0; z-index:2;}
.videoz i views {display:inline-block; background: url(/images/look.png) no-repeat 0 4px; padding-left: 15px; margin-left:8px;}
.videoz i views u { text-decoration:none; font-style:italic; color:#067e37; font-size:11px;}
.videoz:hover b i {background-position:0 -111px;}
.videoz:hover i views u {text-decoration:none;}
.videoz:hover b {box-shadow:#666 0 0 3px;}
.bloc_video #avibox1 {width:697px;}
.bloc_video #avibox2 {width:697px;}
/*------ POLLS ------*/
.cell-poll{ 
padding: 5px; 
} 

.cell-poll-title{ 
background:url(/images/pol/bg.jpg) repeat;
 padding:5px;
 border-radius:3px;
 color:#fff;
 font-size:12px;
text-shadow: 1px 1px 1px rgba(96, 96, 96, 1);
} 

.cell-poll a {text-decoration:none; outline:none} 
.pollBlock .center {padding: 5px;}
.cell-poll-answers{ 
float:left; 
width:100%; 
margin: 10px 0px 10px 0px; 
text-align:left; 
color:#c6c6c6;
line-height:23px;
} 

 .answer {font-weight: normal;font-style:normal; position:relative; height:25px;} 
 .answer span{z-index:2;position:relative;left:-8px;color: #fff;top:4px;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);} 
 .answer div{z-index:1;height:20px!important;position:absolute;top:3px;left:0px;width:100%;} 
 .progress { 
 height: 25px; 
 margin-bottom: 20px; 
 overflow: hidden; 
 background-color: #0A0A0A; 
 background-image: -moz-linear-gradient(top,#0A0A0A,#0A0A0A); 
 background-image: -webkit-gradient(linear,0 0,0 100%,from(#092C41),to(#092C41)); 
 background-image: -webkit-linear-gradient(top,#092C41,#092C41); 
 background-image: -o-linear-gradient(top,#092C41,#092C41); 
 background-image: linear-gradient(to bottom,#142F40,#142F40); 
 background-repeat: repeat-x; 
 -webkit-border-radius: 4px; 
 -moz-border-radius: 4px; 
 border-radius: 4px; 
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0); 
 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); 
 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); 
 box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); 
 } 

.progress div {height: 23px !important; opacity:0.8;} 
 .procent {top:0px !important; left:5px !important;} 
 .progress0 {background-color: #C44343 !important;} 
 .progress1 {background: #277EA7 !important;} 
 .progress2 {background: rgb(133, 202, 45) !important;} 
 .progress3 {background: rgb(231, 197, 19) !important;} 
 .progress4 {background: rgb(22, 184, 206) !important;} 
 .progress5 {background: rgb(32, 195, 209) !important;} 
 .progress6 {background: rgb(32, 209, 149) !important;} 

 .progress7 {background: rgb(238, 130, 14) !important;} 
 .progress8 {background: rgb(162, 14, 238) !important;} 

 .progress0, .progress1, .progress2, .progress3, .progress4, .progress5, .progress6 .progress7 .progress8 { 
 background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255, 255, 255, 0)),color-stop(0.25,rgba(0, 0, 0, 0.07)),color-stop(0.5,rgba(0, 0, 0, 0.07)),color-stop(0.5,rgba(255, 255, 255, 0)),color-stop(0.75,rgba(255, 255, 255, 0)),color-stop(0.75,rgba(0, 0, 0, 0.07)),to(rgba(0, 0, 0, 0.07))) !important; 

 -webkit-background-size: 40px 40px !important; 
 -moz-background-size: 40px 40px !important; 
 -o-background-size: 40px 40px !important; 
 background-size: 40px 40px !important; 
 box-sizing: border-box; 
 background-repeat: repeat-x; 
 -webkit-transition: width .6s ease; 
 transition: width .6s ease; 
}
.box-center{-webkit-border-radius: 3px;-webkit-border-top-left-radius: 2px;-webkit-border-top-right-radius: 2px;-moz-border-radius: 3px;-moz-border-radius-topleft: 2px;-moz-border-radius-topright: 2px;border-radius: 3px;border-top-left-radius: 2px;border-top-right-radius: 2px;font-size:13px; border:2px solid #c4c4c4;padding:5px 10px;font-size:13px;}
ul.tabs {list-style:none; width:500px;}
ul.tabs li:first-child {border-left:1px solid #ccc;}
ul.tabs li {float:left; border-right:1px solid #ccc; border-top:1px solid #ccc; background-color:#eee;}
ul.tabs li.active {border-bottom:1px solid #fff; background-color:#fff; margin-bottom:-1px;}
ul.tabs li a {display:block; padding:5px 10px; color:#777; letter-spacing:-1px; outline:none; text-decoration:none; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
ul.tabs li.active a {font-weight:600; color:#000;}
div.tabs_content {width:500px; border:1px solid #ccc;}
div.tabs_content > div {padding:20px; display:none;} /* suggested to use display:none so that if the html is very long it wont jump badly */
/* Комментари */
 div.domtab{
 margin-left:-40px;
 width:auto;
 font-size:90%;
 }
 ul.domtabs{
 float:left;
 width:100%;
 margin:2em 0 0 0;
 text-align:center;
 list-style:none;
 border:none;
 }
 ul.domtabs li{
 float:left;
 padding:0;
 width:20%;
 line-height:3em;
 }
 ul.domtabs a:link,
 ul.domtabs a:visited,
 ul.domtabs a:active,
 ul.domtabs a:hover{
 width:8em;
 display:block;
 background:#666;
 color:#ccc;
 height:3em;
 font-weight:bold;
 text-decoration:none;
 }
 html>body ul.domtabs a:link,
 html>body ul.domtabs a:visited,
 html>body ul.domtabs a:active,
 html>body ul.domtabs a:hover{
 height:auto;
 min-height:3em;
 width:100%;
 }
 ul.domtabs a:hover{
 background:#b5b5b5;
 color:#fff;
 }
 div.domtab div{
 clear:both;
 width:580px;
 background:#b5b5b5;
 color:#fff;
 padding:1em 3em;
 }
 ul.domtabs li.active a:link,
 ul.domtabs li.active a:visited,
 ul.domtabs li.active a:active,
 ul.domtabs li.active a:hover{
 background:#b5b5b5;
 color:#fff;
 }
 #domtabprintview{
 float:right;
 padding-right:1em;
 text-align:right;
 }
 #domtabprintview a:link,
 #domtabprintview a:visited,
 #domtabprintview a:active,
 #domtabprintview a:hover{
 color:#AC00FF;
 font-weight:bold;
 }
 pre{
 font-size:1.2em;
 padding:1em;
 }
 div.domtab div a:link,
 div.domtab div a:visited,
 div.domtab div a:active
 {
 color:#fff;
 display:block;
 padding:1em .5em;
 font-weight:bold;
 font-size:1.3em;
 }
 div.domtab div h2 a,
 div.domtab div h2 a:hover,
 div.domtab div h2 a:active
 {
 color:#7B7B7B;
 display:inline;
 padding:0;
 font-weight:normal;
 font-size:1em;
 }
 
/* other scheme! */
#other{
 font-size:.8em;
 margin-left:.3em;
 width:60em;
 margin-bottom:3em;
 float:left;
}
div#other.domtab div{
 clear:both;
 width:54em;
 background:#6CC6DA;
 color:#fff;
 padding:1em 3em;
}
 
#other ul.domtabs a:hover{
 background:#6CC6DA;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
 background:#6CC6DA;
 color:#fff;
}
#other div{
 float:left;
}
ul.prevnext{
 float:left;
 width:100%;
}
ul.prevnext li{
 float:left;
 width:49%;
}
ul.prevnext li.next{
 float:right;
 text-align:right;
}
/* КомментариEnd */