#shopcontent {
	width: 885px;
}

#shopcontent .shopbackground {

}

#shopcontent * {
	margin: 0px;
	padding: 1px;
}
#shopcontent .errortxt {
	color: #cc0000;
	font-weight: bold;
}

#shopcontent .loginbox {
	background-color: #8DACEB; /* light blue */
	padding: 5px;
}

#shopcontent .fontbold {
	font-weight: bold;
}

#shopcontent hr {
	border: 1px solid #EB1C24; /* dark red */
}

#shopcontent .shopbutton {
	background-color: #EB1C24; /* dark red */
	color: white;
	border-width: 0px; 
	padding: 2px 6px;
	cursor: pointer;

}

#shopcontent .catlist_back {
	background-color: #1B4496;
}

#shopcontent .catlist_item {
	color: white;
}

#shopcontent .tableheader {
	color: black;
	font-weight: bold;
	font-size: 13px;
}

#shopcontent .line-item {
}

#shopcontent .order-total {
	color: black;
	font-weight: bold;
	font-size: 13px;
}

#shop-menu a {
	margin: 4px 18px;
	float: right;
}

table#shopcontent table table table td {
	padding: 5px;
}
.loginbox table table td {
	padding: 0px !important;
}

