.leightbox, .leightboxlink   {
	background-color:#FFFFFF;
	border:2px solid #B8B8B8;
	color:#0A263C;
	display:none;
	font:9px Arial,sans-serif;
	left:25%;
	margin:0;
	overflow:auto;
	padding:0;
	position:absolute;
	text-align:left;
	top:25%;
	width:450px;
	min-height:200px;
	z-index:10011;
}
#overlay, #overlaylink {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	filter: alpha(opacity=80);
        background-color: rgba(0,0,0,0.75);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
.lightboxlink[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlaylink[id]{ /* IE6 and below Can't See This */    position:fixed;    }
td.attributes-col .item-options dt {
    font-style: italic;
    font-weight: normal;
}

.block-quote .block-title strong {
	background-image: url("../../../default/default/images/i_block-list.gif");
	background-position: 0pt 1px;
}


#lightbox2{
    background: white;
    width:500px;
    min-height:200px;
    padding:20px;
    margin: 10% auto;
    border: 3px solid #ababab;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

#lightboxload{
    background: url("../images/ajax-loader.gif");
    width:16px;
    height: 16px;
    margin: 100px auto;
   
    
}

.cms-index-index .products-grid li.item {
	padding: 12px 10px 100px;
}

/*
* Disable the following CSS rules
* when having trouble with
* grid and list view.
*/

#products-list button.btn-cart {
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
    width: 120px;
    float: right;
}

.products-grid button.btn-cart {
    margin: 5px 0 0 0;
    padding: 0 5px 0 0;
    width: 100%; 
}

.products-grid li.item {
    padding-bottom: 100px;
}

.products-grid .actions{
    width: 30%;    
}
