/* this file contains the spesific css for products */

#products {
				font-size:			0.7em;
				font-weight:		bold;
				width:				12em;
				border-right:		1px solid #666;
				padding:			0;
				margin-bottom:		1em;
				margin-right:		10px;
				background-color:	#9cc;
				color:				#333;
				float:				left;
}

#products ul {
				list-style:			none;
				margin:				0;
				padding:			0;
}

#products ul li {
				margin:				0;
				border-top:			1px solid rgb(70, 70, 70);
				background-color:	rgb(100, 100, 100);
}

#products ul li a {
				display:			block;
				padding:			2px 2px 2px 0.5em;
				border-left:		10px solid rgb(165, 165, 165);
				border-right:		1px solid rgb(70, 70, 70);
				border-bottom:		1px solid rgb(70, 70, 70);
				background-color:	rgb(100, 100, 100);
				color:				rgb(60, 10, 10);
				text-decoration:	none;
				width:				100%;
}

html>body #products ul li a {
				width:				auto;
}

#products ul li a:hover {
				border-left:		10px solid rgb(100, 100, 100);
				border-right:		1px solid rgb(70, 70, 70);
				border-bottom:		1px solid rgb(70, 70, 70);
				background-color:	rgb(130, 130, 130);
				color:				rgb(235, 235, 235);
}

#bodyproducts {
				height:				300px;
				margin-bottom:		1em;
}