/*------------- Page Elements --------------*/

html, body {
	margin: 0;
	padding: 0;
}

h1 {
	font: large Verdana, Arial, Helvetica, sans-serif;
	color: #a1bf35;
	font-weight: bold;
}

h2 {
	color: #a1bf35;
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	color: #a1bf35;
	font-style: italic;
	font-weight: normal;
}

h4 {
	color: #808080;
	font-weight: bold;
	margin: 0px;
}

img {
	border: none;
}

.grey-dotted-line{
	display: inline;
	height: 35px;
	border-left: 1px gray dotted
}

.hrzntl-dotted-grey-line {
	margin: 10px 0 0 17px;
	display: block;
	width: 160px;
	border-top: 1px gray dotted
}

a {
	text-decoration: none;
	color: #009de0;
	font-weight: inherit;
	font-style: inherit;
}

a:visited {
	color: #009de0;
}

a:hover {
	color: #009de0;
	text-decoration: underline;
}

#container, #pageheader {
	margin-left: auto; 
	margin-right: auto;
}

#container {
	background: white url(/images/wt_dropshad_right.png) repeat-y right ; 
	border-left: 1px solid #ccc;
	width: 978px;
}

ul, li, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
  
  border-collapse: collapse;
  text-align: left;
}

	/*  color... */
	td.color {
	  
	  border:1px solid #ccc;
	  padding:5px;
	}
	
	/* non color  */
	td {
	  
	  border:0px ;
	  padding:8px;
	}
	
html, body, p, #icbc-body, li {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #444433;
}

.x-small-text {
	font-size: x-small;
}

.vertical-bar {
	vertical-align: middle;
}

.red {
	color: red;
}

/*------------- Logo - COMPLETED --------------*/

#logo {
	margin: 0px 0 0 10px;
	padding: 5px 10px 0px 0;
	background: #fff url(../images/logo-dotcom-main.gif) center left no-repeat;	
	width: 253px;
}

#logo h1 {
	margin:0;
	padding: 0;
}

#logo h1 a {
	display: block;
	height: 50px;
	width: 253px;
}

#logo h1 a span {
	display: none;
}

/*------ Top Right Banner Ad Blocks -------*/

#banner-home	{
	position: absolute;
	top: -63px;
	right: 0px;
	margin: 0 2px 2px 0;
	padding: 0;
	border: 0;
}

#banner img, #banner_md img {
	display: none;
}

#banner-home a {
	color: #000; 
	margin: 0 20px 0 10px;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
}

#banner_container {
	position: relative;
}

/*------------ Toolbar ------------*/

#toolbar {
	 background: #009de0 url(/images/swish.jpg) center no-repeat; 
	 margin: 1px 0px;
	 height: 24px; 
	 width: 970px;
}

#toolbar ul {
	display: block;
	width: 325px;
	margin: 0px 0 0 5px;
	padding: 0 0 0 2px;	
	line-height: 22px;
}
#toolbar ul li {
	float: left;
	margin: 3px 0 0 5px;
	padding: 0;
	list-style: none;
	color: #fff;
}
#toolbar ul li a {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}


/*------------ Toolbar - Search Field ------------*/

#simple {
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 5px;
	line-height: 0px;
}

#search {
	display: block;
	float: right;
	width: 240px;
	margin: 2px 0;
	height: 18px;
}
#search-field {
	position: absolute;
	top: 2px;
	left: 69px;
	height: 14px;
	width: 125px;
	border: 1px solid #ccc;
	font-size: 0.85em;
	color: #aaa;
}

#search-button {
	position: absolute;
	top: 1px;
	left: 200px;
	cursor: pointer;
	margin: 0;
	padding: 0 0 4px 0 !important; 0px;
}

#search-field, #search form {
	padding: 0;
	margin: 0;
}

/*--------- Primary Navigation ----------*/

#primary-navigation {
	float: left;
	width: 170px; 
	color: #000;
	background: #fff;
	margin: 10px 0 0 0;
	padding: 0;
}

#primary-navigation ul li{
	border-bottom: solid 1px #ccc;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#primary-navigation ul li a {
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #009de0;
	padding: 4px 0px 4px 10px;

}

/* for Internet Explorer */
/*\*/
* html #primary-navigation ul li a  {
	width: 100%;
}
/**/

#primary-navigation ul li a:hover, #primary-navigation a:hover {	
	color: #fff;
	background: #009de0;
	text-decoration: none;
}

/* Applied by Javascript */
#primary-navigation ul li ul {
	display: none;
}

/* First level navigation: Autoplan Insurance, Drivers Licensing, Claims and Repairs */
#primary-navigation ul li a.selected, #primary-navigation ul li a.selected:hover {
	background-color: #009de0;
	color: #fff;
	text-decoration: none;
	margin: 0;
}

#primary-navigation ul li ul.open {
	display: block;	
}

/* 2nd level navigation */
#primary-navigation ul li ul li a.selected, #primary-navigation ul li ul li a.selected:hover {
	color: #000;
	background:  #ddd url(../images/grey-bullet-left-small.gif) no-repeat 2px 8px;
	margin: 0;
	padding: 3px 0 3px 10px;
}


#primary-navigation ul li ul li a:hover {
	color: white;
	background-color: #bbb;
}

#primary-navigation ul li ul {
	background: #ddd;
}

#primary-navigation ul li ul li {
	border: none;
	margin-left: 8px;
	padding-bottom: 0;
	background: url(../images/grey-bullet-left-small.gif) no-repeat 3px 9px;
}

#primary-navigation ul li ul li ul.open {
	display: block;
}

/* 3rd level navigation */

#primary-navigation ul li ul li ul li a.selected, #primary-navigation ul li ul li ul li a.selected:hover{
	background:  #fff url(../images/grey-bullet-left-small.gif) no-repeat 3px 8px;
	color: #000;
	text-decoration: none;
	padding: 4px 0 4px 10px;
}

#primary-navigation ul li ul li ul {
	color: #000;
	background-color: #eee;	
	width: 170px;
	margin-left: -8px;
}

#primary-navigation ul li ul li ul li {
	background: url(../images/grey-bullet-left-small.gif) no-repeat 3px 9px;
	margin-left: 20px;
	padding: 0;
	border: none;
}

#primary-navigation ul li ul li ul li a {
	font-size: 0.85em;
}

#primary-navigation ul li ul li ul.open {
	display: block;
}

/* Hide the 4th level */
#primary-navigation ul li ul li ul li ul.open {
	display: none;
}

/************************/
#primary-navigation-tier2 ul li {
	font: bold xx-small Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background-color: #ccc;
	text-align: right;
	padding: 0 30px 0 0;
}


/*--------- Primary Navigation Banner ----------*/

.primary_nav_banner {
	margin: 0 0 0 9px;
}

/*--------- Travellers Tips ----------*/

.travellerstips {
	float: right;
	padding: 0;
	margin: 10px 0px 0px; 0;
}

/* for Internet Explorer */
/*\*/
* html .travellerstips  {
	margin-top: -5px;
}
/**/


/*--------- News ----------*/

#icbc_news {
	float: right;
	position: relative;
	left: -13px;
	margin: 10px 0px 0 0;
	padding: 0px;
	width: 177px;
	font: 0.80em Verdana, Arial, Helvetica, sans-serif;
}

#icbc_news h2 {
	display: block;
	color: #8a8576;
	height: 13px;
	margin: 0;
	padding: 2px 0 0px 17px;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
}

#icbc_news li, #icbc_news ul, #icbc_news a, #icbc_news p {
	margin: 0;
	padding: 0;
	font: 1.02em Verdana, Arial, Helvetica, sans-serif;
}

#icbc_news li {
	list-style: none;
	margin: 10px 0 1px 16px;
}

.icbc_news-blurb {
	font: 0.87em Verdana, Arial, Helvetica, sans-serif;
	color: #8a8576;
}

.media {
	margin: 10px 0 0 16px;;
	text-align: left;
}

/*--------- Secondary Navigation ----------*/

#secondary-navigation {
	float: right;
	position: relative;
	left: -13px;
	margin: 10px 0 0 5px;
	padding: 0;
	width: 160px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}


#secondary-navigation h1 {
	color: #8a8576;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 3px;
	
}

#secondary-navigation h2 {
	display: block;
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

#secondary-navigation ul {
	padding: 5px 0 5px 5px;
}

#secondary-navigation li, #secondary-navigation a, #secondary-navigation p {
	margin: 0 0 0 0;
	padding: 0;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}

#secondary-navigation li {
	list-style-image: url(/images/black-bullet-left-small.gif);
	margin: 0 0 3px 16px;
}

.secondaryitems, #tip p {
	display: block;
}

#relatedlinks {
	background: #f0edd9 url(/images/findoutmore-hdr.png) no-repeat;
	padding: 26px 0 0 0;
	min-height: 9px;
	clear: both;
}

/* fixes Find out more header in Internet Explorer */
/*\*/
* html #relatedlinks {
	height: 12px;
}
/**/


#relatedlinks h2 {
	visibility: hidden;
}

#relatedlinks p, #tip p, #tip h1 {
	margin: 10px 10px 0 10px;
	padding-bottom: 10px;
}

#navitems {
	background: #f6f4e5;
}

#tip a {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}

/* 2px gap beneath images in Internet Explorer */
/*\*/
* html #secondary-navigation img {
	margin: -3px 0 -2px 0;
}
/**/

#banner160x60 {
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	width: 158px;
}

#banner-text {
	background: #f6f4e5 url(/images/findoutmore-ftr.png) no-repeat bottom; 
	min-height: 13px;
	clear: both;
	text-align: center; 
	padding: 1px 1px 2px 1px;
	border: 0;
	color: #000;
	font: 7pt Verdana, Arial, Helvetica, sans-serif;
	width: 158px;
}

/* 2px gap beneath images in Internet Explorer */
/*\*/
* html #banner-text, * html #banner-text a {
	height: 14px;
}
/**/


/*------------- Homepage Main Content --------------*/

#pagecontents-home {
	margin: 15px 0 0 197px;
	border: 0;
	padding: 0;	
	text-align: left;
}

/*------------- Homepage Main Content --------------*/


#landing-hd {
	display: block;
}

#landing-main-img {
	display: inline;
	margin-left: 292px;
}

.landing-copy-wrapper { 
	display: inline;
}

/* Hack for Safari, FF and IE6 */
/*\*/
html*.landing-copy-wrapper {
	position: relative;
	left: -5px !important; left: 0px;
}
/**/

#landing-copy {
	display: inline;
	position: absolute;
	height: 220px;
	background: /*#f6f4e5*/ url(/images/landing_page_gradient_hdr_right.png) no-repeat bottom;
	width: 276px;
	/*border-right: 1px solid;*/
	padding: 8px;
	overflow: auto !important; overflow: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	
}

#landing-copy h1 {
	font-weight: bold;
	font-size: 1.1em; 
	color: #444433;
	margin: 0 0 5px 0;
	padding: 0;
}

#landing-copy p {
	font-size: .90em;
	padding: 2px;
	margin: 0 0 10px 0;
}

#landing-copy ul li {
	font-size: .90em;
	padding-left: 2px;
}

/*--- left land copy -----*/

#landing-copy-left {
	display: inline;
	position: absolute;
	height: 220px;
	background: /*#f6f4e5*/ url(/images/landing_page_gradient_hdr.png) no-repeat bottom;
	/*background: #f6f4e5 url(/images/landing_page_gradient_lhdr.png) no-repeat bottom;*/
	width: 276px;
	padding: 8px;
	margin-left: 2px;
	
}

#landing-copy-left h1 {
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding: 0;
}

#landing-copy-left p {
	font-size: .90em;
	padding: 0;
	margin: 0 0 10px 0;
}

#landing-copy-left ul li {
	font-size: .90em;
}



/*------------- Secondary Main Content --------------*/

#pagecontents {
	margin: 12px 0 0 197px;
	border: 0;
	padding: 0;	
	text-align: left;
	width: 587px;
}

/* Correction to gap at bottom of image for Internet Explorer */
* html #pagecontents-home img {
	margin-bottom: -3px;
}

#pagecontents h2 {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #a1bf35;
	font-weight: bold;
}

#pagecontents h3 {
	font: italic small Verdana, Arial, Helvetica, sans-serif;
	color: #a1bf35;
}

#pagecontents h4 {
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #a1bf35;
}

#pagecontents ul li {
	margin: 0 0 0 15px;
	padding: 0;
}

/*#pagecontents a, #pop_contents a {
	text-decoration: none;
}

#pagecontents a:hover {
	text-decoration: underline;
}*/



/*------------- Pop Up Content --------------*/
#pop_contents {
	display: block;
	margin: 15px 15px 0 15px;
	padding: 0;	
	text-align: left;
	width: 555px;
}

#pop_contents h1 {
	padding: 0;
	margin: 0;
}

#pop_contents h2 {
	padding: 0;
	margin: 0;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

#pop_contents h3 {
	font: bold italic small Verdana, Arial, Helvetica, sans-serif;
}

#pop_contents h4 {
	font: bold small Verdana, Arial, Helvetica, sans-serif;
}

#pop_contents ul li {
	list-style-image: url(../images/bullet.gif);
	margin-left: 30px;
	padding: 0;
}

/*------------- Page Content Images --------------*/
.content-image_left {
	float: left;
	padding: 0px;
	margin: 0 10px 0 0;
}

.content-image_right {
	float: right;
	padding: 0px;
	margin: 5px 0 0 10px;
}

/*------------- Homepage Navigation --------------*/

#secondary-navigation-home {
	/*display: inline;*/
	padding-top: 15px;
}

#secondary-navigation-home ul li {
	list-style: none;
	margin: 0;
	font: .90em Verdana, Arial, Helvetica, sans-serif;
	
	padding: 2px 0px 2px 0;
	
}

#onlineservices {
	
	background: #fff url(/images/onlineservice_hdr.jpg) top no-repeat;
}

/* for Internet Explorer */
/*\*/
* html #onlineservices  {
	margin-left: 3px;
}
/**/

#locations {
	background: #fff url(/images/servicelocations_hdr.jpg) top no-repeat;
}
#popularpages {
	background: #fff url(/images/popularpages_hdr.jpg) top no-repeat; 
}
#onlineservices span {
	background: #fff url(/images/center-left-base.gif) bottom no-repeat; 
	width: 193;
}
#locations span {
	background: #fff url(/images/center-middle-base.gif) bottom no-repeat;
}
#popularpages span {
	background: #fff url(/images/center-right-base.gif) bottom no-repeat; 
}

#onlineservices, #locations, #popularpages {
	display: inline;
	float: left;
	width: 193px;
	margin: 0px 1px 0 0;
}

.secondary_navigation_navitems-home {
	margin-top: 40px;
	padding-bottom: 8px;
	background: #fff url(/images/center-middle-base.jpg) bottom no-repeat;
	font: .95em Verdana, Arial, Helvetica, sans-serif;
	height: 140px;
	text-indent: 12px;
}

.secondary_navigation_navitems-home a, .secondary_navigation_navitems-home a:hover, .secondary_navigation_navitems-home a:visited {
	color: #009de0;
}

.secondary_navigation_navitems-home ul li {
	background: #fff url(/images/home-black-bullet.gif) no-repeat 0px 1px;
	
	display: block;
}

.secondary_navigation_navitems-home ul li a:hover {
	background: #009de0 url(/images/white_arrow.gif) no-repeat 175px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
}

/* for Internet Explorer */
/*\*/
* html .secondary_navigation_navitems-home ul li a:hover  {
	background: #009de0 url(/images/white_arrow.gif) 175px 5px no-repeat;
	color: #fff;
	display: block;
}
/**/

.footnote p {
	 border-top: 1px solid #ccc;
	 font-size: xx-small; 
	 vertical-align:bottom; 
}

/*------------- Footer --------------*/

#pagefooter	{
	width: 960px;
	margin: 20px 0 10px 0;
	position: absolute;
}

#pagefooter h4 {
	margin: 0;
	padding: 0;
	float: right;
}

#footernav {
	text-align: left;
	margin: 0 0 10px 10px;
}

#footernav li, #footernav a {
	display: inline;
	list-style: none;
}

#pagefooter, #pagefooter h4, #footernav li, #footernav a, .xsmall a {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}

/*------------ JavaScript Message ------------*/

#jscript_message {
	font: 0.9em Arial, Verdana, Sans-serif;
	width: 155px;
	border: 2px dashed orange;
	background: yellow;
	padding: 5px;
	margin: 5px 0 0 3px;
	float: left;
}

/*------------ Catch-all DIVs --------------*/

#imgDiv1 {
	background: #fff url(/images/wt_dropshad_bottom-ie.png) no-repeat;
	position: relative;
	top: 18px;
	left: -1px;
	padding: 0;
	margin: 0;
	height: 23px;
	width: 978px;
	clear: both;
}

/*------------- Generic Attention Box ------------*/


.roundcont {
	width: 560px;
	background-color: #73b7a8;
}

.roundcont h5 {
	margin: 0 10px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}

.roundcont p {
	margin: 0 10px;
	color: #fff;
}

.roundcont a {
	text-decoration: underline;
	color: #fff;
}

.roundtop { 
	background: url(/registration/images/r-corner.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/registration/images/r-b-corner.gif) no-repeat top right; 
}

img.corner {
   width: 13px;
   height: 12px;
   border: none;
   display: block;
}

/*------------------ Lightbox elements ---------------------*/

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(/images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(/images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(/images/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(/images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(/images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(/images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(/images/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(/images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(/images/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(/images/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(/images/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(/images/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(/images/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(/images/close_grey.png) no-repeat; }
	#lbClose.red { background: url(/images/close_red.png) no-repeat; }
	#lbClose.green { background: url(/images/close_green.png) no-repeat; }
	#lbClose.blue { background: url(/images/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(/images/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(/images/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(/images/play_red.png) no-repeat; }
	#lbPlay.green { background: url(/images/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(/images/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(/images/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(/images/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(/images/pause_red.png) no-repeat; }
	#lbPause.green { background: url(/images/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(/images/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(/images/pause_gold.png) no-repeat; }

