﻿.ModalButtonLeft
{
    float: left;
}

.ModalButtonRight
{
    float: right;
}

.ModalButtonLeft a DIV, .ModalButtonLeft a:Visited, .ModalButtonLeft a:Hover
{
    text-decoration: none;
}

.ModalButtonRight a
{
    text-decoration: none;
}

#divHomeContentsInsuranceStep1
{
}

a DIV.IAgreeButton
{
    float: left;
    height: 40px;
    background-image: url(images/buttons/bttn_green-fill.gif);
    background-repeat: repeat-x;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-top: 10px;
    font-size: 13px;
}

a DIV.IAgreeButton_Left
{
    float: left;
    width: 8px;
    height: 50px;
    background-image: url(images/buttons/bttn_green-left.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}


a DIV.IAgreeButton_right
{
      float: left;
    width: 8px;
    height: 50px;
    background-image: url(images/buttons/bttn_green-right.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.CarInsuranceStepButtons a
{
    text-decoration: none;    
}

a DIV.CancelButton
{
    float: left;
    height: 40px;
    font-size: 13px;
    background-image: url(images/buttons/bttn_grey-fill.gif);
    background-repeat: repeat-x;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-top: 10px
}

a DIV.CancelButton_Left
{
    float: left;
    width: 8px;
    height: 50px;
    background-image: url(images/buttons/bttn_grey-left.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}


a DIV.CancelButton_right
{
      float: left;
    width: 8px;
    height: 50px;
    background-image: url(images/buttons/bttn_grey-right.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

a DIV.close
{
    position: absolute;
    top: 10px;
    right: -10px;
    _right: 10px;
    width: 10px;
    height: 11px;
    background-image: url(images/modals/buttons/bttn_modal_close.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

a:Hover DIV.close
{
    
}

a DIV.closeHC
{
    width: 10px;
    height: 11px;
    background-image: url(images/modals/buttons/bttn_modal_close.gif);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
}

a:Hover DIV.closeHC
{
   
}


a.HomeContentsInsuranceIcon
{
    float: left;   
}

a DIV.HomeContentsInsuranceIcon
{
    width: 343px;
    height: 86px;
   background-image: url(images/homepage/bttns_choose_home_insurance.gif);
    background-repeat: no-repeat;
    background-position: 0px -171px;
    text-indent: -10000px;
    cursor: pointer;
}

a:Hover DIV.HomeContentsInsuranceIcon
{
    width: 343px;
    height: 86px;
   background-image: url(images/homepage/bttns_choose_home_insurance.gif);
    background-repeat: no-repeat;
    background-position: -343px -171px;
    cursor: pointer;
}

a.HomeInsuranceIcon
{
    float: left;   
}

a DIV.HomeInsuranceIcon
{
    width: 343px;
    height: 86px;
    background-image: url(images/homepage/bttns_choose_home_insurance.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -10000px;
    cursor: pointer;
}

a:Hover DIV.HomeInsuranceIcon
{
    width: 343px;
    height: 86px;
    background-image: url(images/homepage/bttns_choose_home_insurance.gif);
    background-repeat: no-repeat;
    background-position: -343px -0px;
    cursor: pointer;
}

a DIV.ContentsInsuranceIcon
{
    width: 343px;
    height: 86px;
    background-image: url(images/homepage/bttns_choose_home_insurance.gif);
    background-repeat: no-repeat;
    background-position: 0px -86px;
    text-indent: -10000px;
    cursor: pointer;
    float: left;
}

a:Hover DIV.ContentsInsuranceIcon
{
    width: 343px;
    height: 86px;
    background-image: url(images/homepage/bttns_choose_home_insurance.gif);
    background-repeat: no-repeat;
    background-position: -343px -86px;
    cursor: pointer;
}




/** 
    width: ;
    height: ;
    background-image: url();
    background-repeat: no-repeat;
**/