/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.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: #cc0033; }
.productsNotifications { background: #E0E0E0; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY{
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-size: 12px; 
  font-family: Verdana, Arial, sans-serif; 
}

table, table a
{
  color: #000000;
  margin: 0px;
  font-size: 12px; 
  font-family: Verdana, Arial, sans-serif; 
}

img
{
	border:0px;
}

A {
  color: #000000;
  text-decoration: none;
  font-size: 12px; 
}

A:hover {
  color: #ff0000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #101010;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /*background: #b6b7cb;*/
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  /*background: #bbc3d3;*/
  color: #000000;
}

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

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #8D8D8D;
  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: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

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

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

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

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: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

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

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

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

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

.moduleRow { }
.moduleRowOver { background-color: #C0C0C0; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #808080; }

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

.sw7_right_bg {
	background-color: #101010;
	background-image: url(images/sw7_right_bg.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}

.sw7_left_bg {
	background-image: url(images/sw7_left_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #101010;
	background-attachment: scroll;
}

.left_column
{
	border-right:2px solid #AFAFAF;
	padding-top:25px;
}

.center_column
{
	padding-top:25px;
	padding-right:15px;
}
.horz_seperator
{
	border: none 0;
	border-top: 1px solid #AFAFAF;
	color: #AFAFAF;
	width:98%;
	height:1px;
}

.top_message
{
	height:22px;
	color: #4E4F53;
	font-size:12px;
}

.top_message p
{
	line-height: 22px;
	padding:0px;
	margin:0px;
	padding-right:0px;
}

.top_message span
{
	background-color: #BDBEC2;
	height:22px;
	color: #4E4F53;
	font-size:12px;
	padding:0px 10px 0px 10px;
}
.top_nav_container
{
	border:0px solid red;
	margin:0px;
	padding:0px;
	float:right;
	width:auto;
	height:35px;
}
.top_nav, .top_filled_nav
{
	border:0px solid red;
	padding:0px;
	margin:0px;
	list-style:none;
	margin-top:5px;
	width:auto;
	float:left;
	text-align:right;
}
.top_filled_nav
{
	width:160px;
}
.top_filled_nav li
{
	background-color: #BDBEC2;
	color: #4E4F53;
}

.top_filled_nav li a
{
	color: #4E4F53;
	text-transform:uppercase;
}
.top_nav li, .top_filled_nav li
{
	float:left;
	padding-right:5px;
	padding-left:5px;
	font-size:12px;
	color: #ffffff;
}

.top_nav li a
{
	font-size:12px;
	color: #ffffff;
}

.top_filled_nav li a
{
	font-size:12px;
	color: #000000;
}

.footer_menu
{
	list-style:none;
	margin:0px;
	padding-left:10px;
	clear:both;
	padding-bottom:20px;
}
.footer_menu li
{
	float:left;
	padding-right:5px;
	padding-left:5px;
	font-size:12px;
}


.footer_menu li.title
{
	font-weight:bold;
}

.top_cart_box
{
	margin-top:5px;
	background-color:#ffffff;
	height:30px;
	width: 195px;
	text-align:left;
	text-indent: 10px;
	float:left;
}
.top_cart_box a
{
	font-size:12px;
}

.cart_box_item_count a
{
	font-size:20px;
	font-weight:bold;
}

.flat_input_box
{
	border:0px;
}

.left_block, .left_block_bordered
{
	border:0px outset #000000; 
	width:178px;
	padding:0px 2px;
	margin-top:10px;
	text-align:left;
}

.left_block_bordered
{
	border:1px outset #000000; 
	width:168px;
	margin-left:10px;
}

.left_block_title
{
	font-weight:bold;
	font-size:12px;
	padding-bottom:15px;
}
.left_category_menu
{
	margin-left:10px;
	width:168px;
}
.left_category_menu a:hover
{
	background-image:url(images/left_menu_over.jpg);
	line-height:21px;
	width:168px;
	color:#ffffff;
	text-decoration:none;
}

.left_category_menu a
{
	line-height:21px;
	width:168px;
	display:block;
	text-decoration:none;
}

.left_category_menu a.selected
{
	background-image:url(images/left_menu_over.jpg);
}


.grey_text
{
	color:#4E4F53;
}

.follow_links
{
	list-style:none;
	margin:0px;
	padding:0px;
}

.follow_links li
{
	float:left;
	margin-right:2px;
	margin-left:2px;
	text-align:center;
}
.follow_links li a
{
	font-size:9px;
}
.follow_block
{
	width: 188px;
}

.home_product_group
{
	padding-bottom:20px;
	padding-top:20px;
	background:url(images/horz_divider.jpg) center bottom no-repeat;
	/*border-bottom:1px solid red;*/
}

.clearfix
{
	clear:both;
}

.product_price
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.product_desc
{
	overflow:hidden;
	height:60px;
	margin-bottom:0px;
	padding-bottom:0px;
	border:0px solid red;
}

#attribute_div
{
	margin-top:10px;
	padding-top:0px;
	height:auto;
	border:0px solid red;
	background-color:#E6E7E9;
}

#garments ul
{
	list-style:none;
	padding:0px;
	margin:5px 0px;
}
#garments li
{
	width:54px;
	height:34px;
	background-color:#D2D3D5;
	border:1px solid #000000;
	float:left;
	margin-right:5px;
	font-size:12px;
	text-align:center;
	padding-top:0px;
	padding-bottom:5px;
	color:#343537;
}

#garments li.selected
{
	background-color:#A0A3A7;
}

#garments li td
{
	height:34px;
}
#garments li a
{
	font-size:11px;
	color:#343537;
}
.product_info_extra_actions
{
	border:0px solid #4E4F53;
	width: 220px;
	height: 60px;
	float:left;
	margin-right:10px;
	margin-left:10px;
}

.product_info_extra_actions div
{
	width: 200px;
	height:40px;
	
}
.product_info_extra_actions h3
{
	padding:0px;
	margin:0px;

}

/* Links Manager II v1.26 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;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}
A.linkListing-data {
  color: #FF0000;
}
A.linkListing-data:hover {
  color: #FF0000;
}
TR.linkListing-odd {
  background: #f8f8f9;
}
TR.linkListing-even {
  background: #F5F5F5;
}
.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid black; 
}
.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingHeading {
  color: #000000;
}
A.linkListingHeading:hover {
  color: #FF0000;
}
.linkFeaturedMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
A.linkFeaturedMain {
  color: #FFFFFF;
}
A.linkFeaturedMain:hover {
  color: #FF0000;
}
.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
  text-align: left;
}
A.linkListingMain {
  color: #000000;
}
A.linkListingMain:hover {
  color: #FF0000;
}
.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
A.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
}
A.linkListingCats:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FF0000;
}
.linkListingSubCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
}
A.linkListingSubCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingSubCats:hover {
  color: #FF0000;
}
.linkListingDescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000;
  text-align: center;
}
TABLE.linkSubmit {
  border: 3px;
  border-style: ridge;
  border-color: #b6b7cb;
}
TR.linkSubmit {
  background-color: #f8f8f9;
}
/* Links Manager II v1.26 end */

h1
{
	font-size:20px;
}
