@charset "UTF-8";
/* CSS Document */

/* MAIN */

#MainCol {
	float:left;
	text-align:left;
	width:653px;
	height: 30%;
	min-height:180px;
	background:#F2FAFD url(images/mainbg-top.gif) top left no-repeat;
	border:#B1E9F8 solid 1px;
	line-height:30px;
}

#SideColRight {
	text-align:left;
	float:right;
	width:320px;
	min-height:180px;
}

#MainCol img {
	margin:0px 29px 10px 29px;
	border:#B1E9F8 solid 1px;
}

.download {
	margin: 0px 0px 0px 120px;
}

#side h3 {
	padding:0 30px 0 30px;
}

#catalogue {
	width:653px;
	height:150px;
	border-bottom:#B1E9F8 double 3px;
}

#catname {
	padding:40px 0 0 0;
	width:210px;
	float:left;
}

#catdesc {
	padding:40px 0px 0px 0px;
	width:210px;
	margin:0 215px 0 215px;
	text-align:left;
}

#catdesc p {
	padding:0 10px 0 10px;
	line-height:15px;
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 11px;
}

#catimg {
	padding:10px 30px 10px 0;
	width:210px;
	float:right;
	text-align:left;
}

#catimg img {
	padding:0;
	margin:0px 30px 10px 5px;
}

.product #catalogue {
	height: auto;
}

.product #catimg {
	height: 130px;
}

.product #catname {
	width: auto;
}