/************************************
 Category Style 1
 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;
    float: left;
    width: 50%;
    margin: 0; padding: 0; /* remove default values */
    /* margin-bottom: 10px; */
}

.rowstart {
    clear: left;
}

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

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

.content-category .largeimage { display:none; }
.content-category .smallimage { display: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 #000;
    padding: 4px;
	margin: 4px;
}

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

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

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

.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 {
	float: right;
}


.content-product .options ul {
    list-style-type: none;
    padding: 0; margin: 0;
    /* width: 33%; */
    float: right;
    clear: right;
}

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