/* 
  (c) danweb.com | 20081017 - PKN 
  Default stylesheet for catalogarchive
*/

div#oscContainer { width: 700px; }

div.yearWrapper { display: none; } 
/* do not touch. Used in show/hide years */

div.yearWrapperOn { display: block; }
/* do not touch. Used in show/hide years */

#oscYearChooser { text-align: center; width: 100px; } 
/* The year selecter */

div#oscYearHolder {
	text-align: right;
	color: #000000;
	font-size: 32px;
	line-height: 30px;
	font-weight: Strong;
	font-family: Verdana;
} 
/* The year text */

.oscImgText {
	text-align: center;
	color: #000000;
	font-size: 10px;
	font-weight: strong;
	font-family: Verdana;
} 
/* Catalogtitle text */

div#oscYearChooserWrapper 	{ }

hr.oscSeperator {
	background-color: #000000;
	color: #cc0000;
	height: 2px;
	border: 0px solid transparent;
} 
/* The linie in top and bottom */

img.oscThumbnail { padding: 1px; margin: 2px;   } 
/* The thumbnail itself */

div#oscYearChooserText {
	font-weight: normal;
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
} 
/* Text above the year selecter */