﻿/* Category Listing */
.singlecategory { position:relative; float:left; width:260px; padding: 20px; background: transparent url(../images/itemBg.jpg) repeat-x top left; }
.singlecategory.even { margin: 0 20px 0 0;}
.singlecategory.odd { margin: 0 0 20px 0; }
.singlecategory.uneven { width:580px; margin:0; padding:20px; }

.singlecategory h3 { color:#A51F1D; font-size:1.6em; margin: 0 0 5px 0; }
.singlecategory p { margin: 5px 0 0 0; }

.singlecategory .picframe { background-color:#F2E5BD; width:160px; height:120px; padding:5px;  margin: 0 10px 0 0; }
.singlecategory img { margin: 0; display:block; }

.singlecategory.uneven .picframe { float:left; }

.singlecategory .btn { position:absolute; top:100px; right:20px; }
.singlecategory.uneven .btn { position:absolute; top:auto; bottom:20px; right:20px; }

#categoryList { margin: 0 0 40px 0; }