BODY 					
{ font-weight:normal;
  font-size:11px;
  color: #484848;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  margin-top:0px;
  margin-bottom:0px;
  background-image: URL(../images/background.gif);
  background-repeat: repeat-x; }
  
TD 						
{ font-weight: normal;
  font-size: 11px;
  color: #484848;
  font-family: Verdana, Arial, Helvetica, sans-serif; }
  
SELECT 						
{ font-weight: normal;
  font-size: 10px;
  color: #1E1B1B;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

A:link 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
  color:#a68a4a; }

A:visited 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
  color:#a68a4a; }

A:active 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
  color:#a68a4a; }

A:hover 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
  color:#967a3a; }
  
/* Misc classes */
.menu_Background
{ background-color:#f7f2e7; }

.lineColor
{ background-color:#ba9f5e; }

.boxBorderTop
{ border-top:solid 1px #ba9f5e; }

.boxBorderLeft
{ border-left:solid 1px #ba9f5e; }

.boxBorderRight
{ border-right:solid 1px #ba9f5e; }

.boxBorderBottom
{ border-bottom:solid 1px #ba9f5e; }

.button
{ border: 1px solid #ba9f5e;
  padding:3px;
  text-align:left;
  cursor:pointer; }

.button_Text
{ color:Black;
  text-decoration:none;
  font-size:10px; }
  
.button_Width_Continue
{ width:118px; }

.productLinkLine
{ height:1px;
  background-color:#ba9f5e;
  width:250px; }
  
/* Classes for page "My Orders" */
.myOrders_Head
{
	font-weight:normal;
	color: #a68a4a;
	text-align:center;
	height:25px;
}

.myOrders_Head TD
{
	border-bottom:solid 1px #ba9f5e;
	border-right:solid 1px #ba9f5e;
}

/* Classes for page "My Cart" */
.myCart_Row
{
	font-weight:normal;
	color: #a68a4a;
	text-align:center;
}

.myCart_Row TD
{
	border-bottom:solid 1px #ba9f5e;
	border-right:solid 1px #ba9f5e;
}

.myCart_Head
{
	font-weight:normal;
	color: #a68a4a;
	text-align:center;
	height:25px;
}

.myCart_Head TD
{
	border-bottom:solid 1px #ba9f5e;
	border-right:solid 1px #ba9f5e;
}

.myCart_TableHeader
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size:11px;
  color:#a68a4a; }
 
.myCart_Price
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size:10px;
  color:#000000; }
  
.myCart_Quantity
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size:10px;
    color:#000000;
	border:solid 1px #000000;
	width:14px;
	text-align:center;
}
  
/* Classes for product view page */
.productView
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 4px;
  font-weight: normal; }

.productView_ProductHeader
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size:12px;
  color:#a68a4a;
  padding: 4px; }

.productView_Saleprice
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size:14px;
  padding: 4px;
  color:#a68a4a; }
  
.productView_Oldprice
{ font-size:10pt;
  color:Gray;
  text-decoration:line-through;
  font-weight:bold; }

/* Classes for page that lists products */
.productListing_SalePrice
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size:14px;
  color:#a68a4a; }
  
/* Klasser för speciallänkar */  
/* ---------------------- */
A.linkType1:link, A.linkType1:visited, A.linkType1:active 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size:10px;
  color:#000000; }
  
A.linkType1:hover				
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size:10px;
  color:#666666; }
  
/* Används vid listning av länkar till produkter */
A.productListing_productLink:link, A.productListing_productLink:visited, A.productListing_productLink:active 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  font-size:12px;
  color:#a68a4a; }
  
A.productListing_productLink:hover				
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  font-size:12px;
  color:#c6aa6a; }
  
/* Används på sidan för visning av kundvagn */
A.myCart_productLink:link, A.myCart_productLink:visited, A.myCart_productLink:active 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size:11px;
  color:#a68a4a; }
  
A.myCart_productLink:hover				
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size:11px;
  color:#c6aa6a; }
  
A.myCart_Link:link, A.myCart_Link:visited, A.myCart_Link:active 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size:11px;
  color:#a68a4a; }
  
A.myCart_Link:hover				
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size:11px;
  color:#c6aa6a; }

  
/* Meny start */
A.menu_MainLink:link, A.menu_MainLink:visited, A.menu_MainLink:active 
{ font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size:10px;
  color:#ffffff; }
  
A.menu_MainLink:hover				
{ font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size:10px;
  color:#eeeeee; }
  
A.menu_SubLink:link, A.menu_SubLink:visited, A.menu_SubLink:active 
{ font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size:11px;
  color:#000000; }
  
A.menu_SubLink:hover				
{ font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size:11px;
  color:#606060; }
/* Meny slut */