/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/*
	colors
	#938b5d gold
	#272525 default font color
	#572169 purple
	#f7f2e9 menu left background

	CategoriesBoxHeading (td)
	CategoriesBox (table)
	CategoriesBoxContentsHolder (table)
	CategoriesBoxContents (td)

	InformationBox *
*/
TD.frontPage {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;

}
P.frontPage {
	font-family: Georgia;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.7em;
	color: #938b5d;
	background:#FFFFFF;
	padding-left: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 75px;
}

P.frontPage A {
	color: #938b5d;
	text-decoration: none;
}

P.frontPage A:hover {
	color: #938b5d;
	text-decoration: underline;
}

TD.leftColumnHolder { background: #f7f2e9; padding: 0px;}
TD.centerColumnHolder { background:#FFFFFF; padding: 0px; padding-left: 23px;}
.boxText { font-family: Georgia; font-size: 10px; }
.errorBox { font-family : Georgia; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Georgia; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Georgia; font-size : 10px; color: #572169; text-decoration: none; }

BODY {
	text-align: center;
	background: #fefef7;
	color: #272525;
	margin: 0px;
}

.fixcenter {
	width: 815px;
	background: #fefef7;
	color: #000000;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}

TABLE.front {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}

TD.fronttext {
	font-family: Georgia;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	/*
	text-transform: uppercase;
	color: #938b5d;
	*/
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 55px;
	line-height: 1.75em;
}

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

A:hover {
	color: #938b5d;
	text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
	/*background: #FFFFFF;*/
}

TD.innerheader {
	font-family: Georgia;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	text-transform: uppercase;
	color: #272525;
	/*background-image: url(http://webshop.mariannedulong.dk/images/md_header.gif);*/
	background-repeat: no-repeat;
}

TR.headerNavigation {
	background: #FFFFFF;
}

TD.headerNavigation {
	font-family: Georgia;
	font-size: 11px;
	font-weight : normal;
	text-transform: uppercase;
	color: #272525;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}

A.headerNavigation {
	color: #272525;;
}

A.headerNavigation:hover {
	color: #272525;
}

TR.headerError {
	background: #ff0000;
}

TD.headerError {
	font-family: Tahoma, Georgia;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-family: Tahoma, Georgia;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: #572169;
}

TD.footer {
	font-family: Georgia;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight: bold;
}

.infoBox {
	background: #FFFFFF;
}

.infoBoxContents {
	background: #FFFFFF;
	font-family: Georgia;
	font-size: 11px;
}

.infoBoxNotice {
	background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Georgia;
	font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	background: #bbc3d3;
	color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
	font-family: Georgia;
	font-size: 10px;
}

.contentBox {
	background: #b6b7cb;
}

TD.contentBoxHeading {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	background: #b6b7cb;
	color: #ffffff;
}

.contentBoxContents {
	background: #f8f8f9;
	font-family: Georgia;
	font-size: 10px;
}

TD.CategoriesBoxHeading {
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #938b5d;
	background: #f7f2e9;
	letter-spacing: 0.2em;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 10px;
}
TABLE.CategoriesBox {
	background: #f7f2e9;
	/*line-height: 1.75em;   is defined in #thecategories*/
	margin-top: 5px;
	margin-bottom: 22px;
}

.CategoriesBoxContents {
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.2em;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

TD.InformationBoxHeading {
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #938b5d;
	background: #f7f2e9;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 0px;
}
TABLE.InformationBox {
	background: #f7f2e9;
	margin-top: 5px;
    margin-bottom: 22px;
}
.InformationBoxContents {
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.InformationboxMenuItem{
    letter-spacing: 0.2em;
	line-height: 1.7em;
	margin-bottom: 2px;
	margin-left: 18px;
	margin-top: 3px;
	margin-right: 0px;
}

.CurrenciesBox {
	background: #b6b7cb;
}
TD.CurrenciesBoxHeading {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	background: #b6b7cb;
	color: #ffffff;
}
.CurrenciesBoxContents {
	background: #f8f8f9;
	font-family: Georgia;
	font-size: 10px;
}


.LanguagesBox {
	background: #b6b7cb;
}
TD.LanguagesBoxHeading {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	background: #b6b7cb;
	color: #ffffff;
}
.LanguagesBoxContents {
	background: #f8f8f9;
	font-family: Georgia;
	font-size: 10px;
}

.OrderHistoryBox {
	background: #b6b7cb;
}
TD.OrderHistoryBoxHeading {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	background: #b6b7cb;
	color: #ffffff;
}
.OrderHistoryBoxContents {
	background: #f8f8f9;
	font-family: Georgia;
	font-size: 10px;
}


.ProductNotificationsBox {
	background: #b6b7cb;
}
TD.ProductNotificationsBoxHeading {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	background: #b6b7cb;
	color: #ffffff;
}
.ProductNotificationsBoxContents {
	background: #f8f8f9;
	font-family: Georgia;
	font-size: 10px;
}


TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #ffffff;
}

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




TABLE.productListing {
	font-family: Georgia;
	font-size: 11px;
	background: #FFFFFF;
	color: #272525;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	line-height: 1.5em;
}

TABLE.productListingRings {
	font-family: Georgia;
	font-size: 11px;
	background: #FFFFFF;
	color: #272525;
	margin:0;
	padding:0;
	line-height: 1.5em;	
}

TD.productListing-heading{
	font-family: Georgia;
	font-size: 11px;
  text-transform: uppercase;
	padding: 30px 0px 0px 0px;
}

TD.productListing-data {
	font-family: Georgia;
	font-size: 11px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	vertical-align: top;
}

TD.productListing-data IMG {
	margin: 20px 20px 25px 20px;
	/*
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	*/
}

TD.productListing-data-rings IMG {
		/*
	margin: 20px 20px 25px 20px;

	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	*/
}

/* shopping cart */

TR.cart-even,  TR.cart-odd {
	background: #ffffff;
}

TD.cart-heading {
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
}

TD.cart-heading-data {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
}

TD.cart-img {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}

TD.cart-data {
	width: 185px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
}

TD.cart-remove {
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
}

TD.cart-qty {
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
}

TD.cart-price {
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	width: 120px;
}

TD.cart-subtotal {
	font-family : Georgia;
	font-size : 11px;
	color: #572169;
	font-weight: bold;
}

TD.cart-checkout A {
	font-family : Georgia;
	font-size : 11px;
	color: #572169;
	font-weight: bold;
	text-transform: uppercase;
}

A.pageResults {
	color: #0000FF;
}

A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Georgia;
	font-size: 19px;
	font-weight: normal;
	color: #272525;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 14px;
	padding-right: 0px;
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	font-family: Georgia;
	font-size: 10px;
	color: #000000;
}

TD.main, P.main {
	font-family: Georgia;
	font-size: 11px;
	line-height: 1.5;
}

TD.main2, P.main {
	font-family: Georgia;
	font-size: 11px;
	line-height: 1.5;
	padding-right: 100px;
}

P.main {
	font-family: Georgia;
	font-size: 11px;
	line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Georgia;
	font-size: 10px;
}

TD.accountCategory {
	font-family: Georgia;
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-family: Georgia;
	font-size: 12px;
}

TD.tableHeading {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-family: Georgia;
	font-size: 10px;
	color: #ff0000;
}

CHECKBOX, INPUT, RADIO {
	font-family: Georgia;
	font-size: 11px;
	/*color: #572169;*/
	padding: 0px;
}

SELECT {
	font-family: Georgia;
	font-size: 11px;
	cursor: pointer;
}

TEXTAREA {
	width: 100%;
	font-family: Georgia;
	font-size: 11px;
}

SPAN.greetUser {
	font-family: Georgia;
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}

TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-family: Georgia;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Georgia;
	color: #ff0000;
}

SPAN.errorText {
	font-family: Georgia;
	color: #ff0000;
}

.moduleRow { }
.moduleRowOver {cursor: pointer; }
.moduleRowSelected { }

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

/* message box */

.messageBox { font-family: Georgia; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Georgia; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Georgia; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Georgia; font-size: 11px; color: #272525; }

.cssButton A {
	display: inline;
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	color: #572169;
	background: #ffffff;
	text-align: center;
	/*text-decoration: none;*/
	text-transform: uppercase;
	cursor: pointer;
	border: 0px;
	border-style: none;
	border-color: #FFFFFF;
		/*border-spacing: 1px;	*/
}

INPUT.cssButton {
	display: inline;
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	color: #572169;
	background: #ffffff;
	text-align: center;
	/*text-decoration: none;*/
	text-transform: uppercase;
	cursor: pointer;
	border: 0px;
	border-style: none;
	border-color: #FFFFFF;
		/*border-spacing: 1px;	*/
}

#thecategories a:hover {
	/*background-color: #eeeeee;*/
	color: #938b5d;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#specialcategories{
	position: relative;
	/*width: 200px;*/
	line-height: 1.7;
	margin-bottom: 0px;
	margin-left: 18px;
	margin-top: 2px;
	margin-right: 0px;	
}

#thecategories {
	position: relative;
	/*width: 200px;*/
	line-height: 1.7;
	margin-bottom: 2px;
	margin-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
}

.activelink {
	display: block;
	color: #938b5d;
	text-decoration: none;
	/*font-weight: bold;*/
}

#thecategories a {
	display: inline;
	/*
	padding-bottom: 7px;
	padding-top: 3px;
	width: 100%;
	*/
}

/* product info , P.prdInfo*/
TD.prdInfo {
	font-family: Georgia;
	font-size: 11px;
	line-height: 1.5;
	color: #272525;
	text-align: left;
	vertical-align: top;
	padding-bottom: 0px;
	padding-left: 13px;
	padding-top: 34px;
	padding-right: 18px;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
	padding-left: 0px;
}

