﻿@charset "utf-8";

#sidebar
{
	float:					right;
	width:					200px;
	margin-top:				-10px;
	background:				#ececec;
}

#sidebar .box
{
	margin:					5px 0 5px 5px;
}

#sidebar .box h2
{
	font-family:			Helvetica, Arial, sans-serif;
	font-size:				15px;
	font-style:				normal;
	font-weight:			normal;
	text-transform:			normal;
	letter-spacing:			normal;
	line-height:			1.45em;
	padding:				10px;
}

#sidebar .boxC
{
	padding:				0 15px 0 15px;
}

#sidebar .boxC ul
{
	list-style:				none;
	margin:					0;
}

#sidebar .boxC li
{
	padding:				0;
}

#sidebar .box a, #sidebar .box a:hover, #sidebar .boxC a, #sidebar .boxC a:hover
{
	text-decoration:		none;
}