@charset "utf-8";
/* CSS Document */

/*body {
	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-top: 25px;
}*/


/*	This is the main container for our widget	*/
#widgetbox {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	}

#widget {
	width: 413px;	/*	Sets the master width of our widget	*/
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 0px solid #999999;
	height: 550px;
}


#widget ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#widget li {
	display: block;
	float: left;
	width: 50px;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

/*	Gives our widget items a nice roll-over effect	*/
#widget li:hover {
		background-color:
	/*background-image: url(images/99.gif);*/

	cursor:pointer;
}

/*	Basic styling for the elements within our widget	*/
#products h4 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 11px;
}
#products img {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#products p {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	color: #999999;
	font-weight: bold;
}
