/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $
*/
.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: #ef751c; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  text-align: left;
  color: #000000;
  background: #FFFFFF;
  padding: 0px;
  margin: 0px;
}

A {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}

#cwdusacontainer {
  width: 800px;/* width can be changed to what you want just stay under 790px*/
  border: 1px solid #999999;/*border can be removed for a borderless page*/ 
  margin: 10px auto;
  padding: 1px;
  background-color: #FFFFFF;
 }
		
A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #FFFFFF;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0px;
	background-color: #FFFFFF;
	background-image: url(img/barsbg.gif);
	background-repeat: repeat-x;
	height: 24px;
	margin-bottom: 5px;
	color:#808080;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

A.headerNavigation { 
  color: #000000; 
}

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

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

/* Front Page Display */
.hometop {
	background-image: url(images/front/top_bkg.gif);
	background-repeat: repeat-x;
	height: 80px;
}
.homebtm {
	height: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/front/btm_bkg.gif);
}
.homebtm h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: bold;
}
.homebdr {
	border: 1px solid #aabfd4;
}
.blockbdr {
	border: 1px solid #aabfd4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #fefefe;
	padding: 10px;
}
.headerbkg {
	background-color: #FFFFFF;
	background-image: url(images/front/header_bkg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
/* Front Page Display end */

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: url(img/barsbg.gif) repeat-x;
  color: #666666;
  font-weight: normal;
}

.infoBox {
  background: #BBC3D3;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

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


.infoBoxNoticeCat {
  background: #fefefe;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
}


TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #f6faff  url(images/infobox/bar.gif) repeat-x;
  color: #9C8C85;
  vertical-align: middle;
}

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

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

.productListing-heading {
    text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #7390b1;
	border-bottom: 1px solid #7390b1;
	color: #FFFFFF;
	font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #9C8C85;
}

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: 10.5px;
  line-height: 1.5;
}

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

TD.minorderText, SPAN.minorderText, P.minorderText {
  font-family: Verdana, Arial, sans-serif;
  color: #ef751c;
}

TD.productlistinfoText, SPAN.productlistinfoText, P.productlistinfoText {
  font-family: Verdana, Arial, sans-serif;
  color: #ef751c;
}

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

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: 11px;
  color: #000000;
  font-weight: normal;
}

TABLE.formArea {
  background-color: #FFE6C2;
  border: 1px solid #334350;
  background-color: #FFE6C2;
  background-image: url(images/sidebg.gif);
}

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

SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #EF751C;
  font-weight: bold;
}

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

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

.errorText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;  
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #dde5ee; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #f4f7fd; }

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

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #334350;
  border-bottom: 1px solid #334350;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */
#button {
width: 150px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#button li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#button li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #button li a {
width: auto;
}

#button li a:hover {
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

.cart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	height: 20px;
	width: 450px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 88px;
	margin-left: 0px;
	text-align: right;
}
.cart a:link, a:visited {
	COLOR: #333333
}
.cart a:hover {
}
.shadow {
}
#shadow {
	background-image: url(img/shadow.gif);
	background-repeat: repeat-x;
}
TD.mainred{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#FF0000;
  font-weight:normal;
}
// BOF CSS Image Pop-UP - Contr 4313-POPUP PRODUCT INFO
#menu {position:relative; top:0px; left:0px; width: 50px;z-index:450;}
#menu a.p1, #menu a.p1:visited {display:block; width:30px; height:30px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#menu a img {border:0;}
#menu a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#menu a .large {display:block; position:absolute; width:1px; height:1px; border:0px; top:-1px; left:-1px;}
#menu a.p1:hover .large {display:block; position:absolute; top:50px; left:500px; width:300px; height:300px; border:4px solid #7390B1;}
// EOF CSS POPUP

// BOF CSS Image Pop-UP - Contr 4313-PRODUCT LISTING
#menu {position:relative; top:0px; left:0px; width: 50px;z-index:450;}
#menu a.p2, #menu a.p2:visited {display:block; width:130px; height:130px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#menu a img {border:0;}
#menu a.p2:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#menu a .large {display:block; position:relative; width:1px; height:1px; border:0px; top:-1px; left:-1px;}
#menu a.p2:hover .large {display:block; position:relative; top:-200px; left:135px; width:300px; height:300px; border:4px solid #7390B1;}
// EOF CSS POPUP PRODUCTLISTING
