/*****************/
/* COMMON STYLES */
/*****************/
*{margin:0;padding:0;border:0;}

body,p,div,td,th{font-family:verdana;font-size:9px;line-height:12px;color:#333;}
body{margin:auto;text-align:center;background:#fff;}
p,div{text-align:left;}

hr{background:#ccc;height:1px;margin:10px 0;}
hr.bigOrange{background:#fa7100;height:5px;margin:0 0 10px 0;}

.floatL{float:left;}
.floatR{float:right;}
.floatC{text-align:center;margin:auto;}
.clearer{clear:both;}

.pad0{padding:0;}
.pad1{padding:1px;}
.pad5{padding:5px;}
.pad10{padding:10px;}

.pad7x11{padding:7px 11px;}
.pad7x11x0x11{padding:7px 11px 0 11px;}
.pad5x20{padding:5px 20px;}
.pad10x60{padding:20px 60px 0 60px;}
.padT{margin-top:10px;}
.padR{margin-right:10px;}
.padL{margin-left:3px;}
.padLT{margin-left:3px;margin-top:4px}

/********************/
/* STRUCTURE STYLES */
/********************/
#wrapper{width:1050px;margin:25px auto;}
#container{width:1050px;}

#topmenu{border:1px solid #000;display:none;}
#header{background:url(../images/header.jpg) no-repeat;width:1050px;height:259px;position:relative;}
#topbanner{width:250px;height:175px;position:absolute;left:465px;}
#menu{position:absolute;top:236px;left:430px;}

#content_main{position:relative;}
#content_left{float:left;width:160px;margin:0 25px 15px 0;}
#content_center{float:left;width:535px;margin:0 25px 15px 0;}
#content_right{float:left;width:185px;margin:0 0 15px 0;}
#content_centerright{float:left;width:745px;margin-bottom:15px;}

#footer{margin-left:242px;color:#ccc;}

#menu div,#topmenu div{float:left;text-align:center;}
#menu div a,#topmenu div a{display:block;font-size:12px;color:#fff;}
#menu div a.active,#topmenu div a.active,
#menu div a:hover,#topmenu div a:hover{color:#000;}

.add{width:158px;overflow:hidden;border-bottom:1px solid #ccc;}
.last{border:0;}
.border{border:1px solid #ccc;}


.rowHead,.row1{}
.col1,
.col2,
.col3,
.col4{float:left;margin-right:20px;}

.col1{width:240px;}
.col2{width:175px;}
.col3{width:85px;}
.col4{width:160px;margin:0;}

.linkItem,.listItem,.restItem{border-top:1px solid #ccc;}
.restItem{padding:3px 0;}
.listItem{padding:7px 1px;}
.linkItem{padding:6px 1px;}

.item1,.item2,.item3,.item4,.item5{padding-right:10px;width:12px;height:12px;float:left;}
.item1{background:url(../images/1.png) no-repeat;}
.item2{background:url(../images/2.png) no-repeat;}
.item3{background:url(../images/3.png) no-repeat;}
.item4{background:url(../images/4.png) no-repeat;}
.item5{background:url(../images/5.png) no-repeat;}

.vote,.voteon,.voteof{padding-right:5px;width:10px;height:10px;float:left;}
.voteon{background:url(../images/voteon.png) no-repeat;}
.voteof{background:url(../images/voteof.png) no-repeat;}
.vote{width:70px;}

#ads{margin-top:10px;float:left;}

#divInfo .col1,#divInfo .col2{margin:0;float:left;}
#divInfo .col1{width:220px;}
#divInfo .col2{width:295px;}
#divInfo hr.bigOrange{margin-bottom:5px;}

.w100{width:100px;}
/**************/
/* TYPOGRAPHY */
/**************/
a,a:visited{text-decoration:none;color:#fa7100;}
a:hover,a:active{text-decoration:none;color:#000;}

h1{font-size:12px;line-height:14px;font-weight:normal;margin-bottom:10px;}
h2{font-size:10px;line-height:10px;font-weight:normal;}
h3{font-size:10px;line-height:10px;font-weight:normal;color:#666;}

#divInfo .col2 h3{color:#333;}

p{color:#666;margin-top:10px;}
.ingress{font-size:13px;line-height:18px;font-weight:normal;color:#333;margin-top:15px;}

.comment{font-weight:bold;color:#fa7100;}
.commentDate{color:#333;margin-right:15px;font-weight:normal;}

.white{background:#fff;}
.black{background:#000;}
.orange{color:#fa7100;}
.grey{color:#ccc;}
.filter{margin-bottom:15px;}
input{border:1px solid #ccc;font-size:9px;}
textarea{width:350px;border:1px solid #ccc;font-size:9px;}

/***************/
/* VAKS STYLES */
/***************/

.close {position:relative;top:0px;left:0px;width:10px;height:10px;background-image:url(../images/close.png);float:right;cursor:pointer;}
.done {height:16px;float:right;cursor:pointer;}
.score {float:left;width:70px;left:1px;height:10px;background-image:url(../images/rating_personal.png);cursor:pointer;overflow:hidden;}

/* STRUCTURE */

#divInfo{width:535px;position:absolute;left:300px;top:304px;border:1px solid #333;background:#fff;z-index:20;display:none;}
#divEnterRating{width:400px;position:absolute;left:350px;top:203px;border:1px solid #333;background:#fff;z-index:30;display:none;}
#divContest{width:400px;position:absolute;left:300px;top:203px;border:1px solid #333;z-index:40;background:#fff;display:none;}
#divResultRating {position:absolute;width:400px;left:350px;top:303px;border:1px solid #ccc;background:#fff;z-index:30;display:none;}

#modalBackground {
  position:absolute;
  top:expression(( dont_touch_this_line = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
  left:0px;
  width:100%;
  height:100%;
  display:none;
  background-color:#aaa;
  filter:alpha(opacity=70);
  opacity:0.7;
  float:right;
  z-index:10;
}
#divMainlist {border:1px solid #888;}
#commentslist{}
.toplist{border:1px solid #888;}
#toplisttable td{font-size:90%;}
body > #modalBackground {position:fixed;top:0px;left:0px;}
