.sidepanel {
	display: block;
	width: 160px;
	margin: 0px 0px 10px 0px;
	background-image: url("/images/sidepanels/sidepanel_tile.gif");
	background-repeat: repeat-y;
	font-size: 11px;
	line-height: 13px;
}

.sidepanel.topMargin10px {
	margin: 10px 0px 10px 0px;
}

.sidepanel.noBottomMargin {
	margin-bottom: 0px;
}

.sidepanelTop {
	display: block;
	width: 160px;
	height: 3px;
	background-image: url("/images/sidepanels/sidepanel_top.gif");
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

.sidepanel h2 {
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 1px 0px 0px 5px;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	font-weight: bold;
}

.sidepanel p {
	margin: 0px 0px 8px 0px;
}

.sidepanelContent {
	display: block;
	width: 150px;
	margin: 0px 5px 0px 5px;
}

.sidepanelBottom {
	display: block;
	width: 160px;
	height: 3px;
	background-image: url("/images/sidepanels/sidepanel_bottom.gif");
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}


/* Search panel form */

#catSearch {
	margin: 0px 5px 8px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}

#catSearch #catSearchText {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 105px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#catSearch #catSearchSubmit {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 35px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Genre list */

#genreList {
	margin: 0px 5px 8px 5px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}

#genreList li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
}


/* Register panel */

.registerPanelContent {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-image: url("/images/sidepanels/register_panel_top.gif");
	background-repeat: no-repeat;
}

.registerPanelContent h2 {
	padding: 4px 0px 0px 5px;
}

.registerPanelContent p {
	margin: 0px 45px 8px 5px;
}

#registerForm {
	margin: 0px 5px 8px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
}

#registerForm #registerFormText {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	width: 145px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#registerForm #registerFormSubmit {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Bestsellers list */

#bestsellersList {
	margin: 0px 5px 3px 5px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
	font-size: 10px;
	line-height: 12px;
}

#bestsellersList li {
	clear: both;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#bestsellersList li .listNumber {
	display: block;
	float: left;
	color: #999999;
	font-weight: bold;
}

#bestsellersList li .listData {
	display: block;
	width: 135px;
	float: right;
	padding: 0px 0px 4px 0px;
}











