@charset "utf-8";
/* CSS Document */
/* this stylesheet is the last one loaded - so the styles in this document can overwrite styles from preceeding stylesheets */

.photoShadow {
	box-shadow: 3px 3px 10px #aaa;
	-moz-box-shadow: 3px 3px 10px #aaa;
	-khtml-box-shadow: 3px 3px 10px #aaa;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
}
.photoFrameSimple {
	background-color: #fff;
	padding: 10px;
	margin: 0px;
	margin-left: 40px;
	margin-right: 60px;
	margin-bottom: 0px;
	border: 1px solid #999;
}
.photoFrameSidebox {
	background-color: #FAFAD2;
	padding: 10px;
	margin: 0px 4px 2px 10px;
	border: 1px solid #FFDA78;
	font-family: Arial, Helvetica, sans-serif;
}
#p7LSM_box.p7LSM01 #p7LSM_desc a.plainb {
	color: #000;
}
#p7LSM_box.p7LSM01 #p7LSM_desc a:hover {
	color : White;
	background-color : Green;
}
/* ~~ used for reading for book covers ~~ */
.shadowOnlySubtlePlusMargin {
	margin: 10px 20px 15px 10px;
	border: 1px solid #999;
	box-shadow: 3px 3px 10px #aaa;
	-moz-box-shadow: 3px 3px 10px #aaaa77;
	-khtml-box-shadow: 3px 3px 10px #aaa;
}

/* ~~ structural styles to replace old table styles ~~ */

.pageBodyWrapperA, .pageBodyWrapperB {
	width: 94%;
	margin: auto;
	text-align: center;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #ffffcc;
	border-left : 5px solid #FF6600;
	border-right : 1px solid #FF6600;
}
.pageBodyWrapperA {
	border-top : 1px solid #FF6600;
}
.pageBodyWrapperB {
	border-top : 0;
}

.wrapFoot {
	width: 94%;
	text-align: center;
	margin: 0 3% 0 3%; 
	padding: 0;
}
#wrapLegal {
	text-align:left;
}
.wrapSiteNames {
	text-align:left;
	float: left;
	margin-right: 50px;
}
#artemis {
	float: right;
	display: inline;
	width: 100px;
	text-align: center;
}
#artemisLogo {
	background-image: url(assets/artemis.png);
	background-position: 0px;
	height: 58px;
	width: 66px;
	margin-top: 10px;
}
#artemisLogo:hover {
	background-position: 66px;
}
#artemis a.logolink:hover {
	background-color: transparent;
}
/* lists */

.lstDblSpc li {
	padding-bottom: 12px;
}

/* for scalable product images - or just proporational boxes */
.wrapContainerRight30, .wrapContainerRight20 {
	float: right;
	width: 30%;
	margin: 0 1em;
}
.wrapContainerRight20 {
	width: 20%;
}
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.wrapContainerRight30 a img:hover {
	background-color: #006600;
}
.wrapContainerRight30 a img {
	padding: 5px;
	border: 1px solid #000;
}
.wrapContainerLeft30 {
	width: 30%;
	float: left;
	text-align: left;
}
.wrapContainerLeft65 {
	width: 65%;
	float: left;
	text-align: left;
}
.wrapContainerLeft50 {
	width: 45%;
	float: left;
}