@charset "UTF-8";

/** 
 * LWIS Celebrity CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera9+, Firefox2+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2009 Live Web Institute. All Rights Reserved.
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 */
.meganav-left{
	background-color:#069;
	margin:0px;
	padding:0px;
	}	

ul.dropdown {
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: 400;
	font-size: 10px;
}
	ul.dropdown li {
	 padding: 15px;
	 background-color: transparent;
	 color: #000;
	}
	ul.dropdown li.last ul li {
	 float: right;
	}
	ul.dropdown li.hover,
	ul.dropdown li:hover {
	background-color: #bad3ff;
	color: #000000;
	}
	
	ul.dropdown li.searchnav{
		margin: 0px;
		padding:0px;
		background-color:#396;
		display:block;
		overflow-y: hidden;
		background-image:url(../../../../xcart/design_images/megadrop-nav/search-sliver.gif);
		  z-index:0;
		}
		
		ul.dropdown li.searchnav h2{
			color:#FFF;
	text-decoration:none;
	font-size:14px;
	padding: 12px 10px 12px 10px;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
		}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #0033CC; text-decoration: none; }
	ul.dropdown a:hover		{ color: #0033CC; text-decoration: none; }
	ul.dropdown a:active	{ color: #ffa500; text-decoration: none; }


	/* -- level mark -- */

	ul.dropdown ul {
	background-color: #bad3ff;
	font-size: 12px;
	letter-spacing: normal;
	width:1000px;
	}

	* html ul.dropdown ul {
	 width: 1000px;
	}

		ul.dropdown ul li {
		 font-weight: bold;
		 font-size: 10px;
		}

		/* -- level mark -- */

		ul.dropdown ul ul {
		 margin-top: 5px;
		 text-transform: none;
		}

			ul.dropdown ul ul li {
			 font-weight: normal;
			}

/*-------------------------------------------------/
 * @section		Support Class `dir`
 */


ul.dropdown *.dir {
	padding-right: 0px;
	background-position: center center;
	background-repeat: no-repeat;
}

ul.dropdown ul *.dir {
	padding:0px;
}

.meganav-table{}

#containertest {
width: 100%;
clear: both;
margin-left:10px;
height: auto;
}
#listing, #info, #type, #description, #description2,#description3 {
background-color: #f0f0f0;
float: left;
text-align: auto;
margin: 1px;
overflow: hidden;
}

#listing {
width: 16%;
text-align: left;
}

#info {
width: 16%;
}

#type {
width: 16%;
}

#description {
width: 16%;
}
#description2 {
width: 16%;
}
#description3 {
width: 16%;
}