@charset "utf-8";
/* CSS Document */

#uhrenkollektion div {
	float: left;
	width: 199px;
	margin-top: 25px;
}

#uhrenkollektion div.s {
	float: left;
	width: 399px;
	margin-top: 25px;
}

#uhrenkollektion h3 {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin-left: 13px;
}

#uhrenkollektion a {
	display: block;
	margin: 6px 0px 0px 17px;
	text-decoration: none;
	position: relative;
	z-index: 6;
}

#uhrenkollektion div.s a {
	display: block;
	margin: 6px 0px 0px 25px;
	text-decoration: none;
	position: relative;
}

#uhrenkollektion img {
	display: block;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #dddddd;
}

#uhrenkollektion .uhrendetails {
	display: none;
}

/* Uhrendetails deaktiviert 
#uhrenkollektion a:hover .uhrendetails {
	display: block;
	width: 175px;
	background: #ffffff;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	position: absolute;
	top: 250px;
	z-index: 6;
}

#uhrenkollektion .uhrendetails span {
	display: block;
	line-height: 20px;
	padding: 0px 10px 10px 10px;
}

*/

#uhrenkollektion a.high_quality_button:link, #uhrenkollektion a.high_quality_button:visited, #uhrenkollektion a.high_quality_button:active {
	margin: 0px;
	width: 199px;
	height: 25px;
	outline: none;
	background: url(../layout/high_quality.jpg) no-repeat;
	background-position: 6px 0px;
	z-index: 1;
}

#uhrenkollektion a.high_quality_button:hover {
	background-position: -193px 0px;
}

#uhrenkollektion .uhrendetails_s {
	display: none;
}

/* Uhrendetails deaktiviert 
#uhrenkollektion a:hover .uhrendetails_s {
	display: block;
	width: 357px;
	background: #ffffff;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	position: absolute;
	top: 250px;
	z-index: 5;
}

#uhrenkollektion .uhrendetails_s span {
	display: block;
	line-height: 20px;
	padding: 0px 10px 10px 10px;
}
*/

#uhrenkollektion a.high_quality_button_s:link, #uhrenkollektion a.high_quality_button_s:visited, #uhrenkollektion a.high_quality_button_s:active {
	margin: 0px;
	width: 381px;
	height: 25px;
	outline: none;
	background: url(../layout/high_quality_s.jpg) no-repeat;
	background-position: 14px 0px;
	z-index: 1;
}

#uhrenkollektion a.high_quality_button_s:hover {
	background-position: -367px 0px;
}