/*
Top level specific CSS for Cover Direct
*/

/* import global styles */
@import url(global.css);

/* Start column layout */
/* non-IE */
#col1
{
	float: left;
	width: 170px;
	margin: 15px 37px 0 0;
}
#col2
{
	float: left;
	width: 580px;
	margin: 2px 0 0 0;
}
/* IE only */
* html #col1
{
	float: left;
	width: 170px;
	margin: 0 37px 0 0;
}
* html #col2
{
	float: left;
	width: 580px;
	margin: 0;
}
/* End column layout */

#sectionimage
{
	float: right;
	width: 165px;
	margin: 0 0 10px 10px;
}

caption
{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

table.claims
{
	width: 400px;
	font-size: 12px;
	border: 1px solid #999999;
	padding: 0;
	border-collapse: collapse;
}

table.claimswide
{
	width: 100%;
	font-size: 12px;
	border: 1px solid #999999;
	padding: 0;
	border-collapse: collapse;
}

th
{
	padding-left: 3px;
	line-height: 18px;
}

td
{
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	background-color: #F7ECD2;
	padding-left: 3px;
}

#faqcontent h2
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dotted #999999;
	padding-top: 5px;
}

#glossarycontent h2
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dotted #999999;
	padding-top: 5px;
}

#opexcontent h2
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dotted #999999;
	padding-top: 5px;
}

div.opexfooterbox
{
	width: 560px;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-bottom: 10px;
}

div.opexfooterbox p
{
	color: #666666;
	font-size: 11px;
}

div.opexfootertitle
{
	color: #666666;
	font-weight: bold;
	margin-bottom: 5px;
}

ol.notes
{
	list-style-type: decimal;
	font-size: 11px;
	margin-left: 15px;
	padding-left: 9px;
}

* html ol.notes
{
	margin-left: 12px;
	padding-left: 12px;
}

div.contactdetailsbox
{
	width: 350px;
	padding: 5px 10px 5px 10px;
	background-color: #F7ECD2;
	border: 1px solid #806C40;
	margin-bottom: 10px;
}
div.contactdetailstitle
{
	color: #806C40;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Policy wordings page */
div.wfieldsetcontainer
{
	position: relative;
}
* html div.wfieldsetcontainer
{
	margin-top: 23px;
}
fieldset.wordingsfs
{
	position: relative;
	background-color: #F7ECD2;
	border: 1px solid #806C40;
	margin-top: 23px;
	padding-top: 10px;
	width: 360px;
}
* html fieldset.wordingsfs
{
	padding: 20px 15px 10px 15px;
}
legend
{
	position: absolute;
	top: -10px;
	font-size: 14px;
	color: #806C40;
	background-color: #fff;
	border: 1px solid #806C40;
	padding: 2px 3px 2px 3px;
}
h2 legend
{
	font-size: 14px;
	color: #806C40;
	font-weight: normal;
}
label
{
	position: relative;
	width: 115px;
	display: block;
	margin: 5px 0;
	padding: 5px;
}
span.dateselection
{
	position: absolute;
	left: 125px;
	top: 2px;
	width: 250px;
	padding: 2px;
}
#actionbuttonrow
{
	position: relative;
	left: 0;
	width: 360px;
	margin-top: 10px;
	text-align: center;
}
.actionbutton
{
	margin: 0 10px;
}
fieldset.wordingsfs ul
{
	margin-bottom: 0px;
}
fieldset.wordingsfs li
{
	position: relative;
  	padding-left: 30px;
	background-image: url(/images/acrobat_icon.gif);
	background-repeat: no-repeat;
	background-position: 0;
	line-height: 32px;
	width: 300px;
}
fieldset.wordingsfs br
{
	display: none;
}
fieldset.wordingsfs .wselect
{
	position: absolute;
	left: 125px;
	top: 2px;
	width: 200px;
	padding: 2px;
}
/* End policy wordings page */

#col1 img.getquotebutton
{
	margin-top: 30px;
}