	@charset "utf-8";
/*
------------------------------------------------------------
UBERGOODNESS v1.0
© creativelifeform 2009
email: rohan@creativelifeform.com
------------------------------------------------------------
*/

/*
------------------------------------------------------------
GENERIC PRODUCT GRID
------------------------------------------------------------
*/

.generic-product-grid { 
	width:100%; 
}
.generic-product-grid td { 
	border-right:0px solid #d9dde3; 
	border-bottom:0px solid #d9dde3; 
	padding:12px 10px; 
	line-height:1.6em; 
}
.generic-product-grid tr.last td { 
	border-bottom:0; 
}
.generic-product-grid td.last {
	 border-right:0; 
}
.generic-product-grid .product-image { 
	text-align:center; 
}
.generic-product-grid td.empty-product { 
	border-right:0; 
	background:#f5f6f6; 
}

/*
------------------------------------------------------------
GRID TYPE CATALOG LISTING
------------------------------------------------------------
*/


.listing-type-grid { 
	background:none;
}
.listing-type-grid .grid-row { 
	border-bottom:0px solid #d9dde3; 
}
.listing-type-grid li.item { 
	float:left; 
	width:196px;
	margin-left:10px; 
	margin-bottom:10px;
	/*line-height:1.6em; */
	overflow:hidden; 
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}

.listing-type-grid li.item:first-child {
	margin-left:0px!important;
}
.listing-type-grid .last { 
	border-bottom:0; 
}
.listing-type-grid .product-image {
	text-align:center; 
	border:3px solid #362C35;
	background:#fff;
}
.listing-type-grid .rating-box {
	float:left; 
	margin-left:0; 
	margin-right:5px; 
}
.listing-type-grid .actions {
	margin:10px 0; 
	text-align:center; 
}

.listing-type-grid .price-box
{
	padding:10px 0px 15px 0px!important;
}

/* Rewrites for different layouts */

.col-1-layout .listing-type-grid {
	background-image:url(../images/bkg_products-grid1.gif); 
}
.col-1-layout .listing-type-grid li.item {
	width:280px; 
}
.col-2-left-layout .listing-type-grid,
.col-2-right-layout .listing-type-grid { 
	background-image:url(../images/bkg_products-grid2.gif); 
}
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item {
	width:208px; 
}

/*
------------------------------------------------------------
PAGER
------------------------------------------------------------
*/

table.pager select,
table.view-by select { 
	margin:0 3px; 
	font-size:.95em; 
}
table.pager select { 
	width:50px; 
}
table.view-by td.sort-by { 
	text-align:right; 
	padding-right:44px; 
}
table.view-by select { 
	width:85px; 
}
table.pager, table.view-by {
    width:100%;
    background:none;
    font-size:1.2em;
}
table.pager td {
    width:32%;
    border-top:0px solid #eee;
	border-bottom:0px solid #eee;
    padding:5px 5px 5px 5px;
    vertical-align:middle;
	background:#EDE4DE;
    }
table.pager td.pages { 
	padding:0px; 
	margin-bottom:10px;
	white-space:nowrap; 
	text-align:center; 
	}
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { 
	padding:0 2px; 
	}
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }

.pager {
	margin:0px 0px 10px 0px;
}

/********************** Catalog Listing */
.catalog-listing { 
	line-height:1.35em; 
}
.catalog-listing h5 { 
	margin-bottom:.4em; 
	font-size:1.05em; 
}
.catalog-listing h5 a, .catalog-listing h5 a:hover { 
	color:#203548; 
	text-decoration:underline; 
}
.catalog-listing .add-to { 
	color:#555; 
	line-height:auto; 
	font-size:.95em; 
	font-weight:bold; 
}
.catalog-listing .add-to a, .catalog-listing .add-to a:hover { 
	text-decoration:underline; 
}
.catalog-listing .ratings { 
	margin-bottom:.6em; 
}

.catalog-listing .ratings {
	line-height:1.5; 
}
.catalog-listing .ratings .rating-box { 
	float:none; 
	margin-bottom:3px; 
}
.catalog-listing .ratings .pipe { 
	display:none; 
	}
.catalog-listing .ratings a {
	display:block; 
}

/*
------------------------------------------------------------
CATEGORY IMAGE + DESCRIPTION
------------------------------------------------------------
*/

.uber-cat-blurb
{
	margin-bottom:10px;
}

#uber-category-image
{

	border:0px solid #E1D3C8;
	margin:0px 0px 0px 0px;
	padding:0px;
	height:185px;
	overflow:hidden;
}

#uber-category-image img
{
	border:0px solid white;
	padding:0px;
}

.uber-cat-panel
{
	width:608px;
	background:red;
}

#category-description
{
	font-size:15px;
	font-family:georgia;
	font-style:italic;
	font-weight:nornal;
	padding:20px;
	width:568px;
	background:url(../images/cat-panel-bg.png);
	color:white;
	
}

#category-description a
{
	color:yellow;
	text-decoration:underline;
}

#category-description a:hover
{
	text-decoration:none;
}
