/* Null */

table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

ol, 
ul {
  list-style-position: outside;
}

blockquote, 
q {
  quotes: none;
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
  content: '';
  content: none;
}
 
:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}
 
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}


div {
  position:relative;
}

* {
  margin: 0;
  padding: 0;
}

img {
  border:none;
}

html, 
body, 
form
{
  margin: 0;
  padding: 0;
}


/* Common */

html {
width: 100%;
  }

body {
  background: #161616;
  color: #333;
  width: 100%;
  font: 13px/1.3 Arial, Tahoma, sans-serif;
}

body.tv {
  height: 100%;
  }

/* Links */
a:link,
a:visited {
  color: #333;
}
  
a:active,
a:hover {
  color: #ff690c !important;
}

.wh {
  color: #fff !important;
}

.blk {
  color: #000 !important;
}


h1, 
h2, 
h3, 
h4 {
  line-height: normal;
  position: relative;
  font-weight:normal;
  font-family: Georgia, serif;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

h5 {
font-size: 13px;
}

h6 {
  font-size: 13px;
}

.small {
  font-size: 85%;
}

.big {
  font-size: 120%;
}

hr {
  border: none;
  color: #989898; 
  height: 1px; 
  background: #989898;
}

select, 
input, 
textarea {
  position: relative;
  padding: 5px 9px;
  border: 1px solid #9c9c9c;
  background: #fff;
  font-family: Arial, Tahoma, sans-serif;
   border-radius: 7px;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 -khtml-border-radius: 7px;
 behavior: url(/app/media/css/pie/PIE.htc);
 position: relative;
}

/* input:hover, 
select:hover, 
textarea:hover, 
input:focus, 
select:focus, 
textarea:focus {
  border: 1px solid #135185;
  background: #fff;
  color: #000 !important;
}
*/

select {
  padding: 1px 1px 1px 9px;
}

.radio,
.check,
input[type="radio"],
input[type="checkbox"] {
  background: #fff !important;
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important;
  border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 -khtml-border-radius: 3px;
 float: left;
}

input[type="radio"] {
  background: none !important;
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important;
  border-radius: 0;
 -moz-border-radius: 0;
 -webkit-border-radius: 0;
 -khtml-border-radius: 0;
 border: none;
}

label {
  margin-left: 25px;
  display: block;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.al-c {
  text-align: center;
}

.al-l {
  text-align: left !important;
}

.al-r {
  text-align: right;
}

.vert-mid {
  vertical-align: middle;
}

.vert-top {
  vertical-align: top;
}

.vert-bot {
  vertical-align: bottom;
}

.w50 {
  width: 50%;
}

.w90 {
  width: 90%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.strong {
  font-weight: 700;
}

.ov-hid {
  overflow: hidden;
}

.inl {
  display: inline;
}

.inl-blk {
  display: inline-block;
}

.blk {
  display:block;
}

.upper {
  tex-transform: uppercase;
}

.noback {
  background: none !important;
}

.nobrd {
  border: none !important;
}

.nobull {
  list-style-type: none;
}

.nounder {
  text-decoration: none !important;
}

.sp-span {
  position: relative;
  top: -2000px;
}

.fulltextnull,
.ccards-cols .ccards-list,
.myplace.video .item-list,
.myplace.test .item-list,
.myplace.mainpage .item-list,
.options-block .via .ov-hid,
.pangurman .search-block .ov-hid {
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
}

.fulltextnormal,
.ccards-list .ccard-item,
.myplace .item-list .item,
.options-block .via .ov-hid p,
.pangurman .search-block .column {
  font-size: 13px;
  line-height: normal;
  letter-spacing: normal;
}



