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

BODY {
	color: #666666;
	margin: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
	background: #ffffff;
	background-color: #FF0000;
}

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff;
	color: #ffa61b;
	font-weight : normal;
}

A.headerNavigation {
	color: #ffa61b;
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
	font-family: Arial, 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, Helvetica, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

/*
TR.footer {
	background: #ffffff;
}


TD.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff;
	color: #ffa61b;
	font-weight: normal;
}

.infoBox {
  background: #b6b7cb;
}
*/

.infoBoxContents {
	background: transperent;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	border-spacing: 4px;
	border-collapse: separate;
  *border-collapse: expression('separate', cellSpacing = '4px'); 

}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


TD.infoBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}

/* BOF pricebreak */

.priceBreakouter {
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #CCCCCC;
}

.priceBreakContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 2;
	background-color: f0f0f0;
}


TD.priceBreakHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: e6e6e6;
}

.priceBreakTableHeading  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF9900;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}

.priceBreakTableDesc  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-bottom: 10px;
	padding-top: 1px;
	text-align: justify;
	line-height: 1.3;
}


.PriceBreakbox {
	border: thin solid #CCCCCC;
	margin-bottom: 5px;
}

TD.priceBreakSavings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	background-color: e6e6e6;
}

/* EOF pricebreak */

/* BOF get 1 free */
.get1freeHead {
	padding-top: 10px;
	text-align: center;
}

.get1freeHeadMain {
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
	background-color: f0f0f0;
}

.get1freeDesc {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-weight: normal;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}

.get1freeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF9900;
}


.get1freeOuter {
	text-align: center;
	margin-bottom: -10px;
	border: thin solid #CCCCCC;
}

.get1freeShortDesc {
	line-height: 1.3;
	text-align: justify;
	padding: 5px;
}
/* EOF get 1 free */

/* BOF Related Products */

TABLE.Rel-productListing {
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-bottom: 5px;
}

.Rel-productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	background-color: f0f0f0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 10px;
}

TD.Rel-productListing-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


TD.Rel-productListing-data p {
	margin:2px;
	padding:0;
	text-align:center;
        }
		
/* EOF Related Products */

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


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: #CCCCCC;
	border-spacing: 2px;
}

.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: dddddd;
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

TD.productListing-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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

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

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

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

SPAN.greetUser {
	font-family: Arial, Helvetica, sans-serif;
	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

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

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

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

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

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

/* message box */

.messageBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.messageStackError, .messageStackWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffb3b5;
}
.messageStackSuccess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #99ff00;
}

/* input requirement */

.inputRequirement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffa61b;
}

/* BOF: Additional Images */
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* EOF: Additional Images */

/*** Begin Header Tags SEO ***/

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

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #999999;
}

/*** End Header Tags SEO ***/

/*-------------------------------------*/

/*   Horizontal Drop-Down Menu Style   */

/*-------------------------------------*/



.horbar	{   /* Color of main horizontal menubar and border */

	color: black;

	background-color: #e6e7e6;

	border: 1px outset #525252;

}



.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */

	float: left;

	white-space: nowrap;

}



.horizitem a {              /* Font style, size of submenu items */

  font-family: Verdana, Arial, sans-serif;

	font-size: 12px;	

	text-decoration: none;

	position: relative;	

	display: block;	

}



.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */

	color: #000000;

	text-decoration: none;

}



.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */

	color: #ffffff;

	background-color: #21459c;

	text-decoration: none;

}



.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */

	color: #ffff00;

	background-color: #666666;	

	text-decoration: none;

}



.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */

	position: absolute;

	left: 0;

	top: 0;

	visibility: hidden;

}



.horizsubframe	{      /* Color of submenu item and border */

	background-color: #e6e7e6;

	border: 2px outset #fdfefd;

	

	position: relative;

	display: block;	

}



.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */

	text-align: left;

	white-space: nowrap;

}



.horizsubitem a {            /* Font style, size of submenu items */

  font-family: Verdana, Arial, sans-serif;

	font-size: 12px;	

	text-decoration: none;

	

	position: relative;

	display: block;	

}



.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */

	color: #000000;

	font-size: 12px;	

	text-decoration: none;

}



.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */

	color: #ffffff;

	background-color: #21459c;

	text-decoration: none;

}



.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */

	color: #ffff00;

	background-color: #666666;		

	text-decoration: none;

}



.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */

	position: absolute;

	top: 5px;

	right: 8px;

}



.dmselected {   /* Style override for selected category tree */

    background-color: #ccc;

		font-weight: bold;

}



.horbar .dmselected {   /* Style override for selected root category */

    background-color: #999;

}





/*---------------------------------*/

/*   Vertical Fly-Out Menu Style   */

/*---------------------------------*/



.verbar	{   /* Color of main vertical menubar and border */

	color: black;

	background-color: #ffffff;

	border: 0px outset #fdfefd;

}



.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */

	text-align: left;

	white-space: nowrap;

}



.vertitem	a {   /* Font style, size of main menu items */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	display: block;
}



.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #666666;
	text-decoration: none;
}



.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffa61b;
	background-color: #ffffff;
	text-decoration: none;
}



.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #000099;
	background-color: #FFFFFF;
	text-decoration: none;
}



.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */

	position: absolute;

	left: 0;

	top: 0;

	visibility: hidden;

}



.vertsubframe	{   /* Color of submenu item and border */

	background-color: #ffffff;

	border: 2px outset #fdfefd; 



	position: relative;

	display: block;	

}



.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */

	text-align: left;

	white-space: nowrap;

}



.vertsubitem a	{   /* Font style, size of submenu items */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	display: block;
}



.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */

	color: #999999;

	text-decoration: none;	

}



.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */

	color: #ffa61b;

	background-color: #ffffff;

	text-decoration: none;

}



.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #000099;
	background-color: #FFFFFF;
	text-decoration: none;
}



.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */

	position: absolute;

	top: 5px;

	right: 8px;

}



.dmselected {   /* Style override for selected category tree */
	background-color: #FFFFFF;
	font-weight: bold;
}



.verbar .dmselected {   /* Style override for selected root category */
	background-color: #FFFFFF;
	color: #006666;
}



/*---------------------------*/

/* Tree and Plain Menu Style */

/*---------------------------*/



.treemenudiv	{     /* Behaviour of tree/plain menu item - leave as is for proper performance */

	display: block;

	white-space: nowrap;

}





.phplmbodytable { /* Class of table cells containing plain menus */



}



.phplmnormal {     /* Font size & color of unlinked menu items */

	color: #000000;

	font-size: 13px;	

	text-decoration: none;	

}





a.phplm:link, a.phplm:visited	{      /* Font color, style of linked & visited menu items */

	color: #003300;

	font-size: 13px;	

	text-decoration: none;	

}





a.phplm:hover	{      /* Font color, style of menu items when hovered over */

	color: #841212;

	background-color: #ccc;

	font-size: 13px;	

	text-decoration: none;	

}



a.phplm:active	{      /* Font size & color of menu items when clicked */

	color: #ff0000;

	font-size: 13px;	

	text-decoration: none;	

}



.dmselected {   /* Style overide for selected category tree */

    background-color: #ccc;

		font-weight: bold;

}

/***** Begin Sitemap_SEO *****/ 

ul.sitemap {

color: #ff0000;

}

.sitemap {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  color: #0000ff;

  font-weight : normal;

}

.sitemapHeading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

  color: #0000ff;

  font-weight : normal;

}

.sitemapProducts {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  color: #f000ff;

  font-weight : normal;

}

A.sitemap { 

  color: #009900; 

}

A.sitemap:hover {

  color: #ff0000;

}

/***** End Sitemap_SEO *****/ 

/****** Beginn Product listing ******/

.infoBoxProducts {

  text-align: center;

  border: solid 1px #999999; 

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  font-weight: normal;

  background-color: transparent;

  color: #333333;

  margin-bottom:-8px;

}

.infoBoxProducts a {

  color: #333333;

}

TD.infoBoxGrid {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1px;
	border: thin solid #CCCCCC;
}





/* set pos buy/details button on list */

img.buy_now {  

  margin-bottom:10px;

} 

/* set pos buy/details button on thumbnail */

img.thm_buy_now {

	margin-bottom: -7px;
} 

/* set style buy/details seperator thumbnail */

.buy_now {
	font-weight: lighter;
	font-size: 18px;
	color: #FFFFFF;
} 

.infoBoxList {

 border: ridge 0px #faf0e6;

 border-collapse: collapse;

 background-color: #fff;

 }

.thumbcontent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#666666;
	text-align: left;
	padding-right: 3px;
}

.desccontent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#666666;
	text-align: left;
	padding-right: 15px;
}

.desccontentspec {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#666666;
}

.listbutton {
	background-color: #f0f0f0;
}

.boxtitle {
	background-color: #f0f0f0;
	padding-right: 9px;
}


TD.noborderbox {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

}

/****** END Product listing ******/


