/*---------- Header Nav Bar -----------------*/

#nav {
	height:24px;
	width:968px;
	font-size:12px;
}

#menu {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	
	/* Background color and gradients */
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 19px 4px 19px;
}

#menu li:hover {
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	padding: 5px 18px 5px 18px;
	
	/* Background color and gradients */
	
	background: #f4f4f4;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #fff;
	display:block;
	outline:0;
	text-decoration:none;
	line-height:14px;
}

#menu li.single:hover {
	padding: 5px 18px 3px 18px;	
	border-bottom:1px solid #333;
}

#menu li:hover a {
	color:#161616;
}

#menu li .drop {
	padding-right:21px;
	background:url("images/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("images/drop.png") no-repeat right 7px;
}

.dropdown_1column,
.dropdown_1column2,
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:18px 5px 18px 5px;
	border:1px solid #333;
	border-top:none;
	z-index:500;
	
	/* Gradient background */
	background:#f4f4f4;

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_1column2 {width: 170px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_1column2, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_2_1,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px; height:200px;}
.col_2 {width:130px;}
.col_2_1 {width:160px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

.col_1 li a {
	padding:4px 6px;	
}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #333;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #333;
}
#menu .col_1 h3 a {
	font-size:14px;
	color:#000 !important;
	line-height:21px;
	height:20px;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#333;
}
#menu li:hover div a:hover {
	color:#000;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}

#menu li .col_2_1 ul li {
	width:160px;	
}

#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}


/* general */
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  background:#151515;
  color: #000000;
  margin: 0px 0px 0px 0px;
}
td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
}
a {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:active {
  color: #05A3BB;
}
a:hover {
  color: #05A3BB;
  text-decoration: underline;
}
form {
	display: inline;
}
button, submit, checkbox, input, radio, select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.inputField {
	font-size: 10pt;
}

textarea {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
/* end general */

/* core */
tr.headerMainNavigation {
  background: #760300;
}
td.headerMainNavigation {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight:bold;
  color: #FFFFFF;
  line-height: 1.5;
}

a.headerMainNavigation, a.headerMainNavigation:visited { 
  color: #FFFFFF;
  text-decoration:none;
}
a.headerMainNavigation:hover, a.headerMainNavigation:active { 
  color: #c99f3e;
  text-decoration:none;
}

.docPrimary {
	color: #FFFFFF;
	background: #760300;
}
.docSecondary {
	color: #000000;
	background: #F0F0F0;
}

a.docPrimaryA, a.docPrimaryA:visited {
	color: #FFFFFF;	
}
a.docPrimaryA:hover, a.docPrimaryA:active {
	color: #FFFFFF;	
}

a.docSecondaryA, a.docSecondaryA:visited {
	color: #000000;	
}
a.docSecondaryA:hover, a.docSecondaryA:active {
	color: #000000;	
}

.infoBox {
	background: #760300;
}
.infoBoxHeading {
  font-size: 11pt;
  font-weight:bold;
  text-align: left;
  text-indent:5px;
  background:url(../../../images/bg_infobox.jpg) repeat-x;
  height:28px;
  color: #FFFFFF;
  overflow:hidden;
}
.infoBoxContents {
  background: #F0F0F0;
  font-size: 8pt;
  color: #000000;
}
.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


td.bodyText {
	padding: 0px 15px;
}

td.footer {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  background: #F0F0F0;
  border: solid 1px #760300;
}

td.pageHeading, div.pageHeading {
  font-size: 12pt;
  font-weight: bold;
  color: #760300;
}
.subHeading {
  font-size: 12pt;
  font-weight: bold;
  color: #760300;
}
td.main, p.main {
  font-size: 10pt;
  line-height: 1.5;
}
td.smallText, span.smallText, p.smallText {
  font-size: 10px;
}

.highlight {
	font-weight: bold;
	color: #CC0000;
}
.accent {
	font-weight: bold;
	color: #05A3BB;
}

td.productListing, span.productListing {
	font-size: 10pt;
	color: #000000;
}
a.productListing, a.productListing:visited {
	color: #000099;
	text-decoration: underline;
}
a.productListing:hover, a.productListing:active {
	color: #3333CC;
}

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

a.pageResults {
  color: #0000FF;
}
a.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
/* end core */

/* category box */
p.categoryBoxDivider {
	padding: 3px 0px;
	margin: 0px 0px;
}
a.categoryBoxMain, a:visited.categoryBoxMain {
	color: ;
}
a:hover.categoryBoxMain, a:active.categoryBoxMain {
	color: ;
}

a.categoryBoxSub, a:visited.categoryBoxSub{
	color: ;
	text-decoration: none;
}
a:hover.categoryBoxSub, a:active.categoryBoxSub{
	color: ;
	text-decoration: none;
}
/* end category box */

tr.subBar {
  background: #EEEEEE;
}
td.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

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

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

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

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


/* misc */
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;
}

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

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

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



.borderLandR {
border-right:1px solid #b9b9b9;
border-left:1px solid #b9b9b9;
}

.white a {
color:white;
}

.greenBtn {
background:url(../../../images/btn_green.gif) no-repeat 0px 5px; width:68px; height:31px; border:none; color:white; outline:none;
}
/* end misc */

