body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url("../img/bg_body.gif");
	background-position: top center;
	background-repeat: repeat-x;
	height: 100%;
	text-align: center;
	width: 100%;
}
body, a, h1, h2, h3, input, select {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif, Helvetica, sans-serif;
	color: #186184;
	font-size: 12px;
	font-weight: normal;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
input, select {
	border: 1px solid #186184;
}
input[type=checkbox] {
	border-width: 0;
}
/* Sticky footer */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 42px; /* .push must be the same height as .footer */
}

/* Sticky footer */

a {
	text-decoration: underline;	
}
a:hover {
	text-decoration: underline;	
}
img {
	display: block;
	text-decoration: none;
	border-width: 0;
}
a img {
	display: inline;
}
fieldset {
	position: relative;
}
legend {
	position:absolute;
	top: -.5em;
	left: .5em;
}
div.loader { background: url(../img/ajax_loader.gif) no-repeat center center; height: 100%; width: 100%; }

#page {
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	width: 940px;
	z-index: 1;
}
#navigation {
	color: #FFFFFF;
	height: 30px;
	margin-bottom: 20px;
	padding-top: 30px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
	font-size: 14px;
}
#navigation a.over, #navigation a.active {
	background-color: #FFFFFF;
	color: #186184;
}
#navigation a.active {
	background-image: url("../img/navi_bg_active.gif");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #186184;
}
#left {
	margin-top: 30px;
	margin-right: 20px;
	width: 200px;
}
#left p {
	border-bottom: solid 1px #E3EEF8;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;	
}
#right {
	margin: 80px 0 0 20px;
	padding-left: 4px;
	width: 150px;
	background-image: url("../img/border_right.gif");
	background-repeat: repeat-y;
}
#middle {
	width: 540px;
}
#footer {
	text-align: center;
}
#footer img {
	display: inline;
	border-width: 0;
	padding: 0;
	margin: 0;
}
#footer a:hover {
	text-decoration: none;
}
.clearfix {
	clear: both;	
}
.floatLeft {
	float: left;	
}
.floatRight {
	float: right;	
}
.button {
	background-color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #186184;
	padding: 4px 6px 4px 6px;
	cursor: pointer;
}
.buttonOver {
	background-color: #186184;
	color: #FFFFFF;
}
.buttonText {
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	cursor: pointer;
}
.buttonTextOver {
	background-color: #186184;
	color: #FFFFFF;
}
.bikeTeaser {
	margin-bottom: 20px;	
}
.bikeTeaser .head {
	border-bottom: solid 1px #186184;
	background-color: #E3EEF8;
	padding: 5px;
	margin-bottom: 5px;
}
.bikeTeaser .head .model {
	font: bold 16px "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #9C6500;
}
.bikeTeaser .head .model span {
	font: normal 14px "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #186184;
}
.bikeTeaser .head .actions {
	float: right;
	margin: 7px 5px 0 0;
}
.bikeTeaser .body .imageContainer {
	width: 250px;
	overflow: hidden;
}
.bikeTeaser .body .details {
	line-height: 95%;
	margin-left: 20px;
}
.bikeTeaser .body .details .even {
	color: #9C6500;
}
.bikeTeaser .body .details .key {
	padding-right: 10px;
}
.bikeTeaser .body .details .value {
	/* color: #9C6500; */
}
.bikeTeaser .body .details .over {
	/* color: #9C6500; */
}

/** SEARCH CONTENT **/

#content .searchBox fieldset {
	border: solid 1px #186184;
	margin-bottom: 20px;
	padding: 25px 10px 10px 10px;
	background-color: #E3EEF8;
}
#content .searchBox fieldset legend {
	font-weight: bold;
	font-size:  16px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #9C6500;
}

#content .searchBox select {
	width: 140px;
}

#content .searchBox .input {
	padding-bottom: 5px;
}
#content .searchBox .space {
	
}
#content .searchBox .input select {
	float: left;
}
#content .searchBox .input label {
	float: left;
	width: 95px;
	display: block;
}
#searchContentShow {
	display: none;
	background-image: url("../img/icon_48x48_loupe.png");
	background-repeat: no-repeat;
	padding: 0 0 0 60px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
}
/** ICONS **/

.icon16x16 {
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	cursor: pointer;
	background-position: center;
}
.icon16x16Over {
	width: 22px;
	height: 22px;
	border: solid 1px #186184;
	background-color: #FFFFFF;
}
.icon16x16Notepad {
	background-image: url("../img/icon_16x16_notepad.gif");
}
.onNotepad .icon16x16Notepad {
	display: none;	
}
.icon16x16NotepadRemove {
	background-image: url("../img/icon_16x16_notepad_remove.gif");
}
.bikeTeaser .icon16x16NotepadRemove {
	display: none;
}
.onNotepad .icon16x16NotepadRemove {
	display: block;	
}
.icon16x16Trash {
	background-image: url("../img/icon_16x16_trash.gif");
}
.icon16x16ExternalLink {
	background-image: url("../img/icon_16x16_link_external.gif");
}
.icon16x16ScaleUp {
	background-image: url("../img/icon_16x16_scale_up.gif");
	display: none;
}
.icon16x16ScaleDown {
	background-image: url("../img/icon_16x16_scale_down.gif");
}
.icon16x16plus {
    background-image: url("../img/icon_16x16_plus.gif");
}
.icon16x16minus {
    background-image: url("../img/icon_16x16_minus.gif");
}
.icon16x16showcase-add {
    background-image: url("../img/icon_16x16_showcase_add.gif");    
}
.icon16x16showcase-remove {
    background-image: url("../img/icon_16x16_showcase_remove.gif");
}

/** PAGINATOR **/

.paginator {
	font-weight: bold;
	padding-bottom: 15px;
	height: 18px;
}
.paginator .left { width: 16%; }
.paginator .middle { width: 68%; text-align: center; }
.paginator .right {	width: 16%;	text-align: right; }
.paginator a, .paginator .current {
	padding: 1px 5px 1px 5px;
	margin: 3px;
	border: solid 1px #186184;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.paginator a:hover, .paginator .current {
	color: #FFF;
	background-color: #186184;
	text-decoration: none;
	font-weight: bold;
}
.paginator .current {
	
}
.paginator a.prev, .paginator a.next {
	padding: 2px 6px 2px 6px;
	margin: 3px;
	border-width: 0;
	white-space: nowrap;
}

/** TEASER RIGHT **/

#right .teaser {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	border-bottom: solid 1px #E3EEF8;
}
#right .teaser .target {
	display: block;
}
#right .teaser .head {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px;
}

#right .teaser img {
	text-decoration: none;
	border-width: 0;
}

#right .teaser a {
	text-decoration: none;
}

/** NEWSLETTER **/

#left .newsletter {
	margin-top: 5px;
}
#left .newsletter input[type=text] {
	width: 108px;
	height: 16px;
	padding: 0 0 0 3px;
	margin: 0;
	line-height: 16px;
}
#left .newsletter .head {
	font-weight: bold;	
}
#left .newsletter .space {
	padding: 5px 0 5px 0;	
}
#left .button {
	background-color: #186184;
	color: #FFFFFF;
	padding: 0 4px 0 4px;
	height: 16px;
	line-height: 16px;
}

/** BOX ROUND **/

.boxRound h1 {
	padding: 0 5px 0 5px;
	background-color: #FFFFFF;
	position:absolute;
	top: -11px;
	left: 15px;
	font-size: 18px;
	font-weight: bold;
}
.boxRound {
	position: relative;
	background-image: url("../img/box_round_tl.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}
* + html .boxRound {
	margin-bottom: 20px;
}
.boxRound div {
	background-image: url("../img/box_round_tr.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
.boxRound div div {
	background-image: url("../img/box_round_br.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.boxRound div div div {
	background-image: url("../img/box_round_bl.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.boxRound div div div div {
	background-image: url("../img/box_round_tl_corner.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
}
.boxRound div div div div div {
	background-image: none;
	padding: 0;
	margin: 0;
}

/** CAROUSEL **/

.carousel .textholder span {
	font-size: 16px;
}
.carousel .textholder {
	padding: 10px;
	font-weight: bold;
}

/** PURR STATUS MSG **/

#purr-container {
	position: fixed;
	top: 0;
	right: 0;
}

.notice {
	text-align: left;
	position: relative;
	width: 324px;
}
	
.notice .close	{position: absolute; top: 12px; right: 12px; display: block; width: 18px; height: 17px; text-indent: -9999px; background: url(../img/purr/purrClose.png) no-repeat 0 10px;}

.notice-body {
	min-height: 50px;
	padding: 22px 22px 0 22px;
	background: url(../img/purr/purrTop.png) no-repeat left top;
	color: #f9f9f9;
}
	.notice-body img	{width: 50px; margin: 0 10px 0 0; float: left;}
	.notice-body h3		{margin: 0; font-size: 16px; font-weight: bold; color: #FFFFFF;}
	.notice-body p		{margin: 5px 0 0 60px; line-height: 1.4em;}

.notice-bottom {
	height: 22px;
	background: url(../img/purr/purrBottom.png) no-repeat left top;
}
