/*
  $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
  Descriptions added by bill110
*/

/*.boxText
Changes the font size of the text in all the boxes.

Set the padding in the stylesheet to have space on the left and right ... 
if you set padding on the top and bottom it will leave that much space between 
the text lines in certain boxes and is not recommended for the top and bottom padding.*/
.boxText { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px; 
}

/*.errorBox
Color and text size of error boxes with the red triangle ... ex: admin/backup.php where 
it will say backup directory does not exist, warning...I can write to your configuration files, etc.*/
.errorBox { 

  font-family : Verdana, Arial, sans-serif; 

  font-size : 12px; background: #FFFFCC; 

  font-weight: bold; 

}



/*.stockWarning

The style used for the stock level warning text shown on the shopping cart page when purchasing items.*/

.stockWarning { 
  font-family : Verdana, Arial, sans-serif; 
  font-size : 16px; color: #cc0033;
}

.stockWarning2 { width:406px; text-align:left;
  font-family : Verdana, Arial, sans-serif; 
  font-size : 12px; color: blue;
}


/*.productsNotifications
The style used for the product notifications checkbox bar on the checkout success page.
You can also put a color in the text box and it will make the text change on just that bar.*/
.productsNotifications { 
  background: #f2fff7; 
}

/*.orderEdit
The color style of the "edit" links shown on the checkout confirmation page.*/
.orderEdit { 
  font-family : Verdana, Arial, sans-serif; 
  font-size : 10px; color: #CC0000; 
  text-decoration: underline;
}

/*BODY
Type color is text color in the left & right column boxes and the "text body" that is NOT linked.

Background color is the page background color ... this acts as a base whereupon the header
 and columns are built.

Set the border color which sets the color around the inside browser window including the scrollbar.

Set the top border to 10 with the same color and it will drop down the table and the scrollbars of 
the browser.*/
BODY {
	margin: 20px auto 0;
	padding: 0;
	background-color: #8CB5F5;
	background-image: url(images/css/Page-BgTextureLblue.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left bottom;
	behavior:url("csshover3-source.htc");

}

/*A
The color style for ALL link colors throughout the entire store.*/
A {
  color: #000000;
  text-decoration: none;
}

/*A:hover
The color style used for mouse over links throughout the entire store.*/
A:hover {
  color: #CC0000;
  text-decoration: underline;
}

/*FORM
The style used for forms. Changes the color of this text, "Use keywords to find the product 
you are looking for" in the "Quick Find" box on the left.*/
FORM {
  display: inline;
}

/*TR.header (means table row.header and is a general setting for the whole table)
The style used for the background color of the header.*/
TR.header {
	background: #8CB5F5;
	text-align: center;

}

/*TR.headerNavigation
The styles used for the breadcrumb navigation path (background color only of the top 
navigation as "Top >> Catalog >> etc)*/
TR.headerNavigation {
  background: #bbc3d3;
}

/*
TD.headerNavigation
Arrow colors that point forward and the vertical link separators | in the breadcrumb navigation path.

If you set a background color here it will override the TR.headerNavigation color set.

A colored border on the bottom can be set for a separation between the header and the categories.

A padding value can be set which will only pad the Navigation Bar. 

A background image for the navigation table can be set also.*/
TD.headerNavigation {
 /*font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #030385;
  color: #ffffff;
  font-weight : bold;*/
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0.2em 10px 0.2em 0;
	background: #1E6CC1 url(images/infobox/top_strip.gif);
	color: #ffffff;
	/*font-weight : bold;*/
	height: 29px;
}

/*A.headerNavigation
Sets the text link colors for the breadcrumb navigation path links (Top Catalog etc.)*/
A.headerNavigation { 
  color: #FFFFFF; 
}

/*A.headerNavigation:hover
The mouse over effects of the breadcrumb navigation path links ( top, catalog, 
my account, cart contents, etc.)*/
A.headerNavigation:hover {
  color: #F96A0D;
}

/*TR.headerError 
The styles used for the error messages shown in the header. 
The default is a red background with white text.*/
TR.headerError {
  background: #ff0000;
}

/*TD.headerError
The styles used for the error messages shown in the header. 
The default is a red background with white text.*/
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

/*TR.headerInfo
The styles used for the information messages shown in the header ... 
changes the bg color of the top box that appears when a new password is sent ...
ex: A New Password Has Been Sent To Your Email Address*/
TR.headerInfo {
  background: #00ff00;
}

/*TD.headerInfo
The styles used for the information messages shown in the header ... 
changes the bg color of the top box that appears when a new password is sent ...
ex: A New Password Has Been Sent To Your Email Address*/
TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*TR.footer
This sets the color of the footer row where the date and counter are.*/
TR.footer {
	background: #030385;
}

/*TD.footer
This is the size & color of the text in the footer row where the date and counter are. 
If you set a background color on this TD.footer tag it will override the TR.footer tag.*/
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #1E6CC1 url(images/infobox/bot_strip.gif);
  color: #ffffff;
  font-weight: bold;
  height: 29px;
}

/*.infoBox
Sets the background border color around all the boxes and not the box headings 
except the "my account", "edit account", and "add a new address" boxes.*/
.infoBox {
  background: #030385;
}

.DiscountBox {
  background: #FFFFFF;
  
}

/*.infoBoxContents
Sets the color of ALL the inside of the boxes and puts a colored border around the comments boxes.
Setting a text color here will color the numbers text in the boxes like the catalog listings and 
the "Best Sellers" box numbers and the "My Account", "Edit Account", & "Add Address" headings.
*/
.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
.infoBoxContents2 {
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #cc0000;
	border-right: 1px solid #0e4087;
	border-bottom: 1px solid #0e4087;
	border-left: 1px solid #0e4087;
}

.DiscountBoxContents {
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #D4E4EA;
	color: #0E4087;
	text-align: center;
}
/* thumbnail grid mode you may find your borders need seperating
.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
/*  border-spacing: 2px;
  border-collapse: separate; */

  *border-collapse: expression('separate', cellSpacing = '2px');
}*/
/*.infoBoxNotice
The style used for the outline of the box created at the top of the checkout_payment.php page 
when a customer inputs the wrong credit card number or expiration date.*/
.infoBoxNotice {
  background: #cc0000;
}

/*.infoBoxNoticeContents
The style used for the body of the box created at the top of the checkout_payment.php page 
when a customer inputs the wrong credit card number or expiration date.*/
.infoBoxNoticeContents {
  background: #ffff99;
/*  background: #FFE6E6;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*TD.infoBoxHeading
Sets the left and right column boxes and the new products box heading color and text color.

The text size of the heading boxes can be changed ... anything above 10 you will need to 
enlarge the box graphics also (images/infobox)

Padding can be added to these heading boxes.

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, 
TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, 
TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even
Sets the odd and even row colors on all box listings.*/
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #030385;
  color: #ffffff;
}

TD.DiscountBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #ffffff;
	color: #0094D6;
	border-top: 1px solid #D4E4EA;
	border-right: 1px solid #D4E4EA;
	border-left: 1px solid #D4E4EA;
}


TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*-----Menu rollover from Homepage----*/
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}
/*-----Menu rollover from Homepage End----*/
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
Sets a border around the products listing table that shows the listing of the products.
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}*/

/* Easy Graphical Borders*/
TABLE.productListing {
	border: 0px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 0px;
	background-color: #FFFFFF;
	background-image: none;
	/*margin-bottom: 150px;*/
}

/*.productListing-heading
The color of the background of the product listing heading that has "product name", "price", etc. 
The text style and color can also be set.
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}*/
/* Easy Graphical Borders */
.productListing-heading{ 
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
  color: #999999;
  vertical-align: middle;
  white-space: nowrap; 
}

/*TD.productListing-data
Set a different background color for the product listing table and 
also set box padding, size, borders ... experiment!*/
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0E4087;
}

/*A.pageResults
Sets the link on catalog/includes/split_page_results.php and page results 
numbered link colors at the bottom of the product pages.*/
A.pageResults {
  color: #0000FF;
}

/*A.pageResults:hover
Mouse over link colors on catalog/includes/split_page_results.php and page results 
numbered links mouse over color at the bottom of the product pages.*/
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

/*TD.pageHeading, DIV.pageHeading
The style used for page headings. 
Color on the checkout_success.php page that says "Your Order Has Been Processed!" and also 
on all the product heading pages as What's New Here? Enjoy Your Shopping! Text on all the product pages.

Change the size of the text here.*/
TD.pageHeadingInv, DIV.pageHeadingInv {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	padding-left: 20px;
}
TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	padding-left: 20px;
}
TD.pageHeading2, DIV.pageHeading2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
	/*background-image: url(images/Please-Note-text.gif);*/
       background-image: url(images/addc.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 485px;
	
}
/*
h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(images/Please-Note-text.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 485px;
}*/
.indent {
	padding-left: 10px;
}

/*TR.subBar
The style used for the sub navigation bar.*/
TR.subBar {
  background: #f4f7fd;
}

/*TD.subBar
The style used for the sub navigation bar.*/
TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

/*TD.main, P.main
The size of the text can be set for all the main text area, the "My Account Info", 
"Edit Account", "Add Address", "Order History", & "Notifications" page boxes. 
If you set the text color it is the text color on all these ... not the column boxes.

A padding can be also be set for all the body text in the store.*/
TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #0e4087;
}

TD.mainfaq, P.mainfaq {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #0e4087;
	background-color: #FFFFFF;
	padding: 0 1em 0 1em;
	list-style-position: outside;
	
}
.mainfaq a {
	color: #0e4087;  
}
.mainfaq li {
	padding-left: 5px;
	text-indent: -5px;
}

/*TD.smallText, SPAN.smallText, P.smallText
Copyright text color & size at the bottom of the page.

"Include Subcategories" Text on the advanced_search.php page

Page results text at the bottom of the product pages such as "Displaying 11 to 20 (of 32 products) 
Result Pages:"*/
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 15px;
}

/*TD.accountCategory
The style used for the account categories.*/
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

/*TD.fieldKey
Text Sizes for the account parameter keys on the advanced_search.php page 
such as "Categories: Manufacturers: Price From: Price To: 
Date From: Date To:*/
TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/*TD.fieldValue
Text Sizes for the account parameter values on the advanced_search.php page 
such as "Categories: Manufacturers: Price From: Price To: 
Date From: Date To:*/
TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

/*TD.tableHeading
Text styles/sizes on the table headings of address_book.php 
and product_reviews.php page such as "No. Name Location"*/
TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/*SPAN.newItemInCart
The style used for marking new products added to the shopping cart so 
these products show what's in the shopping cart.*/
SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

/*CHECKBOX, INPUT, RADIO, SELECT
The style used for certain HTML form elements like the size of the text 
inside the drop down boxes like manufacturers.*/
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
The style used for the user greeting "Welcome Guest!" on the first page.*/
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

/*TABLE.formArea
In "My Account Information", "Edit Account", and "Add Address" this is the inside box color.
Set the border around the boxes in the border section.*/
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

/*
TD.formAreaTitle
In "My Account Information", "Edit Account", and "Add Address" this is the size of the text headings.

Changes the text color on top of the boxes on the "My Account Info" page.

Leave the text color box blank and the color is black.

A padding can also be set for space on the right and left sides.*/
TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/*SPAN.markProductOutOfStock
The text color used for marking products out of stock.*/
SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size : 18px; color: #cc0033;

}

/*SPAN.productSpecialPrice
The style used on special product prices.*/
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #cc0000;
}

/*SPAN.errorText
The style used for error text messages.*/
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #cc0000;
}

/*
.moduleRow
The style used for the shipping and payment modules.*/
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

/*.moduleRowOver
The color of the bar on the checkout_payment.php page on a mouse over 
when you choose your payment method.*/
.moduleRowOver { 
  background-color: #D7E9F7; 
  cursor: pointer; cursor: hand; 
}

/*.moduleRowSelected
The color of the bar on the checkout_shipping.php showing the shipping charge & the selected 
payment method on th checkout_payment.php page.*/
.moduleRowSelected { 
  background-color: #E9F4FC; 
  }

/*.checkoutBarFrom, .checkoutBarTo
The color & size of the text at the bottom of the checkout pages that shows what page you are NOT on 
such as "Delivery Information Payment Information Confirmation Finished!"*/
.checkoutBarFrom, .checkoutBarTo { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px; color: #8c8c8c; 
  }
 
 /*.checkoutBarCurrent
The color & size of the text at the bottom of the checkout pages that shows what page you are on 
such as "Delivery Information Payment Information Confirmation Finished!"*/ 
.checkoutBarCurrent { 
font-family: Verdana, Arial, sans-serif; 
font-size: 10px; color: #000000; 
}

/* .messageBox
.messageStackError, .messageStackWarning
.messageStackSuccess
The style used for message boxes. 
The error background colors like trying to delete an address that is your primary address in the 
account section. */
.messageBox { font-family: Verdana, Arial, sans-serif; 
  font-size: 10px; 
}

.messageStackError, .messageStackWarning { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px; 
  background-color: #ffff99; 
}

.messageStackSuccess { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px; background-color: #99ff00; 
}

/* .inputRequirement
The style used for form input requirement fields. 
The color of the asterisk * and the words "Required Information" on the account.php pages. */
.inputRequirement { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px; color: #cc0000;
}

.xtra-field-name{ color: #000; }
.xtra-field-value{ color: #006600; }

/* Easy Graphical Borders */
.mws_boxTop    { background: url('images/infobox/top.png');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : left;
				 color: #ffffff;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft   { background: url('images/infobox/left.png'); }
.mws_boxRight  { background: url('images/infobox/right.png'); }
.mws_boxBottom { background: url('images/infobox/bot.png');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter { background: url('images/infobox/bgrnd.png'); }

.mws_boxTop_main    { background: url('images/infobox_main/top.png');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft_main   { background: url('images/infobox_main/left.png'); }
.mws_boxRight_main  { background: url('images/infobox_main/right.png'); }
.mws_boxBottom_main { background: url('images/infobox_main/bot.png');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_main { 
	background-color: #FFFFFF; 
	background-image: none; 
	
	}
A.mws_boxTop    { 
		 color: #999999;
                  }
TD.noborderbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* Easy Graphical Borders Ends */
/* From Product Listing Enhancement */
.infoBoxProducts {
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	border: 2px;
	border-style: solid;
	border-color: #666666;
  font-weight: normal;
  background-color: transparent;
  color: #333333;
	margin-bottom:-8px;
	-moz-border-radius:20px;
  	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px; 
	vertical-align: bottom;
/* background image for your thumbnails
	background-image: url(images/my-pic.gif);
  background-attachment: scroll;
  background-x-position: 0%;
  background-y-position: 0%;
  background-repeat: repeat-x;*/
}
/*TD.large	{
	border: medium solid #000000;
}*/

.infoBoxProducts a {
  color: #333333;
}
TD.infoBoxGrid {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: solid 1px #999999;
}
TD.infoBoxGrid:hover {
		background-color: #d3d3d3;
}
/* set pos buy/details button on list */
img.buy_now {  
  margin-bottom:10px;
} 
/* set pos buy/details button on thumbnail */
img.thm_buy_now {
  margin-bottom:-3px;
} 
/* set style buy/details seperator thumbnail */
.buy_now {
  font-weight: bold;
	font-size: 18px;
	color: #999999;
} 
.infoBoxList {
 border: ridge 4px #faf0e6;
 border-collapse: collapse;
 background-color: #fff;
 }
.thumbcontent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#666666;
  text-align:center;
}
TD.noborderbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.separator {border-bottom: 1px solid #0EADE5;}

.productListing-list-price {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #0094D6;
	font-weight: bold;
	padding-right: 10px;
}

.productListing-title a, .productListing-title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #0094D6;
	padding-left:18px;
	padding-bottom:0px;
	padding-top: 3px;	
}
.productListing-name a, .productListing-name {
	font-family: Comic Sans MS,Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	padding-bottom: 3px;

}
.productListing-short {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
	 color: #0E4087;
}	 

TABLE.buytable {
	 width: 100%;
	 height: 80px;
	 vertical-align: bottom;
         text-align:right;
}
DIV.multi_buy_now {
width: 99%;
text-align : right;
position:relative;
}

DIV#gbutton1 {
	margin-bottom:-35px;
	z-index:0;
	margin-right: 65px;
}
DIV#gbutton2 {
	margin-top:-35px;
	z-index:0;
	margin-right: 65px;
	margin-bottom: 150px;
}

.quantity {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	text-align : center;
	color: #F96A0D;
}

.quantity input {
font-family:Verdana,Arial,sans-serif;
font-size:11px;
text-align : center;
background: #D4E4EA;
font-weight: bold;
border:2px solid #0E4087;
color:#333;
}
TD.attributes {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	text-align : right;
	color: #0E4087;
}
TABLE.attributes select {
font-family:Verdana,Arial,sans-serif;
font-size:11px;
background: #D4E4EA;
font-weight: bold;
color:#333;
}
TABLE.drop select {
font-family:Verdana,Arial,sans-serif;
font-size:11px;
background: #c0c0c0;
font-weight: bold;
color:#333;
}
TR.list-block {
}		
SPAN.list_info {
font-family: Verdana, Arial, sans-serif;
font-size: 16px;
color: #333;
cursor:pointer;
}	
SPAN.list_info span {
display:none;
position:relative;  
}		
SPAN.list_info:hover span  {
display:block;
cursor:pointer;
margin-top:-20px;
margin-left:50px;
position:absolute;
padding: 5px; 
font-family:Verdana,Arial,sans-serif;
font-size:12px;
color:#333;
background: #c0c0c0;
border:2px solid #666666;
text-align : center;
}
.newStyle1 {
	background-color: #FFFF99;
}
/*----------------------------Suggest Styles--------------------------*/
.suggest_link {	
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: absolute;
 	background-color: #FFFFFF;
 	text-align: left;
 	border: 1px solid #000000;
}
/*----------------------------End Suggest Styles------------------------*/

/*BOF - Zappo - Option Types v2 - Progress Bar */
.progress{
  width: 1px;
  height: 12px;
  color: grey;
  font-size: 10px;
 /* overflow: hidden; */
  background-color: #bbc3d3;
  padding-left: 5px;
}
.bar{
  border-style: solid;
  border-width: 1px;
  border-color: #bbc3d3;
}
/*EOF - Zappo - Option Types v2 - Progress Bar */

/*BOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
div#ImagePreload { display: none; }

/* BOF Dynamic Sitemap */
ul.sitemap {
  color: #cc0000;
}
.sitemap a {
	color: #0e4087;	
}
/* EOF Dynamic Sitemap */

a.center {   display: block;   margin-left: auto;   margin-right: auto; font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 15px;
}
IMG.center {vertical-align: middle; }
