body, form, input, h1, h2, h3, h4, h5, h6, p, ul, li, ol, blockquote, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body{
	font-family: Arial, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom: 10px;
	font-family: Arial, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}
h2{
	font-weight: normal;
	font-size: 24px;
	color: #ff0000;
}
h3{
	font-size: 18px;
	color: #627c89;
}
h4{
	font-size: 16px;
	color: #ff0000;
}
h5, h6{
	font-size: 14px;
	color: #627c89;
}

p{
	margin: 0px 0px 10px;
}
a{
	outline: none;
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #ff0000;
}
ul{
	margin: 0px 10px 10px 10px;
	padding: 0px 5px;
	list-style-type: disc;
}
li{
	margin: 4px 0px 2px 10px;
}
ol {
	margin: 0px 10px 10px 17px;
	padding: 0px 5px;
	list-style-type: decimal;
}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}

#print_button {
	display: none;
}

/******************************/
/*	product datasheet print   */
/******************************/

#webshop_product{
	width: 537px;
	margin-top: 20px;
}

/**/
#webshop_product .idx{
	display: none;
}

/* parameters */
#webshop_product .params{
	float: left;
	width: 240px;
}
#webshop_product a.related_lead_link{
	color: #ff0000;
	font-size: 11px;
}
#webshop_product a.related_lead_link:hover{
	color: #506a77;
}

/* gallery */
#product_warrantee{
	display: block;
	position: relative;
	float: right;
	margin-left: 7px;
	padding-bottom: 10px;
	width: 290px;
}
#product_warrantee .warrantee_1, #product_warrantee .warrantee_2, #product_warrantee .warrantee_3, #product_warrantee .warrantee_4, #product_warrantee .warrantee_5,
#product_warrantee .warrantee_6, #product_warrantee .warrantee_7, #product_warrantee .warrantee_8, #product_warrantee .warrantee_9, #product_warrantee .warrantee_10,
#product_warrantee .warrantee_255{
	display: none;
}
#product_warrantee span.n{
	display: none;
}

#x_piccontent{
	width: 290px;
	overflow: hidden;
}
#x_piccontent .pic{
	padding-bottom: 10px;
	width: 290px;
	height: 250px;
	overflow: hidden;
	text-align: center;
}
#x_piccontent .pic img{
	cursor: pointer;
}
#x_piccontent .navigator{
	display: none;
}

/* price */
#webshop_product .price{
	margin-bottom: 10px;
	width: 537px;
	height: 48px;
	overflow: hidden;
	border: 1px solid #000;
}
#webshop_product .saleprice{
}
#webshop_product .price h4{
	float: left;
	padding: 10px 0 0 10px;
	width: 104px;
	font-size: 20px;
	color: #fff;
}
#webshop_product .price .cont{
	position: relative;
	float: left;
	padding: 12px 0px 0px 10px;
	width: 413px;
}
#webshop_product .price .cont b{
	font-size: 20px;
	color: #506A77;
}
#webshop_product .saleprice .cont b{
	font-size: 20px;
	color: #ff0000;
}
#webshop_product .price .cont span{
	margin-left: 10px;
	text-decoration: line-through;
}

/**/
#webshop_product .state{
    margin-bottom: 10px;
}
#webshop_product .state b{
    font-weight: bold;
    color: #ff0000;
}

/******************************/
/*	     article print        */
/******************************/

#article{
	width: 537px;
	margin-top: 10px;
}
/**/
#article .article_lead{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}
#article .htmltext{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

/* tables */
table.article_pic_table{
	margin-bottom: 10px;
	padding: 0px;
	background: #ECF2F4;
	border:solid 10px #ECF2F4;
}
table.article_pic_table strong{
    padding: 5px 0 0px;
    display: block;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #627c89;
}
/**/
table.article_text_table{
    margin: 0px 0px 10px 0px;
}
table.article_text_table td{
    padding: 10px;
    border-top: solid 5px #627c89;
    border-bottom: solid 5px #627c89;
    background: #ECF2F4;
}