@CHARSET "UTF-8";

/*
  $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: 100%; }
.errorBox { font-family : arial, helvetica, sans-serif; font-size : 10px; color:red; font-weight: bold; }
.stockWarning { font-family : arial, helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : arial, helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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

TD.footer {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #DCDCDC;
}

.infoshopBox {
  background: #F9F9F9; border:1px solid #EBEBEB; padding:10px; margin:10px; width:95%; padding-left:10px;
}
.infoshopBox-Discount {  background: #F9F9F9; border:2px solid #EBEBEB; padding:10px; margin:10px; width:95%; padding-left:10px;
}

.shopcartBox {
  padding:10px; margin:10px; width:95%; padding-left:0px;
}

.infoBoxContents {
  background: #F9F9F9;
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
}

TD.infoBoxHeading {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
}

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

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: #F9F9F9; border-bottom: 1px solid red;
}

TABLE.productListing {
margin-top:1.1em;
  border: 1px;
  border-style: solid;
  border-color: #DCDCDC;
  border-spacing: 2px;
}

.productListing-heading {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  background: #DCDCDC;
  color: #7F7F7F;
  font-weight: bold;
  height:1.7em;
}

.productListing-data {
 border: 1px solid #f9f9f9;
}

TD.productListing-data {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	color:#05399f;
	font:bold 1.833em/120% Arial, helvetica, sans-serif;
	margin:0 0 .5em;
	border-bottom: 1px solid #05399f;


}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  color: #000000;
}

TD.main, P.main {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  width:120px;
	margin:2px;
	padding: 2px;
	
	
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
}

TD.accountCategory {
  font-family: arial, helvetica, 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: 100%;
  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: red;
  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: 100%; color: #8c8c8c; }
.checkoutBarCurrent { font-family: arial, helvetica, sans-serif; font-size: 100%; color: #000000; }

/* message box */

.messageBox { font-family: arial, helvetica, sans-serif; font-size: 100%; }
.messageStackError, .messageStackWarning { font:bold 1.0em arial, helvetica, sans-serif; color: red; }
.createaccountmessages img {vertical-align:middle; }
.messageStackSuccess { font-family: arial, helvetica, sans-serif; font-size: 100%; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: arial, helvetica, sans-serif; font-size: 100%; color: #ff0000; }

/* Checkout */

.main-shop-wide {
	float:right; 
	width:100%;
	margin:5px;
	padding-left:3px;
	font-size:1.2em;
	min-height:30.0em;
}
.main-shop-wide img {
	margin: 10px;
}
.main-shop-wide h1 {
	color:#05399f;
	font:bold 1.833em/120% arial, helvetica, sans-serif;
	margin:0 0 .5em;
}
.main-shop-wide h2, form fieldset.shop legend {
	color:#05399f;
	font:normal 1.667em/120% arial, helvetica, sans-serif;
	margin:0 0 .3em;
}
.main-shop-wide h3 {
	color:#05399f;
	font:normal 1.467em/120% arial, helvetica, sans-serif;
	margin:0 0 .5em;
}
.main-shop-wide h4 {
	color:#05399f;
	font:bold 1.167em/120% arial, helvetica, sans-serif;
	margin:0 0 .5em;
}
.main-shop-wide h5 {
	color:#05399f;
	background-color:#F7F7F7;
	font:bold 1.167em/120% arial, helvetica, sans-serif;
	border-top: #B5B5B5 solid 1px;
	border-bottom: #B5B5B5 solid 1px;
	padding: .4em;
}
.main-shop-wide h6 {
	color: #05399f;
	font:bold 1.167em/120% arial, helvetica, sans-serif;
	border-bottom: #05399f solid 1px;
	margin:0 0 .5em;
}
.main-shop-wide ul {
	list-style-image: url(../Images/a_bullet.jpg)
}
 .main-shop-wide ul li {
	margin-bottom: .9em;
	line-height:1.4em;
}


#shopcontentwrapper{
float: left;
width: 100%;
margin:10px;
}


#shopleftcolumnwide {
float: left; min-width:600px; width:650px;
}
#shoprightcolumnonly {
  float: right;  width:120px; 
}

#shoprightcolumnonly img , #shopleftcolumnonly img {
margin:0px;
}

#shopleftcolumnonly{
float: left; min-width:120px; width:220px;
}
#shopcentercolumnwideright{
  float: left; min-width:600px; width:650px;
}

#shopleftcolumn{
float: left; min-width:200px; width:250px;

}

#shopleftcolumn input {

	margin: 10px;

}
#shopcenter{
  float: left; min-width:400px; width:600px; padding-left: 200px; color:red;
}
#shopcentercolumn{
  float: left; min-width:400px; width:400px;
}

#shoprightcolumn{
float: right;
width: 200px; /*Width of right column in pixels*/

}


.shopinnertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


.table-main {
	font:1.167em/120% arial, helvetica, sans-serif;
}
.table-main img {
	vertical-align:middle;
}
.table-main input {
	border:1px solid #b6b6b6;
	background:#f7f7f7;
	width:16.677em;
	font:1em arial, helvetica, sans-serif;
	padding:3px;
	margin:0 0 1.5em;
}
table-main-button input {

	margin: 10px;

}

/* Checkout */


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
 
  margin: 0;
  padding: 0;
  min-width: 700px;
  
  width: 100%; 
}

form fieldset.shop {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  background-color:#F9F9F9 ;
  border-width: 0px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
 
}

form fieldset.shop legend {
/*		color:#05399f;
	font:bold 1.167em/120% arial, helvetica, sans-serif;
	margin:.5em 0 .5em 0;  bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form fieldset.shop label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; font-size:1.2em;
}

form fieldset.shop label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form fieldset.shop input, form fieldset.shop textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form fieldset.shop input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	
	margin: 0 0 5px 0px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.createaccountmessages {font:bold 1.167em/120% arial, helvetica, sans-serif; margin: 0 0 5px 0px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;}