/*************************************/
/********** FISSION CATALOG **********/
/*************************************/

.catalog-list { border-collapse:collapse; }

/*Primary Graphic (can add a -XXX to the end to define each individual positon, where XXX is the order num) */
div.catalog-product-pg {  }
div.catalog-product-pg img { border:1px solid #333333; }
div.catalog-product-pg img:hover { border:1px solid #333333; }

/*Individual Gallery Graphic(can add a -XXX to the end to define each individual positon, where XXX is the order num) */
div.catalog-product-gg { float:left; padding:4px; }

/*Group Gallery Graphic(can add a -XXX to the end to define each individual positon, where XXX is the order num) */
div.catalog-product-gg-gallery { padding:4px 4px 4px 0; }
div.catalog-product-gg-gallery img { border:1px solid #333333; }
div.catalog-product-gg-gallery img:hover { border:1px solid #333333; }




/********* CATEGORY PRODUCT LIST **********/
#catalog-product-list ul.items li {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

#catalog-product-list .paging_block {
    width: 100%;
}

#catalog-product-list .paging_block .previous {
    text-align: left;
}

#catalog-product-list .paging_block .next {
    text-align: right;
}

#catalog-product-list .paging_block .jump_to_page {
    text-align: center;
}

#catalog-product-list .paging_block .jump_to_page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#catalog-product-list .paging_block .jump_to_page ul li {
    margin: 0 2px;
    display: inline;
}


.catalog-product-list-item { background:url(/templates/custom/merrittwinery/images/cart-item-bg.jpg) bottom left repeat-x; width:600px; padding:15px 0; }
.catalog-list tr.alternate-1 td.catalog-list-item-details,
.catalog-list tr.alternate-2 td.catalog-list-item-details { border-bottom:1px solid #ccc; }
td.catalog-list-item-details { width:340px; padding-right:20px; }
td.catalog-price-listing { text-align:center; color:#ABABAB; font-family:trebuchet ms; font-style:italic;}
.catalog-product-list-item table { width:100% }
.catalog-list tr.alternate-1 td.catalog-list-item-graphic,
.catalog-list tr.alternate-2 td.catalog-list-item-graphic { border-bottom:1px solid #ccc; padding:16px 0;}
.catalog-list-item-details a h3 { text-decoration:none; font-size:18px; margin-top:0; }
.catalog-list-item-details p { color:#ABABAB; }
.catalog-list-item-graphic { text-align:center; width:85px; padding-right:15px; padding-left:15px; }
.catalog-actions { }
.catalog-list-item-price { clear:both; font-size:18px; font-weight: bold; font-style:normal; font-family:arial, sans-serif;text-align:center; color:#e34d65; }
.catalog-stock-alert { clear:both; }
.out-of-stock { }
.on-backorder { }

div.catalog-actions { margin-top:25px }

div.catalog-actions input#submit_btn {
    width:135px;
    height:30px;
    background:url(/templates/custom/merrittwinery/images/add-to-cart.jpg) no-repeat;
    font-size:0;
    border:0;
    cursor:pointer;
    margin-right:10px;
}

div.catalog-actions input#add_to_cart_btn {
    width:135px;
    height:30px;
    background:url(/templates/custom/merrittwinery/images/add-to-cart.jpg) no-repeat;
    font-size:0;
    border:0;
    cursor:pointer;
    margin-right:10px;
}

span.product-details-link {
    font-style:italic;
    font-size:14px;
    font-family:trebuchet ms;
}

.catalog-category-listing {
    font-size:15px;
    font-weight:bold;
    padding:0 0 10px 30px;
    background:transparent url(/templates/front/images/folder.gif) no-repeat;
}


.small-graphic {
    padding-top:20px;
    margin:auto;
    text-align:center;
}

/********* CATEGORY PRODUCT DETAILS **********/
.catalog-product-details {  }
.catalog-item-graphic { padding-right:25px; width:150px; }
.catalog-item-price { color:#009; font-weight:bold; font-size:18px; }
.catalog-item-details { }
.catalog-item-attributes {  }

.catalog-product-details .catalog-stock-alert {  }
.catalog-product-details .out-of-stock,
.catalog-product-details .on-backorder { color:#f00; font-size:14px; font-weight:bold; }

.catalog-item-attributes { }

.catalog-item-ask-question { border-top:1px solid #ccc; margin-top:24px; }

/* Product Search */
div.product-search {
    width:600px;
    height:91px;
    background:url(/templates/custom/merrittwinery/images/search-bg.jpg) no-repeat;
    position:relative;
}

div.search-features {
    bottom: 0;
    height: 43px;
    position: absolute;
    right: 10px;
    width: 250px;
}

div.product-search a.clear-search {
    font-size: x-small;
}

div.product-search a.clear-search:hover {
    color: #000099;
}

div.product-search input.text-off,
div.product-search input.text-on {
    width: 235px;
    height:24px;
    position:absolute;
    top:43px;
    left:35px;
    border:0;
}

div.product-search input.submit-off, 
div.product-search input.submit-on, 
div.product-search input.submit-over {
    width:28px;
    height:26px;
    background:none;
    border:none;
    position:absolute;
    top:43px;
    left:277px;
    font-size:0;
}

div.product-search .form-caption-1 {
    display:none;
}

div.product-search .form-element-1 a {
    position:absolute;
    bottom:3px;
    left:35px;
}

.catalog-item-details .catalog-list-item-price {
    text-align:left;
    font-size:36px;
    font-style:italic;
    padding:10px 0;
}