/* CSS Document */
.products-list-box {
width:180px;
height:100%;
text-align:center;
float:left;
padding:15px 5px 10px 5px;
margin:0px;}
.products-list-img {
width:160px;}
.products-list-img a img{
	border: 1px solid #CCCCCC;
}
.products-list-img a:hover img{
	border: 1px solid #006699;
}
.products-list-name {
padding:3px;}
    .products-list-name a{
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
    }
    .products-list-name a:hover{
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
    }
.line {
clear:both;
border-bottom:dotted 1px #CCCCCC;
width:570px;
height:2px;}

.global{
clear:both;
width:570px;
height:2px;}
#page {
	padding:10px 20px;
	clear:both;
	text-align:center;
	color: #7BB5C8;
}
#page p {
margin:5px;}
#page a {
	padding:2px 5px;
	font-size:12px;
	margin:2px 3px;
	color: #006699;
	background: #DEECF8;
	border: 1px solid #BADCDA;
	text-decoration:none;
}
#page a:hover {
	padding:2px 5px;
	font-size:12px;
	margin:2px 3px;
	color: #FFFFFF;
	background: #0099CC;
	border: 1px solid #0099CC;
	text-decoration:none;
}