/* 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;
}