/*

  Stylesheet for printing Product Detail page 
  
*/

/*

  general styles for overall use 
  
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10px 10px;
}

.floatingImage{
	border: none;
}

.close {
	position: absolute; 
	right: 10px;
}

.print {
	position: absolute;
	right: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
}

/* 

 styles for Headder area  
 
*/

#headder {
	margin-top: 50px;
	margin-bottom: 30px;
	border-bottom: thin solid Black;
}
	
.headine {
	font-size: 16px;
	margin-bottom: 32px;
	font-weight: bold;
}

.headine2 {
	font-size: 14px;
}

/*

  styles for middle area
  
*/

#middle {
	clear: both;
	width: 100%;
	position: relative;
}

/* Article styles begin */

#artikle{
	width: auto;
	height: auto;
}
	
#itemNumber {
	font-size: 13px;
	padding: 20px 0px 0px 0px;
}

#itemPrice {
	font-size: 13px;
}	

#versandkosten {
}

#size {
	padding: 0px 0px 0px 0px;
}

#color {
	padding: 0px 0px 0px 0px;
}

#CStelephone {
}

/* Article end */

/* images styles begin */

#imageBox {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	width: 300px;
}

#printremove {
	display:none;
}
#printremove2 {
	display:none;
}
#printremove3 {
	display:none;
}
#printremove4 {
	display:none;
}
#printremove5 {
	display:none;
}

#remswatch1 {
	display:none;
}
#remswatch2 {
	display:none;
}
#remswatch3 {
	display:none;
}
#remswatch4 {
	display:none;
}
#remswatch5 {
	display:none;
}
#remswatch6 {
	display:none;
}


#imageBox ul{
	list-style-type: none;
	padding: 0;
	float: left;
}

#imageBox li {
   float: left;
	padding: 0px 9px 6px 0px;
	margin: 0;
}

#itemImage {
	float: left;
	margin-right: 20px;
	margin-top: 0px
}

.image_border {
	border: 1px solid #E2E2E2;
}
	
/* Image styles end */
	
/*D

  Styles for bottom area

*/

#bottom{
	margin-top: 15px;
	border-top: thin solid Black;
	border-bottom: thin solid Black;
	clear: left;
}

#product_description{
	font-size: 14px;
	margin-top: 27px;
}

#description{
	margin-bottom: 27px;
	text-align: justify;
}

#footer{
	text-align: center;
	margin-top: 57px;
	margin-bottom: 20px;
}


