@import url(reset.css);

body {
	margin: 0px;
	padding: 0px;
	background-color: #dde3e8;
	font-family: Georgia, serif;
	font-size: 0.8em;
	line-height: 1.5;
	color: #5c6f7c;
}
td.body_edit {
	margin: 0px;
	padding: 0px;
	background-color: #dde3e8;
	font-family: Georgia, serif;
	font-size: 0.8em;
	line-height: 1.5;
	color: #5c6f7c;
}
div#opaque {
	position: fixed;
	top: 0;
        left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/themes/wgmuse940/opaque.png);
	background-repeat: repeat;
	background-position: top left;
	z-index: -10;
}
div#searching {
	width: 300px;
	height: 100px;
	margin: 300px auto auto auto;
	padding: 20px;
	background-color: white;
	border: 2px solid black;
}
div#searching span {
	display: block;
	font-size: 150%;
	color: #23595e;
}
div#searching img {
	margin: 30px 0px 0px 135px;
}
div#normal {
	position: fixed;
	top: 0;
        left: 0;
	width: 100%;
	height: 100%;
	background-color: #e6e6e6;
	z-index: -9;
}
a {
	color: rgb(7, 7, 10);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.advanced_search {
	display: block;
	clear: both;
	float: left;
	font-size: 80%;
	padding-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
u {
	text-decoration: underline;
}
ul.sitemap1 {
	margin: 10px 0px 10px 60px;
	font-weight: bold;
}
ul.sitemap2 {
	margin: 4px 0px 8px 20px;
	font-weight: normal;
}

blockquote {
	margin: 10px 0px 10px 30px;
}
p {
	padding: 0px 30px 10px 30px;
}
p img {
	padding: 10px 15px 10px 15px;
}
div.page_text {
	clear: both;
	padding: 0px 30px 10px 30px;

}
div.page_text img {
	padding: 10px 15px 10px 15px;

}

object {
	padding: 0px 30px 10px 30px;

}
h2 {
	padding: 0px 30px 10px 30px;
	font-weight: bold;
	font-size: 140%;
}
h3 {
	padding: 0px 30px 0px 30px;
	font-weight: bold;
	font-size: 130%;
}
h4 {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	font-weight: bold;
	font-size: 120%;
}

table.maintable {
	width: 1000px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 16px solid rgb(7, 7, 10);  
}
div.sitetitle {
	width: 500px;
	float: left;
	margin-top: 10px;
}
.sitetitle img {
	margin: 0px 0px 20px 40px;
}
div.oration {
	width: 400px;
	float: left;
	margin: 10px 0px 10px 50px;
	padding: 8px;
/*	border: 1px solid rgb(215, 220, 216);
	background-image: url(/themes/wgmuse940/gradient_light.jpg);
	background-position: top left;
	background-repeat: repeat-x;
*/
}
div.oration_head {
	display: none;
}
div.oration_attrib {
	font-weight: bold;
	text-align: right;
	margin: 6px 6px 6px 0px;
}
div.menu {
	clear: both;
	padding: 4px;
	margin: 0px 12px 10px 12px;
	border-top: 1px solid black;
}
#menu {
	list-style: none;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	position: relative;
	z-index: 55;
}
#menu li {
	float: left;
	position: relative;
}
li.menu_item  a {
	width: 133px;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: white;
	text-decoration: none;
	background-color: #5c6f7c;
}
li.menu_item  a:hover {
	background-color: #a2b0ba;
	text-decoration: none;
}
li.menu_item_current {
	display: block;
	float: left;
	position: relative;
	width: 133px;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: white;
	text-decoration: none;
	background-color: #a2b0ba;
}
#menu a {
	display: block;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: white;
	text-decoration: none;
	background-color: #5c6f7c;
}
#menu a:hover {
	background-color: #a2b0ba;
	text-decoration: none;
}

/*--- Dropdown menus ---*/
#menu ul {
	background: #ffffff;
	background: rgba(255,255,255,0);
	list-style: none;
	position: absolute;
	margin-top: 31px;
	left: -9999px;
}
#menu ul li {
	padding-top: 1px;
	float: none;
}
#menu ul a {
	white-space:nowrap;
	text-align: left;
	width: 100%;
	min-width: 139px;
	padding-left: 7px;
}
#menu li:hover ul { 
	left: 0;
}
li.menu_item_current:hover ul {
	left: 0;
	top: 0px;
}
#menu li:hover a { 
	background: #a2b0ba;
}
#menu li:hover ul a { 
	text-decoration:none;
	background-color: #5c6f7c;
}
#menu li:hover ul li a:hover{ 
	background: #a2b0ba;
}
div.container {
	border-bottom: 1px solid black;
	margin: 0px 12px 10px 12px;

}
div.title_searchbox {
	width: 500px;
	float: left;
	margin: 10px 20px 10px 30px;
	padding: 6px;
	border: 1px solid rgb(215, 220, 216);
	background-image: url(/themes/wgmuse940/gradient_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
span.search_title {
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding: 4px 0px 6px 4px;
}
div.title_searchbox input {
	display: block;
	clear: both;
	float: left;
	margin-bottom: 6px;
	margin-left: 4px;
	color: #5c6f7c;
}

span.searchbutton {
	display: block;
	float: left;
	width: 100px;
	margin-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: rgb(7, 7, 10);
	color: rgb(230, 233, 240);
	font-size: 110%;
	text-align: center;
}

div.subscribe {
	width: 340px;
	float: right;
	margin: 10px 30px 10px 10px;
	padding: 6px 6px 22px 6px;
	border: 1px solid rgb(215, 220, 216);
	background-image: url(/themes/wgmuse940/gradient_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
div.subscribe input {
	display: block;
	clear: both;
	float: left;
	margin-bottom: 6px;
	margin-left: 4px;
	color: #5c6f7c;
}
span.subscribebutton {
	display: block;
	float: left;
	width: 100px;
	margin-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: rgb(7, 7, 10);
	color: rgb(230, 233, 240);
	text-align: center;
}
.subscribe input[type="submit"] {
	clear: none;
	display: block;
	width: 100px;
	margin-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: rgb(7, 7, 10);
	color: rgb(230, 233, 240);
	text-align: center;
	border: none;
}
td.mainbox {
	vertical-align: top;
}
td.dynamics {
	width: 200px;
	vertical-align: top;
}
div.dynamics {
	background-image: url(/themes/wgmuse940/gradient_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
div.social {
	padding-top: 10px;
	margin-bottom: 6px;
	text-align: center;
}
img.soclogo {
	padding-left: 8px;
	padding-right: 8px;
}
span.dyn_head {
	display: block;
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 4px;

}
div.show_basket {
	margin-top: 15px;
}
span.basket_head {
	display: block;
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 4px;
}
div.show_basket a {
	display: block;
	padding-left: 10px;
	padding-bottom: 4px;
}

div.quicklinks {
	margin-top: 15px;
}
span.quicklink_head {
	display: block;
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 4px;
}
a.quicklink {
	display: block;
	padding-left: 10px;
	padding-bottom: 4px;
}
div.blog {
	background-image: url(/themes/wgmuse940/gradient_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 20px 0px 10px 0px;
	padding: 10px;
	width: 160px;
}
span.bloghead {
	display: block;
	font-weight: bold;
	color: rgb(7, 7, 10);
	margin-bottom: 14px;
}
span.blogtitle {
	display: block;
	font-weight: bold;
	margin: 0px 8px 10px 8px;
}
div.blogitem {
	margin: 0px 8px 0px 8px;
	padding-bottom: 6px;
}
a.blogmore {
	display: block;
	clear: both;
	text-align: right;
	font-style: normal;
	margin: 0px 8px 15px 8px;
	border-bottom: 1px dotted #5c6f7c;
}

div.hp_dynamics {
	width: 200px;
	float: left;
}
div.hp_main {
	width: 580px;
	float: left;
}
div.stop_press {
	background-image: url(/themes/wgmuse940/gradient_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px 10px 10px 10px;
	padding: 10px;
}
div.stop_press_head {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 14px;
}
div.stop_press_item {
	color: rgb(7, 7, 10);
	margin: 0px 8px 10px 8px;
}
div.stop_press_extract {
	margin: 0px 8px 20px 8px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #5c6f7c;
}
div.stop_press_extract a {
	display: block;
}
div.featured_audio {
	background-image: url(/themes/wgmuse940/gradient_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 20px 10px 10px 10px;
	padding: 10px;
}
div.featured_audio_head {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 14px;
}
div.featured_audio_item {
	color: rgb(7, 7, 10);
	margin: 0px 8px 10px 8px;
}
a.featured_audio_link {
	display: block;
	text-align: center;
	width: 54px;
	padding: 6px 8px 6px 8px;
	margin: 10px 8px 10px 8px;
	background-color: rgb(7, 7, 10);
	color: rgb(230, 233, 240);
	text-decoration: none;
}
a.featured_audio_link:hover {
	text-decoration: none;
}
div.featured_review {
	background-image: url(/themes/wgmuse940/gradient_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 20px 10px 10px 10px;
	padding: 10px;
}
div.featured_review_head {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 14px;
}
div.featured_review_item {
	color: rgb(7, 7, 10);
	margin: 0px 8px 10px 8px;
}
div.featured_review_extract {
	margin: 0px 8px 10px 8px;
	padding-bottom: 6px;
}
div.featured_review_extract a {
	display: block;
	font-style: normal;
}
div.featured_interview {
	background-image: url(/themes/wgmuse940/gradient_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 20px 10px 10px 10px;
	padding: 10px;
}
div.featured_interview_head {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 14px;
}
div.featured_interview_item {
	color: rgb(7, 7, 10);
	margin: 0px 8px 10px 8px;
}
div.featured_interview_extract {
	margin: 0px 8px 10px 8px;
	padding-bottom: 6px;
}
div.featured_interview_extract a {
	display: block;
	font-style: normal;
}

div.feat_prods {
	margin-left: 16px;
}
img.feature {
	border: 1px solid gray;
}
a.featurepiclink {

}
a.featuretitlelink {

}
span.featuretitle, span.featureauthor, span.featureeditor, span.featuretranslator {
	display: block;
	font-size: 80%;
}

div.hp_ptext {
	padding: 8px 16px 16px 16px;
}
div.anniv {
	padding: 8px 16px 8px 16px;
	text-align: center;
}

div.twocol {
	position: relative;
}
img.web_banner {
	display: block;
	width: 550;
	margin: 0px auto;
}
.twocol a {
	border: none;
}
table.twocol {
	border-collapse: separate;
	border-spacing: 26px;
}
table.twocol td {
	width: 50%;
	border: 1px solid rgb(7, 7, 10);
	vertical-align: top;
}
div.feat_info {
}
div.featinfo_item {
	clear: both;
}
div.featured_info_head {
	background-color: rgb(7, 7, 10);
	color: rgb(230, 233, 240);
	padding: 8px 8px 8px 14px;
	font-weight: bold;
}
span.featinfo_title {
	display: block;
	color: rgb(7, 7, 10);
	font-size: 120%;
	margin: 10px 10px 10px 10px;
}
div.featinfo_text {
	margin: 10px 10px 10px 10px;
}

img.featureinfo {
	border: none;
	float: right;
	margin: 10px 10px 10px 10px;
}
div.featured_owner {
}
div.featured_owner_head {
	background-color: rgb(7, 7, 10);
	color: rgb(230, 233, 240);
	padding: 8px 8px 8px 14px;
	font-weight: bold;
}
div.featured_owner_name {
	color: rgb(7, 7, 10);
	margin: 10px 10px 10px 10px;
	font-size: 140%;
}
div.featured_owner_text {
	margin: 10px 10px 10px 10px;
}
img.featured_owner_img {
	float: right;
	margin: 10px 10px 10px 10px;
}
a.featured_owner_more {
	display: block;
	font-style: normal;
}
div.dyndoc1{
	float: left;
	width: 508px;
	margin: 0px 17px 16px 26px;
	padding: 10px;
	background-image: url(/themes/wgmuse940/gradient_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;

}
div.dynfeature1_head {
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 10px;

}
p.dyndoc_title {
	font-weight: bold;
	font-size: 120%;
	margin-left: 20px;
}
p.dyndoc_author {
	margin-left: 20px;

}
div.doc_text {
	margin: 10px 0px 14px 20px;
}
span.doc_date {
	display: block;
	padding: 10px 0px 14px 20px;
	font-weight: bold;
}

span.doc_book {
	display: block;
	float: right;
	clear: both;
	padding-right: 30px;
}
span.doc_author {
	display: block;
	float: right;
	clear: both;
	padding-right: 30px;
}

td.bottom {
	border-top: 1px solid black;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
div.buttonbox {
	float: left;
	margin-left: 200px;
}
div.buttonbox img {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
div.gwg {
	float: left;
	margin-left: 20px;
}
div.arts {
	float: left;
	margin-left: 20px;
}
div.arts img {
	display: block;
	float: left;
}
div.arts div {
	float: left;
	margin-left: 10px;
	width: 220px;
	text-align: left;
}
td.footerbox {
	padding: 15px 0px 20px 0px;
	background-color: black;
	border: 1px solid black;
	color: white;
	text-align: center;
}
div#legal {
	margin: 0px 0px 8px 0px;
}
#legal a {
	color: white;
	padding: 3px 8px 3px 12px;
	border-left: 1px solid white;
}
#legal a:hover {
	text-shadow: 0.5px 0 white;
	text-decoration: none;
}
#legal a:first-child {
	border-left: none;
}
a.footermenuhref {
	color: white;
}
a.footermenuhref:hover {
	text-shadow: -0.5px 0 white, 0.5px 0 white;
	text-decoration: none;
}

div#footermenu {
	margin: 8px 0px 15px 0px;
}
#footermenu span {
	padding: 3px 8px 3px 12px;
	border-left: 1px solid white;
}
#footermenu span:first-child {
	border-left: none;
}
div#copy {
	color: #dde3e8;
}
div.index_page {
	padding: 0px 30px 20px 30px;
}
div.catalogue_ptext {
	margin: 8px 20px 10px 20px;
}
div.browse {
	margin: 8px 20px 4px 20px;
	clear: both;
	padding-top: 5px;
}
div.browse span {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding: 5px 10px 5px 0px;
	font-weight: bold;
}
div.browse form {
	float: left;
}
a.browse_new, a.browse_special {
	display: block;
	text-align: center;
	width: 200px;
	padding: 6px 8px 6px 8px;
	margin: 0px 0px 0px 210px;
	background-color: rgb(7, 7, 10);
	color: white;
	text-decoration: none;
}
a.browse_new:hover, a.browse_special:hover {
	text-decoration: none;
}

div.catalogue_search p {
	clear: both;
	margin: 8px 10px 20px 20px;
	padding-top: 10px;
}
div.catalogue_search span {
	display: block;
	clear: both;
	float: left;
	width: 200px;
	text-align: right;
	padding: 5px 10px 5px 0px;
	font-weight: bold;
}
div.catalogue_search input {
	display: block;
	float: left;
}
input.search {
	display: block;
	clear: both;
	margin: 5px 0px 5px 210px;
	padding: 3px 8px 3px 8px;
}

table.product_head {
	padding: 0px 30px 10px 50px;

}
table.product_listing {
	padding: 0px 30px 10px 30px;

}
table.product_listing td {
	vertical-align: top;
	border-bottom: 1px dotted rgb(215, 220, 216);
	padding: 7px 8px 7px 8px;
}
td.product_list_title {
	width: 300px;
}
td.product_list_authors {
	width: 160px;
}
span.product_list_isbn {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 90%;
}
span.product_list_format {
	display: block;

}
p.product_navlinks {
	padding: 0px 30px 10px 50px;
	font-family: Arial, sans-serif;
}
p.product_navlinks span {
	border: 1px solid rgb(215, 220, 216);
	padding: 3px 2px 3px 4px;
}
a.product_navlink, a.product_navlink_previous, a.product_navlink_next {
	text-decoration: none;
	border: 1px solid white;
	padding: 3px 2px 3px 4px;
}
a.product_navlink:hover, a.product_navlink_previous:hover, a.product_navlink_next:hover {
	border: 1px solid rgb(7, 7, 10);
}

span.tab_authorname {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}
div.tab_authortext {
	margin-bottom: 20px;
}
div.tab_review_extract {
	margin-bottom: 20px;
}
span.tab_audio_link {
	display: block;
	padding-bottom: 10px;
}
div.tab_gallery_image {
	text-align: center;
}
div.tab_gallery_image img {
	border: 1px solid #777777;
}

div.tab_gallery_caption {
	text-align: center;
	margin-bottom: 20px;
}
span.award_heading {
	display: block;
	font-weight: bold;
	padding-bottom: 8px;
}
span.award {
	display: block;
}
span.quote_heading {
	display: block;
	font-weight: bold;
	padding-bottom: 8px;
}
span.quote {
	display: block;
	padding-bottom: 12px;
}
div.portfolio_cover {
	width: 250px;
	float: left;
	margin: 20px 10px 30px 30px;
	padding-left: 10px;
	overflow: hidden;
}
div.portfolio_cover img {
	border: 1px solid rgb(215, 220, 216);
}
div.portfolio_prices {
    clear: both;
	margin: 6px 20px 30px 30px;
	padding-left: 10px;
}
div.portfolio_info {
	width: 300px;
	float: left;
	margin: 20px 20px 30px 30px;
	padding: 15px;
	border: 1px solid rgb(215, 220, 216);
	background-image: url(/themes/wgmuse940/gradient_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
    position: relative;
}
div.format_list {
	box-sizing: border-box;
    position: relative;
}
div.format {
    clear: both;
    width: 100%;
	box-sizing: border-box;
    position: relative;
}
div.format_left {
    float: left;
    width: 68%;
   	box-sizing: border-box;
    padding-left: 10px;
}
div.format_right {
    float: right;
    width: 30%;
   	box-sizing: border-box;
    text-align: right;
}
div.giveaway {
    clear: both;
    width: 652px;
	margin: 0px 20px 10px 40px;
	padding: 5px;
	border: 1px solid rgb(215, 220, 216);
    text-align: center;
}
div.m_giveaway {
	box-sizing: border-box;
    clear: both;
    width: 710px;
	margin: 0px auto 10px auto;
	padding: 5px;
	border: 1px solid rgb(105, 110, 106);
    text-align: center;
}
div.mi_giveaway {
	box-sizing: border-box;
    clear: both;
    width: 710px;
	margin: 0px auto 10px auto;
	padding: 5px;
	color: #dde3e8;
	background-color: #5c6f7c;
    text-align: center;
    font-weight: bold;
}
.mi_giveaway a {
   	color: #dde3e8;
}
.mi_giveaway a:hover {
   	color: #dde3e8;
}
.mi_giveaway a:visited {
   	color: #dde3e8;
}


a.ee_link {
	display: block;
    clear: both;
	text-align: center;
	padding: 10px 5px;
	margin-top: 6px;
	background-color: rgb(7, 7, 10);
	color: white;
	border: 1px solid white;
	border-radius: 4px;
	text-decoration: none;
}
p.euwarn {
    clear: both;
	text-align: center;
	padding: 10px 5px;
	margin: 6px 24px;
	background-color: rgb(7, 7, 10);
	color: white;
	border: 1px solid white;
	border-radius: 4px;
}
div.portfolio_tabs {
	clear: both;
	margin: 20px 20px 30px 40px;
}
div.portfolio_resources {
	clear: both;
	margin: 20px 20px 30px 30px;

}
div.portfolio_assoc {
	clear: both;
	margin: 20px 20px 30px 30px;

}
span.rrp {
}
span.price {
	font-weight: bold;
}
span.status {
	display: block;
	font-weight: bold;
	padding-top: 10px;
}
span.new_release {
	display: block;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
span.format {
	font-weight: bold;
}
span.pages {
	font-weight: bold;
}
span.dimensions {
	font-weight: bold;
}
span.assochead {
	font-weight: bold;
	display: block;
	padding-bottom: 14px;
}
div.assoctitles {
	margin-left: 50px;
}
div.assoctitle {
	clear: both;
	width: 380px;
	padding: 10px 0px 10px 20px;
	border-bottom: 1px dotted rgb(215, 220, 216);
}
img.associmage {
	display: block;
	float: left;
	padding-bottom: 5px;
}
div.assoctext {
	float: left;
	margin-left: 14px;
}
span.assoctitle {
	display: block;
	font-size: 90%;
}
span.assocowner {
	display: block;
	font-size: 90%;
}
div.product_discount {
    width: 100px;
    float: right;
    color: rgb(200, 0, 0);
    font-weight: bold;
    margin: 10px 10px 10px 10px;
    font-size: 125%;
    text-align: center;
    border: 1px solid rgb(200, 0, 0);
    border-radius: 6px;
}
div.product_discount_small {
    width: 100px;
    float: right;
    color: rgb(200, 0, 0);
    font-weight: bold;
    margin: 10px 10px 10px 10px;
    font-size: 100%;
    text-align: center;
    border: 1px solid rgb(200, 0, 0);
    border-radius: 6px;
}
p.newsintro {
	margin: 8px 16px 16px 28px;

}
div.rssindextable {
	margin: 8px 16px 16px 40px;

}
div.rssfeed {
	margin-top: 20px;
}
div.rssfeed a {
	font-weight: bold;
	font-size: 120%;
	padding-right: 10px;
}
div.rssfeed img {
	padding-left: 10px;
}

div.rssfeed p {
	margin: 10px 0px 0px 10px;
}

span.index_title {
	display: block;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 150%;
	padding-left: 20px;
}
div.index_main {
	padding: 4px;
	margin: 8px 16px 16px 36px;
}
div.alpha_list {
	padding: 4px;
}
span.alpha_head {
	display: block;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}


span.alpha_letter_current {
	background-color: #a2b0ba;
	color: white;
	padding: 2px 5px;
	font-weight: bold;

}
span.alpha_letter {
	background-color: white;
	color: #918a8a;
	padding: 2px 5px;
	font-weight: bold;
}
a.alpha_letter {
	text-decoration: none;
	color: white;
	padding: 2px 5px;
	font-weight: bold;
}
a.alpha_letter:link {
	background-color: #5c6f7c;

}
a.alpha_letter:visited {
	background-color: #5c6f7c;

}
a.alpha_letter:hover {
	background-color: #a2b0ba;

}
div.owner_list {
	width: 600px;
	background-color: white;
	border: 0px;
	padding: 0px;
	margin: 0px 0px 10px 20px;
}
div.owner_list_entry {
	position: relative;
	clear: both;
	padding: 5px 5px 25px 5px;
	margin: 6px 0px 6px 0px;
	border: 1px solid rgb(215, 220, 216);
}
span.owner_list_name {
	display: block;
	float: left;
	width: 350px;
	padding: 2px 5px 7px 5px;
	font-weight: bold;

}
span.owner_list_details {
	display: block;
	float: right;
	padding: 2px 5px 7px 5px;
}
span.owner_list_products {
	display: block;
	float: left;
	padding: 2px 5px 7px 5px;
}
div.owner_left {
	width: 200px;
	margin: 0px 10px 0px 20px;
	float: left;
}
div.owner_image {
	padding: 10px 10px 20px 30px;
	overflow: hidden;
}
div.owner_image img {
	padding-bottom: 20px;
}
div.owner_books {
	margin-top: 40px;

}
span.owner_books_title {
	display: block;
	clear: both;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
a.ownerproduct_link {
	display: block;
	padding: 0px 0px 5px 8px;
}
div.owner_right {
	float: left;
	margin: 0px 10px 0px 20px;
	width: 450px;
}
div.owner_tabs {
	margin: 0px 20px 30px 20px;

}
div.owner_resources {
	margin: 0px 0px 15px 30px; 
	padding: 10px;

}
span.resourceshead {
	display: block;
	clear: both;
	font-weight: bold;
	padding: 10px 0px 10px 0px;

}
span.resourcestitle {
	display: block;
	padding: 0px 0px 5px 8px;
}

div.ownersite_link {
	margin: 0px 0px 15px 30px; 
	padding: 10px;
	width: 300px;
}
div.ownersite_link a {
	display: block;
}

p.newsphead, p.newspdate {
	font-weight: bold;
}
span#newsprev {
	display: block;
	float: left;
	padding-left: 30px;
	padding-bottom: 30px;
}
span#newsnext {
	display: block;
	float: right;
	padding-right: 30px;
	padding-bottom: 30px;

}
span.prev_doc {
	display: block;
	float: left;
	padding-left: 30px;
	padding-bottom: 10px;

}
span.next_doc {
	display: block;
	float: right;
	padding-right: 30px;
	padding-bottom: 10px;

}

div.docs {
	margin-left: 25px;
}
div.docs img {
	padding-top: 8px;
}
div.docs_group {

}
span.docs_group_title {
	display: block;

}
span.docs_link {
	display: block;
}
a.docs_link {
	padding-left: 8px;
	padding-bottom: 8px;
}

table.cart_display {
	margin: 10px 10px 14px 26px;

}
td.cart_head {
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}
td.cart_body {
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
}
td.cart_total {
	vertical-align: top;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;

}
div.cart_change {
	margin: 10px 10px 0px 40px;

}
em.basket_bd {
	font-style: normal;
	font-weight: bold;
}
table.checkout {
	margin: 10px 10px 14px 26px;

}
table.order_address {
	margin: 10px 10px 14px 26px;

}
td.resource_ptext {
	vertical-align: top;
	width: 65%;
}
table.browse_list select {
	display: block;
	margin-left: 24px;
}
p.browse_author, p.browse_event {
	font-weight: bold;
	margin-top: 15px;
}
p.ai_head, p.iv_head, p.rv_head {
	font-weight: bold;
	margin-top: 10px;
	font-size: 110%;
}
p.ai_item, p.iv_item, p.rv_item {
	border-bottom: 1px dotted #5c6f7c;
	margin: 10px 10px 0px 6px;
}
div.shipping_menu {
	margin: 10px 10px 14px 30px;

}
p.shipping_method {
	font-weight: bold;
}
div.featured_images {
	margin: 5px 10px 15px 40px;

}
div.featured_images img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #777777;
}
div.featured_images div {
	margin: 0px;
	padding: 0px;
}
div.featured_images_image {
	width: 92px;
	height: 69px;
	overflow: hidden;
	float: left;
}
div.featured_images_2 {
	clear: both;
}
div.gallery_description {
	margin: 10px 10px 14px 40px;

}
table.gallery {
	margin-left: 20px;
}
table.gallery td {
	padding: 10px 16px 10px 16px;
	text-align: center;
	vertical-align: top;
}
table.gallery img {
	border: 1px solid #777777;
}
div.gallery_caption {
	margin: 8px 12px 12px 12px;
	text-align: center;
}
table.subject_list {
	margin: 5px 30px 30px 50px;
}
td.imprintindex_desc {
	padding-bottom: 16px;
}
span.search_hilite {
	font-weight: bold;
	background-color: #efe65e;
}
span.search_intro {
	display: block;
	margin: 5px 20px 10px 30px;
}
div.search_item {
	margin: 5px 20px 10px 30px;
}
a.search_item {
	font-weight: bold;
	padding-left: 5px;
}
div.search_extract {
	padding-left: 30px;
}
span.search_issue {
	display: block;
	clear: both;
	float: right;
	font-weight: bold;
}
span.search_author {
	font-variant: small-caps;

}
div.search_again {
	margin: 35px 120px 10px 30px;
	border: 1px solid rgb(215, 220, 216);
	background-image: url(/themes/wgmuse940/gradient_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 10px 5px 10px 20px;

}
span.search_again {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
div.search_line {
	margin: 0px 0px 5px 0px;
}
span.search_choice {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 8px;
}
a.search_more {
	display: block;
	margin: 15px 20px 10px 30px;
	font-weight: bold;
}
span.event_date {
	display: block;
	font-weight: bold;
	font-size: 110%;
	padding-left: 30px;
}
div.event_address {
	padding-left: 30px;
}
span.event_address_head {
	display: block;
	font-weight: bold;
	font-size: 110%;
}
p.event_address {
	padding-left: 14px;
}
div.event_description {
	padding-left: 30px;
}
span.event_description_head {
	display: block;
	font-weight: bold;
	font-size: 110%;
}
p.event_description {
	padding-left: 14px;
}

/* Now the step carousel CSS... */

.stepcarousel {
position: relative; /*leave this value alone*/
border: none;
overflow: scroll; /*leave this value alone*/
width: 540px; /*Width of Carousel Viewer itself*/
height: 280px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt {
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel {
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
}

/* ######### CSS for Shade Tabs.  ######### */

/* within Artisan  */

div.tabcontent_edit {
	margin-bottom: 14px;
	padding-bottom: 8px;
	border-bottom:  1px solid rgb(215, 220, 216); 
}
span.tabedit_head {
	display: block;
	font-weight: bold;
	padding-bottom: 8px;
}

div.tabcontainer {
	border: 1px solid rgb(215, 220, 216); 
	width: 640px; 
	margin: 2px 0px 5px 0px; 
	padding: 10px;
}
div.owner_tabcontainer {
	border: 1px solid rgb(215, 220, 216); 
	width: 430px; 
	margin: 2px 0px 5px 0px; 
	padding: 10px;
}

.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #5c6f7c;
	border-top: 1px solid rgb(215, 220, 216);
	border-right: 1px solid rgb(215, 220, 216);
	border-left: 1px solid rgb(215, 220, 216);
	border-bottom: 1px solid rgb(215, 220, 216);
	background-image: url(/themes/wgmuse940/gradient_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.shadetabs li a:visited {
	color: #5c6f7c;
}

.shadetabs li a:hover {
	text-decoration: underline;
	color: #5c6f7c;
}

.shadetabs li a.selected { /*selected main tab style */
	background-image: none;
	font-weight: bold;
	position: relative;
	top: 1px;
}

.shadetabs li a.selected { /*selected main tab style */
	border-bottom: 1px solid white;
}

.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}

.tabcontent {
	display: none;
	font-weight: normal;
	padding: 15px;
}

@media print {
.tabcontent {
	display:block !important;
}
}
.pp input[type="submit"] {
	border: none;
	width: 170px;
	height: 32px;
	background: url(https://www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-medium.png) no-repeat;
}
.pp input[type="submit"]:hover {
	cursor: pointer;
	border: 1px solid rgba(12, 144, 250, 0.6);
}

div.bundle_description {
	box-sizing: border-box;
    padding: 0px 30px 10px 30px;
}

div.bundles {
    position: relative;
    width: 720px;
}

div.bundle {
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.bundle img {
    width: 720px;
    padding: 20px 30px 10px 30px;
}
    
div.bundle_info {
    position: relative;
	box-sizing: border-box;
    width: 100%;
    margin: 20px 30pc 10px 30px;
    border: 1px solid rgb(80, 80, 80);
}

div.book_list {
	box-sizing: border-box;
    float: left;
    width: 49%;
    padding: 15px;
}

span.bundle_bookhead {
    display: block;
    padding-bottom: 15px;
    font-size: 105%;
}

span.bundle_title {
    display: block;
}

div.bundle_pricing {
    float: right;
    width: 45%;
    margin: 20px 0px;
    padding: 10px 15px 15px 25px;
    border-left: 1px solid rgb(80, 80, 80);
}

span.bundle_price {
    display: block;
    color: rgb(30, 30, 30);
    font-size: 105%;
}

div.xmas {
	box-sizing: border-box;
    width: 80%;
    margin: 2px auto;
    background-color: red;
    color: white;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
    border: 2px solid green;
    border-radius: 10px;
}
.xmas span {
    display: block;
    font-size: 80%
}
input.active {
      opacity: 1.0;
      background-color: rgb(23, 250, 23);
}

span.help {
	padding: 1px 6px;
    font-weight: bold;
	color: rgb(244, 248, 255);
	background-color: rgb(172, 4, 7);
	border-radius: 5px;
}
.help {
	text-align: center;
	font-weight: normal;
}

div.epub_warn {
    clear: both;
    width: 80%;
    margin: 10px auto 20px auto;
    padding: 10px;
    border: 1px solid rgb(215, 20, 16);
}
button[data-balloon] {
  overflow: visible;
}
[data-balloon] {
  position: relative;
}
[data-balloon]:before,
[data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon]:after {
  background: rgba(229, 231, 232, 0.9);
  border: 1px solid rgb(170, 183, 201);
  border-radius: 4px;
  color: rgb(23, 23, 23);
  content: attr(data-balloon);
  padding: .5em 1em;
  white-space: nowrap;
  margin-bottom: 11px;
  box-shadow: 6px 6px 16px 0px rgba(2, 2, 2, 0.2);
}
[data-balloon]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgb%28170,%20183,%20201%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
  margin-bottom: 5px;
}
[data-balloon]:hover:before,
[data-balloon][data-balloon-visible]:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon].font-awesome:after {
  font-family: FontAwesome;
}
[data-balloon][data-balloon-break]:after {
  white-space: normal;
}
[data-balloon-pos="down"]:before,
[data-balloon-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
[data-balloon-pos="down"]:after {
  margin-top: 11px;
}
[data-balloon-pos="down"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}
[data-balloon-pos="down"]:hover:before,
[data-balloon-pos="down"][data-balloon-visible]:before,
[data-balloon-pos="down"]:hover:after,
[data-balloon-pos="down"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon-pos="left"]:before,
[data-balloon-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
[data-balloon-pos="left"]:after {
  margin-right: 11px;
}
[data-balloon-pos="left"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}
[data-balloon-pos="left"]:hover:before,
[data-balloon-pos="left"][data-balloon-visible]:before,
[data-balloon-pos="left"]:hover:after,
[data-balloon-pos="left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon-pos="right"]:before,
[data-balloon-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
[data-balloon-pos="right"]:after {
  margin-left: 11px;
}
[data-balloon-pos="right"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%28170,%20183,%20201,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}
[data-balloon-pos="right"]:hover:before,
[data-balloon-pos="right"][data-balloon-visible]:before,
[data-balloon-pos="right"]:hover:after,
[data-balloon-pos="right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon-length]:after {
  white-space: normal;
}
[data-balloon-length="small"]:after {
  width: 80px;
}
[data-balloon-length="medium"]:after {
  width: 150px;
}
[data-balloon-length="large"]:after {
  width: 260px;
}
[data-balloon-length="xlarge"]:after {
  width: 90vw;
}
@media screen and (min-width: 768px) {
  [data-balloon-length="xlarge"]:after {
    width: 380px;
  }
}
[data-balloon-length="fit"]:after {
  width: 100%;
}
