/* CSS Document */




p {
margin: 0;
padding: 0;
}

.productRow {
float: left;
width: 570px;
margin-left: 22px;
margin-top: 15px;
}

.products {
width: 180px;
height: auto;
padding: 3px;
float: left;
}

.productName {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFEB51;
font-size: 16px;
font-weight: bold;
padding-left: 10px;
}

.price {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFF;
font-size: 18px;
font-weight: bold;
padding-left: 8px;
}


.productHolder {
width: 172px;
height: 172px;
border: 4px solid #24374D;
background-color: #FFF;
}

