#productList .thumb img{
    clear:both;
    color: #0000FF;
    border: 2px solid #CCCCCC;
    width: 120px;
    height: 150px;
    margin-right: 5px;
    float: left;
}
#productList h3{
    font-size: 14px;
	font-weight: normal;
}
#productList .id{
	color: #CCCCCC;
	float:left;
	display: inline;
	margin-right: 5px;
}
#productList .name{
	float:left;
	display: inline;
}
#productList .description{
	border-top: 1px solid #CCCCCC;
	float:left;
	padding: 3px;
	height: 120px;
	width: 305px;
	background: #FFF8F8;
}
#productList .price{
	border-top: 1px solid #CCCCCC;
	width: 310px;
    float:left;
}
#productList .add{
	margin-top: -15px;
	margin-right: 4px;
	width: 34px;
	height: 24px;
	float:right;
	display:block;
	background: url(../images/shop_icon.gif) no-repeat scroll top;
}

#productList .print{
	margin-top: -15px;
	margin-right: 4px;
	width: 55px;
	height: 15px;
	float:right;
	display:block;
}

#productList .add a {
	width: 28px;
	height: 19px;
	display: block;
}
#productList .header {
	display: none;
}
#productDetail {
    margin-left: 5px;
    margin-right: 5px;
}
#productDetail .thumb img{
    color: #0000FF;
    border: 1px solid #CCCCCC;
	margin-left: 75px;
    margin-right: 80px;
}
#productDetail .id{
	margin-top: 5px;
	margin-right: 5px;  
	color: #CCCCCC;
	float:left;
	display: inline;
}
#productDetail .name{
	margin-top: 5px;
	float:left;
	display: inline;
	font-size: 14px;
}
#productDetail .description{
	border-top: 1px solid #CCCCCC;
	padding: 3px;
	width: 430px;
	background: #FFF8F8;
	border-bottom: 1px solid #CCCCCC;
}
#productDetail .price{
    float:left;
}
#productDetail .add{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 34px;
	height: 20px;
	float:right;
	display:block;
	background: url(../images/shop_icon.gif) no-repeat scroll top;
}
#productDetail .add a {
	width: 34px;
	height: 20px;
	display: block;
}
#productDetail .header {
	display: none;
}
#productDetail label {
	font-style: italic
}
#productDetail .desc {
	display: inline;
}
/*
#productDetail table{
    border-color: #600;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 0;
}
#productDetail tr{
    border-color: #600;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 2px;
    background-color: #FFC;
}

#productDetail td{
    border-color: #600;
    border-width: 0px;
    border-style: solid;
    margin: 0;
    padding: 2px;
    background-color: #FFC;
}

*/

/*#productDetail table .extraInfo  {
	border-spacing:0px;
	border-width: 1px;
	border-collapse:separate;
}
#productDetail .extraInfo td {
	padding:0px;
	margin:0px;
	border:1px solid #006699;
}
#productDetail .extraInfo tr {

}
*/

.pagebanner {
    clear:both;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display:block;
	border-bottom: none;
	text-align: center;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
}
.pagelinks {
    clear:both;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display:block;
	text-align: center;
	border-top: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}
