#list p{
margin: 0;
text-align: center;
clear: both;
}

.list-box{
width: 300px;
float: left;
}

.field-box{
width: 600px;
margin-bottom: 20px;
}

.list-item-box{
width: 280px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 30px;
}

.field-item-box{
width: 280px;
margin-right: 10px;
margin-left: 10px;
float: left;
}

#list table{
width: 270px;
margin-top: 10px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
font-size: 83%;
}

#list table td{
border-bottom: thin dotted #D7D7D7;
padding-bottom: 5px;
padding-top: 3px;
padding-right: 5px;
}

#list a{
color: #333333;
text-decoration: none;
}

#list a:hover{
color: #0066FF;
text-decoration: underline;
}

#list img{
margin-right: 5px;
margin-left: 5px;
}

#item{
margin-top: 20px;
width: 600px;
}

#item img{
margin-bottom: 10px;
border-bottom: 1px solid #E1E1E1;
border-top: 1px solid #E1E1E1;
}

#item p{
font-size: 83%;
color: #333333;
margin-left: 10px;
margin-right: 10px;
margin-top: 0;
margin-bottom: 0;
line-height: 110%;
}

.product{
width: 190px;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 10px;
float: left;
border: 1px solid #D7D7D7;
height: 16em;
}


