/************************************
 Category Style 1
 Layout for category page
 09/13/2006
 ************************************/
 
 /************************************
 Categories
 ************************************/

.categories,
.products {
    margin: 0;
    width: auto;
    position: relative;
    margin: 0; padding: 0; /* remove default values */
	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; */
    padding: 0;
}

.categories dl,
.products dl {
    margin: 4px;
}

.rowstart {
    clear: left;
}

.product-row,
.category-row {
	margin-bottom: 10px;
}

.content-category {
    position: relative;
    margin: 0;
}

.content-category .largeimage { display:none; }
.content-category .smallimage img {
    float: left;
    border: none;
}

.content-category-header,
.description {
    margin-left: 0px;
}

.description {
    font: normal .95em Helvetica, Arial, sans-serif;
}

.content-category-header h4 {
    margin: 0;
    padding: 0;
}

/************************************
 Products
 ************************************/

.content-product {
    border: 1px solid #000;
    padding: 4px;
	margin:3px;
}

.content-product .largeimage { display:none; }
.content-product .smallimage img {
    float: left;
}

.content-product .shortdescription {
    display: block;
    margin-left: 80px;
}
.content-product .options {
	display: block;
	float:right;
}

.content-product-header {
    margin: -4px -4px 10px;
    padding: 3px;
	overflow: hidden;
	word-wrap: break-word;
}

.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 {
    list-style-type: none;
    padding: 0; margin: 0;
}

.content-product .options .list,
.content-product .options .adj
{ display: none; }

.content-product .options li,
.content-product .prices li {
	white-space: nowrap;
}

.strike {
	text-decoration:line-through;
}

/*******************************
 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 */