/*
  $Id$

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

  Copyright (c) 2007 osCommerce

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License v2 (1991)
  as published by the Free Software Foundation.
*/

/* MARKUP */

body {
	background: #5A5A5A url(images/bg_body.jpg) repeat-x 50% 0;
}
#container_shadow {
	background: url(images/shadow.png) repeat-y 0 0;
}
#shadow_top {
	background: url(images/shadow_top.png) no-repeat;
	height:23px;
}
#shadow_bottom {
	background: url(images/shadow_bottom.png) no-repeat;
	height:23px;
}
#menu_container {
	background: url(images/bg_menu.png) no-repeat;
}

#menu li.selected a {
    background: url(images/bg_menu_left.png) no-repeat 0 0;
}
#menu li.selected {
	background: url(images/bg_menu_right.png) no-repeat right 0;
}



BODY {
  color:#000000;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  min-width: 760px;
}

H1 {
  color: #C00000;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin: 5px 0 10px 0;
}

H2 {
  color: #C00000;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}

H6 {
  color: #C00000;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}

TD, P {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}

IMG {
  border: 0;
}

FORM {
  margin-top: 0;
  margin-bottom: 0;
}

FORM OL {
  margin: 0;
  padding: 0;
}

FORM OL LI {
  list-style: none;
  margin: 0;
  clear: left;
}

FORM LABEL {
  float: left;
  width: 160px;
  margin: 5px;
}

FORM LABEL.fieldLabel {
  float: none;
}

FORM INPUT, FORM SELECT, FORM TEXTAREA {
}

FORM EM {
  color: #FF0000;
  font-size: 9px;
  margin-left: 2px;
}

/* LAYOUT */

#container_outer {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:986px;
}
#container_shadow {
	margin-top:0px;
	width:986px;
}

#container_inner {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:940px;
	color:#000000;
	background-color:#FFFFFF;
}

#pageHeader {
	position:relative;
	width: 100%;
	margin-top:140px;
}
#header_box_group {
	position:absolute;
	width:940px;
	top:5px;
	opacity:.80;
	filter: alpha(opacity=80); -moz-opacity: 0.80;
}
#header_box_group A {
	color:#FFFFFF;
}
#header_box_group A:hover {
	color:#C00000;
}
.header_box_single_line {
	float:right;
	text-align:center;
	margin-right:5px;
	height:24px;
	width:130px;
	padding:5px;
	padding-top:12px;
	border:1px dashed #FFFFFF;
	color:#FFFFFF;
	background-color:#000000;
}
.header_box {
	float:right;
	text-align:center;
	margin-right:5px;
	height:31px;
	width:130px;
	padding:5px;
	border:1px dashed #FFFFFF;
	color:#FFFFFF;
	background-color:#000000;
}

#pageContent {
  float: right;
  width: 518px;
  padding:4px 10px 5px 10px;
}

#pageColumnLeft {
  float: left;
  width: 200px;
  margin-top:0px;
}

#pageBlockLeft {
  float: left;
  width: 738px;
  position:relative;
  padding-left:1px;
}

#pageColumnRight {
  float: right;
  width: 200px;
  margin-top:0px;
  padding-right:1px;
}

#pageFooter {
  clear: both;
  text-align: center;
  font-size:10px;
}
#pageFooter a {
  color:#ffffff;
}

/* LINKS */

#navigationBar A {
  color: #000000;
}

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

/* DEFINITIONS */

#reduction_profiles {
	border:1px solid #000000;
	border-right:none;
	border-bottom:none;
}

#reduction_profiles td {
  border:1px solid #000000;
  border-left:none;
  border-top:none;
  vertical-align:top;
}

dt {
	font-style: italic;
	font-weight: bold;
}

#siteLogo {
}

#navigationIcons {
  float: right;
  margin: 0;
  padding: 15px 0 0 0;
  list-style-type: none;
}

#navigationIcons li {
  display: inline;
  padding: 5px;
}

#menu_container {
	height: 47px;
	clear: both;
	opacity:.95;filter: alpha(opacity=95); -moz-opacity: 0.95;
}
#menu {
	position:relative;
	list-style: none;
	margin-left:20px;
}
#menu li {
	display:block;
	float:left;
	height:45px;
	text-align:center;
	margin-left:10px;
}
#menu li.selected {
	margin-top:1px;
}

#menu li a {
	display: block;
	height: 32px;
	border: 0;
	padding: 13px 30px 0 30px;
	color: #bbb;
}
#menu li a:hover {
	color: #fff;
	text-decoration:none;
}
#menu li.selected a {
	color: #fff;
	font-weight:bold;
}
#menu li.selected a:hover {
	text-decoration:none;
	font-weight:bold;
}

#navigationBar {
  color: #C00000;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
  margin-top:10px;
  margin-left:55px;
  position:relative;
}

#breadcrumbPath {
  float: left;
  padding-left: 5px;
}

#pageIcon {
	display:none;
  float: right;
  margin-right: 10px;
  height: 40px;
}

.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #C8AD91;
  background-color: #FFFCF5;
  font-family: Verdana, Arial, sans-serif;
  color: #465584;
  margin: 5px;
}

.moduleBox {
	margin-top:30px;
}

.moduleBox .content {
  background-color:#F0F0F0;
  
  border: 1px dotted #C00000;
  
  padding: 5px;
  margin-bottom: 5px;
}

.moduleBox .specials {
  margin-bottom: 5px;
  border: 1px solid #C00000;
  padding:5px;
}
.specials .special {
	padding:5px;
	width: 29%; 
	border: 1px solid #C00000;
	text-align: center;
}

.specials_title {
	color: #C00000;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	margin: 0;
}
.specials_contents {
	width:508px;
}
.specials_contents span {
	width:167px;
	height:150px;
	background: url(images/module_box.gif) no-repeat;
	padding-top:4px;
	padding-bottom:4px;
}

.special A {
	color:#000000;
}

.moduleBox H6 {
  padding: 5px 0px 5px 0px;
}

.inputRequirement {
  font-size: 10px;
  font-weight: normal;
  color: #FF0000;
  margin-top: 10px;
}

.submitFormButtons {
  padding: 5px;
}

.listingPageLinks {
  padding: 5px;
}
.listingPageLinks form {
  display:inline;
}






.moduleRow { }

.moduleRowOver {
  background-color: #CCCCCC;
}

.moduleRowSelected {
  background-color: #AAAAAA;
}


/////////////////////////
.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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; font-weight: normal; }

A {
  color: #000000;
  text-decoration: none;
}

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

.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: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: white;
  vertical-align: top;
}

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: #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 {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: white;
  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.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  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;
  color: #ff0000;
  width:auto;
  height:auto;
  background: none;
  padding:0;
}
  
  
  
}

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

.boxCheckoutTrail {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #8c8c8c;
}

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

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


/* CSS Boxes */

.boxGroup {
	width:200px;
	background: url(images/bg_box.png) repeat-y;
	color:#ffffff;
}

.boxGroup A {
	color:#ffffff;
}

.boxGroup A:hover {
	color:#C00000;
}

.boxNew {
	margin-bottom:20px;
}

.boxTitle {
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top:2px;
  /*padding-bottom:2px;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-align:center;
  color:#ffffff;
  border-top:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
  margin-bottom:10px;
}

.boxTitle A {
	color:#ffffff;
}


.boxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 5px 10px;
  color:#ffffff;
  /*display:none;*/
}
.boxContents_categories {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 3px;
  padding-left:10px;
  color:#FFFFFF;
}
.category {
	display:block;
}
.category_hover {
	display:block;
	background-color:#C00000;
	color:#FFFFFF;
}
.category_hover A:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.subcategory {
	display:block;
	background-color:#606060;
}
.subcategory A{
	color:#ffffff;
}
.subcategory_hover {
	display:block;
	background-color:#C00000;
	color:#FFFFFF;
}
.subcategory_hover A{
	color:#FFFFFF;
	text-decoration:none;
}
.subcategory_hover A:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#variantsBlock {
}

#variantsBlockTitle {
  font-weight: bold;
  padding-bottom: 10px;
}

#variantsBlockData {
}

#optionsBlock {
	clear:both;
	margin-left:-208px;
}

#optionsBlockTitle {
  font-weight: bold;
  padding-bottom: 10px;
}

#optionsBlockData {
	margin-bottom:20px;
}

#productVariantCombinationNotAvailable {
  color: #ff0000;
}

.productInfoKey {
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}

.productInfoValue {
  padding-bottom: 10px;
  vertical-align: top;
}

#productInfoPrice {
  font-weight: bold;
}

.ships24hours {
  color: #45B04C;
}
#partners {
	text-align:center;
	padding:5px 10px;
}
#partners .title {
	text-align:left;
	font-weight:bold;
	margin-bottom:10px;
}

