/*********************************************************************************
* eShop generic classes
*********************************************************************************/

#eShop_content .f_left { float: left; }
#eShop_content .f_right { float: right; }
#eShop_content .t_left { text-align: left; }
#eShop_content .t_right { text-align: right; }
.eShop_cRight { clear: right; }
.eShop_cBoth { clear: both; }

#eShop_content { min-width: 450px; }
#eShop_content .eShop_col-70 { width: 70%; }
#eShop_content .eShop_col-30 { width: 30%; }

#eShop_content .eLink {
    display: inline-block;
    margin-right: 0px;
    padding: 0 4px;
    background: #fff;
}
#eShop_content .eLink:hover { text-decoration: none; }

#eShop_content .backLink {
    padding: 0 4px;
    background: #fff;
}
#eShop_content .backLink:hover { text-decoration: none; }

.eShop_tField {
    width: 140px;
    padding: 2px;
    color: #a2a1a1;
    border: 1px solid #cbcbcb;
}

.eShop_heading { margin-bottom: 6px; }

/*********************************************************************************
* eShop footer
*********************************************************************************/

#eShop_footer {
    border-top:1px solid #CBCBCB;
    margin:0 -10px 0;
    padding:15px 15px 8px;
    position: relative;
}

#eShop_catFooter {
    margin:0 -10px 0;
    padding:0 15px 5px;
    position: relative;
}

/*********************************************************************************
* eShop category header
*********************************************************************************/

#eShop_catHeader {
    border-bottom:0px solid;
    margin:0 -10px 10px;
    padding:15px 15px 30px 15px;
    position: relative;
}

#eShop_catHeader h1{
    margin: 0 0 10px;
    padding: 0;
    border: 0px solid;
}

#eShop_catHeader .backLink{
    position: absolute;
    top: 16px;
    right: 16px;
}

/*********************************************************************************
* eShop page browser
*********************************************************************************/

.eShop_pageNav {
	float: left;
	margin-bottom: 10px;
}

.eShop_pageNav .prevLink {
    display: inline-block;
    margin-right: 6px;
    padding: 0 4px;
    background: #fff;
}

.eShop_pageNav .nextLink {
    display: inline-block;
    margin-left: 6px;
    padding: 0 4px;
    background: #fff;
}

.eShop_pageNav .prevLink:hover,
.eShop_pageNav .nextLink:hover {
    text-decoration: none;
}

.eShop_pageNav .pages {
    font-size: 12px;
}

.eShop_pageNav .pages.active {
    font-weight: bold;
    color: #F58A14;
}

/*********************************************************************************
* eShop product meta information
*********************************************************************************/

.eShop_meta {
    margin-left: 24px;
    margin-bottom: 16px;
}

.eShop_meta span {
    display: block;
    font-size: 11px;
    color: #4a4a4a;
}

.eShop_meta .price {
    margin-bottom: 4px;
}

.eShop_meta .specialPrice {
    color: #F58A14;
    font-size: 15px;
    font-weight: bold;
}
.eShop_meta .specialPriceDesc {
    color: #F58A14;
    font-size: 10px;
    margin-bottom: 2px;
}

.eShop_meta .availability {
    margin-bottom: 8px;
}

/*********************************************************************************
* eShop single catefory item
*********************************************************************************/

.eShop_catItem {
    padding-bottom: 16px;
    /*margin-bottom: 16px;*/
    border-bottom:1px solid #CBCBCB;
    margin: 0 -16px 16px;
    padding: 0 16px 24px;
    min-height: 54px;
}

.eShop_catItem img {
    margin: 0 16px 8px 0;
}

.eShop_catItem h2 {
    color: #F58A14;
    font-weight: bold;
    margin-bottom: 2px;
}

.eShop_catItem h3 {
    font-weight: normal;
    margin-bottom: 6px;
}

.eShop_catItem p {
    font-size: 10px;
}

/*********************************************************************************
* eShop cart teaser
*********************************************************************************/

#eShop_cartTeaser {
    margin-bottom: 16px;
}

#eShop_cartTeaser h2 {
    border-bottom: 1px dotted #4A4A4A;
    margin-bottom: 8px;
    padding-bottom: 2px;
}

#eShop_cartTeaser .eLink {
    display: inline-block;
    margin-right: 0px;
    padding: 0 4px;
    background: #fff;
    float: right;
}
#eShop_cartTeaser .eLink:hover { text-decoration: none; }

/*********************************************************************************
* eShop search teaser
*********************************************************************************/

#eShop_searchTeaser {
    margin-bottom: 16px;
}

#eShop_searchTeaser h2 {
    border-bottom: 1px dotted #4A4A4A;
    margin-bottom: 8px;
    padding-bottom: 2px;
}

#eShop_searchTeaser form,
#eShop_searchTeaser fieldset {
    border: 0px solid;
}

#eShop_searchTeaser .eShop_tField {
    width: 140px;
}

.eShop_submit {
    width: 20px;
    height: 20px;
    border: 0px solid;
    background: url(../../custom/bilder/eshop/search.gif) no-repeat 50% 50%;
}

/*********************************************************************************
* eShop category navigation
*********************************************************************************/
/**
#eShop_catNav {
    margin-bottom: 16px;
    padding: 0 0 8px;
    list-style-type: none;
}

#eShop_catNav.level_1 {
    padding-top: 5px;
}

#eShop_catNav li {
    margin: 0; 
    padding: 0;
}

#eShop_catNav .level_1 a {
    display: block;
    padding: 5px 10px;
    color: #777;
    font-weight: bold; 
    cursor: pointer;
}

#eShop_catNav ul.level_2 {
    list-style-type: none;
}

#eShop_catNav .level_2 a{
    font-weight: normal;
    padding: 1px 25px;
}

#eShop_catNav .level_2.active a{
    background: url(../../custom/bilder/eshop/eShop_arrow.gif) no-repeat 15px 4px;
}

#eShop_catNav .level_3 a {
    padding: 1px 35px;
}
**/
/*********************************************************************************
* eShop image container
*********************************************************************************/

#eShop_imageContainer{
    width: 100%;
    padding: 1px;
    margin: 0 0 16px;
    border: 0px solid;
    /*text-align: center;
    background: #fafafa;*/
}

#eShop_thumbContainer{
    width: 100%;
    margin: 0 0 16px;
}

#eShop_thumbContainer img{
    margin: 0 0 10px;
}

/*********************************************************************************
* eShop anzeige artikel pro seite
*********************************************************************************/

.eshop_artPerPage {
	float: right;
}

.eshop_artPerPage .eshop_artPerPageHead {
    font-size: 12px;
}

.eshop_artPerPage .counts.active {
    font-weight: bold;
    color: #F58A14;
}

.eshop_artPerPage .counts {
    font-size: 12px;
}

/*********************************************************************************
* eShop Teaser fï¿½r Meta-Informationen
*********************************************************************************/

#eShop_commercialTeaser,
#eShop_paymentTeaser,
#eShop_linksInternTeaser,
#eShop_contactTeaser
{
    margin-bottom:16px;
}

#eShop_commercialTeaser h2,
#eShop_paymentTeaser h2,
#eShop_linksInternTeaser h2,
#eShop_contactTeaser h2
{
    border-bottom: 1px dotted #4A4A4A;
    margin-bottom: 8px;
    padding-bottom: 2px;
}

#eShop_paymentTeaser ul
{
    margin-left: 14px;	
}

#eShop_linksInternTeaser li {
    list-style-type: none;
    margin-left: 0px;
}

#eShop_commercialTeaser a,
#eShop_linksInternTeaser li a {
    text-decoration: none;
}

#eShop_commercialTeaser a:hover,
#eShop_linksInternTeaser li a:hover {
    text-decoration: underline;
}

#eShop_contactTeaser img {
	float: left;
	margin-right: 7px;
	width: 45px;
	height: 45px;
}

/*********************************************************************************
* eShop Übersicht
*********************************************************************************/

#eShop_content ul.eShop_overviewList{
    float: left;
    padding-left: 0;
    margin-left: 0;
}

#eShop_content li.eShop_overviewListElement{
    float: left;
    list-style-type: none;
    margin: 0 16px 16px 0;
    padding: 2px;
    /*border: 1px solid #ccc;*/
    vertical-align: top;
    height: 57px;
    background: url(../bilder/katBG.jpg) no-repeat top left;
    position: relative;
}

#eShop_content li.eShop_overviewListElement a{
    display: block;
    cursor: pointer;
    text-decoration: none;
}

#eShop_content li.eShop_overviewListElement span{
    vertical-align: top;
    font-weight: normal;
    color: #333;
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
    font-family: 'Georgia', serif;
    font-size: 12px;
    width: 150px;
    padding-left: 10px;
    background: url(../bilder/katBullet.gif) no-repeat 0 4px;
}

#eShop_content li.eShop_overviewListElement img{
    width: 38px;
    margin-right: 16px;
    vertical-align: center;
    float: left;
    position: relative;
    top: 10px;
    left: 5px;
}

/*********************************************************************************
* eShop Cart Popup
*********************************************************************************/
#backgroundPopupCart{
    display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

#popupCart{
	text-align: left;
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:250px;
	width:350px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}

.popupCartClose{
    font-size:14px;
    line-height:14px;
    right:6px;
    top:4px;
    position:absolute;
    font-weight:700;
    display:block;
}

/*********************************************************************************
* eShop product teaser
*********************************************************************************/

.eShop_product_cols{
	float: left;
}

.eShop_product_cols.w33{
	width: 32%;
	margin-right: 2%;
}

.eShop_product_cols.w33:last-child{
	margin-right: 0;
}

.eShop_product_cols .item{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #bbb;
}


.eShop_product_cols .item img,
.eShop_product_cols .item img_top{
	width: 45px;
	display: block;
	float: left;
	margin-right: 10px;
}

.eShop_product_cols .item a{
}

.eShop_product_cols .item .artikel,
.eShop_product_cols .item .artikel_top{
	font-weight: bold;
}

.eShop_product_cols .item .preis,
.eShop_product_cols .item .preis_top{
	float: right;
	font-size: 16px;
	font-family: 'georgia', sans-serif;
}
