/* ////////// BODY ////////// */

body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	margin: 0px auto;
	
}

* html body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	margin: 0px auto;
}

/* /////////////////////////////////////////////////// */

/* ////////// BASIC STYLES //////////////// */
.clear { 
	clear: both !important; 
	}

a.tooltip:hover {
	background: #FFFFFF;
}

a.tooltip span {
	display: none;
	color: #FFFFFF;
	padding: 4px 4px;
	margin-left: 8px;
	width: 160px;
	z-index: 150;
}

.errormessage {
	color: #990000;
	font-size: 1em;
}

a.tooltip:hover span{
	display: inline; 
	position:absolute;
	background: #FEF7E9;
	color: #333333;
	border: 1px solid #FAB320;
	font-size : 11px;
	z-index: 150;
	padding:6px;
}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #7054A3;
	}
	
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #7054A3;
	}
	
a:hover, a:active { 
	font-weight: normal;
	text-decoration:none; 
	color: #FFFFFF;
	}
	
.smallunderline {
	text-decoration:underline !important;
	font-weight: normal !important;
	
}

.warningtext { 
	color : #FF0000; 
	font-size : 12px; 
	font-weight : bold;
} 
	
img {
 border: none;
}

p {
	font-size:12px;
	line-height: 15px;
}

a.smallunderlinelink {
	text-decoration:underline !important;
	font-weight: normal !important; 
}

a.smallunderlinelink:hover {
	color: #000000;
}

.failwarning {
	color: #F7B521;
	margin-top: 20px;
	font-size: 1.3em;
	font-weight: bold;
}


hr {
	color: #7054A3;
	background-color: #7054A3;
	height: 4px;
	border: none;
}

/* /////////////////////////////////////////////////// */

/* ////////// OUTER WRAPPER //////////////// */
#outerWrapper { 
	width:986px;
	position:static;
	border:thin;
	border:#009900;
	overflow : hidden;
}
/* /////////////////////////////////////////////////// */

/* ////////// HEADER PANEL //////////////// */

#header { 
	height:136px;
	width:975px;
}

#headerAreaContainer { 
    position:relative;
	width:975px;
}

#headerArea { 
	height:101px;
}

#headerLogo {
	height:101px;
	width:215px;
	float:left;
}

#headerMiddle {
	height:101px;
	width:480px;
	float:left;
	margin-left : 70px;
	text-align:center;
}

*html #headerMiddle {
	height:101px;
	width:350px;
	float:left;
	margin-left : 70px;
	text-align:center;
}

#headerMiddleText {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	color: #7054A2;
	font-size: 22px;
	font-weight: normal;
	margin-left:50px;
	top:50px;
	width:400px;
}

*html #headerMiddleText {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	color: #7054A2;
	font-size: 22px;
	font-weight: normal;
	display : block;
	margin-left : -50px;
	top:50px;
	width:400px;
}

#headerRight {
	height:101px;
	width:208px;
	float:right;
}

#headerRightLoginPanel{
	height:27px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

#headerRightLoginPanelLinkArea{
	width:182px;
	height:26px;
	float:left;
	background-color:#CAC0DD;
	text-align:center;
}

#headerRightLoginPanelLinks{
	position:relative;
	top:5px;
	width:100%;
	color: #7054A2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	z-index:10000;
}

#headerRightLoginPanelLinks strong{
	font-size: 11px;
	font-weight: bold;
}

#headerRightLoginPanelLinks a:link{ 
	text-decoration:none; 
	color: #7054A2;
	font-weight: normal;
	}

#headerRightLoginPanelLinks a:visited{ 
	text-decoration:none; 
	color: #7054A2;
	font-weight: normal;
	}	

#headerRightLoginPanelLinks a:hover{ 
	text-decoration:none; 
	color: #FFFFFF;
	font-weight: normal;
	}

#headerRightLoginPanelLinks a:active { 
	text-decoration:none; 
	color: #7054A2;
	font-weight: normal;
	}
	
#headerRightQuote{ 
	position:relative;
	top:20px;
	left:18px;
	width:100%;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}	

#headerBuffer { 
	height:10px;
	width:100%;
}

#headerContentBuffer { 
	height:20px;
	width:100%;
}
/* /////////////////////////////////////////////////// */

/* ////////// TOP NAV PANEL //////////////// */
* html #topnav {
	font-size: 1.1em;
}


#topnav { 
	position:relative;
	margin:0px;
	width:974px;
	height:24px;
	color:#FFFFFF; 
	background:url(../assets/headers/nav_grad_up.jpg) repeat-x;
	text-align:center;
	border:1px solid #7054A3;
	overflow:hidden;
}

#topnav ul {
	padding : 0;
	margin : 0;
	position : relative;
}
#topnav ul li a {
	display : block;
	height : 24px;
	padding-top : 3px;
}
#topnav ul li {
	display : block;
	float : left;
	list-style : none;
	cursor:pointer;
}
#topnav ul li.My-Home a,
#topnav ul li.Admin-home a,
#topnav ul li.SEO-Editor a,
#topnav ul li.County-editor a,
#topnav ul li.Logout a {
	width : 245px;
}	
#topnav ul li.My-Home a:hover,
#topnav ul li.Admin-home a:hover,
#topnav ul li.SEO-Editor a:hover,
#topnav ul li.County-editor a:hover,
#topnav ul li.Logout a:hover {
	width : 243px;
}
#topnav ul li.My-Business a {
	width : 245px;
}	
#topnav ul li.My-Business a:hover {
	width : 243px;
}
#topnav ul li.My-Adverts a {
	width : 245px;
}	
#topnav ul li.My-Adverts a:hover {
	width : 243px;
}
#topnav ul li.Get-in-Touch a {
	width : 245px;
}	
#topnav ul li.Get-in-Touch a:hover {
	width : 243px;
}
#topnav ul li.Home a {
	width : 130px;
}	
#topnav ul li.Get-a-Quote a {
	width : 180px;
}
#topnav ul li.About-Us a {
	width : 130px;
}
#topnav ul li.Why-Choose-Us a {
	width : 180px;
}
#topnav ul li.Claims a {
	width : 113px;
}
#topnav ul li.FAQs a {
	width : 114px;
}
#topnav ul li.Contact-Us a{
	width : 127px;
}
#topnav ul li.Home a:hover {
	width : 129px;
}	
#topnav ul li.Get-a-Quote a:hover {
	width : 178px;
}
#topnav ul li.About-Us a:hover {
	width : 128px;
}
#topnav ul li.Why-Choose-Us a:hover {
	width : 178px;
}
#topnav ul li.Claims a:hover {
	width : 111px;
}
#topnav ul li.FAQs a:hover {
	width : 112px;
}
#topnav ul li.Contact-Us a:hover {
	width : 126px;
}
#topnav ul li a:hover {
	background : url(../../assets/headers/nav_grad_over.jpg); 
	background-repeat:repeat-x;
	border-left : solid 1px #7054A3;
	border-right : solid 1px #7054A3;
}
#topnav ul li.leftlink a:hover {
	border-left : none;
}
#topnav ul li.rightlink a:hover {
	border-right : none;
}

#navTable{
	background: url(../assets/headers/nav_grad_up.jpg) repeat-x;
}

.navCellPadding{
padding:0px 10px 0px 10px;
border-left:1px solid transparent;
border-right:1px solid transparent;
}

*html .navCellPadding{
border:none;
}

#topnav a:link,
#topnav a:visited{ 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	font-size: 1.4em;
}

#topnav a:link.current,
#topnav a:visited.current,
#topnav a:hover.current, 
#topnav a:active.current { 
	font-weight: bold;
	text-decoration:none; 
	color: #FFFFFF;
	}

/**#topnav ul { 
	margin: 5px;
	padding: 0px;
}

#topnav ul li{ 
	height:100%;
	display:inline;
	padding: 5px 12px 3px 12px;	
}

#topnav ul li a:link,
#topnav ul li a:visited{ 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	font-size: 1.4em;
}

#topnav ul li a:hover, 
#topnav ul li a:active,
#topnav ul li a:link.current,
#topnav ul li a:visited.current,
#topnav ul li a:hover.current, 
#topnav ul li a:active.current { 
	font-weight: bold;
	text-decoration:none; 
	color: #FFFFFF;
	}	**/
/* /////////////////////////////////////////////////// */

/* /////////////MIDDLE COLUMN FOR PRIVATE//////////////*/

#gotomyadverts {
	background: url(../images/my_adverts.jpg) no-repeat top;
	height: 83px;
	width: 546px;
	font-size: 0.8em;
	margin: 0 0 10px 0;
}

#gotomybusinessdetails {
	background: url(../images/my_bus_details.jpg) no-repeat top ;
	height: 68px;
	width: 546px;
	color: #FFFFFF;
}

#gotomybusinessdetails p {
	padding: 0 10px;
	font-size:1.1em;
	margin-top: 0px;
}

#gotomybusinessdetails h1 {
	padding: 10px 10px 0;
	margin:0;
	font-size: 1.7em;
}

#gotomyadverts p {
	padding: 0 10px;
	width:450px;
}

#gotomyadverts h1 {
	padding: 10px 10px 0;
	margin:0 0 -10px 0;
	font-size: 2em;
}

*html #gotomyadverts h1 {
	padding: 10px 10px 0;
	margin:0 0 -14px 0;
	font-size: 2em;
}

#gotomybusinessdetails .purplebutton {
	position: relative;
	bottom:16px;
	left:465px;
}

#gotomyadverts .purplebutton {
	position: relative;
	bottom:19px;
	left:465px;
}

.purplebutton {
	background: url(../images/go_button_purp.jpg) no-repeat;
	padding:5px 45px 8px 4px;
	font-size: 14px !important;
	color: #FFFFFF !important;
}

.purplebuttonlong {
	background: url(../images/purple_button_long.jpg) no-repeat;
	padding:5px 52px 8px 8px;
	margin-right:204px;
	font-size: 12px !important;
	color: #FFFFFF !important;
}

.purplebuttonyb {
	background: url(../images/go_button_purp.jpg) no-repeat;
}

.orangetext {
	color: #F7B521;
	font-size: 1.8em;
	font-weight: bold;
}

.orangetextsmall {
	color: #F7B521;
	font-size: 1.4em;
	font-weight: bold;
}

/* ////////// MAIN COLUMN //////////////// */
#maincolhome {
	background-color:#FFF;
	width:985px;
	top:2px;
	position:relative;
	margin: 0px auto;
	min-height:420px; 	
}

#businessrightcol {
	float:right;
	left:10px;
	margin-right:2px;
	margin-top:-15px;
	min-height:245px;
	padding-left:5px;
	padding-top:0;
	position:relative;
	width:150px;
}

/* /////////////////////////////////////////////////// */

/* ////////// LEFT COLUMN PANEL //////////////// */
#leftcol { 
 	position:relative;
	float:left;
	width:198px;
	top:0px; 
	/**height:450px;**/
	font-size:14px;
	padding-bottom:20px;
}

#leftColHeader { 
	width:100%;
	height:37px;
	background: url(../assets/images/purple_box_grad.jpg) repeat-x;
	border:1px solid #CCCCCC;
	color:#333333;
}

#leftColHeaderText { 
	position:relative;
	top:10px;
	left:15px;
	width:168px;
}

#leftColHeader h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin:0;
	padding:0;
}

.leftColCells { 
	width:100%; 
	height:32px;
	background-color:#F1EEF6;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.leftColSelectedCells{
	width:100%; 
	height:32px;
	background-color:#CAC0DD;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.leftColCellsLinks { 
	position:relative;
	top:12px;
	left:15px;
	width:168px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	ms-word-wrap:break-word;
}

.leftColCellsLinks a:link{ 
	text-decoration:none; 
	font-weight: bold;
	color: #333333;
	}

.leftColCellsLinks a:visited{ 
	text-decoration:none; 
	font-weight: bold;
	color: #333333;
	}	

.leftColCellsLinks a:hover{ 
	text-decoration:none; 
	font-weight: bold;
	color: #7054A2;
	}

.leftColCellsLinks a:active { 
	text-decoration:none; 
	font-weight: bold;
	color: #333333;
}
	
#leftColLogo{
position:relative;
top:10px;
}	

#leftDocPanelClaims h2 {
	color:#D5CDE6;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0 0 13px;
}

#win {
	background:transparent url(../elements/small_lilac_box.gif) no-repeat scroll 0 0;
	height:180px;
	padding:1px 0 0 8px;
	position:relative;
	width:131px;
}

#win p {
	font-size: 1.1em;
}

#win h2 {
	font-size: 1.8em;
	padding: 0;
	margin: 10px 0 -10px 0;
}

.spacer {
	height: 190px;
}

#leftcol-pdf ul li a{
	font-size:12px;
}	
/* /////////////////////////////////////////////////// */

/* ////////// LEFT DOC PANEL FOR PRODUCT RANGE PAGES //////////////// */

#leftDocPanel {
	background-color:#FFFFFF;
	background-image:url(../elements/bigpurple_box.jpg);
 	background-repeat:no-repeat; 
	top:25px;
	padding:12px 0px 17px 22px;
	margin: 0px 0px 10px 0px;
	width:158px;
 	position:relative;
	min-height:120px;
	font-size:11px;
	color:#FFFFFF;
	/*border:#009966 solid 1px;*/
}

#leftDocPanel h2 { 
	margin: 0px;
	padding: 0px 0px 13px 0px;
	font-size:12px;
	font-weight: bold;
	color: #D5CDE6;
	/*border:#99FF00 solid 1px;*/
	}

#leftDocPanel p { 
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size:12px;
	font-weight: bold;
	color: #D5CDE6;
	/*border:#99FF00 solid 1px;*/
	}
	
#leftDocPanel p.reader { 
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 4px 0px;
	font-size:12px;
	font-weight: bold;
	color: #D5CDE6;
	/*border:#99FF00 solid 1px;*/
	}	
	
.acrobatReader a{ 
	font-size:11px;
	font-weight: bold;
	}
	
.acrobatReader a:link{ 
	text-decoration:none; 
	color: #999999;
	}

.acrobatReader a:visited{ 
	text-decoration:none; 
	color: #999999;
	}	

.acrobatReader a:hover{ 
	text-decoration:none; 
	color: #7054A2;
	}
	
.acrobatReader a:hover{ 
	text-decoration:none; 
	color: #999999;
	}
	
.usefulLinks a{ 
	font-size:12px;
	font-weight: bold;
	}
	
.usefulLinks a:link{ 
	text-decoration:none; 
	color: #333333;
	}

.usefulLinks a:visited{ 
	text-decoration:none; 
	color: #333333;
	}	

.usefulLinks a:hover{ 
	text-decoration:none; 
	color: #7054A2;
	}

.usefulLinks a:active { 
	text-decoration:none; 
	color: #333333;
	}

#leftDocPanel a {
	font-size:11px;
}

#leftDocPanel a:link,
#leftDocPanel a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
}

#leftDocPanel a:hover, 
#leftDocPanel a:active { 
	font-weight: bold;
	text-decoration:none; 
	color: #D5CDE6;
	}

#leftDocPanel img { 
	padding: 0px 0px 7px 0px;
	}

/* /////////////////////////////////////////////////// */

/* ////////// LEFT DOC PANEL FOR CLAIMS PAGE //////////////// */

#leftDocPanelClaims {
	background-color:#FFFFFF;
	background-image:url(../elements/bigpurple_box_claims.jpg);
 	background-repeat:no-repeat; 
	top:25px;
	padding:12px 0px 17px 22px;
	margin: 0px 0px 10px 0px;
	width:158px;
 	position:relative;
	min-height:120px;
	font-size:11px;
	color:#FFFFFF;
	/*border:#009966 solid 1px;*/
}

#leftDocPanelClaims h1 { 
	margin: 0px;
	padding: 0px 0px 13px 0px;
	font-size:12px;
	font-weight: bold;
	color: #D5CDE6;
	/*border:#99FF00 solid 1px;*/
	}

#leftDocPanelClaims p { 
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size:12px;
	font-weight: bold;
	color: #D5CDE6;
	/*border:#99FF00 solid 1px;*/
	}

#leftDocPanelClaims a {
	font-size:11px;
}

#leftDocPanelClaims a:link,
#leftDocPanelClaims a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
}

#leftDocPanelClaims a:hover, 
#leftDocPanelClaims a:active { 
	font-weight: bold;
	text-decoration:none; 
	color: #D5CDE6;
	}

#leftDocPanelClaims img { 
	padding: 0px 3px 7px 0px;
	margin: 0px 0px 20px 0px;
	float:left;
	}

/* /////////////////////////////////////////////////// */

/* ////////// MIDDLE COLUMN FOR MAIN PAGES //////////////// */

.desctext {
	float: right;
	margin-right:46px;
}

.desctextlong {
	float: right;
	margin-right:66px;
}


.hidden {
	display: none;
}
	
#middlecol {  
	left: -10px;
	width:588px;
	position:relative;
	float:right;	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	min-height:300px;
	height:auto !important;
	/*background-color:#6699FF;*/
}


#middlecol h1 { 
	margin: 0px 0px 0px 0px;
	text-align:left;
	font-size:2em;
	font-weight:bold;
	line-height:1.3em;
	color:#7054A3;
	padding-bottom:4px;
	/*height:normal !important;	*/
	}

#middlecol h2 { 
	margin: 2px 0px 0px 0px;
	padding-top:5px;
	font-size:1.7em;
	font-weight: bold;
	color: #7054A3;
	}
	
#middlecol-2 h2 { 
	margin: 2px 0px 0px 0px;
	padding-top:5px;
	font-size:1.7em;
	font-weight: bold;
	color: #7054A3;
	}
	
#middlecol-2 h3 {
	font-weight: bold;
	font-size: 1.8em; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #7054A3;
	}	
	
#middlecol-2 ul  {
	font-size: 1.4em;
	margin: 14px 0px 10px 0px;
} 

#middlecol-2 ul li {
	line-height:1.4em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

* html #middlecol-2 ul li {
	line-height:1.4em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}	

#middlecol-2 ul li a{
	font-weight:bold;
	text-decoration:none;
	color: #7054A3;
}

#middlecol-2 ul li a:link{ 
	text-decoration:none; 
	color: #7054A2;
	}

#middlecol-2 ul li a:visited{ 
	text-decoration:none; 
	color: #7054A2;
	}	

#middlecol-2 ul li a:hover{ 
	text-decoration:none; 
	color: #000000;
	}

#middlecol-2 ul li a:active { 
	text-decoration:none; 
	color: #7054A2;
	}

#middlecol h3 {
	font-weight: bold;
	font-size: 1.8em; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #7054A3;
	}

#middlecol p.forms {
	text-align: left;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}

#middlecol ul  {
	font-size: 1.4em;
	margin: 14px 0px 10px 0px;
} 

#middlecol ul li {
	line-height:1.4em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

* html #middlecol ul li {
	line-height:1.4em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#middlecol ul li.claims {
	font-size: 1em;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#middlecol{
font-size:80%;
}

#middlecol a:link, a:visited	{
	font-weight: bold;
	text-decoration:none; 
	color: #7055A3;
	}
	
#middlecol a:hover, a:active	{
	font-weight: bold;
	text-decoration:none; 
	color: #D5CDE6;
	}
	

/* /////////////////////////////////////////////////// */	

/* /////////// MIDDLE COLUMN HOME PAGE /////////// */	

#homeImage{
	width:589px;
	height:152px;
	background-image:url(../assets/images/home_main.jpg);
	background-repeat:no-repeat;
}

#homeImage h1{
	position:relative;
	top:21px;
	left:230px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#333333;
	width : 275px;
}



#homeImageButton{
	position:absolute;
	width:82px;
	height:26px;
	top:110px;
	left:490px;
	background-image:url(../assets/images/yellow_button_03.jpg);
	text-align:center;
}

.homeImageButtonLink,
#middlecol .homeImageButtonLink{
	position:relative;
	top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

.homeImageButtonLink a:link,
#middlecol .homeImageButtonLink a:link{ 
	text-decoration:none; 
	color: #000000;
}

.homeImageButtonLink a:visited,
#middlecol .homeImageButtonLink a:visited{ 
	text-decoration:none; 
	color: #000000;
}	

.homeImageButtonLink a:hover,
#middlecol .homeImageButtonLink a:hover{ 
	text-decoration:none; 
	color: #7054A2;
}

.homeImageButtonLink a:active,
#middlecol .homeImageButtonLink a:active { 
	text-decoration:none; 
	color: #000000;
}

#homeHeader h2{
	margin:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#333333;
}

#homeText{
	margin:3px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:15px;
	color:#333333;
}

#homePodContainer{
	width:589px;
	display:block;
	height:246px;
	margin-top:31px;
	overflow:hidden;
	width:589px;
}

.homePodContainerArea{
	width:167px;
	height:210px;
	float:left;
}

.homePodContainerHeader { 
	width:100%;
	height:51px;
	background: url(../assets/images/yellow_box_grad.jpg) repeat-x;
	border:1px solid #FAB320;
	color:#333333;
}


.homePodContainerHeader h2,
#middlecol .homePodContainerHeader h2,
#middlecol-2 .homePodContainerHeader h2 { 
	position:relative;
	top:0px;
	left:10px;
	width:168px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#333333;
}

*html .homePodContainerHeader h2 { 
	width:140px !important;
}

.homePodContainerCell { 
	position:relative;
	width:100%; 
	height:180px;
	background-color:#FEF7E9;
	border-left:1px solid #FAB320;
	border-right:1px solid #FAB320;
	border-bottom:1px solid #FAB320;
	color:#333333;
}

.podfix {
	margin:0px 0px 0px 41px;
}

*html .podfix {
	margin:0px 0px 0px 39px;
}

.homePodContainerCellText { 
	position:absolute;
	top:4px;
	left:10px;
	width:145px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	ms-word-wrap:break-word;
}

.bfcellfix {
	width : 154px !important;
}

.homePodContainerCellButton{
	position:absolute;
	width:82px;
	height:26px;
	top:148px;
	left:72px;
	background-image:url(../assets/images/yellow_button_03.jpg);
	text-align:center;
}

#homePodContainerCellButtonLink{
	position:relative;
	top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}	

.dogpodhomeimg {
	position:relative;
	margin:0px 0px 0px 0px;
	top:15px;
	left:-10px;
}

.catpodhomeimg {
	position:relative;
	margin:0px 0px 0px -20px;
	top:23px;
	left:-15px;
}

.walkpodhomeimg {
	position:relative;
	margin:0px 0px 0px -20px;
	top:12px;
	left:-15px;
}

/* /////////////////////////////////////////////////// */	

/* /////////// CALL BACK PANEL /////////// */


.callbackPodContainerArea{
	width:141px;
	float:left;
}

.renewals {
	margin-top : 20px;
}

#callbackPodContainerHeader,
#callbackPodContainerHeader2 { 
	width:100%;
	height:34px;
	background: url(../assets/images/yellow_box_grad.jpg) repeat-x;
	border:1px solid #FAB320;
	color:#333333;
	text-align:center;
}

.renewalhead {
	height : 50px !important;
}

#callbackPodContainerHeaderText,
#callbackPodContainerHeaderText2 { 
	position:relative;
	top:10px;
	letter-spacing:-0.5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	text-align : left;
	margin-left : 5px;
}

.callbackPodContainerCell { 
	position:relative;
	width:100%; 
	overflow : hidden;
	height : 2%;
	background-color:#FCD98F;
	border-left:1px solid #FAB320;
	border-right:1px solid #FAB320;
	border-bottom:1px solid #FAB320;
	color:#333333;
	
}

*html .renewalCellFix  {
	height : 105px !important;
}
.renewalCellFix  {
	height : 105px !important;
}

.callbackPodContainerCellText { 
	position:relative;
	top:10px;
	left:10px;
	width:126px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	ms-word-wrap:break-word;
}

.callbackPodContainerCellText p { 
	top :0px;
	margin-top : 0;
}

.callbackPodContainerCellText p a.underline:active,
.callbackPodContainerCellText p a.underline:hover,
.callbackPodContainerCellText p a.underline:link,
.callbackPodContainerCellText p a.underline:visited {
	text-decoration : underline;
}

#callback{
	margin: 0px;
}

#name{
	width: 116px;
	padding: 4px 0px 4px 4px;
	background-color:#FFFFFF;
	border: 1px solid #FAB320;
	font-size:10px;
	color:#959595;
	margin:0px 0px 5px 0px;
}

#telephone{
	width: 116px;
	padding: 4px 0px 4px 4px;
	background-color:#FFFFFF;
	border: 1px solid #FAB320;
	font-size:10px;
	color:#959595;
	margin:0px 0px 5px 0px;
}

.extranettel {
	border:1px solid #7F9DB9 !important;
	font-size : 12px !important;
	color : #000000 !important;
	font-family : arial;
}

#time{
	width: 122px;
	font-size:10px;
	color:#959595;
	margin-top : 3px;
	height : 20px;
	border:1px solid #FAB320;
}

*html #time {
	width: 120px;
}

#timeText{
	font-size:11px;
	margin-top : 10px;
	display : block;
}

#callbackPodContainerCellButton{
	width:62px;
	height:20px;
	background-image:url(../assets/images/yellow_button_sml.png);
	text-align:center;
	float : right;
	margin : 10px;
}

#callbackPodContainerCellButtonLink{
	position:relative;
	top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}	

#callbackPodContainerCellButtonLink a:link{ 
	text-decoration:none; 
	color: #000000;
	}

#callbackPodContainerCellButtonLink a:visited{ 
	text-decoration:none; 
	color: #000000;
	}	

#callbackPodContainerCellButtonLink a:hover{ 
	text-decoration:none; 
	color: #7054A2;
	}

#callbackPodContainerCellButtonLink a:active { 
	text-decoration:none; 
	color: #000000;
	}
	
#callbackMessageFail{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#990000;
}

#callbackMessageSuccess{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#7054A2;
}	

#requestQuoteImage{
	position:relative;
	width:141px;
	height:57px;
	background-image:url(../assets/images/quote_btn.jpg);
}

#requestQuoteImage h2{
	position:relative;
	top:10px;
	left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#FFFFFF;
}

#requestQuoteImageButtonLink{
	position:absolute;
	width:27px;
	height:28px;
	top:23px;
	left:108px;
	cursor:pointer;
}


/* /////////////////////////////////////////////////// */	

/* /////////// YELLOW PANEL /////////// */


.yellowPodContainerArea{
	width:141px;
	float:left;
}

.contactquote {
	position:relative;
	float:right;
}

.quoteform, 
.renewalform {
	width : 580px;
}

#yellowPodContainerHeader { 
	width:100%;
	height:34px;
	background: url(../assets/images/yellow_box_grad.jpg) repeat-x;
	border:1px solid #FAB320;
	color:#333333;
}

#yellowPodContainerHeaderText { 
	position:relative;
	top:10px;
	left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#333333;
}

.yellowPodContainerCell { 
	position:relative;
	width:100%; 
	background-color:#FEF7E9;
	border-left:1px solid #FAB320;
	border-right:1px solid #FAB320;
	border-bottom:1px solid #FAB320;
	color:#333333;
	padding-bottom:20px;
}

.renewalcell,
.quotecell {
	background-color:#FFFFFF;
	margin-bottom:20px;
}

.yellowPodContainerCellText { 
	position:relative;
	top:10px;
	left:10px;
	width:126px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	ms-word-wrap:break-word;
}	
.yellowSelect {
	border :solid 1px #FAB320;
}
.renewalcelltext {
	position:relative;
	background-color:#FFFFFF;
	width:565px;
	overflow : hidden;
}
.quotecelltext {
	position:relative;
	background-color:#FFFFFF;
	width:565px;
	height:480px;
}

#contactusNumber{
	font-size: 16px;
	font-weight: bold;
	color:#FAB320;
}


/* /////////////////////////////////////////////////// */	

/* /////////// LINKS PANEL /////////// */

#linksPanel { 
 	position:relative;
	float:left;
	width:141px;
	top:0px; 
	font-size:14px;
	display : block !important;
	margin:20px 0px 0px 0px;
	padding-bottom : 20px;
}

*html #linksPanel {
	padding-bottom : 20px;
	display : block;
}

#linksPanelHeader { 
	width:100%;
	height:37px;
	background: url(../assets/images/purple_box_grad.jpg) repeat-x;
	border:1px solid #CCCCCC;
	color:#333333;
}

#linksPanelHeaderText { 
	position:relative;
	top:10px;
	left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	width : 110px;
}

#linksPanelCells { 
	width:100%; 
	background-color:#F1EEF6;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	ms-word-wrap:break-word;
}

#linksPanelCells ul{
	list-style:square;
	color: #7054A2;
	margin-top:10px;
	display:inline-block;
	#display:block;
}

#linksPanelCells li{
	margin-left:-10px;
	margin-bottom:10px;
}

#linksPanelCells li a:link{ 
	text-decoration:none; 
	color: #333333;
	}

#linksPanelCells li a:visited{ 
	text-decoration:none; 
	color: #333333;
	}	

#linksPanelCells li a:hover{ 
	text-decoration:none; 
	color: #7054A2;
	}

#linksPanelCells li a:active { 
	text-decoration:none; 
	color: #333333;
	}

	
/* /////////////////////////////////////////////////// */	

/* /////////// MIDDLE COLUMN REGISTER PAGE /////////// */

label.wideform {
	width: 281px !important;
}

.needed {
	background: url(../images/star.gif) no-repeat left center;
	padding-left: 21px;
	margin-right: -23px;
}

#registerform input {
	width: 180px;
}

.formradio {
	margin-top:4px;
	width:15px !important;
}

.smalllabel {
	width: 80px !important;
	font-size: 1.1em
}

.star {
	margin: 3px 0 0 0;
}


#registerform select {
	width:185px;
}

#middlecol #registerform label {
	width:130px;
	padding-top:2px;
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
}
#middlecol #registerform label.underscore {
	margin-right : 10px;
	font-size : 1.1em;
	line-height : 1.1em;
}
#registerform label {
	width:180px;
	padding-top:2px;
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
}

.med {
	font-size: 1.2em;
}

.small {
	font-size: 1em !important;
}

#registerform ol {
	margin: 0;
	padding: 0;
}

#registerform li {
	list-style: none;
	padding: 5px;
	margin: 0px;
}

.registerbutton {
	background: url(../images/register.jpg) no-repeat;
	padding:5px 85px 26px 24px;
}

.nonmandatory {
	padding-left: 21px;
	margin-right: -23px;
	font-size: 1.2em;
}	

#photopreviewcontainer {
	margin-left:176px;
}

/**.purplebuttonblock {
	background: #7054A3;
	color: #FFFFFF !important;
	font-size: 1.2em;
	font-weight: bold !important;
	padding:6px 37px 6px 37px;
	margin: 10px 10px 10px 0;
}**/

.purpbutt {
	background: #FAB320 url(../assets/images/button_bck.gif) repeat-x;
	width: 70px;
	height:25px;
	color: #000000;
	border-top:1px solid #FAB320;
	border-left:1px solid #FDD98F;
	border-bottom:1px solid #FDD98F;
	border-right:1px solid #FAB320;
	cursor:pointer;
}

.purplebutt :link{ 
	text-decoration:none; 
	color: #000000;
	}

.purplebutt :visited{ 
	text-decoration:none; 
	color: #000000;
	}	

.purplebutt :hover{ 
	text-decoration:none; 
	color: #7054A2 !important;
	}

.purplebutt :active { 
	text-decoration:none; 
	color: #000000;
	}


.purplebuttonblock {
	background: #FAB320 url(../assets/images/button_bck.gif) repeat-x;
	color: #000000 !important;
	font-size: 1.2em;
	font-weight: bold !important;
	padding:6px 37px 6px 37px;
	margin: 10px 10px 10px 0;
	border-top:1px solid #FAB320;
	border-left:1px solid #FDD98F;
	border-bottom:1px solid #FDD98F;
	border-right:1px solid #FAB320;
}

.purplebuttonblock :link{ 
	text-decoration:none; 
	color: #000000;
	}

.purplebuttonblock :visited{ 
	text-decoration:none; 
	color: #000000;
	}	

.purplebuttonblock :hover{ 
	text-decoration:none; 
	color: #7054A2 !important;
	}

.purplebuttonblock :active { 
	text-decoration:none; 
	color: #000000;
	}


#deletecontainer {
	height: 100px;
	overflow: visible;
}

#txtsmallanimals {
	width: 150px !important;
}
#photoupload {
	float: right;
	margin-right:92px;
}

.almid {
	position:relative;
	top:72px;
	z-index: 0;
	width: 60px !important;
	overflow: visible;
	text-align: left;
	margin: 0 !important;
	left:-8px;
}

/**.purpbutt {
	background-color: #7054A3;
	width: 70px;
	height:25px;
	color: #FFFFFF;
	border: none;
}**/

.previewli {
	margin-left: 10px;
}

#formbuttons {
	margin-top: 20px;
	float:right;
	margin-right:27px;
}

.savedformeditbutton {
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
}

.savedadvert img {
	float:left;
	padding:0 10px 10px 0;
}

.savedadvertpreviewtable {
	float: left;
	width:270px; 
	margin-bottom: 20px;
}

.savedadvertpreviewtable p {
	padding: 0 0 5px 0;
	margin: 0;
}

.savedadvert {
	width:556px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.savedadtable td.blackform {
	width: 220px;
}

.savedadvertpreviewtable td{
	padding: 3px;
	font-size: 1.2em;
}

.newadselect {
	width:200px;
	margin-left:45px;
}

.savedadtable {
	width: 320px;
	margin-left: -5px;
}

.fieldname {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

/*#uploadwarning {
	margin-left: 190px;
}*/
/* /////////////////////////////////////////////////// */

/*//////////////MIDDLE COL ADVERTPAGE /////////////////*/

#advertcontainer {
	border:medium solid;
	border-color: #3D84C2;
	padding: 10px;
	margin-bottom: 20px;
	width:400px;
	background-image: url(../images/adgrad.jpg);
	background-position: bottom;
}	

#advertcontainer h2 {
	color: #8454A3 !important;
	text-align: left !important;
}

#previewheader {
	width: 426px;
	background: #3D84C2;
}

#previewheader h2 {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 2em;
}

.adpreview {
	font-size: 1.3em;
	padding-top: 10px;
	width: 300px;
}

.adpreview td {
	padding: 0 0 6px 0;
	width: 140px;
}

#descriptioncontainer {
	width:400px;
}

.businessname {
	font-size: 1.8em;
	font-weight:bold;
}

/*/////////////////////////////////////////////////////*/

/*/////////////middle col my advert pages//////////////// */

.formtable {
	width:285px;
}

.formtable2 {
	width:345px;
	margin-bottom:-20px;
}

.formtable2 td {
	font-size: 1.3em;
	padding-left:23px;
	margin-right:-23px;
	width: 280px;
}


.formtable td {
	font-size: 1.3em;
	padding-left:23px;
	margin-right:-23px;
}

td.blackform  {
	color:#000000;
}

td.mandatorytd  {
	background: url(../images/star.gif) no-repeat left;
	padding-left: 23px;
	margin-right: -23px;
}

.yellowdivider {
	background: url(../images/yellowdivider.jpg) no-repeat left top;
	padding:7px 0 12px 13px;
	font-size:1.3em;
}

h3.yellowheading {
	color: #FAB019 !important;
	font-size: 2.3em !important;
	margin-top: 0px !important;
}

/* ////////// MIDDLE COLUMN SITEMAP PAGES //////////////// */

#middlecol ul li.sitemap {
	font-weight:bold;
	line-height:1.2em;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}

#middlecol ul li.sitemap a:link, a:visited	{
	font-weight: bold;
	text-decoration:none; 
	color: #7055A3;
	}
	
#middlecol ul li.sitemap a:hover, a:active	{
	font-weight: bold;
	text-decoration:none; 
	color: #D5CDE6;
	}

/* /////////////////////////////////////////////////// */

/* ////////// MIDDLE COLUMN FAQ PAGES //////////////// */

#middlecol h2 img{
	float:right;
}

#middlecol ul li.faqsection {
	font-weight:bold;
	line-height:1.4em;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

#middlecol ul li.faqsection a:link, a:visited	{
	font-weight: bold;
	text-decoration:none; 
	color: #7055A3;
}
	
#middlecol ul li.faqsection a:hover, a:active	{
	font-weight: bold;
	text-decoration:none; 
	color: #D5CDE6;
}

#middlecol ol li.question {
	font-weight:bold;
	list-style:decimal;
	font-size: 1.4em;
	line-height:1.3em;
	margin: 0px 0px 10px -10px;
	padding: 0px 0px 0px 0px;
}

#middlecol ol li.question span.answer {
	font-weight:normal;
	font-size: 1.0em;
	line-height:1.3em;
}



/* /////////////////////////////////////////////////// */

/* ////////// MIDDLE COLUMN 2 FOR PRODUCT RANGE PAGES //////////////// */

#middlecol-2 {  
	width:737px;
	position:relative;
	padding-top:0px;
	padding-left:25px;
	padding-right:15px;
	min-height:245px; 
	float:left;
}

* html #middlecol-2 {
    \padding: 0; /* for IE5 and IE6 in quirks mode */
    p\adding: 0; /* for IE6 in standards mode */
  } 

#middlecol-2 h1 {
	/**padding: 0px 0px 0px 0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#F8B31D;**/
	margin: 0px 0px 0px 0px;
	text-align:left;
	font-size:2em;
	font-weight:bold;
	line-height:1.3em;
	color:#7054A3;
	padding-bottom:4px;
}

#middlecol-2 p {
	text-align: left;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}

#middlecol-2 img { 
	padding: 0px 0px 7px 0px;
}

*html #middlecol-2 img { 
	padding: 0px;
	margin-bottom : 10px;
}

*html #productTable {
	margin-top : 7px;
}

#middlecol-2{
	font-size:80%;
}

/* /////////////////////////////////////////////////// */

/* ////////// REQUEST A QUOTE PANEL FOR PRODUCT RANGE PAGES //////////////// */

#requestAQuotePanel, .requestAQuotePanel {  
	width:505px;
	position:relative;
	padding: 0px 0px 0px 0px;
	min-height: 45px;
	/*border:#000 solid 1px;
	background-color:#CCCC99;*/
}

#requestAQuotePanel p{  
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	border:#000 solid 1px;*/
}

#requestAQuote, .requestAQuote {  
	width:160px;
	position:relative;
	float:right;
	text-align:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	border:#000 solid 1px;*/
}

/* /////////////////////////////////////////////////// */

/* ////////// TABLE PANEL FOR PRODUCT RANGE PAGES //////////////// */

.formfix {
	position: relative;
	top: 5px;
	color:#000000;
	font-size: 1.2em;
}

#productTable {  
	width:520px;
	position:relative;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#productTable table {  
	/*width:505px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-top:#7055A3 solid 1px;
	border-left:#7055A3 solid 1px;
	border-bottom:#7055A3 solid 0px;
	border-right:#7055A3 solid 1px;
	background:transparent url(../images/7054A2_pixel.gif) repeat-x bottom left;
}
#productTable table th {
	text-align : center;
}
#productTable table th.left {
	background-repeat:no-repeat;  
	font-size:14px;
	background-color: #7055A3;
	color:#FFFFFF;	
	border:#7055A3 solid 1px;
	width: 183px;
	padding: 5px 0px 5px 0px;
}
#productTable table th.middle { 
	background-repeat:no-repeat;  
	font-size:14px;
	background-color: #7055A3;
	color:#FFFFFF;
	border-top:#7055A3 solid 1px;
	border-left:#FFFFFF solid 1px;
	border-bottom:#7055A3 solid 1px;
	border-right:#FFFFFF solid 1px;
	width: 175px;
	padding: 5px 0px 5px 0px;
}
#productTable table th.right {  
	background-repeat:no-repeat; 
	font-size:14px;
	background-color: #7055A3;
	color:#FFFFFF;
	border:#7055A3 solid 1px;
	width: 163px;
	padding: 5px 0px 5px 0px;
}

#productTable table td.titleLeft {  
	font-size:11px;
	font-weight:bold;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 1px;
	border-left:#7055A3 solid 0px;
}

* html #productTable table td.titleLeft {  
	font-size:11px;
	font-weight:bold;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 3px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 1px;
	border-left:#7055A3 solid 0px;
}

#productTable table td.titleLeftNoBottom {  
	font-size:11px;
	font-weight:bold;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
}

* html #productTable table td.titleLeftNoBottom {  
	font-size:11px;
	font-weight:bold;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 3px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
}

#productTable table td.titleLeftNormal {  
	font-size:11px;
	font-weight:normal;
	background-color: #D5CDE6;
	line-height: 13px;
	color:#7055A3;
	padding: 5px 0px 5px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 1px;
	border-left:#7055A3 solid 0px;
	vertical-align:top;
}

* html #productTable table td.titleLeftNormal {  
	font-size:11px;
	font-weight:normal;
	background-color: #D5CDE6;
	line-height: 13px;
	color:#7055A3;
	padding: 5px 0px 5px 6px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 1px;
	border-left:#7055A3 solid 0px;
	vertical-align:top;
}

#productTable table td.titleMiddle {  
	font-size:11px;
	font-weight:bold;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 1px;
	border-bottom:#7055A3 solid 1px;
	border-left:#7055A3 solid 1px;
}

* html #productTable table td.titleMiddle {  
	font-size:11px;
	font-weight:bold;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 3px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 1px;
	border-bottom:#7055A3 solid 1px;
	border-left:#7055A3 solid 1px;
}

#productTable table td.titleMiddleNoBottom {  
	font-size:11px;
	font-weight:bold;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 1px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 1px;
}

* html #productTable table td.titleMiddleNoBottom {  
	font-size:11px;
	font-weight:bold;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 3px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 1px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 1px;
}

#productTable table td.titleRight {  
	font-size:11px;
	font-weight:bold;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 1px;
	border-left:#7055A3 solid 0px;
	vertical-align:top;
}

* html #productTable table td.titleRight {  
	font-size:11px;
	font-weight:bold;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 3px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 1px;
	border-left:#7055A3 solid 0px;
	vertical-align:top;
}

#productTable table td.titleRightNoBottom {  
	font-size:11px;
	font-weight:bold;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
	vertical-align:top;
}

* html #productTable table td.titleRightNoBottom {  
	font-size:11px;
	font-weight:bold;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 3px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
	vertical-align:top;
}

#productTable table td.titleRightNormalNoBottom {  
	font-size:11px;
	font-weight:normal;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
	vertical-align:top;
}

* html #productTable table td.titleRightNormalNoBottom {  
	font-size:11px;
	font-weight:normal;
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 5px 0px 5px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
	vertical-align:top;
}

#productTable table td.subtitleMiddle {  
	font-size:11px;
	font-weight:normal;
	background-color: #E5E3F1;
	color:#7055A3;
	padding: 5px 0px 0px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 1px;
	border-bottom:#7055A3 solid 1px;
	border-left:#7055A3 solid 1px;
	vertical-align:top;
}

* html #productTable table td.subtitleMiddle {  
	font-size:1.1em;
	font-weight:normal;
	background-color: #E5E3F1;
	color:#7055A3;
	padding: 5px 0px 0px 3px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 1px;
	border-bottom:#7055A3 solid 1px;
	border-left:#7055A3 solid 1px;
	vertical-align:top;
}

#productTable table td.subtitleMiddleNoBottom {  
	font-size:11px;
	font-weight:normal;
	background-color: #E5E3F1;
	color:#7055A3;
	padding: 5px 0px 0px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 1px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 1px;
	vertical-align:top;
}

* html #productTable table td.subtitleMiddleNoBottom {  
	font-size:11px;
	font-weight:normal;
	background-color: #E5E3F1;
	color:#7055A3;
	padding: 5px 0px 0px 3px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 1px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 1px;
	vertical-align:top;
}

#productTable table td.subtitleRight {  
	font-size:11px;
	font-weight:normal;
	background-color: #E5E3F1;
	color:#7055A3;
	padding: 5px 0px 0px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 1px;
	border-left:#7055A3 solid 0px;
	vertical-align:top;
}

* html #productTable table td.subtitleRight {  
	font-size:11px;
	font-weight:normal;
	background-color: #E5E3F1;
	color:#7055A3;
	padding: 5px 0px 0px 3px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 1px;
	border-left:#7055A3 solid 0px;
	vertical-align:top;
}

#productTable table td.subtitleRightNoBottom {  
	font-size:11px;
	font-weight:normal;
	background-color: #E5E3F1;
	color:#7055A3;
	padding: 5px 0px 0px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
	vertical-align:top;
}

* html #productTable table td.subtitleRightNoBottom {  
	font-size:11px;
	font-weight:normal;
	background-color: #E5E3F1;
	color:#7055A3;
	padding: 5px 0px 0px 3px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
	vertical-align:top;
}

#productTable table td.footLeft {  
	font-size:11px;
	font-weight:bold;
	height:0px;
}

#productTable table td.footMiddle { 
	font-size:11px;
	font-weight:bold;
	height:0px;
}

#productTable table td.footRight {  
	font-size:11px;
	font-weight:bold;
	height:0px;
}

#productTable table td.left {  
	font-size:11px;
	font-weight:normal;
	color:#7055A3;
	padding: 0px 0px 0px 10px;
	border-color : #7055A3;
	border-top: solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
	height : 10px;
}

#productTable table td.middle { 
	padding: 0px 0px 0px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 1px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 1px;
}

#productTable table td.right {  
	font-size:11px;
	font-weight:normal;
	color:#7055A3;
	padding: 0px 0px 0px 10px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
}

#infoButton, .infoButton { 
	position:relative;
	float:right;
	margin: 0 5px 5px 5px;
}

div.infoButton img {
	margin-top: -5px;
}

*html div.infoButton img {
	margin-top: 0px;
}


#productTable table img, .productTable table img  { 
	padding: 0px 0px 0px 0px;
}
	
/* /////////////////////////////////////////////////// */

/* ////////// TABLE YELLOW FOR FORMS PAGES //////////////// */	

#quoteHeader h1{
	color: #7054A2;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	padding:0;
	margin:0;
}

.yellowRight{
	text-align:right;
	padding:5px 10px 5px 0px;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

.yellowTextleft{
	padding:0px 00px 0px 0px;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

#preferredcalltime {
	border : solid 1px #FAB320;
	width : 131px;
	margin:0 0 5px;
}
*html #preferredcalltime {
	border : solid 1px #FAB320;
}
.yellowLeft{
    width:155px;
	text-align:left;
}

.loginmessage{
	text-align:left;
	/**padding:0px 0px 0px 12px;**/
	font-size:11px;
	color:#7D7D7D;
	font-weight:bold;
}

.yellowFormbody{
	width: 177px;
	padding: 4px 0px 4px 4px;
	background-color:#FFFFFF;
	border: 1px solid #FAB320;
	font-size:10px;
	color:#959595;
	margin:0px 0px 5px 0px;
}

.yellowRequired{
	color:#000000;
}

#requiredText{
	font-size:11px;
	color:#333333;
	font-weight:normal;
}

.yellowSelectListText{
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

.yellowSelectListDropdownCell{
	padding:0px 0px 10px 0px;
}

.yellowSelectListDropdown{
	width:194px;
	margin:0px;
	border : solid 1px #FAB320;
}

.yellowFormBodyOpt{
	font-size:11px;
	color:#333333;
	font-weight:normal;
}

.yellowCheckBox{
	position:relative;
	left:83px;
	border: 1px solid #FAB320;
	border:0;
	margin:0;
}

#quoteFormButton{
	position:absolute;
	width:82px;
	height:26px;
	top:422px;
	left:454px;
	background-image:url(../assets/images/yellow_button_03.jpg);
	text-align:center;
	z-index:10000;
}

.adbuttonfix {
	position:relative !important;
	top:-43px !important;
	left:-5px !important;
	float:right;
}

*html .adbuttonfix {
	position:relative !important;
	top:-50px !important;
	left:-5px !important;
	float:right;
}

#renewalFormButton{
	position:relative;
	width:82px;
	height:26px;
	float : right;
	cursor : pointer;
	margin-right : 20px;
	background-image:url(../assets/images/yellow_button_03.jpg);
	text-align:center;
}

#quoteFormButtonLink{
	position:relative;
	top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

#quoteFormButtonLink a:link{ 
	text-decoration:none; 
	color: #000000;
	}

#quoteFormButtonLink a:visited{ 
	text-decoration:none; 
	color: #000000;
	}	

#quoteFormButtonLink a:hover{ 
	text-decoration:none; 
	color: #7054A2;
	}

#quoteFormButtonLink a:active { 
	text-decoration:none; 
	color: #000000;
	}

/* /////////////////////////////////////////////////// */

/* ////////// TABLE FOR FORMS PAGES //////////////// */
	
	
#productRangeImage{
	width:195px;
	height:202px;
	background-image:url(../assets/images/get_ins_box.jpg);
}

#productRangeImage h2{
	position:relative;
	top:12px;
	left:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#FFFFFF;
}



#productRangeImageButton{
	position:absolute;
	width:82px;
	height:26px;
	top:170px;
	left:107px;
	background-image:url(../assets/images/yellow_button_03.jpg);
	text-align:center;
}

#productRangeImageButtonLink{
	position:relative;
	top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

#productRangeImageButtonLink a:link{ 
	text-decoration:none; 
	color: #000000;
	}

#productRangeImageButtonLink a:visited{ 
	text-decoration:none; 
	color: #000000;
	}	

#productRangeImageButtonLink a:hover{ 
	text-decoration:none; 
	color: #7054A2;
	}

#productRangeImageButtonLink a:active { 
	text-decoration:none; 
	color: #000000;
	}
	
#productRangeQuoteButton{
	position:relative;
	width:82px;
	height:26px;
	top:0px;
	left:437px;
	background-image:url(../assets/images/yellow_button_03.jpg);
	text-align:center;
	margin:0px 0px 20px 0px;
}

#productRangeQuoteButtonLink{
	position:relative;
	top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

#productRangeQuoteButtonLink a:link{ 
	text-decoration:none; 
	color: #000000;
	}

#productRangeQuoteButtonLink a:visited{ 
	text-decoration:none; 
	color: #000000;
	}	

#productRangeQuoteButtonLink a:hover{ 
	text-decoration:none; 
	color: #7054A2;
	}

#productRangeQuoteButtonLink a:active { 
	text-decoration:none; 
	color: #000000;
	}	

/* /////////////////////////////////////////////////// */

/* ////////// TABLE FOR FORMS PAGES //////////////// */

#middlecol table.formTable {  
	width:340px;
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 0px 0px;
	background-color:#D5CDE6;
	font-size: 1.2em;
}

#middlecol table.formTable td { 
	width: 340px;	
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 2px 2px 2px 2px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 2px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 2px;
}

#middlecol table.formTable td.oneLeft { 
	width: 130px;	
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 2px 2px 2px 2px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 2px;
	vertical-align:top;
}

#middlecol table.formTable td.oneRight { 
	width: 210px;	
	background-color: #D5CDE6;
	color:#7055A3;
	padding: 2px 2px 2px 2px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 2px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
}

#middlecol table.formTable td.topRow {
	background-image: url(../elements/table-form-top.jpg);
	background-repeat:no-repeat;  
	background-color: #FFFFFF;
	width: 340px;
	height:8px;
	padding: 0px 0px 0px 0px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
}

#middlecol table.formTable td.bottomRow {
	background-image: url(../elements/table-form-bottom.jpg);
	background-repeat:no-repeat;  
	background-color: #FFFFFF;
	width: 340px;
	height : 8px;
	padding: 0px 0px 0px 0px;
	border-top:#7055A3 solid 0px;
	border-right:#7055A3 solid 0px;
	border-bottom:#7055A3 solid 0px;
	border-left:#7055A3 solid 0px;
}

.required {font-family: Arial, Helvetica, sans-serif; color:#FF0000; font-size:1.1em; text-align:left; font-weight:normal; margin:3px 0px 0px 3px;}

.formbody { font-family: Arial, Helvetica, sans-serif; font-size:1.0em; text-align:left; font-weight:normal; background:#FFFFFF;}

.formbody-opt { font-family: Arial, Helvetica, sans-serif; font-size:1.0em; text-align:left; font-weight:normal; background:#FFFFFF; 
							padding-left:3px; margin: 0px 0px 0px 0px;} 

.formbody-opt-br { font-family: Arial, Helvetica, sans-serif; font-size:0.5em; text-align:left; font-weight:normal; background:#FFFFFF; 
									 padding: 0px 0px 0px 3px; margin: 0px 0px 0px 0px;} 

.selectList{
	float:right;
}

.selectListDropdown{
	font: 0.9em Arial, Helvetica, sans-serif;
}

.checkbox{
	float:right;
	margin-top: -17px;
}

.button 	{ 
	margin: 10px 20px 0px 0px;
	/*float:right;*/
	background-color:#7055A3;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #FAFAFA;
	font-size: 1.4em;
	height: 1.8em;
	/*cursor:hand;*/
	font-weight: bold;
	/*text-align: middle;*/
}

.prselected {
	color: #7054A2 !important;
	font-weight: bold;
}

/* /////////////////////////////////////////////////// */

/* ////////// RIGHT COLUMN PANEL //////////////// */
#rightcol { 
	position:relative;
	left:0px;
	float: right;
	margin-right:0px;
	width:152px;
	padding-top:0px; 
	padding-left:3px; 
	min-height:245px;
	margin-top:0px;
}

#rightcol_colspan { 
	position:relative;
	float:right;
	clear:right;
	width:150px;
	padding-top:0px; 
	padding-left:5px; 

	margin-top:0px;
	border:1px solid #000000;
}

#middlecol_colspan {  
	position:relative;
	width:592px;
	float: right;
		
	padding-top:0px;
	padding-right:0px;
	padding-bottom:10px;
	margin-bottom:10px;

	border:1px solid #000000;
	/*background-color:#6699FF;*/
}

#col_colspan{
	width:100%;
	height:100px;
	#float:right;
	
	border:1px solid #000000;
}

.yellowbutton {
	background:url(../images/orange_shadow_button.jpg) no-repeat left;
	font-size: 1.1em;
	margin: 0;
	padding:6px 38px 9px 8px;
	font-weight: bold;
}

.yellowbuttonwb {
	background:url(../images/orange_shadow_button_wb.jpg) no-repeat left;
	font-size: 1.1em;
	margin: 0;
	padding:6px 38px 9px 8px;
	font-weight: bold;
	display: block;
	
}

span.yellowbuttonwb {
	cursor:hand;
}

a.yellowbutton :hover {
	color: #FFFFFF !important;
}

.smallyellowbutt {
	background: url(../images/small_yellow_butt.jpg) no-repeat;
	font-size: 1.3em;
	margin: 5px 0 0 0;
	padding:7px 85px 9px 15px;
	font-weight: bold;
}

#win a.underlinelink {
	font-size : 0.9em;
	
}

a.underlinelink {
	text-decoration:underline;
	text-align: center;
	font-size: 1.1em;
}

.reglink {
	text-decoration:none !important;
	font-weight: bold !important;
}

/**.areglink {
	display:inline-block;
	text-decoration:underline;
	font-size:11px !important;
	font-weight: normal !important;
	color:#7054A2 !important;
}

.areglink a:link{
	text-decoration:underline !important;
	font-size:11px !important;
	font-weight: normal !important;
	color:#7054A2 !important;
}

.areglink a:visited{
	text-decoration:underline !important;
	font-size:11px !important;
	font-weight: normal !important;
	color:#7054A2 !important;
}

.areglink a:hover{
	text-decoration:underline !important;
	font-size:11px !important;
	font-weight: normal !important;
	color:#000000 !important;
}

.areglink a:active{
	text-decoration:underline !important;
	font-size:11px !important;
	font-weight: normal !important;
	color:#7054A2 !important;
}**/



#login label {
	float:left;
	padding-bottom:5px;
	padding-top:2px;
}

#login {
	background: url(../images/quick_login.jpg) no-repeat;
	height:184px;
	width:129px;
	padding-left:4px;
	padding-right:9px;
}

#login h4 {
	color: #FFFFFF;
	font-size:1.4em;
	padding-top:6px;
	margin-bottom: 10px;
}

#login h5 {
	text-align: center;
	font-size: 1.1em;
	margin:0 0 5px;
	line-height: 1em;
}

input#password, input#username {
	border:medium none;
	float:right;
	font-size:9px;
	height:15px;
	margin:0 0 7px;
	padding:0 2px;
	width:71px;
}

input#submit {
	float:none;
	left:77px;
	position:relative;
}

.forgottenpass {
	font-size: 0.9em;
	text-align: right;
	float: right;
	padding: 0;
	margin: 8px 0 10px 0;
	display:inline;
	width: 100px;
}

#dalmationcontainer {
	margin-top:100px;
}

/* /////////////////////////////////////////////////// */

/* ////////// CONTACT US PANEL //////////////// */
#contact-us {
	background: url(../elements/small_orangebox.gif) no-repeat;
	position:relative;
	width:131px;
	height:107px;
	top: 16px;
	padding:8px 0px 0px 8px;
}	

* html #contact-us {
	background: url(../elements/small_orangebox.gif) no-repeat;
	position:relative;
	width:131px;
	min-height:124px;
	padding:8px 0px 4px 8px;
	margin: 0px 0px 10px 0px;
}

#contact-us p {
	font-size:1.2em;
	font-weight:normal;
	margin:0px;
}

#contact-us p.number {
	font-size:1.4em;
	font-weight:bold;
	margin:0px;
}
/* /////////////////////////////////////////////////// */

/* ////////// LINKS PANEL //////////////// */
#links {
	background: url(../elements/purple_box.gif) no-repeat;
	position:relative;
	text-align:left;
	width:131px;
	padding:12px 0 25px 10px;
	min-height:110px;
	top:16px;
}

* html #links {
	background: url(../elements/purple_box.gif) no-repeat;
	position:relative;
	text-align:left;
	width:131px;
	padding:12px 0px 100px 10px;
	min-height:120px;
	margin: 0px 0px 25px 0px;
}

#links h2{
	font-size:1.2em;
	margin: 0px 0px 10px 16px;
	color:#D4CCE5;
}

#links ul	{
	list-style-image:url(../elements/light_arrow-bg-purple.gif);
	margin:-4px 0 0 16px;
	padding:0px 0px 0px 0px;
}

#links ul li	{
	list-style-position:outside;
	line-height:1.5em;
	margin:5px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

#links ul li a{
	font-weight:bold;
	font-size:1.2em;
	color:#FFFFFF;
}

/* /////////////////////////////////////////////////// */

/* ////////// FOOTER //////////////// */

#footer { 
	clear: both; 
	border-top: solid 15px #7054A3; 
	position:relative;
  top: 0px;
  min-height: 130px;
}

#footer #footer-littlePuppies { 
	width: 120px; 
	min-height: 175px; 
	margin: -192px 0 0 616px;
	position: absolute;
	z-index: 10;
}

#footer #footer-littlePuppies img { 
	vertical-align:bottom;
	width: 120px; 	
}


#footer #footer-top-bar { margin: 0px 0px 30px 0px; }
#footer #footer-submenu { width: 190px; margin: 0px 3.5em 0 0; padding: 0 0 0 10px; float: left; font-size:1.2em; }
#footer #footer-submenu ul { margin: 0; padding: 0; list-style: none; }
#footer #footer-submenu ul li { list-style: none; margin: 0; padding: 0; }
#footer #footer-submenu a:link,
#footer #footer-submenu a:visited { color: #3573C1; display: block; height:16px; padding: 5px 0px 6px 10px; text-decoration:none; font-weight:bold; }
#footer #footer-submenu a:hover,
#footer #footer-submenu a:active { background: transparent url(../images/sideNav_over.gif) no-repeat; font-weight:bold; }
#footer .verisignLogo { float: right; margin: 26px 6px 0 0; }
#footer #footer-content { color: #B3B3B3; font-size: 0.8em; line-height: 0.8em;  margin: 10px 0 15px 240px; width: 480px; }
#footer #footer-content p { margin: 0 0 5px 0; padding-left : 5px; }

/* /////////////////////////////////////////////////// */


/* ////////// POPUPS //////////////// */

#popup span.heading {
	font-weight:bold;
	font-size:1.4em;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
}


#popup ul {
	font-size:1.4em;
	line-height: 1.4em;
	list-style: outside;
	list-style-type:disc;
	margin: 0px 0px 0px 20px;
}

/* /////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////// */
/* ///////SANCTUARY BUSINESS SITE //////////////////// */
/* /////////////////////////////////////////////////// */
#businessleftcol {
	width:580px;
	margin-left : 10px;
	float:left;
}

#businessleftcol table.formtable{
	width:434px;
}

#logininfo {
	background: url(../images/current_user_box.jpg) no-repeat top;
	width : 140px;
	height : 158px;
	padding : 0px;
	font-size : 0.8em;
	margin-top : 16px;
}

#logininfo h3{
	border:0;
	margin:0;
	padding:10px 0 0px 0px;
	#padding:0px;
}

#logininfo div{
	width : 120px;
    padding:10px;
	#padding:10px 0px 0px 0px;
	font-size : 10px;
}

#logininfo a {
	text-decoration: underline;
}

.blackformtext {
	font-size : 1.3em;
	padding-top: 5px;
	margin-top: 5px;
	color: #000;
	position: relative;
	top: 5px;
}
#genericbusinessforms #registerform li label {
	font-size : 1.3em;
}

#logininfo h3{
	font-size: 1.8em;
	text-align: center;
	margin-left: -6px;
	margin-bottom: -5px;
	margin-top:7px;
}


#alertholder {
	color: #CC3300;
	font-size: 1.8em;
}

.fright {
	float:right;
}

.fleft {
	float:left;
}

.italic {
	font-style:italic;
}

.pushleft {
	margin-right: 100px;
}

.smallbutt {
	padding-right : 100px;
}

.invisible {
	visibility : hidden;
}


/* //////////////////// FIXES FOR BUTTONS /////////////////////////////// */

#gotomyadverts a,
#gotomybusinessdetails a {
	font-weight : normal;
}

.savedformeditbutton a {
	font-weight : normal;
}

#businessleftcol a.purplebutton {
	font-weight : normal;
}	

#mybusiness{
	font-size:9px;
}

#mybusiness select{
	font-size:11px;
}

#mybusiness input{
	font-size:11px;
}

#mybusiness{
	font-size:11px;
	font-color:#333333;
}

#px{
	font-size:12px !important;
}