/* descriptionCard */
body, p, td, th {
 	font-family: verdana;
	font-size: 11px;
 }
 
div#content  {
	margin: 0px;
	padding-top: 20px;
	padding-left: 20px;
	xbackground-image: url(../images/bgCollectionInfo_border.gif);
	background-repeat: no-repeat;
	float:none;
}

div#articleImage {
	float:left;
	text-align:center;
	margin-top: 90px;
	width: 370px;
}

div#articleImage img.articleImage {
	/* ArticleImage dimensions: 340 x 432 */
	position:relative;
	z-index:2;
}

div#articleImage img.caliberImage {
	position:relative;
	z-index:1;
	/* CaliberImage dimensions: 378 x 558 
	-> substract (378 - 340)/2 = 19 on the left so that both images are aligned	
	19 leaves a difference of 4 pixels -> 15px
	*/
	margin-left: -2px;
	/* image is much higher than images content (~200px) for reasons related to display in flash -> add negative margin */
	margin-top: -150px;
	margin-bottom: -150px;
	xborder: 1px solid green;
}

h1, h2 {
	font-family: Times, New Times, Serif;
	font-weight: normal;	
	margin:0px;
	padding:0px;
}

h1 {
	color: #D8AA4C;
	font-size: 24px;
	font-style:italic;
	margin-bottom: 3px;
}

h2 {
	color:#B2B2B2;
	font-size: 18px;
	padding-bottom: 14px;
}

h3 {
	color: #B2B2B2;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 4px;
}
 
div {
	xborder: 1px solid gray;
}




ul {
	padding-left: 20px;
	padding-top:0px;
	margin-top:-10px;
}

ul {
	margin-left: 5px;
	}
li {
	list-style-image : url(/images/list_image.gif);
}

div#content h1 {
	font-size: 22px;
	font-style:italic;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}


div#content div#watchHeader h1 {
	font-size: 24px;
}
div#content div#watchHeader h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#watchText {
	float: left;
	width: 400px;
	margin-top:10px;
	padding: 2px;
	border-left: 1px solid gray;
	padding-left: 30px;
}

div#logoPrint {
	margin-bottom: 60px;
}

div#watchDescription {
	margin-top: 20px;	
}

div#descriptionCardFooter {
	border-top: 1px solid gray;
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 20px;
}


@media print {
	{
		margin: 0px; /*top right bottom left*/
	}
	
	div#watchText{
		position: absolute;
		top: 30px;
		left: 300px;
		width: 300px;
	}
	
	div#articleImage {
		margin-left: -80px;	
	}

	
}


