﻿/* general */
div
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

/* header_row_logo - first header row */
div#header_row_logo
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 110px;
    z-index:898;    
}
div#logo
{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 309px;
    z-index:898;
}

div#headerads
{
    position: absolute;
    top: 10px;
    left: 330px;
}

/* header_row_navigation - second header row */
div#header_row_navigation
{
    position: relative;
    top: 15px;
    left: 0px;
    width: 1230px;
    height: 20px;
    border-top:dotted 1px;
    border-bottom:dotted 1px;
    padding-top:5px;
    padding-bottom:5px;
    z-index:899;    
}

div#top_navigation
{
    position: absolute;
    top:0px;
    left: 0px;
    width: 425px;   /* 309px; */
    padding-right: 10px;
}


/* columns and offers */
.TAB_HEADLINE
{
    font-weight: bold;
    font-size: 16px;
    color: white;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}


div#main_body
{
    position: relative;
    top: 30px;
    width: 100%;    /* 970px; */
    z-index:999;    
}

div#offers
{
    position: absolute;
    z-index: 100;
    top: 0px;
    left:215px;
    width: 700px;
    visibility:visible;
}

div.offer_headline
{
  	top:0px;
    left: 215px;
    z-index: 110;
}

div.offer_headline_tab
{
   	top:0px;
    left: 215px;
    /* background-image:url("images/tab-green.gif"); */
    background-color:transparent;
    background-position:left center;
    background-repeat:no-repeat;
    height:45px;
    width:169px;
    text-align:center;
    line-height:45px;
    font-family:Arial;
    font-size:14pt;
    color:White;
}

div#offers_hotlist
{
    left:215px;
    width: 700px;
    background-color:White;
    border: solid 5px red;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    visibility:visible;
    padding:15px;
    margin-bottom:20px;
}

div#offers_green
{
	z-index: 115;
    left:215px;
    width: 700px;
    background-color:White;
    border: solid 5px #64c72c; /*#66CC33*/
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    visibility:visible;
    padding:15px;
    margin-top:-11px;
    margin-bottom:20px;
}

div#offers_yellow
{
    left:215px;
    width: 700px;
    background-color:White;
    border: solid 5px #fa8700; /*#F18502*/
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    visibility:visible;
    padding:15px;
    margin-top:-11px;
    margin-bottom:20px;
}

div#offers_blue
{
    left:215px;
    width: 700px;
    background-color:White;
    border: solid 5px #0974e3; /*#4169E1*/
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    visibility:visible;
    padding:15px;
    margin-top:-11px;
    margin-bottom:20px;
}


div#left_navigation
{
    position: absolute;
    z-index: 105;
    width: 200px;
    left: 0px;
}

/* footer */

div#footer
{
    left: 265px;
    right:0px;
    visibility:visible;
}

/* Other... */
.HILITE
{
    color: white;
    background-color: #333399;
    font-weight: bold;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 20px;
}

.HILITE_RED
{
    color: white;
    background-color: red;
    font-weight: bold;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 20px;
}