/*
  $Id: stylesheet.css,v 1.26 2003/06/30 20:03:50 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/

/* links */
.infoBoxContents {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

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

.productListing-heading{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

a:link { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #BA251D; text-decoration: none; }
a:visited { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #BA251D; text-decoration: none; }
a:active { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #BA251D; text-decoration: none; }
a:hover { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #91201A; text-decoration: underline; }

a.headerLink:link { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: green; font-weight: bold; text-decoration: none; }
a.headerLink:visited { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: green; font-weight: bold; text-decoration: none; }
a.headerLink:active { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: green; font-weight: bold; text-decoration: none; }
a.headerLink:hover { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: green; font-weight: bold; text-decoration: underline; }

a.menuBoxHeadingLink:link { font-size: 12px; color: orange; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:visited { font-size: 12px; color: orange; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:active { font-size: 12px; color: orange; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:hover { font-size: 12px; color: orange; font-weight: bold; text-decoration: none; }

a.menuBoxContentLink:link { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: purple; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:visited { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: purple; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:active { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: purple; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:hover { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: purple; font-weight: normal; text-decoration: underline; }

a.splitPageLink:link { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: yellow; font-weight: normal; text-decoration: none; }
a.splitPageLink:visited { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: yellow; font-weight: normal; text-decoration: none; }
a.splitPageLink:active { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: yellow; font-weight: normal; text-decoration: none; }
a.splitPageLink:hover { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: yellow; font-weight: normal; text-decoration: underline; background-color: #FFFF33; }

/* menu box */
.menuBoxHeading { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #616060; background-color: #ffffff; }
.menuBoxContent { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #616060; }

/* page */
BODY {
  text-align: center;
  background: #4C4A4B;
  color : Black;
  margin: 0px;
  font-size: .76em;
  background-image:url(images/greybit.jpg);
  background-repeat: repeat-x;
}
   
  #cwdusacontainer {
  width: 980px !important;/* width can be changed to what you want just stay under 790px*/
  border: 1px solid #ffffff;/*border can be removed for a borderless page*/ 
  background: #ffffff;
  color: #000000;
  margin: 10px auto 0px auto;
  text-align: left;
    line-height: 180%;
 }
 
.headerBar { background-color: #000000; }
.headerBarContent { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; padding: 2px; background-color: #000000; }
.columnLeft { background-color: #F0F1F1; border-color: #999999; border-width: 1px; border-style: solid; padding: 2px; }
.pageHeading { font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: Black; font-weight: bold; }

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

/* info box */
.infoBoxHeading { font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; background-color: Black; height: 20px; font-weight:800; }
.infoBoxContent { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #DEE4E8; }

/* message box */

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

/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family:Arial, Helvetica, sans-serif; font-size: 12px; }
FORM { display: inline; }

/* account */
.formArea { background-color: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; }
.formAreaTitle { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; }

/* attributes */
.attributes-odd { background-color: #f4f7fd; }
.attributes-even { background-color: #ffffff; }

/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #ff0000; }
.smallText { font-family:Arial, Helvetica, sans-serif; font-size: 12px; }
.main { font-family:Arial, Helvetica, sans-serif; font-size: 12px; }
.errorText { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #ff0000; }





.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style3 {font-size: 14px}
.style5 {color: #339933}
.style6 {
	color: #CC0033;
	font-weight: bold;
}
.style7 {color: #6633FF}
.style8 {color: #FF33FF}
.style10 {color: #FF6633}
.style11 {color: #FF0000}
.style12 {color: #3366FF}
.style13 {color: #FF3366}
.style14 {color: #009966}
.style15 {color: #FF9900}
.style16 {color: #6699FF}
.style18 {color: #6666FF}
.style19 {color: #9933CC}
.style21 {font-size: 27px}


#myfrontleft{
float:left;
width:270px;
margin-left:30px;
}

#myfrontright{
float:left;
margin-left:30px;}

	#clear{
	line-height:0px;
	clear:both;
	font-size: 1px; 
	color: WHITE;
	margin-left:30px;
	}
	
		#blackbar{
	style="width:610px;
	background-color:#000000;
	height: 20px;
padding-bottom: 7px;
	}

a.catlinkroxy{
color: #bf061c;
/*background-color: #bf061c;*/
padding: 5px;
line-height: 240% !important;
}


input {
 background-color: #e2eaef;
 padding: 5px; 
 font-size: 14px;
}

textarea {
 background-color: #e2eaef;
 padding: 5px; 
 font-size: 14px;
}

select {
 background-color: #e2eaef;
 padding: 5px; 
 font-size: 14px;
}

