
.basic  {
	margin:0px 10px 20px 10px;
	width: 425px;
	font-family: "Trebuchet MS";
	border-left: 1px solid #d7d7e1;
	border-top: 1px solid #d7d7e1;
	border-right: 1px solid #d7d7e1;
}
.basic div {
	/*background-color: #eee;*/
}

.basic h4 {
	color: #3b4c85 !important;
}

.basic p {
	margin-bottom : 10px !important;
	/*
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	*/
}

.basic #buildingInsurance {
	background:url(images/minihome-mp.png) no-repeat;
	padding-left:35px;
}

.basic #rentGuarantee {
	background:url(images/icons/32x32/sterling_pound_currency_sign.png) no-repeat;
	padding-left:35px;
}

.basic #tenantReferencing {
	background:url(images/icons/32x32/accept_page.png) no-repeat;
	padding-left:35px;
}

.basic #emergencyAssistance {
	background:url(images/icons/32x32/tools.png) no-repeat;
	padding-left:35px;
}

.basic #earnCommission {
	background:url(images/icons/32x32/refresh.png) no-repeat;
	padding-left:35px;
}

.basic .accordianContent {
	padding: 5px;	
	padding-top:8px;
	border-bottom: 1px solid #d7d7e1;
}

.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	color: #3b4c85;
	background-color: #fff9e8 !important;
	border-bottom: 1px solid #d7d7e1;
}
.basic a:hover {
	background-color: #3d4885 !important;
	color: white;
	text-decoration:none;
}

.basic a.selected {
	color: #3b4c85 !important;
	cursor:text;
	background-color: #ffd573 !important;
}

.basic .standard a{
	color:#3b4c85;
	font-weight:normal;
	text-decoration:none;
	border:none;
}

.basic .standard a:hover{
	text-decoration:underline;
}

/* the rent guarantee table formatting */
.basic .rentGuaranteeTable {
	background-color:#FCFCFD;
	border:1px solid #D7D7E1;
	color:#3B4C85;
	font-size:11px;
	margin:0px 20px 10px 20px;
}
.basic .titleLeft {
	background-color:#FCFCFD;
	border-bottom:1px solid #D7D7E1;
	border-right:1px solid #D7D7E1;
	color:#FDB813;
	font-size:11px;
	line-height:24px;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:3px;
	text-align:center;
}
.basic .titleRight {
	background-color:#FCFCFD;
	border-bottom:1px solid #D7D7E1;
	color:#FDB813;
	font-size:11px;
	line-height:24px;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:3px;
	text-align:center;
}
.basic .topLeftCol{
	border-bottom:1px solid #D7D7E1;
	border-right:1px solid #D7D7E1;
	padding:5px 8px;
}
.basic .topRightCol{
	border-bottom:1px solid #D7D7E1;
	padding:5px 8px;
}
.basic .leftCol{
	border-right:1px solid #D7D7E1;
	padding:5px 8px;	
}
.basic .rightCol{
	padding:5px 8px;
}
.basic .bottomLeftCol{
	border-right:1px solid #D7D7E1;
	border-top:1px solid #D7D7E1;
	padding:5px 8px;	
}
.basic .bottomRightCol{
	border-top:1px solid #D7D7E1;
	padding:5px 8px;	
}

/* Code to style the tenant referencing scrolling tables */
.basic #tenantReferenceTable {
	width:100%;
	margin-bottom:15px;
}
.basic #tenantReferenceTable td{
	padding-left:5px;
	font-size:11px;
	font-family:"Tahoma";
	line-height:20px;	
	border-bottom:1px solid #d7d7e1; 
}
.basic #scroller .scrollerContentTable td{
	color:red !important;
	line-height:20px;
	border-bottom:1px solid #d7d7e1; 
	text-align:center;
}

/* Code to display emergency content stuff */
.ecOption1Image{
	background:url(images/emergencyCover/ecOption1SmallWithoutPrice.png) no-repeat;
	width:92px;
	height:96px;
}
.ecOption1ImageGrey{
	background:url(images/emergencyCover/ecOption1SmallWithoutPriceGrey.png) no-repeat;
	width:92px;
	height:96px;	
}
.ecOption2Image{
	background:url(images/emergencyCover/ecOption2SmallWithoutPrice.png) no-repeat;
	width:92px;
	height:96px;
}
.ecOption2ImageGrey{
	background:url(images/emergencyCover/ecOption2SmallWithoutPriceGrey.png) no-repeat;
	width:92px;
	height:96px;
}
.ecOption3Image{
	background:url(images/emergencyCover/ecOption3SmallWithoutPrice.png) no-repeat;
	width:92px;
	height:96px;
}
.ecOption3ImageGrey{
	background:url(images/emergencyCover/ecOption3SmallWithoutPriceGrey.png) no-repeat;
	width:92px;
	height:96px;
}