﻿
#sidebar {
	float: left;
	width: 233px;
	margin-left: 20px;
	_margin-left: 10px;
}

#sidebar div.top {
	background: url(../images/sidebar_top.gif) no-repeat left top;
	height: 9px;
	width: 233px;
	overflow: hidden;
}

#sidebar div.middle {
	background: url(../images/sidebar_bg.gif) repeat-y left top;
	width: 223px;
	padding: 0 5px 1px 5px;
	margin-top: 0;
}

#sidebar div.bottom {
	background: url(../images/sidebar_bottom.gif) no-repeat left top;
	height: 11px;
	width: 233px;
}

div.companyLogo {
	text-align: center;
	padding: 2px 0 4px;
}

div.miniBasket {
	padding-bottom: 10px;
}

div.miniBasket table {
	width: 213px;
	margin: 5px 0 0 5px;
	font-size: 90%;
}

#sidebar h2 {
	margin: 0 0 0 0!important;
	font-size: 100%;
	background-color: #515791;
	color: white;
	padding: 2px 6px;
}

#sidebar p {
	margin: 4px 8px;
	color: #555555;
	font-size: 90%;
}

#sidebar div.miniBasket th {
	text-align: left;
	padding: 2px;
}

#sidebar div.miniBasket .price {
	text-align: right;
}

#sidebar div.miniBasket td {
	border-bottom: solid 1px #bfc2d6;
	padding: 2px;
}
 
#sidebar div.miniBasket .total {
	text-align: right;
	border-top: solid 2px #bfc2d6;
	font-weight: bold;
	background-color: #eaebf2;
}

#sidebar div.relatedProducts {
	padding-bottom: 12px;
}

#sidebar div.relatedProducts table {
	margin: 5px 0 0 5px;
	width: 213px;
}

#sidebar div.relatedProducts td.image {
	padding-right: 8px;
}

#sidebar div.relatedProducts td {
	padding: 4px 0;
}

div.quicklinks {
	margin-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%;
}

div.subscribe {
	margin-bottom: 0;
	padding-bottom: 2px;
}

div.subscribe input.emailtext {
	width: 204px;
	border: solid 1px #515791;
}

div.subscribe p.submit {
	text-align: right;
	margin-bottom: 10px;
}

div.subscribe input.submit {
	font-size: 90%;
}
