//Configure below to change URL path to the snow image 
 var snowsrc="http://b.pix.ge/h/kydma.png" 
 // Configure below to change number of snow to render 
 var no = 10; 
 // Configure whether snow should disappear after x seconds (0=never): 
 var hidesnowtime = 0; 
 // Configure how much snow should drop down before fading ("windowheight" or "pageheight") 
 var snowdistance = "pageheight"; 

///////////Stop Config////////////////////////////////// 

 var ie4up = (document.all) ? 1 : 0; 
 var ns6up = (document.getElementById&&!document.all) ? 1 : 0; 

 function iecompattest(){ 
 return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body 
 } 

 var dx, xp, yp; // coordinate and position variables 
 var am, stx, sty; // amplitude and step variables 
 var i, doc_width = 800, doc_height = 600; 
 
 if (ns6up) { 
 doc_width = self.innerWidth; 
 doc_height = self.innerHeight; 
 } else if (ie4up) { 
 doc_width = iecompattest().clientWidth; 
 doc_height = iecompattest().clientHeight; 
 } 

 dx = new Array(); 
 xp = new Array(); 
 yp = new Array(); 
 am = new Array(); 
 stx = new Array(); 
 sty = new Array(); 
 snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc 
 for (i = 0; i < no; ++ i) { 
 dx[i] = 0; // set coordinate variables 
 xp[i] = Math.random()*(doc_width-50); // set position variables 
 yp[i] = Math.random()*doc_height; 
 am[i] = Math.random()*20; // set amplitude variables 
 stx[i] = 0.02 + Math.random()/10; // set step variables 
 sty[i] = 0.7 + Math.random(); // set step variables 
 if (ie4up||ns6up) { 
 if (i == 0) { 
 document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>"); 
 } else { 
 document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>"); 
 } 
 } 
 } 

 function snowIE_NS6() { // IE and NS6 main animation function 
 doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10; 
 doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight; 
 for (i = 0; i < no; ++ i) { // iterate for every dot 
 yp[i] += sty[i]; 
 if (yp[i] > doc_height-50) { 
 xp[i] = Math.random()*(doc_width-am[i]-30); 
 yp[i] = 0; 
 stx[i] = 0.02 + Math.random()/10; 
 sty[i] = 0.7 + Math.random(); 
 } 
 dx[i] += stx[i]; 
 document.getElementById("dot"+i).style.top=yp[i]+"px"; 
 document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; 
 } 
 snowtimer=setTimeout("snowIE_NS6()", 10); 
 } 

 function hidesnow(){ 
 if (window.snowtimer) clearTimeout(snowtimer) 
 for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden" 
 } 
 

if (ie4up||ns6up){ 
 snowIE_NS6(); 
 if (hidesnowtime>0) 
 setTimeout("hidesnow()", hidesnowtime*1000) 
 } 

</script>
/* General Style */
div#contanier {background:url('/.s/t/865/2.gif') repeat-x #131A1F;}
div#logoBar {height:80px;background:url('/.s/t/865/3.jpg') no-repeat;padding-left:500px;padding-top:60px;color:#FFFFFF;font-size:20pt;font-weight:bold;}
 *html div#logoBar {height:140px !important;}
div#dataBar {height:25px;background:url('/.s/t/865/4.jpg') no-repeat;padding:15px 10px 0 0;text-align:right;color:#2B596A;}
 *html div#dataBar {height:40px !important;}
div#userBar {height:22px;background:url('/.s/t/865/5.jpg') no-repeat;padding-left:310px;color:#4097AC;font-size:7pt;padding-top:7px;}
 *html div#userBar {height:29px !important;}
div#center {background:url('/.s/t/865/6.jpg') no-repeat;}
div#navBar {height:21px;background:url('/.s/t/865/7.gif') no-repeat;padding-left:100px;padding-right:100px;float:right;padding-top:7px;color:#000000;font-weight:bold;}
 *html div#navBar {height:29px !important;}
 div#navBar a:link, div#navBar a:active, div#navBar a:visited {color:#000000;background:#FBBB40;padding:2px;text-decoration:none;}
 div#navBar a:hover {color:#FFFFFF;background:#000000;padding:2px;}
.boxTable {width:204px;}
.boxTitle {height:43px;background:url('/.s/t/865/8.gif') #6DC6DE;color:#004659;text-align:center;padding-top:5px;}
.boxContent {padding:5px 5px 50px 5px;background:url('/.s/t/865/9.gif') bottom no-repeat;color:#489DB5;}

a:link {text-decoration:none; color:#FDBC40;}
a:active {text-decoration:none; color:#FDBC40;}
a:visited {text-decoration:none; color:#FDBC40;}
a:hover {text-decoration:none; color:#FFFFFF;}

td, body {font-family:verdana,arial,helvetica; font-size:8pt; color:#ABD0DA}
form {padding:0px;margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;}
.copy {font-size:7pt;}

a.noun:link {text-decoration:none; color:#73CDE5}
a.noun:active {text-decoration:none; color:#73CDE5}
a.noun:visited {text-decoration:none; color:#73CDE5}
a.noun:hover {text-decoration:none; color:#FFFFFF}
.mframe1 {padding:2 10 30 10px;}
hr {color:#2F5068;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#ABD0DA;font-size:13px;font-weight:bold; padding-left:22px; background: url('/.s/t/865/10.gif') no-repeat 5px 2px;}

.menut0 {background:#435381;border-top:1px solid #FFFFFF;border-right:1px solid #FFFFFF;}
.menut {padding:2 3 3 15px;background:url('/.s/t/865/11.gif') #31373C;border-top:1px solid #FFFFFF;border-right:1px solid #FFFFFF;border-bottom:4px solid #FFFFFF;}
.mframe {padding:2 0 30 30px;}
.bannerTable {width:468;height:60;background:url('/.s/t/865/11.gif') #31373C;border-top:1px solid #FFFFFF;border-left:1px solid #FFFFFF;border-bottom:4px solid #FFFFFF;}

.menu1 {font-weight:bold;font-size:8pt;font-family:Arial,Sans-Serif;}
a.menu1:link {text-decoration:none; color:#FDBC40}
a.menu1:active {text-decoration:none; color:#FDBC40}
a.menu1:visited {text-decoration:none; color:#FDBC40}
a.menu1:hover {text-decoration:none; color:#000000}
/* ------------- */

/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 17px; background: url('/.s/t/865/12.gif') no-repeat; margin-bottom: .6em;}
/* ----- */

/* Site Menus */
.uMenuH li {float:left;padding:0 5px;}


.uMenuV .uMenuItem {font-weight:bold;}
.uMenuV li a:link {text-decoration:none; color:#FBBB40;}
.uMenuV li a:active {text-decoration:none; color:#FBBB40;}
.uMenuV li a:visited {text-decoration:none; color:#FBBB40;}
.uMenuV li a:hover {text-decoration:none; color:#FFFFFF;}

.uMenuV .uMenuItemA {font-weight:bold;}
.uMenuV a.uMenuItemA:link {text-decoration:none; color:#FFFFFF}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#FFFFFF}
.uMenuV a.uMenuItemA:hover {text-decoration:underline; color:#FFFFFF}
.uMenuV .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/img/wd/1/ar1.gif') no-repeat 0 0;}
.uMenuV li {margin: 0; padding: 0 0 0 17px; background: url('/.s/t/865/12.gif') no-repeat; margin-bottom: .6em;}
/* --------- */

/* Module Part Menu */
.catsTd {padding: 0 0 6px 17px; background: url('/.s/t/865/12.gif') no-repeat;}
.catNumData {font-size:7pt;color:#D8D5D5;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#73CDE5;}
a.catName:visited {text-decoration:none; color:#73CDE5;}
a.catName:hover {text-decoration:none; color:#FFFFFF;}
a.catName:active {text-decoration:none; color:#73CDE5;}
a.catNameActive:link {text-decoration:none; color:#FDBC40;}
a.catNameActive:visited {text-decoration:none; color:#FDBC40;}
a.catNameActive:hover {text-decoration:none; color:#FFFFFF;}
a.catNameActive:active {text-decoration:none; color:#FDBC40;}
/* ----------------- */

/* Entries Style */
.eBlock {}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#ABD0DA; padding: 0 0 0 18px; background: url('/.s/t/865/13.gif') no-repeat;}
.eTitle a:link {text-decoration:none; color:#FDBC40;}
.eTitle a:visited {text-decoration:none; color:#FDBC40;}
.eTitle a:hover {text-decoration:none; color:#FFFFFF;}
.eTitle a:active {text-decoration:none; color:#FDBC40;}

.eText {text-align:justify; padding:5px;border-top:1px dashed #EFEFEF;}

.eDetails {border-top:1px dashed #2F5068;border-bottom:1px dashed #2F5068;color:#2F5068;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #2F5068;border-bottom:1px dashed #2F5068;color:#2F5068;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {border-top:1px dashed #2F5068;border-bottom:1px dashed #2F5068;color:#2F5068;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/865/14.gif') no-repeat 0px 0px;}
/* --------------- */

/* Entry Manage Table */
.manTable {}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {color:#F4F5F7;padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:url('/.s/t/865/11.gif') #31373C;border:1px solid #486275;border-bottom:1px solid #FBBB40;}
.cBlock2 {background:url('/.s/t/865/11.gif') #31373C;border:1px solid #486275;border-bottom:1px solid #FBBB40;}
/* -------------- */

/* Comments Form Style */
.commTable {background:url('/.s/t/865/11.gif') #31373C;border:1px solid #486275;border-bottom:1px solid #FBBB40;}
.commTd1 {color:#ABD0DA;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#FFFFFF;background:#131A1F;border:1px solid #486275;}
.smiles {background:#131A1F;border:1px solid #486275;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {}
/* ------------------- */

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/865/15.gif') no-repeat 0px 4px;}
.archActive {color:#ABD0DA;}
a.archLink:link {text-decoration:underline; color:#ABD0DA;}
a.archLink:visited {text-decoration:underline; color:#ABD0DA;}
a.archLink:hover {text-decoration:none; color:#D8D5D5;}
a.archLink:active {text-decoration:none; color:#D8D5D5;}
/* ---------------------- */

/* News/Blog Archive Style */
.archiveCalendars {text-align:center;color:#B5C4E1;}
.archiveDateTitle {font-weight:bold;color:#ABD0DA;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/865/16.gif') no-repeat 0px 2px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:visited {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#FFFFFF}
a.archiveDateTitleLink:active {text-decoration:underline; color:#FFFFFF}
.archiveNoEntry {text-align:center;color:#B5C4E1;}
/* ------------------------ */

/* News/Blog Calendar Style */
.calMonth {}
.calWday {color:#FFFFFF; background:#486275; width:18px;}
.calWdaySe {color:#233039; background:#73CDE5; width:18px;}
.calWdaySu {color:#233039; background:#73CDE5; width:18px; font-weight:bold;}
.calMday {color:#ABD0DA;background:url('/.s/t/865/11.gif') #31373C;border:1px solid #486275;}
.calMdayA {color:#000000;background:#FDBC40; font-weight:bold;}
.calMdayIs {color:#FFFFFF;background:url('/.s/t/865/11.gif') #31373C;font-weight:bold;border: 1px solid #FDBC40;}
.calMdayIsA {border:1px solid #FFFFFF; background:#486275;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#FFFFFF;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:none; color:#FFFFFF;}
/* ------------------------ */

/* Poll styles */
.pollBut {width:110px;}

.pollBody {padding:7px; margin:0px; background:#000000;}
.textResults {background:#FFFFFF}
.textResultsTd {background:url('/.s/t/865/11.gif') #31373C}

.pollNow {background:#FFFFFF}
.pollNowTd {background:url('/.s/t/865/11.gif') #31373C}

.totalVotesTable {}
.totalVotesTd {background:url('/.s/t/865/11.gif') #31373C}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:yellow;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:pink;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#99CCFF;}
/* ---------------- */

/* Other Styles */
.replaceTable {background:#0E1316;height:100px;width:300px;border:1px solid #88D7EC;}
.replaceBody {background:#131A1F;}

.legendTd {font-size:7pt;}
/* ------------ */

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#486275;border-bottom:1px solid #FBBB40;width:98%;margin-left:1%;margin-right:1%;}
.gTableTop {padding:2px;height:47px;background:url('/.s/t/865/1.gif') repeat-x #5AB1C9;color:#000000;padding-top:15px;font-family:Verdana,Sans-Serif;font-size:13px;font-weight:bold; padding-left:22px;}
.gTableSubTop {padding:2px;background:#0E1316;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#051320;}
.gTableBody1 {padding:2px;background:#051320;}
.gTableBottom {padding:2px;background:url('/.s/t/865/11.gif') #31373C;}
.gTableLeft {padding:2px;background:url('/.s/t/865/11.gif') #31373C;color:#ABD0DA}
.gTableRight {padding:2px;background:url('/.s/t/865/11.gif') #31373C;color:#ABD0DA;}
.gTableError {padding:2px;background:url('/.s/t/865/11.gif') #31373C;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#051320}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:url('/.s/t/865/11.gif') #31373C}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#000000;}
a.catLink:visited {text-decoration:none; color:#000000;}
a.catLink:hover {text-decoration:none; color:#FFFFFF;}
a.catLink:active {text-decoration:none; color:#000000;}

.lastPostGuest,.lastPostUser,.threadAuthor {}
.archivedForum{font-size:7pt;color:#FF0000;}
/* ------------- */

/* forum Titles & other */
.forum {font-size:9pt;}
.forumDescr,.forumModer {color:#CCCCCC;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#FDBC40;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#FDBC40;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:none; color:#FFFFFF;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:none; color:#FDBC40;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {padding-bottom:7px;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#FDBC40;}
a.forumBarA:visited {text-decoration:none; color:#FDBC40;}
a.forumBarA:hover {text-decoration:none; color:#FFFFFF;}
a.forumBarA:active {text-decoration:none; color:#FDBC40;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#435381;color:#FFFFFF;}
.fastNavCat {background:#E7EEF8;}
.fastNavCatA {background:#E7EEF8;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.pagesInfo {background:#0E1316;padding-right:10px;font-size:7pt;}
.switches {background:#88D7EC;}
.switch {background:url('/.s/t/865/11.gif') #31373C;width:15px;font-size:7pt;}
.switchActive {background:#FDBC40;font-weight:bold;color:#000000;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#FDBC40;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#FDBC40;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:none; color:#FFFFFF;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:none; color:#FDBC40;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#051320}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:url('/.s/t/865/11.gif') #31373C}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#CCCCCC;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#FDBC40;height:20px;font-weight:bold;font-size:7pt;color:#000000;padding-left:40px;}
.threadsDetails {padding:2px;background:#051320;height:20px;color:#FEFEFE;}
.forumOnlineBar {padding:2px;background:#051320;height:20px;color:#FEFEFE;}

a.threadPinnedLink:link {text-decoration:none; color:#FDBC40;}
a.threadPinnedLink:visited {text-decoration:none; color:#FDBC40;}
a.threadPinnedLink:hover {text-decoration:none; color:#FFFFFF;}
a.threadPinnedLink:active {text-decoration:none; color:#FDBC40;}

.threadPinnedLink,.threadLink {font-weight:bold;}
a.threadLink:link {text-decoration:none; color:#FDBC40;}
a.threadLink:visited {text-decoration:none; color:#FDBC40;}
a.threadLink:hover {text-decoration:none; color:#FFFFFF;}
a.threadLink:active {text-decoration:none; color:#FDBC40;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* Posts View */
.postTable {background:#002F3C}
.postPoll {background:url('/.s/t/865/11.gif') #31373C;text-align:center;}
.postFirst {background:url('/.s/t/865/11.gif') #31373C;border-bottom:3px solid #FDBC40;}
.postRest1 {background:url('/.s/t/865/11.gif') #31373C;}
.postRest2 {background:url('/.s/t/865/11.gif') #31373C;}
.postSeparator {height:2px;background:#88D7EC;}

.postTdTop {background:#0E1316;height:20px;}
.postBottom {background:#051320;height:17px;}
.postUser {font-weight:bold;}
.postTdInfo {background:url('/.s/t/865/11.gif') #31373C;text-align:center;padding:5px;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#CCCCCC;}
.posttdMessage {background:#051320; padding: 10px;}

.postPoll {padding:5px;}
.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#131A1F;font-size:9px;}
.quoteMessage {background:#131A1F;font-size:9px;}

.signatureView {font-size:7pt;}
.edited {padding-top:30px;font-size:7pt;text-align:right;color:#CCCCCC;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#FFFF00;}
.statusOffline {color:#FFFFFF;}
/* ---------- */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/865/17.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/865/17.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* Post Form */
.codeButtons {font-size:7pt;color:#FDBC40;background:#131A1F;border:1px solid #486275;}
.codeCloseAll {font-size:7pt;color:#FDBC40;background:#131A1F;border:1px solid #486275;font-weight:bold;}
.postNameFl,.postDescrFl {background:#131A1F;border:1px solid #486275;width:400px;color:#FFFFFF;}
.postPollFl,.postQuestionFl {background:#131A1F;border:1px solid #486275;width:400px;color:#FFFFFF;}
.postResultFl {background:#131A1F;border:1px solid #486275;width:50px;color:#FFFFFF;}
.postAnswerFl {background:#131A1F;border:1px solid #486275;width:300px;color:#FFFFFF;}
.postTextFl {background:#131A1F;border:1px solid #486275;width:550px;height:150px;color:#FFFFFF;}
.postUserFl {background:#131A1F;border:1px solid #486275;width:300px;color:#FFFFFF;}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* --------- */

/* ====== forum End ====== */

<br><div align="center"><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--dle_spoiler სეზონი 01 სერია 01 --><div class="title_spoiler"><img id="image-18549db1c404e64e8bd8aa92ebc4da3a" style="vertical-align: middle;border: none;" alt="" src="/templates/Default/dleimages/spoiler-plus.gif">&nbsp;<a href="javascript:ShowOrHide('18549db1c404e64e8bd8aa92ebc4da3a')"><!--spoiler_title-->სეზონი 01 სერია 01<!--spoiler_title_end--></a></div><div id="18549db1c404e64e8bd8aa92ebc4da3a" class="text_spoiler" style="display:none;"><!--spoiler_text--><!--sizeend--><!--/sizeend--><iframe src="http://idisk.ge/embed/pl.php?file=8169" allowfullscreen="" frameborder="0" height="358px" width="667px"></iframe><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--spoiler_text_end--></span></div><!--/dle_spoiler--><!--sizeend--></span><!--/sizeend--></div><br><br><div align="center"><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--dle_spoiler სეზონი 01 სერია 02 --><div class="title_spoiler"><img id="image-144fad68dc6db4b40da57f882e12f36d" style="vertical-align: middle;border: none;" alt="" src="/templates/Default/dleimages/spoiler-plus.gif">&nbsp;<a href="javascript:ShowOrHide('144fad68dc6db4b40da57f882e12f36d')"><!--spoiler_title-->სეზონი 01 სერია 02<!--spoiler_title_end--></a></div><div id="144fad68dc6db4b40da57f882e12f36d" class="text_spoiler" style="display:none;"><!--spoiler_text--><!--sizeend--><!--/sizeend--><iframe src="http://idisk.ge/embed/pl.php?file=8189" allowfullscreen="" frameborder="0" height="358px" width="667px"></iframe><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--spoiler_text_end--></span></div><!--/dle_spoiler--><!--sizeend--></span><!--/sizeend--></div><br><br><div align="center"><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--dle_spoiler სეზონი 01 სერია 03 --><div class="title_spoiler"><img id="image-41c15b582a188fdd6aeaf418551c6fe2" style="vertical-align: middle;border: none;" alt="" src="/templates/Default/dleimages/spoiler-plus.gif">&nbsp;<a href="javascript:ShowOrHide('41c15b582a188fdd6aeaf418551c6fe2')"><!--spoiler_title-->სეზონი 01 სერია 03<!--spoiler_title_end--></a></div><div id="41c15b582a188fdd6aeaf418551c6fe2" class="text_spoiler" style="display:none;"><!--spoiler_text--><!--sizeend--><!--/sizeend--><iframe src="http://idisk.ge/embed/pl.php?file=8263" allowfullscreen="" frameborder="0" height="358px" width="667px"></iframe><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--spoiler_text_end--></span></div><!--/dle_spoiler--><!--sizeend--></span><!--/sizeend--></div><br><br><div align="center"><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--dle_spoiler სეზონი 01 სერია 04 --><div class="title_spoiler"><img id="image-338e877d73db5bd861b13be19fd3773c" style="vertical-align: middle;border: none;" alt="" src="/templates/Default/dleimages/spoiler-plus.gif">&nbsp;<a href="javascript:ShowOrHide('338e877d73db5bd861b13be19fd3773c')"><!--spoiler_title-->სეზონი 01 სერია 04<!--spoiler_title_end--></a></div><div id="338e877d73db5bd861b13be19fd3773c" class="text_spoiler" style="display:none;"><!--spoiler_text--><!--sizeend--><!--/sizeend--><iframe src="http://idisk.ge/embed/pl.php?file=8282" allowfullscreen="" frameborder="0" height="358px" width="667px"></iframe><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--spoiler_text_end--></span></div><!--/dle_spoiler--><!--sizeend--></span><!--/sizeend--></div><br><br><div align="center"><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--dle_spoiler სეზონი 01 სერია 05 --><div class="title_spoiler"><img id="image-34aa62635f414120f4df83041349a3ab" style="vertical-align: middle;border: none;" alt="" src="/templates/Default/dleimages/spoiler-plus.gif">&nbsp;<a href="javascript:ShowOrHide('34aa62635f414120f4df83041349a3ab')"><!--spoiler_title-->სეზონი 01 სერია 05<!--spoiler_title_end--></a></div><div id="34aa62635f414120f4df83041349a3ab" class="text_spoiler" style="display:none;"><!--spoiler_text--><!--sizeend--><!--/sizeend--><iframe src="http://idisk.ge/embed/pl.php?file=8339" allowfullscreen="" frameborder="0" height="358px" width="667px"></iframe><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--spoiler_text_end--></span></div><!--/dle_spoiler--><!--sizeend--></span><!--/sizeend--></div><br><br><div align="center"><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--dle_spoiler სეზონი 01 სერია 06 --><div class="title_spoiler"><img id="image-c9f9231b300f6ce19a05d67d0a7757d1" style="vertical-align: middle;border: none;" alt="" src="/templates/Default/dleimages/spoiler-plus.gif">&nbsp;<a href="javascript:ShowOrHide('c9f9231b300f6ce19a05d67d0a7757d1')"><!--spoiler_title-->სეზონი 01 სერია 06<!--spoiler_title_end--></a></div><div id="c9f9231b300f6ce19a05d67d0a7757d1" class="text_spoiler" style="display:none;"><!--spoiler_text--><!--sizeend--><!--/sizeend--><iframe src="http://idisk.ge/embed/pl.php?file=8401" allowfullscreen="" frameborder="0" height="358px" width="667px"></iframe><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--spoiler_text_end--></span></div><!--/dle_spoiler--><!--sizeend--></span><!--/sizeend--></div><br><br><div align="center"><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--dle_spoiler სეზონი 01 სერია 07 --><div class="title_spoiler"><img id="image-eadaede39505f3ef6e313920fe20ccc0" style="vertical-align: middle;border: none;" alt="" src="/templates/Default/dleimages/spoiler-plus.gif">&nbsp;<a href="javascript:ShowOrHide('eadaede39505f3ef6e313920fe20ccc0')"><!--spoiler_title-->სეზონი 01 სერია 07<!--spoiler_title_end--></a></div><div id="eadaede39505f3ef6e313920fe20ccc0" class="text_spoiler" style="display:none;"><!--spoiler_text--><!--sizeend--><!--/sizeend--><iframe src="http://idisk.ge/embed/pl.php?file=8428" allowfullscreen="" frameborder="0" height="358px" width="667px"></iframe><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--spoiler_text_end--></span></div><!--/dle_spoiler--><!--sizeend--></span><!--/sizeend--></div><br><br><div align="center"><!--sizestart:4--><span style="font-size:14pt;line-height:100%"><!--/sizestart--><!--dle_spoiler სეზონი 01 სერია 08 --><div class="title_spoiler"><img id="image-1f48472c4e97892dbad394e02eade3c1" style="vertical-align: middle;border: none;" alt="" src="/templates/Default/dleimages/spoiler-plus.gif">&nbsp;<a href="javascript:ShowOrHide('1f48472c4e97892dbad394e02eade3c1')"><!--spoiler_title-->სეზონი 01 სერია 08<!--spoiler_title_end--></a>





/*Горизонтальное меню*/ 
* {margin:0; padding:0;} 
#nav { 
font-size:0.8em; 
list-style-type:none; 
width:100%; 
height:25px; 
display:inline-block; 
background:#7B9B37; 
line-height:25px; 
} 
#nav li{ 
float:left; 
width:120px; 
margin-top:-10000px; 
} 
#nav li a { 
width:120px; 
text-decoration:none; 
text-align:center; 
color:#fff; 
position:relative; 
float:left; 
margin-right:-119px; 
margin-top:10000px; 
} 
#nav li a:hover, #content #nav li a:focus, #content #nav li a:active { 
background:#C4E088; 
margin-right:0; 
color:#000000; 
} 
#nav li ul { 
background:#617A2C; 
float:left; 
margin-top:-25px; 
padding-top:25px; 
margin-bottom:-10000px; 
list-style-type:none; 
} 
#nav li ul li { 
float:none; 
margin:0; 
width:auto;
 
 
 
 
 
 
 <style type="text/css"> 
 <!-- 
 .St1 { font-family: Tahoma; 
 font-size: 12px; 
 } 
 --> 
 </style> 
 <table width="456" border="0" cellpadding="0" cellspacing="10"> 

 <tr> 

 <td width="436" bgcolor="#E9E9E9"> 

 <iframe src="http://www.fomny.com/_menu-tv-2/index.html" height="300" width="436" frameborder="0" name="az" id="page" scrolling="Auto" ></iframe> 
 </td> 

 </tr> 

 </table> 
 <table width="456" border="0" cellspacing="0" cellpadding="0"> 
 <tr> 
 <td align="right"><table width="198" border="0" cellpadding="0" cellspacing="0"> 
 <tr> 
 <td width="198" align="left"><table width="100%" border="0" cellpadding="0" cellspacing="5"> 
 <tr> 
 <td height="16" nowrap="nowrap" ><span class="Style1"><a href="http://www.fomny.com/tv-arabic.php" target="_blank" class="St1">ონლაინ არხები სხვადასხვა ენაზე</a></span><a href="http://onlite.net.ru/" title="Кинотеатр онлайн" style="display:none;">Фильмы онлайн</a><span class="Style1"> | </span><span class="Style3"><a href="http://www.geops.in" target="_blank" class="St1">Watch more 
 Tv</a></span></td> 
 </tr> 
 </table></td> 
 </tr> 
 </table></td> 
 </tr> 
 </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 <video id="MY_VIDEO_1" class="video-js vjs-default-skin" controls
 preload="auto" width="640" height="264" poster="MY_VIDEO_POSTER.jpg"
 data-setup="{}">
 <source src="MY_VIDEO.mp4" type='video/mp4'>
 <source src="MY_VIDEO.webm" type='video/webm'>
 <p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
</video>