@charset "UTF-8";
/* CSS Document */

div.product {
 	float: left;
    width: 175px;
	padding-bottom: 15px;
    margin-right: 10px;
	}
div.product div.description {
	text-align: center;
	margin: 0 0 15px;
    position: relative;
	font-family:Arial, Helvetica, sans-serif;
	}
div.product  div.description h2 {
	font-size: 16px;
	color:#000;
	font-weight:400;
	padding-top:0;
	}
div.product  div.description h2 span{
	display: block;
	clear: both;
	font-size: 12px;
	color:#999;
	font-weight:100;
	margin-top: 5px;
	padding: 0 0 5px 0;
	}
    
div.product img.photo 
    {
	   display: block;
       margin: 3px 0 5px;
	   border: 1px solid #ddd;
       width: 170px;
       height: 170px;
	}
    
div.btns {
clear: both;
    display: block;
    max-width: 100%; }
a.cart-btn {
  border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
    background: none repeat scroll 0 0 #F16C32;
    border: medium none;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding: 6px 10px;
    text-transform: lowercase;
	font-family:Arial, Helvetica, sans-serif;
}
a.cart-btn:hover {
    background: none repeat scroll 0 0 #B94411;
	text-decoration: none;
	}
	
a.cart-btngreen {
  border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
    background: none repeat scroll 0 0 #669933;
    border: medium none;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 6px 10px;
    text-transform: lowercase;
	font-family:Arial, Helvetica, sans-serif;
}
a.cart-btngreen:hover{
    background: none repeat scroll 0 0 #73A740;
	text-decoration: none;
	}








table.shop-table {
    margin: 0 0 25px;
    width: 100%;
	
}
table.shop-table th, table.shop-table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1em;
    margin: 0;
    padding: 10px 15px 10px 0;
    text-align: left;
}
table.shop-table thead th {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.8em;
    padding-bottom: 5px;
    text-transform: uppercase;
}


table.shop-table {
    margin: 0 0 25px;
    width: 100%;
}
table.shop-table th, table.shop-table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1em;
    margin: 0;
    padding: 10px 15px 10px 0;
    text-align: left;
}
table.shop-table thead th {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.8em;
    padding-bottom: 5px;
    text-transform: uppercase;
}
table.shop-table input[type="text"] {
    border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    font-family: Helvetica,Arial,sans-serif;
    padding: 5px;
}
td.item-qty input {
    width: 30px;
}

#cart-shipping {
    margin: 0 0 5px;
}