/*
  $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
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

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

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #9F1A37;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

A.headerNavigation:hover {
  color: #9F1A37;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

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 {
  background: #bbc3d3;
}

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

.infoBox {
  background: #E0E0E4;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #FF0000;
  display: none;
}

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

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

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #F3F3E7;
  border-spacing: 1px;
  
}

.productListing-heading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #F3F3E7;
  color: #9F1A37;
  font-weight: bold;
  padding: 10px;
}

TD.productListing-data {

  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #282E3E;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  color: #DF4400;
  font-size: 11px;
  font-weight: bold;  
  background: url('images/m99.gif');
  background-repeat: no-repeat;
  padding: 5px;
  padding-left: 35px;
  text-transform: uppercase;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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: #f0a480;
  font-weight: bold;
}

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

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


td{
 font-family: tahoma,verdana,arial;
 font-size: 10px;
 color: #000000;
}

 .bg{
  background-color: #F5F5F5;
  padding-left: 7px;
  width: 181px;
 }

 .bg1{
  background-image: url(images/m23.gif);
  background-repeat: repeat-y; 
 }

 .bg2{
  background-image: url(images/m33.gif);
  background-repeat: repeat-y; 
 }

 .ml{
  color: #282E3E;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none; 
 }

 .ml1{
  color: #0064A7;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
 }

 .ml2{
  color: #282E3E;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
 }

 .ml3{
  color: #0064A7;
  font-size: 9px;  
  text-decoration: underline;
 }


 .ca{
  color: #DF4400;
  font-size: 11px;
  font-weight: bold;  
 }

 .ca1{
  color: #0064A7;
  font-size: 12px;
  font-weight: bold;  
 }

 .ca2{
  color: #2E3E48;
  font-size: 12px;
  font-weight: bold;  
 }

 .ca3{
  color: #DF3400;
  font-size: 14px;    
 }

 .ca4{
  color: #0064A7;
  font-size: 13px;
  font-weight: bold;  
 }


 .ca5{
  color: #ED1B23;
  font-size: 18px;    
 }

 .ca6{
  color: #4C4C4C;
  font-size: 12px;
  font-weight: bold;    
 }

 .head_ch1{
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;    
 }


 .tx{
  color: #282E3E;
  font-size: 11px;  
 }

 .tx1{
  color: #4C4C4C;
  font-size: 11px;  
 }

 .tx2{
  color: #000000;
  font-size: 11px;  
 }

 .se{
  width: 109px;
  font-size: 9px;
 }

 .px2{
  font-size: 2px;
 }

 .px4{
  font-size: 4px;
 }
 .estimatedshippingBox {
   background: #FFFFFF;
   border-color: #FF0000;
   border-width: 1px;
   border-style: ridge;
   }
 
 TD.estimatedshippingBoxHeading {
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   font-weight: ;
   text-align: left;
   font-variant: small;
   background-image: url("images/categorieheader.gif");
   background-color: #;
   color: #000000;
   border-top-color: #;
   border-bottom-color: #f7e7ab ;
   border-top-style: none;
   border-bottom-style: none;
   border-left-style: none;
   border-right-style: none;
 }
 .estimatedshippingBoxContents {
   background: #FFFFFF;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
}
.ShowShipping {
  background: #F1F0F0;
  color: #fffffa;
  font-family: Verdana, Arial, sans-serif;
  font-size: 6px;
  font-weight: bold;
  text-align: center;
	} 
/* START Categories Tabs v2.0 */
A.tabsNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold; 
  color: #0000CC; 
}

A.tabsNavigation:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold; 
  color: #3366CC;
}

TD.tabsNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
/*  background: #CCCCCC;*/
  color: white;  /* Color of the not selected category text */
  font-weight : bold;
}

#bodyWrap
{
    width : 800px;
    margin-left : auto;
    margin-right : auto;
}
#overlay
{
    background : url("resources/trans.png") repeat-y;
}
#protoflowContainer
{
    border : 5px solid rgb(68 , 68 , 68);
    width : 550px;
    margin-left : auto;
    margin-right : auto;
}
#protoflow
{
    width : auto;
    height : 200px;
    border : 0px solid red;
}
.sliderTrack
{
    background : transparent url("resources/track_fill_left.png") no-repeat scroll left top;
    height : 15px;
    position : relative;
    text-align : left;
    width : 137px;
}
.sliderHandle
{
    background : transparent url("resources/knob.png") no-repeat scroll left top;
    cursor : pointer;
    height : 16px;
    margin-left : -2px;
    position : absolute;
    top : -5px;
    width : 16px;
}
.protoCaptions
{
    display : none;
}
.captionHolder
{
    font-size : 15px;
    color : 3366cc;
}
/* END Categories Tabs v2.0 */


		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
			
		}
				@media screen and (max-width: 1024px){
					img.bg {
						left: 50%;
						margin-left: -512px; }
				}

#page-wrap { position: relative; width: 800px; margin: 50px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
		


