


#product-show ul{
	margin:0;
	padding:0;
}

#product-show ul.container{
	/* The topmost UL */
	width:580px;
	margin-left:22px;
	padding:0px;
	margin-top:30px;
}

#product-show li{
	list-style:none;
	text-align:left;
}

#product-show li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
}

#product-show li.button a{
	/* The section titles */
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height:25px;
	overflow:hidden;
	padding:5px 20px 0;
	position:relative;
	width:580px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 10px;
	border:#CCC 1px solid;
		color:#FFF;
	
}

#product-show li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
		color:#FFF;
}

#product-show li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	
	display:block;
}

/* Setting up different styles for each section color */

#product-show li.button a.blue{background:url(imges/blue.png) repeat-x top left; color:#074384;}
#product-show li.button a.blue span{ background:url(imges/blue.png) repeat-x top right;}

#product-show li.button a.green{background:url(imges/green.png) repeat-x top left; 	color:#FFF;}
#product-show li.button a.green span{ background:url(imges/green.png) repeat-x top right;}

#product-show li.button a.orange{
	color:#040303;
	background-position:left bottom;
	background-image: url(../images/greenmenu.png);
	background-repeat: repeat-x;
}

#product-show li.button a.red{background:url(imges/red.png) repeat-x top left; color:#641603;}
#product-show li.button a.red span{ background:url(imges/red.png) repeat-x top right;}

/* The hover effects */

#product-show li.button a:hover{ background-position:bottom left;}
#product-show li.button a:hover span{ background-position:bottom right;}

#product-show .dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

#product-show .dropdown li{
	/* Each element in the expandable list */
	background-color:#373128;
	border:1px solid #40392C;
	color:#FFF;
	margin:5px 0;
	padding:4px 18px;
}


/* The styles below are only necessary for the demo page */



.clear{
	clear:both;
}



a, a:visited {
	color:#FFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#product-show p{
	/* The tut info on the bottom of the page */
	padding-left:30px;
	text-align:justify;
	color:#FFF;
	
}
