@charset "utf-8";
/* CSS Document */
.c-products {
	float:right;
	margin-bottom:0px;
	margin-top:15px;
	margin-right:0px;
	width:270px;
	background-color:#000000;
	padding-left:0px;
	padding-top:0px;
	
}

.c-products ul{
	list-style:none;
	padding:0px;
	margin:0px;
	padding-bottom:0px;
	height:auto;	
/*	border: 2px solid #CCCCCC; */
	
}
.c-products li{
	list-style:none;
	background-color:#000000;
	margin-left:2px;
	margin-bottom:2px;	
	height:70px;
	margin-top:0px;
}


.c-products a.prod{
	color:#ffffff;
	font-size:1.6em;
	font-weight:bolder;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../../../0/Site%20images/product%20buttons/button_black.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:270px;
	height:75px;
	display:block;
	margin-top:0px;	
	text-decoration:none;
	margin-bottom:0px;
}

.c-products a.prod:hover{
	background-image:url(../../../0/Site%20images/product%20buttons/button_orange.png);
	cursor:pointer;
}

.c-products .linkdescription{
	padding-top:10px;
	padding-left:15px;
	height:30px;
	line-height:20px;
}
.c-products .linkdescription p{
	font-size:12px;
	margin:0px;
	margin-left:2px;
	padding:0px;
	font-weight:normal;
	color:#CC9933;
}





