/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 5px 0;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 5px;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #D5D673;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorMessage {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

BODY {
	color: #000000;
	margin: 10px;
	background-color: #ffffff;
	width: 990px;
}

HTML {
	background-color: #ffffff;
}

img{
	border:0;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #83a207;
  text-decoration: underline;
}

a.nohover:hover {
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header, tr.header td.header {
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  background: #4c7100;
}

table.header {
	margin-bottom: 7px;
}

td.header a {
	color: #ffffff;
}

td.header a:hover {
	text-decoration: underline;
}

A.confirmationEdit {
	color: black;
	font-style: italic;
	text-decoration: underline;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

a.Button, span.Button, input.Button, a.CartButton {
	background-color: #83a207;
	background-image: url('img/arrow_right.gif');
	background-position: 95%;
	background-repeat: no-repeat;
	border: 1px solid #677d2a;
	width: 130px;
	/*height: 1.6em; */
	padding-top: .2em;
	padding-bottom: .2em;
	display:block;
	color: white;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
	font-weight: normal;
	padding-left: 5px;
	padding-right: 10px;
}
a.Button, span.Button, a.CartButton {
	margin-top:.5em;
}

a.Button:hover, a.CartButton:hover {
	text-decoration: none;
}

a.CartButton {
	background-image: url('img/cart.gif');
	display:block;
	margin-top:0;
	float:right;
}

td.account_data_label {
	width: 25%;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #4c7100;
  color: #ffffff;
  border: 1px dotted #83a207;
  font-weight : bold;
}

TR.headerInfo {
  background: #4c7100;
}

td.headerInfo_bl {
  width: 17px;
  height: 30px;
  background: #4c7100;
  background-image: url('img/header_border_bl.jpg');
  background-position: bottom left;
  background-repeat: no-repeat;
  padding:0;
}

td.headerInfo_br {
  width: 17px;
  height: 30px;
  background: #4c7100;
  background-image: url('img/header_border_br.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  padding:0;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #4c7100;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

table.infoBox_center {
  margin-bottom: 10px;
}

table.infoBox {
  margin-bottom: 10px;
  width: 180px;
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #D5D673;
}

.infoBoxNotice {
  background: #FF0000;
}

.infoBoxNoticeContents {
  color: white;
  font-weight:bold;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

td.infoBoxFooterBorder_this_week {
  width: 17px;
}

TD.infoBoxFooterBorder_bl {
  width: 17px;
  height: 20px;
  background-color: #D5D673;
  background-image: url('img/infobox_border_bl.jpg');
  background-position: bottom left;
  background-repeat: no-repeat;
  padding:0;
  
}

TD.infoBoxFooterBorder_br {
  width: 17px;
  height: 20px;
  background-color: #D5D673;  
  background-image: url('img/infobox_border_br.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  padding:0;
}

TD.infoBoxFooter {
  background: #D5D673;
  padding-bottom: 10px;
  padding-top: 5px;
}

TD.infoBoxHeadingBorder_ul {
  width: 17px;
  height: 30px;
  background-image: url('img/infobox_border_ul.jpg');
  background-repeat: no-repeat;
  background-color: #85a01e;
  padding:0;
}

TD.infoBoxHeadingBorder_ur {
  width: 17px;
  height: 30px;
  background-image: url('img/infobox_border_ur.jpg');
  background-repeat: no-repeat;
  background-color: #85a01e;  
  background-position: top right;
  padding:0;  
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #85a01e;
  height:17px;
  color: #ffffff;
}

td.infoBoxHeading a, td.infoBoxHeading_right a {
  color: white;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #85a01e;
  height:17px;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color:#d1d878;
  border:0;
  margin:0;
  padding:10px 0 0 0;
  line-height: 1.5em;
}

a.infoBoxCategoryLink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #425d0e;
}

img.category_display_box {
  clear: both;
  margin: 0 4px;
  padding-bottom: 10px;
}

div.infoBoxCurrentCategory {
  border: 2px solid #f5f2cf;
  border-left:0;
  border-right:0;
  display:block;
  background-color: #eae69d;
  width: 100%;
  margin: 4px 0;
}

ul.category_l1 {
list-style-position: outside;
list-style-image: url("/shop/templates/xtc2/img/krone.gif");
margin: 0;
margin-left: 19px;	/*width rainbow icon above */
padding: 0;
padding-left: 14px;
}

ul.category_l2 {
list-style-type: none;
list-style-position: outside;
margin-left: 19px;	/*width rainbow icon above */
padding: 0;
padding-left: 10px;
}

ul.infoBox_links {
list-style-position: outside;
list-style-image: url("/shop/templates/xtc2/img/icon_arrow.gif");
margin: 0;
padding: 0;
padding-left: 14px;
}

div.box_submit_right {
  text-align: right;
  display: block;
}

div.box_submit_right input {
  margin-top: 5px;
  text-align: left;
}

td.infoBoxBestsellers {
  text-align: left;
  padding-bottom: 10px;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #5c7522;
  background: #d1d878; 
  padding: 5px 0;
}

td.infoBox_longtext {
	overflow: scroll;
	height: 300px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #5c7522;
	background: #d1d878; 
}

td.productListing-image {
border-bottom: 1px solid; border-color: #cccccc;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd, tr.events-odd {
  background: #f4f3ee;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even, tr.events-even {
  background: #ffffff;
}

TR.productListing-odd td, tr.productListing-even td {
padding-top:3px;
}

tr.also_purchased_main table {
padding-top: 5px;
}

table.productListing {
  text-align: left;
}

TABLE.productListing td, table.eventListing td {
  border-bottom: 1px solid #d4d7ba;
  padding-right: 10px;
  vertical-align: top;
  margin-bottom: 2px;
}

table.productListing thead td, table.eventListing thead td{
  background-color: #d9d8a2;
  border-top: 2px solid #c9c176;
  border-bottom: 2px solid #c9c176;
  padding:4px 0;
  font-weight: bold;
  padding-right: 10px;
}

table.productListing td.artist {
  width: 130px;
}

table.productListing td.tune {
    width: 170px;
}

table.productListing td.image {
  width: 265px;
}

table.productListing td.spacer {
  width: 5px;
}

table.productListing td.productname {
  width: 200px;
}

table.productListing td.riddim, table.productListing td.label {
  width: 100px;
} 

table.productListing td.price {
    width: 60px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  vertical-align:top;
}

td.cartqty {
  width: 2em;
}

div.agb_display {
height: 50em;
overflow: auto;
width: 100%;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

input.qty, input.hiddenSubmit {
	display:none;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

input.themed, checkbox, radio, select.themed {
  background-color: #82a00e;
  color: white;
  border: 1px solid #677d2a;
  height: 1.5em;
  vertical-align:text-bottom;
  margin:0;
  padding:0;
}

.searchicon {
  height: 1.5em;
  vertical-align:text-bottom;
}

input.themedSearchItem, select.themedSearchItem {
  background-color: #82a00e;
  width: 250px;
  color: white;
  border: 1px solid #677d2a;
  height: 1.5em;
  vertical-align:text-bottom;
  margin:0;
  padding:0;
}

input.tinyButton {
	background-color: #82a00e;
	color: #82a00e;
	background-image: url('img/arrow_right.gif');
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #677d2a;
	width: 20px;
	height: 1.5em;
	margin-top: 2px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: white;
  font-weight: bold;
}

.category_display_box_heading a
{
	color: white;
}

.category_display_box_heading a:hover
{
	color: #915118;
}

SPAN.underline {
	text-decoration: underline;
}


TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.accountinput {
  width: 120px;
  padding: 0;
}

TD.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
}

TD.info_footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
}
SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #85a01e;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #D5D673;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #4c7100;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 line-height: 1.5;
  border-top: 2px solid #f5f2cf;
  border-bottom: 2px solid #f5f2cf;
  background-color: #eae69d;
  width: 100%;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #eae69d;
	font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #D5D673; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #D5D673; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #915118; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	width: 185px;
}
.navRight {
	width: 185px;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4c7100;
	padding-top: 7px;
}

.productsPrice {
	color: #4c7100;
	width: 150px;
}

td.prodDetailsRightCol {
	width: 200px;
	text-align:right;
	clear:none;
}

td.ProdMusicDetailsLeftCol {
	width: 150px;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

table.category_display_box_heading {
	background: url('img/bg_cat_descr_header2.jpg');
	width: 620px;
	font-size:10px;
	color: #ffffff;
	margin-bottom: 10px;
}

td.category_display_box_footer_bl {
  width: 18px;
  height: 23px;
  background: #7C7F24;
  background-image: url('img/cat_descr_bl2.jpg');
  background-position: bottom left;
  background-repeat: no-repeat;
  padding:0;
}

td.category_display_box_footer {
  padding-bottom: 10px;
  margin-bottom:10px;
}

td.category_display_box_footer_br {
  width: 18px;
  height: 23px;
  background: #B5AD3E;
  background-image: url('img/cat_descr_br2.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  padding:0;
}

TD.category_display_box_heading_ul {
  width: 18px;
  height: 23px;
  background-image: url('img/cat_descr_ul2.jpg');
  background-repeat: no-repeat;
  background-color: #7C7F24;
  padding:0;
}

TD.category_display_box_heading_ur {
  width: 18px;
  height: 23px;
  background-image: url('img/cat_descr_ur2.jpg');
  background-repeat: no-repeat;
  background-color: #B5AD3E;  
  padding:0;  
}



table.light_infobox tr {
	background: rgb(209,216,120);
}

td.light_infobox_header {
	padding: 5px 0;
}

td.light_infobox_ur, 
td.light_infobox_ul, 
td.light_infobox_br, 
td.light_infobox_bl  {
	width: 18px;
	height: 23px;
	background: rgb(209,216,120);
	background-repeat:no-repeat;
	padding: 5px 0;
}

td.light_infobox_ur {
	background-image:url('img/addr_box_ur.gif');
	background-position: top right;
}

td.light_infobox_ul {
	background-image:url('img/addr_box_ul.gif');
}

td.light_infobox_br {
	background-image:url('img/addr_box_br.gif');
  	background-position: bottom right;	
}

td.light_infobox_bl {
	background-image:url('img/addr_box_bl.gif');
  	background-position: bottom left;	
}


table.container_maincontent {
  margin: 0px 10px;
  width: 620px;
}

td.navtrail {
  color: black;
  padding: 2px 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}



td.banner img {
display:block;
}


ul.checkoutprogress {
	list-style-type: none;
	margin-top: 30px;
margin-left:10px;
border-left:0;
padding-left:0;
}

ul.checkoutprogress li {
	display: block;
	width: 25%;
	padding-top: 50px;
	float:left;
	text-align:center;
	background-image: url('img/rainbow_big_inactive.jpg');
	background-position: top center;
	background-repeat:no-repeat;
}

ul.checkoutprogress li.active {
	background-image: url('img/rainbow_big_active.jpg');
}

table.checkout_end {
	margin-bottom: 2em;
}

ul.account_orders {
	width: 200px;
	list-style-position: outside;
	list-style-image: url("/shop/templates/xtc2/img/icon_arrow.gif");
	margin: 0;
	margin-left: 10px;	/*width arrow icon above */
	padding: 0;
	padding-left: 14px;
}

ul.account_orders li {
	margin-bottom: .5em;
}


table.this_week_7inch td {
	width: 150px;
}

table.this_week_7inch td.this_week_7inch_separator {
	background-image: url('img/bg_separator_tw_7inch.jpg');
	background-repeat:repeat-y;
	background-position: 50%;
	width:30px;
	margin:0;
	padding:0;
}

table.this_week_lps {
	background-color: white;
}

table.this_week_lps td {
padding:5px 0;
}

table.this_week_lps td.img {
width:70px;
border-bottom: 1px solid #E1E1E1;
text-align:right;
}

table.this_week_lps td.prod {
color: black;
width:220px;
border-bottom: 1px solid #B2BEB4;
margin:5px 0;
}

table.this_week_lps td.separator {
width:40px;
margin:0;
padding:0;
}

div.preview {
display: inline;
vertical-align: bottom;
}