/*h1 {
	color: #007bc3 !important;
	font-size: 1.6em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 0.8em 0;
}

#border_product {
    border-top: 1px solid #007bc3;
    border-left: 1px solid #007bc3;
    border-right: 1px solid #007bc3;
}

#border_product_bottom {
    border-top: 1px solid #007bc3;
}

.specific_border {
	border: #007bc3;
	border: 1px solid white;
}

.specific_border:hover {
	border: 1px solid #007bc3;
}

#border_product .description {
	height: 110px;
	overflow: hidden;
	background: none;
	margin: 0 0 1em 0;
}

#border_product .description ul {
	background: none;
	line-height: 18px;
	margin: 0 0 0 8px;
	list-style-type: none;
	padding: 0;
}

#border_product .description ul li {
	background: transparent url('../imgserver/content/cp_hs_categories_ul_blue.gif') no-repeat top left;
	line-height: 18px;
	padding: 0 0 0 12px;
	list-style-type: none;
	margin: 0;
}

.product-essential .specific-background {
	background: #f0f7ed;
	border: 1px solid #b7dca6;

}*/

/**** ----- Prdouct ----- ****/

h1 {
	color: #007bc3 !important;
	font-size: 1.6em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 0.8em 0;
}

.product_inhalt h5 a {
	text-decoration: none !impotant;
	margin: 0 0 1em 0;
	color: red !impotant;
}

.product_inhalt {
    float: right;
	width: 520px;
}

.product_inhalt_headline {
	margin: 0.6em 0 0 0;
}

/**** ----- Prdouct/Categories ----- ****/

.thumbnails {
    background: #f7f7f7;
	border: 1px solid #e8e8e8;
	position: relative;
	height: 120px;
	margin: 0.6em 0 0 0;
	overflow: hidden;
}

#border_product {
    border-top: 1px solid #007bc3;
    border-left: 1px solid #007bc3;
    border-right: 1px solid #007bc3;
}

#border_product_bottom {
    border-top: 1px solid #007bc3;
}

.specific_border {
	border: 1px solid #f4f4f4;
}

.specific_border:hover {
	border: 1px solid #007bc3;
}

#border_product .description {
	height: 110px;
	overflow: hidden;
	background: none;
	margin: 0 0 1em 0;
}

#border_product .description ul {
	background: none;
	line-height: 18px;
	margin: 0 0 0 8px;
	list-style-type: none;
	padding: 0;
}

#border_product .description ul li {
	background: transparent url('../imgserver/content/cp_hs_categories_ul_blue.gif') no-repeat top left;
	line-height: 18px;
	padding: 0 0 0 12px;
	list-style-type: none;
	margin: 0;
}

.product-essential .specific-background {
	background: transparent;
	border: none;
}

.price-box {
	background: transparent;
	width: 100%;
	text-align: right;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	color: #007bc3 !important;
}

.bordermix {
	background: transparent url('../imgserver/content/cp_hs_product_border.gif') repeat-x bottom left;
	height: 1px;
}

#product_options_table {
	width: 100%;
	margin: 1em 0 0 0;
}

#product_options_table tr td {
	padding: 0 0 0.8em 0;
	font-size: 12px;
}

#product_options_table tr td select {
	width: 100%;;
	background: white;
}

.form-button-color {
	background: #007bc3 !important;
	border: 1px solid #05649c !important;
	color: #fff;
	font-weight: bold;
	font: 11px Verdana, helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
}


/**** ----- Carousel ----- ****/

.carousel_label{
    text-align: center;
    margin: 4px 0 0 0;
}
.carousel_label a {
    color: #666;
    font-size: 11px;
    font-family: Vedana, Arial;
    text-decoration: none !important;
}
.c_item {
    text-align: center;
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    padding-top: 16px;
}
.c_item_hover {
    text-align: center;
    border: 1px solid #007bc3;
    background: #eee;
    padding-top: 16px;
    cursor: pointer;
}
.c_outer {
    background:#f7f7f7;
    border: 1px solid #e8e8e8;
}

#carousel_next img {
	cursor: pointer;
}

#carousel_back img {
	cursor: pointer;
}



