@charset "UTF-8";
/* CSS Document */
body {font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;}
#eboost { border: dotted 1px #999; overflow: hidden; }
#eboost .leftcol { width: 215px; float: left; margin: 15px 0px 15px 15px; }
#eboost .rightcol { width: 535px; float: right; overflow: hidden; margin: 15px 15px 15px 0px; }
.productContainer { width: 140px; float: left; margin-left: 20px;  height:340px; }
.product-row { overflow: hidden; }

/*p.cat-product-name,div.cat-product-name { font-size: 14px; font-family: Georgia, Times, 'Times New Roman', serif; color: #F78F1E; width:155px;}*/
p.cat-product-name, div.cat-product-name {
color:#F78F1E;
font-family:Georgia,Times,'Times New Roman',serif;
font-size:16px;
width:155px;
}
p.cat-product-desc,div.cat-product-desc { color: #666; font-size: 1.1em; line-height: 1.2em; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;width:155px; text-align:left; }

p.price,div.price { font-size: 14px; font-family: Georgia, Times, 'Times New Roman', serif; }

/*a.add-to-cart { font-size: 12px; font-family: Georgia, Times, 'Times New Roman', serif; color: #F78F1E; text-decoration: none; } */
a.add-to-cart {
color:#F78F1E;
font-family:Georgia,Times,'Times New Roman',serif;
font-size:16px;
text-decoration:none;
}
a.add-to-cart:hover { color: #666; }

.footer {width:820px;}
.cat-image{width:160px;height:160px;}
