@CHARSET "UTF-8";

a.article {
	text-decoration: none;
}

hr.divider {
	border-left: 0px; /* Für Firefox und Opera */
	border-right: 0px;
	border-bottom: 0px;
	border-bottom: transparent;
	border-top: solid 1px #CECECE;
	color: white;
}

ul.shop_horizontal {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
}

ul.shop_horizontal li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}


span.price {
	color: #AC0917;
	font-size: 8pt;
	font-weight: bold;
}

span.price_large {
	color: #AC0917;
	font-size: 18pt;
}

span.currency_sign {
	color: #AC0917;
	font-size: 10pt;
}

span.shoptext_small {
	font-size: 8pt;
}

span.required {
	color: red;
}

table.articledata {
	font-size: 8pt;
}

table.articledata th {
	background-color: #CECECE;
	font-weight: bold;
	height: 20px;
	padding-left: 5px;
}

table.articledata td {
	background-color: #DEDEDE;
	font-weight: normal;
	height: 20px;
	padding-left: 10px;
}


div.articlevariant_title {
	color: #AC0917;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: solid 1px #AC0917;
}

table.articlevariant {
}

tr.articleoption {
}

tr.articleoption:hover {
	background-color: #DEDEDE;
}

select.optionselect {
	width: 100%;
	border: solid 1px #666666;
}

select.shopselect {
	border: solid 1px #666666;
}

input.actionbutton  {
	background-color: #AC0917;
	border: solid 1px #D40012;
	border-style: outset;
	color: white;
	width: 200px;
	height: 24px;
	font-size: 8pt;
}

input.greybutton {
	background-color: #CECECE;
	border: solid 1px #DEDEDE;
	border-style: outset;
	color: black;
	height: 24px;
	width: 200px;
	font-size: 8pt;
}

table.shopdata {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.shopdata th {
	text-align: left;
	font-weight: bold;
	background-color: #CECECE;
}

table.shopdata td {
	border: solid 1px #CECECE;
	font-size: 8pt;
	line-height: 14pt;
}

table.layout {
	border: none;
	border-collapse: separate;
}

table.layout td {
	border: none;
	background: none;
}

table.layout td.line {
	height: 1px;
	background-color: #CECECE;
}

table.errordata {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.errordata th {
	color: white;
	font-weight: bold;
	background-color: red;
}

table.errordata td {
	border: solid 1px red;
}

.grey {
	background-color: white;
	border-color: #cccccf;
	border-width: 1px;
	border-style: solid;
	font-size: 8pt;
	width: 75%;
	color: #666666;
}

.black {
	background-color: white;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	font-size: 8pt;
	width: 75%;
	color: black;
}

.searchfield {
	height: 16px;
	width: 120px;
	font-size: 9pt;
	border: solid 1px #DEDEDE;
	background-color: #CECECE;
	padding-left: 2px;
}

.error {
	border: solid 1px red;
	font-size: 8pt;
	width: 75%;
}


/*************** NAVIGATION ******************/
div.shopNavigation {
	background-color: #8B9097;
}

ul.shopMenu {
	list-style-type: none;
	margin: 2px;
	padding: 2px;
}

li.shopMenu {
	font-size: 9pt;
	font-weight: bold;
	float:left;
	margin-right: 20px;
}

li.shopMenu a {
	text-decoration: none;
	white-space: nowrap;
	background: transparent url(../img/link_arrows.png) -30px 3px no-repeat!important;
	padding-left: 10px;
	color: #666;	
}

li.shopMenu a:hover {
	color: #AC0917;
}

ul.shopMenuSub {
	list-style-type: none;
	position: absolute;
	margin: 0px;
	padding: 1px;
	display: none;
	text-align: left;
	padding-top: 0px;
	z-index: 200;
	background-color: white;
}

li.shopMenuSub {
	font-size: 8pt;
	font-weight: normal;
	padding-top: 5px;
	/*
	padding-left: 10px;
	padding-right: 5px;
	*/
}

li.shopMenuSub:hover {
}

li.shopMenuSub a {
	text-decoration: none;
	white-space: nowrap;
	background: transparent url(../img/link_arrows.png) -30px 3px no-repeat!important;
	padding-left: 10px;
	color: #666;	
}

li.shopMenuSub a:hover {
	color: #AC0917;
}

li.shopMenu:hover ul.shopMenuSub, li.shopMenuSub:hover ul.shopMenuSub {
	display: block;
}
