/************************************
 Category Style 6 - "Wild Cowboy Edition"
 Layout for category page
 06/06/2007
 ************************************/
 
 /************************************
 Categories
 ************************************/
 
.categories,
.products {
    margin: 0;
    width: 100%;
    position: relative;
    margin: 0; padding: 0; /* remove default values */
	padding: 3px 0;
	font-weight: normal; /* reset in case that some container has set bold */
}

.categories .category {
    list-style-type: none;
    float: left;
    width: 50%;
    margin: 0; padding: 0; /* remove default values */
    margin-bottom: 10px;
    padding: 0;
}

.products .product {
    list-style-type: none;
    float: left;
    width: 33%;
    margin: 0; padding: 0; /* remove default values */
    /* margin-bottom: 10px; */
    padding: 0;
}

.categories dl,
.products dl {
    margin: 4px;
}

.rowstart {
    clear: left;
}

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

.content-category {
    position: relative;
    margin: 4px;
}

.content-category .largeimage { display:none; }
.content-category .smallimage img {
    float: left;
    border: none;
}

.content-category-header,
.description {
    margin-left: 80px;
}

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

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


/************************************
 Products
 ************************************/
 
ol.products li {
    list-style-type: none;
    float: left;
    width: 133px;
    margin: 0; padding: 0; /* remove default values */
    margin-bottom: 10px;
    padding: 1%;
    text-align: center;
}

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

.content-product .largeimage { display:none; }
.content-product .smallimage img {
    border: none;
}

.content-product dd {
    display: block;
    margin: 0;
}

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

.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;
    padding: 0;
    width: auto;
}

.content-product .options {
	float: right;
}

.content-product .options ul {
    padding: 0; margin: 0;
    margin-top: 10px;
}

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

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

/*******************************
 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 */

