@charset "UTF-8";

/* @override 
	http://10.0.1.20/~dwd/Antiopic2008/style/antiopic.css
	http://beta.antiopic.com/style/antiopic.css
	http://www.antiopic.com/style/antiopic.css
	http://localhost:8888/antiopic/style/antiopic.css
	http://localhost/style/antiopic.css
*/

/* @group general purpose */

#content {
	
}

.centerBlock {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.byline {
	font-size: 9px;
	color: #666666;
	padding-bottom: 10px;
}

.byline a {
	color: #666666;
}

#socialNetwork {
	margin: 20px 0 0px;
	text-align: center;
}

#socialNetwork img {
	border: none;
	vertical-align: middle;
}

/* @end */

/* @group basics */

body {
	background-color: #FFFFFF;
	margin: 20px;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

* {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited, a:hover {
	color: #333333;
}

a:active {
	color: #003333;
}

th, th a {
	font-weight: bold;
}

strong, em, b, i, h1, h2, h3, th,
strong a, em a, b a, i a, h1 a, h2 a, h3 a, th a {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	background: #CCCCCC;
	font-size: 10px;
	white-space: nowrap;
	text-transform: uppercase;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #333333;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

img {
	padding: 0px;
	border: 1px solid #DDDDDD;
}

img.spacer {
	border: none;
}

div#footer {
	border-top: 1px solid #CCCCCC;
	padding-right: 10px;
	margin-top: 11px;
}

div#footer p {
    text-align: right;
    font-size: 9px;
    color: #4c4c4c;
}

div#footer a {
    text-decoration: none;
}

div#footer a:hover {
    text-decoration: underline;
}

/* @end */

/* @group header */

.headerLogo {
	border: none;
}

.headerRow {
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

div#popup_message {
	max-width: 300px;
	/*width:300px;*/
	height:75px;
	background: #cccccc;
	float: right;
	display: inline;
	border: 2px solid #8d0000;
	border-top-style: none;
	border-bottom-style: none;
}

#popup_message p {
	font-size: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}


/* @end */

/* @group menu bar */

#menu {
	width: 100%;
	background: #ffffff;	
	text-transform: uppercase;
}

#menu #contents {
	float: right;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a {
	display: block;
	margin: 0;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 5px 10px 5px 10px;
	font: normal 10px/1.1 "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background-color: #999999;
}

#menu h2 {
	padding-bottom: 0;
}

#menu a:hover {
	color: #FDFDFD;
	background: #333333;
}

#menu li {
	position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 150px;
	padding: 0px;
}

div#menu ul ul {
	display: none;
}

div#menu ul li:hover ul {
	display: block;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}



/* @end */

/* @group home page */

/* @group news items */

#news {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#news br {
	margin-bottom: 15px;
}

.newsDate {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
}

.newsBody p {
	margin-bottom: 10px;
}

.newsBody p, 
.newsBody p a {
	font-weight: normal;
	font-size: 11px;
}

#news hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

/* @end */

/* @group new releases */

#newReleases {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#newReleases a {
	text-decoration: none;
}

#newReleases h2 {
	text-transform: none;
	padding-bottom: 0px;
}

#newReleases h2 i {
	text-transform: uppercase;
}

.newReleaseImage {
	margin-bottom: 10px;
}

.newReleaseBody {
	padding-right: 10px;
	padding-left: 10px;
}

/* @end */

/* @end */

/* @group catalog sidebar */

#outNow {
	
}

#outNow table {
	border: 5px solid #ffffff;
}

#outNow td {
	padding: 5px;
}

#outNow a {
	text-decoration: none;
}

#outNow p {
	padding: 4px 0px 0px;
	vertical-align: top;
	text-transform: uppercase;
}

#outNow p i {
	text-transform: none;
}

#outNow .apsTitle {
	text-transform: none;
}

#outNow .apsTitle i {
	text-transform: uppercase;
}

.outNowImg {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.apsThumb {
	margin: 0px;
}

/* @end */

/* @group catalog page */

#catalogListing {
	padding-right: 10px;
}

#catalog a {
	text-decoration: none;
}
div.otherCatalog h1 {
	margin: 0;
	padding: 0;
}
div.otherCatalog h1 a {
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	background-color: #999999;
}

#catalog h2 {
	padding-bottom: 0px;
}

#catalog h2 a {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#catalog h2 i {
	text-transform: none;
}

#catalogLeftCol {
	float: left;
	width: 50%;
}

#catalogRightCol {
	float: right;
	width: 50%;
}

#catalogHead {
	border-bottom: 5px solid #CCCCCC;
	margin-bottom: 10px;
}

#catalogHead img {
	margin: 10px;
	border: none;
}

#catalogHead #catalogLogo {
	float: right;
}

#catalogIntro p {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#catalogIntro a {
	font-size: 12px;
}

#catalogIntro p + p {
	padding-top: 0px;
}

.catalogCover {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	clear: both;
}

.catalogItem {
	padding-top: 10px;
	clear: both;
}

.otherCatalog {
	padding-top: 10px;
	margin-left: 10px;
}

.otherCatalog h1 {
	font-size: 11px;
}

.coverThumb {
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.coverThumbRight {
	margin-right: 0px;
}

/* @end */

/* @group release detail page */

#releaseDetail .coverArt {
	float: left;
	margin-right: 10px;
}

#releaseDetail {
	margin-left: 10px;
	margin-right: 10px;
	/*width: 100%;*/
	/*border: 1px solid #000;*/
	/*padding-right: 10px;*/
}

#releaseDetail p {
	padding-top: 10px;
	font-size: 11px;
}

#releaseDetail p.catalog_number_bullet {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-top: 2px;
}

#releaseDetail a {
	font-size: 11px;
}

#releaseDetail hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
}

#shopping hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0;
	width: 150px;
}

#releaseDetail .title {
	font-size: 16px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	text-transform: uppercase;
}

#releaseDetail .title i {
	text-transform: none;
}

#releaseDetail p.bullets,
#releaseDetail div.bullets p {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

#releaseDetail .preview object {
	float: left;
	margin-right: 5px;
}

#releaseDetail .bullets a {
	color: #666666;
	text-decoration: none;
}

#releaseDetail #catalogLogo {
}

#releaseDetail #catalogLogo img {
	margin: 0;
	border: none;
	max-width: 100px;
}



#shopping {
	margin-top: 0px;
}

#shopping a {
	color: #333333;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#shopping a:hover {
	text-decoration: underline;
}

#shopping p {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

#shopping p .regular_price {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: line-through;
}

#shopping p .sale_price {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8d0000;
	background-color: #fdffbe;
}

#releaseDetail #description p {
	font-size: 11px;
	clear: left;
}

#releaseDetail #description .indent {
	padding-right: 40px;
	padding-left: 40px;
}

#releaseDetail #description .indent2 {
	padding-right: 60px;
	padding-left: 60px;
}

/*#releaseDetail #description a {
	font-size: 11px;
	
}*/

#releaseDetail .pressQuote {
	/*font-size: 11px;*/
	clear: both;
	padding-right: 100px;
	padding-left: 100px;
}

#releaseDetail .pressCredit {
	float: right;
	padding-top: 0px;
	padding-right: 100px;
	padding-left: 100px;
}

/* @end */

/* @group about page */

#about p {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#about p + p {
	padding-top: 0px;
}

#about p a {
	font-size: 12px;
}



/* @end */

/* @group contact page */

#newsletter {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#newsletter p {
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 0px;
}

#phplist_content {
	margin-top: 50px;
	margin-left: 100px;
	margin-right: 100px;
	font-size: 11px;
}

#phplist_content > b {
	padding-bottom: 10px;
	font-size: 12px;	
}

#phplist_content h1,
#phplist_content h3 {
	color: #000000;
	text-decoration: none;
	display: block;
	background: transparent;
	white-space: normal;
	text-transform: none;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 10px;
}

#phplist_content h1 {
	font-size: 14px;
}

#phplist_content h3 {
	font-size: 12px;
}

#phplist_content td {
	padding-bottom: 4px;
	padding-right: 4px;
}

#phplist_content .list {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
}

#phplist_content .listdescription {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}

#phplist_content p {
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 0px;
}

#phplist_content .required {
	color: #8e0000;
}

span.poweredphplist {
	display: block;
	margin-top: 50px;
}

#subscribeform {
	margin: 0px 0px 10px;
	text-align: center;
}

#subscribeform .label {
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#subscribeform .radiobutton {
	vertical-align: middle;
}

#subscribeform .textfield {
	margin-bottom: 10px;
}

#subscribeform .submitbutton {
	border: 1px solid #000000;
	background: #CCCCCC;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 5px;
}

#otherContact {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

#otherContact p {
	margin-bottom: 10px;
	font-size: 11px;
}




/* @end */

/* @group social network links */

#findUsOnline {
	margin: 0px
}

#findUsOnline p, 
#findUsOnline p a {
	font-size: 11px;
}
	
#findUsOnline p {
	white-space: nowrap;
	/*padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;*/
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#findUsOnline img {
	vertical-align: middle;
	/*margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;*/
}

/*#news .centerBlock #findUsOnline p {
	margin: 0px;
	white-space: nowrap;
}*/

/* @end */

/* @group distributor list */

#distro {
	margin-top: 10px;
}

#distro h2 {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	background: #CCCCCC;
	font-size: 10px;
	white-space: nowrap;
	margin-top: 20px;
}

h1 + #distro > p {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#distro #region {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	float: left;
	margin-right: 1px;
}

#distro #region p {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 0px;
	font-size: 11px;
}

#distro #region .name {
	padding-top: 10px;
	font-size: 12px;
}

#region p.name a {
	text-decoration: none;
}

#distro #region p + p.name {
	margin-top: 15px;
}

/* @end */

/* @group paypal shop */

/* @group columns */

/* note: for these columns, table-cell works for camino, but inline-block works for everything else tested.  sorry, camino. */

#paypal_shop span.leftCol {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 33%;
	margin-right: 1px;
	margin-bottom: 10px;
}

#paypal_shop span.centerCol {
	text-align: left;
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 33%;
	margin-right: 1px;
}

#paypal_shop span.rightCol {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	float: left;
}

/* @end */

#paypal_shop a {
	text-decoration: none;
}

#paypal_shop > p {
	font-size: 11px;
	margin: 10px;
}

#paypal_shop > p a {
	color: #000000;
	font-size: 100%;
}

#paypal_shop .catalogCover {
	margin: 10px;
}

#paypal_shop .catalogText {
	display: table;
}

#paypal_shop .catalogText .regular_price {
	color: #999999;
	padding-left: 2px;
	text-decoration: line-through;
}

#paypal_shop .catalogText .sale_price {
	color: #8d0000;
	background-color: #fdffbe;
	padding-right: 2px;
	padding-left: 2px;
}

#paypal_shop h1 {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: transparent;
	border-bottom: 3px solid #999;
}

#paypal_shop h1 a {
	color: #000000;
}

#paypal_shop h2 {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#paypal_shop h2 i {
	text-transform: none;
}

#paypal_shop #closed_holidays {
	border: 1px solid #8d0000;
	padding: 10px;
	font-size: 13px;
}

/* @group shipping price table - horizontal */

#shippingTable2 {
	float: left;
	border: 1px solid #cccccc;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
}

#shippingTable2 td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 6px;
	text-align: right;
	margin: 0px;
	border-right: 1px solid #999;
}

#shippingTable2 .heading1 td {
	padding-top: 4px;
	padding-bottom: 4px;
}

#shippingTable2 td + td,
#shippingTable2 .caption td {
	border-right: none;
	text-align: center;
	padding-right: 6px;
}

#shippingTable2 .caption td,
#shippingTable2 .heading1 td,
#shippingTable2 td.heading2 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#shippingTable2 .heading1 {
	background-color: #cccccc;
}

/* @end */

/* @group show-cart button */

#paypal_shop #showcart {
	float: right;
	border: 2px solid #cccccc;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	font-size: 12px;
	background-color: #999999;
}

#paypal_shop #showcart a {
	color: #000000;
	display: block;
	padding: 8px 12px;
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* @end */

/* @end */

/* @group digital shop */

#digital_shop {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#digital_shop p {
	padding-bottom: 10px;
}

#digital_shop p,
#digital_shop p a {
	font-size: 12px;
}

#widgetShopFlash {
	padding-top: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#digital_shop img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-style: none;
}

/* @end */

#error_text {
	background-color: #8e0000;
}

#success_text {
	background-color: #1e8500;
}

#error_text p, #success_text p {
	color: #fff;
}

#download_listing {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}

#download_listing #download_ticket {
	margin-right: auto;
	margin-left: auto;
}

#download_listing #download_ticket td.file_link a {
	font-size: 13px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#download_listing #download_ticket td, #download_listing #download_ticket th {
	font-size: 11px;
	vertical-align: top;
	border: 1px solid #fff;
	padding: 4px;
	text-align: center;
}

#download_listing #download_ticket td.file_link,
#download_listing #download_ticket td.file_comments,
#download_listing #download_ticket td.expiration {
	text-align: left;
}

#download_listing #download_ticket th {
	background-color: #999;
	color: #fff;
	vertical-align: middle;
}

#download_listing #download_ticket tr.lined td {
	border-bottom: 1px dotted #666;
}

#download_listing #download_ticket td.caption {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #e6e6e6;
}




