div#prod-menu
{
	border-right: 1px solid #a9a8a4;
	float: left;
	width: 923px;
}

div#prod-menu ul
{
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 32px 0 0 31px;
}

div#prod-menu ul li
{
	padding: 0 32px 32px 0;
	float: left;
	width: 191px;
}

div#prod-menu ul li a
{
	display: block;
	width: 191px;
	text-decoration: none;
}

div#prod-menu ul li a
{
	display: block;
	background: #aca7a1 url(../img/white/corner.gif) no-repeat right bottom;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

div#prod-menu ul li a .name
{
	padding: 5px;
	display: block;
}
div#prod-menu ul li a img
{
	width: 191px;
	display: block;
}

div#prod-menu ul li a.blue:hover
{
	background: #4db3d0 url(../img/blue/corner.gif) no-repeat right bottom;
}

div#prod-menu ul li a.green:hover
{
	background: #a0cf67 url(../img/green/corner.gif) no-repeat right bottom;
}

div#prod-menu ul li a.pink:hover
{
	background: #ed008c url(../img/pink/corner.gif) no-repeat right bottom;
}

div#prod-menu ul li a.orange:hover
{
	background: #f78e1e url(../img/orange/corner.gif) no-repeat right bottom;
}

div#prod-menu ul li a.yellow:hover
{
	background: #fcb040 url(../img/yellow/corner.gif) no-repeat right bottom;
}

div#prod-menu ul li a:hover
{
	background: #535249 url(../img/gray/corner.gif) no-repeat scroll right bottom;
}



div#paging
{
	width: 100%;
	text-align: center;
	font-family: "Times New Roman" , Times, serif;
	color: #9d9c9b;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 32px 0;
}

div#paging a
{
	text-decoration: none;
	position: relative;
	color: #aca7a1;
	font-size: 13px;
	letter-spacing: 1px;
}

div#paging a.prev
{
	border: 1px solid #a9a8a4;
	margin: 0;
	padding: 6px 32px 6px 10px;
	background: url(../img/prev-arrow.gif) no-repeat 85px center;
}

div#paging a.next
{
	border: 1px solid #a9a8a4;
	margin: 0px;
	padding: 6px 10px 6px 57px;
	background: url(../img/next-arrow.gif) no-repeat 5px center;
}

div#paging span
{
	border-top: 1px solid #a9a8a4;
	border-bottom: 1px solid #a9a8a4;
	padding: 6px 12px 6px 12px;
	position:relative;
}

div#paging span a
{
	text-decoration: none;
	color: #9d9c9b;
	padding: 0 5px 0 5px;
}
div#paging span a:hover
{
	color: #000000;
}
div#paging span strong
{
	color: #000000;
	padding:0 5px 0 5px;
}
