/* order catalog page */

.catalog_table {
	width: 840px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 14px;
	background-color: white;
	border: 1px solid #ececec;
	padding: 20px;
	color: #406495;
}

.blue-contentbox {
	width: 840px;
	height: 49px;
	padding-top: 11px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 14px;
	border: 1px solid blue;
	background-image: url('../../images/newsite/bluebg.gif');
	color: white;	
	font-weight: bold;
}

.blue-contentbox a {
	text-decoration: none;
	color: #c46619;
}

.blue-contentbox a:hover {
	text-decoration: none;
	color: #79a1c5;
}

/* shopping cart */

.addrembtn {
	background-color: transparent;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #c46619;
	font-family: arial, helvetica, sans-serif;
}

.addrembtn:hover {
	color: #79a1c5;
}

.cataloglist {
	width: 680px;
	border: 1px solid #ececec;
	background-color: white;
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 14px;
	float: left;
	min-height: 365px;
	padding: 10px;
	color: #406495;
	line-height: 1.3em;
	margin-bottom: 40px;
}

.cataloglist ul {
	margin-top: 10px;
}

.cataloglist li {
	margin-bottom: 5px;
}

.cataloglist li a, .cataloglist li a:link, .cataloglist li a:visited {
	color: #406495;
	font-weight: bold;
}

.cataloglist li a:hover {
	background-color: #ececec;
	color: #c46619;
}

.catalogfilters {
	border: 1px solid #ececec;
	background-color: white;
	width: 200px; 
	position: relative;
	float: left;
	top: 14px;
	padding: 10px;
	min-height: 365px;
	left: 27px;
	text-align: left;
	color: #213562;
}

.item_block {
	width: 640px;
	margin-left: 20px;
	min-height: 90px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
}

.buynowbtn {
	float: right; 
	color: silver; 
	font-weight: bold; 
	text-align: center; 
	margin: 5px; 
	cursor: pointer;
	width: 44px;
	height: 44px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	outline: none;
}

.buynowbtn:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.buynowsubmit {
	background-image: url(http://powerchurch.com/images/cart/atc-blue.png); 
	height: 44px; 
	width: 44px; 
	border: 0px; 
	background-color: transparent; 
	color: transparent; outline: none;
}

.prodimg {
	float: left;
	text-align: center;
	width: 100px;
	height: 100px;
}

.group_head {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 17px;
	color: #79a1c5;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #79a1c5;
	background-color: #fafafa;
}

.checkout_warning {
	color: red;
}

.checkout_warning a, .checkout_warning a:active, .checkout_warning a:link, .checkout_warning a:visited {
	color: #79a1c5;
	font-weight: bold;
	text-decoration: none;
}

.checkout_warning a:hover {
	color: #406495;
}
