﻿
#sidebar {
	float: left;
	width: 233px;
	margin-left: 10px;
	_margin-left: 0px;
	
}

#sidebar div.top {
	background: url(../images/sidebar_top.gif) no-repeat left top;
	height: 10px;
	width: 233px;
	overflow: hidden;
}

#sidebar div.middle {
	background: url(../images/sidebar_bg.gif) repeat-y left top;
	width: 224px;
	padding: 0 7px 1px 2px;
	margin-top: 0;
}

#sidebar div.bottom {
	background: url(../images/sidebar_bottom.gif) no-repeat left top;
	height: 21px;
	width: 233px;
}

div.miniBasket {
	padding-bottom: 10px;
}

div.miniBasket table {
	width: 224px;
	margin: 5px 0 0 0;
	font-size: 80%;
}

div.miniBasket td.highlightBasketRow {
	background: transparent url(../images/basket_row_hi.gif?r=o) repeat left top;
}

div.miniBasket tr.alt td.highlightBasketRow {
	background: transparent url(../images/basket_row_hi_alt.gif?r=o) repeat left top;
}

a.manageBasketLink {
	display: block;
	text-align: right;
	padding-right: 5px;
	font-size: 100%;
	color: Black!important;
	margin: 6px 0 10px 0;
	font-weight: bold;
}

#sidebar h2 {
	margin: 0 0 0 0!important;
	font-size: 100%;
	background-color: #696a6c;
	color: white;
	padding: 2px 6px;
}

#sidebar p {
	margin: 4px 8px;
	color: #333333;
	font-size: 90%;
}

#sidebar div.miniBasket th {
	background-color: #dad9d7;
	text-align: left;
	padding: 2px 4px;
}

#sidebar div.miniBasket .price {
	text-align: right;
	white-space: nowrap;
}

#sidebar div.miniBasket td {
	padding: 2px 4px;
}

#sidebar div.miniBasket tr.alt td {
	background-color: #f7f6f2;
}

#sidebar div.miniBasket td a { text-decoration: none; }
#sidebar div.miniBasket td a:hover { text-decoration: underline; }
 
#sidebar div.miniBasket .total {
	text-align: right;
	font-weight: bold;
	background-color: #dad9d7;
}

div.quicklinks {
	padding-bottom: 10px;
}

div.quicklinks a {
	display: block;
	background: url(../images/grid_bullet.gif) no-repeat -8px 1px;
	padding: 0 0 3px 8px;
	font-size: 110%;
}

#sidebar a {
	color: Black;
}

div.subscribe input.emailtext {
	width: 204px;
}

div.subscribe p.submit {
	text-align: right;
}