html,body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family :Arial,  Verdana, Helvetica, sans-serif;
    font-size: 0.86em;
    color: #363636;
}

table, td, th {
    font-family :Arial,  Verdana, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

td, th {
   text-align: left; 
}

th {
    padding-right: 5px;
}

p {
    margin: 0px;
    padding-bottom: 20px;
}

h1 {
    font-size : 1.2em;
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
}

h2 {
    font-size : 1.1em;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #363636;
}

h2 a {
   color: #363636;
   text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;  
}

h3 {
    font-size : 1.0em;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #363636;
}

#outertable {
    width: 100%;
    height: 100%;
}

#outertable td {
    vertical-align: top;
    text-align: center;
}

#outertable td table td {
    text-align: left;
}

div {
    border: 0px solid #000000;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

a {
    text-decoration: underline;
    color: #FF0000;
    font-weight: bold;
}

a.none {
    text-decoration: none;
    color: #363636;
    font-weight: normal;
}

a.none:hover {
    text-decoration: underline;
}

ul {
    margin: 0px;
    padding-left: 0px;
    margin-left: 15px;
    padding-bottom: 20px;
}

li {
    list-style: square;
    margin: 0px;
    line-height: 1.33;
    margin-bottom: 0.5em;
    margin-left: 5px;
}

hr {
    height: 1px;
    border: 0px solid #FFFFFF;
    background-color: #B6FFA7;
}

img {
    border: 0;
}


/* Start area positioning */

div.container {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

td.left {
    width: 170px;
    background-color: #F3F3F3;
}

div.top {
    position: relative;
    left: 0px;
    width: 900px;
    height: 120px;
    padding-bottom: 5px;
}

div.searchbar {
    width: 900px;
    height: 25px;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
}

td.main {
    padding-left: 5px;
    padding-right: 5px;
    width: 715px;
}

div.footer {
    float: left;
    position: relative;
    left: 0px;
    width: 900px;
    border-top: 1px solid #363636;
}

/* End area positioning */

div.globalnav {
    width: 900px;
    text-align: right;
}

div.globalnav div {
    text-align: right;
}

div.globalnav a {
    font-size: 1.0em;
}

div.movie {
    padding-bottom: 5px;
    display: block;
    border-bottom: 1px solid #000000;
}

div.localnav {
    padding-bottom: 5px;
}

div.localnav  a.category {
    font-size : 1.1em;
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    z-index: 10;
    display: block;
}

div.localnav a.subcategory {
    font-size : 1.0em;
    color: #FF0000;
    margin: 0px;
    padding-left: 15px;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 5px;
    z-index: 10;
    display: block;
    font-weight: normal;
}

div.partners {
   text-align: center;
   display: block;
   padding-top: 5px;
}

div.partners img {
    padding-bottom: 10px;
}

.category {
    font-size : 1.1em;
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    z-index: 10;
    display: block;
}

div.innercontent {
    float: right;
    width: 165px;
    margin-left: 5px;
    padding-left: 5px;
}

table.innertable {
    padding-top: 5px;
}

div.features {
    padding-left: 40px;
    padding-bottom: 40px;
    float: right;
    text-align: right;
}

table.features {
    
}

table.features td {
    border-top: 1px solid #363636;
    padding: 3px;
}

table.features td.top-left-corner {
    border-left: 1px solid #363636;
}

table.features td.top-right-corner {
    border-right: 1px solid #363636;
    border-left: 1px solid #363636;
}

table.features td.middle-right {
    border-right: 1px solid #363636;
    border-left: 1px solid #363636;
}

table.features td.middle-left {
    border-left: 1px solid #363636;
}

table.features td.bottom-right-corner {
    border-right: 1px solid #363636;
    border-left: 1px solid #363636;
    border-bottom: 1px solid #363636;
}

table.features td.bottom-left-corner {
    border-top: 1px solid #363636;
}

span.intelligent, strong.intelligent {
    color: #FF0000;
}

a.intelligent, a.news {
    color: #363636;
    text-decoration: none;
}

a.intelligent:hover, a.news:hover {
   text-decoration: underline; 
}

/* Start footer classes */

div.footer {
    text-align: right;
}

div.footer p {
    font-size: 0.76em;
    font-weight: normal;
    text-align: right;
    color: #363636;
    padding-right: 10px;
}

/* End footer classes */