/* 1) Main Settings */
div#storemain {
	width:500px;
	float:right;
	text-align:left;
	margin:20px 20px 20px 0px;
	}
div#storemain h1 {
				color:#CC0000;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:36px;
				font-weight:bold;
				}
	div#storemain p {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:16px;
				color:#666633;
				margin-bottom:10px;
				}	

div#productgroup {
	width:500px;
	float:left;
	text-align:left;
	margin:48px 20px 20px 154px;
}

			div#productgroup h2 {
				color:#003366;
				font-size:22px;
				font-weight:bold;
				}
			div#productgroup h3 {
				color:#003399;
				font-size:14px;
				font-weight:normal;
				}
			div#productgroup p {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:16px;
				color:#666633;
				margin-bottom:10px;
				}			

/* 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 {
	color: #666;
	list-style: none;
	float: left;
	width: 100%;
}

/* 3) Product Settings */

li.productItem {
	float: left;
	width: 130px;
	height:260px;
	overflow: hidden;
	margin: 10px 10px 0 0;
	font-size: 1.1em;
	padding-top:6px;
	padding-left:6px;
	padding-right:16px;
	background:#FFFFCC;
	border: 1px solid #FFCC00;
}

	li.productItem a {
		color: #999;
		text-decoration: none;
	}
		li.productItem a:hover {
			text-decoration: underline;
		}
	
	li.productItem .productTitle {
		font-size: 1.2em;
		margin-top: 0.75em;
		margin-bottom: 0.75em;
	}
		li.productItem .productTitle a {
			color:#CC0000;
		}
	
	li.productItem .price_display{
		display:block;
		font-weight: bold;
		color: #cc0000;
		line-height: 1.5em;
		padding-bottom:10px;
	}
	
	li.productItem .quantityBox {
		width:140px;
	}
	
	li.productItem .productActions {
		text-align:left;
		margin-top: 10px;
	}
		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;
	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: left;
		width: 50%;
		text-align: left;
	}