#sidebar
{
	width:200px;
	border-left:1px dotted #dadada;
}

#sidebar .sidebar-head
{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #dedede 50%, #eeeeee 51%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(50%,#dedede), color-stop(51%,#eeeeee), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#dedede 50%,#eeeeee 51%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#dedede 50%,#eeeeee 51%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#dedede 50%,#eeeeee 51%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#dedede 50%,#eeeeee 51%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	color:#555;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom:1px dotted #dadada;
}

#sidebar .sidebar-head span
{
	padding-top:5px;
}

#sidebar .sidebar-head a
{
	padding:2px 4px;
	font-size:10px;
}

#sidebar ul
{
	padding-left:10px;
}

#sidebar ul li
{
	border-bottom:1px solid #dadada;
	padding:5px 0;
	text-align:center;
}

#sidebar ul li span
{
	color:#888;
}

footer
{
	background:#EAEAEA;
	height:160px;
	border-top:1px solid #fff;
	padding:20px 0;
}

footer div
{
	background:#fff;
	padding:10px;
	color:#888;
}

#buy-box
{
	border:1px dotted #dadada;
	padding:10px;
	text-align:center;
}

#buy-box img
{
	margin-bottom:10px;
}