/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 12px; line-height: 1.231; background-color: #ffffff; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #4B76A0; color: #fff; text-shadow: none; }
::selection { background: #4B76A0; color: #fff; text-shadow: none; }
a { color: #4B769F; text-decoration:none;}
a:visited { color: #4B769F; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0;  color:#FF8E00;}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
img { border: 0; -ms-interpolation-mode: bicubic; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
.sm { font-size: 9px; }

/* =============================================================================
   Primary styles
   ========================================================================== */
 body {
    border-top: 2px solid #B0BBC4;
    color:#333333;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
 }
#header, #footer, #main {
    width:960px;
    margin:0 auto;
}
#header {
    height: 125px;
}
#logo {
    display:block;
    float:left;
    padding:20px 20px 20px 0;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}
#logo:hover {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* internet explorer 8 */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}
#nav {
    height:42px;
    background:url("i/bgtop.png") repeat-x 0 -540px;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:20px;
}
#nav ul {
    width:960px;
    margin:0 auto;
    padding:0;
}
#nav li {
    float:left;
    list-style:none;
}
#nav li a {
    display:block;
    padding:14px 50px 13px 49px;
}
#nav li.last a {
   display:block;
   padding:14px 0 13px 50px;
 }
#nav li.first a {
   display:block;
   padding:14px 50px 13px 0;
}
#main {

}
#content {
    float:left;
    width: 640px;
    margin-right:20px;
}
#sidebar {
    float:left;
    width:300px;
}
#footer {
   font-size:12px;
   color:#868687;
}
.footerWrapper {
   background:#F8F9FA;
   border-top:1px solid #B0BBC4;
   border-bottom:1px solid #B0BBC4;
   padding:36px 0;
   margin:30px 0;
}
#siteOfTheDay {
    display:block;
    width:300px;
    font-weight:bold;
    font-size:12px;
    text-align:right;
    line-height:150%;
    float:right;
    margin:45px 0 0 0;
}
#siteOfTheDay a {
     display:block;
     width:300px;
     font-weight:normal;
}
#searchButton {
    height:22px;
    width:22px;
    background:#FFFFFF url("i/bgtop.png") no-repeat -11px -292px;
    border:none;
    padding:0;
    margin:0;
    position:absolute;
    right:8px;
    top:7px;
}
.searchField {
    background:#FFFFFF;
    border:none;
    width:280px;
    height:28px;
    padding:0;
    margin:0;
    outline:none;
    color:#B8B8B8;
}
.fakeField {
    border:1px solid #E2E6E9;
    background:#FFFFFF;
    float:right;
    height:28px;
    padding:3px 10px;
    position:relative;
    margin:45px 0 0 30px;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(100, 100, 100, 0.1);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(100, 100, 100, 0.1);
    box-shadow: inset 1px 1px 4px 0px rgba(100, 100, 100, 0.1);
}
.searchField:focus {
    color: #333333;
}
.tHeading {
  background:#4B76A0 url("i/bgtop.png") repeat-x 0 -593px;
  padding: 12px;
  font-size:14px;
  font-weight:bold;
  color:#FFFFFF;
  position: relative;
}
.tHeading a, .tHeading .fl {
    color:#FFFFFF;
    padding-right:6px;
    float:left;
}
.tHeading a:hover {
    color:#FFE6C8;
}
.tHeading h1 {
	font-size: 14px;
	margin: 0;
}
.tHeading2 {
   background:#EA8100 url("i/bgtop.png") repeat-x 0 -642px;
   padding: 12px;
   font-size:14px;
   font-weight:bold;
   color:#FFFFFF;
   margin:20px 0 0 0;
}
.breadArr {
     background:url("i/bgtop.png") no-repeat -11px -7px;
     width: 6px;
     height: 12px;
     float:left;
     margin: 3px 6px 0 0;
}
.inOutH {
    float:right;
    margin:2px -6px 2px 16px;
    font-size:12px;
    color:#CCDCEA;
    width:36px;
}

.contentWrapper {
    border:1px solid #CED4D9;
}
ul.siteList {
    padding:0;
    margin:0;
}
.siteList li {
    list-style:none;
}
.listItem {
    background:url("i/big-bgr.png") no-repeat center bottom;
    padding:20px 0;
}
.vip .listItem {
    background:#FBF4E8;
    padding-bottom:20px 0;
}
.vip {
   position:relative;
}
.vip a span {
   background: url("i/bgtop.png") no-repeat -11px -59px;
   display: block;
   width: 83px;
   height: 83px;
   position: absolute;
   right: 540px;
   top: 75px;
   z-index: 1;
}
.vip .pos {
   color:#F1890A;
}
.vip .siteImg {
   border:4px solid #FFB355;
}
.pos {
    width:38px;
    float:left;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    text-align: center;
}
.siteImg {
    border:4px solid #C4D5E6;
    float:left;
    margin-right: 16px;
}
.in, .out {
    float:left;
    width: 50px;
    text-align: center;
    padding-top: 25px;
}
.in {
    background:url("i/bgtop.png") no-repeat 3px -479px;
    color:#FF8D00;
}
.out {
    background:url("i/bgtop.png") no-repeat 3px -418px;
    color:#8A9436;
}
.listMain {
   float:left;
   border-right:  1px solid #E2E6E9;
   width: 477px;
   /*width: 512px;*/
   padding-right:10px;
   overflow: hidden;
}
.wTmb {
  width: 282px;
}
.itemComments, .itemCategorry {
    float:left;
    font-weight:bold;
    padding: 5px 0 5px 30px;

}
.itemCategorry {
   background:url("i/bgtop.png") no-repeat -11px -354px;
   margin: 15px 0 0 0;
}

.itemComments {
   background:url("i/bgtop.png") no-repeat -11px -182px;
   margin: 15px 20px 0 0;
}

.itemUrl {
    display:block;
}
a.itemUrl {
    color:#FF8D00;
}
.listMain h2, .winListItem h2 {
   margin-top:0;
}
.reklKare {
   padding:0 0 20px 0;
   font-fize:13px;
}
.reklKare a {
   color:#939393;
}
.reklKare a:hover {
   color:#FF8D00;
}
.reklKare a span {
   font-weight:bold;
   font-size: 14px;
   display: block;
   margin-top: 3px;
   color:#4B769F;
}
.reklKare a img {
   float:left;
   margin: 0 10px 0 0;
}
.categories {
   margin: 0;
   padding: 0;
}
.categories li {
   padding:12px;
   background:url("i/small-bgr.png") no-repeat center bottom;
   list-style: none;
   overflow: hidden;
   color: #939393;
}
.categories li a {
   display:block;
   background:url("i/bgtop.png") no-repeat -10px -242px;
   padding:0 15px;
   float:left;
   font-size:12px;
   color:#FF8C00;
}
.categories li a:hover, .comment span {
   color:#4B769F;
}
.categories li span {
   float:right;
}
.reklLinkove {
   list-style: none;
   padding:0 0 0 10px;
   margin:20px 0;
}
.reklLinkove li {
   float:left;
   width:125px;
   margin-right: 20px;
   line-height: 200%;
}
.reklLinkove li ul {
   list-style: none;
   padding:0;
   margin:0;
}
.reklLinkove li ul li {
   background:url("i/bgtop.png") no-repeat -10px -238px;
   padding:0 15px;
}
.pagination {
   background:#314E6A;
   padding: 20px 40px;
}
.pagination a {
   font-size: 14px;
   font-weight:bold;
   float:left;
   padding: 5px 7px;
   color:#FFFFFF;
}
.pagination a:hover, .pagination a.active {
   color:#FFB04C;
}
.pagination span {
   float:left;
   font-size:12px;
   color:#D2D2D2;
   padding:5px 10px;
}
.leftArr {
   background:url("i/bgtop.png") no-repeat 6px -719px;
   width: 6px;
   height: 12px;
}
.rightArr {
   background:url("i/bgtop.png") no-repeat 6px -688px;
   width: 6px;
   height: 12px;
}
.footnote {
   color:#B8B8B8;
   padding:12px 50px;
}
.copyR {
   float:right;
}
#footer ul {
   padding:0;
   margin:0;
}
#footer li {
   list-style:none;
   float:left;
   padding-right:15px;
}
.ads {
   padding: 20px 65px;
   background:url("i/big-bgr.png") no-repeat center bottom;
}
ol {
   line-height:150%;
   font-size:13px;
   font-weight:bold;
}
ol p {
   margin-bottom:5px;
   color:grey;
   font-weight: normal;
}
#frm {
   width:500px;
   margin: 30px 0;
}
.field2 {
     border:1px solid #E2E6E9;
     background:#FFFFFF;
     padding:10px;
     margin: 8px 0 18px;
     -webkit-box-shadow: inset 1px 1px 4px 0px rgba(100, 100, 100, 0.1);
     -moz-box-shadow: inset 1px 1px 4px 0px rgba(100, 100, 100, 0.1);
     box-shadow: inset 1px 1px 4px 0px rgba(100, 100, 100, 0.1);
     width:100%;
     font-size:12px;
}
.field2:focus {
     border:1px solid #FFCC66;
}
form label {
   display:block;
   font-weight:bold;
}
.field3 {
   border:1px solid #E2E6E9;
   background:#FFFFFF;
   padding:10px;
   margin: 8px 0 18px;
   -webkit-box-shadow: inset 1px 1px 4px 0px rgba(100, 100, 100, 0.1);
   -moz-box-shadow: inset 1px 1px 4px 0px rgba(100, 100, 100, 0.1);
   box-shadow: inset 1px 1px 4px 0px rgba(100, 100, 100, 0.1);
   width:100%;
   font-size:12px;
}
.button {
   background: #649bd3; /* Old browsers */
   background: -moz-linear-gradient(top, #649bd3 0%, #4d78a3 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#649bd3), color-stop(100%,#4d78a3)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #649bd3 0%,#4d78a3 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #649bd3 0%,#4d78a3 100%); /* Opera11.10+ */
   background: -ms-linear-gradient(top, #649bd3 0%,#4d78a3 100%); /* IE10+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#649bd3', endColorstr='#4d78a3',GradientType=0 ); /* IE6-9 */
   background: linear-gradient(top, #649bd3 0%,#4d78a3 100%); /* W3C */
   color:#ffffff;

   border: 1px solid #406A95;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;

   margin: 0;
   outline: none;
   padding: 10px 20px;
   text-align: center;
   text-transform: uppercase;
   font-weight: bold;
   -webkit-font-smoothing: antialiased;

   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
   box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;

   display:block;
   cursor: pointer;
}
.button:hover {
   background: #4d78a3; /* Old browsers */
   background: -moz-linear-gradient(top, #4d78a3 0%, #649bd3 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d78a3), color-stop(100%,#649bd3)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #4d78a3 0%,#649bd3 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #4d78a3 0%,#649bd3 100%); /* Opera11.10+ */
   background: -ms-linear-gradient(top, #4d78a3 0%,#649bd3 100%); /* IE10+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d78a3', endColorstr='#649bd3',GradientType=0 ); /* IE6-9 */
   background: linear-gradient(top, #4d78a3 0%,#649bd3 100%); /* W3C */
}
.capchaImg {
   width:120px;
   height: 30px;
   border:1px solid #E2E6E9;
   padding:2px;
   margin: 8px 5px 18px 0;
   -webkit-box-shadow: inset 1px 1px 4px 0px rgba(100, 100, 100, 0.1);
   -moz-box-shadow: inset 1px 1px 4px 0px rgba(100, 100, 100, 0.1);
   box-shadow: inset 1px 1px 4px 0px rgba(100, 100, 100, 0.1);
}

.linkRow {
   float:left;
   padding:5px 30px 5px 0;
}
.logoBanner {
   float:left;
   margin:10px 18px 10px 0;
}
p {
   line-height:140%;
}
.code {
   font-weight:bold;
   color:#FF8C00;
}
.winListItem {
   padding:15px;
}
.winListItem p {
   margin-top:0;
}
.catSelect {
   background-color: #ffffff;
   padding:3px;
   font-size: 12px;
   border: 1px solid #E2E6E9;
   box-shadow: 1px 1px 4px 0 rgba(100, 100, 100, 0.1) inset;
   padding: 2px;
   /*background:#6AA5E0;*/
   position:absolute;
   right:10px;
   top:10px;
}
.statistics {
   width:650px;
}
.statistics h3 {
   clear: left;
   float: left;
   padding:10px 0;
   border-bottom: 1px solid #CED4D9;
   width:635px;
   margin: 20px 0 0;
   font-size:15px;
}
.statistics dt {
   clear: left;
   float: left;
   width: 74%;
   margin: 0 20px 0 0;
   padding: 10px 0;
   border-bottom: 1px dashed #CED4D9;
   font-weight: bold;
}
.statistics dd {
   float: left;
   width: 20%;
   margin: 0;
   padding: 10px 0;
   border-bottom:1px dashed #CED4D9;
   color:#FF8C00;
}
.comment {
   margin: 0 20px;
   padding: 10px 0;
   border-bottom:1px dashed #CED4D9;
   overflow: hidden;
}
.comment p {
   font-size:14px;
   font-family: Gerorgia, "Times New Roman", Times, serif;
   font-style:italic;
   margin: 2px 0 2px 39px;
}
.comment .dateIp {
   color:#CED4D9;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size:11px;
   font-style: normal;
}
.like {
   background:url(i/like.png) no-repeat -11px -11px;
   padding: 6px 0 10px 40px;
   margin: 0;
}
.dislike {
   background:url(i/like.png) no-repeat -11px -54px;
   padding: 6px 0 10px 40px;
   margin: 0;
}
.commentForm {
    margin: 0 ;
    padding: 10px 20px;
    border-top:1px solid #CED4D9;
    border-bottom:1px solid #CED4D9;
}
table {
   width:100%;
}
td {
   padding: 10px;
   border-bottom:1px dashed #CED4D9;
}
td.legend {
   width:80%;
   font-weight:bold;
}
td.hdg3 {
   border-bottom:1px solid #CED4D9;
   font-size:15px;
   font-weight:bold;
   padding-top:30px;
   background: #ffffff; /* Old browsers */
   background: -moz-linear-gradient(top, #ffffff 78%, #ededed 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(78%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #ffffff 78%,#ededed 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #ffffff 78%,#ededed 100%); /* Opera11.10+ */
   background: -ms-linear-gradient(top, #ffffff 78%,#ededed 100%); /* IE10+ */
   /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );  IE6-9 */
   background: linear-gradient(top, #ffffff 78%,#ededed 100%); /* W3C */
}
tr:hover {
   background: #ffffff; /* Old browsers */
   background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
   background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
   background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
}
/* Hide for both screenreaders and browsers:*/
.hidden { display: none !important; visibility: hidden; }
/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.new {
   font-size:9px;
   color:#FF8C00;
   padding-left:5px;
   font-weight:normal;
}
.errorMes {
   border:2px solid #FF1E00;
   display:block;
   padding:10px;
   margin-bottom:20px;
   background: #ffefef; /* Old browsers */
   background: -moz-linear-gradient(top, #ffefef 0%, #ffaaaa 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffefef), color-stop(100%,#ffaaaa)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #ffefef 0%,#ffaaaa 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #ffefef 0%,#ffaaaa 100%); /* Opera11.10+ */
   background: -ms-linear-gradient(top, #ffefef 0%,#ffaaaa 100%); /* IE10+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefef', endColorstr='#ffaaaa',GradientType=0 ); /* IE6-9 */
   background: linear-gradient(top, #ffefef 0%,#ffaaaa 100%); /* W3C */
}
.okMes {
   border:2px solid #a5c956;
   display:block;
   padding:10px;
   margin-bottom:20px;
   background: #f2ffd3; /* Old browsers */
   background: -moz-linear-gradient(top, #f2ffd3 0%, #cdeb8e 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ffd3), color-stop(100%,#cdeb8e)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #f2ffd3 0%,#cdeb8e 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #f2ffd3 0%,#cdeb8e 100%); /* Opera11.10+ */
   background: -ms-linear-gradient(top, #f2ffd3 0%,#cdeb8e 100%); /* IE10+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffd3', endColorstr='#cdeb8e',GradientType=0 ); /* IE6-9 */
   background: linear-gradient(top, #f2ffd3 0%,#cdeb8e 100%); /* W3C */
}

.illuImg {
   border:1px solid #B0BBC4;
   padding:0;
   text-align:center;
   margin:30px 0;
}
.half {
    float:left;
    width:300px;
    margin-right:20px;
}

/* For TOP sites */
.top {
   border:2px solid #ffb355;
   position:relative;
   padding:12px;
   margin-bottom: 15px;
   /* Firefox v3.6+ */
   background-image: -moz-linear-gradient(50% 12% -90deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
   /* safari v4.0+ and by Chrome v3.0+ */
   background-image: -webkit-gradient(linear,50% 12%,50% 106%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(241,241,241)));
   /* Chrome v10.0+ and by safari nightly build*/
   background-image: -webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
   /* Opera v11.10+ */
   background-image: -o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
   background-image: linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
   /*MSIE*/
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = #ffffffff,endColorstr =#fff1f1f1,GradientType = 0);
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr = #ffffffff,endColorstr =#fff1f1f1,GradientType = 0)";
}
.top .listMain {
   width:400px;
   float:left;
   border:none;
}
.topBadge {
   position:absolute;
   top:-2px;
   left:-2px;
}
.top .siteImg {
   border:1px solid #FFB355;
   padding:3px;
   background:#eee;
   border-top:1px solid #B1B1B1;
   border-right:1px solid #4C4C4C;
   border-bottom:1px solid #333333;
   border-left:1px solid #949494;
   /* Firefox v3.6+ */
   background-image: -moz-linear-gradient(rgb(241,241,241) 0%,rgb(255,255,255) 100%);
   /* safari v4.0+ and by Chrome v3.0+ */
   background-image: -webkit-gradient(linear,color-stop(0, rgb(241,241,241)),color-stop(1, rgb(255,255,255)));
   /* Chrome v10.0+ and by safari nightly build*/
   background-image: -webkit-linear-gradient(rgb(241,241,241) 0%,rgb(255,255,255) 100%);
   /* Opera v11.10+ */
   background-image: -o-linear-gradient(rgb(241,241,241) 0%,rgb(255,255,255) 100%);
   background-image: linear-gradient(rgb(241,241,241) 0%,rgb(255,255,255) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = #fff1f1f1,endColorstr =#ffffffff);
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr = #fff1f1f1,endColorstr =#ffffffff)";
   -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
   box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

/* VIP-TOP page */
img.vipButt:hover {
   opacity:0.8;
}
.bigP {
   font-size: 14px;
}
/*Lightbox styles*/
#lightbox {
   border: 1px solid #CED4D9;
}
#lightbox {
   position:fixed; /* keeps the lightbox window in the current viewport */
   top:0;
   left:0;
   width:100%;
   height:100%;
   background:url(i/overlay.png) repeat;
   text-align:center;
}
#lightbox p {
   text-align:right;
   color:#fff;
   margin-right:20px;
   font-size:12px;
}
#lightbox img {
   -webkit-box-shadow:0 0 25px #111;
   -moz-box-shadow:0 0 25px #111;
   box-shadow:0 0 25px #111;
   max-width:940px;
}
.priceTable {
   border:1px solid #CED4D9;
   *border-collapse: collapse; /* IE7 and lower */
   border-spacing: 0;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   border-collapse: separate;

}
.priceTable th{
   text-align:left;
   border-bottom: 1px solid #CED4D9;
   padding: 10px;
   background: #ffffff; /* Old browsers */
   background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
   background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
   background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
}
.priceTable th:first-child {
     -moz-border-radius: 6px 0 0 0;
     -webkit-border-radius: 6px 0 0 0;
     border-radius: 6px 0 0 0;
 }
.priceTable th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.priceTable tr:last-child td{
   border:none;
}
.half2 {
   float:left;
   width:300px;
   margin-right:40px;
}
.sectionBody {
   margin-bottom:20px;
}
.finalPrice {
   font-size:36px;
   font-weight:bold;
   color: #939393;
   background: url("i/bgtop.png") no-repeat -17px -756px;
   padding: 5px 35px;
   display:block;
   clear: both;
   margin: 0 auto;
   text-align: center;
   width: 150px;
}
.third {
   float:left;
   width:277px;
   margin-right:20px;
}
.paymentCheck {
   height:56px;
}
.bank {
   background: url("i/bgtop.png") no-repeat 20px -815px;
   height:56px;
   /*padding: 0 0 0 10px;*/
}
.paypal {
   background: url("i/bgtop.png") no-repeat 20px -885px;
   height:56px;
   /*padding: 0 0 0 10px;*/
}
.epay {
   background: url("i/bgtop.png") no-repeat 20px -956px;
   height:56px;
   /*padding: 0 0 0 10px;*/
}
.third p {
   padding: 0 0 0 32px;
}
.kupiSect {
   border: 1px solid #CED4D9;
   padding:0 20px 20px 20px;
   margin-bottom: 20px;
   background: #ffffff; /* Old browsers */
   background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
   background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
   background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
}
.half3 {
   float:left;
   width:278px;
   margin-right:40px;
}
.half4 {
   width:574px;
   clear:both;
}
.last {
   margin-right:0;
}

/* Hide for both screenreaders and browsers: */
.hidden { display: none; visibility: hidden; }
/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
