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

@font-face {
	font-family:Century Gothic; 
	src: url('Century-Gothic.ttf'); 
}

img, div, input { behavior: url("iepngfix.htc") } 

p {
	padding-top:5px;
	padding-bottom:5px;
}

.vheading1 {
	font-weight:bold;
	font-size:1.4em;
}

.vheading2 {
	font-weight:bold;
	font-size:1.3em;
}

.vheading3 {
	font-weight:bold;
	font-size:1.2em;
}


.vboldred {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:3.0em;
	font-weight:bold;
	color:#FF0000;
}

.vredtext {
	color:#FF0000;
}
	
.vcaption {
	font-style:italic;
	font-size:0.9em;
}

.vheaderbar-grey{
	 height:25px;
	 vertical-align:middle;
	 background-color:#DDDDDD;
	 font-size:1.1em;
	 font-weight:bold;
	 padding:5px;
}

.vyellowlink, a.vyellowlink, a.vyellowlink:hover, a.vyellowlink:visited, a.vyellowlink:link, a.vyellowlink:active {
	color:#FFFF00;
	text-decoration:underline;
}


ul, li {
	/* margin-left:40px; */
}



BODY {
	font-family:Century Gothic,Verdana,Geneva,sans-serif;
	font-size:13px;
	color: #000;
	margin: 0px;
	background-color:#000;
	background-image:url(images/v2/site-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	text-align:center;
	height:100%;
}

table {
	font-size:1.0em;
}

.imageal {
	width:650px;
	height:410px;
}
.maintable, .carttable, table.logintable {
	background-image:url('images/v2/cf-bg.jpg');
	background-color:#000;
	color:#FFF;
}

table.logintable table {
	color:#FFF;
}

.homeleft {
	background:url('images/v2/backflag.jpg') bottom left no-repeat;
	background-color: #EDEDED;
	vertical-align:top;
	width:650px;
}

.midbar-position {
	top:-35px;
	position:relative;
	z-index:2000;
}
	

#midbar {
	width:610px;
	font-size:0.9em;
	padding:10px 0 10px 40px;
	color: #FFF;
	background:url(images/v2/midbar-bg.png);
}

#midbar a, #midbar a:active, #midbar a:visited, #midbar a:hover, #midbar a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#white a, #white a:active, #white a:visited, #white a:hover, #white a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.boxText {
	color:#FFF;

}
.errorBox {

	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {

	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {

	color: #70d250;
	text-decoration: underline;
}

A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #AABBDD;
	text-decoration: underline;
}
FORM {
	display: inline;
}
ul {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
}
TR.header {
	background: #ffffff;
}
TR.headerNavigation {
	background: #bbc3d3;
}
table.breadcrumbbar {
	font-size:0.9em;
	height:25px;
}
table.breadcrumbbar TD {

	background: #C5C5C5;
	color: #ffffff;
	font-weight : bold;
}
A.headerNavigation {
	color: #FFFFFF;
}
A.headerNavigation:hover {
	color: #ffffff;
}
TR.headerError {
	background: #ff0000;
}
TD.headerError {

	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {

	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: #bbc3d3;
}
TD.footer {

	background: #bbc3d3;
	color: #ffffff;
	font-weight: bold;
}
.infoBox {
	color:#fff;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;

}
TD.infoBoxHeading {

	font-weight: bold;
	background: #D9D9D9;
	padding: 5px;
	color: #404040;
	border-bottom: 1px solid #404040;
}
TD.infoBox, SPAN.infoBox {

}
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: #f8f8f9;*/
}
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: #f8f8f9;*/
}
TABLE.productListing, table.articleInfo, table.infoTable {
	border: 0;
	margin:0 auto;
}

table.articleInfo td, table.infoTable td , table.articleInfo th, table.infoTable th {
	padding:5px;
	border: 1px solid #999;
}
	

table.productListing
{

	width:90%;
}
	
table.productListing-results {
	width:90%;
	margin:0 auto;
}

.productListing-container{
	text-align:center;
}
	
.productListing-heading {


	background: #C5C5C5;
	color: #404040;
	font-weight: bold;
	padding: 5px;
}
TD.productListing-data {

	padding-top: 2px;
	border: 1px solid #222;
}
A.pageResults {
	color: #0000FF;
}
A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}



TD.productHeading, DIV.productHeading {


	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
	padding-top:20px;
}
TR.subBar {
	background: #f4f7fd;
}
TD.subBar {


	color: #000000;
}
TD.main, P.main {
	color:#FFF;
}
TD.smallText, SPAN.smallText, P.smallText {


	font-weight: bold;
	padding:20px 0;
	color:#FFF;
}
TD.product-smallText, SPAN.product-smallText, P.product-smallText {


	font-weight: bold;
	padding:20px 0;
}
TD.accountCategory {


	color: #aabbdd;
}
TD.fieldKey {

	font-weight: bold;
}
TD.fieldValue {

}
TD.tableHeading {

	font-weight: bold;
}
SPAN.newItemInCart {

	color: #ff0000;
}
CHECKBOX, INPUT, RADIO, SELECT {

}
TEXTAREA {
	width: 100%;

}
SPAN.greetUser {

	color: #D42002;
	font-weight: bold;
}
TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {

	font-weight: bold;
}
SPAN.markProductOutOfStock {

	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {

	color: #ff0000;
}
SPAN.errorText {

	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7E9F7;
}
.moduleRowSelected {
	background-color: #E9F4FC;
}
.checkoutBarFrom, .checkoutBarTo {

	color: #8c8c8c;
}
.checkoutBarCurrent {

	color: #000000;
}
/* message box */

.messageBox {

}
.messageStackError, .messageStackWarning {

	background-color: #ffb3b5;
	color:#000;
	padding:10px;
	font-weight:bold;
}
.messageStackSuccess {

	background-color: #99ff00;
}
/* input requirement */

.inputRequirement {

	color: #ff0000;
}
/* Johnneh */
#menu_left li a:hover {
	background-image: url('menu_over.png');
	/* background-repeat: repeat-x; */
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
.center {
	text-align: center;
	margin: 0px auto 0px auto;
}
a, a:link, a:visited, a:active, a:hover {
	color: #000;
}

.productListing, .productListing-odd a, .productListing-odd a:link, .productListing-odd a:visited, 
.productListing-odd a:active, .productListing-odd a:hover, .productListing-even a, 
.productListing-even a:link, .productListing-even a:visited, .productListing-even a:active, .productListing-even a:hover,
.smallText a, .smallText a:link, .smallText a:visited, .smallText a:active, .smallText a:hover

{
	color:#FFF;
}

.main-prod-table .smallText a, .main-prod-table .smallText a:link, .main-prod-table .smallText a:visited, .main-prod-table .smallText a:active, .main-prod-table .smallText a:hover, .main-prod-table .smallText {
	color:#000;
}

.productListing-heading {
	color:#000;
}

h1, h2, h3, h4, h5, h6, h7 {

	font-weight: normal;
}
.indent {
	margin-left: 15px;
}
.spacer {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}
.container {
}
.barright {
	width: 200px;
	float: right;
}
#wrapper {
	width: 968px;
	margin: 0 auto;
	text-align:left;
}
#headerlogo {
	height: 97px;
	float:left;
	width:300px;
}
#contactinfo {
	font-size:1.6em;
	height: 60px;
	float:right;
	width:400px;
	text-align:right;
	color:#FFF;
	padding-top:6px;	
}
menu2 {
	width: 968px;
	padding: 5px;
	background-color: #1D1D1D;

	color: #FFF;
}
#foxmenucontainer {
	display:block;
}

#foxmenu {
	position:relative;


	width:940px;
	height:45px;

}

#foxmenu-left{
	background:url("images/v2/menu-left.png") no-repeat scroll 0 0 transparent;
}

#foxmenu-right{
	background:url("images/v2/menu-right.png") no-repeat scroll 100% 0 transparent;
	width:968px;
	height:45px;
	
}

#foxmenu-main{
	margin:0 14px;
	width:940px;
	background:url("images/v2/menu-inactive-bg.png") repeat-x scroll 0 0 transparent;
	height:45px;
}

#foxmenu ul {
	margin:0 0 0 14px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#foxmenu ul li {
	display:block;
	margin:0 1px 0 0;
	height:45px;
	float:left;
}
#foxmenu ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:15px 19px 14px 19px;
}
#foxmenu ul li a:hover {
	color:#fff;
	background:transparent url(images/v2/menu-active-bg.png) repeat-x top right;
}
#foxmenu ul li a.current, #foxmenu ul li a.current:hover {
	color:#000;
	background:#fff;
}
.textbox, select {

	border: 1px solid #777;
	font-weight: normal;
}
.textbox {
	padding: 0px 4px 0px 4px;
	height: 20px;
}
#middle {
	padding: 0px;
	float: left;
}
#right {
	float: right;
	width: 315px;
	height:464px;
	min-height:100%;
	height: auto !important;
	height:100%;
	background-image:url("images/v2/news-corner.png");
	background-repeat:no-repeat;
	background-color: #CFCFCF;
}
#divide {
	height: 4px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.nav_header {

	font-weight: bold;
	height: 38px;
	color: #fff;
	background-color: #000;
	line-height: 38px;
	padding-left: 20px;
	margin-bottom: 1px;
}
.newsflash {
	background-color: #000;
	width: 302px;
	padding: 7px;

	color: #FFF;
	float:right;
}
.toprightmenu {
	font-size:0.9em;
	padding-top: 4px;
	color: #000;
	float:right;
	width:467px;
	height:26px;
	background-image:url(images/v2/top-right-menu-bg.png);
	background-repeat:no-repeat;
	text-align:center;
}

.toprightmenu a, .toprightmenu a:active, .toprightmenu a:visited, .toprightmenu a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.toprightmenu a:hover {
	text-decoration:underline;
}

.header{
	height:97px;
}

.sel a {
	background-color: #933 ! important;
	background-image: url('arrow.png');
	background-repeat: no-repeat;
	background-position: center left;
}
#content {
	float: left;

	padding: 10px;
}
#footer {
	width: 970px;
	background-color: #bbb;
	color: #222;
	border-top: 3px solid #1d1d1d;
	height:30px;
	padding-top:10px;
}
#text {
	padding: 10px 15px 15px 15px;


}
.item {
	padding-bottom: 5px;
	margin-bottom: 7px;
	border-bottom: 1px solid #bbb;
}
.item_image {
	float: left;
	width: 90px;
	text-align: center;
	margin-right: 15px;
}
.item p {
	width: 250px;
	float: left;
	padding-top: 20px;
}
.old_price {
	margin-left: 30px;
	text-decoration: line-through;
}
.new_price {
	color: #800;
	font-weight: bold;
}
.about {
	padding:10px 15px 10px 15px;
	/* border-bottom: 1px solid #C4C4C4; */
	background: url('images/v2/what-corner.png') no-repeat;

}
.newsbox {

	padding: 10px;
}
.leftbox {
	width: 280px;
	height: 420px;
	background-color: #CFCFCF;
	border-bottom: 1px solid #939393;

	padding: 10px;
}
.anylinkcss {
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #E9FECB;
	width: 205px;
}
.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.anylinkcss a:hover { /*hover background color*/
	background-color: black;
	color: white;
}

#div_id {
	position: absolute;
	background-color: #000;

	z-index:2010;
	width:200px;
}
#div_id ul {
	list-style-type: none;
}
#div_id ul li {
	line-height:1.0;
}
#div_id ul li a.dropdown {
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 0px;
	color: #fff;
	margin:0;
	padding-left:10px;
}
a.dropdown {
	border-right: 10px solid #000;
	background-color: #000;
}
a.dropdown:hover {
	border-right: 10px solid #333;
	background-color: #333;
}

.newswrap {
	left:100px;
	top:100px;
	width:290px;
	padding: 5px;
	height:390px;
	overflow:auto;
	font-size:1.1em;
}

.main-prod-table{
	background-color:#FFF;
}
	
input.searchbox {
	padding: 4px !important; 
	margin-left: 20px;
	margin-top:10px;
	font-size:13px;
	background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	width:140px;
	color: #666666;
    line-height: 18px;
	height:auto;
	}
	
.searchsubmit{
		width: 40px;
		background-image: url('images/searchbg.png');
		background-repeat: repeat-x;
		color:#fff;
		height:24px;
		border:0px;
			font-size:13px;
}

.mainlogo
{
	margin-top:16px;
}

.staticpagetable, .checkouttable, .logintable, .accounttable, .carttable {
	padding:10px 20px 20px 10px;
	background-color:#FFF;
}

table.checkouttable td, table.accounttable td, table.staticpagetable td, table.main-prod-table td {
	color:#000;
}

.staticpagetable td.pageHeading {
	border-bottom:3px solid #DDD;
	height:60px;
	padding-left:55px;
}

TD.pageHeading, DIV.pageHeading {
	background-image:url('images/v2/stopwatch.png');
	background-repeat:no-repeat;
	font-size:1.5em;
	padding-bottom: 5px;
	color:#000;
}

td.productPrice, td.productHeading {
	font-size:1.8em;
	padding-top:17px;
	padding-right:30px;
}	

.logintable td.pageHeading, .maintable td.pageHeading, .accounttable td.pageHeading, .carttable td.pageHeading {	
	color: #FFF;
	background-image:url('images/v2/stopwatch.png');
	background-repeat:no-repeat;
	background-position:30px 30px;
	height:120px;
	padding-left:85px;
}

.accounttable td.pageHeading, .checkouttable td.pageHeading {
	color:#000;
	padding-left:55px;
	background-position:0px 20px;
	height:100px;
	vertical-align:middle;
}

.carttable small {
	color:#FFF;
}
	
	
.error_message, .info_message {
	background-color:#FF0;
	padding:20px;
	color:#000;
}

#specialnotice {
	float:left;
	color:#FF0000;
	width:300px;
	margin:20px -30px 0 -10px;
	
}

.rssdate {
	font-size:0.9em;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
}
.rsstitle{
	font-size:1.1em;
	font-weight:bold;
	display:block;
	padding-top:10px;
}

.rssdesc a {
	color:#FF0000;
}

.newswrap ul{
	list-style-type: none;
	list-style-image: url(bullet.gif);
	list-style-position: outside;
}
