﻿.accordion
{
    
}
.accordion .header 
{
    height:33px;
    cursor:pointer;
    background: url('../../images/Backgrounds/bg_h1.gif') bottom left repeat-x;
    padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
 
}
.accordion .header DIV
{
    cursor:pointer;
    height:32px;
    padding-left:40px;
    background-color:Transparent;
    background-position:center left;
    background-repeat:no-repeat;
}

.accordion .header h3
{
    cursor: pointer;
    background-image: url('../../images/icons/info_3d.png'); 
    background-position :right;
    background-repeat:no-repeat;
    font-weight: bold;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    padding-left:10px;
    color: #6699FF;
}        
.accordion .header:hover
{
    cursor:pointer;
    font-weight: normal;
    border-bottom:none;
    background: #d0dafd;
	color: #339;
}                

.accordion selected
{
    background-image: url('../../images/accordian/ico_expand.png'); 
    background-position :left;
    background-repeat:no-repeat;
}

.accordion .getawebsite_banner

{
background : url('../../images/ban_web01.png') no-repeat;
width:840px;
height:250px;

}
.accordion .getawebsite_banner .right_box

{
float:right;
width:300px;
padding: 25px;
}


