/* 
 * This stylesheet contain all the layout/structure parts used
 * across the site
 */

/* two cols layout */
#leftPart { float:left; padding-top:20px; width:720px }
#sidebar { float:right; width:220px;margin:0;padding:20px 0 0 0; }

.sidebarBoxTitle { 
	float:right; 
	width:200px;
	margin:0;
	padding:5px 0 5px 10px;
	font-size:1.5em;
	background: #E5F5CC;
	border-left: 1px solid #E6E8EA;
	border-top: 1px solid #E6E8EA;
	border-right: 1px solid #E6E8EA;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.sidebarBoxContent { 
	float:right;
	width:190px;
	margin:0 0 15px 0;
	padding:5px 10px;
	background-color:#f2f2f2;
	border-right: 1px solid #E6E8EA;
	border-bottom: 1px solid #E6E8EA;
	border-left: 1px solid #E6E8EA;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

/* ... */
