@charset "utf-8";
/* CSS Document */
#centreColumn {
	width:995px;
	min-height:200px;
	
}
#centLeftCol {
	float:left;
	width:195px;
	height:auto;
	vertical-align: top;
}
#centLeftCol form {
			padding:0;
	margin:0px;
}
#centLeftCol input{
	width:95px;
	height:auto;
}
#centLeftCol td {
	font-size: 0.8em;
	color: #333;
}
#centLeftCol p {
margin-top:0px;
}
#centLeftCol img{
	width:95px;
	height:auto;

}
#centCentCol {
	float:left;
	width:800px;
	height:auto;
}
#centreColumn p {
	font-size: 0.9em;
	line-height: 20px;
	color: #333;
	vertical-align: top;
	letter-spacing: 1px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom:0px;
}
#centLeftColTop {
	background-image: url(../images/sidebox/top.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 190px;
}
#centLeftColTopNoBor {
	height: 9px;
	width: 190px;
}
#centLeftColBack {
	background-image: url(../images/sidebox/back.png);
	background-repeat: repeat-y;
	width: 190px;
}
#centLeftColBackNoBor {
	width: 190px;
}
#centLeftColBott {
	background-image: url(../images/sidebox/bott.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 190px;
}
#centLeftColBottNoBor {
	height: 9px;
	width: 190px;
}
#centCentCol li {
	font-size: 0.8em;
	color: #333;
	list-style-position: inside;
	list-style-type: circle;
	margin-left:35px;
	font-weight: bold;
}
#centCentCol h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-left: 10px;	
}

#bidresult {
	font-size: 1.2em;
	font-weight: bold;
}
.prodImg {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
#tabProd {
width:90%;
margin:0 auto;
}
.tabWidth {
width:33%;
text-align: center;
}
.manuProdName {
	margin-top:10px;
	font-size: 0.8em;
	color: #900;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	min-height:35px;
	vertical-align: top;
}
#nameCatList {
	font-size: 100%;
	font-weight: normal;
	width: 180px;
}
#nameCatList li {
	list-style:none;
}
#nameCatList a:link, #nameCatList a:visited, #nameCatList a:active{
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	display: block;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:2px;
}
#nameCatList a:hover {
	color: #FFF;
	background-color: #900;
}
#product {
	margin-left:45px;
	margin-top:25px;
min-height:450px;
}
.descProd {
	font-size: .9em;
	color: #900;
	padding-left: 5px;
}