@CHARSET "ISO-8859-1";

/* CONTENT
**********/

#content h2 {
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	}

#pimg {
	float: left;
	text-align: center;
	width: 250px;
	}

#pimg img {
	border: 1px solid #CACACA;
	padding: 0;
	margin: 0 0 10px 0;	
	}

#pdetails {
	float: right;
	margin: 0 0 15px 0;
	width: 500px;
	}

#pdetails ul {
	margin: 10px 0 10px 10px; 
	padding: 0 0 0 15px;
	}

#pdesc {
	padding: 5px 0 0 0;
	margin: 15px 0 0 0;
	}


table.technical {
	border-collapse: collapse;
	}

table.technical th {
	background: #F5F5F5;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	font-weight: normal;
	font-size: 8pt;
	padding: 5px;
	}

table.technical td {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	font-size: 8pt;
	padding: 5px;
	}


/* OPTIONS
**********/

#options {
	background-color: #F5F5F5;
	border: 1px solid #CACACA;
	font-size: 8pt;
	width: 100%;
	}

#options td {padding: 2px 5px 2px 5px;}
td.code {width: 60px;}
td.price,td.qty {width: 60px; text-align: right;}
td.price {color: green; font-weight: bold;}
td.buy {text-align: center; width: 10px;}
input.qty {width: 25px;}

#related, #feedback {
	clear: both;
	background: #F5F5F5;
	padding: 5px 10px 0 10px;
	margin-bottom: 15px;
	}
#feedback  table {
	width: 100%;
	}

#feedback  table th {
	text-align: right;
	width: 100px;
	}
	
#feedback hr {
	border: 1px solid #D3D5D4;
	border-bottom: none;
	}
	
#related img {
	border: 1px solid #CACACA;
	}
