
/* Stylesheet for CSS buttons : Default */
/* Template : fluorspar */
/* Generated by Zenofobe Visual Stylesheet on:- 30/09/19 at:- 09:26:14 */
 
.buttonRow a {  text-decoration: none;}

/* Submit buttons */
.button, input.button, input.cssButtonHover {
border-radius:5px;
display:inline-block;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
font-weight:normal;
margin:10px;
padding:6px 8px;
text-decoration:none;
box-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
input.submit_button {
background-color: rgb(70,70,70); 
border-style:solid;
border-width:1px;
border-color:transparent;
font-size:16px;
font-weight:normal;
display: inline-block; 
margin:10px;
padding:6px 8px;
color:rgb(255,255,255); 
}

/* Submit hover buttons */
input.submit_button:hover, input.cssButtonHover {
background-color:rgb(233,233,233); 
color:rgb(0,0,0); 
border-style:solid;
border-width:1px;
border-color:rgb(166,166,166);
cursor: pointer;
box-shadow:none;
}

/* Link buttons */
.normal_button {
border-radius:5px;
display:inline-block;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
font-weight:normal;
margin:10px;
padding:6px 8px;
text-decoration:none;
box-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
span.normal_button {
background-color: rgb(129,129,129); 
border-style:solid;
border-width:1px;
border-color:transparent;
font-size:16px;
font-weight:normal;
display: inline-block; 
margin:10px;
padding:6px 8px;
color:rgb(255,255,255); 
}

/* Link hover buttons */
span.normal_button:hover {
background-color:rgb(232,232,232); 
color:rgb(0,0,0); 
border-style:solid;
border-width:1px;
border-color:rgb(166,166,166);
cursor: pointer;
box-shadow:none;
}

/* Add to cart button */
input.submit_button.button_in_cart {
background:rgb(75,75,75); 
border-style:solid;
border-width: 1px;
border-color:transparent;
border-radius:10px;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
font-weight:bold;
color:rgb(255,255,255); 
padding:10px;
box-shadow:2px 2px 2px 2px rgba(0,0,0,0.5);
}

/* Add to cart hover button */
input.cssButtonHover.button_in_cartHover {
background:rgb(219,219,219); 
border-style:solid;
border-width: 1px;
border-color:rgb(158,158,158);
border-radius:10px;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
font-weight:bold;
color:rgb(0,0,0); 
padding:10px;
}

/* Search button */
input.submit_button.button_search {
background: rgb(60,157,255); 
background: linear-gradient(rgb(60,157,255),rgb(0,83,166));
border:none;
font-weight:bold;
color:rgb(255,255,255); 
margin:0px;
}

/* Search hover button */
input.cssButtonHover.button_searchHover {
background:rgb(255,255,255); 
background: linear-gradient(rgb(255,255,255),rgb(0,128,255));
border:none;
font-weight:bold;
color:rgb(0,0,0); 
margin:0px;
}

/* Sold out button */
span.normal_button.button_sold_out, span.normal_button.button_sold_out_sm { 
background:rgb(255,0,0); 
background: linear-gradient(rgb(255,0,0),rgb(255,166,166));
border:none;
font-weight:normal;
color:rgb(255,255,255); 
}

/* Sold out hover button */
span.normal_button.button_sold_outHover,span.normal_button.button_sold_out_smHover { 
background:rgb(255,166,166); 
background: linear-gradient(rgb(255,166,166),rgb(255,0,0));
border:none;
font-weight:normal;
color:rgb(255,255,255); 
}

/* Buy Now button */
span.normal_button.BUTTON_IMAGE_BUY_NOW {
background:rgb(70,70,70); 
border-style:solid;
border-width:1px;
border-color:transparent;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
font-weight:normal;
color:rgb(255,255,255); 
padding:10px 5px 10px 40px;
background-image: url(../images/data/cart_white_3.png);
}

/* Buy Now button hover */
span.normal_button.BUTTON_IMAGE_BUY_NOWHover {
background:rgb(245,245,245); 
border-style:solid;
border-width:1px;
border-color:rgb(181,181,181);
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
font-weight:normal;
color:rgb(0,0,0); 
padding:10px 5px 10px 40px;
background-image: url(../images/data/cart_black_3.png);
}

span.normal_button.BUTTON_IMAGE_BUY_NOW {background-repeat:no-repeat}


