/* 
	eKeeper ez eCommerce stylesheet
	Version 1.0
*/

/*
	The ez container - all eKeeper code should be nested inside an ez div
*/
#ez {
	padding: 0px;
	text-align: center;
}
#ez a:link, #ez a:visited {
	color: #6A6700;
	text-decoration: none;
}
#ez a:hover {
	text-decoration: underline;
}

/*
	Breadcrumbs
*/
#ez #breadcrumbs {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	color: #6A6700;
	margin-bottom: 8px;
}
#ez #breadcrumbs a:link, #ez #breadcrumbs a:visited {
	color: #6A6700;
	text-decoration: none;
}
#ez #breadcrumbs a:hover {
	text-decoration: underline;
}

/*
	The ez layout table
*/
#ez .ez_table{
	margin: 0px auto 8px auto;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
}




#ez h1 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #FBFFCB;
	font-weight: bold;
	background: #6A6700;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	margin: 0px 4px 4px 0px;
}


/*
	Category View
*/
#ez #category {
	width: 500px;
}

#ez #category .item {
	width: 150px;
	margin-right: 4px;
	margin-bottom: 4px;
}
#ez #category .item th {
	text-align: center;
	vertical-align: middle;
	background: #FBFFCB;
	height: 154px;
	width: 154px;
	padding: 0px;
}
#ez #category .item th img {
	border: 1px solid #6A6700;
	height: 150px;
	width: 150px;
}
#ez #category .item td {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	height: 30px;
}
#ez #category a {
	color: #333333;
	text-decoration: none;
}
#ez #category a:hover {
	text-decoration: underline;
}
#ez #category h1 {
	background: #FBFFCB;
	color: #333333;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

/*
	Products List
*/
#ez #products {
	width: 100%;
}
#ez #products h1 {
	background: #6A6700;
	color: #FBFFCB;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #6A6700;
	padding-bottom: 0px;
	margin-top: 10px;
}
#ez #products .item {
	width: 100%;
	height: 124px;
	vertical-align: top;
	margin-right: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #6A6700;
}
#ez #products .item td {
	padding: 2px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: top;
}
#ez #products .item th {
	width: 124px;
	height: 124px;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}
#ez #products .item .title {
	font-size: 12px;
	font-weight:bold;
	height: 18px;
}
#ez #products .item .price {
	font-size:12px;
	text-align:right;
	font-weight:bold;
	height: 18px;
	vertical-align: bottom;
}
#ez #products a:link, #ez #products a:visited {
	color: #6A6700;
	text-decoration: none;
}
#ez #products a:hover {
	text-decoration: underline;
}
#ez #products .more_detail {
	margin-top: 4px;
	font-size:9px;
}

/*
	Paging Navbar
*/
#ez .paging {
	font: 12px Arial, Helvetica, sans-serif;
	color: #6A6700;
	margin-right: 4px;
	margin-bottom: 4px;
}
#ez .paging td {
	width: 33%;
	padding: 2px;
}
#ez .paging a {
	color: #6A6700;
	text-decoration: none;
}
#ez .paging a:hover {
	text-decoration: underline;
}

/*
	Product Detail
*/
#ez #product {
	width: 100%;
}
#ez #product td {
	padding: 4px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
#ez #product #product_image {
	width: 325px;
	margin: 0px 4px 0px 8px;
	float: right;
}
#ez #product #product_image th {
	text-align: center;
	vertical-align: middle;
	height: 325px;
}
#ez #product #product_image td {
	padding: 4px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
#ez #product #product_image td div {
	border: 1px solid #6A6700;
	padding: 4px;
}
#ez #product p {
	margin-bottom: 2px;
}
#ez #product h1 {
	background: #FBFFCB;
	color: #6A6700;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/*
	Cart
*/
#ez #cart {
	width: 500px;
}
#ez #cart {
	border: 1px solid #6A6700;
	border-bottom: none;
}
#ez #cart h1 {
	margin: 0px;
}
#ez #cart td {
	padding: 4px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: top;
	border-bottom: 1px solid #E0E0E0;
}
#ez #cart th {
	padding: 4px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	vertical-align: bottom;
	border-bottom: 1px solid #6A6700;
}
#ez #cart a {
	color: #6A6700;
	text-decoration: none;
}
#ez #cart a:hover {
	text-decoration: underline;
}

/*
	Warning / Error Messages
*/
#ez #warning th {
	background-color:#cc0000;
	color:#FBFFCB;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px;
	border-top: 1px solid #cc0000;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
}
#ez #warning td {
	border: 1px solid #cc0000;
	color: #333333;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 4px 4px 30px 4px;
}

/*
	Forms & Fields
*/
#ez form {
	padding: 0px;
	margin: 0px;
}
#ez .dropdown {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #6A6700;
}
#ez label {
	width: 70px;
	display: block;
	text-align: right;
	margin-right: 4px;
	float:left;
}
#ez .textfield {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #6A6700; 
}
#ez .quantity {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #6A6700;
	width: 40px;
}
#ez .button {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FBFFCB;
	border: none;
	background: #6A6700;
	padding: 2px 0px 2px 0px;
}
#ez .required {
	color: #CC0000;
}


/*
	Checkout
*/
#ez #checkout {
	width: 500px;
}
#ez #checkout {
	border: 1px solid #6A6700;
	color: #333333;
}
#ez #checkout th h1 {
	margin: 0px;
}
#ez #checkout td {
	padding: 4px;
	vertical-align: top;
}
#ez #checkout #shipping_options {
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
}
