/* ================================================ */
/* == ELEMENT ATTRIBUTES FOR TRAVEL GUIDE WIDGET == */
/* ================================================ */

/* Generic */
div.clearer {
	clear: both; 
	display: block;
	height: 0;  
	margin: 0; 
	padding: 0;
	font-size: 1px;
	line-height: 1px; 
	}

/* Specific */
div#travelguide {
	position: relative;
	width: 625px; /* Width that main content area background appears (not actual width) */
	overflow: hidden;
	padding-top: 0px; /* Updated in IE 5.5 CSS */
	padding-left: 0px;
	background: none;	
	}
	img#travelguide_header {
		padding-bottom: 5px;
		}
	a#travelguide_moreoptions {
		position: absolute;
		top: 42px;
		left: 245px;
		}
		a#travelguide_moreoptions:hover {
			margin-top: 1px;
			margin-left: 1px;			
			}
	div#categoriesnew {
		position: relative;		
		display: block;	
		width: 580px;
		height: 239px;
		overflow: auto;
		border: 1px solid #999;
		margin-bottom: 15px;		
		}
		/* Level Sizes and Positions */
		#level-1, #level-2, #level-3, #level-4, #level-5, #level-6, #level-7, #level-8, #level-9 {
			position: absolute;
			top: 0;
			/* ORIGINAL width: 225px; */
			height: 220px;
			margin: 0;
			padding: 0;
			border-color: #E5E5E5 #CCC #B2B2B2 #999;
			border-width: 1px;
			border-style: solid;
			}
		/* May need to add one or two pixel to each div */
		#level-1 { left: 0; }
		#level-2 { left: 194px; }
		#level-3 { left: 388px; }
		#level-4 { left: 582px; }
		#level-5 { left: 776px; }
		#level-6 { left: 970px; }
		#level-7 { left: 1164px; }
		#level-8 { left: 1358px; }
		#level-9 { left: 1552px; }
			#categoriesnew ul {
				width: 192px; /* ORIGINAL width: 192px; */
				height: 220px;
				margin: 0; 
				padding: 0;
				overflow: auto;
				}
				#categoriesnew li {
					/*width: 175px;*/ /* ORIGINAL width: 177px; */
					margin: 0px; 				 
					padding: 0px;
					}
				#categoriesnew li#select a {
					height: 200px;
					margin: 140px auto 0 0px;
					text-align: center;
					color: #333;
					font-weight: bold;
					font-size: 30px;
					line-height: 1em;
					}
				/* List Item Category Links */
				#categoriesnew ul a {
					display: block;
					/*width: 145px;*/
					margin: 0;
					padding: 2px 30px 2px 8px;
					color: #333;
					text-decoration: none;
					background: #fff url(../graphics/global/arrowoff.gif) no-repeat 163px 50%;
					border-bottom:1px solid #eee8dc;
					}
				#categoriesnew ul a:hover {
					background: #eee8dc url(../graphics/global/arrowoff.gif) no-repeat 163px 50%; 
					}
				#categoriesnew ul a.hi {
					background: #eee8dc url(../graphics/global/arrowoff.gif) no-repeat 163px 50%;
					}
				#categoriesnew ul a.open {
					background: #eee8dc url(../graphics/global/arrowoff.gif) no-repeat 163px 50%;
					}
				/* List Item Destination Links */
				#categoriesnew li.destination a {
						display: block;
						width: 145px;
						margin: 0;
						padding: 2px 22px 2px 8px;
						color: #333;
						text-decoration: none;
						background: none;
						border-bottom: 1px solid #eee8dc;
						}
				#categoriesnew li.destination a:hover {
						background: #eee8dc; 
						}
				#categoriesnew li.destination a.hi {
						}
				#categoriesnew li.destination a.open {
						}
		div#destination {		
			width: 580px;			
			}
			div#destination div.travelguide_image {
				float: right;
				padding: 0 0 15px 15px;
				}
					
