/* --------------------------------------------- LAYOUT ITEMS ------------------------------------------*/
body {
	text-align:center;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color:#000000;
	margin: 0px;
	padding:0px;
	background-image:url(../images/_assets/bg_alt.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top;
}

div.clear
{
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
	

#container {
	width:850px;
	height:100%;
	margin: 0px auto;

}

/* master columns ---------------------------------------------------------*/
#header_left {
	float:left;
	text-align:left;
	width: 360px;
	height:114px;
	clear:none;
}


#header_right {
	float:right;
	text-align:right;
	top:50px;
	position:relative;
	width: 360px;
	clear:none;
}


#topNav {
	float:left;
	text-align:center; 
	width: 850px;
	height:31px;
	background-image:url(../images/_assets/topnav_bg.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top;
	
}

#left {
	position:relative;
	float:left; 
	width:205px;
	height:100%;
	padding:0;
	margin:0;
	text-align:left;
	top:1px;
	background-color:#143850;
	color:#FFFFFF;
}


#content {
	position:relative;
	float:left; 
	text-align:left;
	width:375px;
	height:100%;
	left:20px;
	top:10px;
	
}	

#content ul { 
	margin-bottom: 6px;
    margin-top: 1px;
	list-style-type: square;
}

#content li {
	font-size: 100%;
}

#content ul li {
	font-size: 100%;
}

#content ul li ul { 
    font-size: 96%;
}

#content ul li ul li { 
    font-size: 100%;
}

#content ul li ul li ul { 
    font-size: 93%;
}

#content ul li ul li ul li { 
    font-size: 100%;
}

#content ol { 
    margin-bottom: 6px;
    margin-top: 1px;
}

#content ol li { 
    font-size: 100%;
}

#content ol li ol { 
    font-size: 96%;
}

#content ol li ol li { 
    font-size: 100%;
}

#content ol li ol li ol{ 
    font-size: 93%;
}

#content ol li ol li ol li { 
    font-size: 100%;
}


#right {
	position:relative;
	float:right; 
	width:230px;
	height:20px;
	text-align:left;
	top:20px;

}

#contentFull {
	position:relative;
	float:left; 
	text-align:left;
	width:625px;
	height:100%;
	left:20px;
	top:10px;
	
}	



#location{
	position:relative;
	float:left; 
	left:20px;
	top:10px;
	width:625px;
	height:17px;
	padding-top:17px;
	text-align:left;
	border-bottom:#143850 1px solid;
	
}

#footer{
	position:relative;
	top:30px;
	width:850px;
	height:140px;
	color:#006699;
	text-align:left;
	
}

/*other layout items ---------------------------------------------------*/


#headerText{
	float:right;
	width:180px;
}

#copperText{
	float:right;
	width:180px;
	position:relative;
}


#quickLinks{
width:355px;
height:52px;
position:relative;
margin:3px 0 0 0;
background-image:url(../images/_banners/quick_links_bg.jpg);
padding:38px 10px 0 10px;
float:left;
text-align:left;
line-height:18px;
}

#quickLinksLeft{
width:186px;
position:relative;
float:left;
text-align:left;
}

#quickLinksRight{
position:relative;
float:right;
width:166px;
text-align:left;
}

#quickLinks a {color:#FFFFFF;}


#slide_top{
	width:230;
	height:179px;
}

#slide_bottom{
	width:210px;
	height:42px;
	padding:10px;
	background-image:url(../images/_slides/slide_text_bg.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:8pt;

}

.images{width:375px; height:165px;}

 
#glossLeft{width:210px; height:100%; float:left; margin-right:20px;}
#glossRight{width:210px; height:100%;float:left;}


#productLeft{width:240px; height:100%; float:left; margin-right:20px; margin-top:10px;}
#productRight{width:260px; height:100%; float:left; margin-top:10px;}

#productTop{width:520px; height:100%; float:left; margin-right:20px; margin-top:10px;}
#productBottom{width:84%; height:100%; float:left; margin-top:10px;}
#productBottom #hr{color: #143850; background-color: #143850; height: 2px; width: 360px; border: 0; margin-left:0px;}


/* MENUS------------------------------------------------------------------------------------*/
/* TOPNAV */

#topNav ul
{
	position:relative;
	display: block;
	padding-left: 215px; /*207px;*/
	margin: 0;
}

#topNav li
{
	display: block;
	float:left;
	text-align:center;
}

#topNav li a
{
	display: block;
	margin-top:2px;
	padding: 6px 19px 8px 19px;
	text-decoration: none;
	color:#FFFFFF;
}
	

#topNav li a:hover
{
	
	background-image:url(../images/_assets/topNav_over_bg.gif);
	background-repeat:repeat-x;
	color: #ffffff;
}

#topNav li a.active
{

	background-image:url(../images/_assets/topNav_over_bg.gif);
	background-repeat:repeat-x;
	color: #ffffff;
}


/*PRODUCT FINDER (LEFT)----------------------------*/
#navLeftContainer{margin:0 0 7px 16px; width:173px;}

#navLeftContainer ul
{
margin: 0;
padding:6px 0 6px 0;
list-style-type: none;
}

#navLeftContainer li { margin: 0 0 0 0; }

#navLeftContainer ul li ul { margin: 0; padding: 0; }

#navLeftContainer ul li ul li ul { margin: 0; padding: 0; }

#navLeftContainer ul li ul li { padding-left: 10px; }

#navLeftContainer ul li ul li ul li { padding-left: 10px; }

#navLeftContainer a
{
display: block;
padding: 6px 0px 6px 19px;
background-color: #143850;
background-image: url(../images/_assets/left_menu_bullet.gif);
background-repeat:no-repeat;
/*width:154px;*/
width:auto;
}

#navLeftContainer a:link, #navLeftContainer a:visited
{
border-top: 1px solid #436073;
color: #ffffff;
text-decoration: none;
}

#navLeftContainer a:hover
{
border-top: 1px solid #436073;
background-color: #0c2230;
background-image: url(../images/_assets/left_menu_bullet_on.gif);
background-repeat:no-repeat;
color: #ffffff;
}

#active a:link, #active a:visited, #active a:hover
{
border-top: 1px solid #436073;
background-color: #143850;
background-image: url(../images/_assets/left_menu_bullet.gif);
background-repeat:no-repeat;
color: #ffffff;
}

/* rounded corners */
div.leftRounded { 
 width: 205px; 
 background: #1b5151 url(../images/_assets/left_rounded_bottom.gif) no-repeat bottom center; 
 padding-bottom: 15px; 
} 
div.leftRounded h2  { 
 margin:0; height:44px; padding:0px;
 background: transparent url(../images/_assets/left_rounded_top.gif) no-repeat top center; 
 text-indent:-999999px;
}








/*SUBNAV (RIGHT)---------------------------------------------------*/
#subNav {
	margin:0px 0 0; 
	
	width:190px; 
	background-repeat:no-repeat;
}

#subNav ul
{
margin: 0 10px 0 10px;
padding:6px 0 0 0 ;
list-style-type: none;

}


#subNav li { margin: 0 0 0 0; }

#subNav a
{
display: block;
padding: 4px 0px 4px 4px;
background-color: #006699;
width:190px;
}

#subNav a:link, #subNav a:visited
{
border-bottom: 1px solid #3284ad;
color: #ffffff;
text-decoration: none;
}

#subNav a:hover
{
border-bottom: 1px solid #3284ad;
background-color: #005680;
color: #ffffff;

}

.noBorder{border-bottom: 1px solid #006699;}


/*SUBNAVBRANCHES (RIGHT)---------------------------------------------------*/
#subNavBranches {
	margin:15px 0 0 0; 
	background-color:#006699; 
	width:230px; 
	height:245px;
	background-image:url(../images/_assets/sub_nav_branches_bg.gif);
	background-repeat:no-repeat;
}

#subNavBranches ul
{
margin: 0 10px 0 10px;
padding:6px 0 0 0 ;
list-style-type: none;

}


#subNavBranches li { margin: 0 0 0 0; }

#subNavBranches a
{
display: block;
padding: 4px 0px 4px 4px;
background-color: #006699;
width:206px;
}

#subNavBranches a:link, #subNavBranches a:visited
{
border-bottom: 1px solid #3284ad;
color: #ffffff;
text-decoration: none;
}

#subNavBranches a:hover
{
border-bottom: 1px solid #3284ad;
background-color: #005680;
color: #ffffff;

}

.noBorder{border-bottom: 0;}


/*subnav nested (if required)*/

#subNavBranches ul ul
{
float: right;
margin:0 0 0 4px;
padding:0px 0px 0px 4px;


}


#subNest a
{
display: block;
padding: 4px 0px 4px 4px;
background-color: #006699;
width:180px;
}

#subNest a:link, #subNest a:visited
{
border-bottom: 1px solid #3284ad;
color:#BEE1FD;
text-decoration: none;
}

#subNest a:hover
{
border-bottom: 1px solid #3284ad;
color: #ffffff;
background-color:#006699; 

}






/* FOOTER LIST--------------------------------------------------------------------------- */
 ul#footerlist
{
position:relative;
left:147px; /* 227px */
width:623px;
margin:10px 0 0 0;
padding:0;
white-space: nowrap;
}

#footerlist li
{
display: inline;
list-style-type: none;
padding: 3px 10px 0 0;
}

#footerlist a:link, #footerlist a:visited
{
color:#006699;
text-decoration: none;
}

#footerlist a:hover
{
color:#006699;;
text-decoration: underline;
}

#footerlist a:active
{
color:#006699;;
font-weight:bold;
}

#footer img {
	position:relative; 
	left:227px;
}



/* END OF MENUS------------------------------------------------------------------------------------*/ 


/* TABLES AND GRAPHICS */
/* PROGRESS BAR----------------------------------------------------------------- */

tr.progressBarTop {	
	background: #143850 url(../images/_quoteprogress/progress_top_left.gif) no-repeat;
}

td.progressBarBot{
	background:#006699;
	border-top:#FFFFFF thin solid;
	border-right:#FFFFFF thin solid;
}

td.progressBarBotSel{
	background:#0099cc;
	border-top:#FFFFFF thin solid;
	border-right:#FFFFFF thin solid;
}

td.progressBarBotLast{
	background:#006699;
	border-top:#FFFFFF thin solid;
}

td.progressBarBotLastSel{
	background:#0099cc;
	border-top:#FFFFFF thin solid;
}

.searchBullets ul{
margin:0 0 15px 15px;
position:relative;
width:420px;
padding:0px;


}

.searchBullets li{
margin:0px;
padding:0 0 5px 0;
}



.searchBullets p{padding:0 0 14px 14px; margin:0px; line-height:8px;font-size:0.95em;}


/* Product Details */

#productOuterDiv_outer
{
    border: 0;    
}

#productOuterDiv_outer #productOuterDiv_inner
{
    float: left;
	width: 82%;
	height: auto;
	margin-right: 1%;
	border: 0;
	padding: 3px 3px 3px 3px;
}

.productTable th {
text-align:left;
background:#80b3cc;
border-top:#FFFFFF thin solid;
border-right:#FFFFFF thin solid;
padding:5px;
color:#143850;
}

.productTable td {
text-align:left;
background:#e6f0f5;
border-top:#FFFFFF thin solid;
border-right:#FFFFFF thin solid;
padding:5px;
}

.productTable caption{
	color:#FFFFFF;
	background: url(../images/_quoteprogress/product_table_caption.gif) no-repeat top left;
	text-align:left;
	font-size:11px;
	padding:5px 5px 5px 5px;
	margin:0px;
	font-weight:bold;
	
}


/* quantity table */
.quantityTable th {
text-align:left;
background:#80b3cc;
border-top:#FFFFFF thin solid;
border-right:#FFFFFF thin solid;
padding:5px;
color:#143850;
}

.quantityTable td {
text-align:left;
background:#e6f0f5;
border-top:#FFFFFF thin solid;
border-right:#FFFFFF thin solid;
padding:5px;
}

.quantityTable caption{
	color:#FFFFFF;
	background: url(../images/_quoteprogress/quantity_table_caption.gif) no-repeat top left;
	text-align:left;
	font-size:11px;
	padding:5px 5px 5px 5px;
	margin:0px;
	font-weight:bold;
	
	
}

.quantityTable input{
	font: 100% Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border:0;
}


/* accessories table */
.accessoriesTable th {
text-align:left;
background:#80b3cc;
border-top:#FFFFFF thin solid;
border-right:#FFFFFF thin solid;
padding:5px;
color:#143850;
}

.accessoriesTable td {
text-align:left;
background:#e6f0f5;
border-top:#FFFFFF thin solid;
border-right:#FFFFFF thin solid;
padding:5px;
}

.accessoriesTable caption{
	color:#FFFFFF;
	background: url(../images/_quoteprogress/accessories_caption.gif) no-repeat top left;
	text-align:left;
	font-size:11px;
	padding:5px 5px 5px 5px;
	margin:0px;
	font-weight:bold;
	
}


.accessoriesTable input{
	font: 100% Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border:0;
}


/* personal table */
.personalTable th {
text-align:left;
background:#80b3cc;
border-top:#FFFFFF thin solid;
border-right:#FFFFFF thin solid;
padding:5px;
color:#143850;
}

.personalTable td {
text-align:left;
background:#e6f0f5;
border-top:#FFFFFF thin solid;
border-right:#FFFFFF thin solid;
padding:5px;
}

.personalTable caption{
	color:#FFFFFF;
	background: url(../images/_quoteprogress/personal_details_caption.gif) no-repeat top left;
	text-align:left;
	font-size:11px;
	padding:5px 5px 5px 5px;
	margin:0px;
	font-weight:bold;
}


.personalTable input{
	font: 100% Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border:0;
}


/* confirmation table */
.confirmationTable th {
text-align:left;
background:#80b3cc;
border-top:#FFFFFF thin solid;
border-right:#FFFFFF thin solid;
padding:5px;
color:#143850;
}

.confirmationTable td {
text-align:left;
background:#e6f0f5;
border-top:#FFFFFF thin solid;
border-right:#FFFFFF thin solid;
padding:5px;
}

.confirmationTable caption{
	color:#FFFFFF;
	background: url(../images/_quoteprogress/confirmation_caption.gif) no-repeat top left;
	text-align:left;
	font-size:11px;
	padding:5px 5px 5px 5px;
	margin:5px 0 0 0px;
	font-weight:bold;
}


.confirmationTable input{
	font: 100% Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border:0;
}



.productImage{
	float:left;
	background-color: #fff;
}






/*TYPOGRAPHY ----------------------------------------------------------------------------------------*/
p {padding:0 0 14px 0; margin:0px; line-height:15px;}


#left p {padding:0 16px 0 16px; margin:0;}


.home h1{ 
 background: transparent url(../images/_assets/world_power_header.gif) no-repeat top center; 
 margin:0; height:44px; padding:0px;
 text-indent:-999999px;
}

h1 {font-size:15px; color:#143850; margin:14px 0 10px 0;}
.searchresults h1 {font-size:15px; color:#000000; margin:14px 0px 10px 0; font-weight:normal;}
.keyword {color:#143850;}

h1.products {font-size:15px; color:#143850; margin:14px 110px 10px 0;}

h2 {font-size:13px; color:#143850; margin:6px 0 6px 0;}

.h2 a, .h2 a:link, .h2 a:hover, .h2 a:visited {color:#143850; text-decoration:none;}
.h2 a:active {color:#143850; text-decoration:none;}

h3 {font-size:11px; color:#143850; margin:6px 0 6px 0;}
h4 {font-size:11px; color:#143850; margin:6px 0 6px 0;}
h5 {font-size:11px; color:#143850; margin:6px 0 6px 0;}
h6 {font-size:11px; color:#143850; margin:6px 0 6px 0;}

.searchresults h3 {color:#FFFFFF; font-size:11px; padding:5px; margin:0px;}


#location a {color:#000000;}

.progressBar {color:#FFFFFF; font-size:11px;}


a:link, a:visited {color:#143850; text-decoration:none;}
a:hover {color:#143850; text-decoration:underline;}
a:active {color:#143850; text-decoration:none;}

.blue {color:#006599;}




/*FORMS  ----------------------------------------------------------------------------------------*/

#left form {margin:7px 16px 7px 16px;}
.leftSubmit {vertical-align:middle; border:0;}


/* HORIZONTAL RULES-----------------------------------------------------------------------------*/
#footer hr{
color: #143850;
background-color: #143850;
height: 2px;
width:100%;
border: 0;
text-align:center;
}

.productListing{
color: #143850;
background-color: #143850;
height: 1px;
width: 520px;
border: 0;
margin-left:0px;
}

hr{
color: #143850;
background-color: #143850;
height: 2px;
margin-left:0px;
}

/* CURVED BOXES-----------------------------------------------------------------------------*/
#liquid-round {
position:relative;
float:right; 
width:100%;
margin:15px auto 0px;
background:url(../images/box/leftside.gif) repeat-y left top;
}
.top {
width:100%;
height:20px;
background:url(../images/box/top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(../images/box/top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:#006699; url(../images/box/rightside.gif) repeat-y right top;
padding:1px 1px 1px 5px;
margin:-1px 0 -10px;
}
.bottom {
width:100%;
height:34px;
background:url(../images/box/bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:34px;
background:url(../images/box/bottom-right.gif) no-repeat right top;
}
/* CURVED BOXES END -----------------------------------------------------------------------------*/




/* ADDED BY TNL (SC) */

.curo_breadcrumbs  {
	position: relative;
}

.curo_breadcrumbs p {
	float: left;
	position: relative;
}

.curo_breadcrumbs ul {
	list-style: none;
	margin: 0em 0.2em 0em 0.2em;
	padding: 0em;
	float: left;
	position: relative;
}

.curo_breadcrumbs ul li {
	float: left;
	padding: 0em 0.2em 0em 0.7em;
	margin: 0em 0.2em 0em 0.2em;
	vertical-align: middle;
	background-image: url(../images/breadcrumbsPointer.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.curo_breadcrumbs ul li:first-child {
	background-image: none;
	padding-left: 0em;
}

/* ie6 support */
.curo_breadcrumbs ul li {
	background-image: expression( (this===this.parentNode.childNodes[0]) ? "none":"auto" );
}

/* current page */
.curo_breadcrumbs p {
	padding: 0em;
	margin: 0em;
}

.curo_breadcrumbs a, .curo_breadcrumbs a:link, .curo_breadcrumbs a:visited, .curo_breadcrumbs a:active  {
    padding: 0;
    margin: 0;
}

.curo_breadcrumbs a:hover  { 
    padding: 0;
    margin: 0;
}

.curo_submitButton {
	background-image: url(../images/_assets/left_subtmit.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 21px;
	height: 20px;
	border: none;
	padding: 0px;
}

#map {
	border: 1px solid #7BAFC4;
}



.curo_siteMap {

}

.curo_siteMap a, .curo_siteMap a:link, .curo_siteMap a:visited, .curo_siteMap a:active, .curo_siteMap a:hover {

}

.curo_siteMap ul {
	list-style:none;
	padding:0;
	margin:0;
}

.curo_siteMap li {
	list-style:none;
	padding:0;
	margin-left: 1em;
}

.curo_siteMap a, .curo_siteMap a:link, .curo_siteMap a:active, .curo_siteMap a:visited, .curo_siteMap a:hover {
	background-image: url(../images/siteMap.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 1em;
	text-decoration: none;
}

.curo_siteMap a:hover {
	text-decoration: underline;
}

/* end site map
 ********************/

.curo_glossary ul {
	list-style:none;
	padding:0;
	margin:0;
	width: 100%;
}

.curo_glossary li {
	list-style:none;
	padding: 0px;
	margin-left: 0px;
	width: 49%;
	float: left;
}

.curo_glossary li li {
	width: 100%;
	float: auto;
}

.curo_glossary span {
	width: 100%;
	clear: both;
	float: left;
	font-style: italic;
}

.personalTable td.col1 {
	vertical-align: top;
	width: 220px;
}

.personalTable td.col2 {
	width: 300px;
}

.personalTable tr.curo_RegError td.col1 label, p.curo_RegError {
	color: red;
	font-weight: bold;
}

.personalTable textarea {
	background-color:#FFFFFF;
	border:0;
	width: 300px;
	height: 100px;
	overflow: auto;
}

.curo_central_banners img {
	float: left;
	margin-left: 1px;
	width: 186px;
}

tr.error {
	background-color: #F69400;
	color: #FF3300;
}

p.error
{
    color: #FF3300!important;   
}

/********************
 Pagination */

 .curo_pagination {
 	margin: 0.5em 0em 0.5em 0em;
 	float: c;
 }
 
 /* current page */
 .curo_pagination p { 
 	font-weight: bold;
 	padding: 0px;
 	margin: 0px;
 }
 
 .curo_pagination ul {
 	list-style: none;
 	margin: 0em 0.5em 0.5em 0.5em;
 	padding: 0em;
 	float: left;
 	width: 100%;
 	clear:both;
 }
 
 .curo_pagination ul li {
 	padding: 0em;
 	float: left;
 	padding: 0em 0em 0em 0em;
 	margin: 0.5em 1em 0em 0em;
 	border: 1px solid #cccccc;
 	height: 20px;
 	width: 20px;
 }
 
 .curo_pagination li p {
 	padding: 0em;
	display: block;
 	height: 20px;
 	text-align: center;
  	line-height: 20px;
  	font-size: 1em!important;
	font-weight: bold;
 }
 
 .curo_pagination ul li a, .curo_pagination ul li a:link, .curo_pagination ul li a:visited, .curo_pagination ul li a:active {
 	display: block;
 	height: 20px;
 	width: 20px;
 	text-align: center;
  	line-height: 20px;
  	color: #000000;
  	text-decoration:none;
  	background-color: #d7d7d7;
  	font-weight: bold;
 }
 
 .curo_pagination ul li a:hover {
 	display: block;
  	height: 20px;
  	width: 20px;
  	text-align: center;
  	line-height: 20px;
  	color: #FFFFFF;
  	text-decoration:none;
  	background-color: #2745CB;
  	font-weight: bold;
 }
 
 /* archive date styles */
 .curo_pagination p.nonExistent {
 	color: #D1D1D1;
 	font-weight: normal;
 }
 
 .curo_pagination p.currentYear {
 	font-weight: bold;
 	color: #DE0135;
 }
 
 .curo_pagination p.currentMonth {
 	font-weight: bold;
 	color: #DE0135;
 }
 
 .curo_pagination_archiver li p, .curo_pagination_archiver li, .curo_pagination_archiver ul li a, 
 .curo_pagination_archiver ul li a:link, .curo_pagination_archiver ul li a:visited, .curo_pagination_archiver ul li a:active {
 	width: 40px!important;
 }

/* End pagination 
 ********************/

#title, #firstname, #lastname, #email, #add1, #add2, #add3, #add4, #postcode, #country, #tel, #mobile, #fax
{
    padding: 1px 0 0 0;
    width: 300px;
} 

/********************
 images */

.img-float-left {
	float: left;
	margin: 0.3em 0.5em 0em 0em; 
}
.img-float-right {
	float: right;
	margin: 0.3em 0em 0.5em 0em; 
}
.img-float-center {
	float: center;
	margin: 2px 10px 5px 10px;
}

/* end images 
 ********************/

.table_heading {
color: #DB4D69;
font-size: 0.9em;
}


/*********************
 Standard Curo styles */

/* table clean */
table.table-clean {
	border-collapse: collapse;
	padding: 0em;
	width: 95%;
	font-size: 100%;
	margin: .7em 1em 20px .5em;
}

table.table-clean td {
	text-align:left;
    border-top:#FFFFFF thin solid;
    border-right:#FFFFFF thin solid;
    padding:5px;
}

table.table-clean td p {
	font-size: 95%;
	margin: 1px;
	padding: 1px;
}

/* table with header */
table.table-with-header {
	border-collapse: collapse;
	padding: 0;
	width: 95%;
	margin: .7em 1em 20px .5em;
}


table.table-with-header th {
    text-align:left;
    background:#80b3cc;
    border-top:#FFFFFF thin solid;
    border-right:#FFFFFF thin solid;
    padding:5px;
    color:#143850;
}

table.table-with-header th p {
	font-size: 110%;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
}

table.table-with-header td {
	text-align:left;
    background:#e6f0f5;
    border-top:#FFFFFF thin solid;
    border-right:#FFFFFF thin solid;
    padding:5px;
}

table.table-with-header td p {
	font-size: 100%;
	margin: 1px;
	padding: 1px;
}



/* table with no header */
table.table-no-header {
	border-collapse: collapse;
	padding: 0;
	width: 95%;
	margin: .7em 1em 20px .5em;
}

table.table-no-header td {
	text-align:left;
    background:#e6f0f5;
    border-top:#FFFFFF thin solid;
    border-right:#FFFFFF thin solid;
    padding:5px;
}

table.table-no-header td p {
	font-size: 100%;
	margin: 1px;
	padding: 1px;
}


/****** templates */

/* template "Hanging Quote */

table.table-quotes
{
	border-collapse: collapse;
	padding: 0;
	margin: .7em 1em 17px .5em;
}

table.table-quotes tr {
	border: 0;
	padding: 0;
	margin: 0;
}

table.table-quotes td {
	border: 0;
	padding: 0;
	margin: 5px 0 0 0;
	line-height: 120%;
}

.quoter_1
{
    padding: 0;
    margin: 10px 0 0 0;
}

.quoter_2
{
    padding: 0;
    margin: 0;
}

p.p-quote-text
{
	font-size: 100%;
	padding: 0px 5px 2px 2px;
	margin: 2px;
	width: 100%;
}

p.p-quote-author
{
	font-size: 110%;
	font-weight: bold;
	color: #143850;
	padding: 5px 2px 2px 2px;
	margin: 2px;
	width: 100%;
	border-top: 1px dotted #143850;
}

.hanging_quote {
	width: 45%;
}

.hanging_quote_quote {
	width: 100%;
}

.hanging_quote_quote_element {
	float: left;
	height: 100%;
}

.hanging_quote p {
	border-bottom: 1px dotted #707070;
	margin: 5px 5px 0px;
	padding: 0px 0px 5px;
	width: 100%;
	float: left;
	width: 70%;
}

.hanging_quote_a {
	float: left;
	height: 27px;
	width: 27px;
	padding: 3px;
	background-image: url(../images/quote_a.gif);
	background-repeat: no-repeat;
}

.hanging_quote_b {
	float: right;
	height: 27px;
	width: 27px;
	padding: 3px 3px 3px 0px;
	top: -35px;
	position: relative;
	background-image: url(../images/quote_b.gif);	
	background-repeat: no-repeat;
	vertical-align: bottom;
}


.hanging_quote_author {
	margin: 0px;
	padding: 0px 5px;
	width: auto;
	float: right;
	position: relative;
	font-size: 0.7em;	
}


/* textbox */
.div-textbox {
	border: 1px solid #80b3cc;
	background:#e6f0f5;
	color: #000000;
	padding: 4px 7px 4px 7px;
	margin: 2px 7px 13px 7px;
	width: 90%;
}

.div-textbox p {
	font-size: 100%;
}

.div-textbox h1 { 

}

.div-textbox h2 { 

}

.div-textbox h3 { 

}

.div-textbox h4 { 

}

.div-textbox h5 { 

}

.div-textbox a, .div-textbox a:link, .div-textbox a:active, .div-textbox a:visited {

}

.div-textbox a:hover {

} 

/* AZ Box Styles Start */

#AZ_container
{
    border: 0;
    float: left;
	width: 100%;
	padding: 5px 0 5px 1px;
	clear: both;
	vertical-align: bottom; 
}

#AZ_container .Div_atoz{
    padding: 3px 0px 3px 0px;
    font: 100% Arial, sans-serif;
}

#AZ_container .Div_AZBox
{
    display: block;
    float: left;
    height: 13px;
    width: 12px;
    padding: 2px 2px;
    margin: 0 2px 2px 0;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background: #0099CC;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	font-weight: bold;
}

#AZ_container .Div_AZBox2{
    display: block;
    float: left;
    height: 13px;
    width: 12px;
    padding: 2px 2px;
    margin: 0 2px 2px 0;
	text-decoration: none;
	text-align: center;
	color: #143850;
	background: #E6F0F5;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	font-weight: bold;
}

#AZ_container .Div_All_AZBox
{
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    padding: 2px 2px;
    margin: 0 2px 2px 0;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background: #0099CC;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	font-weight: bold;
}

#AZ_container .Div_All_AZBox2{
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    padding: 2px 2px;
    margin: 0 2px 2px 0;
	text-decoration: none;
	text-align: center;
	color: #143850;
	background: #E6F0F5;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	font-weight: bold;
}


#AZ_container a.AZBoxLink:link{

    color: #fff;
	background-color: #0099CC;
	text-decoration: none;
}

#AZ_container a.AZBoxLink:visited{

    color: #fff;
	background-color: #0099CC;
	text-decoration: none;
}

#AZ_container a.AZBoxLink:hover{

    color: #fff;
	background-color: #0099CC;
	text-decoration: underline;
}

#AZ_container a.AZBoxLink:active{

    color: #fff;
	background-color: #0099CC;
	text-decoration: none;
}


#AZ_container a.AZBoxLink2:link{

    color: #143850;
	background-color: #E6F0F5;
	text-decoration: none;
}

#AZ_container a.AZBoxLink2:visited{

    color: #143850;
	background-color: #E6F0F5;
	text-decoration: none;
}

#AZ_container a.AZBoxLink2:hover{

    color: #143850;
	background-color: #E6F0F5;
	text-decoration: underline;
}

#AZ_container a.AZBoxLink2:active{

    color: #143850;
	background-color: #E6F0F5;
	text-decoration: none;
}

.form_az_label
{
    font-size: 90%;
    padding: 20px 0 0px 1px;
}


/* AZ Box Styles End */

/* A-Z and Glossary styles Start */

#az_sections {
    margin:0.5em 0.4em 20px 0.1em;
    padding:2px;
}

#az_sections ul 
{
    font-size: 0.7em;
    list-style-type: none;
    margin: 5px 0.1em 35px 0.1em;
    padding:0;
}

#az_sections li {
    /*border-left:1px solid #BEC0C2;*/
    color:#999999;
    float:left;
    list-style-type: none;
    margin:0 0 0 0.1em;
    padding:0 0 0 0.1em;
}

#az_sections li a:link, #az_sections li a:visited {
    text-decoration:none;
    list-style-type: none;
    margin:0;
    padding:0;
}

#az_sections li a:hover, #az_sections li a:active, #az_sections li a {
    text-decoration:underline;
    list-style-type: none;
    margin:0;
    padding:0;
}

#AZ_section_List
{
    border: 0; 
}

#AZ_section_List #AZ_section_List_box
{
    float: left;
	width: 99%;
	height: auto;
	margin-right: 1%;
	border: 0;
	padding: 3px 2px 3px 0px;
}

#AZ_section_List #AZ_sections
{
    padding: 5px 5px 3px 5px;
    margin: 1px 2px 1px 0px;  
    border-top:solid 1px #F5F5F5;
	border-left:solid 1px #F5F5F5;
	border-bottom:solid 1px #F5F5F5;
	border-right:solid 1px #F5F5F5;
    font-size: 0.8em;
	font-weight: normal;
	background-color: #F5F5F5;  
	height: 20px;
	width: 502px;
	float: left;
}

#AZ_section_List #AZ_sections_1
{
	border: 0;
    float: left;
    width: 120px;
    vertical-align: top;
    margin: 0 5px 2px 2px;
    padding: 0;
    height: 20px;
}

#AZ_section_List #AZ_sections_2
{
	border: 0;
    float: left;
    width: 300px;
    margin: 0 5px 2px 2px;
    padding: 0;
    height: 20px;
}

#AZ_section_List #AZ_sections_3
{
	border: 0;
    float: left;
    width: 80px;
    margin: 0 5px 2px 2px;
    padding: 0;
    height: 20px;
}

#AZ_section_List #sectid
{
    font-size: 0.76em;
    width: 250px;
}

#AZ_section_List #catid
{
    font-size: 0.76em;
    width: 250px;
}

#AZ_Box_Listing
{
    border: 0;
    margin: 0.1em 0 0.1em 0;
}

#Glossary_Options
{
    padding: 0px 5px 0px 5px;
    margin: 0px 2px 10px 0px;  
    border-top:solid 1px #F5F5F5;
	border-left:solid 1px #F5F5F5;
	border-bottom:solid 1px #F5F5F5;
	border-right:solid 1px #F5F5F5;
    font-size: 100%;
	font-weight: normal;
	background-color: #143850;  
	height: 35px;
}

#glossary_search_form
{
    border: 0;
    padding: 0;
}

#Glossary_Options_1
{
	border: 0;
    float: left;
    width: 180px;
    margin: 6px 3px 5px 1px;
    padding: 0;
    height: 24px;
}

#Glossary_Options_2
{
	border: 0;
    float: left;
    width: 50px;
    margin: 3px 5px 2px 1px;
    padding: 0;
    height: 24px;
}

#Glossary_Options_3
{
    width: 100%;
    padding: 0;
    height: 24px;
}

.glossary_search {
	float: left;
	position: relative;
	padding: 0 0.15em 0 0;
}

.glossary_search label
{
	display: none;
}

.bodytext
{
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.glossary_search_text
{
	font: 100% Helvetica, Arial, sans-serif;
	color: #999;
    width: 165px;
	vertical-align: middle;
	background: #fff;
	margin-left: 4px;
}

.projectsearch_btn {padding-top: 3px;}


#AZ_Box_Listing .AZ_Outer 
{
    border-top:solid 1px #E6F0F5;
	border-left:solid 1px #E6F0F5;
	border-bottom:solid 1px #E6F0F5;
	border-right:solid 1px #E6F0F5;
	margin-right: 1%;
	padding: 3px 5px 3px 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	height: auto;
	float: left;
	width: 97%;
}

#AZ_Box_Listing .AZ_Inner
{
    padding:0.0em 0.1em 0.0em 0.1em; 
}

#AZ_Box_Listing .glossary_title 
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #143850;	
    font-size: 130%; 
    font-weight: bold; 
}

#AZ_Box_Listing .no_data 
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #143850;	
    padding: 5px;
    font-size: 0.8em; 
    font-weight: bold; 
}

ul.AZ_Title
{
	margin: 0em 0.4em 0.5em 0.7em;
	padding: 0;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small!important;
	list-style: square;
	display: block;
	float: left;
	clear: both;
}

html>ul.AZ_Title { font-size: small!important; display: block;}

ul.AZ_Title li
{
	margin: 0em 0px .5em 1pc;
	padding: 0px;
	display: block;
	font-size: 0.85em!important;
}
	
ul.AZ_Title li.AZ_Title
{
	margin: 0em 0 .5em;
	padding: 0px 0 0 21px;
	background: url(../images/sitemap_bullet.gif) no-repeat 0px 0px;
	list-style: none;
	display: block;
}

a.AZ_Title 
{
    color: #707070;
}

.Gloss_Title_Strong
{
    font-weight: bold;
    font-size: 100%;
    color: #006699;
}

.Gloss_Title_Search
{
    font-weight: bold;
    font-size: 100%;
    color: #DB4D69;
}

.Src_Title_Search
{
    font-size: 0.8em;
}

.search_rhs
{
    font-size: 0.75em;
    padding: 0;
    margin: 0;
    vertical-align: top;  
    width: 90px;
    float: right; 
}

#active_pages
{
    margin: 1em 0.2em 0.8em 1em;
    border: 0;
    font-size: 0.85em;
}

#active_pages .active_pages_outer
{
    float: left;
    margin: 0.3em 0.3em 0.3em 0.4em;
	padding: 0;
	width: 210px;
	font-size: 80%;
}

#active_pages .active_pages_inner_1
{
    float: left;
    margin: 0em 0 0 0;
	padding: 0;
	width: 30px;
	text-align: left;
	vertical-align: middle;
}

#active_pages .active_pages_inner_2
{
    float: right;
    margin: 0.3em 0 0 0;
    padding: 0;
	text-align: left;
	width: 180px;
	vertical-align: middle;
}

#AZ_btn_1
{
    padding:2px;
    margin: 7px 2px 2px 0;    
}

#AZ_btn_2
{
    padding: 2px;
    margin: 0px 2px 5px 16px;    
}

.checkboxes_1
{
    border: 0;
    font-size: 90%;
}


/* A-Z and Glossary styles End */

.projectsearch_btn {padding-top: 3px;}

.filler_1
{
    width: 100%;
    height: 15px;   
}

.filler_2
{
    width: 100%;
    height: 10px;   
}

.filler_3
{
    width: 100%;
    height: 5px;   
}

.filler_4
{
    width: 100%;
    height: 25px;   
}

.filler_20
{
    width: 100%;
    height: 17px;
}

#view_quote
{
    float: right;
    padding: 0;
    margin: 2px 3px 2px 1px;
    color: #143850;
    font-weight: bold;
}

#view_quote_img
{
    float: left;  
    padding: 0;
    margin: 2px 3px 2px 10px;
    color: #143850;
    font-weight: bold;
    text-align: left;
}

#empty_quote
{
    float: right;
    padding: 0;
    margin: 2px 3px 2px 1px;
    color: #143850;
    font-weight: bold;
}

#empty_quote_img
{
    float: right;  
    padding: 0;
    margin: 2px 3px 2px 10px;
    color: #143850;
    font-weight: bold;
    text-align: right;
}

.edit_group
{
    font-size: 90%;
    font-weight: normal;
    padding: 0 2px 2px 0;
    margin: 0;
    border: 0;    
}

#News_Listing
{
    border: 0;
    margin: 1.5em 0 0.5em 0;
}

#News_Listing .News_Outer 
{
    border-top:solid 1px #E6F0F5;
	border-left:solid 1px #E6F0F5;
	border-bottom:solid 1px #E6F0F5;
	border-right:solid 1px #E6F0F5;
	margin-right: 1%;
	padding: 3px 5px 3px 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	height: auto;
	float: left;
	width: 97%;
}

#News_Listing .News_Inner
{
    padding:0.0em 0.1em 0.2em 0.1em;   
}

#News_Listing .News_Title 
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #707070;	
    font-size: 120%; 
    font-weight: bold;
    padding: 5px 5px 5px 3px;
}

#News_Listing .News_Date
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #000;	
    font-size: 100%; 
    font-weight: bold;
    padding: 2px 2px 2px 5px;
}

#News_Listing .News_Info
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #707070;	
    font-size: 100%; 
    font-weight: bold;
    padding: 2px 2px 2px 5px;
}

#News_Listing .News_Info_Sub
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #707070;	
    font-size: 0.7em; 
    font-weight: normal;
    padding: 2px 2px 2px 5px;
}

#News_Listing .News_More
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #DB4D69;	
    font-size: 95%; 
    font-weight: bold;
    padding: 2px 2px 2px 5px;
}

#News_Listing a.no_red
{
    color: #707070!important;    
}

#News_Listing p
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #000;	
    font-size: 95%; 
    font-weight: normal;
    padding: 4px 2px 2px 5px;
}

#News_Listing p.image
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #707070;	
    font-size: 0.75em; 
    font-weight: normal;
    padding: 4px 2px 0px 5px;
    text-indent: 5px;
}

/* Pagination Styles Start */

#generic_pagination
{   
    border: 0;
    padding:0;
    margin: 20px 5px 15px 5px;   
}

#generic_pagination .maintext
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #707070;	
    font-size: 95%; 
    font-weight: normal;
    padding: 0;  
}

#generic_pagination .maintext-strong
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000;	
    font-size: 95%; 
    font-weight: bold;
    padding: 0;  
}

.white_BG
{
    background-color: Transparent!important;
}

.white_link
{
    color: #FFFFFF!important;   
}

#product_edit
{
    color: #143850;
    height: 20px;
    float: right;
    margin-right: 106px;
    padding: 2px 2px 2px 2px;
    font-size: 100%;
}

#product_edit a
{
    color: #143850!important;   
}

/* Pagination Styles End */

#input_search_term{
	font: 100% Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border:0;
	width:140px;
}

.personalDetailsInput{
	font: 100% Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border:0;
	width:28em;
}
/* END ADDED BY TNL */
