/* Lists
************************************************/

ol, ul {
	margin-bottom: 1.5em;
}

ol li, ul li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

ul ol, ul ul, ol ul { margin-top: 0.5em; }

ul.actions {
	list-style: none;
	line-height: 150%;
}

ul.actions li {
	margin-left: 0;
}

li img, a img { vertical-align: middle; }

ul.noBullets { list-style: none; }
ul.noBullets li { margin-left: 0; }

/* Navigation
************************************************/

#headNav {
	width: 970px;
	height: 85px;
	margin-bottom: 15px;
	background: url(/images/core/headbg.jpg) no-repeat 0 -110px;
}

.teaser #headNav {
	height: 70px;
	margin: 0;
}

#mainNav {
	height: 35px;
}

#mainNav ul {
}

#mainNav ul li {
	float: left;
	list-style: none;
	width: auto;
	margin: 0;
}

#mainNav ul li a {
	display: block;
	background: url(/images/core/headbg.jpg) no-repeat 0 -110px;
	height: 35px;
	text-indent: -200em;
}

#mainNav ul li#mainNav1 a { width:  83px; background-position:    0   -110px; }
#mainNav ul li#mainNav2 a { width: 138px; background-position:  -83px -110px; }
#mainNav ul li#mainNav3 a { width: 150px; background-position: -221px -110px; margin-right: 374px; }
#mainNav ul li#mainNav4 a { width: 112px; background-position: -745px -110px; }
#mainNav ul li#mainNav5 a { width: 113px; background-position: -857px -110px; }

#mainNav ul li#mainNav1 a:hover, #mainNav ul li#mainNav1 a:focus, #mainNav ul li#mainNav1 a.active { background-position:    0   -195px; }
#mainNav ul li#mainNav2 a:hover, #mainNav ul li#mainNav2 a:focus, #mainNav ul li#mainNav2 a.active { background-position:  -83px -195px; }
#mainNav ul li#mainNav3 a:hover, #mainNav ul li#mainNav3 a:focus, #mainNav ul li#mainNav3 a.active { background-position: -221px -195px; }
#mainNav ul li#mainNav4 a:hover, #mainNav ul li#mainNav4 a:focus, #mainNav ul li#mainNav4 a.active { background-position: -745px -195px; }
#mainNav ul li#mainNav5 a:hover, #mainNav ul li#mainNav5 a:focus, #mainNav ul li#mainNav5 a.active { background-position: -857px -195px; }

#subNav {
	height: 35px;
}

#subNav ul {
	float: left;
	margin: 0 0 0 1px;
}

#subNav ul li {
	position: relative;
	list-style: none;
	float: left;
	width: auto;
	height: 34px;
	margin: 0;
}

#subNav ul li a {
	display: block;
	padding: 9px 13px 8px 13px;
	text-decoration: none;
	color: #136;
	border-right: 1px solid #d1d6df;
	border-left: 1px solid #fff;
	font-size: 12px;
	overflow: hidden;
}

#subNav ul li a:hover, #subNav ul li a:focus {
	background: #fafafa;
}

#subNav ul li a.active, #subNav ul li a.active {
	background: #fafafa;
	font-weight: bold;
}

#subNav ul li.subNavActive a {
	background: #fafafa;
	border-bottom: 1px solid #fafafa;
}

div.navWidget {
	display: none;
	position: absolute;
	top: 35px;
	left: -1px;
	background-color: #fafafa;
	border: 1px solid #8FA1B5;
	border-top: none;
	z-index: 10;
	-webkit-box-shadow: 0 10px 10px rgba(0, 34, 85, 0.2);
	-moz-box-shadow: 0 10px 10px rgba(0, 34, 85, 0.2);
	box-shadow: 0 10px 10px rgba(0, 34, 85, 0.2);
}

div.navWidgetW1 { width: 190px; }
div.navWidgetW2 { width: 365px; }
div.navWidgetW3 { width: 540px; }

div.navWidgetW1extend { width: 365px; }
div.navWidgetW2extend { width: 540px; }
div.navWidgetW3extend { width: 715px; }

.subNavActive div.navWidget {
	display: block;
	padding: 15px 0 10px 0;
}

#subNav div.navWidget ul {
	float: left;
	width: 160px;
	margin: 0 0 0 15px;
	line-height: 14px;
}

#subNav div.navWidget ul li {
	float: none;
	height: auto;
}

#subNav div.navWidget ul li a {
	padding: 0;
	border: none;
	padding: 0 0 5px 0;
	font-weight: normal;
}

#subNav div.navWidget ul li a:hover, #subNav div.navWidget ul li a:focus {
	background: none;
	color: #c22;
}

#subNav div.navWidget ul li.active a {
	font-weight: bold;
}

div.navWidgetInfo {
	float: right;
	width: 160px;
	height: 190px;
	overflow: hidden;
	margin: 0 15px 0 0;
	background: url(/images/core/choose-a-categorie.png) no-repeat 0 0;
}

div.navWidgetInfoInner {
	margin: 190px 0 0 0;
}

div.navWidgetInfoEntry {
	height: 190px;
	overflow: hidden;
}

div.navWidgetInfoEntryImage {
	height: 90px;
	border: 1px solid #e0e5eb;
	margin: 0 0 5px 0;
	overflow: hidden;
}

div.navWidgetInfoEntryDescr {
	height: 95px;
}

/* Tabs
************************************************/

ul.tabList {
	background: url(/images/tabListBg.gif) no-repeat 0 100%;
	padding: 1px 10px 0 10px;
	margin-bottom: 1.5em;
}

div.metaNavigation ul.tabList {
	margin-bottom: 0.5em;
}

ul.tabList li {
	display: inline;
	list-style: none;
}

ul.tabList a, ul.tabList span {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 90%;
	margin-top: 2px;
	padding: 1px 10px 2px 10px;
	color: #136;
}

ul.tabList li.active span, ul.tabList li.active a {
	padding: 3px 10px;
	margin-top: 0;
	background-color: #f9f9f9;
	border: 1px solid #c7cfda;
	border-right-color: #b1bdcd;
	border-bottom: none;
	font-weight: bold;
}

ul.tabList a:hover, ul.tabList a:focus {
	color: #922;
}

div.metaNavigation {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #c7cfda;
}

/* CategoryList
************************************************/

ul.pCatList {
	width: 990px;
	list-style: none;
	margin: 30px 0 0 0;
}

ul.pCatList li {
	float: left;
	width: 290px;
	height: 180px;
	margin: 0 40px 0 0;
}

ul.pCatList h3 {
	margin: 0 0 10px 0;
	padding: 0 70px 0 0;
}

ul.pCatList h3 a {
	text-decoration: none;
}

ul.pCatList h3 a span.title {
	float: left;
}

ul.pCatList h3 a span.count {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #777;
	margin: 0 -70px 0 0;
}

div.pCatListDescr {
	background-color: #fff;
	border: 1px solid #E0E5EB;
	padding: 10px 10px 10px 100px;
	padding: 10px 100px 10px 10px;
	height: 90px;
}

a.pCatListDescrImage {
	float: right;
	margin: -10px -105px 0 0;
	border: 1px solid #ddd;
	border-right-width: 0;
	border-bottom-width: 0;
	
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	
	-moz-box-shadow: 4px 4px 10px #aaa;
	-webkit-box-shadow: 4px 4px 10px #aaa;
	box-shadow: 4px 4px 10px #aaa;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

ul.pCatList li:hover div.pCatListDescr {
	border-color: #ccc;
}

ul.pCatList li:hover a.pCatListDescrImage {
	-webkit-transform: rotate(-10deg) scale(1.5) translate(-10px);
	-moz-transform: rotate(-10deg) scale(1.5) translate(-10px);
	-o-transform: rotate(-10deg) scale(1.5) translate(-10px);
}

/* productTeaserList
************************************************/

ul.productTeaserList {
	margin-bottom: 0;
}

ul.productTeaserList li {
	margin: 0 0 20px 0;
	list-style: none;
}

div.productTeaserListImage {
	float: left;
	width: 65px;
	border: 1px solid #E0E5EB;
}

div.productTeaserListInfo {
	float: right;
	width: 130px;
}

div.productTeaserListInfo a {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
}

div.productTeaserListInfo p.price {
	margin-top: 0.7em;
	margin-bottom: 0;
}

/* Produktliste
************************************************/

ul.pList {
	list-style: none;
	width: 780px;
	margin-bottom: 0;
}

#top ul.pList { width: 1000px; }

ul.pList li {
	position: relative;
	float: left;
	width: 225px;
	margin: 0 23px 0 0;
	/*overflow: hidden;*/
	color: #777;
}

div.pListImage {
	position: relative;
	width: 223px;
	height: 223px;
	/*overflow: hidden;*/
	background-color: #fff;
	border: 1px solid #e0e5eb;
}

div.pListImage a {
	display: block;
	height: 223px;
	text-decoration: none;
}

div.pListImage a img {
	max-width: 223px;
	max-height: 223px;
}

ul.pList li:hover img { border-color: #136; }

div.pListSingleDescription {
	padding: 10px;
	height: 50px;
	font-size: 11px;
	line-height: 15px;
}

div.pListDescription {
	padding: 10px;
	height: 50px;
}

div.pListPrice {
	float: left;
	width: 60px;
	vertical-align: baseline;
	font-size: 15px;
}

div.pListPrice sup {
	position: relative;
	top: -4px;
	left: 0;
	vertical-align: baseline;
	font-size: 10px;
}

div.pListPrice sub {
	position: relative;
	bottom: -1px;
	left: 0;
	vertical-align: text-bottom;
	font-size: 11px;
}

div.pListBigPrice {
	font-size: 24px;
	width: auto;
	line-height: 23px;
}

div.pListBigPrice sup {
	font-size: 16px;
	top: -6px;
}

div.pListBigPrice sub {
	font-size: 18px;
	bottom: -1px;
	left: -2px;
}

div.pListTitle {
	float: right;
	width: 135px;
	height: 40px;
	padding: 0 0 0 5px;
	border-left: 1px solid #ccc;
	font-size: 11px;
	line-height: 15px;
}

div.pListTitle a, div.pListSingleDescription a {
	text-decoration: none;
	color: #444;
}

.missingImage {
	display: block;
	background: url(/images/content/missingImage.png) no-repeat 50% 50%;
	text-indent: -200em;
}

/* pCatAdminListTools
************************************************/

div.pCatAdminList ul {
	list-style: none;
	margin-bottom: 0;
}

span.pCatAdminListTools {
	visibility: hidden;
}

div.pCatAdminList ul li:hover span.pCatAdminListTools {
	visibility: visible;
}

/* accessibility tabs
*************************************************/

div.aTab {
	margin-bottom: 2em;
}

div.aTabList {
	background-color: #e1e5ea;
	border-bottom: 1px solid #adb9c9;
	padding: 8px 10px;
	margin: 20px 0 30px 0;
}

ul.aTabList {
	margin: 0 auto;
}

ul.aTabList li {
	display: inline-block;
	list-style: none;
	margin: auto;
	width: auto;
}

ul.aTabList li a, ul.aTabList li span {
	display: block;
	padding: 3px 15px;
	color: #78a;
	text-decoration: none;
	text-align: center;
}


ul.aTabList li span {
	cursor: default;
}

ul.aTabList li a:hover, ul.aTabList li a:focus {
	color: #136;
}

ul.aTabList li:nth-child(2n+1) a {
}

ul.aTabList li.active a, ul.aTabList li.active span {
	background-color: #2d5773;
	color: #fff;
	font-weight: bold;
	border-color: transparent;
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px 0px #136;
}

ul.aTabList li a:hover, ul.aTabList li a:focus {
	text-decoration: none;
}

.js ul.aTabList li span.currentMeta, .js div.aTab .accessibletabsanchor, .js div.aTab .tabhead {
	position: absolute;
	left: -200em;
}

div.aTabList div.R select {
	border: 1px solid #777;
	margin: 2px 10px 0 0;
	width: 210px;
}

