/*
  $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
*/
BODY {
	background: #6D934D;	
  color: #000000;
  margin: 10px 0px 0px 0px;
  padding: 0;
  font-family: Helvetica, Verdana, Arial;
  font-size: 12px;
  text-align: center;
	background-image: url('images/page_bg.png');
	background-repeat: repeat-x;
	background-position: top left;
}
img {
	border: 0;
}
A {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
}
A:visited {
  color: #000000;
  text-decoration: none;
}
A:hover {
  text-decoration: underline;
}
A.imageBoxHeading {
  color: #000000;
  padding: 0px; 
}
A.imageBoxHeading:visited {
  color: #000000; 
}
A.infoBoxHeading {
  color: #000000;
  padding: 0px;
  border: none; 
}
A.infoBoxHeading:visited {
  color: #000000; 
  border: none;
}
FORM {
	display: inline;
}
H1, H2, H3, H4,H5 {
  font-family: Helvetica, Verdana, Arial;
  font-weight: bold;    
}
H1 {
  font-size: 24px;
  margin-bottom: 2pt;
}

H1.main {
	color: #5ca800;
	padding: 4px 0px 20px 10px;
}
H2 {
  font-size: 20px;
}
H2.main {
	color: #5ca800;
  	padding: 4px 0 0 10px;
}
H3 {
  font-size: 16px;
}
H3.main {
	color: #5ca800;
  	padding: 4px 0 0 4px;
}
H4 {
	font-size: 12px;
	margin-top: 0pt;
	margin-bottom: 2pt;
}
H4.main {
	color: #000000;
  	padding: 4px 0 0 4px;
}

#layout{
	width: 940px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #FFFFFF;
}

/* Extra for borders and padding */
#inner_tube {
	border-width: 0px 1px 1px 1px;
	border-color: #edeeee;
	border-style: solid;
	text-align: left;
	float: left;
	background: #FFFFFF;
}
#left_column {
	border-width: 1px 1px 1px 0px;
	border-color: #edeeee;
	border-style: solid;
	padding:  2px 2px 5px 2px;
	background: #FFFFFF;
	width:  150px;
}
#center_column {
	border-width: 1px 0px 1px 0px;
	border-color: #edeeee;
	border-style: solid;
	padding:  0px 0px 0px 0px;
	background: #FFFFFF;
	width:  640px;
  float: left;
}
#right_column {
	border-width: 1px 0px 1px 1px;
	border-color: #edeeee;
	border-style: solid;
	padding:  2px 2px 5px 2px;
	background: #FFFFFF;
	width:  150px;
}
#module {	

}
#contentwrapper {
	float: left;
	text-align: left;
}
#center_table {
	width: 940px;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
}
#header {
 	width: 940px; 	
  float: left;
	padding: 10px 0px 0 0px;
	background: #FFFFFF;
}
#headerMenu {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
#breadcrumb {
	font-size: 11px;
	font-weight: normal;
  	padding: 2px 0px 2px 0px;
	clear: both;
	border-top: 1px solid #edeeee;
}
#breadcrumb ul{
	float: left;
	text-align: left;
	margin: 0;
	border-top: 0px solid #edeeee;
}
#breadcrumb li{
	display: inline; 
	list-style-type: none;		
}
#breadcrumb ul a {
	text-decoration: none; 
	border: 0px dotted red;
	padding: 2px 3px 2px 3px;
	margin-right: 3px;
}
#breadcrumb a:link {
  	color: #5C5B5B;
}
#breadcrumb a:visited {
	color: #5C5B5B;
}
#breadcrumb a:hover {
	text-decoration: underline; 
	color: #2C2B2B;
}
/* EOF breadcrumb */

#meny {
	padding: 0;
	margin-top: 0px;
	float: right;
}
#meny ul{
	margin-top: 60px;
	margin-bottom: 0;
	font-size: 12px;
}
#meny li{
	display: inline;
}
#meny ul a {
	text-decoration: none; 
	padding: 2px 4px 2px 4px;
	margin-right: 3px;
  	color: #5C5B5B;
	width: 80px;
	text-align: center;
	border: 2px solid #edeeee;
}
#meny a {
	font-weight: bold;
}

#meny a:link {
  	color: #5C5B5B;

}
#meny a:visited {
	color: #5C5B5B;

}
#meny a:hover {
  text-decoration: underline; 
  background: #CCCCCC;
  color: #2C2B2B;

}
/* EOF menu */

#category_description {
  font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom: 15px;
}
/* BOF CSS blocks ************************************** */
.block {
	width: 150px;
	border: 1px dotted green;
	padding: 7px 5px 10px 5px;
	font-size: 12px;
	margin-bottom: 5px;
	
}
.block .block_header {
	border: 0px dotted red;	
	font-weight: bold;
}
.block .block_content {
	border: 0px dotted red;	
}

h1.block {
	font-size: 14px;
	margin-bottom: 7px;
	margin-top: 7px;
	border: 0;
}
.block h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}
.block img {
	
}
/* BOF CSS blocks ************************************** */

.boxText {
   font-family: Helvetica, Verdana, Arial;
   font-size: 12px;
   padding: 0px 0px 2px 5px;
}

#boxImage {
   font-family: Helvetica, Verdana, Arial;
   font-size: 12px;
   padding: 0px 0px 0px 0px;
   text-align: center;
   font-weight: normal;
}
/* bof Product listing **************************** */
#productBox {
   font-family: Helvetica, Verdana, Arial;
   font-size: 10px;
   padding: 5px 0px 0px 0px;
   margin: 3px;
   text-align: left;
   background: #FFFFFF;
   border: 1px solid #edeeee;
}
#productBox a {
	font-size: 12px;
}
#productBoxImage {
   padding: 0px 0px 10px 0px;	
   border: 0px solid red;
   text-align: center;
}
IMG#productBoxImage {
   padding: 0px 0px 0px 0px;	
   border: 0px solid red;
}
#productList {
  font-family: Helvetica, Verdana, Arial;
  padding: 2px 0px 2px 0px;
  float: left;
}
#productListText {
  padding: 10px 0px 0px 10px;
}
#productListName {
  font-weight: bold;
  padding: 5px 5px 0px 5px;
  height:  36px;
  border: 0px dashed red;
}
#productListModel {
  font-weight: normal;
  padding: 0px 2px 0px 2px;
}
#productListPrice {
  font-size: 12px;
  height: 22px;
  font-weight: bold;
  padding: 5px 10px 0px 10px;
  text-align: right;
  border: 0px dashed red;
}
#productListOldPrice {
	text-decoration:line-through;	
	text-align: right;
	border: 0px dashed red;
}
#productListBuyNow {
  text-align: right;	
  padding: 5px;
  vertical-align: bottom;
  border: 0px dotted red;
}
#productListSpecialPrice {
  font-family: Helvetica, Verdana, Arial;
  font-size: 14px;
  color: #ff0000;
  font-weight: bold;
  text-align: right;
  border: 0px dashed red;
}
/* eof Product listing */

.main {

}

/* bof product_info.php */
.productInfoBox {
   font-family: Helvetica, Verdana, Arial;
   font-size: 14px;
   padding: 0px 0px 0px 0px;
   margin-top: 20px;
	 clear: both;
   border: 0px dashed red;
}
.productInfoBox h1 {
	color: #5ca800;
	font-size: 16px;
	font-weight: bold;
  padding: 10px 0 0 4px;	
}
.productInfo {
  font-family: Helvetica, Verdana, Arial;
  font-size: 12px;
  padding: 2px 15px 2px 5px;
  float: left;
  border: 0px solid red;
  font-style: italic;
}
#productInfoImage {
  font-family: Helvetica, Verdana, Arial;
  font-size: 10pt;
  padding: 0px 5px 5px 5px;
  text-align: center;
}
.productInfoBold {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 20px 2px 0px;
}
#productInfoBuyNow {
  padding: 2px 0px 2px 0px;
  text-align: right;
  vertical-align: middle;
  border: 0px solid red;  
}
.productInfoName {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px 5px 0px;
  clear: both;
}
.productInfoModel {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0px 5px 5px;
  clear: both;
}
.productInfoPrice {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 15px 10px 0px;
  border: 0px solid red;
  text-align: right;	
}
.productInfoOldPrice {
	text-decoration:line-through;
}
.productInfoSpecialPrice {
  font-size: 16px;
  font-family: Helvetica, Verdana, Arial;
  color: #ff0000;
}
.productInfoQty {
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	text-align: center;
	vertical-align: bottom;
	margin: 5px;
	border: 0.5px solid green;
}
.button_in_cart {
	vertical-align: middle;
	margin: 5px;
}
/* eof product_info.php */

.errorBox { font-family : Helvetica, Verdana, Arial; font-size : 10pt; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Helvetica, Verdana, Arial; font-size : 10pt; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Helvetica, Verdana, Arial; font-size : 10pt; color: #70d250; text-decoration: underline; }

.headerError {
  font-family: Tahoma, Helvetica, Verdana, Arial;
  font-size: 10pt;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
.headerInfo {
  font-family: Tahoma, Helvetica, Verdana, Arial;
  font-size: 10pt;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

#footerNavigation {
  width: 100%;
  float: left;
  padding-top: 13px;
  padding-bottom:  5px;
  text-align: left;
}
#footerNavcontentL {
  font-family: Helvetica, Verdana, Arial;
  font-size: 10px;
  color: #000000;
  font-weight : normal;
  padding: 13px 2px 2px 4px;
  float: left;	
}
#footerNavcontentR {
  text-align: right;
  font-family: Helvetica, Verdana, Arial;
  font-size: 10px;
  color: #000000;
  font-weight : normal;
  padding: 13px 14px 2px 2px;
  float: right;
}
.infoBoxHeading {
  font-family: Helvetica, Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  border-width: 0px 0px 0px 0px;
  border-color: #edeeee;
  border-style: solid;
  color: #000000;
  padding: 4px 1px 0px 4px;
}
.infoBoxHeading h1{

}
.infoBox {
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  font-family: Helvetica, Verdana, Arial;
  font-size: 12px;
  border-color: #edeeee;
  padding: 4px 0px 4px 0px;
}

.imageBoxHeading {
  font-family: Helvetica, Verdana, Arial;
  font-size: 10pt;
  font-weight: bold;
  background: #FFFFFF;
  color: #000000;
  padding: 4px 0px 4px 4px;
}
.imageBox {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  font-family: Helvetica, Verdana, Arial;
  font-size: 12px;
  border-color: #edeeee;
  padding: 4px 0px 4px 0px;
}

.infoBoxContents {
  font-family: Helvetica, Verdana, Arial;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Helvetica, Verdana, Arial;
  font-size: 10pt;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd { }

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even { }

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #7b9ebd;
  border-spacing: 0px;
  padding: 5px 0px 0px 0px;
}

.productListing-heading {
  font-family: Helvetica, Verdana, Arial;
  font-size: 10pt;
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}

TD.productListing-data {

  font-size: 10pt;
  padding: 3px 5px 3px 5px;
}

A.pageResults {
  color: #0000FF;
}

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

#pageHeading {
  	width: 100%;
  	padding: 2px;
  	border: 1px solid black;
	height: 20px;
}
#pageHeadingL {
  	width: 50%;
  	padding: 2px;
	border: 1px solid red;
	float: left;
	background: yellow;
	height: 20px;
}
#pageHeadingR {
	font-size: 20px;
	font-weight: bold;
	color: Navy;
	width: 50%;
	padding: 2px;
	float: right;
	height: 20px;
}
TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Helvetica, Verdana, Arial;
  font-size: 12px;
  padding: 4px 0px 0px 4px;
  text-align: left;
 } 

/* Order Total numbers align to the right */
#ot_numbers {
	text-align: right;
  font-family: Helvetica, Verdana, Arial;
  font-size: 12px;
  padding: 4px 0px 0px 4px;
}

DIV.main {
  font-size: 12px;
  padding: 12px 0px 10px 12px;
  border:  0px solid red;
  margin: 0;
}
.smallText {
  font-family: Helvetica, Verdana, Arial;
  font-size: 11px;
  padding: 5px 5px 5px 10px;
}

.smallTextBold {
  font-family: Helvetica, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 5px 5px 5px
}

TD.accountCategory {
  font-family: Helvetica, Verdana, Arial;
  font-size: 13px;
  color: #aabbdd;
}

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

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

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

SPAN.newItemInCart {
  font-family: Helvetica, Verdana, Arial;
  font-size: 10pt;
  color: green;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Helvetica, Verdana, Arial;
  font-size: 10pt;
}

TEXTAREA {
  width: 100%;
  font-family: Helvetica, Verdana, Arial;
  font-size: 12px;
}

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

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

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

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

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { 
	border: 1px dotted red;
	padding: 10px;
	font-size: 11pt;
	font-weight: bold;
}

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

/* message box */

.messageBox { font-family: Helvetica, Verdana, Arial; font-size: 10pt; }
.messageStackError, .messageStackWarning { font-family: Helvetica, Verdana, Arial; font-size: 10pt; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Helvetica, Verdana, Arial; font-size: 10pt; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Helvetica, Verdana, Arial; font-size: 10pt; color: #ff0000; }

/* BEGIN Fancier Invoice and Packingslip */
.dataTableHeadingContent{
	font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; 
	color: #ffffff; font-weight: bold; }
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableRow { background-color: #F0F1F1; }
.dataTableContent { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top { color : #006699; font-weight: bold; font-family: Helvetica, Verdana; font-size: 13px; }

.order_infobox_heading { 
	color : #000000; 
	font-weight: bold; 
	font-family: Helvetica, Verdana; 
	font-size: 12px; 
	border-width:	0px 0px 1px 0px;
	border-color: #C0C0C0;
	border-style: solid;	
}
.order_infobox_data { color : #000000; font-family: Helvetica, Verdana; font-size: 12px; }
.product_infobox_heading_row {  

}
.product_infobox_heading { 
  	font-family: Helvetica, Verdana, Arial, sans-serif; 
  	font-size: 11px; 
  	color: #ffffff; 
  	font-weight: bold; 
	border-width: 1px 0px 1px 0px;
	border-color: #C0C0C0;
	border-style: solid;
}
.product_infobox_data_row { 
	/*background-color: #F0F1F1; */
  }
.product_infobox_data { 
  font-family: Helvetica, Verdana, Arial, sans-serif; 
  font-size: 11px; 
  color: #000000; 

}
.order_history_top_INVOICE { color : #006699; font-weight: bold; font-family: Helvetica, Verdana; font-size: 13px; }
.order_infobox_heading_INVOICE { color : #000000; font-weight: bold; font-family: Helvetica, Verdana; font-size: 12px; }
.order_infobox_data_INVOICE { color : #000000; font-family: Helvetica, Verdana; font-size: 12px; }
.product_infobox_heading_row_INVOICE { background-color: #C9C9C9; }
.product_infobox_heading_INVOICE { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row_INVOICE { background-color: #F0F1F1; }
.product_infobox_data_INVOICE { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.smallText_INVOIVE { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; }
.smallTextBlue_INVOICE { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; color: #006699; }
.smallAddressBlue_INVOICE { font-family: Arial; font-size: 9px; color: #006699; }
.main_INVOICE { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; }
.pageHeading_INVOICE { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }
/* END Fancier Invoice and Packingslip */


