
/*************************************/
/********** 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 {  }
div.catalog-product-pg img:hover {  }

/*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 { float:left; padding:4px; }
div.catalog-product-gg-gallery img { border:1px solid #333333; }
div.catalog-product-gg-gallery img:hover { border:1px solid #333333; }


div.new-address-block {
    margin: 4px 0;
    padding: 4px;
	border:0px;
}

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

#add_to_cart {
	float:left;
	clear:both;
	
}

#catalog-product-list ul.items li {
    float: left;
    margin-left: 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 { }
.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; }
.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:underline; margin-top:0; }

.catalog-list-item-graphic {
    background-image: url("/templates/custom/supermarket/images/product-bg.png");
    background-repeat: no-repeat;
    height: 199px;
    padding-left: 16px;
    padding-right: 24px;
    padding-top: 14px;
    text-align: center;
    width: 113px;
}

.catalog-list-item-graphic h3 {
    color: #950526;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 3px;
    padding-top: 0;
    text-decoration: underline;
    text-transform: uppercase;
}

.catalog-list-item-details {
	width:517px;	
}

.catalog-actions { }
.catalog-list-item-price {
    clear: both;
    color: #A61D39;
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding-left: 15px;
    text-align: left;
}

.catalog-stock-alert { clear:both; }
.out-of-stock {
    color: #9EB53F;
    float: right;
    font-size: 24px;
    font-weight: bold;
    margin-top: -8px;
    padding-top: 17px;
    text-align: right;
    text-shadow: 1px 1px 1px #000000;
}
.on-backorder { }

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



/********* CATEGORY PRODUCT DETAILS **********/
.catalog-product-details {  }
.catalog-item-graphic { padding-right:12px; height:200px;width:150px; }

.catalog-item-graphic img{
		border:solid 1px;
	
	
}


.catalog-item-price { color:#009; font-weight:bold; font-size:18px; }
.catalog-item-details {
    width: 405px;
}
.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 {
    padding: 18px;
}

.catalog-item-ask-question {
    margin-top: 24px;
}

/* Product Search */
div.product-search {
	background-image: url("/templates/custom/supermarket/images/searchbg.png");
	width:658px;
	height:70px;
    margin-bottom: 10px;
}

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

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

.product-search .form-caption-1 {
    color: #9EB53F;
    font-size: 24px;
    padding-left: 30px;
    padding-top: 13px;
    text-align: left;
    width: 84px;
}

.product-search td.form-element-1 {
    float: left;
    padding: 15px 2px 4px;
    width: 170px;
}

div.product-search input.text-off, div.product-search input.text-on {
    background-color: transparent;
    border: 0 none;
    color: #9EB53F;
    font-size: 20px;
	font-weight:bold;
    height: 24px;
    padding-top: 4px;
    width: 157px;
}

.product-search input[type="submit"] {
    background-color: transparent;
    background-image: url("/templates/custom/supermarket/images/go.png");
    border: 0 none;
    height: 46px;
    margin-top: -8px;
    overflow: hidden;
    text-indent: 1000px;
    width: 71px;
}