/* Global Reset */
*{
	margin: 0;
	padding: 0;
	text-align:left;
}

/* General */
body {
	font-size:11px;
	height: 100%;
	background-color:#E7E7E7;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}

.Normal
{
   font-size:11px;
   color: #666666;
}

.Normal a
{
   color: #2C99CE;
   text-decoration: none;
}

.Normal a:hover
{
   text-decoration: underline;
}

input,select {
	font-size: 11px;
}

input {
	padding: 1px;
}

p{
	line-height: 1.3;
	margin-bottom: 15px;
}

a {
	font-weight: normal;
	text-decoration: underline;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 6px 0 6px 0;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 6px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

img, img a {
	border: 0;
}

ul, ol {
	margin: 0 0 10px 30px;
}

li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}

blockquote {
	margin-left: 28px;
}

select option {
	padding: 0 10px;
}

hr {
	margin: 10px 0;
	padding: 0;
	background: #c7d7db;
	height: 1px;
	border:0;
}

.FloatLeft{
	float:left;
}

.FloatRight{
	float:right;
}

.Clear{
	clear:both;
}

.ClearLeft{
	clear:left;
}
/* ---------------------- */

#PageWrapper{
	margin: 0 auto;
	padding:0;
	text-align:center;
}

#PageHolder{
	margin:0 auto;
	padding:0;
	width:1025px;
	text-align:center;
}

#PageOuter{
	margin:0 auto;
	padding: 8px 40px 0 50px;
	background-image:url(../images/inside_bg.jpg) ;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
}

#TopBanner{
	padding:0;
	margin:0;
}

#Logo{
	padding:0;
	margin:0;
	float:left;
	height:82px;
	width:346px;	
}

#Timing{
	position:relative;
	top:22px;
	left:-28px;
	padding:0;
	margin:0;
	float:right;
	z-index:101px;
	
	height:71px;
	width:225px;	
}

#TopMenuHolder{
}

/* top menu */
#TopMenu {
	margin:0;
	padding:0;
	background-image:url(../images/top_menu_bg.jpg) ;
	background-repeat:no-repeat;
	width:928px;
	height:60px;
	z-index:100px;
}

#TopMenu ul {
	margin:0;
	padding:14px 0 0 15px;
}

#TopMenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#topMenu .Menu{
}

#TopMenu .Phone{
	padding:0;
	margin:-1px 0px 0 35px;
}

#TopMenu .Sep{
	background-image:url(../images/topmenu/sep.jpg) ;
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:15px;
	height:30px;
}

/* Holly Hack. IE Requirement \*/
* html #TopMenu ul li { float: left; height: 1%; }
* html #TopMenu ul li a { height: 1%; }
/* End */
/* top menu end*/

/* content holder */
#ContentHolder{
	clear:both;
	float:none;
	padding:5px 5px 5px 5px;
	margin:0px auto;
	text-align:left;
	min-height:200px;
}


#PageHeader,.PageHeader
{
    color:#2C99CE;
    font-size:24px;
    font-weight:bold;
    padding:5px 5px 5px 10px;
}

#PageContentHolder
{
    font-size:11px;
    padding:5px 5px 0px 10px;
    margin:0 auto;
    text-align:left;
    color: #666666;
}

#LoginBox,.LoginBox{
	float:left;
	margin:0 ;
	padding:0;
	width:282px;
	height:220px;
}

.LoginBox{
	height:100px;
	background-color:#C52729;
}


#LoginBoxContent,.LoginBoxContent{
	margin:0;
	padding:20px;
	color:#FFFFFF;
	font-size:11px;
}

#LoginBoxContent a,.LoginBoxContent a{
	color:#FFFFFF;
	text-decoration:none;
}

#LoginBoxContent a:hover,.LoginBoxContent a:hover{
	text-decoration:underline;
}

#LoginBox h3,.LoginBox h3 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

#LoginBox .LoginBoxControl,.LoginBox .LoginBoxControl{
	position:relative;
	left:-2px;

	width:204px;
	height:31px;
	margin:10px 0 0 0;
	padding:0;
	
	background-image:url(../images/Login_Field.png) ;
	background-repeat:no-repeat;
}

#LoginBox .LoginBoxControl .LoginTextBox{
	margin:6px 8px 0 8px;
	font-size:12px;
	width:188px;
	border:0px;
}

#HomeTextHolder{
    float:left;
    margin:10px 0px 0 30px;
	padding:0;
	width:330px;
}

#HomeTextHolder .Text
{
    padding:5px 0 5px 0;
    color:#666666;
    font-size:11px;
}

#SelectQuote
{
    margin:0 0px 5px 10px;
    padding:5px;
    display:none;
}

#SelectQuote img
{
    border:0px;
    padding:5px;
}
#SelectQuote a
{
   display:block;
}
#HomeAimeeHolder
{
    position:relative;
    top:-18px;
    float:right;
    width:250px;    
}

#HomeAimee
{
	position:absolute;
	margin:0;
	padding:0;
	background-image:url(../images/home_aimee.png) ;
	background-repeat:no-repeat;
	width:226px;
	height:278px;
}

#BlueLongBox{
	float:none;
	clear:both;
	margin: 0;
	padding: 0;
	background-image:url(../images/inside_bg_2.jpg) ;
	background-repeat:repeat-x;
	background-position:0px 0px;
	background-color:#FFFFFF;
	text-align:center;
	height:187px;
}

#WhiteBox{
	position:relative;
	top:18px;
	left:0px;
	margin:0 auto;
	padding:0;
	background-image:url(../images/bottomHolder.png);
	background-repeat:no-repeat;
	height:195px;
	width:932px;
	text-align:left;		
}

#ContentTopHolder
{
    margin:0;
    padding:0;
}


#ContentProgress
{
	float:left;
	position:relative;
	top:-12px;
	margin:0 0px 0 5px;
	padding:5px 10px 5px 10px;
	background-image:url(../images/progress_bg.gif);
	background-repeat:no-repeat;
	height:62px;
	width:486px;	
}
#ContentProgress #ProgressMessageHolder
{
    float:left;
    width:125px;
    margin:15px 0px 5px 0px;
    padding:2px;
    color:#999999;
    font-weight:bold;
    font-size:14px;
    text-align:right;
}
#ContentProgress #ProgressBarHolder
{
    float:left;
    width:340px;
    margin:2px 0px 5px 0px;
    padding:0;
}

#LeftContent
{
    float:left;
    width:520px;
    margin:0;
    padding:5px; 
    z-index:3;
    position:relative;
}

#RightContent
{
    float:left;
    width:381px;
    margin:0;
    padding:0; 
    z-index:2;
    position:relative;
}
#StepImageHolder
{
    margin:-2px 0 0 0;
    padding:0 2px 2px 2px;
       
}
#StepImageHolder img
{
   border:0;    
}

.NavButtons
{
    float:none;
    clear:both;
    margin:0 0 0 0;
    padding:5px;
}

/*----*/
#ControlHolder
{
    margin:0;
    padding:5px;
    text-align:left;
    width:881px;
}
/*---*/


.FormPageDetails
{
    font-size:11px;
    width:600px; 
}

.FormPageDetails div
{
    display:block;
    width:100%;
    float:none;
    clear:both;
}


.FormPageDetails dt,.FormPageDetails dd
{
    display: block; 
    float: left;
    font-size:11px;
}

.FormPageDetails dt 
{
	clear:both;
	width: 140px;
	margin: 3px 7px 8px 0;
	text-align:right;
    height: 1%;
}

.FormPageDetails dd {
	clear: none;
	margin: 0 0 8px 0px;
	color: #000000;
	text-align:left;
	width: 370px;
    height: 1%;
}


* html dd { 
    float: none; 
}

/* added from here */
.PageDetails
{
    font-size:11px;
    width:560px;
    margin:0 0 0 5px; 
}

.PageDetails p{
    clear: left;
    margin: 0;
    padding: 4px 7px 8px 0;
    padding-left: 160px; /*width of left column containing the label elements*/
    height: 1%;
}

.PageDetails label{
    float: left;
    margin-top:3px;
    margin-left: -160px; /*width of left column*/
    margin-right:5px;
    width: 160px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
    text-align:left;
}

.PageDetails label, input, select,textarea
{
    font-size:11px;
}

/* --- ---*/
.PageDetails1
{
    font-size:11px;
    width:560px;
    margin:0 0 0 5px; 
}

.PageDetails1 p{
    clear: left;
    margin: 0;
    padding: 4px 7px 8px 0;
    padding-left: 100px; /*width of left column containing the label elements*/
    height: 1%;
}

.PageDetails1 label{
    float: left;
    margin-top:3px;
    margin-left: -100px; /*width of left column*/
    margin-right:5px;
    width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
    text-align:left;
}

.PageDetails1 label, input, select,textarea
{
    font-size:11px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
    margin-left: 3px;
}


/* added till here */



.LeftCol 
{
    font-size:11px;
    display: block;
	float: left;
    width: 140px;
	margin: 2px 0 8px 0px;
	padding-right: 8px;
    text-align: right;
	
}

.RightCol {
	font-size:11px;
	display: block;
	float: left;
	margin: 0 0 8px 0px;
	color: #000000;
	text-align:left;
	width:350px;
}

.hintanchor img
{
    position:relative;
    border:0px;
    margin:0;
    left:-3px;
    padding:0;
    
}


/* -- Result box style*/
.QuoteResultHeader,.QuoteResultHeader1,.QuoteResultHeader2,.QuoteResultHeader3
{
    margin:10px 0 0 -8px;
    padding:0;
	width:933px;
	height:62px;
}
.QuoteResultDiv
{
    margin:0 0 0 -8px;
    padding:0;
    width:933px;
	height:80px;
	background-image:url(../images/bg1.png) ;
	background-repeat:no-repeat;
}

.QuoteResultDiv ul
{
    list-style:none;
    margin:0;
}

.QuoteResultDiv ul li
{
    float:left;
    margin:0;
    display: inline;
}

.QuoteResultDiv .small
{
    font-weight:normal;
    font-size:9px;
    color:#666666;
}

/* Holly Hack for IE \*/
* html #WhiteBox ul{height: 1%;} /*Holly Hack for IE7 and below*/

#WhiteBox ul{
	float:none;
	clear:both;
	position:relative;
	top:20px;
	left:14px;
	text-align:left;
	margin:0;
	padding:0;
}


#WhiteBox ul li{
	float:left;
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
	width:170px;
	
	font-size:11px;
	color:#666666;
	display: inline;
}


#WhiteBox ul .Seperator{
	position:relative;
	top:-9px;
	padding:0 10px 0 10px;
	margin:0;
	width:20px;
}


#WhiteBox ul li .SmallBoxText{
	border:0px;
	margin: 0 0 10px 0;
	padding:0;
}

#WhiteBox ul li .ImgTitle{
	border:0px;
	margin: 0 0 15px 0;
	padding:0;
}

.QuoteButtons{
	border:0px;
	margin: 5px 0 2px 0;
	padding:0;
	display:block;
}

.MoreInfo a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.MoreInfo a:hover{
	text-decoration:underline;
}

.HomeMore a{
	color:#2C99CE;
}

.CarMore a{
	color:#C52729;
}

.BikeMore a{
	color:#F26722;
}

.VanMore a{
	color:#43B749;
}

#FooterHolder{
	float:none;
	clear:both;
	margin:5px auto;
	padding:0px 0 0 0;
	width:920px;
	text-align:left;
}

#Footer1{
	float:left;
	width:280px;
}
#Footer2{
	float:left;
	width:400px;
}
#Footer3{
	float:right;
	width:200px;
	text-align:right;
}

#FooterLinks{
	margin:0;
	padding:0;
	
	color:#666666;
	font-size:11px;
}

#FooterLinks li{
	float:left;
	list-style:none;
	padding:0 10px 0 10px;
	margin: 0 0 10px 0;
	border-right:2px solid #F26722; 
}

#FooterLinks li a{
    color:#666666;
    text-decoration:none;
}
#FooterLinks li a:hover{
    color:#4BBE17;
    text-decoration:none;
}

#FooterLinks .Last{
	border-right:0px;  
}

.BodyText {
	font-size: 11px;
	color: #666666;
}
.BodyLink {
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
.BodyLink:hover {
	font-size: 11px;
	color: #CCCCCC;
	font-weight:bold;
	text-decoration:none;
}

.NormalLink {
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
.NormalLink:hover {
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}


/* -- Message box style*/
.info, .success,.error {
    border: 1px solid;
    margin: 10px 0px;
    padding:10px 10px 10px 10px;
    background-repeat: no-repeat;
    background-position:5px 7px  ;
	text-align:left;
	
	font-size:12px;
}

.info a, .success a,.error a{
	text-decoration:none;
}

.info a:hover, .success a:hover,.error a:hover{
	text-decoration:underline;
}

.info .head, .success .head, .error .head{
    color: #00CCFF;
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	margin:-4px 0 5px 0;
}
.info .message, .success .message,.error .message{
	margin:0;
	padding:5px 0px 0px 1px;
}

.info ul,.success ul,.error ul{
	margin:0;
	padding:5px 0px 0px 15px;
	list-style:none;
	list-style-image: url('/media/common/images/bullet4.gif');
}

.info {
    color: #c93;
    background-color: #ffc;
    background-image: url('/media/common/images/info.gif');
}

.info a{
    color: #c93;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/media/common/images/success.gif');
}

.success a{
    color: #4F8A10;
}

.error {
    color: #D8000C;
	background-color: #ffc;
    background-image: url('/media/common/images/error.gif');
}

.error a{
    color: #D8000C;
}

.InputError{
	background-color:#FFFF99;
	color:#ff0000;
}
.ErrorText{
	font-size: 12px;
	color:#FF0000;
}

/* Progressbar */

#ProgressBarHolder
{
    position:relative;
    top:0;
    left:0;
    font-weight:bold;
    font-size:12px;
}

#ProgressBarHolder .Current
{
    color:#43B749;
}

#ProgressBarHolder .Current a
{
    color:#43B749;
    text-decoration:none;
}

#ProgressBarHolder .Current a:hover
{
    text-decoration:underline;
}

#ProgressBarHolder .Normal
{
    color:#C52729;
}

#ProgressBarHolder .ProgressBar_First
{
    background-image:url('/media/common/images/progressBar/progress_left.png');
    background-repeat:no-repeat;
    width:5px;
    height:17px;
}
#ProgressBarHolder .ProgressBar_Last
{
    background-image:url('/media/common/images/progressBar/progress_right.png');
    background-repeat:no-repeat;
    height:17px;
}
#ProgressBarHolder .ProgressBar_Last2
{
    background-image:url('/media/common/images/progressBar/progress_right_full.png');
    background-repeat:no-repeat;
    height:17px;
}
#ProgressBarHolder .ProgressBar_EmptyBar
{
    background-image:url('/media/common/images/progressBar/progress_empty.png');
    background-repeat:repeat-x;    
    height:17px;  
}

#ProgressBarHolder .ProgressBar_Bar
{   background-image:url('/media/common/images/progressBar/progress_full.png');
    background-repeat:repeat-x;
    height:17px;
}

#ProgressBarHolder #ProgressBar_Percent
{
    position:absolute;
    top:16px;
    color: #ffffff;
}

#AimeeHolder
{
    position:relative;
    top:-38px;
    float:right;
    width:450px;    
}

#Aimee
{
	position:absolute;
	margin:0;
	padding:0;
}

.CarLink {
	color: #C52729;
	font-weight: bold;
	text-decoration:none;
}

.VanLink {
	color: #43B749;
	font-weight: bold;
	text-decoration:none;
}

.HomeLink {
	color: #2C99CE;
	font-weight: bold;
}

.HomeLink a{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

.BikeLink {
	color: #F26722;
	font-weight: bold;
	text-decoration:none;
}

/* User sections */
#UserLeftSide
{
    float:left;
    background-image:url('../images/section_divider.gif');
    background-position:right;
    background-repeat:repeat-y;
    width:630px;
    min-height:320px;
    margin:0;
    padding:5px;
}

#UserRightSide
{
   float:left;
   margin:0 0 0 15px;
   padding:5px;
   width:240px;
}

#UserInfo
{
    margin:0;
    padding:0;
}

#UserInfo .UserIcon
{
    float:left;
    background-image:url('../images/user.gif');
    background-position:center;
    background-repeat:no-repeat;
    width:80px;
    min-height:50px;
}
#UserInfo .UserMessage
{
    float:left;
    width:160px;
    min-height:50px;
    margin:0;
    padding:20px 0 0 0;
}

#UserInfo .Sep
{
   height:1px;
   width:100%;
   border-top:1px solid #CCCCCC;
}

.RedText
{
   color:#CC3333;
}

.BlueText
{
   color:#3399CC;
}
.Size11
{
   font-size:11px;
}
.Size12
{
   font-size:12px;
}
.Size14
{
   font-size:14px;
}
.Bold
{
    font-weight:bold;
}
.UserDetails
{
    font-size:11px;
}
.UserDetails dt 
{
	width: 60px;
	margin:5px 0 0px 0;
	float: left;
	text-align:left;
}

.UserDetails dd {
	float: left;
	margin:5px 0 0px 5px;
	text-align:left;
	width: 170px;
}

.EditDetails
{
    margin:10px 0 0 5px;
    padding:0;
}
.EditDetails a
{
    display:block;
    background-image:url('../images/arrow.gif');
    background-position:left;
    background-repeat:no-repeat;
    min-height:9px;
    padding:0 0 0 20px;
    color:#CC3333;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}
.EditDetails a:hover
{
    text-decoration:none;
}

/* Page Breadcrumbs */
.Block {
	margin-top: 10px;
	margin-bottom: 10px;
}
.Breadcrumb {
	font-size: 0.9em;
	padding-bottom: 4px;
	border-bottom: 1px solid #DCDFE2;
}

.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Breadcrumb li {
	padding-left: 6px;
	display: inline;
}

.Breadcrumb li a {
	padding-right: 10px;
	background: url('../images/breadcrumbSep.gif') no-repeat right;
	text-decoration:none;
	color:#CC3333;
}
.Breadcrumb li a:hover {
	text-decoration:underline;
}


/*-----------------------tabs --*/
/* Tabs */
.Container 
{
    width: 500px; 
    margin: 0;
}

.TabContainer
{
	background-image:url('../images/user_images/bg02.png');
	background-repeat:no-repeat;
	background-position:0 0;
	width:616px;
	min-height:400px;
	margin:0;
	padding:0 0 0 10px;
}
.TabHead
{
	padding:10px 0 0 10px;
	background-image:url('../images/tab/tab_area_head.png');
	background-repeat:no-repeat;
	width:600px;
	height:37px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

#Tabs {
  float:left;
  width:100%;
  line-height:normal;
  margin:0 0 0 10px;
}
#Tabs ul {
  margin:0;
  padding:10px 10px 0 0px;
  list-style:none;
}
#Tabs li {
    display:inline;
    margin:0;
    padding:0;
    font-size:12px;
    text-align:center;
}

#Tabs a {
  float:left;
  background:url("../images/tab/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 10px;
  text-decoration:none;
  width:120px;
}

#Tabs a span {
  float:left;
  display:block;
  background:url("../images/tab/tabright.gif") no-repeat right top;
  padding:15px 25px 10px 10px;
  color:#CC3333;
  font-weight: bold;
  text-align:center;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#Tabs a span {float:none;}
/* End IE5-Mac hack */
#Tabs a:hover span {
  color:#ffffff;
}
#Tabs a:hover{
  background-position:0% -45px;
}
#Tabs a:hover span {
  background-position:100% -45px;
}

#Tabs .active a {
  background-position:0% -45px;
  color:#ffffff;
}
#Tabs .active a span{
  background-position:100% -45px;
  color:#ffffff;
}

#QuoteHolder
{
    margin:0 0 0 20px;
    padding:0;
}

#QuoteHolder ul
{
    margin:0;
    list-style:none;
}

#QuoteHolder li
{
    display:block;
    float:left;
    margin:0;
    padding:0;
    height:23px;
}
#QuoteHolder li div
{
    padding:3px 0 0 0;
    margin:0;
    font-size:14px;
    font-weight:bold;
    color:#666666;
}
#QuoteHolder li a
{
    color:#666666;
    text-decoration:none;
}
#QuoteHolder li div a img
{
    float:left;
    margin:0;
}
#QuoteHolder li div a span
{
    float:left;
    font-size:14px;
    font-weight:bold;
    margin:1px 0 0 0;
}
#QuoteHolder li div a span img
{
    float:left;
    margin:2px 0 0 0;
}    

#QuoteHolder ul li.Sep
{
    background-image:url('../images/section_divider.gif');
    background-repeat:repeat-y;
    margin: 0 10px 0 10px;
    height:25px;
    width:10px;
} 

#QuoteResultHolder
{
    margin: 0px 0 0 20px;
    padding:10px 0 0 0;
}
.QuoteResults
{
    margin: 0;
    padding:0;
    
}
.QuoteResults .DateTime
{
    float:left;
    font-size:12px;
    color:#666666;
    width:90px;
}
.QuoteResults .QuoteDesc
{
    float:left;
    font-size:12px;
    font-weight:bold;
    color:#666666;
}

.QuoteResults label
{
    cursor:pointer;
}


/* landing page */

.PaymentBlueBoxHolder
{
    background-image:url('../images/blue_box.png');
    background-repeat:no-repeat;
    margin:0;
    padding:0;
    width:350px;
    height:134px;
}

.PaymentBlueBox
{
    margin:0;
    padding:17px 22px 20px 20px;
}

.WhiteGlowText
{
	font-size:28px;
	font-weight:bold;
	color:#ffffff;	
	text-transform:uppercase;
	text-shadow: 0px 0px 5px #333333;
	filter:shadow(color=#333333,strength=3);
}

.PaymentText
{
	font-size:16px;
	font-weight:bold;
	color:#333333;	
	text-transform:uppercase;
}

.PolicyDocumentHolder
{
    background-image:url('../images/policy_documents.png');
    background-repeat:no-repeat;
    margin:0;
    padding:0;
    width:212px;
    height:284px;
    color:#666666;
    font-size:11px;
}

.PolicyDocument
{
    margin:0;
    padding:45px 22px 20px 20px;
}

.PolicyText
{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-transform:uppercase;	
}

.PolicyTextBlue,.PolicyTextBlue a
{
	font-size:12px;
	font-weight:bold;
	color:#3399CC;
}

.PolicyTextBlue a
{
    text-decoration:none;
}

.PolicyTextBlue a:hover
{
    text-decoration:underline;
}

.DriverDetailsHolder,.AboutDriverDetailsHolder,.CarDetailsHolder,.CoverDetailsHolder
{
    padding:0;
    width:217px;
    height:170px;
    color:#666666;
    font-size:11px;
    margin:5px 0 0 10px;
}

.DriverDetailsHolder
{
    margin:5px 0 0 0px;
}


.DriverDetails
{
    margin:0;
    padding:32px 10px 20px 23px;
}
.DlDetails
{
    font-size:11px;
    margin:0;
    padding:0;
}
.DlDetails dt 
{
	margin: 0 0 8px 0;
	float: left;
	text-align:right;
	color:#3399CC;
	font-weight:bold;
}

.DriverDetailsHolder .DlDetails dd,.CarDetailsHolder .DlDetails dd
{
	margin: 0 0 8px 65px;
	color: #666666;
	text-align:left;
}

.AboutDriverDetailsHolder .DlDetails dd 
{
	margin: 0 0 8px 85px;
	color: #666666;
	text-align:left;
}

.CoverDetailsHolder .DlDetails dd 
{
	margin: 0 0 8px 75px;
	color: #666666;
	text-align:left;
}

.DetailsButtonHolder
{
    margin:2px 0 0 0;
    padding:0;
    text-align:left;
}


/* landing page css */

#LandingPage2Section1
{
    float:left;
    width:385px;
    margin:5px 5px 0 0;
    padding:0;
}

#LandingPage2Section2
{
    float:left;
    width:381px;
    margin:-10px 0 0 0;
    padding:0;
}

#ClaimServiceHolder
{
  background:url("../images/landingpage/box1.png");
  background-repeat:no-repeat;
  margin:0;
  padding:0;
  width:380px;
  height:144px;
}

#ClaimServiceDetails
{
  margin:0;
  padding:20px;
  font-size:12px;
  font-weight:bold;
  color:#333333;	
}

.ClaimServiceTextHolder
{
	font-size:15px;
	font-weight:bold;
	color:#333333;	
	text-transform:uppercase;
	margin:7px 0 0 0px;
	padding:0;
	width:165px;
}

.MarginTop9px
{
	margin:9px 0 0 0;
}


#BreakdownServiceDetails
{
  margin:0;
  padding:20px;
  font-size:12px;
  font-weight:bold;
  color:#333333;	

}

#BreakdownServiceHolder
{
  background:url("../images/landingpage/box2.png");
  background-repeat:no-repeat;
  margin:10px 0 0 0;
  padding:0;
  width:380px;
  height:200px;
}

.BreakdownServiceTextHolder
{
	font-size:15px;
	font-weight:bold;
	color:#333333;	
	text-transform:uppercase;
	margin:7px 0 0 0px;
	padding:0;
	width:240px;
}


/*-- added on 19-05-2010 */

#KeyCareDetails
{
  margin:0;
  padding:20px;
}

#KeyCareHolder
{
  background:url("../images/landingpage/box4.png");
  background-repeat:no-repeat;
  margin:10px 0 0 0;
  padding:0;
  width:380px;
  height:240px;
  
  font-size:12px;
  font-weight:bold;
  color:#333333;	
}

.KeyCareTextHolder
{
	font-size:15px;
	font-weight:bold;
	color:#333333;	
	text-transform:uppercase;
	margin:7px 0 0 0px;
	padding:0;
	width:165px;
}

.KeyCareWhiteText
{
  font-size:12px;
  font-weight:bold;
  color:#ffffff;	
}

.KeyCareWhiteText a
{
  font-weight:bold;
  color:#ffffff;
  text-decoration:none;	
}

.KeyCareWhiteText a:hover
{
  text-decoration:underline;
}

/*-- added on 19-05-2010 */


#DataConfirmationHolder
{
  background:url("../images/landingpage/box3.png");
  background-repeat:no-repeat;
  margin:0;
  padding:0;
  width:380px;
  height:167px;
}

#DataConfirmationControls
{
  margin:0;
  padding:10px 0 0 110px;
  
}

#DataConfirmationControls .DataConfirmationDetails
{
    font-size:12px;
}

#DataConfirmationControls .DataConfirmationDetails dt 
{
	clear:left;
	float: left;
	width: 50px;
	margin:10px 0 0px 0;
	text-align:left;
	color:#6699CC;
	font-weight:bold;
	text-transform:uppercase;
}

#DataConfirmationControls .DataConfirmationDetails dd {
	margin:10px 0 0px 55px;
	text-align:left;
	color:#333333;
}

/*-------------added on 07-06-2010 for home landing page------*/

.DataConfirmationHolder
{
  background:url("../images/landingpage/box3.png");
  background-repeat:no-repeat;
  margin:0;
  padding:0;
  width:380px;
  height:167px;
}

.DataConfirmationControls
{
  margin:0;
  padding:7px 0 0 90px;
  
}

.DataConfirmationControls .DataConfirmationDetails
{
    font-size:11px;
}

.DataConfirmationControls .DataConfirmationDetails dt 
{
	clear:left;
	float: left;
	width: 85px;
	margin:10px 0 0px 0;
	text-align:left;
	color:#6699CC;
	font-weight:bold;
	text-transform:uppercase;
}

.DataConfirmationControls .DataConfirmationDetails dd {
	margin:10px 0 0px 90px;
	text-align:left;
	color:#333333;
}

/*-------------------*/


#LandingPage2Section3
{
    float:right;
    margin:0 25px 0 0;
    padding:0;
    height:500px;
}

#PolicyAmountHolder
{
	font-size:12px;
	font-weight:bold;
	color:#CC3333;	
}

.PolicyAmount
{
	font-size:26px;
	font-weight:bold;
	color:#CC3333;	
}

.PolicySmallAmount
{
	font-size:12px;
	font-weight:bold;
	color:#CC3333;	
}

#PolicyAmountWithExtrasHolder
{
    margin:0;
    padding:0; 
    position:relative;
    height:100%;
}

#PolicyAmountWithExtrasHolder #PolicyAmountWithExtrasDetails
{
	position:absolute;
	bottom:30px;
	left:0;
}

.PolicyAmountWithExtras
{
	font-size:26px;
	font-weight:bold;
	color:#33CC33;	
}

.PolicySmallAmountWithExtras
{
	font-size:12px;
	font-weight:bold;
	color:#33CC33;	
}

.PolicyAmountWithExtrasSmall
{
	font-size:12px;
	font-weight:bold;
	color:#33CC33;
	display:block;
	width:100px;
	margin:0;
	padding:0;
}

.PaymentDetails
{
    font-size:12px;
    margin:20px 0 0 10px;
}

.PaymentDetails dt 
{
	clear:left;
	float: left;
	width: 150px;
	margin: 2px 0 8px 0;
	float: left;
	text-align:right;
	text-align:left;
	color:#6699CC;
	font-weight:bold;
	text-transform:uppercase;
}

.PaymentDetails dd {
	margin: 0 0 8px 157px;
	color: #000000;
	text-align:left;
	color:#333333;
	text-align:left;
}


#3dFrame
{
    background-image: url("../images/spinner.gif");
}

#3DIFrame
{
    height: 276px;
    width: 325px;
    display:none;
    overflow: auto;
    border-width: 0;
}


.RedText1
{
    color:#C52728;
}

.BlueText1
{
    color:#57A6CD;
}

.NormalText
{
    color:#999999;
}


#LeftContent1
{
    float:left;
    width:390px;
    margin:0;
    padding:5px; 
    z-index:3;
    position:relative;
}

#RightContent1
{
    float:left;
    width:501px;
    margin:0;
    padding:0; 
    z-index:2;
    position:relative;
}

.UpperCase
{
    text-transform:uppercase;    
}

#Policy_Details
{
    font-size:1.1em;
    font-weight:bold;      
}

#Policy_Details .head
{
   font-size:2.2em;    
}

.DatePicker 
{
    width:70px;
}


/* new additions on 02-09-2010 */

.ImageBoxControl{
	position:relative;
	left:-2px;

	width:156px;
	height:30px;
	margin:0px 0 0 0;
	padding:0;
	
	background-image:url(../images/LoginField.png) ;
	background-repeat:no-repeat;
}

.ImageBoxControl .ImageTextBox{
	margin:7px 8px 0 8px;
	font-size:12px;
	width:138px;
	border:0px;
}
