/*
  $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
*/

.boxText { font-family: Calibri, Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Calibri, Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Calibri, Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Calibri, Verdana, Arial, sans-serif; font-size : 10px; color: #000000; text-decoration: underline; }

body {
  /*background-image: url(images/bg.gif); */
  color: #000000;
  margin: 0px;
  font-family: Calibri;
}

#container
{
	margin: 0px auto;
	overflow: hidden;
}

#header
{
	float: left;
	height: 130px;
	overflow: hidden;
}

#logo
{
	margin-top: 20px;
	float: left;
	width: 555px;
}

#creditcards
{
	float: right;
	margin: 8px 33px 0px 0px;
	height: 26px;
}

#basket
{
	width: 403px;
	height: 95px;
	float: right;
	margin-right: 27px;
	background-image: url('/images/v2/basket_box.gif');
	color: #ffffff;
	position: relative;
}

#tobasketlink
{
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 16px;
}

#tobasketlink a
{
	color: #ffffff;
	text-decoration: underline;
}

#menu
{
	height: 30px;
	overflow: hidden;
	background-image: url('/images/v2/menu_bar.gif');
	border-left: dotted 1px #000000;
	border-right: dotted 1px #000000;
}

#menu ul
{
	list-style-type: none;
	margin: 2px 0px 0px 3px;
	padding: 0px;
}

#menu li
{
	float: left;
	height: 26px;
	border-right: dotted 1px #000000;
	padding: 0px 25px 0px 25px;
}

#menu a
{
	color: #ffffff;
	font-size: 21px;
	text-decoration: none;
}

#menu a:hover
{
	color: #414141;
}

#search
{
	position: relative;
	left: 40px;
	top: -2px;
	float: left;
}

#search span
{
	color: #ffffff;
	font-size: 21px;
}

#middlecontent
{
	float: left;
	width: 985px;
}

#focusimage
{
	width: 700px;
	overflow: hidden;
	float: left;
	height: 332px;
	overflow: hidden;
}

#options
{
	float: right;
	width: 281px;
	text-align: right;
}

#newestproducts
{
	/*width: 850px;*/
	width: 985px;
	margin: 15px auto;
}

/* product layout */
.smallitem
{
	width: 160px;
	border: solid 1px #c7c7c7;
	height: 205px;
	text-align: center;
	padding-top: 10px;
	position: relative;
}

.smallitem a
{
	color: #7c7c7c !important;
	font-size: 12px !important;
	padding-top: 5px;
	font-family: Calibri;
}

.addtocard
{
	position: absolute;
	left: 60px;
	bottom: 3px;
}

.productprice
{
	/*background-image: url('/images/v2/price_now.gif');*/
	width: 72px;
	/*height: 13px;*/
	position: absolute;
	right: 3px;
	bottom: 3px;
	padding: 20px 2px 0px 0px;
	text-align: right;
	font-size: 13px;
	color: #393939;
	font-weight: bold;
	font-family: Calibri;
}

#maincontainer
{
	border-left: dotted 1px #000000;
	border-right: dotted 1px #000000;
}

.splitter
{
	border-top: dotted 1px #000000;
	width: 100%;
}

#footercontainer
{
	border: dotted 1px #000000;
	height: 70px;
	overflow: hidden;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000; 
  text-decoration: underline;
}

.imagesBoxContents {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
}

FORM {
	display: inline;
}

TR.header {
  background: #FFFFFF;
}

TR.headerNavigation {
  background: #DD0000;
}

TD.headerNavigation   {
  color: #ffffff; 
  font-size: 0px; 
  font-family: Calibri, Arial, sans-serif; 
  font-weight: bold; 
  background: #ffffff;
  height: 40px;
}

A.headerNavigation { 
  color: #6A6A6A; 
}

A.headerNavigation:hover {
  color: #6A6A6A;
}

TD.productDesc {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #808080;
  padding: 1px 7px 1px 7px;
}

TD.productheadDesc {
 font-family: Calibri, Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #000000;
 padding: 4px 0px 0px 10px;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Calibri, Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #ff0000;
  color: #000000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #DFB9E2 url("images/infobox/fill.gif");
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  height: 20px;
}

TR.footer {
  background: #DD0000;
}

TD.footer  { 
  color: #ffffff; 
  font-size: 12px; 
  font-family: Calibri, Arial, sans-serif; 
  font-weight: bold; 
  background: #ffffff;
  height: 22px;
}

.infoBox {
  background: #FFFFFF;
  border: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 1px;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  color: #ffffff; 
  font-size: 12px; 
  font-family: Calibri, Arial, sans-serif; 
  font-weight: bold;
  background: #FFFFFF url("images/infobox/fill2.gif");
  height: 22px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #ffffff;
}

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: #ffffff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 1px;
}

.productListing-heading  { 
  color: #4c4c4c; 
  font-size: 13px; 
  font-family: Verdana, Arial, sans-serif; 
  font-weight: bold; 
  background: #ffffff;
  height: 17px;
  text-align: left;
  border-bottom: dotted 1px #000000;
}

TD.productListing-data {
  color: #4c4c4c; 
  font-size: 13px; 
  font-family: Verdana, Arial, sans-serif; 
  border-bottom: dotted 1px #000000;
}

TD.productListing-data a
{
  color: #4c4c4c; 
  font-size: 13px; 
  font-family: Verdana, Arial, sans-serif; 
}

/*A.pageResults {
  color: #DD0000;
}

A.pageResults:hover {
  color: #DD0000; 
  background: #FFFF33; 
}*/

TD.pageHeading, DIV.pageHeading {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

font
{
	font-family: Verdana;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #666666;
}

TD.fieldKey {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #566268;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Calibri, Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Calibri, Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #e9e9e9; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #e9e9e9; }

.checkoutBarFrom, .checkoutBarTo { font-family: Calibri, Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Calibri, Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Calibri, Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Calibri, Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Calibri, Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Calibri, Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* pollbooth */
TD.pollBoxRow {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #DD0000;
  border-style: solid; 
  border-width: 1px; 
}
TD.pollBoxText {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #DD0000;
  border-style: solid;
  border-width: 1px; 
}
TD.polltitle {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #ffffff;
  color: #ffffff;
  vertical-align: top;
}
TR.pollOptRow {
  background: #ffffff;
}
TR.pollFooter {
  background: #ffffff;
}

TD.category_desc {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.shadow1 {
  border: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 1px;
}

TABLE.categ {
  border: 0px;
  border-spacing: 0px;
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f8f8f9;
  color: #000000;
}

TD.categ {
     vertical-align: top;
}

/*Additional Images Module Begin*/
.imagesBoxContents {
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*Additional Images Module End*/

.textHeader {
  font-size: 20px;
}

.submenu
{
	position: absolute;
	z-index: 100;
	background-image: url('/images/v2/submenu_background.png');
	background-repeat:  repeat-x;
	height: 155px;
	padding: 10px 0px 0px 15px;
	overflow: hidden;
}

.submenu td
{
	padding-right: 15px;
}

.submenu a
{
	color: #424242 !important;
	font-size: 17px !important;
	font-family: Calibri !important;
}

.submenu a:hover
{
	color: #ffffff !important;
}

h1
{
	font-size: 27px;
	color: #4c4c4c;
	font-family: Impact, Calibri;
	text-transform: uppercase;
	font-weight: normal;
}

#productoptions
{
	background-image: url('/images/v2/product_choose.gif');
	width: 126px;
	height: 65px;
	font-size:14px;
	padding: 5px 0px 0px 40px;
}

#productoptions a
{
	color: #4c4c4c;
}

.customer_reviews
{
	width: 900px;
	margin: 0px auto;
}

.customer_reviews .smallText
{
	color: #4c4c4c;
	font-family: Verdana;
}

.selected-star
{
	background-image: url('/images/v2/star_active.gif');
	width: 18px;
	height: 17px;
	float: left;
	cursor: pointer;
}
.idle-star
{
	background-image: url('/images/v2/idle_star.gif');
	width: 18px;
	height: 17px;
	float: left;
	cursor: pointer;
}
#stars
{
	float: left;
}
img
{
	border: 0px;
}

.infoBoxContents td
{
	color: #4c4c4c;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

.discount
{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 15px;
	padding-top: 10px;
	height: 44px;
	width: 53px;
	background-image: url('/images/v2/stjerne.png');
}

.productcategoryitem
{
	background-color: #cccccc;
	font-size: 21px;
	width: 185px;
	height: 40px;
	cursor: pointer;
}

.productcategoryitem a
{
	color: #434343;
	position: relative;
	top: 7px;
	text-decoration: none;
}

.selectedpage
{
	/*
	height: 15px;
	width: 16px;
	background: #000000;
	color: #ffffff;
	float: left;
	text-align:center;
	margin-left:2px;
margin-right:2px;
padding-left:1px;
padding-top:2px;
border:1px solid #000000;
	*/
	background-image: url('/images/v2/page_number.gif');
	height: 24px;
	width: 27px;
	float: left;
	text-align: center;
	padding-top: 3px;
	position: relative;
	top: 1px;
}

.selectedpage b
{
	text-decoration: underline;
}

.otherpage
{
	/*
	background-color:#FFFFFF;
border:1px solid #D0D0D0;
cursor:pointer;
float:left;
font-weight:bold;
height:15px;
margin-left:2px;
margin-right:2px;
padding-left:1px;
padding-top:2px;
text-align:center;
width:16px;
	*/
	cursor: pointer;
	background-image: url('/images/v2/page_number.gif');
	height: 24px;
	width: 27px;
	float: left;
	text-align: center;
	padding-top: 3px;
	position: relative;
	top: 1px;
}

.otherpage a, .otherpage a:hover
{
	color: #000000;
	/*background-color: #ffffff;*/
	text-decoration: none;
}

#parentspecials a
{
	color: #ff003b;
}


/***** SCROLL */
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 850px;
	height:220px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/images/v2/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(/images/v2/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

.products-price-holder .infoBoxHeading, .products-price-holder .infoBoxContents
{
  background-color: #f2f2f2 !important;
  background-image: none;
  color: #4c4c4c;
  font-size: 11px;
}