/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

.container {
	margin-bottom: 40px;
	margin-top: 40px;
}

.product-list {
	background: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:2px 2px 2px #b6b6b6;
	-webkit-box-shadow:2px 2px 2px #b6b6b6;
	box-shadow:2px 2px 2px #b6b6b6;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=2, direction=135, color='#b6b6b6');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=2, Direction=135, Color='#b6b6b6')";
}

.product-list ul.products {
	margin-left: 50px;
	margin-top: 30px;
}

.product-list ul.products li {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 187px;
	height: 247px;
	position: relative;
}

.product {
	width: 187px;
	height: 247px;
	border: 1px solid #e2e2e2;
	position: absolute;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: #fff;
	top: 0px;
	left: 0px;
	 -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product h3 {
	font-size: 16px;
	line-height: 21px;
	color: #4e4e4f;
	font-weight: normal;
	margin: 15px 15px 0px;
}

.product h3 a {
	color: #4e4e4f;
	text-decoration: underline;
}

.product img {
	display: block;
	margin: 5px auto;
}

.product .add-container {
	background: url('../images/bg_add.png') repeat-x top left;
	height: 44px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

.product .add-container a.add {
	display: block;
	color: #fff;
	font-size: 16px;
	background: url('../images/add.png') no-repeat 20px 15px;
	padding-left: 50px;
	height: 44px;
	line-height: 44px;
}

span.sale {
	display: block;
	position: absolute;
	top: 70px;
	right: -1px;
	color: #d84802;
	background: url('../images/sale.png') no-repeat top left;
	text-indent: -9999px;
	width: 56px;
	height: 22px;
}

span.new {
	display: block;
	position: absolute;
	top: 70px;
	right: -1px;
	color: #0292d8;
	background: url('../images/new.png') no-repeat top left;
	text-indent: -9999px;
	width: 56px;
	height: 22px;
}

span.price {
	display: block;
	position: absolute;
	bottom: 50px;
	right: 8px;
	color: #d84802;
	width: 60px;
	height: 22px;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}

span.discount {
	display: block;
	position: absolute;
	bottom: 70px;
	right: 8px;
	color: #58585e;
	width: 60px;
	height: 22px;
	font-size: 14px;
	text-align: right;
	text-decoration: line-through;
}

p.stock {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 10px;
	color: #27272b;
	font-size: 12px;
	opacity:0;
	filter:alpha(opacity=0);
	filter: "alpha(opacity=0)";
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p.stock span {
	font-size: 14px;
	color: #61af09;
}


/** hover state **/

.product:hover {
	width: 229px;
	height: 304px;
	top: -36px;
	left: -28px;
	z-index: 10;
	border: 8px solid #e2e2e2;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	background: url('../images/bg_product.jpg') top left no-repeat #e5eef7;
}

.product img {
	width: 76%;
}

.product:hover h3 a {
	font-size: 18px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product:hover p.stock {
	opacity:1;
	filter:alpha(opacity=100);
	filter: "alpha(opacity=100)";
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product .add-container a:hover {
	background: url('../images/add-hover.png') no-repeat 20px 15px;
}

/** PAGINATION **/
.pagination {
	margin: 20px auto;
	width: 630px;
	border-top: 1px solid #e2e2e2;
	padding-top: 10px;
}

.pagination p {
	float: left;
	color: #818181;
	font-size: 14px;
		line-height: 20px;
}

.pagination p span {
	color: #353434;
}

.pagination ul {
	float: right;
}

.pagination ul li {
	float: left;
	margin-left: 10px;
	color: #9a9a9a;
	font-size: 14px;
	border-bottom: 1px solid #9a9999;
	line-height: 20px;
}

.pagination ul li.more, .pagination ul li.current {
	border-bottom: none;
}

.pagination ul li a {
	color: #353434;
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	line-height: 20px;
}
.pagination ul li:hover {
	border: none;
}
.pagination ul li:hover a {
	color: #353434;
	font-weight: bold;
	background: #dce7f4;
}

ul.features {
	margin-top: 30px;
	margin-left: 20px;
	list-style: circle;
}

ul.features li span {
	font-family:Consolas,'Lucida Console','DejaVu Sans Mono',monospace;
	background: #fff;
}