/* --- General styles --- */

* {
	margin: 0;
	padding: 0;
}

/* --- Body --- */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
}

body table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* --- Layout containers --- */

div#main {
	width: 860px;
}

/*div#header {
	height: 140px;
	background: url(../../images/default/layout/header_backgr.gif) left top repeat-x;
}*/

div#admin-header {
	height: 113px;
	background: url(../../images/default/layout/header_bg.jpg) left top repeat-x;
}

div#outside {
	padding: 15px;
}

div#content-top {
	height: 16px;
	background: url(../../images/default/layout/content_top2.jpg) left top no-repeat;
}

* html div#content {
	width: 860px;
}

div#content {
	width: 836px;
	padding: 0 5px 0 20px;
	background: url(../../images/default/layout/content_bg.jpg) left top repeat-y;
}

div#content2 {
	width: 836px;
	padding: 0 5px 0 20px;
	background: url(../../images/default/layout/content_bg.jpg) left top repeat-y;
}

div#content-bottom {
	height: 16px;
	width: 100%;
	background: url(../../images/default/layout/content_bottom.jpg) left top no-repeat;
}

* html div#sidebar {
	margin-right: 5px;
}

div#sidebar {
	float: right;
	margin-right: 10px;
	width: 195px;
}

.hidden {
	display: none;
}

/* IE 6 fix */
* html div#sidebar {
	margin-right: 18px;
	width: 185px;
}

/* Wide layout */
* html div#content-wide {
	width: 843px;	
}

div#content-wide {
	width: 823px;
	padding: 10px 5px 0 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url(../../images/default/layout/content_wide_bg.jpg) left top repeat-y;
}

/* --- Clear fix --- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

