﻿.servicesContainer
{
    float:left;
    margin-top:13px;
    width:720px;
    background-image:url(../Images/defaultGrid.jpg);
    background-position:top left;
    background-repeat:repeat;
}
.servicesDetailContainer
{
    float:left;
    width:720px;
}
.bankAndInsuranceItemHeading
{
    float:left;
    width:167px;
    height:15px;
    margin-top:100px;
    background-color:#000000;
/*
    filter: alpha(opacity=60);
    opacity: 0.6;
*/
}
.bankAndInsuranceItemHeadingText
{
    float:left;
    top:-15px;
    position:relative;
    padding-left:5px;
    font-family:Arial;
    font-size:11px;
    text-align:left;
    color:#FFFFFF;
}
.bankAndInsuranceItem
{
    overflow:hidden;
    text-decoration:none;
    float:left;
    width:166px;
    height:115px;
    border:solid 1px #FFFFFF;
}
.bankAndInsuranceItem:hover
{
    cursor:pointer;
    border:solid 1px #333333;
}
.bankAndInsuranceItemHeading
{
    float:left;
    width:162px;
    margin-top:101px;
    padding-left:5px;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    text-align:left;
    background-color:#000000;
    color:#FFFFFF;
}
.bankAndInsuranceServiceDescription
{
    float:left;
    margin:13px 13px 0px 0px;
    width:347px;
    font-family:Arial;
    font-size:11px;
    color:#000000; 
    text-align:left;
    padding-bottom:13px;
    white-space:normal;
}
.bankAndInsuranceServicePicture
{
    float:left;
    margin:13px 0px 0px 0px;
    padding-bottom:13px;
    width:347px;
}
.serviceContactsContainer
{
    float:left;
    margin:10px 0px 10px 0px;
    width:720px;
}
.serviceContactContainer
{
    width:170px;
    height:230px;
    float:left;
}
.serviceContactPicture
{
    float:left;
    width:170px;
    height:150px;   
}
.serviceContactDetail
{
    float:left;
    width:165px;
    height:80px;
    padding-left:5px;
    background-color:#eef1f6;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#000000;
    text-align:left;
    text-decoration:none;
    line-height:15px;
}

.descContent
{
	float:left;
	text-align:center;
    margin-top: 13px;
    margin-bottom:0px;
    width:707px;
}
.salesDescription
{
	float:left;
	width: 347px;
	font-size: 11px;
	color:#000000;
	text-align:left;
	margin-right:13px;
	min-height:292px;
}

.salesDescriptionIn
{
	float:left;
	width: 347px;
	font-size: 11px;
	color:#000000;
	text-align:left;
	margin-right:13px;
	min-height:263px;
	margin-bottom:0px;
}
.salesBtnBack
{	float:left;
	width: 347px;	
	height: 16px;
    background-image: url(../Images/bg.jpg);
    margin-top:13px; 
}

.backFromDetail
{
    float: right;
    padding: 1px 0px 0px 20px;
    width: 65px;
    height: 16px;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    background-image: url(../Images/rightarrow.gif);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #000;
    text-align: left;
}
.backFromDetail:hover
{
    cursor: pointer;
    color: #000;
    background-color: #ccc;
}
.salesImg
{
	float:right;
	width: 347px;
	padding-bottom:0px;
}
.salesContentContain
{
	float:left;
	width:347px;
	background-color:#fff;
	min-height:292px;
	position:relative;
	padding-bottom:13px;
	
}

