/* Modules CSS */

/* verify-order */

#verifyform .caption{
	margin-left: 25px;
	vertical-align: text-top;
}

/* category list, page list
-------------------------------------------------------------- */
.list-items .head {
	margin-bottom:4px;
}
.list-items .body {
	clear:both;
}
/*.list-items .footer {
	clear:both;
	margin-top:4px;
	margin-bottom:1px;
}*/
.list-items .footer {
	position:absolute;
	right:0;
	bottom:0;
	padding:0 3px 4px 0;
}
.list-items .headline {
	line-height:normal;
	padding-top:2px;
	padding-bottom:2px;
}
.list-items .title,
.list-items .desc {
	line-height:normal;
	vertical-align:top;
}
.list-items .mg-r {
	margin-right:6px;
}
.list-items .mg-l {
	margin-left:6px;
}
.list-items .mg-t {
	margin-top:3px;
}
.list-items .x-mg-t {
	margin-top:5px;
}
.list-items .pg-t {
	padding-top:3px;
}



/* -------------------------------------------------------------- 
   smartstore.megamenu.css
-------------------------------------------------------------- */

/* Nav/Opener
-------------------------------------------------------------- */

.mm-nav, 					
.mm-nav li					{ position: relative }

.mm-opener 					{ position: relative; /*z-index: 1001*/ }

.mm-nav li.has-children a span {
	display: inline-block !important;
}

.mm-chevron {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 16px;
	line-height: 16px;
	background: transparent url('../images/mm-chevron.png') 0 0 no-repeat;
	vertical-align: middle;
}
.mm-nav.vertical .mm-chevron {
	background: transparent url('../images/mm-chevron-vert.png') 0 0 no-repeat;
}
.selected .mm-chevron	{ background-position: -42px 0 !important }
.hover .mm-chevron 		{ background-position: -14px 0 !important }
.mm-opener .mm-chevron 	{ background-position: -28px 0 !important }

/* Megamenu (target dropdowns)
-------------------------------------------------------------- */

.mm {
	display: none;
	position: absolute;
	z-index: 1000;
	padding: 10px 10px 10px 10px;
}

/* MC: NOT really necessary (??)
.iepre9 .mm {
	min-height: 150px !important;
}
*/

.ie9 .mm {
	/*background: url(../images/box.gradient.svg);
	background-size: 100% 100%;*/
}

.mm-col {
	width: 18em;
	float: left;
	background: transparent url('../images/separator-hor.png') repeat-y right top;
	height: 100%;
	margin-left: 6px;
}

.mm-col.omega {
	background: none;
}

.mm-col > ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-right: 6px;
}

.mm-col.omega > ul {
	padding-right: 0 !important;
}

.mm-col li.last {
	margin-bottom: .9em;
}

.mm-col > ul li:first-child {
	margin-top: 0;
}

.mm-title h4 {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
}

.mm-count {
	vertical-align: top; 
	padding: 0 3px;
	font-weight: normal;
}

a.mm-entry {
	text-decoration: none !important;
	padding: 2px 0;
	margin-left: 18px;
	overflow: hidden;

	display: block;
	/*
	padding: 0.05em 0 0 0;
	*/


.a.mm-entry:hover { 
	text-decoration: none;
}

}
.mm-col li {
	position: relative;
	margin: 0;
	min-height: 17px;
	/*border: 1px solid transparent;*/
}
.mm-col .sm-icon,
.mm-col .ui-icon{
	position: absolute !important;
	margin-top: 1px;
}

.mm-col li.more a.mm-entry {}

/* eleminate border-right or border-bottom to enable continuous borders */
.mm-nav.vertical li{
	border-right: none !important;
}
.mm-nav.horizontal li{
	border-bottom: none !important;
}
.social_share_privacy_area {
    clear: both;
	margin:6px 0 1px 0;
	list-style-type: none;
	padding: 0 !important;
	width: auto;
	height: 25px;
	display: block;
}
.social_share_privacy_area li {
	margin: 0 !important;
	padding: 0 !important;
	height: 21px;
	float: left;
}
.social_share_privacy_area li .dummy_btn {
    float: left;
    margin: 0 20px 0 5px;
    cursor: pointer;
    padding: 0;
    height: inherit;
}
.social_share_privacy_area li div iframe {
    overflow: hidden;
    height: inherit;
    width: inherit;
    max-width:125px;	/* auf abschneiden achten! */
}
.social_share_privacy_area li .switch {
    display: inline-block;
    text-indent: -9999em;
    background: transparent url('../modules/social-share/socialshareprivacy_on_off.png') no-repeat 0 0 scroll;
    width: 23px;
    height: 12px;
    overflow: hidden;
    float: left;
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer;
}
.social_share_privacy_area li .switch.on {
    background-position: 0 -12px; 
}
.social_share_privacy_area li.help_info {
    position: relative; 
}
.social_share_privacy_area li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
	display: none;
}
.social-share-settings {
	width: 180px !important;
}
.social_share_privacy_area li.gplus.help_info .info {
    left: -60px;
}
.social_share_privacy_area li .help_info.icon .info {
    left: -243px;
    width: 350px;
}
.social_share_privacy_area li.help_info.display .info, 
.social_share_privacy_area li .help_info.icon.display .info {
    display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
    display: none;
}
.social_share_privacy_area li .help_info.icon {
    position: relative;
    display: inline-block;
	vertical-align: top;
	border: 1px solid #FF8252;
	border-right-width: 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
    margin: 0;
	padding:2px 5px 3px 5px;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
	border-top-width: 0;
	border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
	border-right-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.social_share_privacy_area li.settings_info {
	position: relative;
	top: -2px;
	float:right;
}
.social_share_privacy_area li.settings_info a {
	text-decoration: none;
	margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
    border: 1px solid #FF8252;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
	border-width: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
	display: none;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu > a {
	float:left;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
	display: inline-block;
	border: 1px solid #FF8252;
	border-left: 1px solid #FF8252;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	margin: 0;
	padding:2px 5px 3px 5px;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
	border-top-width: 0;
}
.social-share-popupinfo {
	display: block;
	position: absolute;
	background: transparent;
	width: 290px;
}
.social-share-legend {
	display: block !important;
	margin-bottom: 6px;
}
.social-share-settings > div {
	margin-top: 4px;
}
.social-share-settings label {
    font-weight: bold;
    transition-property: color;
	transition-duration: 0.5s;
	transition-timing-function: ease-in;
	-moz-transition-property: color;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in;
	-o-transition-property: color;
	-o-transition-duration: 0.5s;
	-o-transition-timing-function: ease-in;
	-ms-transition-property: color;
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: ease-in;
}
.social-share-settings input {
	margin-right:6px !important;
}
/*.sm-simplepopup .social-share-settings fieldset label.checked {
	color: #090;
}*/
/*
	tell-a-friend
*/
.tell-a-friend .site-link {
	margin: 1.2em 0;
}
.tell-a-friend .message-display{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 15px;
}



/*
.product-list .pl-img {
	border: 0px;
	position: relative;
}
*/
.product-list .pl-infosheet,
.product-list .pl-itemvalue,
.product-list .pl-frame-parent,
.product-list .pl-datasheet{
	overflow: hidden;
}
/*
.product-list .pl-name{
	margin-bottom: 5px;
}
.product-list .pl-desc{
	margin-bottom: 5px;
}
*/
.pl-partslist-header,
.pl-partslist-amount{
	font-weight: bold;
}
.product-list .pl-add-to-bag{
	margin: 5px 0 10px 0;
}
.product-list .pnl-addtobasket > * {
	vertical-align: middle;
}
/*
.product-list .pl-item {
	vertical-align: middle;
	white-space: nowrap;
}
.product-list .pl-item span{
	overflow: hidden;
	vertical-align: middle;
	padding-bottom: 2px;
}
.product-list .pl-itemcaption {
	overflow: hidden;
	font-weight: bold;
	text-align: right;
}
.product-list .pl-itemcaption + span {
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	max-width: 49%;
}
*/
.product-list table{
	width: 100%;
}
.product-list th, 
.product-list td, 
.product-list caption {
    padding: 0.2em;
}
.product-list table .pl-itemcaption {
	font-weight: bold;
	max-width: 50%;
	padding-right: 5px;
	padding-left:0;
}
.product-list table .pl-itemvalue {
	max-width: 50%;
	width: 100%;
}
.product-list .pnl-quantity {
	display: inline-block !important;
	margin-right: 5px;
}

/*
.product-list .original-price-pnl span{
	text-decoration: line-through;
}
*/
.product-list .pr-on-request{
	margin-bottom: 10px;
	padding: 10px;
}
.product-list .bottom{
	position: absolute;
	bottom: 0px;
}
.pl-details-link{
	padding: 15px 6px 2px 4px;
}
.pl-details-link a{
	color: #931907;
	text-decoration: underline;
}
.pl-controls.bottom{
	right: 10px;
}
.pl-frame-parent img{
	position: relative;
}
.pl-frame-parent{
	min-height: 16px;
}
.delivtime{
	vertical-align: top !important;
}
.legal-hints{
	margin-top: 6px;
}
.pl-partslist{
	margin-bottom: 5px;
}
.product-list .discount{
	position: absolute;
	width: 22px;
	height: 22px;
	line-height: 22px;
	right: 0;
	top: 0;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	/* theme */
	background-color: red;
	color: #fff;
	text-shadow: 1px 1px 1px black;
}

/* list */
.product-list.list .pl-details-link,
.product-list.list .pl-add-to-bag{
	text-align: right;
}
.product-list.list .pl-itemcaption,
.product-list.list .pl-name {
	text-align: left;
}
.product-list.list .pl-sales{
	text-align: right;
	margin: -3px 5px 0 0;
}
.product-list.list .discount{
	width: 32px;
	font-size: 25px;
	height: 32px !important;
}
.product-list.list .discount span{
	vertical-align: middle;
}
.product-list.list .pl-frame-parent{
	text-align: center;
	float: left;
}
.product-list.list .pl-controls{
	white-space: nowrap;
	overflow: hidden;
}
.product-list.list .pl-sales{
	float: right;
}
.product-list.list .currency .decimal {
    font-size: 0.5em !important;
    letter-spacing: 0 !important;
    vertical-align: super !important;
}

/* grid */
.product-list.grid .pl-sales,
.product-list.scroll .pl-sales{
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.product-list.grid .pl-itemvalue,
.product-list.scroll .pl-itemvalue{
	width: 59%;
}
.product-list.grid .pl-itemcaption,
.product-list.scroll .pl-itemcaption{
	width: 39%;
	text-align: right;
}
.product-list.grid .pl-name,
.product-list.scroll .pl-name,
.product-list.grid .pl-desc,
.product-list.scroll .pl-desc{
	text-align: center;
}
.product-list.grid .pl-partslist,
.product-list.grid .pl-datasheet,
.product-list.scroll .pl-partslist,
.product-list.scroll .pl-datasheet,{
	margin: 5px 0 5px 0;
}
.product-list.grid .pl-partslist th,
.product-list.grid .pl-partslist td,
.product-list.scroll .pl-partslist th,
.product-list.scroll .pl-partslist td{
	padding: 0.1em;
}
.product-list.grid .pl-partslist .pl-partslist-amount,
.product-list.scroll .pl-partslist .pl-partslist-amount{
	width: 20px;1
}
.product-list.grid .pr-pre-panel,
.product-list.grid .pr-now-panel,
.product-list.scroll .pr-pre-panel,
.product-list.scroll .pr-now-panel{
	display: inline-block;
}
.product-list.grid .pr-pre-panel,
.product-list.scroll .pr-pre-panel{
	margin-right: 6px;
}
/* theme */
/*
.product-list.grid .original-price-pnl span {
	color: #5A5A5A !important;
	font-weight: normal !important;
}
*/

/* scroll */
.product-list.scroll,
.product-list .pl-slider{
	overflow: hidden;
	position: relative;
}
.product-list.scroll .pl-row{
	width: 30000px;
}
.product-list.scroll .pl-cell{
	width: 220px !important;
	float: left;
}
.product-list.scroll .pl-controls{
	text-align: center !important;
}
.product-list.scroll .pl-forward,
.product-list.scroll .pl-backward{
	display: inline-block;
	margin-right: 5px;
}

.product-list.scroll .pl-scroll-prev,
.product-list.scroll .pl-scroll-next{
	position: absolute;
}
.product-list.scroll .pl-scroll-prev{
	border-left-width: 1px !important;
}
.product-list.scroll .pl-scroll-next{
	border-right-width: 1px !important;
}
.sitemap {
	margin-right: -10px;
}
.sitemap .groupheader{
	border-bottom: 1px solid #D5D5D5;
	margin: 20px 10px 10px 0;
	padding: 3px;
	font-size: 1.6em;
	text-shadow: 1px 1px 1px #ccc;
}
.sitemap ul li {
	list-style-type: none;
}
.sitemap > ul{
	padding: 0;
	margin: 0;
}
.sitemap ul{
	margin-top: 2px;
}
.sitemap ul li.first {
	margin: 10px 0;
}

/* general */
.sitemap ul li {
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
}
.sitemap ul li a {
	/*color: #76797C;*/
	vertical-align: sub;
	margin-left: 2px;
}
.sitemap ul li a:hover {
	/*color: #464646;*/
}
.sitemap ul li img {
	vertical-align: middle;
}

.sitemap > ul > li.first > ul > li {
	margin: 0;
}
/* first */
.sitemap > ul > li {
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	overflow: hidden;

}
.sitemap > ul > li > span{
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 5px;
    display: block;
    margin: 0 10px 0 0;
}
.sitemap > ul > li > span > a {
	color: #000000;
	font-weight: bold;
	vertical-align: sub;
	margin-left: 18px;
	display: block;
	overflow:hidden;
	/*margin-left: 2px;	*/
}
.sitemap > ul > li > span > a:hover {
	/*color: #666;*/
}
.sitemap > ul > li > span > img {
	vertical-align: middle;
	float: left;
}
