
/* CSS Document */



/* Import main breakdown template */
@import url("breakdown_main.css");

/* Style individual elements */

a {
	color: #CC6600;
}

div#main_menu {
		background-image: url(https://www.blueinsurance.ie/Broker/Motorbreakdown/images/breakdown_bg_menu_8_style.png);
}

span#login_top {
	display: block;
	height: 10px;
	background-image: url(../image/bg_login_top_8_style.png);
	background-repeat: no-repeat;
	background-color: #9cd3e7;
	background-position: -7px 0px;
}

span#login_bottom {
	display: block;
	height: 10px;
	background-image: url(../image/bg_login_bottom_8_style.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: -7px 0px;
}

div#login_box {
	background-color: #9cd3e7;
}

.login_button {
	background-image: url(../image/button_login_8_style.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 44px;
	border: 0;
	margin-left: 70px;
	
}

span.policy_top {
	background-image: url(../image/bg_policy_top_8_style.png);
	display: block;
	width: 180px;
	height: 10px;
	background-color: #9cd3e7;	
}

div.policy_header {
	background-color: #9cd3e7;
}

div.policy_price {
	padding: 7px;
	background-color: #6c96a6;
	color: #FFFFFF;
	font-weight: bold;
	height: 310px;
}

div.policy_footer {
	background-color: #9cd3e7;
	padding-top: 10px;
	clear: both;
	padding-left: 5px;
}

span.policy_bottom {
	background-image: url(../image/bg_policy_bottom_8_style.png);
	display: block;
	width: 180px;
	height: 10px;
	margin-bottom: 15px;
}

div#footer {
	background-color: #dee600;
	clear: both;
	width: 775px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: .7em;
	text-align: center;
}

span#footer_top {
	display: block;
	background-image: url(https://www.blueinsurance.ie/Broker/Motorbreakdown/images/bg_footer_top_8_style.png);
	background-repeat: no-repeat;
	height: 10px;
	background-color: #ff8a00;
	width: 775px;	
}			

span#footer_bottom {
	display: block;
	background-image: url(https://www.blueinsurance.ie/Broker/Motorbreakdown/images/bg_footer_bottom_8_style.png);
	background-repeat: no-repeat;
	height: 12px;
	background-color: #dd7b0c;
	width: 775px;	
}

div#footer a {
	color: #FFFFFF;
}	


/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
 
h1 {	
    padding:20px 0;
	letter-spacing:-1px;
	font-size:1.5em;
}
 
h2 {
	color: #a50006;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}
 
h3 {
    color: #a50006;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

h4 {
	color: #a50006;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}

/****** My Policy *********/
table.my_policy_table   tr th {
    padding: 2px 2px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color:#a50006;
}

table.my_policy_table   tr td {
    padding: 2px 0;
}

ul.policy_menu {
    margin-left: 0px;
    padding-left: 0px;
}

ul.policy_menu li {
    display: inline;
    list-style: none;
}

/***** Key Facts *****/

table.key_facts tr th {
    padding: 3px 6px;
    font-size: 11px;
    border: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
    color:#a50006;
}

table.key_facts tr td {
    padding: 3px 6px;
    font-size: 11px;
    border: 1px solid #ccc;
}

table.key_facts * {
    font-size: 11px;
}
	