/*
  $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-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; background: #ffffff; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

select
{

border: solid black 1px;
background-color: #222222;
color: #ffffff;

}


#myMenu a {
	display: block;
	width: 100%;
	border-top: solid black 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	background-color: #FFFF00;
}


#myMenu a:link {
  background-color: white;
  color: black;
}

#myMenu a:visited {
  background-color: #eee;;
  color: black;
}

#myMenu a:hover {
  background-color: black;
  color: white;
}

#myMenu a:active {
  background-color: red;
  color: yellow;
}

.navh2
{
background-color: #222222;
color: #990000;
font-weight: bold;
width: 120px;

}

.footertable {
	width: 900px;
	background-image: url(images/fot_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.headerdiv {
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	color: #000000;
	height : 125px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


.credits

{

color: #444444; 
	text-decoration:none;
 font-size:.4em;
text-aling: right;
font-weight : normal;
}

a.credits		{ color: #444444; text-decoration: none;}
a.credits:hover { color: #444444; text-decoration: none;}



BODY {
	background-attachment: scroll;

 background-color: ; 								background-color: #cccccc;
	margin: 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
	background-color: #000000;
}

TD.headerNavigation {
	font-family:  Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight : bold;
	background-color: #0000FF;
	background-image: url(images/admin_info.png);
	background-repeat: no-repeat;
	background-position: center center;
}

A.headerNavigation { 
  color: #FFFFFF; 
}
TD.headerNavigationx {
	font-family:  Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight : bold;
	background-color: #0000FF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/admin_info.png);
}
A.headerNavigationx {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}

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

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 {
 width: 900px;
 background: #000000;

}

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

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

.infoBox {
	border: none;
	width: 160px;
	}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	/* background-image: url("images/tableheaderbg.jpg"); */
  color: #FFFFFF;
	background-color: #666666;
	background-image: url(images/info.png);
	background-repeat: repeat-x;
	height: 26px;
}

TD.infoBox, SPAN.infoBox {
	font-family: 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-color: #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-color: #F9F9F9;
	border-top-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

TABLE.productListing {
	color: #000000;
	background-color: #FFFFFF;
  
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	background-image: url(images/infobox/meny_bg.png);
	background-repeat: repeat-x;
	padding: 1px;
	margin: 2px;
}

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

A.pageResults {
  color: #000000;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  color: #666666;
}
mvara-bild {
	float: none;
	border: medium solid #FF0000;
	text-align: right;
	position: relative;
	right: 300px;
}

TR.subBar {
}

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: 11px;
  line-height: 1.5;
 color: #000000;
}
#betyg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#betyg img {
	padding: 4px;
	float: left;
}


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

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;
}

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;
}

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

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

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

TABLE.formArea {
  background: #f1f9fe;
 
}

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 {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

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

.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; }

/* 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: #99ff00; }

/* input requirement */

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

#pscroller1 {
	height: 160px;
	border: 0px;
	padding: 5px;
}

#pscroller2{
	width: 350px;
	height: 20px;
	border: 0px;
	padding: 3px;
}

#pscroller2 a{
	text-decoration: none;
}

.someclass {
  	font-family: sans-serif;
  	font-size: 11px;
  	line-height: 1.5;
}
#banner {
	float: right;
	margin-right: 6px;
	padding-right: 6px;
	margin-top: 10px;
	padding-top: 10px;
	top: 8px;
	padding-left: 110px;
	position: absolute;
	margin-left: 50px;
}
/* star product pimped start */


#star {
	background-repeat: no-repeat;
	width: 530px;
	padding: 4px;
	background-position: center center;
	height: 150px;
}
#star img {
	float: left;
	width: 150px;
}
#star p {
	float: right;
	text-align: left;
	margin-right: 6px;
	padding-right: 6px;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
#star h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #8A0000;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.star-product-price{
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}
/* star product pimped end */
.mvara-text {
	width: 350px;
}
TD.infoMoxHeading {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	/* background-image: url("images/tableheaderbg.jpg"); */
  color: #FFFFFF;
	background-color: #666666;
	background-image: none;
	background-repeat: repeat-x;
	height: 26px;
}
#hej {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #CCCCCC;
	width: 100%;
	margin: 3px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	background-image: url(images/info.png);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#hej a {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.produkt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #000000;
	margin: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: thin solid #999999;
	color: #FFFFFF;
}
mprod {
	border: 1px solid #333333;
}
.vittext {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
TD.knallText, SPAN.knallText, P.knallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
#knallText{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FF0000;
	width: 180px;
	border: 2px solid #FFFFFF;
	padding: 3px;
	margin: 3px;
	background-color: #FFFFFF;
	}.lbild {
	margin: 3px;
	width: 160px;
	padding-right: 6px;
	padding-left: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.spes  { color: #000; font-size: 7pt; font-family: Verdana, Arial, Helvetica, sans-serif; border: solid 1px #8b0000 }
.pbinfo {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 2px dotted #FF0000;
	background-color: #CCCCCC;
	margin-right: 2px;
	margin-left: 2px;
	width: 290px;
	padding: 2px;
}
#listlink {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
#jul09 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px double #950000;
	width: 530px;
}
#jul09 h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #C40000;
	width: 530px;
}
#jul09 img{
	width: 200px;
	float: left;
	height: 125px;
}
.aktuellt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-left: 25px;
}
#reklam {
	width: 150px;
}
#omsluta {
	background-color: #CCC;
	width: 200px;
	border: 1px solid #FF0;
	position: absolute;
	left: 843px;
	top: 100px;
}
#vill {
	font-weight: bold;
	color: #009;
	text-decoration: underline;
}
