/* Generic Formatting */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th {
    border: 0 none;
    font-family: Arial,Verdana,Geneva,sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
	height: 100%;
	overflow-y: scroll;
}

#content hr {
    background:none;
    width:720px;
    height:1px;
    border:none;
    border-bottom:solid 1px #599720;
}
#content a {
	color:#599720;
}
#content h1 {
	font-size: 16px;
	font-weight: 600;
	margin:0 0 15px;
	color:#599720;
}
#content h2 {
	font-weight:bold;
	font-size: 13px;
	color:#2b2b2b;
	margin:0 0 6px;
}

/* Textboxes */
input, textarea, select{
	vertical-align:middle;
	border: solid 1px #959289;
	color: #666;
	font-size: inherit;
	margin: 0 0 5px;
}
input[type='text'], input[type='password'] {
	width: 190px;
}
input[type='radio'],input[type='checkbox'] {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0px;
	margin: 0 0 0px !important;
}
input[type='text'][readonly] {
	background-color: #D7D4C6;
}

/* Buttons */
input[type='submit'], input[type='button'], button {
	color: #599720;
	font-weight: bold;
	background:#fff;
	border:1px solid;
	border-color: #B7B5AC;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input[type='submit']:hover, input[type='button']:hover, button:hover {
	background:#ECECEC;
}

/* Main Layout */
body {
	background-color: #d9d9d9;
	color: #666;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#wrapper {
	width:975px;
	margin:0 auto;
	background:#fff;
	min-height: 100%;
}
#header{
	width:935px;
	padding:11px 20px 0px 20px;
	height: 73px;
}
#headmenu1 {
	height: 17px;
	text-align: right;
}
#headmenu2 {
	height: 27px;
}
#content {
	padding:0px 20px 50px 20px;
}
#footer {
	width: 975px;
	margin: 11px auto 0 auto;
	text-align: center;
}

/* Header */
#headmenu1 a {
    background: url("../images/bg_footnav_seperator.gif") no-repeat scroll left 2px rgba(0, 0, 0, 0);
    color: #666;
    margin-left: 7px;
    padding-left: 10px;
    text-decoration: none;
}
#headmenu1 *:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
}
#headmenu1 .langsel {
	color: #a6a6a6;
}
#headmenu1 .langselactive {
	color: #000;
}

/* footer */
#footer {
    clear: both;
    height: 50px;
    margin: 0 auto;
    padding: 11px 20px 0 13px;
    text-align: center;
    width: 943px;
}
#footer *:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
}
#footer a, #footer span {
    background: url("../images/bg_footnav_seperator.gif") no-repeat scroll left 2px rgba(0, 0, 0, 0);
    color: #666;
    margin-left: 7px;
    padding-left: 10px;
    text-decoration: none;
}

/* Login */
#loginvis {
    position: relative;
    width: 935px;
    margin: auto;
}

#loginimg {
    border-bottom: 5px solid #599720;
    position: relative;
    z-index: 0;
}

#logindiv {
    background: url("../images/bgWhite50.png") repeat scroll 0 0 transparent;
    height: 208px;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 196px;
}

/* Overlay */
#loadingbox {
        z-index: 10000;
        background-color:#FFFFFF;
        position:fixed; top:45%;left:45%;width:15px; height:15px; color:#000000; text-align:center; vertical-align:middle;
        border: 0px solid #000000;
}

#fmOverlay {
        z-index: 9999;
        height:100%;
        width:100%;
        display:table;
        vertical-align:middle;
        position:fixed;
        background-color:#000;
        top: 0%;
        left: 0%;
        -ms-filter: "Alpha(Opacity=75)"; /* IE 8 */
        filter:alpha(opacity=75); /* IE5-7 */
        -moz-opacity: 0.75; /* Mozilla */
        opacity: 0.75;
}

* html #fmInner { /* ie6 hack */
   position: absolute;
   margin-top: expression(0 - parseInt(this.offsetHeight / 2) +
     (TBWindowMargin = document.documentElement &&
     document.documentElement.scrollTop ||
     document.body.scrollTop) + 'px');
}

#fmInner {
        position: absolute;
        top: 10%;
        width: 500px;
        height: 80%;
        left: 50%;
        margin-left: -250px;
        z-index: 10000;
        background-color:#DDD;
        overflow:auto;
        padding: 10px;
}

/* Project specific */
.fzText {
        width:200px;
        float:left;
        overflow:hidden;
}

#priceTiresSummer,#priceTiresWinter option {font-family:"Courier New",Courier}

.b {
	font-weight: bold;
}
.l {
	white-space: nowrap;
}

.nw {
	white-space: nowrap;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.rowunderline td {
	border-bottom: 1px solid;
}

#offerlist {
	border-collapse:collapse;
}

#offerlist, #offerlist td {
	border: 1px solid black;
}

#offerlist td {
	padding: 3px 3px 3px 3px;
}
.heading {
	color: #666;
	font-weight: bold;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
    font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
    padding: 15px 0 0 0;
    width:200px;
    color: #666;
    text-align: center;
    filter: alpha(opacity:90);
    KHTMLOpacity: 0.90;
    MozOpacity: 0.90;
    opacity: 0.90;
}
a.tt:hover span.top{
    display: block;
    padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{
    display: block;
    padding: 0 8px; 
    background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
    display: block;
    padding:3px 8px 10px;
    color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}