.st1  { color: #c00; font-size: 12px; margin-left: 5px }
/*ul { font-size: 12px; line-height: 130%; margin-left: 25px }
li   { margin-bottom: 5px }*/

div.descriptionBlock{
	width: 730px;
	margin: 0 0 0 0;
	padding: 10px 0;
}

h1{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight:bold;
	line-height:150%;
	color:#c00;
}
div.leadCopy p{
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 150%;
	color: #333;
}

p.leadCopy{
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 150%;
	color: #333;
}
table.subHeading{
	margin: 20px 0 15px 0;
	border:1px #999 solid;
}


/*Float block*/
/*
div.productInfo{
	width: 730px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url("images/dotline.gif") left bottom repeat-x;
}
div.productInfo div.pictBlock{
	width: 280px;
	float: left;
}
div.productInfo div.infoBlock{
	width: 640px;
	float: right;
}*/

/* Product information */
dl.detail{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	line-height: 130%;
}
dl.detail dt{
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}
dl.detail dd{
	margin: 0 0 5px 10px;
	padding: 0;
}


/* Infiniband Card */
ul.cardPhoto{
	width:730px;
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}
ul.cardPhoto li{
	width:280px;
	float:left;
	margin: 0 3px 0 0;
	padding:0;
	font-size:12px;
	line-height:130%;
	font-weight:bold;
}
ul.cardPhoto li.end{
	margin:0 0 0 0;
}
ul.cardPhoto img{
	display:block;
}


/* Infiniband Switch */

ul.swPhoto{
	width:730px;
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
}
ul.swPhoto li{
	width:145px;
	float:left;
	margin: 0 3px 0 0;
	padding:0;
	font-size:12px;
	line-height:130%;
	font-weight:bold;
}
ul.swPhoto li.end{
	margin:0 0 0 0;
}
ul.swPhoto img{
	display:block;
}


/* Price table */
table.tblPrice{
	width:730px;
	margin: 0 0 50px 0;
	padding: 0;
	border-collapse: collapse;
}
table.tblPrice td{
	padding: 5px 5px;
	font-size: 12px;
	line-height: 130%;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
}
table.tblPrice tr.color1{
	background-color: #ccccff;
}
table.tblPrice tr.color2{
	background-color: #e6e6fa;
}
table.tblPrice tr.color3{
	background-color: #b0e0e6;
}
table.tblPrice tr.color4{
	background-color: #def4f6;
}
table.tblPrice col.col1{
	width:120px;
}
table.tblPrice col.col3{
	width:80px;
}

