/*** Layout ***/
body {
	margin:  0px;
	padding: 0px;
	/*background: url(../images/common/bg_slim.gif) #FFF repeat-y top center;*/
}

#container {
	position: relative;
	margin: 20px;
	padding: 0px;
	text-align: left;
	/*background: url(../images/common/bg_footer.gif) bottom center no-repeat; */
}

#header {
	height: 80px;
	margin: 0px;
	border-top: 1px solid #999;
	background-color: #efefef;
	border-bottom: 1px solid #999;
}

#header-xtra {
	height: 16px;
	margin: 0px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #fff;
	border-left: none;
	border-right: none;
	background-color: #ddd;
	font-size: 10px;
}

#footer {
	height: 16px;
	margin: 20px 0px 6px;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	background-color: #ddd;
	font-size: 10px;
	clear: both;
	text-align: center;
	padding: 2px;
}

#menu {
	display: inline;
	float: left;
	margin-top: 0px !important;
	margin: 1px 20px 5px 10px;
}

#content {
	position: relative;
}

#items {
	margin: 20px 20px 0 20px !important;
	margin: 20px 20px 0 250px;
	overflow: hidden;
}

#misc {
	margin: 1px 0px !important;
	margin: 18px 0px;
	float: left;
	width: 214px;
	border: 1px solid #ccc;
	background-color: #efefef;
}




/*** Menu and header ***/

#header h1 {
	display: inline;
	float: left;
	margin: 20px 0px 0px 10px !important;
	margin: 15px 0px 0px 10px;
	color: #666;
	font-size: 22px;
	font-weight: bold;
}

#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	margin-right: 8px;
	text-transform: uppercase;
}




/*** Defaults ***/
body {
	font: 11px/17px Geneva, Arial, sans-serif;
	color: #000;
}

p {
	margin: 0 0 12px 0;
}

pre, code {
	display: block;
	width: 98%;
	font: 11px/14px "Courier New", Courier, monospace;
	color: #4b4d96;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 2px;
	overflow: auto;
	scrollbar-3dlight-color : #eee;
	scrollbar-arrow-color : #777;
	scrollbar-base-color : #eee;
	scrollbar-darkshadow-color : #eee;
	scrollbar-face-color : #ccc;
	scrollbar-highlight-color : #eee;
	scrollbar-shadow-color : #eee;
	scrollbar-track-color : #eee;
}

a {
	text-decoration: none;
	color: #a33;
}

a:hover {
	color: #f66;
}

a:focus {
	outline: none;
	-moz-outline:none;
	color: #f66;
	text-decoration: underline;	
}

a.li {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: -12px;	
}

img {
	border: none;
}

.print {
	display: none;
}

/*** Misc styles ***/
#misc h1 {
	margin: 0;
	padding: 0;
	padding-left: 6px;
	font: 10px/16px Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 2px;
	background-color: #ddd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
}

#misc p {
	width: 176px;
	margin-left: 22px;
	margin-top: 6px;
}

#misc form {
	width: 176px;
	margin-left: 22px;
	margin-top: 6px;
	text-align: left;
}

#misc select {
	font: 12px/14px Arial,Helvetica,sans-serif;
}
#misc input {
	font: 12px/14px Arial,Helvetica,sans-serif;
}

#misc a.btn {
	margin: 2px;
}


/*** Items ***/

div.item {
	/* background: url(../images/common/rule_primary.gif) 0 43px no-repeat; */
	min-height: 44px;
	margin-bottom: 24px;
}

div.item h1 {
	margin: 0;
	padding: 0;
	font: 18px/20px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #eb694a;
	border-bottom: 1px dotted #999;
	margin-bottom: 2px;
	padding-bottom: 2px;
}


div.item h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	font: 10px/12px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #666;
}

div.item h2 em {
	font-family: "Arial,Helvetica,sans-serif";
	font-style: normal;
	color: #ababab;
}

div.item h3 {
	font: normal 10px/12px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #666;
	margin: 18px 0 8px;
}

div.item div.h3 {
	margin: 18px 0 8px;
}

div.item h4 {
	font-family: Tahoma, sans-serif;
}

div.itemview h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	font: 12px/16px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}



