/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

body {
	position:relative;
  background:#000000;
	background-image:url(images/skin/bg_outer_tile.jpg);
	background-position:top center;
	background-repeat:repeat;
  color: #000;
  margin: 0px;
  font-size: 11px;
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}

h1 {
	margin:10px 0px;
  font-size: 16px;
	font-weight:bold;
  margin-bottom: 0;
	border-bottom:1px solid #000000;
  padding-bottom: 5px;
}

h2 {
	color:#333333; font-weight:bold; font-size:14px;
}

h3 {
	display:block;
	margin:1px 0 0 0; height:15px; padding:8px 8px 7px 8px;
	color:#FFFFFF; font-size:11px; font-weight:bold;
	clear:both;
}
h3 a { color:#FFFFFF; }
h3 a:hover { color:#FFFFFF; }

h4 {
	color:#000000; font-weight:bold; font-size:14px;
}

h5 {
	color:#333333; font-weight:bold; font-size:12px;
	margin-bottom:-15px;
}

h6 {
	color:#000000; font-weight:bold; font-size:12px;
}

p {
	margin:15px 0;
  font-size: 11px;
  line-height: 1.5;
}

a {
  color:#000000;
  text-decoration:none;
}

a:hover {
  color:#333333;
  text-decoration:none;
}

img {
  border:0;
}

#design_top {
	position:absolute; top:0; left:0; z-index:2;
	width:100%; height:250px;
	background-image:url(images/skin/bg_header.png);
	background-position:top center;
	background-repeat:no-repeat;
}
#design_middle {
	position:absolute; top:250px; bottom:100px; left:0; z-index:1;
	width:100%; height:expression(document.body.clientHeight-350);
	background-image:url(images/skin/bg_inner_tile.png);
	background-repeat:repeat-y;
	background-position:top center;
}
#design_bottom {
	position:absolute; bottom:0; left:0; z-index:1;
	width:100%; height:100px;
	background-image:url(images/skin/bg_footer.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#header {
	position:relative;
	padding:0 15px;
	width:940px; height:169px;
}

#footer {
	position:relative;
	width:940px; height:90px;
}

#headerShortcuts {
	position:absolute;
	top:0px;
	right:10px;
}

#headerLinks {
	position:absolute;
	bottom:-33px;
	right:10px;
}

#footer span {
	position:absolute; bottom:27px;
	color:#FFFFFF;
}

#footer span a {
	color:#FFFFFF;
}

#footer span.copyright {
	left:30px;
}

#footer span.website {
	right:30px;
}

#footerLinks {
	padding-top:10px;
	text-align:center;
}

#footerLinks a {
	padding:0 10px;
}

#bodyWrapper {
	position:relative;
	z-index:3;
	width:980px;
}
#bodyWrapper:after {
	content:" ";visibility:hidden;display:block;clear:both;width:0;height:0;line-height:0;font-size:0;
}

#pageContent {
	position:relative;
	clear:both;
	padding:20px 10px 0 10px;
	zoom:1;
}

#pageContent:after {
	content:" ";visibility:hidden;display:block;clear:both;width:0;height:1px;line-height:0;font-size:0;
}

#bodyContent {
}

#bodyContent div.informationlinks {
	zoom:1;
}

#bodyContent div.informationlinks:after {
	content:" ";visibility:hidden;display:block;clear:both;width:0;height:1px;line-height:0;font-size:0;
}
#bodyContent div.informationlinks a {
	display:block;
	float:left;
	padding:5px 10px;
	border-left:1px solid #CCCCCC;
}

div.heading {
	position:relative;
}

div.heading div.price {
	position:absolute; top:0; right:0;
  font-size: 16px;
	font-weight:bold;
}

.breadcrumbs {
	color:#FFFFFF;
	height:19px;
	padding:10px;
}

.breadcrumbs a {
	color:#FFFFFF;
	font-weight:bold;
}

.fp_module {
	clear:both;
	zoom:1;
}

.fp_module:after {
	content:" ";visibility:hidden;display:block;clear:both;width:0;height:1px;line-height:0;font-size:0;
}

#storeLogo {
	position:absolute;
  top:40px;
	left:85px;
}

#storeSlogan {
	position:absolute;
  top:110px;
	left:70px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

#columnLeft {
  padding-top: 5px;
}

#columnRight {
  padding-top: 5px;
}

ul.navcontent {
	margin:0;
	padding:0;
	list-style:none;
}

ul.navcontent li {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	background-color:#CCCCCC;
}

ul.navcontent li:hover {
	background-color:#999999;
}

ul.navcontent li a {
	display:block;
	margin:0;
	padding:5px;
	color:#000000;
	font-weight:bold;
}

ul.navcontent li a span.count {
	opacity:0.5; filter:Alpha(Opacity=50);
}

ul.navcontent li ul {
	display:none;
	position:absolute; top:0; left:99%; z-index:1;
	margin:0; padding:0;
}

ul.navcontent li:hover > ul {
	display:block;
	z-index:2;
}

div.boxlinks a {
	display:block;
}

.infoBoxContainer { }

.infoBoxHeading {
  padding: 2px;
  font-size: 11px;
}

.infoBoxContents {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  font-size: 14px;
  font-weight: normal;
	border-bottom:1px solid #666666;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}

div.catalog table {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
	width:100%;
	border-collapse:collapse;
}

div.catalog table tr td {
	margin:1px;
	border:1px solid #CCCCCC;
	padding:10px 0 10px 0;
}

table.productListTable {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
	width:100%;
	border-collapse:collapse;
}

table.productListTable tr td {
	margin:1px;
	border:1px solid #CCCCCC;
	padding:10px 0 10px 0;
}

.productListTable tr.alt td {
  background-color: #ecf6fc;
}

.fieldKey {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
}

#piGal {
	position:relative;
}

#piGal:before {
	content:"Click to enlarge";
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	padding:2px 5px;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.75);
	color:#fff;
	border-bottom-left-radius:3px;
}

#piGal ul {
  list-style:none;
	margin:0;
	padding:0;
}

#piGal ul li {
  list-style:none;
	margin:0;
	padding:0;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
/*  margin-left: -30px;*/
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

.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; }


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

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;
}

.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: #ffffff;
}

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;
}

table.productListingHeader {
  table-layout: fixed;
	border-collapse:collapse;
	width:100%;
  color: #FFFFFF;
  font-weight: bold;
}

table.productListingHeader tr td {
	padding:2 5px;
}

table.productListingHeader tr td a:hover {
  color: #FFFFFF;
}

table.productListingData {
  table-layout: fixed;
	border-collapse:collapse;
	width:100%;
}

table.productListingData tr td {
	padding:10px 5px;
}

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: inherit;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: inherit;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: inherit;
  font-size: 10px;
}

TD.accountCategory {
  font-family: inherit;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: inherit;
  font-size: inherit;
}

TEXTAREA {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.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; }
.messageStackInfo { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ccff; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

