@charset "utf-8";
/* Sideboxs CSS Document */

/* SIDE BOX 1 */
.sidebox1_container {
	width:178px;
}
.sidebox1_header {
	background-image:url(/images/sidebox1/widget_header1.png); 
	background-repeat:no-repeat; 
	height:53px; 
	min-height:53px; 
	max-height:53px;
}
.sidebox1_inside_header {
	background-image:url(/images/sidebox1/widget_inside_header1.png); 
	background-repeat:no-repeat; 
	height:10px; 
	min-height:10px; 
	max-height:10px;
}
.sidebox1_content_white, .sidebox1_content_grey {
	background-repeat:repeat-y; 
	min-height:48px;
	padding: 6px 15px 1px 10px;
	text-align:left;
}
.sidebox1_content_white {
	background-image:url(/images/sidebox1/widget_inside_white1.png); 
}
.sidebox1_content_grey {
	background-image:url(/images/sidebox1/widget_inside_grey1.png); 
}
.sidebox1_inside_footer {
	background-image:url(/images/sidebox1/widget_inside_footer1.png); 
	background-repeat:repeat-y; 
	height:8px; 
	min-height:8px;
	max-height:8px;
}
.sidebox1_footer {
	background-image:url(/images/sidebox1/widget_foot1.png); 
	background-repeat:no-repeat; 
	height:11px; 
	min-height:11px;
	max-height:11px;
}

