/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.2 2004/01/25 12:01:17 fanta2k Exp $   

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

   Copyright (c) 2003 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 
   ---------------------------------------------------------------------------------------*/
@charset "utf-8";
/* CSS Document */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.boxText { 
	color: black;
}

.errorBox {   background: #ffb3b5; font-weight: bold; }
.stockWarning {   color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {   color: #70d250; text-decoration: underline; }

BODY {
  background-color: #FFF;/*#E0EBEF; /*[SETTING:body-background-color]*/
  color: #000; 
  margin: 0px;
}

.heading {
  padding: 10px;
  background-color: #fff; /*[SETTING:heading-background-color]*/
  /*background-image:url('{$tpl_path}img/top_bg.jpg'); background-repeat:no-repeat*/
}

.menubar_row {
  /*background-color: #A7D0DF;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;*/
}

.navbar_row {
  border-top: 1px solid; 
  border-bottom: 1px solid; 
  background-color: #fff; /*[SETTING:navbar-background-color]*/
}

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

A:hover {
  color: gray;
  text-decoration: underline;
}

FORM {
	display: inline;
}
/*
H1 {
	margin:0px;
	font-family: Verdana, arial, helvetica;
	color: #666666;
	font-size: 1.35em;
	font-weight: 500;
}

H2 {
	margin:0px;
	font-family: Verdana, arial, helvetica;
	color: #666666;
	font-size: 1.25em;
	font-weight: 500;
}

H3 {
	margin:0px;
	font-family: Verdana, arial, helvetica;
	color: #666666;
	font-size: 1.15em;
	font-weight: 500;
}
*/

TR.header {
  background: #ffffff;
}

/*breadcrumb*/
TR.headerNavigation {
  background: #F6F6F6;

}

TD.headerNavigation {

  background: silver;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

A.headerNavigation { 
  color: #ccc; 

  font-style: italic;
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
/*  font-family: Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {

    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
	/*background:#CCCCCC;*/
}

.infoBoxContents {
  /*    
  background: #CCCCCC;*/

}

.infoBoxNotice {
  background: #white;
}

.infoBoxNoticeContents {
  background: #white;

}

TD.infoBoxHeading {
	background-color:#f2f2f2;
	border-bottom:1px dotted;
	border-top:1px dotted;
}

TD.infoBoxHeading_right {

  font-weight: bold;
  background: white; /*#CCCCCC;*/
  height:17;
  color: black;
}

TD.infoBox, SPAN.infoBox {

  /*border-right: 4px solid;*/
  /*background: #CCCCCC; /*#white*/ 
  /*border-color: #C4C4C4;*/
/*  border-top:1px solid gray;*/
}

TD.infoBox_right, SPAN.infoBox_right {

/*  background: #CCCCCC; /*#white*/

}

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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {

  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {

}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {

  color: #000000;
}

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

TD.smallText, SPAN.smallText, P.smallText {

}

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

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

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

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

SPAN.newItemInCart {

  color: #ff0000;
}

TD.content {
  padding: 15px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

INPUT {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

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

SPAN.greetUser {
  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: Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
/*  font-family: Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.moduleRow { 
  font-size: 11px;
  line-height: 1.5;
	text-decoration: none;
}
.moduleRowOver { 
	background-color: white; 
	cursor: hand;
	/*border: 1px solid;
	border-color: gray;*/
  font-size: 11px;
  line-height: 1.5;
	text-decoration: none;
	color:black;
}
	
.moduleRowSelected { background-color: #E9F4FC; }

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

/* message box */

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

/* input requirement */

.inputRequirement {color: #ff0000; }

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

.navLeft {
	border-right: 1px solid;
	border-color: silver;
	background: #fff;  /* [SETTING:background-color-leftmenu] */
}

.navRight {
border-left: 1px solid;
border-color: #b6b7cb;
background:#white;
}
.tableBody {
padding: 5px;
}

.poweredby {

  color: #000000;
  font-weight: bold;
}

.listBlockLink {
	display: block;
	height: 100%;
	padding: 2px;
/*	text-decoration: none;
	color: black;*/
}
.listBlockLink:Hover {
	padding: 2px;
	display: block;
	background: #EEE;
	height: 100%;
	text-decoration: none;
	color: #7D5823;
}

.defaultListrow {
  border:1px solid silver; 
  padding: 3px; 
  margin:6px; 
  display:block;
  clear:both;
}

.stdBtn {
  font-size: 10px;
    height:22px;
    width:111px;
	display:table-cell;
	position:relative;
	clear:both;
	background:url('buttons/swedish/defaultbg.gif'); 
	font-family: Verdana, arial, helvetica; 
	/*
        border-right:1px solid black; 
	border-bottom:1px solid black; 
	border-left:1px solid black; 
	border-top:1px solid black;*/
	padding:3px;
	margin:2px;
        text-align:center;
/*	text-align:center;*/
}

.stdBtn:Hover {
	border-left:1px solid white; 
	border-top:1px solid white; 
	color: black;
	text-decoration:none;
}

.attributeTitle {
	color:black;
}

.attributeDetails {
 size:9px;
margin:0px;padding:0px;
color:gray;
}

.login_loginbox {
	background:#fff; 
	margin:4px; 
	padding:10px; 
	width:538px !important;
	width:560px;	 
	height:295px; 
	margin-top:30px;
}

.stdCleanBtn {
	border:1px solid silver; 
	background-color:white; 
	padding:2px;
}
.stdCleanBtn:Hover {
	text-decoration:none;
	background-color:#F2ECE6;
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:1px solid white;
	border-bottom:1px solid white;
}



/** ******************************** 
   some general styling..
************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/templates/daylight/img/bg_blue.jpg);
	background-repeat: repeat-x;
	background-color: #404D84;
}
#page {
	margin: 0px;
	padding: 0px;
	width: 1051px;
	background-image: url(/templates/daylight/img/page_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#plate #page_top {
	background-image: url(/templates/daylight/img/page_bg_top.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
#page #content {
	color: #666666;
	padding: 25px;
}
#page_top #addressList {
	text-align: right;
	vertical-align: bottom;
	display: block;
	position: relative;
	padding-right: 40px;
	color: #C6D6E3;
}
#addressList {
	clear:both;
	top:30px;
}
#plate {
	text-align: center;
	width: 1051px;
}

#menu_lvl1 {
	color:gray;
	display:block;
	margin-left:40px;
	margin-right:20px;
	padding-bottom:5px;
	padding-top:15px;
	position:relative;
	text-align:right;
	border-bottom:1px solid #F2F2F2;	
	width:973px;
}
#content_left {
	border-left: 1px solid silver;
	width:220px;
	float:left;
	padding-right:10px;
	position:relative;
}
#content {
	float:right;
	width:760px;
}

h1, h2, h3, h4 { font-family:Georgia, "Times New Roman", Times, serif; font-size:1.8em; font-weight:bold;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em; font-style:italic;}
h2 {font-size:1.2em;}

