/*
  $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
*/
.submitbutton{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #F3C3C3;
	letter-spacing: 1px;
	background-attachment: scroll;
	background-image: url(images/input_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a.submitbutton:link, a.submitbutton:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #F3C3C3;
	background-attachment: scroll;
	background-image: url(images/input_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a.submitbutton:hover {
  	color            	: #b80c0b;
  	font-size        	: 12px;
  	font-weight      	: bold;
	background-color	: #FFCDCD;
  	text-decoration  	: none;	
}
.button{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(images/input_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1px 7px;
	text-decoration: none;
	border: 1px solid #F3C3C3;
	letter-spacing: 1px;

}
a.button:link, a.button:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(images/input_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	border: 1px solid #F3C3C3;
}

a.button:hover {
  	color            	: #b80c0b;
  	font-size        	: 12px;
  	font-weight      	: bold;
	background-color	: #FFCDCD;
  	text-decoration  	: none;	
}



.boxText { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	}
a.boxText { text-decoration:none;  }
a.boxText:hover {
	text-decoration:none;
}
.errorBox { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { 
	background: #eeeeee; 
    border: 1px;
    border-style: solid;
    border-color: #999999;
    border-spacing: 1px;
}
.orderEdit { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 10px; color: #b80c0b; text-decoration: underline; }
a.orderEdit:link, a.orderEdit:visited { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 10px; color: #b80c0b; text-decoration: underline; }
a.orderEdit:hover { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 10px; color: #000000; text-decoration: underline; }

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

BODY {
  background: url(images/body_bg.png) no-repeat fixed left top;
  color: #660000;
  margin: 0;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #b80c0b;
}
TR.headerNavigationSoft {
	background-color: #f1cece;
	background-image: url(images/newdesk_sub.jpg);
	background-repeat: repeat-y;
}

TD.headerNavigation {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background: #b80c0b;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #b80c0b;
}

TD.footer {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background: #b80c0b;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	text-decoration: none
}
a.infoBox {
	text-decoration: none
}

.infoBoxContents {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
a.infoBoxContents {
	text-decoration: none
}
.infoBoxNotice {

}

.infoBoxNoticeContents {

  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

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: #fcf6f6;
}

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

.productListing-heading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  background: url(images/musikshopen/product_head.gif) repeat left bottom; 
  color: #000000;
  font-weight: bold;
}
a.productListing-heading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}
a.productListing-heading:hover {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  font-weight: bold;
}
TD.productListing-data {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #b80c0b;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 577px;
	text-indent: 8px;
	font-weight: bold;
	text-transform: none;
}
.produktRub {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
}
.produktRam {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d28180;
	border-right-color: #f3c3c3;
	border-bottom-color: #f3c3c3;
	border-left-color: #d28180;
}

TR.subBar {
  background: #cccccc;
}

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

TD.main{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #000000;
}

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

TD.miniText, SPAN.miniText, P.miniText {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}
.mini {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration:none;
  color: #000000;
}
a.mini {
	color: #000000;
	text-decoration: none;
}
a.mini:hover {
	color: #b80c0b;
	text-decoration: underline;
}
TD.accountCategory {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  color: #b80c0b;
}

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

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

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

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

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

}

TEXTAREA {
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #F3C3C3;
	background-attachment: scroll;
	background-image: url(images/input_bg.png);
	background-repeat: no-repeat;
	background-position: left top; 
}

.TEXTAREA {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: scroll;
	background-image: url(images/input_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d28180;
	border-right-color: #F3C3C3;
	border-bottom-color: #F3C3C3;
	border-left-color: #d28180;
	letter-spacing: 1px;
	text-indent: 3px;
}

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

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

TABLE.formArea {
  background: #ffffff;
  border-color: #b80c0b;
  border-style: solid;
  border-width: 1px;
}

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

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

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #b80c0b;
}

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

.moduleRow {
	border: 1px solid #666666;
	background-color: #f3eaea;
}

.moduleRowOver {
	background-color: #F3C3C3;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #666666;
}

.moduleRowSelected {
	background-color: #f6c6c6;
	border: 1px solid #666666;
}

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */
.messageBox { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; }
.messageStackSuccess { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px;  }

/* input requirement */
.inputRequirement { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; }

/* pathway */
.pathway {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #F3C3C3;
	text-decoration: none;
}
a.pathway { color: #F3C3C3; text-decoration: none; font-weight: bold;}
a.pathway:hover { color: #FFFFFF; text-decoration: none; font-weight: bold;}

/* mail & telenummer */
.mailandphone { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #ffffff; }
a.mailandphone { color: #ffffff; text-decoration: none; }
a.mailandphone:hover { color: #cccccc; text-decoration: none; }

/* meny */
.menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #b80c0b;
	background-attachment: scroll;
	background-image: url(images/musikshopen/menu-bg.png);
	background-position: left top;
	padding: 2px;
	height: 20px;
	width: 123px;
	margin: 0px;
	text-indent: 0px;
	background-repeat: no-repeat;
}
a.menu { color: #b80c0b; text-decoration: none; font-weight: bold;}
a.menu:hover { color: #000000; text-decoration: none; font-weight: bold;}
.menyLinks {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	height: 14px;
	width: 133px;
}
a.menyLinks:link, a.menyLinks.visited { color: #000000; text-decoration: none; }
a.menyLinks:hover {
	color: #b80c0b;
	height: 14px;
	width: 133px;
	text-decoration: none;
	background-image: url(images/menylinks-over.png);
	background-repeat: repeat;
	font-weight: bold;
}
/* infomeny */
.infomenu { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold;}
a.infomenu { color: #000000; text-decoration: none; font-weight: bold;}
a.infomenu:hover { color: #b80c0b; text-decoration: none; font-weight: bold;}

.infomenuinvert {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #b80c0b;
	font-weight: bold;
	margin-left: 10px;
}
a.infomenuinvert { text-decoration: none; }
a.infomenuinvert:hover { color: #000000; text-decoration: none; font-weight: bold; }

/* datum */
.date {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.date a { text-decoration: none; color: #000000;}
.date a:hover { text-decoration: underline; color: #b80c0b;}


/* Senaste nyheten */
.whatsnew {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	padding-left: 5px;
}
.accountText {	
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #b80c0b;
	text-decoration: none;
}
A.accountText {
	color: #b80c0b;
	text-decoration: none;
}
A.accountText:hover {
	color: #000000;
	text-decoration: none;
}

TR.productListing-odd {
	background-color: #FFFFFF;
} 

TR.productListing-even { 
	background-color: #fcf6f6;
} 

.accountHistoryHeadline {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
.thinborder {
	border: 1px solid #CCCCCC;
}

.conditionHL {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b80c0b;
}

h1 { 
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color:#000000
}

h2 {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
}
.tableHeadingGrey {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}
.tableHeadingWhite {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
.smallTextGrey {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #999999;  
}
/* New Products Scroller */

#pscroller_np {
height: 150px;
border: 0px;
padding: 5px;
}

.pscroller_c_np {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
P.main  { text-transform: capitalize }P.main  {   font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
 } 
 
 
 /* nya prylar */
 .menyRubrik {
	background-attachment: scroll;
	background-image: url(images/meny_new_off.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #b80c0b;
	text-decoration: none;
	height: 24px;
	width: 144px;
	padding-top: 3px; 
	background-position: left top;
	cursor: hand;
	position: static;
	clear: none;
	float: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 3px;
}
a.menyRubrik:link, a.menyRubrik:visited
{
	text-decoration: none;
}
a.menyRubrik:hover
{
	background-attachment: scroll;
	background-image: url(images/meny_new_on.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.menyBg
{
	background-attachment: scroll;
	background-image: url(images/meny_fade.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-left: 7px;
}
.specialBg
{
	background-attachment: scroll;
	background-image: url(images/specnews_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
.kundvagnRub
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.kundvagnRub
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.kundvagnRub:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B80C0B;
	text-decoration: underline;
}

.specialRub
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.specialRub
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.specialRub:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B80C0B;
	text-decoration: underline;
}
.searchBg
{
	background-attachment: scroll;
	background-image: url(images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
.specialPicBrdr
{
	border: 1px solid B80C0B;
}
.specialTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.specialTitle:link, a.specialTitle:visited
{
	text-decoration: none;
}
a.specialTitle:hover
{
	color: #B80C0B;
	text-decoration: none
}
.Price
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 3px;
	
}

.specialPrice
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B80C0B;
	text-decoration: none;
	padding: 3px;

}
.specialPriceOld
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
	padding: 3px;

}
.productPrice
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #B80C0B;
	text-decoration: none;
	padding: 3px;

}
.productPriceOld
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
	padding: 3px;

}
.SpecNewsPic
{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.SpecialPic {
	text-align: center;
	vertical-align: middle;

}
#SpecialTitleBg {
	position:relative;
	left:0px;
	top:-414px;
	width:157px;
	height:42px;
	z-index:4;
	visibility: visible;
	overflow: hidden;
}

#SpecialHead {
	position:relative;
	left:-40px;
	top:-419px;
	width:195px;
	height:20px;
	z-index:3;
	visibility: visible;
	overflow: hidden;
}
#NewsHead {
	position:relative;
	left:-73px;
	top:-419px;
	width:195px;
	height:20px;
	z-index:5;
	visibility: visible;
	overflow: hidden;
}
#SpecialPriceBg {
	position:relative;
	left:39px;
	top:-339px;
	width:89px;
	height:54px;
	z-index:6;
	visibility: visible;
	overflow: hidden;
}
#SpecialTitle {
	position:relative;
	left:1px;
	top:-455px;
	width:157px;
	height:42px;
	z-index:7;
	visibility: visible;
	overflow: hidden;
}
#SpecialPrice {
	position:relative;
	left:37px;
	top:-410px;
	width:89px;
	height:54px;
	z-index:8;
	visibility: visible;
	overflow: hidden;
}
#SpecialBg {
	position:relative;
	left:0px;
	top:0px;
	width:214px;
	height:231px;
	z-index:1;
	visibility: visible;
	overflow: hidden;
}

#SpecialPic {
	position:relative;
	left:1px;
	top:-198px;
	width:157px;
	height:197px;
	z-index:2;
	visibility: visible;
	overflow: hidden;
}
.table_bg {
	background-attachment: scroll;
	background-image: url(images/textarea_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.ProdInfoRub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/prod_info_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	height: 20px;
	width: 363px;
}
.kvitto_bg {
    background-attachment: scroll;
	background-image: url(images/kvitto_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.ListImage {
	margin: 8px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 4px;
}
a.ListImage:link, a.ListImage:visited {
	margin: 8px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 4px;
}
a.ListImage:hover {
	margin: 8px;
	border: 1px solid #B80C0B;
	background-color: #FFFFFF;
	padding: 4px;
}
OPTION, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-attachment: scroll;
	background-color: #fcf6f6;
	background-position: left top;
	font-weight: bold;
	color: #000000;
	width: 200px;
	text-align: left;
	vertical-align: middle;
}
.optionName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.categoryImage {
	margin: 5px;
}
.greet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.ProductBG {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/product_bg.jpg);
}

#content
{
  height: 100%;
  width: 100%;
  text-align: left
}

#ie_fix
{
  height: 100%;
  width: 100%;
  text-align: center
}

#scroll
{
  position: absolute;
  margin: 0 auto; 
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  width: 201px;
  height: 150px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: auto;
  float: left;
}

#scroll div
{
  margin: 0 auto;
  text-align:left
}

#suggest table
{
  width: 200px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

a.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

a:hover.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
} 
  
