/************************************
 Category Style 3
 Layout for category page
 09/13/2006
 ************************************/

.categories,
.products {
    width: 100%;
    position: relative;
    padding: 3px 0;
	font-weight: normal; /* reset in case that some container has set bold */
}

.categories .category,
.products .product {
    list-style-type: none;
    margin: 0; padding: 0; /* remove default values */
    /* margin-bottom: 10px; */
    padding: 0;
}

.categories .category {
    float: left;
    width: 50%;
}

.categories .category {
    text-align: center;
}

dl.content-category,
dl.content-category dt,
dl.content-category dd  {
	text-align: center;
}

.content-category .description, 
.content-product .description {
	text-align:center;
}

.rowstart {
    clear: left;
}

.product-row,
.category-row {
	margin-bottom: 10px;
}

.content-category {
    position: relative;
    margin: 0;
}

.content-category .largeimage img {
    max-width: 175px;
    border: none;
}



.content-product-header,
.description {

}

.description {
    font: normal .95em Helvetica, Arial, sans-serif;
}

.content-product-header h4 {
    margin: 0;
    padding: 0;
}

/************************************
 Products
 ************************************/

.content-product {
    border: 1px solid #900;
    padding: 4px;
}

.content-product .smallimage { display:none; }
.search-results .content-product .smallimage { display:inline; }

.content-product .largeimage img {
    float: left;
    max-width: 175px;
    border: none;
}

.content-product .shortdescription, .content-product .options {
    display: block;
    margin-left: 165px;
}

.content-product .content-product-header {
    margin: -4px -4px 10px;
    padding: 3px;
	overflow: hidden;
	word-wrap: break-word;
}

.content-product .content-product-header a {
    text-decoration: none;
}

.content-product dd ul li { /** reset values set in ol li // this is because IE does not support the > selector. Grr. **/
    float: none;
    margin: 0;
    width: auto;
}

.content-product .options ul,
.content-product .options ul {
    list-style-type: none;
    padding: 0; margin: 0;
    margin-top: 10px;
}


.content-product .options li,
.content-product .prices li {
	white-space: nowrap;
}

.content-product .options .list,
.content-product .options .adj
{ display: none; }

.content-product .options ul li {
    font: bold 0.8em verdana, tahoma, arial, sans-serif;
    text-align: right;
}

.content-product .prices {
	text-align: right;
	clear: left;
}

/*******************************
 util
 *******************************/

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

