/**
 * viega.catalog.css
 * viega Product Catalog
 *
 * @author       ecomplexx, www.ecomplexx.com
 * @version      $Revision: 448 $ 
 * @date         $Date: 2009-08-17 15:44:15 +0200 (Mo, 17 Aug 2009) $
 */
 
/* Fix default style from style.css */
#catalog ul li, #catalog-fallback ul li, #shop ul li {
    background-image: none;
	background-position: left top;
}

#loading, #error, #productgroups, #tabs, #productscopes, #productmodels, #model { display: none; }

#formerror {
	font-weight: bold;
	color: #ff0000 !important;
}

.hidden { display:none; }

/* -- Button --------------------------------------------------------------- */
#catalog button, #shop button, #shop-sidebar button {
	background: url(../images/button_bg.png) repeat-x;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 2px;
	color: #333;
}

#catalog button span.arrow, #shop button span.arrow, #shop-sidebar button span.arrow {
	background: url(/catalog/images/arrow_gray.gif) right center no-repeat;
	padding-right: 10px;
}

#catalog button span.basket, #shop button span.basket, #shop-sidebar button span.basket {
	background: url(/catalog/images/icon_basket.png) right center no-repeat;
	padding-right: 25px;
	display: block;
}

#shop button span.edit {
	background: url(/catalog/images/icon_edit.png) right center no-repeat;
	padding-right: 25px;
	display: block;
}


#basket-buttons button {
	text-align: right;
	width: 190px;
	margin-bottom: 5px;
}


/* -- General catalog styles ----------------------------------------------- */
#catalog, #catalog-fallback {
	margin-bottom: 50px;
	color: #333;
	}
	
	#catalog h1 {
		background-color: #FFFF00;
		font: bold 16px/18px Arial,sans-serif;
		margin: 0 0 6px;
		padding: 24px 8px 11px;
	}
	
	#catalog h2 {
		background-color: #ECEEED;
		font: bold 16px/18px Arial,sans-serif;
		margin: 0 0 12px;
		padding: 6px 8px 6px;
	}

	#catalog h3, #catalog-fallback h3 {
		background: #fff url(/catalog/images/header_catalog.gif) repeat-x bottom;
		border: 1px solid #bebebe;
		border-right: 0 none;
		cursor: pointer;
		margin: 5px 0 0;
		padding: 0 0 0 5px;
		}
		#catalog h3.slideropen { background-color: #fff; }
		#catalog-fallback h3 { border-right: 1px solid #bebebe; }

		#catalog h3 span {
			background: url(/catalog/images/header_closed.gif) no-repeat right;
			display: block;
			font-size: 12px;
			height: 19px;
			line-height: 19px;
		}
		
        #catalog-fallback h3 a {
            display: block;
            font-size: 12px;
            height: 19px;
            line-height: 19px;
        }
			
		#catalog h3.slideropen span { background-image: url(/catalog/images/header_open.gif) !important; }

	#catalog h3.tab {
		background: none;
		margin: 0;
		padding: 5px 10px 0;
		cursor: auto;
		position: relative;
		display: inline;
		top: 2px !important;
		top: 1px; /* Fix for IE */
		border: 1px solid #dbdbdb;
		border-bottom: 0 none;
		background: #fff;
		}
		
		#catalog h3.tab span {
			background-image: none;
			display: inline;
			font-size: 16px;
		}

	#catalog h4 {
		border-bottom: 1px solid #bebebe;
		color: #474747;
		font-size: 16px;
		line-height: 20px;
		margin: 6px 0 23px;
		padding-bottom: 6px;
	}

	#catalog a, #catalog button { cursor: pointer; }

	
#loading, #error {
	position: absolute;
	width: 360px;
	margin: 0 100px;
	height: 50px;
	z-index: 90;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	background-color: #454d4f;
	border: 1px solid #bebebe;
}

#error {
	height: auto;
	padding: 20px 20px;
	line-height: 1.5em;
	cursor: pointer;
}

#backlink {
	float: right;
	background: url(/catalog/images/arrow_blue_back.gif) left 0.4em no-repeat;
	padding-left: 6px;
}

ul.group {
	border: 1px solid #dbdbdb;
	border-top: 0 none;
	margin: 0;
	overflow: hidden;
	padding: 10px 12px;
	
	
	list-style-type: none;
	display: inline-block;
	}
		
	ul.group li {
		float: left;
		margin: 0 25px 9px 0;
		width: 252px;
		border: 1px solid #DBDBDB;
		height: 58px;
		padding: 0;
	}
	ul.group li.even { margin-right: 0; }
	
		ul.group li a {
			display: block;
			height: 58px;
			color: #474747;
			background: url(/catalog/images/button.png) right no-repeat;
			padding: 0 30px 0 0px;
			}
			ul.group li a:hover {
				text-decoration: none;
				background-image: url(/catalog/images/button_hover.png);
			}
			ul.group li a.decorative { padding-left: 10px; }
			ul.group li a.noclick, ul.group li a.noclick:hover {
				padding-left: 10px;
				background-image: url(/catalog/images/button_noclick.png);
				cursor: default !important;
			}
			
			ul.group li a img {
				float: left;
				display: block;
				margin-right: 10px;
			}
	
			ul.group li a strong {
				font-size:22px;
				vertical-align:middle;
				line-height: 58px;
				display: table-cell !important;
				display: block;
				float: left;
				width: 30px;
			}
			
			ul.group li a span {
				display: table-cell;
				height: 58px !important;
				height: auto;
				vertical-align:middle;
				line-height: 15px;
			}
	

.tab-content {
	padding: 10px 12px;
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	}

	.tab-content ul.group {
		padding: 0;
		background: transparent;
		border: 0 none;
	}


ul.sub {
	background: #e7e7e7;
	list-style-type: none;
	margin: 0;
	padding: 10px 12px;
	}
	
	ul.sub li {
		background-image: none !important;
		border-bottom: 1px solid #dbdbdb;
		padding: 2px 0;
		font-size: 11px;
	}
	ul.sub li:last-child { border-bottom: 0 none; }
	
	ul.sub a {
		color: #0050A0;
		background: url(/catalog/images/arrow_blue.gif) 2px 0.4em no-repeat;
		padding-left: 10px;
	}


/* -- Navigation ----------------------------------------------------------- */
#sub-navigation ul li ul { /*display: none;*/ } /* Hide 3rd level left navigation */


/* -- Model/Article List --------------------------------------------------- */
#model { height: 1%; } /* IE6 floating fix */

#model p { margin-bottom: 1em; }

#model button {
	float:right;
	margin: 5px 0;
	width: 200px;
	}

#model-image {
	width: 190px;
	float: left;
	text-align: center;
	}
	
	#model-image img { margin-bottom: 2em; }

#model-description {
	margin-left: 190px;
	}
	* html #model-description { width: 341px; }                                /* IE6 3px Bug */
	
	#model-description h5 {
		font-size: 14px;
		line-height: 16px;
		margin: 0;
	}

br.clear { clear: both; }

#model-articles, .dito-articles {
	margin: 5px 0;
	border-collapse: collapse;
	}
	#model-articles *, .dito-articles * { color: #333; }

	#model-articles tr, .dito-articles tr { background: #e5e5e5; }
	#model-articles tr.even, .dito-articles tr.even { background: #f5f5f5; }
	
	#model-articles tr.blankline td, .dito-articles tr.blankline td { border-bottom: 0.5em solid #fff; }

	#model-articles th, .dito-articles th {
		text-align: left;
		font-weight: normal;
		background: #dbdbdb;
		border-left: 1px solid #bebebe;
		border-bottom: 1px solid #fff;
		padding: 2px 4px;
	}
	
	#model-articles td, .dito-articles td {
		border-left: 1px solid #bebebe;
		padding: 2px 4px;
	}
	
	#model-articles .first, .dito-articles .first { border-left: 0 none; }
	#model-articles .right, .dito-articles .right { text-align: right }
	
	#model-articles input, .dito-articles input { font-size: 10px; }

	div.model-number { margin-left: 190px; }
	* html div.model-number { margin-left: 193px; } /* IE6 3 Pixel bug */
	
/* -- Sidebar: Shop-Integration -------------------------------------------- */	
#shop-sidebar h3 {
	background: url(/catalog/images/header_catalog.gif) repeat-x bottom;
	border: 1px solid #bebebe;
	clear: both;
	cursor: pointer;
	margin: 5px 0 0;
	padding: 0 0 0 5px;
	
	float: right;
	width: 183px;
	
	font-size: 12px;
	height: 19px;
	line-height: 19px;
	}

	#shop-sidebar h3#quickorder { border-right: 1px solid #bebebe; }

	#shop-sidebar h3 span {
		display: block;
		font-size: 12px;
		height: 19px;
		line-height: 19px;
	}
		
	#shop-sidebar h3 a {
		display: block;
		font-size: 12px;
		height: 19px;
		line-height: 19px;
	}

	#shop-sidebar button {
		width: 190px;
		float: right;
		text-align: right;
		margin: 5px 0 0;
		}

	#shop-sidebar .sideBarTeaserContainer {
		border-top: 0 none;
		background: #d5d5d5;
		padding: 0 7px;
		}

		#shop-sidebar .sideBarTeaserContainer h4 { margin-bottom: 4px; }

		#shop-sidebar .sideBarTeaserContainer div {
			background: #ededed;
			padding: 10px;
			margin: 7px 0;
		}
		
		#shop-sidebar .sideBarTeaserContainer a {
			background: url(/catalog/images/arrow_blue.gif) 2px 0.4em no-repeat;
			padding-left: 10px;
		}	

		#shop-sidebar .sideBarTeaserContainer label {
			background-color: transparent;
			float: left;
			font-size: inherit !important;
			line-height: 20px;
		}

		#shop-sidebar .sideBarTeaserContainer input,
		#shop-sidebar .sideBarTeaserContainer button {
			width: 110px;
			float: right;
		}

		#shop-sidebar .sideBarTeaserContainer button {
			text-align: left;
		}

	#sidebar-basket strong {
		font-size: 22px !important;
		vertical-align:middle;
		line-height: 22px;
	}


/* -- CMS Content ---------------------------------------------------------- */
#cmscontent li {
	padding: 0;
	width: 96%;
	margin-left: 13px;	
}
* html #cmscontent li { zoom: 100%; } /* IE6 Fix */
#cmscontent .w550 { width: 526px; }
#cmscontent .w360 { width: 336px; }
#cmscontent table.triPtychon td { padding: 0 0 2px 0; }
#cmscontent table.triPtychon td.allRefs { padding-right: 10px; }

#cmscontent div.download_icon_pdf, #cmscontent div.download_icon_doc, #cmscontent div.download_icon_rtf,
#cmscontent div.download_icon_d81, #cmscontent div.download_icon_xls, #cmscontent div.download_icon_exe,
#cmscontent div.download_icon_zip, #cmscontent div.download_icon_gaeb, #cmscontent div.download_icon_mov,
#cmscontent div.download_icon_mpg, #cmscontent div.download_icon_wmv {
    width: 18px;
    background-position: left center;
}
