﻿@import url('/stylesheets/shared-category.css');
@import url('/stylesheets/category-navigation.css');
@import url('/stylesheets/category-navigation-landlords-insurance.css');
/*@import url('/stylesheets/enquiry-form.css');*/
@import url('/stylesheets/input-wrapper.css');

#contentInner h1,
#contentInner h2,
#contentInner h3
{
    color: #8C0055;
}

#quoteRotator
{
}

#questionBar
{
}

#questionBar span.question
{
    color: #8C0055;
    background-color: inherit;
}

/* Download Panel */
/*
.downloadPanel
{
	border: 1px solid #8C0055;
}

.downloadPanel .title
{
	color: #8C0055;
	background-color: #F8DCED
}

.downloadPanel .body,
.inputWrapper
{
	color: inherit;
	background-color: #F8DCED;
}
*/

/* Enquiry Form */
/*
#enquiryWrapper
{
	border: 1px solid #8C0055;
}

#enquiryWrapper .title
{
	color: #8C0055;
	background-color: #F8DCED;
}

#enquiryWrapper .body
{
	background-color: #F8DCED;
}
*/

.breakOut
{
    background-color: #F8DCED;
}

/* Landlords downloads */
#insurerDownload a.accordianHead
{
    display: block;
    margin: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
    font-size: 1.2em;
    padding-left: 30px;
}

#insurerDownload a.accordianHead:hover
{
    color: #c00;
    background-color: inherit;
}

#insurerDownload .insurerPanel
{
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}

#ExcludedBoilersList
{
    list-style: none;
}

#ExcludedBoilersList li
{
    display: inline;
}
/* End: Landlords downloads */
