﻿body{
background:url(../img/mainBg.jpg) repeat-x;
width: 998px;
}

/* Set up Div shapes specific to this project */

#container
{
   width: 1000px;
   color: #000000;
}

.TopIFrameDiv
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 61px;
    background-color: #666666;
    color: #000000;
}

#footerjs span, .TopIFrameDiv span
{
    margin: 2px 2px 2px 2px;
}

/* Home page blocks */

.WideHeadingImage
{
    width: 776px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    top: -3px;
}

.WideHeadingImageHome
{
    width: 1000px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    top: -3px;
}

.HalfBlockLeft
{
    background: url(Images/Pages/BMW_VerticalBar.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 275px;
    width: 575px;
    position: absolute;
    left: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.QuarterBlockCentre
{
    background: url(Images/Pages/BMW_VerticalBar.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 275px;
    width: 213px;
    position: absolute;
    left: 578px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.QuarterBlockRight
{
    width: 208px;
    position: absolute;
    left: 795px;
    height: 275px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.ThirdBlockCol1
{
    background: url(Images/Pages/BMW_VerticalBar.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 275px;
    width: 33%;
    position: absolute;
    left: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.ThirdBlockCol2
{
    background: url(Images/Pages/BMW_VerticalBar.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 275px;
    width: 32%;
    position: absolute;
    left: 33%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.ThirdBlockCol3
{
    height: 275px;
    width: 32%;
    position: absolute;
    left: 66%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.BelowTop3Blocks
{
    position: absolute;
    top: 275px;
    margin-bottom: 30px;
}

.RegBlurb
{
    position: absolute;
    margin-left: 0px;
    margin-top: 20px;
    width: 90%;
}

.FloatingQuoting
{
    position: relative;
    left: 92px;
    top: 185px;
    width: 300px;
}

.FloatingQuoting a#fq
{
    font-weight: bold;
    color: #FFFFFF;   
}
.FloatingQuoting a#fq:hover
{
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
}

/* we put a div inside the containing div to defeat the IE block model */
.HomePageBlockContent
{
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 25px;
}

.HalfBlockLeft .HomePageBlockContent
{
    margin-left: 20px;
    margin-top: 15px;
}

.HomePageSmallItem
{
    margin-bottom: 10px;
}

/* faqs styles */

.FaqQuestion
{
    width: 600px;
    background-color: #666666;
    color: #FFFFFF;
    margin: 0px 0px 1px 0px;
    padding: 2px 2px 2px 7px;
    font-weight: bold;
    cursor: pointer;
    background-image: url(../App_Themes/BMW/img/rowArrow.gif);
    background-position: right;
    background-repeat: no-repeat;
}
.FaqQuestion span
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0 20px 0 0;
}

.FaqAnswer
{
    width: 600px;
    color: #404040;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}
.FaqAnswer span
{
    margin: 0px 0px 0px 0px;
}

/* comparison tables style */

.ComparisonTable
{
    border: solid 0px #A0A0A0;
    background-color: #FFFFFF;
    border-collapse: collapse;
    width: 630px;
}

.ComparisonTable td
{
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-bottom: solid 1px #C0C0C0;
    color: #000000;
}

.ComparisonTable th.GroupHeaderRowScope
{
    background-color: #E0E0E0;
    color: #000000;
}

.ComparisonTable th
{
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    color: #000000;
}

/* items descriptions tables style */

.ItemsDescriptionsTable
{
    border-collapse: collapse;
}

.ItemsDescriptionsTable th
{
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid 1px #C0C0C0;
    color: #000000;
}

.ItemsDescriptionsTable td
{
    vertical-align: top;
    text-align: left;

    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid 1px #C0C0C0;
    color: #000000;
}

/* transaction */

.TransPanel
{
    width: 700px;
}

div.TransactionConfirmationButtons
{
}

div.TransactionConfirmationButtons div
{
    text-align: right;
}

.FormPanel
{
}

.Warning
{
    color: Red;
    font-weight: bold;
}

/* wizard buttons */

.WizardButtonPanel
{
    position: relative;
    height: 40px;
}

.WizardHomeButton
{
    position: absolute;
    left: 0;
    top: 0;
}

.WizardNextButton
{
    position: absolute;
    left: 400px;
    top: 0;
}

.WizardPrevButton
{
    position: absolute;
    left: 310px;
    top: 0;
}

/* magical button style */

#container a.Button
{
    display: block;
    background: url('Images/Buttons/blue_button_bg.gif');
    background-position: right top;
    background-repeat: no-repeat;
    height: 18px;
    background-color: #2c2c54;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    margin: 5px 0 0 0;
    width: 140px;
    padding-top: 2px;
    vertical-align: middle;
}

#container a.ButtonSmall
{
    display: block;
    background: url('Images/Buttons/blue_button_bg.gif');
    background-position: right top;
    background-repeat: no-repeat;
    height: 18px;
    background-color: #2c2c54;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    margin: 5px 0 0 0;
    width: 70px;
    vertical-align: middle;
    padding-top: 2px;
}


/* we put a span inside the anchor to defeat the IE block model again */
#container a.Button span, #container a.ButtonSmall span
{
    display: block;
    margin: 0 20px 0 4px;
}

#container a.Button:hover, #container a.ButtonSmall:hover
{
    color: #CCCCCC;
    text-decoration: none;
}

/* text styles */

#container a
{
    color:#4c4c4c;
    text-decoration:none;
    font-weight: bold;
}
#container a:hover
{
    color:#187aa5;
    font-weight: bold;
}

#container h1
{
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    padding: 0;
}
#container h2
{
    font-weight: normal;
    font-size:13px;
    margin: 5px 0 10px 0;
    padding:0;
}

#container h3
{
    margin:0;
    padding:5px 0 5px 0;
    font-size:12px;
    font-weight: bold;
}

#container h4
{
    margin:0;
    padding:0 0 5px 0;
    font-weight: bold;
    text-decoration: underline;
}

body
{
    margin:0;
    padding:0;
    font-family:arial,helvetica,verdana,sans-serif;
    font-size:11px;
    color:#000000;
}

#container ul.BMWList
{
    list-style-type: square;
    padding-left: 10px;
    margin-left: 10px;
}

#container ul.BMWList li
{
    list-style-type: square;
}

#container select,input,button,submit,textarea
{
    margin:0;
    padding:0;
    font-family:arial,helvetica,verdana,sans-serif;
    font-size:11px;
    color:#000000;
}
#container p
{
    margin-top: 5px;
    margin-bottom: 5px;   
}

.ViewPolicy
{
    background: url(Images/Pages/ViewHandbook.gif);
    width: 77px;
    height: 24px;
    display: block;
}

.SubTitle
{
    font-weight: bold;
    font-size: larger;
}

/* Changes to various BMW related styles */
#contents,#subContents,#dealerContents{
    position:relative;
    clear:both;
    width:780px;
    padding:10px 0 19px 0;
}
#subContents
{
    margin-top: 10px;
    padding-top:0;
    margin-bottom: 30px;
    width:779px;
}

#subContents.Transactional
{
    padding-top:0;
    margin-bottom: 30px;
    width:779px;
    border-left: solid 1px #afafaf;   
}

/* small fix to footer */
#footer div.footer_button2 img
{
    vertical-align: top;
}