/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText {font-size: 11px; line-height: 1.5em; }
.errorBox {background: #ffb3b5; font-weight: bold; }
.stockWarning {color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {color: green; text-decoration: underline; }

red {color: red; font-weight: bold;}

HTML,BODY {
height: 100%;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
  color: #473d3d;
  margin: 0px;
  padding: 0px;
}

BODY {
  background-image: url('images/bkgr/bkgr_bersa.jpg');
  background-repeat: repeat;
  background-color: #ffffff;/*#ece9e4;*/
}

img {
border-width: 0px;
}


#top, #middle, #bottom {width: 960px;}

#middle {vertical-align: top;}

#left, #main, #right {vertical-align: top;}

#main {width: 560px;}

#main div{margin: 10px 0px 25px 0px;}

#page_container {
background: #ffffff;
width: 960px;
margin: 30px auto;
padding: 0px;
border: 3px double #999999;
}

#header_container{
width: 960px;
margin: 0px;
padding: 40px 0px 0px 0px;
/*padding: 170px 0px 0px 0px;
background-image: url('images/top.jpg');*/
background-repeat: no-repeat;
background-position: top;
}

#logo {
width: 802px;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0;
margin-right: auto;
padding: 0;
}

#motto {
width: 400px;
height: 36px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background: url('images/vintage.jpg');
background-repeat: no-repeat;
}

#menushelf_top {
height: 20px;
background: url('images/menushelf.png') repeat-x;
border: 1px solid #ccbfbf;
margin: 20px;
text-align: left;
}

.menu {
font-size: 11px;
padding: 3px 10px 0px 10px;
color: #473d3d;
font-weight: bold;
}

.menu a{
color: #473d3d;
}


#carousel {
height: 220px;
padding: 10px 10px 10px 100px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0;
overflow: scroll; /*leave this value alone*/
width: 760px; /*Width of Carousel Viewer itself*/
height: 200px; /*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 50px; /*margin around each panel*/
/*width: 250px; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#left {background: url('images/left3.png') repeat-y;}
#right {background: url('images/left3.png') repeat-y;}
#main {background:#ffffff; width: 530px; padding: 15px;}

#special {width:510px;}

#left, #right {padding: 0; margin: 0;}

#left, #right {
width:200px;
border-top: 0px;
border-right: 1px solid #ccbfbf;
border-bottom: 0px;
border-left: 1px solid #ccbfbf;
}

.top_bottom {
width: 200px;
height: 10px;
background: url('images/top_bottom.png') no-repeat;
margin: 0px;
padding: 0px;
/*font-size: 0px; /* Fånigt men sant. Tack Petrus*/
overflow: hidden;
}

.shelf_shadow {
width: 200px;
height: 45px;
background: url('images/shelf_shadow.png');
margin-bottom: -45px;
padding: 0;
}

.shelf {
background-image: url('images/shelf.png');
background-repeat: no-repeat;
padding-top: 0;
}

#categories {
line-height: 1.5em;
}

#ul_information {
margin-left: 20px;
}

#ul_information li {
line-height: 2em;
font-size: 1.2em;
list-style-type: square;
padding: 0px;
margin: 0px;
}

.new_products {
margin-top: 50px;
}

DIV.boxtext_top {
width: 160px;
padding: 20px 20px 10px 20px;
}

DIV.boxtext {
width: 160px;
padding: 60px 20px 10px 20px;
}

.content {padding:10px;}

#footer {
height: 18px;
background: url('images/menushelf.png') repeat-x;
border-top: 1px solid #ccbfbf;
border-bottom: 1px solid #ccbfbf;
margin: 0;
padding: 0;
}

#footer a:hover {text-decoration:none; color:#473d3d;}

h1 {font-family: Verdana, Arial, Tahoma, sans-serif; font-size:20px; margin:0px; padding:0px; color: #473d3d;}
h2 {font-family: Verdana, Arial, Tahoma, sans-serif; font-size:18px; font-weight: bold; margin:0px; padding:0px 10px 0px 10px; color: #473d3d;}
h3 {font-family: Verdana, Arial, Tahoma, sans-serif; font-size:14px; margin:0px; padding:10px 10px 0px 10px; color: #473d3d;}

p {font-size:12px; line-height:1.5em; margin:0; padding:10px;}

a {color: #473d3d; text-decoration: none;}
a:hover {color: #271d1d; text-decoration: underline;}

p a {
	text-decoration: underline;
}


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#left{display:none;} 

/*hide the right column when printing*/ 
#right{display:none;} 
#main{width:100%; float:none;}
}


ul {
font-family: Verdana, Arial, Tahoma, sans-serif;
list-style-type:none;
padding:0px;
margin:0px;
}

li {
padding-left:1.5em;
line-height: 1.5;
}

ul.arrow li {
background-image:url('images/arrow_green.gif');
background-repeat:no-repeat;
background-position:0 0.4em;
}

.popup {
  margin: 30px;
  padding: 15px;
  background: #ffffff;
  border: 3px double #999999;
}

/* form css... */

FORM {
	display: inline;
}

input {
margin: 0;
}

label{
float: left;
width: 120px;
font-weight: bold;
margin: 0.6em 0 0 0;
padding-top: 0.3em;
}

.boxes{
width: 1em;
}

/* eof form css */

.heading_image {
float: right;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

.navigation {
margin: 0;
padding: 0;
}

DIV.headerNavigation {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #473d3d; 
}

A.headerNavigation:hover {
  color: #473d00;
}

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

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



#left table {
  background: #f8f8f9;
  margin: 0px;
}

#right table {
  background: #f8f8f9;
  margin: 0px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #e4daca;
  color: #473d3d;
}



.infoBox {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
  background: #ffffff url('images/bkgr/bkgr_bersa2.jpg'); /* SOMMAR: #eff4e9 url('images/bkgr_leaves2.jpg');*/
  border:1px solid #b6b7cb;
  padding: 5px;
}

DIV.infoBox {
  border:1px solid #b6b7cb;
  background: #ffffff url('images/bkgr/bkgr_bersa2.jpg'); /* SOMMAR: #eff4e9 url('images/bkgr_leaves2.jpg');*/
  padding: 10px;
}

.infoBoxContents {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

.contest {
text-align: right;
background: #ffffff url('images/tavling.jpg') no-repeat;
margin: 10px 0px;
border: 3px double #999999;
}

.whitebox {
background-color: #ffffff;
border: 1px solid #b6b7cb;
margin: 5px;
padding: 5px;
}

TD.pageHeading {
  font-size: 20px;
  font-weight: 600;
}

.price {
  font-size: 20px;
  font-weight: 600;
  color: #2a0000;
}

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 {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  background: #e4daca;
  color: #7d786f;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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


TR.subBar {
  background: #f4f7fd;
}

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

.main {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
  line-height: 1.5em;
  font-weight: normal;
}

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

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

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

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

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



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

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

TEXTAREA {
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #473d3d;
  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;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.payment_method {
background-color: #ffffff;
border: 1px solid #b6b7cb;
margin-bottom: 10px;
padding: 5px;
}

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* message box */

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

/* input requirement */

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


