@charset "utf-8";

/* -----------------------------------------------------------
  onlinshop Style Sheet
    Wrap
    Navigation
    Layout
------------------------------------------------------------ */

/* clear
 -------------------------------------------------- */
#main ul:after, .entry-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE 7 and MacIE */
#main ul, .entry-content {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #main ul, * html .entry-content {
	height: 1%;
}
#main ul, .entry-content {
	display: block;
}
/* End hide from IE-mac */

/* Wrap
 -------------------------------------------------- */
#content { background: url(/information/img/bg_info.gif) no-repeat 25px top;}
body #content #main {
	zoom: 1;
	position: relative;
	float: left;
	display: inline;
	width: 560px;
	min-height: 400px;
	margin-left: 140px;
}
*html body #content #main { height: 445px;}

body #content #localNav {
	zoom: 1;
	float: right;
	width: 201px;
	margin-top: 40px;
}

/* Navigation
 -------------------------------------------------- */
#content #localNav ul {
	padding: 18px 20px 13px;
	border-bottom: 1px solid #D3D3D3;
	background-color: #EBEBEB;
}
#content #localNav ul li {
	margin-bottom: 5px;
	font-weight: bold;
}
#main ul.pageNav {
	position: absolute;
	bottom: 0; left: 560px;
	width: 240px;
	background: url(/information/img/parts_pagenav.gif) no-repeat center top;
}
#main ul.pageNav li {
	float: left;
	display: inline;
}
#main ul.pageNav .prev {
	padding-left: 28px;
}
#main ul.pageNav .next {
	padding-left: 21px;
}

/* Layout 
 -------------------------------------------------- */
h1.title {
	text-align: right;
}
#main .hentry {
	margin-top: 40px;
	padding: 0 20px 0;
	border-bottom: 1px solid #CCCCCC;
}
#main .hentry .updated {
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
}
#main .hentry .entry-title {
	margin-bottom: 25px;
	font-size: 88%;
	font-weight: bold;
}
#main .hentry .entry-content {
	padding-bottom: 20px;
	font-size: 75%;
}
#main .hentry .entry-content a {
	font-weight: bold;
}
#main .hentry .entry-content p {
	font-size: 1em;
}
#main .hentry .entry-content .headline {
	font-weight: bold;
}
#main .hentry .entry-content .sub,
#main .hentry .entry-content small {
	font-size: 92%;
}
#main .btn {
	margin: 40px 0 0 20px;
}
#main .lead {
	margin-top: 40px;
	padding: 13px 20px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

