/* 1) Main Settings */

#Layout h2 {
	font-size: 2em; 
	color: #4EA3D7; 
	margin: 15px 0;
	font-weight: normal;
	font-family: Tahoma, Verdana, sans-serif;
}

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

#ProductGroup {
	padding:0x;
	width: 100%;
	margin: 0;
	text-align:left;
}

#introContent{
	float: left;
	width: 60%;
	padding: 10px; 
	margin: 5px 0 0 5px;
	text-align:left;
}


/* 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;
	width: 100%;
	clear:both;
}

ul.productList {
	color: #666;
	list-style: none;
	width: 100%;
	float:left;
	background: #f4f8f9;
	padding-top:10px;
}

/* 3) Product Settings */

li.productItem {
	margin: 0 5px;
	font-size: 1em;
	height:330px;
	min-height:290px;
	width: 150px;
	padding:5px 10px;
	float:left;
}

	li.productItem a {
		color: #FF9900;
		text-decoration: none;
		font-weight:bold;
	}
		li.productItem a:hover {
			text-decoration: underline;
		}
	
	li.productItem p {
		color:#253674;
		font-size: 1em;
		padding:0;
	}

	li.productItem .Image{
		float: left;
		margin:0;
	}
		li.productItem img{
		margin:0 5px 0 0;
		}
	
	li.productItem .Details{
		margin:0;
		width:215px;
		float:right;
	}

	li.productItem .BuyDetails{
		margin:0;
		width:100%;
		clear:both;
	}

	li.productItem .VariationDetails{
		margin:0;
		height:90px;
		clear:both;
	}

	.buyItem {float:left; width:170px; margin:0}
	.buyItemDetails {float:left; width:200px; margin:0}

	
	li.productItem .productTitle {
		font-size: 1.1em;
		padding:5px 0;
	}
		li.productItem .productTitle a {
			color: #65499E;
		}
	
	li.productItem .price_display{
		font-weight: bold;
		color: #65499E;
		line-height: 1.2em;
		font-size:0.95em;
	}
	
	li.productItem .productActions {
		text-align: right;
		margin-top: 5px;
	}
		li.productItem .productActions li {
			list-style: none;
		}
			li.productItem .productActions li a {
				color: #999;
			}

			
/* 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: #65499E;
	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: 75%;
		text-align: right;
		padding:0 5px;
	}