@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: red;
	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 #cc0000;
}
div.sitetitle {
	width: 300px;
	float: left;
	margin-top: 10px;
}
div.oration {
	width: 500px;
	float: left;
	margin: 10px 24px 10px 150px;
	padding: 8px;
/*	border: 1px solid #ccb683;
	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: 156px;
	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: 156px;
	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 #ccb683;
	background-image: url(/themes/wgmuse940/gradient_light.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-image: url(/themes/wgmuse940/gradient_red.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #8b0000;
	color: white;
	text-align: center;
}

div.subscribe {
	width: 340px;
	float: right;
	margin: 10px 30px 10px 10px;
	padding: 6px 6px 22px 6px;
	border: 1px solid #ccb683;
	background-image: url(/themes/wgmuse940/gradient_light.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-image: url(/themes/wgmuse940/gradient_red.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #8b0000;
	color: white;
	text-align: center;
}
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_light.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;
	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: #cc0000;
	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: #cc0000;
	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-image: url(/themes/wgmuse940/gradient_red.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #8b0000;
	color: white;
	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: #cc0000;
	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: #cc0000;
	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.twocol {
	position: relative;
}
table.twocol {
	border-collapse: separate;
	border-spacing: 26px;
}
table.twocol td {
	width: 50%;
	border: 1px solid #cc0000;
	vertical-align: top;
}
div.feat_info {
}
div.featinfo_item {
	clear: both;
}
div.featured_info_head {
	background-image: url(/themes/wgmuse940/gradient_red.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #8b0000;
	color: white;
	padding: 8px 8px 8px 14px;
	font-weight: bold;
}
span.featinfo_title {
	display: block;
	color: #cc0000;
	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-image: url(/themes/wgmuse940/gradient_red.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #8b0000;
	color: white;
	padding: 8px 8px 8px 14px;
	font-weight: bold;
}
div.featured_owner_name {
	color: #cc0000;
	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 {
	color: red;
	text-decoration: none;
}
#legal a:first-child {
	border-left: none;
}
a.footermenuhref {
	color: white;
}
a.footermenuhref:hover {
	color: red;
	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-image: url(/themes/wgmuse940/gradient_red.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #8b0000;
	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 #ccb683;
	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 #ccb683;
	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 red;
}

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: 130px;
	float: left;
	margin: 20px 10px 30px 30px;
	padding-left: 10px;
	overflow: hidden;
}
div.portfolio_cover img {
	border: 1px solid #ccb683;
}
div.portfolio_prices {
	width: 160px;
	float: left;
	margin: 26px 20px 30px 10px;
}
div.portfolio_info {
	width: 270px;
	float: left;
	margin: 20px 20px 30px 30px;
	padding: 15px;
	border: 1px solid #ccb683;
	background-image: url(/themes/wgmuse940/gradient_light.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
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 #ccb683;
}
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%;
}
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 #ccb683;
}
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 #ccb683;
	background-image: url(/themes/wgmuse940/gradient_light.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;
}

/* 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 #ccb683; 
}
span.tabedit_head {
	display: block;
	font-weight: bold;
	padding-bottom: 8px;
}

div.tabcontainer {
	border: 1px solid #ccb683; 
	width: 640px; 
	margin: 2px 0px 5px 0px; 
	padding: 10px;
}
div.owner_tabcontainer {
	border: 1px solid #ccb683; 
	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 #ccb683;
	border-right: 1px solid #ccb683;
	border-left: 1px solid #ccb683;
	border-bottom: 1px solid #e1d5b8;
	background-image: url(/themes/wgmuse940/gradient_light.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;
}
}



