/* DEFAULT LINKS -------------------------------------------- */
body a {
    text-decoration: none;
    border: none;
    outline: none;
}
body a:hover {
    text-decoration: none;
}

/* GLOBAL AHS HEADLINES ------------------------------------- */
h1 {font-family: Arial Narrow, Arial; font-size: 22px; font-weight:bold; color: #CD1141;}
h2 {font-family: Arial Narrow, Arial; font-size: 20px; font-weight:bold; color: #CD1141;}
h3 {font-family: Arial Narrow, Arial; font-size: 18px; font-weight:bold; color: #CD1141;}
h4 {font-family: Arial Narrow, Arial; font-size: 16px; font-weight:bold; color: #CD1141;}
h5 {font-family: Arial Narrow, Arial; font-size: 14px; font-weight:bold; color: #CD1141;}
h6 {font-family: Arial Narrow, Arial; font-size: 12px; font-weight:bold; color: #CD1141;}


/* SIDEBAR CONTENT--------------------------------------------- */	

#sidebarContent {
    height: 640px;
    width: 280px;
    margin: 35px 15px;
    padding: 10px 5px 0 10px;
}

#sidebarContent .introCopy {
    background: url(../images/magSpread.png) no-repeat bottom right;
    height: 95px;
    width: 270px;
    margin: 0px 5px;
}
#sidebarContent .RintroCopy {
    background: url(../images/shield.png) no-repeat center right;
    height: 95px;
    width: 270px;
    margin: 0px 5px;
}
#sidebarContent .introCopy p, .RintroCopy p {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    width: 182px;
    margin: 12px 0px 12px 0px;
}
#sidebarContent .introCopy h1, .RintroCopy h1 {
    font-family: Arial;
    font-size: 24px;
    font-weight:bold;
    color: #CD1141;
}
#sidebarContent  hr {
    background-color:#AAAAAA;
    border:0 none;
    color:#AAAAAA;
    height:1px;

}
#sidebarContent .endCopy {
    height: auto;
    width: 270px;
    margin: 0px 5px;
}
#sidebarContent .RendCopy {
    height: auto;
    width: 270px;
    margin: 0 5px;
}

#sidebarContent .endCopy p {
    margin-bottom: 12px;
}
#sidebarContent .endCopy a {
    color: #4C4C4C;
    border-bottom: 2px solid #AAA;
}
#sidebarContent .RendCopy  a {
    background:transparent url(../images/icon_sample.png) no-repeat scroll left top;
    display:block;
    float:left;
    width: 150px;
    color: #4C4C4C;
    text-decoration: none;
    padding: 0 0 0 20px;
    margin: 5px 0 0 0;
}
#sidebarContent .RendCopy  a:hover {
    text-decoration: underline;
}


/* CONTENT AREA 1 COL------------------------------------- */
.leadinTop {
    float: left;
    display: block;
    width: 665px;
    height: 160px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.leadinTop img {
    position: absolute;
    left: 15px;
    top: 27px;
}

.customizeTop {
    float: left;
    display: block;
    width: 1000px;
    height: 55px;
    overflow: hidden;
    margin: 0 0 40px 0;
    padding: 0;
}
.customizeTop img {
    position: absolute;
    left: 15px;
    top: 125px;
}
.thankyouTop {
    float: left;
    display: block;
    width: 1000px;
    height: 155px;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0;
}
.thankyouTop img {
    position: absolute;
    left: 15px;
    top: 27px;
}

.thankyouBar {
    background: url(../images/icon_success.png) no-repeat -6px center;
    height: 45px;
    width: 100%;
    display: block;
    float:left;
    border-bottom: 1px solid #AAA;
    margin: 0 0 0 15px;
}
.thankyouBar h1 {
    display: block;
    float: left;
    width: auto;
    margin: 0 0 0 40px;
    padding: 15px 15px 0 5px;
}
.thankyouBar .toolsTop {
    display: block;
    float: right;
    width: auto;
    margin: 25px 0px 0px 0px;

}
.thankyouBar .toolsTop a {
    color: #333;
    padding: 0 25px 5px 25px;
    text-decoration: none;
    border: none;
    outline: none;
}
.thankyouBar .toolsTop a:hover {
    text-decoration: underline;
}

.thankyouBar .toolsTop .print {
    background: url(../images/print_icon.png) no-repeat left top;
    display: block;
    float: left;
}
.thankyouBar .toolsTop .faq {
    background: url(../images/faq_icon.png) no-repeat left top;
    display: block;
    float: left;
}

.thankyouEnd {
    height: 45px;
    width: 100%;
    display: block;
    float: left;
    border-top: 1px solid #AAA;
    margin: 20px 0 0 15px;
}	
.thankyouEnd .toolsEnd {
    display: block;
    float: left;
    width: auto;
    margin: 10px 0px 0px 10px;

}
.thankyouEnd .toolsEnd a {
    color: #333;
    padding: 0 25px 5px 20px;
    text-decoration: none;
    border: none;
    outline: none;
}
.thankyouEnd .toolsEnd a:hover {
    text-decoration: underline;
}
.thankyouEnd .toolsEnd .view {
    background: url(../images/icon_sample.png) no-repeat left top;
    display: block;
    float: left;
}		
.subCopy {
    float: left;
    display: block;
    width: 465px;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding:0 0 0 15px;
}
.subCopy h3 {
    font-family: Arial Narrow, Arial;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0px 0px 0px;
}

.customize .leftCol {
    float: left;
    position: relative;
    width: 334px;
    height: auto;
    overflow: hidden;
    margin: 0;
}

.customize .rightCol {
    float: left;
    position: relative;
    width: 666px;
    height: auto;
    overflow: hidden;
    margin: 0;
}
.customize .rightCol .planTop {
    float: left;
    display: block;
    height: 34px;
    width: 645px;
    border-bottom: 1px solid #AAA;
    margin: 0px 20px 0px 10px;
}
.customize .rightCol .toolsTop {
    display: block;
    float: right;
    width: auto;
    margin: -10px 0px 0px 0px;

}
.customize .rightCol .toolsTop a {
    color: #333;
    padding: 0 20px 5px 20px;
    text-decoration: none;
    border: none;
    outline: none;
}
.customize .rightCol .toolsTop a:hover {
    text-decoration: underline;
}

.customize .rightCol .toolsTop .faq {
    background: url(../images/faq_icon.png) no-repeat left top;
    display: block;
    float: left;
}
.customize .rightCol .customEnd {
    display: block;
    float: left;
    height: auto;
    width: 310px;
    margin: 15px 0 0 10px;
}
.customize .rightCol .customEnd p {
    margin: 5px 0 15px 0;
}
.customize .rightCol .customSubmit {
    display: block;
    float: right;
    height: auto;
    width: 280px;
    margin: 15px 0 0 0;
}
.customize .rightCol .customSubmit input.btnCustomOff {
    background: url(../images/btn_quote_pickDisabled.png) no-repeat;
    height: 52px;
    width: 270px;
    border: none;
    outline: none;
}
.customize .rightCol .customSubmit input.btnAnswerOff {
    background: url(../images/btn_answersDisabled.png) no-repeat;
    height: 52px;
    width: 270px;
    border: none;
    outline: none;
}
.customize .rightCol .customSubmit input.btnCustomOn {
    background: url(../images/btn_quote_pick.png) no-repeat;
    height: 52px;
    width: 270px;
    border: none;
    outline: none;
}
.customize .rightCol .customSubmit input.btnAnswerOn {
    background: url(../images/btn_answers.png) no-repeat;
    height: 52px;
    width: 270px;
    border: none;
    outline: none;
}
.customize .rightCol .customSubmit input:hover.btnCustomOn {
    background: url(../images/btn_quote_pickOver.png) no-repeat;
    height: 52px;
    width: 270px;
    border: none;
    outline: none;
}
.customize .rightCol .customSubmit input:hover.btnAnswerOn {
    background: url(../images/btn_answersOver.png) no-repeat;
    height: 52px;
    width: 270px;
    border: none;
    outline: none;
}

.thankyou .leftCol {
    float: left;
    position: relative;
    width: 650px;
    height: auto;
    overflow: hidden;
    margin: 0;
}
.thankyou .leftCol .content{
    padding: 20px 25px;
    display: block;
    float: left;
}
.thankyou .leftCol .content ul{
    display: block;
    float: left;
    width: 180px;
}
.thankyou .leftCol .extra {
    display: block;
    float: left;
    margin: 20px 0 20px 10px;
}
.thankyou .leftCol .extra ul.addon {
    display: block;
    float: left;
    width: 230px;
}
.thankyou .leftCol .extra h4{
    padding: 0 0 0 8px;
    margin: 0 0 5px 0;
}
.thankyou .leftCol .extra ul.addon li{
    padding: 5px 0px 5px 8px;
    border-bottom: 1px solid #AAA;
    font-size: 11px;
}
.thankyou .leftCol .extra ul.addon li span{
    float: right;
    font-weight: bold;
    font-size: 11px;
    color: #000;
    margin: 0 8px 0 0;
}
.thankyou .rightCol {
    background: url(../images/magazine_large.png) no-repeat 145px 40px;
    float: right;
    position: relative;
    width: 334px;
    height: auto;
    overflow: hidden;
    margin: 0;
}
.thankyou .RrightCol {
    background: url(../images/magazineR_large.png) no-repeat 145px 40px;
    float: right;
    position: relative;
    width: 334px;
    height: auto;
    overflow: hidden;
    margin: 0;
}
.thankyou .rightCol .topBox {			
    margin: 35px 0 0 13px;
    width: 310px;
    height: 161px;
    display: block;
    float: left;
}
.thankyou .RrightCol .topBox {			
    margin: 35px 0 0 13px;
    width: 310px;
    height: 161px;
    display: block;
    float: left;
}
.thankyou .rightCol .topBox p {
    width: 125px;
    margin: 5px 0 15px 0;
}
.thankyou .RrightCol .topBox p {
    width: 125px;
    margin: 5px 0 15px 0;
}
.thankyou .rightCol .topBox a.download {
    background: url(../images/btn-download.png) no-repeat;
    display: block;
    width: 144px;
    height: 128px;
    cursor: pointer;
}	
.thankyou .RrightCol .topBox a.download {
    background: url(../images/btn-download.png) no-repeat;
    display: block;
    width: 144px;
    height: 128px;
    cursor: pointer;
}
.thankyou .rightCol .topBox a:hover.download {
    background: url(../images/btn-downloadOver.png) no-repeat;
    display: block;
    width: 144px;
    height: 128px;
    cursor: pointer;
}
.thankyou .RrightCol .topBox a:hover.download {
    background: url(../images/btn-downloadOver.png) no-repeat;
    display: block;
    width: 144px;
    height: 128px;
    cursor: pointer;
}
.thankyou .rightCol .endBox {
    width: 310px;
    height: auto;
    margin: 0 0 0 13px;
    display: block;
    float: left;
}
.thankyou .RrightCol .endBox {
    width: 310px;
    height: auto;
    margin: 0 0 0 13px;
    display: block;
    float: left;
}
.thankyou .rightCol hr {
    border: 0;
    color:#AAA;
    background-color: #AAA;
    height: 1px;
    margin: 5px 0;
}
.thankyou .RrightCol hr {
    border: 0;
    color:#AAA;
    background-color: #AAA;
    height: 1px;
    margin: 5px 0;
}

.leadin .leftCol {
    float: left;
    position: relative;
    width: 666px;
    height: auto;
    overflow: hidden;
    margin: 0;
}
.leadin .rightCol {
    float: left;
    position: relative;
    width: 334px;
    height: auto;
    overflow: hidden;
    margin: 0;
}
.leftCol .content {
    padding: 0px 15px;
}
.rightCol .content {
    padding: 0px 20px 0px 10px;
}

.adds {
    float: left;
    display: block;
    width: 330px;
    margin: 10px 0 0 -10px;
}
.adds .add{
    background: url(../images/bg_adds.png) no-repeat;
    height: 141px;
    width: 330px;
    cursor: pointer;
}
.adds .add h1 {
    padding: 25px 20px 0 20px;
    color: #000;
    font-weight: normal;
    font-size: 35px;

}
.adds .add p {
    padding: 5px 0 0 10px;
    margin: 0 0 0 12px;
    width: 160px;
    color: #000;
}
.adds .add img {
    float: right;
    padding: 0 30px 0 0;
    margin: -20px 0 0 0;
}
.adds .add img.R {
    float: right;
    padding: 0 20px 0 0;
    margin: -85px 0 0 0;
}

.cols3 {}

.cols3 .col {
    float: left;
    position: relative;
    width: 333px;
    height: auto;
    overflow: hidden;
    margin: 0;
}

.col .content {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 0px 10px;
    margin: 0;
}

.col .content h3 {
    margin:0 10px 0 10px;
}
.col .content p {
    margin:0 10px 0 10px;
}
.col .content ul {
    margin-left: 25px;
    list-style: disc;
}

.content hr {
    border: 0;
    color:#AAA;
    background-color: #AAA;
    height: 1px;
    margin: 10px 0 12px 0;
}


/* CUSTOMIZE LIST ------------------------------------------------- */		
#customPick {
    background: url(../images/bg_customList.png) repeat 0 5px;
    float: left;
    display: block;
    height: 310px;
    width: 100%;
    margin: 10px 0 0 0;
    overflow: hidden;
}
#customPick li {	
    background: url(../images/bg_customPick.png) no-repeat 50% 50%;
    height: 156px;
    width: 133px;
    display: block;
    float: left;
}

#customPick li img {
    padding: 0 0 0 10px;
    margin:  0;
    z-index: -995;
}

#customPick li p {
    margin: -10px 0 0 0;
    padding: 0px 15px 0px 15px;
    text-align: center;
}
#customPick li a.remove {
    float: right;
    cursor: pointer;
    height: 15px;
    width: 18px;
    margin:  18px 15px 0 0;
    z-index: 998;
}
#customPick li a.remove img {
    padding: 0;
    margin:  0;
    cursor: pointer;
    z-index: 997;
}


/* CONTENT AREA 3 COLS -------------------------------------------- */	
.landingTop {
    float: left;
    display: block;
    width: 480px;
    height: 150px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.landingTop img {
    position: absolute;
    top: 125px;
    left: 15px;
}
#content {
    display: block;
    height: auto;
    width: 665px;
    padding: 0;
    margin: 0;
}
#content p {
    color: #333;
    font-size: 12px;
    padding: 0 205px 0 0;
}
#content hr {
    background-color:#AAA;
    border:0 none;
    color:#AAA;
    height:1px;
    margin:10px 0 12px;
}
#content .full {
    height: auto;
    width: 635px;
    padding: 20px 15px;
    margin: 10px 0;
}
#content .fullLast{
    height: auto;
    width: 635px;
    padding: 20px 15px 0 15px;
    margin: 10px 0 0 0;
}
#content .fullLast hr {
    background-color:#AAA;
    border:0 none;
    color:#AAA;
    height:1px;
    margin:10px 0 0 0;
}
#content .choose {
    height: auto;
    width: 635px;
    padding: 0 15px;
}
#content .choose .leftCol {
    width: 145px;
    height: 500px;
    float: left;
    margin: 0 20px 0 0;
}
#content .choose .rightCol {
    width: 470px;
    float: right;
}
#content .choose p {
    padding: 0;
    margin: 10px 0px;
}

#content .choose p.small {
    font-size: 10px;
}

#content .choose ul {
    margin: 0;
    padding: 0;
}

#content .choose ul li a:hover{
    color: #cd1141;
    text-decoration: none;
}

#content .itemHolder {
    height: 180px;
    width: auto;
    display: block;
}											
#content .itemHolder .itemSmall {
    display: block;
    width: 112px;
    height: 180px;
    float: left;
    text-align: center;
    margin: 0 10px 20px 0;
}
#content .itemHolder .itemSmallFirst {
    display: block;
    width: 112px;
    height: 180px;
    float: left;
    text-align: center;
    margin: 0 10px 20px -15px;
}	
#content .itemHolder .itemSmallLast {
    display: block;
    width: 112px;
    height: 180px;
    float: left;
    text-align: center;
    margin: 0 5px 0 0;
}

#content .itemHolder .itemLarge {
    display: block;
    width: 112px;
    height: 180px;
    float: left;
    text-align: center;
    margin: 0 65px 20px 0;
}
#content .itemHolder .itemLast{
    display: block;
    width: 112px;
    height: 180px;
    float: left;
    text-align: center;
    margin: 0 0 20px 0;
}
#content .itemHolder .itemFirst{
    display: block;
    width: 112px;
    height: 180px;
    float: left;
    text-align: center;
    margin: 0 65px 20px -15px;
}
/* ITEM SLIDER ------------------------------------------------- */	
#itemSlider {
    float: left;
    clear: both;
    display: block;
    height: 150px;
    width: 670px;
    margin: 10px 0 0 0;
    padding: 0px 0px 0px 8px;
}
#itemSlider p {
    float: left;
    text-align: left;
    padding: 0 0 0 8px;
    margin: 0;
    width: 60px;
}
#itemSlider li span {
    float: right;
    padding: 0 12px 0 0;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #000;
}
#itemSlider .sliderBox {
    position: relative;
    height:150px;
    overflow:hidden;
    padding:0;
    width:575px;
    float: left;
}

#itemSlider .slider {
    height:150px;
}

.slider {
    margin: 0;
    position:relative;
    width:100000px;
}

#itemSlider .slider li {
    height: 150px;
    margin: 0;
    overflow:hidden;
    width: 145px;
    float: left;
}
#itemSlider img {
    margin: 0 20px;
}
#itemSlider span.prev, #itemSlider span.prev a {
    background: url(../images/arrowleft.png) no-repeat 0 60%;
    display:block;
    height:150px;
    overflow:hidden;
    text-indent:-999em;
    width:45px;
    z-index:100;
    float: left;
}
#itemSlider span.prev, #itemSlider span.prev a:hover {
    background: url(../images/arrowleft.png) no-repeat 0 60%;
}
#itemSlider span.next, #itemSlider span.next a {
    background:url(../images/arrowright.png) no-repeat 0 60%;
    display:block;
    height:150px;
    overflow:hidden;
    text-indent:-999em;
    width:45px;
    z-index:100;
    float: left;
}	
#itemSlider span.next, #itemSlider span.next a:hover {
    background:url(../images/arrowright.png) no-repeat 0 60%;
}
/* TABS ----------------------------------------------------- */
#tabArea {
    position: relative;
    top: -54px;
    width: 655px;
    height: auto;
    margin: 0 0 -54px;
}										
#tabArea .tabTop {
    height: auto;
    width: 635px;
    padding: 20px 15px;
}
#tabArea .tabTopicons {
    background: url(../images/topicons.png) no-repeat right 15px;
    height: auto;
    width: 635px;
    padding: 20px 10px;
}
#tabArea .RtabTopicons {
    background: url(../images/bbb.png) no-repeat 97% 15px;
    height: auto;
    width: 635px;
    padding: 20px 15px;
}		
#tabArea.ui-tabs .ui-tabs-nav li {
		list-style: none;
		float: left;
		width: 200px;
		height: 55px;
		width: auto;
		position: relative;
		margin: 0 10px 0 0;
		border-bottom: 0 !important;
		padding: 0;
		white-space:
		nowrap;
	}

#tabArea.ui-tabs .ui-tabs-nav li a {
			position: relative;
				left: 20px;
			display: block;
			float: left;
			color: #00b0d8;
			font: bold 20px "Arial Narrow";
			padding: 20px 21px 25px 0;
			cursor: pointer;
		}
		#tabArea.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
			background: url(/images/tab_02.png) no-repeat 100% 0%;
			color: #CD1141;
		}
		#tabArea.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
			background: url(/images/tab_01.png) no-repeat;
			margin-bottom: 0;
			padding-bottom: 1px;
		}


#chooseArea.ui-tabs .ui-tabs-nav li { 
    height: 18px;
    width: auto;
    border-bottom: 1px solid #AAA;
    padding: 18px 0px 10px 0px;
}

#chooseArea.ui-tabs .ui-tabs-nav li a { 
    color: #00b0d8;
    font-family: Arial Narrow, Arial;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
}

#chooseArea.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { 
    color: #cd1141;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
}

#chooseArea.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
    background: url(../images/chooseArrow.png) no-repeat 138px 22px;
}

.ui-tabs { 
    position: relative;
    padding: .2em;
    zoom: 1;
} 
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}		
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel { 
    display: block;
    border-width: 0;
    padding: none;
    background: none;
}
.ui-tabs .ui-tabs-hide { 
    display: none !important;
}


/* Customize Accordion----------------------------------*/	

#accordion {
    height: 579px;
    width: 275px;
}	
#accordion .picked { 
    background: #DCEDC5 url(../images/btn-addtoplanDisabled.png) no-repeat 121px 77px;
}
#accordion a.disabled { 
    color: #AAA;
}		
#accordion a.picked {
    display: block;
    color: #333;
    padding: 2px 2px 2px 10px;
    border-bottom: 1px solid #AAA;
    background: #DCEDC5 url(../images/icon_tick.png) no-repeat 95% 50%;
}
#accordion input.addPlan {
    background: url(../images/btn-addtoplan.png) no-repeat;
    display: block;
    float: right;
    cursor: pointer;
    width: 144px;
    height: 28px;
    border: none;
    outline: none;
    padding: 0;
}
#accordion input:hover.addPlan {
    background: url(../images/btn-addtoplanOver.png) no-repeat;
    display: block;
    float: right;
    cursor: pointer;
    width: 144px;
    height: 28px;
    border: none;
    outline: none;
    padding: 0;
}

.ui-accordion .ui-accordion-header { 
    position: relative;
    margin-top: 1px;
    zoom: 1;

}
.ui-accordion .ui-accordion-li-fix { 
    display: inline;
}

.ui-accordion a {
    display: block;
    color: #333;
    padding: 2px 2px 2px 10px;
    border-bottom:1px solid #AAA;
    background: url(../images/icon_tick_grey.png) no-repeat 95% 50%;
}

.ui-accordion-header a { 
    display: block;
    padding: 0;
}

/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }


.ui-accordion .ui-accordion-content { 
    background-color: #FFF;
    padding: 10px 0px;
    border-top: 0;
    border-bottom: 1px solid #AAA;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active { 
    display: block;
}

.ui-accordion .ui-state-active {
    background-color: #FFF;
    color: #cd1141;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #AAA;
}

.ui-accordion p {
    padding: 0px 10px;
}	

.ui-accordion input {
    margin:10px 10px 2px 0px;
}

.ui-accordion input.picked {
    display: none;
}
.ui-accordion input.pickedDone {
    display: none;
}	

/* FAQ Accordion -------------------------------- */
#faq {
    overflow: auto;
    padding: 0 0 0 5px;
    z-index: 2750;
}
#faq h2 {
    color: #00B0D8;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #AAA;
    font-family: Arial;
    width: 600px;
    margin: 5px 0 0 5px;
}
#faq .active {
    color: #000;
}	
#faq p {
    margin: 0;
    padding: 10px 20px;
    color: #000;
    display: block;
}
#faq .closed {
    display: none;
}

/* TOOLTIPS -------------------------------------- */		
.tooltip {
    background: url(../images/tooltip.png) no-repeat;
    color: #333;
    height: 36px;
    width: 242px;
    padding:25px 0px 0 0px;
    text-align: center;
    font-weight:bold;
    z-index:999;
    position: absolute;
    top: 310px;
    left: 400px;
}

.tooltipOff {
    display: none;
}



/* TABLES -------------------------------------- */	
.choosePlan{
    margin-bottom: 25px;
    width: 100%;
}
.choosePlan tr {
    height: 20px;
}	
.choosePlan td {
    background: url(../images/icon_tick.png) no-repeat 92% 50%;
    padding: 4px 35px 4px 0px;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    border-top: none;
    border-left: none;
    width: 200px;
}
.choosePlan td.right {
    background: url(../images/icon_tick.png) no-repeat 92% 50%;
    padding: 3px 5px 3px 10px;
    border-right: none;
    border-bottom: 1px solid #AAA;
    border-top: none;
    border-left: none;
    width: 180px;
}
.choosePlan td.empty {
    background: none;
    border:none;
}
.choosePlan td.last {
    border-right: 1px solid #AAA;
    border-left: none;
    border-top: none;
    border-bottom: none;
}
.choosePlan td.rightLast {
    background: url(../images/icon_tick.png) no-repeat 92% 50%;
    padding: 3px 5px 3px 10px;
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
    width: 220px;
}

/* FORM ELEMENTS ------------------------------- */	

#zip {
    display: block;
    margin: 146px 0 75px 0;
}	
#zip label {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: Arial Narrow, Arial;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#zip input {
    display: block;
    width: 258px;
    height: 25px;
    font: 20px Arial;
    padding: 4px 0 4px 5px;
}
#zip input.button {
    display: block;
    background: url(../images/btn_leadinZip.png) no-repeat;
    cursor: pointer;
    width: 270px;
    height: 52px;
    border: none;
    outline: none;
    margin: 15px 0 0 0;
    padding: 0;
}
#zip input:hover.button {
    display: block;
    background: url(../images/btn_leadinZipOver.png) no-repeat;
    cursor: pointer;
    width: 270px;
    height: 52px;
    border: none;
    outline: none;
    margin: 15px 0 0 0;
    padding: 0;
}


#quoteForm {
    height: auto;
    width: 270px;
    margin: 5px 5px;
}	
#quoteForm  h3 {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 15px 0px 5px 0px;
}
#quoteForm .field {
    display: block;
    height: 40px;
    width: 270px;
    margin:0 0 10px 0;
}
#quoteForm .fieldone {
    display: block;
    height: 25px;
    width: 270px;
    margin:0 0 5px 0;
}
#quoteForm .fieldtwo {
    display: block;
    height: 50px;
    width: 270px;
    margin:0 0 5px 0;
}
#quoteForm .fieldlast {
    display: block;
    height: 20px;
    width: 270px;
    margin:0 0 5px 0;
}	
#quoteForm .Rfieldlast {
    display: block;
    height: 20px;
    width: 270px;
    margin:15px 0 5px 0;
}
#quoteForm select {
    display: inline;
    float: right;
    width: 182px;
    color: #4c4c4c;
    margin: 0px 0px 5px 0px;
}
#quoteForm .fieldlast select.small {
    display: inline;
    float: left;
    width: 50px;
    color: #4c4c4c;
    margin: 0px 30px 5px 60px;
}
#quoteForm label {
    display: inline;
    float: left;
}
#quoteForm label span {
    float: left;
    display: block;
    font-style: italic;
    font-size: 11px;
    color: #AAA;
}	
#quoteForm label.radio {
    float: right;
    display: block;
    margin: 0 0 0 0;
}	
#quoteForm input {
    display: inline;
    float: right;
    width: 175px;
    color: #4c4c4c;
    margin: 0px 0px 5px 0px;
}
#quoteForm .state_zip_info {
    display: inline;
    float: right;
    width: 230px;
    color: #4c4c4c;
    margin: 0px 0px 5px 0px;
    font-size: 1.2em;
}
#quoteForm input.radio {
    display: inline;
    float: right;
    width: 25px;
    padding: 0;
    margin: 0 0 0 5px;
}
#quoteForm input.zipField {
    display: inline;
    float: left;
    width: 62px;
    color: #4c4c4c;
    margin: 0px 0px 5px 17px;
}
#quoteForm input.phoneField {
    display: inline;
    float: left;
    width: 40px;
    color: #4c4c4c;
    margin: 0px 0px 5px 8px;
}
#quoteForm input.phoneFieldLarge {
    display: inline;
    float: right;
    width: 62px;
    color: #4c4c4c;
    margin: 0px 0px 5px 10px;
}
#quoteForm input.btnQuote {
    display: block;
    background: url(../images/btn_quote.png) no-repeat;
    cursor: pointer;
    width: 270px;
    height: 52px;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
}
#quoteForm input:hover.btnQuote {
    display: block;
    background: url(../images/btn_quoteOver.png) no-repeat;
    cursor: pointer;
    width: 270px;
    height: 52px;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
}
#quoteForm input.btnPick {
    display: block;
    background: url(../images/btn_pick.png) no-repeat;
    cursor: pointer;
    width: 270px;
    height: 52px;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
}
#quoteForm input:hover.btnPick {
    display: block;
    background: url(../images/btn_pickOver.png) no-repeat;
    cursor: pointer;
    width: 270px;
    height: 52px;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
}
#quoteForm input.btnAnswer {
    display: block;
    background: url(../images/btn_answers.png) no-repeat;
    cursor: pointer;
    width: 270px;
    height: 52px;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
}	
#quoteForm input:hover.btnAnswer {
    display: block;
    background: url(../images/btn_answersOver.png) no-repeat;
    cursor: pointer;
    width: 270px;
    height: 52px;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
}

/* MODAL --------------------------------------------------- */
#overlay {
    display: none;
}
#overlayBG {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width:100%;
    height:100%;
    background: #000;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}
#overlay .modalLayerBox {
    position: fixed;
    top: 55px;
    left: 50%;
    z-index: 1100;
    overflow: auto;
    background: #FFF;
    padding: 18px 15px;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}
#overlay #starBox {
    background: transparent url(../images/bg_modal.png) no-repeat;
    width: 625px;
    height: 500px;
    margin: 0 0 0 -313px;
}
#overlay #starBox h4 {
    background: url(../images/icon_tick.png) no-repeat 0px 2px;
    color:#000000;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    padding: 0 0 0 25px;
    margin:15px 6px 30px 5px;
}
#overlay #starBox h3 {
    color: #CD1141;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

#overlay .modalLayerBox div {
    clear: both;
}

#closeLayer {
    position: fixed;
    left: 50%;
    top: 75px;
    z-index: 1200;
    display: none;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: url(../images/icon_tick_off.png) no-repeat;
    text-indent: -999em;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}
#closeLayer:focus {
    outline: none;
}
#closeLayer.login {
    margin: 0 0 0 302px;
}

.error_message {
    color: #CD1141;
    font-weight: bold;
}

.small {
    font-size: 10px;
}

.sup {
    vertical-align: super;
    font-size: 60%;
}

.confirm_num {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
}
