html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dt,dd,pre,form {
	margin: 0px;
	padding: 0px;
}

input,label {
	vertical-align: middle;
}

img {
	border: 0px none;
	vertical-align: top;
}

li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

h1,h4,h5,h6,p {
	padding-bottom: 10px;
	color: rgb(64, 65, 59);
	font-size: 11px;
	font-weight: normal;
}

h1,h2,h3,h5 {
	font-weight: bold;
}

h1 {
	color: rgb(0, 0, 0);
	font-size: 24px;
	line-height: 26px;
}

h2 {
	color: rgb(0, 0, 0);
	font-size: 14px;
	line-height: 16px;
}

h3 {
	color: rgb(0, 0, 0);
	font-size: 13px;
	line-height: 14px;
}

h5,h6 {
	padding-bottom: 18px;
}

a {
	color: rgb(51, 51, 51);
	cursor: pointer;
}

a:link {
	text-decoration: underline;
}

small {
	color: rgb(102, 102, 102);
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}

.disabled {
	cursor: default;
}

.clr-l {
	overflow: hidden;
	clear: left;
	height: 0px;
	font-size: 0px;
}

.clr-r {
	overflow: hidden;
	clear: right;
	height: 0px;
	font-size: 0px;
}

.clr-b {
	overflow: hidden;
	clear: both;
	height: 0px;
	font-size: 0px;
}

body {
	margin: 10px;
	background: #333333 repeat scroll 0px 0px;
	text-align: center;
}

.global-alert-container .message-container {
	margin: 0px 100px;
}

#body-container {
	margin: 0px auto;
	background: rgb(255, 255, 255) url('../img/corner_left.gif') no-repeat
		scroll 0px 0px;
	overflow: hidden;
	position: relative;
	width: 974px;
	text-align: left;
}

#body {
	background: transparent url('../img/corner_right.gif') no-repeat scroll
		100% 0px;
	position: relative;
}

#header-container {
	padding: 5px;
}

#header {
	background: #000 url('../img/background.jpg') no-repeat scroll 0px 0px;
	position: relative;
	width: 100%;
	z-index: 100;
}

#content-container {
	position: relative;
	width: 100%;
	background-color: #fff;
}

#content {
	padding: 0px 5px;
	background-color: #fff;
}

#col-left {
	display: inline;
	float: left;
	width: 195px;
	padding-bottom: 15px;
}

#col-right {
	margin-left: 195px;
}

#sidebar {
	display: inline;
	float: right;
	width: 185px;
	padding-bottom: 15px;
}

#main-content-container {
	margin-right: 185px;
}

#main-content-float {
	display: inline;
	float: left;
	width: 100%;
}

#footer-container {
	border-top: 1px solid #ccc;
	/* background: rgb(214, 210, 189) url('../img/corner_left_001.gif') no-repeat scroll 0px 100%; */
	background: #ddd url('../img/corner_left_001.gif') no-repeat scroll 0px 100%;
}

body,button,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: rgb(64, 65, 59);
}

#header .global {
	background: transparent url('../img/corner_right_001.gif') no-repeat
		scroll 100% 0px;
	position: relative;
	padding-top: 8px;
	width: 100%;
	z-index: 100;
}

#logo {
	background: transparent url('../img/reifenwechsel-logo.jpg') no-repeat
		scroll 0px 0px;
	overflow: hidden;
	margin-top: -8px;
	float: left;
	width: 410px;
	height: 86px;
}

#logo a {
	display: block;
	height: 86px;
	text-indent: -100em;
}

#top-nav {
	padding: 0px 5px 5px 0px;
	position: relative;
	color: rgb(255, 255, 255);
	float: right;
	z-index: 2000;
}

#top-nav li {
	margin: 0px 6px;
	padding: 4px 0px 5px;
	float: left;
}

#top-nav a {
	color: rgb(153, 153, 153);
	text-decoration: none;
}

#top-nav a:hover {
	text-decoration: underline;
	color: rgb(255, 255, 255);
}

#top-nav .feedback {
	background: transparent url('../img/feedback.gif') no-repeat scroll 100%
		2px;
	margin-right: 10px;
	padding-right: 16px;
}

#top-nav .feedback a {
	color: rgb(153, 204, 0);
}

#main-nav {
	padding: 15px 0px 0px 70px;
	float: left;
}

#main-nav li {
	padding: 0px 7px 0px 8px;
	background: transparent url('../img/main-nav_divider.gif') no-repeat
		scroll 0px 50%;
	float: left;
}

#main-nav li.first {
	background-image: none;
}

#main-nav h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
}

#main-nav a {
	display: block;
	padding-left: 1px;
	text-decoration: none;
	color: rgb(255, 255, 255);
	outline-style: none;
}

#main-nav span {
	padding: 8px 15px 12px 14px;
	display: block;
}

#main-nav a:hover {
	background: transparent url('../img/main-nav_face.gif') no-repeat scroll
		0px 0px;
}

#main-nav a:hover span {
	background: transparent url('../img/main-nav_face.gif') no-repeat scroll
		100% 0px;
}

#main-nav a:active,#main-nav li.selected a {
	background: transparent url('../img/main-nav_face.gif') no-repeat scroll
		0px 100% ! important;
}

#main-nav a:active span,#main-nav li.selected a span {
	background: transparent url('../img/main-nav_face.gif') no-repeat scroll
		100% 100% ! important;
}

#main-nav .disabled h2 {
	padding: 8px 15px 12px 14px;
	color: rgb(153, 153, 153);
}

#sub-nav-container,#standard-sub-nav-container {
	background: rgb(255, 255, 255) url('../img/sub-nav_face.png') repeat-x
		scroll 0px 0px;
	width: 100%;
	position: relative;
}

#sub-nav-container {
	padding-top: 9px;
}
#sub-nav-container .face-container {
	background: transparent url('../img/tips-sub-nav_face.gif') no-repeat
		scroll 0px 0px;
}

#sub-nav-container .face {
	background: transparent url('../img/tips-sub-nav_face.gif') no-repeat
		scroll 100% 0px;
	overflow: hidden;
	width: 100%;
}

#standard-sub-nav {
	padding: 3px 10px 0px;
	float: left;
}

#standard-sub-nav li {
	position: relative;
	float: left;
	padding-top: 2px;
	margin-right: 1px;
}

#standard-sub-nav a,#standard-sub-nav span {
	position: relative;
	display: block;
}

#standard-sub-nav a {
	padding-left: 2px;
	text-decoration: none;
	color: rgb(255, 255, 255);
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

#standard-sub-nav span {
	padding: 3px 10px 8px 8px;
	line-height: 14px;
}

#standard-sub-nav a:hover {
	border-bottom: 1px solid rgb(204, 204, 204);
	background: rgb(255, 255, 255) url('../img/sub-nav_tab_face.gif')
		no-repeat scroll 0px 0px;
	color: rgb(0, 0, 0);
}

#standard-sub-nav a:hover span {
	border-bottom: 1px solid rgb(238, 238, 238);
	background: transparent url('../img/sub-nav_tab_face.gif') no-repeat
		scroll 100% 0px;
	padding-top: 5px;
	padding-bottom: 4px;
}

#standard-sub-nav a:active,#standard-sub-nav .selected a,#standard-sub-nav .selected a:hover
	{
	border: 0px none;
	background: rgb(255, 255, 255) url('../img/sub-nav_tab_face.gif')
		no-repeat scroll 0px 0px;
	color: rgb(0, 0, 0);
}

#standard-sub-nav a:active span,#standard-sub-nav .selected a span,#standard-sub-nav .selected a:hover span,#standard-sub-nav .open a span,#standard-sub-nav .open a:hover span
	{
	border: 0px none;
	background: transparent url('../img/sub-nav_tab_face.gif') no-repeat
		scroll 100% 0px;
	padding-top: 6px;
	padding-bottom: 5px;
}

#standard-sub-nav .disabled span {
	color: rgb(204, 204, 204);
}

#standard-sub-nav .spacer {
	background: transparent url('../img/standard-sub-nav_divider.gif')
		no-repeat scroll 5px 1px;
	width: 13px;
	height: 20px;
}

#standard-sub-nav .link {
	margin-left: 6px;
}

#standard-sub-nav .link a:hover,#standard-sub-nav .link a:hover span {
	border: 0px none;
	background: transparent none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
}

#standard-sub-nav .link a span,#standard-sub-nav .link a:hover span {
	padding: 3px 10px 8px 8px;
	background: transparent url('../img/standard-sub-nav_arrow.gif')
		no-repeat scroll 0px 8px;
	text-decoration: underline;
}

#footer {
	background: transparent url('../img/corner_right_002.gif') no-repeat scroll 100% 100%;
	padding-bottom: 13px;
	/* color: rgb(64, 65, 59); */
	color: #fff;
	font-size: 10px;
	text-align: center;
}

#footer ul li {
	display: inline;
}

#footer a {
	/* color: rgb(64, 65, 59); */
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul.main {
	padding: 8px 8px 9px 0px;
	margin-bottom: 10px;
	/* background-color: rgb(231, 227, 204); */
	background-color: #4f9031;
	color: #eee;
	font-size: 11px;
	font-weight: bold;
}

#footer ul.main li {
	padding: 0px 6px 0px 10px;
	background: transparent url('../img/main_divider.gif') no-repeat scroll
		0px 50%;
}

#footer ul.legal {
	margin-bottom: 5px;
	padding-right: 4px;
}

#footer ul.legal li {
	padding: 0px 1px 0px 5px;
	background: transparent url('../img/legal_divider.gif') no-repeat scroll
		0px 50%;
}

#footer ul li.first {
	background-image: none;
}

#footer ul.main li.first {
}

#content div.spacer {
	height: 40px;
}

#sidebar .banner-container {
	padding: 0px 10px;
	text-align: center;
}


.item-slot {
	background: rgb(255, 255, 255) url('../img/item_face_001.gif') no-repeat
		scroll 100% 100%;
	margin-bottom: 10px;
	width: 100%;
}

.item {
	width: 100%;
	padding-bottom: 8px;
}

.item .summary {
	padding: 10px 12px 0px;
}

.item .col-right {
	display: inline;
	float: right;
	width: 260px;
}

.col-left a.image,.col-left img {
	display: inline;
	float: left;
}

.col-left a.image {
	position: relative;
}

.col-left a.image img {
	margin: 0px;
	display: block;
}

.col-left .main {
	margin-left: 60px;
}

.no-image .col-left a.image,.no-image .col-left img {
	display: none;
}

.no-image .col-left .main {
	margin-left: 0px;
}

.main {
	font-size: 11px;
}

.main ul.title {
	padding-right: 10px;
	margin-bottom: 5px;
}

.main h2 {
	padding-bottom: 4px;
	color: rgb(72, 76, 79);
	font-size: 15px;
	line-height: 17px;
}

.main h2 a {
	color: rgb(77, 112, 0);
	text-decoration: none;
}

.main h2 a:hover {
	color: rgb(51, 51, 51);
}

.main h2 span.name {
	padding-left: 5px;
	font-size: 11px;
	color: rgb(77, 112, 0);
}

.main h3 {
	font-size: 11px;
	color: rgb(0, 0, 0);
	font-weight: normal;
}

.main h3 .category {
	padding: 0px 0px 2px;
	font-size: 10px;
	color: rgb(102, 102, 102);
	font-weight: normal;
	font-style: italic;
}

.main h3 .category a {
	color: rgb(102, 102, 102);
	text-decoration: none;
	white-space: nowrap;
}

.main h3 .category a:hover {
	text-decoration: underline;
}

span.status {
	overflow: hidden;
	position: relative;
	margin-right: 5px;
	width: 60px;
	height: 16px;
	float: left;
	line-height: 10em;
}

h1 span.status {
	height: 26px;
	background-position: 0px 7px;
}

form .input-row {
	padding-bottom: 4px;
}

form .input-row .label,form .input-row .field {
	display: inline;
	float: left;
}

form .input-row .label {
	padding-top: 3px;
}

form .input-row.spacer {
	padding: 0px;
	overflow: hidden;
	height: 16px;
	font-size: 0px;
}

textarea,input.text {
	border: 1px solid rgb(170, 170, 170);
}

textarea,input.text {
	padding: 3px 4px;
}

input.submit {
	position: absolute;
	left: -1000em;
	top: -1000em;
}

a.button {
	background: transparent url('../img/button_face.gif') no-repeat scroll
		0px 0px;
	float: right;
	padding-left: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-decoration: none;
}

a.button span {
	padding: 3px 18px 4px 0px;
	background: transparent url('../img/button_face.gif') no-repeat scroll
		100% 0px;
	display: block;
}

a.button:hover,a.button:focus {
	background-position: 0px -32px;
}

a.button:hover span,a.button:focus span {
	background-position: 100% -32px;
}

.block-container {
	width: 420px;
}

.component-container {
	background: #eee url('../img/corners_bottom.gif') no-repeat scroll 0px 100%;
	margin-bottom: 20px;
}

.component {
	background: transparent url('../img/corners_bottom.gif') no-repeat
		scroll 100% 100%;
	width: 100%;
}

.component .header {
	border-bottom: 1px solid #246625;
	background: #4f9031 url('../img/corners_top.gif') no-repeat
		scroll 100% 0px;
}

.component .header h2 {
	margin: 0px;
	padding: 3px 10px;
	background: transparent url('../img/corners_top.gif') no-repeat scroll
		0px 0px;
	font-size: 12px;
	color: rgb(255, 255, 255);
}

.component .header span {
	color: rgb(255, 255, 255);
}

.component .body {
	padding: 10px;
}

.component .footer {
	border-top: 1px solid #ccc;
	padding: 8px 15px 15px 10px;
	max-width: 100%;
	text-align: right;
}

.component .footer a {
	background: transparent url('../img/twirl.gif') no-repeat scroll 0px 3px;
	float: right;
	margin-left: 18px;
	padding-left: 10px;
}

.component-container .teaser-style {
	/*text-align: justify;*/
	font-size: 115%;
	line-height: 110%;
}

.component-container .teaser-style .header {
	background: url(../img/teaser-style/bg_header.jpg) repeat-x;
}

.component-container .teaser-style .header h2 {
	background-image: none;	
}

.component-container .teaser-style .body {
	background: #ffffff url(../img/teaser-style/bg_footer.jpg) repeat-x bottom;	
}

.component-container .teaser-style img {
	float:left;
	margin: 0 10px 10px 0;
	width: 90px; 
}

.component-container .teaser-style .center {
	text-align: center;
	font-weight: bold;
	color: #246625;
}

.component-container .teaser-style h2 {
	font-size: 115%;	
}

.component-container .teaser-style li {
	list-style-position: inside;
	list-style-type: disc;	
}

.component-container .teaser-style .body {
	height:150px; 
}

.component-container .teaser-style-nosize .body {
	height:auto; 
}

.component-container .header a {
	text-decoration: none;
	color: #ffffff;
}

img.align-left {
	margin: 0px 10px 5px 0px;
	float: left;
}

#col-left {
	display: none;
}

#col-right {
	margin-left: 0px;
}

#sidebar {
	width: 300px;
}

#main-content-container {
	margin-right: 325px;
}

#main-content .message-container {
	margin-top: -5px;
	margin-bottom: 20px;
}

#sidebar .banner-container {
	padding: 0px;
	margin-bottom: 20px;
	width: 100%;
}

#sidebar {
	margin-bottom: -10px;
}

.component-container {
	overflow: hidden;
}

.component .header a.user-url {
	float: right;
	color: rgb(255, 255, 255);
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.component .header em {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.component .input-row .text {
	width: 270px;
}

.component .input-row .inner-label {
	color: rgb(153, 153, 153);
	font-style: italic;
}

.component .input-row.validation-error .text {
	border: 1px solid rgb(240, 170, 170);
	background: rgb(255, 238, 238) none repeat scroll 0% 0%;
}

.component .body .input-row label.error {
	padding: 6px 0px 0px 2px;
	display: block;
	color: rgb(143, 1, 0);
}

.offers-list ul.title {
	margin: 0px;
	padding: 0px;
}

.offers-list .item {
	overflow: hidden;
	width: 100%;
}

.offers-list .item img {
	float: left;
	width: 50px;
	height: 50px;
}

.offers-list .item .main {
	margin-left: 60px;
}

.offers-list .item .main h2 a {
	color: rgb(76, 76, 77);
}

.offers-list .item .main h2 a:hover {
	color: rgb(90, 110, 40);
}

.offers-list .item .main h4 {
	color: rgb(76, 76, 77);
	padding-bottom: 0px;
}

#main-content ul.foldout a.select {
	background-color: rgb(255, 255, 255);
	color: rgb(51, 51, 51);
}

#main-content ul.foldout a.select:hover,#main-content ul.open a.select {
	background-color: rgb(238, 238, 238);
	color: rgb(51, 51, 51);
}

.paging-container {
	padding: 20px;
}

.paging-container ul {
}

.paging-container ul li {
	float: left;
	height: 30px;	
	margin-right: 5px;
}

.paging-container a {
	text-decoration: none;
}

.paging-container a.pagenumber, .paging-container a.navigation, .paging-container em {
	text-decoration: none;
	
	background-color: #eee;
	border: 1px solid #999;
	color: #000;
	
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.paging-container em {
	background-color: #ccc;
	color: #666;
}

.paging-container .pagenumber em {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
.paging-container a:hover {
	background-color: #000;
	color: #fff;		
}


.breadcrumbbar {
	margin-bottom: 10px;
	font-size: 110%;
}

.breadcrumbbar .sub-nav {
	padding: 11px 5px 17px 17px;
}

.breadcrumbbar em, .breadcrumbbar a {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ccc;
} 

.breadcrumbbar em {
	font-style: normal;
	font-weight: bold;	
	background-color: #333;
	color: #fff;
}

.breadcrumbbar a {
	text-decoration: none;
	background-color: #eee;
	color: #333; 
}

.breadcrumbbar a:hover {
	text-decoration: none;
	background-color: #666;
	color: #fff; 
}

form.contact ul.title h3:after {
	content: ":";	
}

form.contact ul.title h3 label {
	line-height: 17px;	
}

ul.title input, ul.title textarea {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2px;
	margin-bottom: 7px;
}

ul.title input.required, ul.title textarea.required {
	border: 1px solid #5a6e28;
	background-color: #e3eccc
}

ul.title input:focus, ul.title textarea:focus {
	background-color: #eef7d6;	
}

ul.title input.full {
	width: 453px;
}

ul.title input.half {
	width: 222px;
}

ul.title input.small {
	width: 111px
}

ul.title input.big {
	width: 333px;	
}

ul.title textarea.full { 
	width: 453px;
	height: 100px; 
}

.form-feedback {
	width: 90%;
	margin-left: auto;
	margin-right: auto;		
}

.form-feedback ul.feedbackPanel {
	padding: 10px;
	border: 1px solid red;
	background-color: #ece3cc
}

ul.feedbackPanel li {
	list-style-type: square;
	list-style-position: inside;
}

.zip-container a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px;
}

.zip-container a:hover {
	background-color: #eee;
}

.zip-container .all {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid black;	
}

.traders-container h2 a {
	text-decoration: none;
}

.traders-container h2 a:hover {
	color: #5a6e28;
}


.trader-presentation {
	line-height: normal;
}

.trader-presentation .left-box {
	width: 62%;
	float:left;
	text-align: justify;

}

.trader-presentation .left-box p {
	font-size: 11px;	
}

.trader-presentation .left-box h2 {
	color: #003300;
}

.trader-presentation .left-box h3 {
	font-style: italic;
	color: #333;
	padding-bottom: 7px;
}

.trader-presentation .right-box {
	width: 37%;
	float: right;
	text-align: center;
}

.trader-presentation .pic-box {
	border: 1px solid #ccc;
	padding: 5px;
	width: 200px;
	margin-bottom: 10px;
	padding-bottom: 2px;
}


#sidebar .trader-presentation {
	padding: 0;	
}

#sidebar .trader-presentation .pic-box {
	width: 300px;
	border: 0;
	padding: 0;
	margin-bottom: 10px;
}

#sidebar .trader-presentation .pic-box-service {
	width: 140px;
	padding-left: 2px;
	padding-right: 3px;
	float: left;	
}


.trader-presentation .pic-box img {
	width: 200px;	
}

#sidebar .trader-presentation .pic-box img {
	width: 300px;	
}

#sidebar .trader-presentation .pic-box-service img {
	width: 140px;	
}


.trader-presentation .pic-box div {
	padding-top: 3px;
	font-size: 90%;
	color: #666;
}

.producers .producer-container {
	float:left;
	width: 300px;
	height: 30px;
	vertical-align: middle;
}

.treads .tread-container {
	float:left;
	width: 460px;
	margin: 10px;
}

.trader-details {
	text-align: left;	
}

.dimensions .dimension-container {
	float:left;
	width: 450px;
	height: 30px;
	vertical-align: middle;
}

.dimensions-small .dimension-container {
	float:left;
	width: 20%;
	height: 30px;
	vertical-align: middle;		
}

.date-summary .label, .vehicle-summary .label {
	font-weight: bold;	
}

.date-summary .date, .vehicle-summary .text {
	padding-left: 20px;	
}

img.producer-image {
	float: none;
	display: block;
	width: 150px;
	padding-bottom: 10px;
}

img.test-image {
	float: none;
	display: block;
	width: 150px;
	padding-bottom: 5px;
}


img.product-image {
	display: block;
	width: 60px;
	padding-right: 10px;	
}

.producer-image-container {
	text-align: center;	
}

.producer-image-container div {
	margin: 10px;
}

.producer-image-container div img {
	width: 150px;
	margin: 10px;	
	margin-left: 15px;
	margin-right: 15px;
}

#main-content .producer-image-container {
	text-align: left;
}

#main-content .producer-image-container div {
	display:inline;
}

#main-content .producer-image-container div img {
	width: 120px;
	margin: 10px;
}

#main-content form .col-left .main {
	margin-left: 75px;
}

#sidebar .producer-image-container {
	text-align: left;
}

#sidebar .producer-image-container div.producer-left, #sidebar .producer-image-container div.producer-right {
	display: block;
	width: 130px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	background: #fff;
	text-align: center;
}

#sidebar .producer-image-container .producer-left {
	float:left;
	margin-left: 5px;
}

#sidebar .producer-image-container .producer-right {
	float: right;
	margin-right: 5px;
}

#sidebar .producer-image-container div {
	margin: 0;
	margin-bottom: 3px;
}

#sidebar .producer-image-container div a {	
	
	/*margin: 5px; */
	/*
	display: block;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	*/
	/*
	width: 100px;
	height: 35px;
	float:left;*/
}

#sidebar .producer-image-container div img {
	width: 130px;
	height: 50px;
	float: inherit;
	margin: 0;
}

#search {
	background: transparent url(../img/search-background.png);
	width: 100%;
	height: 285px;
	position: relative;
}

#search.trader-search {
	background: transparent url(../img/search-background-trader.png);
}

#search #search-feedback {
	position: absolute;
	background: #ffeeee;
	border: 2px solid #ff0000;
	top: 50px;
	left: 212px;
	width: 500px;
	padding: 30px;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	font-size: 120%;
}

#search #text-dimension {
	position: absolute;
	left: 160px;
	top: 30px;
	width: 140px;
	height: 55px;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}

#search #text-speedindex {
	position: absolute;
	left: 465px;
	top: 30px;
	width: 140px;
	height: 55px;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}

#search #text-zip {
	position: absolute;
	left: 775px;
	top: 30px;
	width: 140px;
	height: 55px;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}

#search #text-range {
	position: absolute;
	left: 797px;
	top: 130px;
	width: 140px;
	height: 20px;
	font-size: 14px;
	line-height: 17px;
	color: #000;
}

#search #search-dimension {
	position: absolute;
	left: 45px;
	top: 150px;
	width: 255px;
	height: 18px;
}

#search #search-dimensionr {
	position: absolute;
	left: 45px;
	top: 180px;
	width: 255px;
	height: 18px;
}

#search #search-speedindex {
	position: absolute;
	left: 355px;
	top: 150px;
	width: 255px;
	height: 18px;
}

#search #search-zip {
	position: absolute;
	left: 660px;
	top: 150px;
	width: 100px;
	height: 18px;
}

#search #search-range {
	position: absolute;
	left: 795px;
	top: 150px;
	width: 125px;
	height: 18px;
}

#search #text-producer {
	position: absolute;
	left: 95px;
	top: 225px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	vertical-align: middle;
	color: #000;
}

#search #search-producer {
	position: absolute;
	left: 165px;
	top: 225px;
	width: 170px;
	height: 20px;
}

#search #text-vehicletype {
	position: absolute;
	left: 360px;
	top: 225px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	vertical-align: middle;
	color: #000;
}

#search #search-vehicletype {
	position: absolute;
	left: 460px;
	top: 225px;
	width: 80px;
	height: 20px;
}

#search #text-season {
	position: absolute;
	left: 560px;
	top: 225px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	vertical-align: middle;
	color: #000;
}

#search #search-season {
	position: absolute;
	left: 630px;
	top: 225px;
	width: 100px;
	height: 40px;
}

#search input {
	width: 100%;
	height: 100%;
	font-size: 16px;
	border: 2px solid #4F9031;
}

#search select {
	width: 100%;
	height: 27px;
	font-size: 16px;
	line-height: 27px;
	border: 2px solid #4F9031;
}

#search #search-button {
	position: absolute;
	left: 755px;
	top: 225px;
	width: 105px;
	height: 24px;
}

#search #search-button input {
	background: transparent url(../img/button.png) no-repeat;
	color: #fff;
	font-size: 14px;
	border:none;
}

#search #search-button input:hover {
	background-position: 0 -23px;
}

.help-item {
	margin-bottom: 20px;
	margin-right: 350px;	
	text-align: justify;
}

.help-item h2 {
	color: #246625;
}

.help-item img {
	margin-right: 20px;
}

.teaser-style a.teaser-button {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 105px;
	height: 24px;
	line-height: 24px;
	background: transparent url(../img/button.png) no-repeat;
	color: #fff;
}

.teaser-style a.teaser-button:hover {
	background-position: 0 -23px;
}


.glossary-pagination {
	margin: 20px 10px;
}

.glossary-pagination li {
	float: left;
	height: 30px;	
	margin-right: 5px;
}

.glossary-pagination li a {
	border: 2px solid #eee;
	padding: 5px 7px;
	background: #ccc;
	color: #000;
	text-decoration: none;
}

.glossary-pagination li.selected a {
	font-weight: bold;
	background: #000;
	color: #ccc;		
}

.glossary-pagination li a:hover {
	background: #000;
	color: #ccc;	
}


.glossary-item-container {
	text-align: justify;
	margin-right: 300px;
}

.glossary-item-container dl {
	padding: 0.5em;
}
.glossary-item-container dt {
	float: left;
	clear: left;
	width: 120px;
	text-align: right;
	font-weight: bold;
	color: #246625;
}
.glossary-item-container dt:after { 
	content: ":";
}

.glossary-item-container dd {
	margin: 0 0 0 130px;
	padding: 0 0 1.5em 0;
}

.search-buttons a {
	width: 85px;
	text-align: center;
	font-weight: bold;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	text-decoration: none;
	margin-right: 10px;
}

.search-buttons a:hover {
	background-color: #cccccc;
}

.search-teaser-trader-info {
	position: absolute;
	top: 30px;
	left: 665px;
	width: 295px;
	height: 160px;
	overflow: auto;	
	
	font-size: 13px;
}

.producer-container h2 {
	padding-bottom: 10px;
}

.producer-container h3 {
	padding-bottom: 20px;
}

.producer-container hr {
	height: 5px;
	width: 600px;
	background-color: #333333;
	color: #666666;	
}
.producer-container .border-class {
	padding-bottom: 30px;	
}

.test-container {
	width: 220px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	float: left;
}

.test-container a {
	width: 200px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}

.test-container img {
	display: block;
	width: 200px;
	padding-bottom: 5px;
	border: none;
}

.zipcity-tradersearch {
	width: 400px;
	font-weight: bold;
	color: #333333;
	background-color: #eeeeee;	
}
