@charset "utf-8";
/* CSS Document */

#submenu {
	clear: left;
	float: left;
	width: 250px;
	height: 470px;
	position: relative;
	margin: 0 10px 0 0px;
	padding: 0;
	}

#submenu a {
	clear: left;
	font: bold 16px/22px Tahoma, Arial, Helvetica, sans-serif;
	color: #505050;
	display: block;
	border-left: 4px solid #F6AA30;
	padding: 0 0 0 20px;
	width: auto;
	}

#submenu a#selected {
	background: url(../images/triangle.jpg) 0 1px no-repeat;
	}

#submenu a#selected img {
	position: absolute;
	top: 290px;
	left: 0;
	width: 223px;
	height: 177px;
	z-index: 1;
	}
		
#submenu a img {
	height: 0;
	width: 0;
	border-width: 0;
	}
	
#submenu a:hover {
	text-decoration: none;
	border-right: 1px solid #f6da68;
	}
	
#submenu a:hover img {	
	position: absolute;
	top: 290px;
	left: 0;
	width: 223px;
	height: 177px;
	z-index: 2;
	}

#items {
	float: left;
	margin: 34px 0 0 10px;
	color: #505050;
	}

#items p, #items h3 {
	display: block;
	width: 275px;
	clear: left;
	float: left;
	margin: 5px 0;
	}
	
#items h3 {
	font-weight: bold;
	}

#items ul {
	position: relative;
	width: 275px;
	margin: 0 0 10px 0;
	clear: left;
	}

#items li {
	width: 100%;
	float: left;
	font: normal 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #505050;
	border-bottom: 2px dotted #505050;
	line-height: 1.0;
	margin: 0 0 .3em 0;
	}

#items li span {
	position: relative;
	float:right;
	width: auto;
	padding: 1px 0 1px 5px;
	top: .3em;
	background: #f6da68;
	}
	  
#items li a {
	position: relative;
	float: left;
	color: #505050;
	top: .32em;
	padding: 0 5px 0 0;
	background: #f6da68;
	text-decoration: none;
	cursor: default;
/*	border-right: 1px solid #f6da68;*/
    }

#items li a em {
	display: none;
	}
	
#items li a:hover {
	border-right: 0px solid #f6da68;

	}
	
#items li a:hover em {
	display: block;
	position: absolute;
	top: -10px;
	left: 300px;
	width: 276px;
	height: 65px;
	padding: 10px;
	background: url(../images/descBG.jpg);
	font-style: italic;
	}

#items table {
	clear: left;
	width: 275px;
	margin: 10px 0 0 0;
	}

#items table tr {
	height: 22px;
	}

#items table th {
	vertical-align: bottom;
	}

#items table td {
	vertical-align: bottom;
	}

#items td.smallCent {
	font: normal 9px/11px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	}

#items td.price {
	text-align: center;
	}