/* 1) Main Settings */

/*#Layout h2 {
	font-size: 2em;
	color: #4EA3D7;
	margin: 15px 0;
	font-weight: normal;
}*/


h2 {
	color: #4EA3D7;
	margin: 0 0 18px 0;
	font-weight: 300;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-align: center;
	font-size: 1em;
}

	#Layout h2 a {
		color: #3E91C4;
		text-decoration: none;
	}
	#Layout a:hover {
		text-decoration: underline;
	}

#ProductGroup {
	float: left;
	margin: 0;
	width: 425px;
	margin-bottom:100px;
}

.ecommerce .sidebarBox p, .ecommerce .sidebarBox span {
	font-size: 1em;
}

/* 2) Product Categories Settings */

.categoryTitle {
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #a1d4f3;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 2em;
	color: #4EA3D7;
}
	.categoryTitle img {
		position: absolute;
		right: 0;
		bottom: 10px;
		border: none;
	}

.category {
	overflow-x: hidden;
}

ul#ProductList {
	list-style: none;
	float: left;
	width: 100%;
	margin:0px;
	padding:0px;
}

/* 3) Product Settings */

li.productItem {
	float: left;
	width: 425px;
/*	height: 330px;
*/	overflow: hidden;
	margin: 10px 10px 0 0;
	font-family: "Franklin Gothic Medium", Verdana, Arial, Helvetica;
	padding: 0px;
	background: #fff;
	border-bottom: 1px solid #333;

}
li.productItem a.moreInfo{
	display:block;
	width:250px;
	padding-top:10px;
	}
	li.productItem a {
        
		color: #78A33B ;
		background: none;
		text-decoration: none;
	}
	li.productItem a img {
		background: none;
		color: #333;
		text-decoration: none;
		border: none;
	}
		li.productItem a:hover {
			text-decoration: underline;
		}
		
	li.productItem p {
		font-size: 13px;
	font-size:normal;
	}
	li.productItem .productTitle {
	
	left:0px;
	width: 425px;
	height:60px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Franklin Gothic Medium", Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight:normal;
	color: #333;
	}
		li.productItem .productTitle a {
	font-family: "Franklin Gothic Medium", Verdana, Arial, Helvetica;
	font-weight:normal;

	text-decoration:none;
		}

	li.productItem .price_display{
		font-weight: normal;
		
		line-height: 13px;;
	}

	li.productItem .productActions {
		text-align: left;
		margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	}
		li.productItem .productActions li {
			list-style: none;
		}
			li.productItem .productActions li a {
				color: #333;
			}
.quantityBox {
	font-size: 0.85em;
}
.quantityBox a img {
	position: relative;
	top: 3px;
}

/* 4) jQuery Navigation Bar Styling */

.navigationBar {
	text-align: center;
	margin: 10px 0;
	font-size: 12px;
}

.navigationBar a,
.navigationBar .current {
	background: #fff none repeat scroll 0% 50%;
	border: 1px solid #dddddd;
	padding: 2px 6px;
	text-decoration: none;
	margin:0 1px;
}

.navigationBar .current {
	color: #e31212;
	font-weight: bold;
	border: none;
}

.navigationBar span.prev,
.navigationBar span.next {
	color: #999;
}

#Layout .navigationBar a:hover,
.navigationBar a:hover {
	background: #efecec none repeat scroll 0%;
	text-decoration: none;
}

/* 5) Results Bar Styling */

.resultsBar {
	height: 21px;
	background-color: #c9e5f7;
	padding: 2px;
}
	#Layout .resultsBar p,
	.resultsBar p {
		margin: 0;
		padding: 2px 0;
		font-weight: bold;
	}

	#Layout .resultsBar select.productsDropdown,
	.resultsBar select.productsDropdown {
		float: left;
		width: 10%;
	}
	#Layout .resultsBar p.productsDropdown,
	.resultsBar p.productsDropdown {
		float: left;
		width: 25%;
		text-align: left;
		margin-left: 5px;
	}
	#Layout .resultsBar p.resultsShowing,
	.resultsBar p.resultsShowing {
		float: right;
		width: 50%;
		text-align: right;
		padding-right: 6px;
		color: #4EA3D7;
		font-family: 'Lucida Grande', Verdana, Arial, 'sans-serif';
		font-weight: normal;
		font-size: 0.85em;
	}