/***************************************************************************/
/* Sidebars */
/***************************************************************************/

.left-sidebar, .right-sidebar {
	top:215px;
	font-size:8pt;
	position:absolute;
}

.left-sidebar {
	width:180px;
	left:5px;
}

.right-sidebar {
	width:210px;
	right:5px;
}

/* Left and right sidebars */
ul.left-sidebar, ul.right-sidebar {
	padding:0px;
	margin:0px;
}

/* Left widget title */
ul.left-sidebar li h2 {
	background-image:url("images/left-right-widget.png");
background-repeat:repeat-x;
	background-image:url("images/left-right-widget.png");
background-repeat:repeat-x;
	border-color:#C5C4BC;
	color:#C5C4BC;
	background-color:#ffffff;
}

/* Right widget title */
ul.right-sidebar li h2 {
	background-image:url("images/left-right-widget.png");
background-repeat:repeat-x;
	background-image:url("images/left-right-widget.png");
background-repeat:repeat-x;
	border-color:#C5C4BC;
	color:#C5C4BC;
	background-color:#293F5E;
}

/* Left and right widget title */
.widgettitle, ul.left-sidebar li h2, ul.right-sidebar li h2 {
	border-width:0px 0px 1px 0px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:5px;
	margin:-10px -5px 5px;
}

/* Left widget */
.left-wp-widget {
	border-color:#C5C4BC;
	width:210px;
}

/* Right widget */
.right-wp-widget {
	border-color:#C5C4BC;
	width:210px;
}

/* Left and right widget */
.left-wp-widget, .right-wp-widget {
	padding:10px 5px;
	border-width:1px;
	border-style:solid;
	margin-bottom:5px;
	background-color:#FFFFFF;
	list-style-type:none;
}

/* Style of the block containing the widget contents */
.left-wp-widget ul, .right-wp-widget ul {
	list-style-type:none;
	padding-left:7px;
	margin-top:0px;
	margin-left:0px;
}

/* Style of each items in the widget contents */
.left-wp-widget li, .right-wp-widget li {
	margin-top:5px;
}

/* In case the widget content contains a form eg. the Search box */
.left-wp-widget form, .right-wp-widget form {
	margin:0px;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:link {
	color:#C5C4BC;
	text-decoration:none;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:visited {
	color:#C5C4BC;
