/*******************
 *
 * JDEC browse Styles
 * 
 * Colours:
 * 
 *    
 *******************/

.product_collection_browse_table {

}

.product_collection_browse_table .product_collection {
    width: 175px;
    max-width: 175px;
    padding: 0 10px 15px 10px;
    text-align: left;
    table-layout:fixed
}

.product_collection_browse_table .first {
    padding-left: 10px;
}

.product_collection_browse_table .last {
    padding-right: 10px;


}

.product_collection_browse_table .product_collection table {
    width: 175px;
    max-width: 175px;
    margin: 0px auto;
    table-layout:fixed;
}

.product_collection_browse_table .product_collection .image td {
    height: 233px;
    width: 175px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    
}

.product_collection_browse_table .product_collection .image a {
    display: block;
}


#main_content .product_collection_browse_table .product_collection .title {
    padding: 3px 0;
    vertical-align: top;
    width: 175px;
    max-width: 175px;
}


#main_content .product_collection_browse_table .product_collection .title h4 {
    color: #000;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.1em;
    margin-bottom: 4px;
    text-decoration: none;
    border-bottom-width: 0;
    display: inline;
    width: 175px;   
}

#main_content .product_collection_browse_table .product_collection .title h4 a{
    color: #000;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.1em;
    margin-bottom: 4px;
    text-decoration: none;
    border-bottom-width: 0;
    display: inline;
    width: 175px;
}

#main_content .product_collection_browse_table .product_collection .title .name {
    width: 175px;
    max-width: 175px;
}

.product_collection_browse_table .product_collection .info {
    padding-bottom: 8px;
    vertical-align: top;
}

.product_collection_browse_table .product_collection .title a,
.product_collection_browse_table .product_collection .info a {
    text-decoration: none;
}


.product_collection_browse_table .product_collection .info a {
    color: #3e3e3e;
}

.product_collection_browse_table .product_collection .info a:hover {
    color: #fe0000;
}

.product_collection_browse_table .product_collection .info .retail_price {
    color: #000;
    font-size: 11px;
    display: block;
    line-height: 1.4em;
/*    text-decoration: line-through;  */
}

.product_collection_browse_table .product_collection .info .price {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.product_collection_browse_table .product_collection .info .sale_price {
    color: #fe0000;
    font-size: 14px;
    font-weight: bold;
    display: block;
}


.browse_title_banner {
	padding: 20px 0;
}

.browse_title_banner_empty {
    background-image: url(../../../images/banners/browse/banner-blank.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 800px;
    height: 100px;
}

.browse_title_banner_empty .text {
	color:#000000;
	font-size:17px;
	font-weight:normal;
	letter-spacing:1pt;
	line-height:1.1em;
	margin-bottom:0.4em;
	padding:0.5em 0;
	text-transform:uppercase;
}

