/* Panel styling */
.panel {
	margin:0;
	max-width: 1600px;	
}

/* Top corners and border */
.panel_container .panel_header {
	height:8px;
	margin:0 0 0 12px;
	background:url(../images/panel/panel.png) no-repeat 100% 0;
	_background:url(../images/panel/panel.gif) no-repeat 100% 0;
    	
}
.panel_container .panel_header div {
	position:relative;
	left:-12px;
	width:12px;
	height:12px;
	background:url(../images/panel/panel.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
	_background:url(../images/panel/panel.gif) no-repeat 0 0;	
}

/* Bottom corners and border */
.panel_container .panel_footer {
	height:7px;
	margin:0 0 0 12px;
	background:url(../images/panel/panel.png) no-repeat 100% 100%;
	_background:url(../images/panel/panel.gif) no-repeat 100% 100%;	
}
.panel_container .panel_footer  div {
	position:relative;
	left:-12px;
	width:12px;
	height:7px;
	background:url(../images/panel/panel.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
	_background:url(../images/panel/panel.gif) no-repeat 0 100%;
}

/* Left border */
.panel_container .content_container  {
	padding:0 0 0 2px;
	background:url(../images/panel/borders.png) repeat-y 0 0;
	_background:url(../images/panel/borders.gif) repeat-y 0 0;
}

/* Right border */
.panel_container .content_container .inner_container {
	padding:0 1px 0 0;
	background:url(../images/panel/borders.png) repeat-y 100% 0;
	_background:url(../images/panel/borders.gif) repeat-y 100% 0;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.panel_container .content_container .inner_container .panel {
	display:block;
	margin:0;
	padding:1px 10px;
	
}


.panel_container .content_container .inner_container .panel  {display:inline-block;}
.panel_container .content_container .inner_container .panel  {display:block;}
* html .panel_container .content_container,
* html .panel_container .content_container .inner_container .panel  {height:1px;}

.panel li{margin-left: 1.3em;}

