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

h1.headline {
	background-color: #d7272d;
	color: #ffda00;
}
#li a {
color: #d7272d;
}
/* ---------------------------------------------------------- Hotsellers Index ---------------------------------------------------------- */
#hotsellers_list {
	float: left;
	height: auto;
	width: 600px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-width: 5px;
	border-color: #FFFFFF;
}

#hotsellers_list ul {
	list-style-type: none;
}
#hotsellers_list li {
	list-style-type: none;
	position: relative;
	left: -25px;
	clear: both;
}

.hotsellers_list_container {
	float: left;
	display: inline;
	clear: both;
	height: auto;
	width: auto;
	min-width: 550px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.hotsellers_list_image {
	float: left;
	margin-right: 25px;
	display: inline;
}
.clear_both {
	clear: both;
	margin-bottom: 10px;
	min-height: 200px;
	height: auto;
}
