/** RightClick 2010 **/

.left {
  float: left;
}

#rcWrapper {
    width: 930px;
    height: 100%;        
    position: relative; 
    top: 0px;
    padding: 0px;
    margin: 0 auto;
    text-align: left;
}
body {
    font-family: tahoma, arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}
div, table, td, tr {
    font-family: tahoma, arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
u {
    text-decoration: none;
    color: #444444;
    font-variant: small-caps;
    font-weight: bold;
}
table {
    border-collapse: collapse;
    table-layout: fixed;
}
td {
    vertical-align: top;
}
div {
    text-align: left;
}
sup {
    font-size: 12px;
    line-height: -4px;
}
b, strong {
    color: #990000;
}
a {
    color: #555555;
    text-decoration: underline;
}
a.red {
    color: #990000;
    text-decoration: underline;
}
a:hover {
    color: #990000;
    text-decoration: underline;
}
input {
    font-weight: normal;
    color: #333333;
    line-height: 18px;
}
textarea {
    border: 1px solid #666666;
    background-color: white;
    padding: 0px 0px 0px 3px;
}
h1 {
    display: inline;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
h1.red {
    color: #990000;
}
h2 {
    display: inline;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
h2.gray {
    color: #333333;
}
h3 {
    color: #990000;
    font-weight: bold;
    display: inline;
    font-size: 13px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}  
h4 {   
    color: #ffffff;
    display: inline;
    font-size: 17px;  
    text-decoration: none; 
    margin: 0px;
    padding: 0px;
}
h5 {
    color: #ffffff;
    display: inline;
    font-size: 16px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/** DIVIDER **/

div.divider {
    margin: 5px 0px 0px 0px;
    border-top: 1px solid #999999;
    height: 5px;
    overflow: hidden;
}

/** IMAGE **/

img.testimonial {
    margin: 0px 0px 10px 0px;
    cursor: hand;
}

/** LANGUAGE **/

td.language {
    text-align: right;
    vertical-align: middle;
}
td.language a {
    color: #999999;
    text-decoration: none;
}
td.language a:hover {
    color: #666666;
    text-decoration: underline;
}

/** TEXT **/

div.name {
    background-color: #fff;
    position: absolute;
    font-weight: bold;
    color: #990000;
    padding: 4px 9px 0px 0px;
    margin: 0px;
    overflow: hidden;
    height: 16px;
    _height: 21px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 0px;
    border-left: 0px;    
}
.header {
    color: #222222;
    padding: 0px 10px 10px 0px;
}
.content {
    color: #444444;
    padding: 0px 10px 10px 0px;
}
.underline {
    background-image:url('http://www.rightclick.nl/files/rc5-2010/bg-underline.gif');
    position: relative;
    height: 25px;
    margin: 0px 10px 10px 0px;
    padding: 0px;
}
.date {
    color: #666666;
}

/** MENU **/

a.menu {
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}
a:hover.menu  {
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #900;
}
div.menu {
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 930px;
    padding: 6px 0px 0px 10px;
    text-align: left;
    border-top: 1px solid #999999;
}
div.menu-sub {
    position: absolute;
    left: 9px;
    top: 32px;
    _top: 31px;
    height: 18px;
    _height: 20px;
    overflow: hidden;
    display: block;
    padding: 2px 0px 0px 6px;
    border-left: 1px solid #999999;
}
div.menu-sub a {
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    color: #666666;
}
a.active {
    color: #990000;
}
div.menu-sub a:hover {
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    color: #990000;
}
div.menu-marker {
    z-index: 100;
    display: none;
    position: absolute;
    left: 15px;
    top: 0px;
    _top: -3px;
}
div.menu-marker-line {
    z-index: 100;
    display: none;
    position: absolute;
    height: 6px;
    width: 0px;
    left: 10px;
    top: 26px;
    overflow: hidden;
    border-top: 0px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 0px;
}
div.menu-what-is-new {
    z-index: 100;
    position: absolute;
    right: 10px;
    top: 0px;
    color: #666666;
    padding: 5px 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
}

/** WIDTH **/

.width-110 {
    width: 98px;
    _width: 110px;
}
.width-220 {
    width: 208px;
    _width: 220px;
}
.width-295 {
    width: 283px;
    _width: 295px;
}
.width-340 {
    width: 318px;
    _width: 340px;
}
.width-450 {
    width: 438px;
    _width: 450px;
}
.width-560 {
    width: 548px;
    _width: 560px;
}
.width-680 {
    width: 668px;
    _width: 680px;
}
.width-910 {
    width: 898px;
    _width: 910px;
}
.width-auto {
    width: auto;
    _width: auto;
}

/** HEIGHT **/

.height-140 {
    height: 128px;
    _height: 140px;
}
.height-160 {
    height: 148px;
    _height: 160px;
}
.height-210 {
    height: 198px;
    _height: 210px;
}
.height-260 {
    height: 248px;
    _height: 260px;
}
.height-280 {
    height: 268px;
    _height: 280px;
}
.height-320 {
    height: 308px;
    _height: 320px;
}
.height-400 {
    height: 388px;
    _height: 400px;
}
.height-480 {
    height: 468px;
    _height: 480px;
}
.height-560 {
    height: 548px;
    _height: 560px;
}
.height-640 {
    height: 428px;
    _height: 640px;
}
.height-860 {
    height: 848px;
    _height: 860px;
}
.height-1080 {
    height: 1068px;
    _height: 1080px;
}
.height-auto {
    height: auto;
    _height: auto;
}

/** BOX **/

div.box-label {
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
    color: #990000;
    padding: 3px 8px 0px 9px;
    overflow: hidden;
    white-space: nowrap;
    height: 18px;
    _height: 21px;
    background-color: #fff;
    background-image: url('http://www.rightclick.nl/files/rc5-2010/bg-line.gif');
    border-top: 0px;
    border-right: 1px solid #999;
    border-bottom: 0px;
    border-left: 0px;
}
div.box-content {
    z-index: 5;
    position: relative;
    left: 0px;
    top: 20px;
    padding: 10px 0px 0px 10px;
    margin: 0px 0px 10px 0px;
    background-color: #fff;
    border: 1px solid #999;
    overflow: hidden;
}
div.box-content .content {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
div.box-content .content li {
    list-style-type: disc;
    margin-left: 1.5em;
}
div.box-content img {
    margin: 0px 0px 10px 0px;
}
div.box-content .option {
    text-align: center;
}
div.box-content .divider {
    overflow: hidden;
    height: 5px;
}
div.box-content .readmore {
    position: absolute;
    overflow: hidden;
    height: 35px;
    left: 10px;
    bottom: 0px;
    padding: 0px;
}
div.option {
    height: 20px;
    overflow: hidden;
    padding: 0px;
    margin: 0px 10px 10px 0px;
}
div.A {
    background-color: #f9f9f9;
}
div.B {
    background-color: #f0f0f0;
}
div.box-option {
    z-index: 10;
    position: relative;
    top: 0px;
    left: 0px;
    width: 178px;
    _width: 190px;
    color: #333;
    padding: 45px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #999;
}
div.box-option-2013 {
    position: relative;
    padding: 45px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
    background-color: #fff;
    border: 1px solid #999;
}

div.box-specifications {
    position: relative;
    float: left;
    width: 147px;
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 0px 0px;
    border: 0px;
}
div.box-wrapper {
    width: 282px;
    _width: 278px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    float: left;
}
div.box-logo { 
    position: relative; 
    border: 1px solid #999; 
    float: left; 
    padding: 30px 0px 0px 0px; 
    margin: 0px 10px 10px 0px; 
    overflow: hidden;
    width: 210px;
    height: 80px;
    text-align: center;
}
/** MODULES **/

table.modules td {
    vertical-align: top;
    padding: 0px 10px 0px 0px;
}
table.modules td img {
    vertical-align: top;
    margin: 10px 0px 0px 0px;
}

/** FOOTER **/

div.footer {
    position: absolute;
    background-image:url('http://www.rightclick.nl/files/rc5-2010/bg-footer.gif');
    color: #ad9999;
    display: none;
    height: 325px;
    width: 100%;
}
div.footer-label {
    position: absolute;
    background-color: #330000;
    overflow: hidden;
    font-weight: bold;
    color: #990000;
    padding: 7px 10px 0px 10px;
    overflow: hidden;
    height: 17px;
    _height: 26px;
    z-index: 10;
    margin: 0px;
    border-top: 1px solid #990000;
    border-right: 1px solid #990000;
    border-bottom: 1px solid #330000;
    border-left: 1px solid #990000;
}
div.footer-images {
    position: absolute;
    padding: 15px 0px 0px 0px;
}
div.footer-images img {
    margin: 0px 5px 0px 0px;
}

/** BORDER **/

td.border {
    border: 1px solid #999999;
    vertical-align: middle;
    text-align: center;
}

/* BANNER */
.banner a, .banner a:hover, a.link {
    color: #ffffff;
}
div.banner {
    filter: alpha(opacity=95);
    position: absolute;
    top: 50px;
    left: 50px;
    background-color: #990000;
    font-weight: normal;
    color: #ffffff;
    padding: 20px;
    margin: 0px;
    overflow: hidden;
    width: 318px;
    _width: 350px;
    height: 228px;
    _height: 260px;
}
div.banner-name {
    height: 26px;
}
div.banner-header {
    height: 23px;
}
div.banner-content {
    padding: 2px;
}
div.banner-description h2 {
    height: 24px;
}
div.banner .link {
    position: absolute;
    bottom: 15px;
    left: 22px;
}
div.banner .link a, div.banner .link a:hover {
    color: #ffffff;
    text-decoration: underline;
}
/** SLIDER **/

#oWrapperDiv {
    position: absolute;
    top: 0px;
    left: 0px;    
    width: 908px;
    height: 360px;
    overflow: hidden;
    border: 1px solid #cccccc;
} 
#oContainerDiv {
    z-index: 1;
    position: absolute;
    width: 910px;
    height: 360px;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
}
#oScrollDiv {
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 910px;
    background-color: #ffffff;
}
#oProgressDiv {
    z-index: 100;
    position: absolute;
    width: 910px;
    height: 5px;
    bottom: 0px;
    left: 0px;
    background-color: #ffffff;
    overflow: hidden;
    filter: alpha(opacity=80);
    opacity: 0.8; 
    -webkit-opacity: 0.8;
}
#oIndicatorDiv {
    z-index: 100;
    position: absolute;
    width: 910px;
    top: 370px;
    left: 0px;
    text-align: center;
    display: none;
}
#oIndicatorDiv table {
    margin: 0 auto; 
}
#friendsOff, #friendsOff a {
    color: #990000;
    float: right;
    margin: 5px 0 0 5px;
}
