@charset "utf-8";
/* CSS Document */

/*
 * Project: Huni bike shop
 * 
 * 
 * 
*/

* {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.more_1 {
	display: block;
	width: 40px;
	height: 14px;
	background: url(../img/more_1.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

.archive {
	display: block;
	height: 14px;
	padding: 20px 20px 0px 0px;
	background: url(../img/list_3_bck.jpg) center top no-repeat;
	text-align: right;
}

/* --------------------------------------------------------------------------------------------- body */

body, html {
}

body {
	font-family: Tahoma;
	color: #878585;
	background: #000;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#wrapper {
	margin-top: 30px;
}

/* --------------------------------------------------------------------------------------------- header */

#header {
	width: 954px;
	height: 240px;
	margin: 0 auto;
	background: url(../img/header_bck.png) left top no-repeat;
	position: relative;
}

h1 {
	position: absolute;	
	top: 35px;
	left: 47px;
}

#header .sub_title {
	position: absolute;	
	top: 74px;
	left: 551px;
}

/* --------------------------------------------------------------------------------------------- navigation */

#navigation {
	position: absolute;	
	height: 46px;
	top: 133px;
	right: 24px;
	padding-left: 14px;
}

#navigation ul {
	height: 30px;/*46*/
	padding-top: 16px;
	padding-right: 14px;
	float: left;
}

#navigation li {
	height: 12px;
	margin: 0px 8px;
	float: left;
}

#navigation li a {
	display: block;
	height: 12px;
	text-indent: -10000px;
	overflow: hidden;
	float: left;
}

#navigation li.about a {
	background: url(../img/nav_about.png) left top no-repeat;
	width: 64px;
}

#navigation li.reach a {
	background: url(../img/nav_reach.png) left top no-repeat;
	width: 105px;
}

#navigation li.impressum a {
	background: url(../img/nav_impressum.png) left top no-repeat;
	width: 76px;
}

#navigation li.contact a {
	background: url(../img/nav_contact.png) left top no-repeat;
	width: 68px;
}

#navigation li.links a {
	background: url(../img/nav_links.png) left top no-repeat;
	width: 54px;
}

/* --------------------------------------------------------------------------------------------- header_links */

.header_links {
	position: absolute;
	top: 180px;
	right: 46px;
	width: 308px;
	height: 27px;
	background: url(../img/links_bck.jpg) left top no-repeat;
	padding: 8px 8px 0px 0px;
}

.header_links li {
	float: right;
	margin-left: 8px;
}

.header_links li.facebook a {
	display: block;
	width: 51px;
	height: 19px;
	background: url(../img/facebook.jpg) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

/* --------------------------------------------------------------------------------------------- content */

#content {
	width: 954px;
	margin: 0 auto;
}

/* --------------------------------------------------------------------------------------------- primary */

#pri_sec {
	width: 670px;
	float: left;
}

#primary {
	float: right;
	width: 430px;
}

/* --------------------------------------------------------------------------------------------- secondary */

#secondary {
	float: left;
	width: 236px;
	margin-top: 25px;
}

/* --------------------------------------------------------------------------------------------- tertiary */

#tertiary {
	float: right;
	width: 242px;
}

/* --------------------------------------------------------------------------------------------- list_1 */

.list_1 {
	margin: 0px 0px 26px 24px;
}

.list_1 h2 {
	margin: 0px 0px 17px 10px;
	line-height: 1%;
}

.list_1 h3 {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	padding-left: 10px;
}

.list_1 h3 a {
	color: #878585;
}

.list_1 h3 a:hover {
	color: #000;
	background-color: #878585;
}

.list_1 ul {
	margin-left: 16px;
}

.list_1 li {
	font-size: 12px;
	height: 15px;
	line-height: 15px;
	letter-spacing: 1px;
}

.list_1 li a {
	color: #878585;
}

.list_1 li a:hover {
	color: #000;
	background-color: #878585;
}

/* --------------------------------------------------------------------------------------------- accordion */

#vertical_container {
}

h3.accordion_toggle {
	display: block;
	background: #000;
	width: 228px;/*232*/
}

h3 a {
	cursor: pointer;
}

.accordion_toggle_active {
}

ul.accordion_content {
	overflow: hidden;
	display: none;
}

/* --------------------------------------------------------------------------------------------- list_2 */

#primary .list_2 {
	padding-left: 40px;
}

.list_2 {
	padding: 24px 16px 0px 0px;
	margin: 0px 28px 26px 0px;
	background: url(../img/list_2_bck.jpg) right top no-repeat;
}

.list_2 h2 {
	margin-bottom: 22px;
	line-height: 1%;
}

.list_2 ul {
}

.list_2 ul li {
	margin-bottom: 12px;
}

#primary .list_2 ul li {
	margin-bottom: 24px;
}

.list_2 ul img.thumb {
	float: left;
	border: 1px solid #2c2c2c;
	margin-right: 13px;
}

.list_2 ul h3 {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	margin-bottom: 3px;
}

.list_2 ul h3 a {
	color: #82854c;
}

.list_2 ul h3 a:hover {
	color: #000;
	background-color: #82854c;
}

.list_2 ul p.date {
	font-size: 12px;
	line-height: 18px;
	color: #82854c;
}

.list_2 ul p.text {
	font-size: 11px;
	color: #7d7e78;
}

.list_2 ul .more_1 {
	margin: 8px 0px 0px 0px;
	float: right;
}

/* --------------------------------------------------------------------------------------------- list_3 */

.list_3 {
	padding: 24px 0px 0px 0px;
	background: url(../img/list_2_bck.jpg) right top no-repeat;
}

.list_3 li {
	padding: 30px 0px 14px 40px;
	background: url(../img/list_3_bck.jpg) center top no-repeat;
}

.list_3 li.first {
	background: none;
}

.list_3 li.noproducts {
	background: none;
	height: 300px;
}

.list_3 h2 {
	padding: 0px 0px 0px 40px;
	line-height: 1%;
}

.list_3 h3 {
	padding: 10px 0px 0px 80px;
}

.list_3 img.thumb {
	border: 1px solid #2f2f2f;
	padding: 2px;
	margin-bottom: 8px;
	float: left;
}

.list_3 a.brand {
	display: block;
	float: left;
	margin-left: 12px;
	width: 100px;
}

.list_3 a.brand img {
	display: block;
	margin: 0 auto;
}

.list_3 h3 {
	font-size: 14px;
	margin-bottom: 6px;
	clear: both;
}

* html .list_3 h3 {
	margin-top: -30px;
}

.list_3 h3 a {
	color: #878585;
}

.list_3 h3 a:hover {
	color: #000;
	background-color: #878585;
}

.list_3 p.price,
.list_3 p.text {
	font-size: 13px;
	color: #878585;
	margin-right: 4px
}

.list_3 .article {
	padding: 0px;
	background: none;
}

.list_3 .article .text {
	padding-left: 0px;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 12px;
	padding-bottom: 0px;
	background: none;
	color: #878585;
}

.list_3 p.text {
	float: left;
	line-height: 17px;
	margin-bottom: 12px;
}

.list_3 .more_1 {
	float: right;
	margin-right: 60px;
}

/* --------------------------------------------------------------------------------------------- box_1 */

.box_1 {
	margin: 0px 0px 30px 16px;
	padding: 24px 0px 10px 16px;
	background: url(../img/box_1_bck.jpg) left top no-repeat;
}

.box_1 h2 {
	margin-bottom: 16px;
	line-height: 1%;
}

* html .box_1 h2 {
	height: 1px;
}

.box_1 p.text {
	font-size: 12px;
	color: #7d7e78;
	line-height: 15px;
	padding-bottom: 6px;
}

.box_1 .more_1 {
	margin-left: 120px;
}

/* --------------------------------------------------------------------------------------------- box_2 */

.box_2 {
	margin: 0px 28px 26px 0px;
	padding: 24px 10px 0px 0px;
	background: url(../img/list_2_bck.jpg) right top no-repeat;
}

.box_2 h2 {
	margin-bottom: 12px;
	line-height: 1%;
}

.box_2 h3 {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

.box_2 h3.image_title {
	margin-top: 18px;
	text-align: center;
	margin-right: 40px;
}

.box_2 h3 a {
	color: #82854c;
}

.box_2 h3 a:hover {
	color: #000;
	background-color: #82854c;
}

.box_2 h3.image_title a:hover {
	color: #000;
	background-color: transparent;
}

.box_2 img.thumb {
	border: 1px solid #2f2f2f;
	margin-bottom: 4px;
}

.box_2 p.text {
	font-size: 11px;
	color: #7d7e78;
	margin-right: 4px
}

.box_2 .more_1 {
	margin: 8px 0px 12px 140px;
}

/* --------------------------------------------------------------------------------------------- pagination */

.pagination {
	height: 26px;
	padding-top: 1px;
	background: url(../img/list_3_bck.jpg) center top no-repeat;
}

.pagination .inner {
	height: 25px;
	padding-left: 10px;
	background: url(../img/pages_left_bck.png) left top no-repeat;
	float: right;
	margin-right: 40px;
}

.pagination ul {
	height: 25px;
	padding-right: 10px;
	background: url(../img/pages_right_bck.png) right top no-repeat;	
}

.pagination ul li {
	height: 20px;/*25*/
	float: left;
	background: url(../img/pages_bck.png) left top repeat-x;
	padding: 5px 4px 0px 4px;
	font-size: 11px;
	color: #333;
}

.pagination ul li a {
	color: #959595;
}

.pagination ul li a:hover {
	color: #1f1f1f;
	background-color: #959595;
}

/* --------------------------------------------------------------------------------------------- sec_logo */

.sec_logo {
	margin: 0px 0px 26px 60px;
}

/* --------------------------------------------------------------------------------------------- article */

.article {
	padding: 24px 20px 0px 20px;
	background: url(../img/list_2_bck.jpg) right top no-repeat;
}

.article h2 {
	margin: 0px 0px 24px 20px;
	line-height: 1%;
}

.article h3 {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	margin: 0px 0px 10px 20px;
	color: #82854c;
}

.article .text {
	padding-left: 20px;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #7d7e78;
	background: url(../img/list_3_bck.jpg) center bottom no-repeat;
}

.article .text p {
	margin: 7px 0px;
}

.article .text a {
	padding: 0px 2px 0px 3px;
	color: #111;
	background-color: #555;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

.article .text a:hover {
	color: #7d7e78;
	background-color: #333;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

.article .text a.nobck {
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

.article .text img {
	padding: 2px;
	border: 1px solid #7d7e78;
	margin: 0px 8px;
}

.article .text ol,
.article .text ul {
	margin: 7px 0px;
}

.article .text li {
	margin-left: 30px;
	list-style-type: circle;
}

.article .text ol li {
	list-style-type: decimal;
}

.article .date {
	float: right;
}

.article .att {
	margin: 10px 0px;
	padding: 0px 0px 10px 20px;
	/*
	border-bottom: 1px dotted #7d7e78;
	*/
	background: url(../img/list_3_bck.jpg) center bottom no-repeat;
}

.article .att h3 {
	margin-bottom: 6px;
	font-weight: normal;
}


.article #att_docs ul,
.article #att_links ul {
	margin-left: 10px;
	float: left;
	clear: both;
}

.article #att_docs ul li,
.article #att_links ul li {
	height: 16px;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	padding-left: 24px;
}

.article #att_docs ul li a,
.article #att_links ul li a {
	color: #7d7e78;
}

.article #att_docs ul li a:hover,
.article #att_links ul li a:hover {
	color: #000;
	background-color: #7d7e78;
}

.article #att_gallery {
}

.article #att_gallery li {
	float: left;
	margin: 8px 14px;
}

.article #att_gallery li img {
	padding: 0px;
	border: 1px solid #7d7e78;
}

body.body_bikes #article_footer,
body.body_parts #article_footer,
body.body_equipment #article_footer {
	padding-left: 50px;
}

#article_footer {
	background: url(../img/list_3_bck.jpg) center bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#article_footer li {
	float: left;
	margin-left: 24px;
}

#article_footer li.first {
	margin-left: 0px;
}

#article_footer li a {
	display: block;
	height: 14px;
	text-indent: -10000px;
	overflow: hidden;
	margin-top: 3px;
}

#article_footer li.print a {
	width: 93px;
	background: url(../img/article_footer_print.png) left top no-repeat;
}

#article_footer li.bookmark a {
	width: 112px;
	background: url(../img/article_footer_bookmark.png) left top no-repeat;
}

#article_footer li.back a {
	width: 136px;
	background: url(../img/article_footer_home.png) left top no-repeat;
}

#article_footer li.order a {
	width: 57px;
	width: 46px;
	height: 21px;
	margin: 0px;
	background: url(../img/article_footer_order.png) left top no-repeat;
	background: url(../img/article_footer_order_2.png) left top no-repeat;
}

#article_footer li.parts a {
	width: 135px;
	background: url(../img/article_footer_parts.png) left top no-repeat;
}

#article_footer li.equipment a {
	width: 135px;
	background: url(../img/article_footer_equipment.png) left top no-repeat;
}

/* --------------------------------------------------------------------------------------------- form_1 */

.form_1 {
	font-size: 12px;
}

.form_1 fieldset {
	border: 0px;
}

.form_1 .item {
	height: 34px;
}

.form_1 .item_1 {
}

.form_1 label {
	display: block;
	float: left;
	width: 130px;
	height: 28px;
	line-height: 28px;
	margin-right: 10px;
	text-align: right;
}

.form_1 .item input {
	width: 152px;/*160*/
	height: 23px;/*28*/
	padding: 5px 4px 0px 4px;
	background: url(../img/form_1_input.png) right top no-repeat;
	border: 0px;
	color: #878585;
}

.form_1 .item_1 textarea {
	width: 152px;/*160*/
	height: 70px;/*80*/
	padding: 5px 4px 5px 4px;
	background: transparent url(../img/form_1_input_2.png) left bottom no-repeat;
	border: 0px;
	color: #878585;
	font-family: Tahoma;
	font-size: 12px;
}

#order.form_1 #submit {
	width: 63px;
	height: 22px;
	background: url(../img/form_order_submit.png) left bottom no-repeat;
	border: 0px;
	margin: 20px 0px 14px 237px;
	cursor: pointer;
}

/* --------------------------------------------------------------------------------------------- footer */

#footer_wrapper {
	height: 200px;
}

#footer {
	width: 954px;
	height: 200px;
	margin: 0 auto;
	background: url(../img/footer_bck.png) left top no-repeat;
	position: relative;
}

#footer .brands {
	position: absolute;
	top: 64px;
	left: 170px;
}

#footer .brands li {
	float: left;
	margin: 0px 9px;
}

#footer .footer_nav {
	background: #262626 url(../img/footer_nav_bck.png) right top no-repeat;
	height: 39px;
	padding-left: 7px;
	position: absolute;
	right: 20px;
	top: 126px;
}

#footer .footer_nav li {
	float: left;
	height: 33px;/*39*/
	padding-top: 6px;
}

#footer .footer_nav li a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0px 7px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #818181;
}

#footer .footer_nav li a:hover {
	background-color: #292929;
}


#footer a.copyright {
	position: absolute;
	left: 156px;
	top: 138px;
	font-size: 11px;
	color: #818181;
}

#footer a.copyright:hover {
	color: #000;
	background-color: #818181;
}

#footer a.ea {
	display: block;
	width: 182px;
	height: 13px;
	background: url(../img/footer_ea.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	left: 650px;
	top: 140px;
}















