/*
  $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: georgia;
	src: url(images/design/georgia.ttf);
}

.boxText { font-size: 10px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #fdfdf3;
  color: #000000;
  margin: 0px;
  background-image:url(images/design/bgfill.gif);
  background-repeat:repeat;
  font-family:georgia,serif;
  font-size:12px;
}

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

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

FORM {
	display: inline;
}
TABLE {
	font-size:14px;
}
TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #fdfdf3;
}

TD.headerNavigation {
  font-size: 10px;
  background-color: #fdfdf3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #fdfdf3;
}

.infoBoxContents {
  background: #fdfdf3;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #fdfdf3;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #fdfdf3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  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-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  text-decoration:none;
  font-size:14px;
}

A.pageResults:hover {
  color: #000000;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 14px;
  font-weight: normal;
/*  border-bottom: dashed 1px #000000;*/
	background-image:url(images/design/pxlup.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom:2px;
}
TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: georgia,serif;
  font-size: 14px;
  line-height: 1.5em;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}
CHECKBOX, RADIO, SELECT {
  font-family:georgia,serif;
  font-size: 14px;
}
SELECT.card {
	border: solid 1px #000000;
}
SELECT.regular {
	text-decoration:none;
	font-size:12px;
}
SELECT.register {
	border: solid 1px #000000;
	height:25px;
	width:170px;
	vertical-align:bottom;
}
SELECT.qty {
	border: solid 1px #000000;
	background-color:#fdfdf3;
}
INPUT {
	font-family:georgia,serif;
	font-size:14px;
	border: solid 1px #000000;
}
INPUT.regular {
	width:207px;
	height:25px;
}
INPUT.register{ 
	height:25px;
	width:170px;
}
INPUT.small {
	width:80px;
	height:25px;
}
INPUT.chk {
	width:25px;
	height:25px;
}
CHECKBOX.small {
	width:12px;
	height:12px;
	border: solid 1px #000000;
}

TEXTAREA {
  font-family: georgia,serif;
  width: 100%;
  font-size: 14px;
  border: solid 1px #000000;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  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; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {font-size: 10px; color: #000000; }

/* message box */

.messageBox {font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }


/* custom classes*/
.maintbl {
	width:975px;
	height:600px;
	table-layout:fixed;
	border: none;
/*	background-color: #fdfdf3;*/
	text-align:center;
}
.leftcoltbl {
	table-layout:fixed;
	width:100%;
	border: none;
}
.leftcoltbl TD {
	/*border-bottom: dashed 1px #000000;*/
}
.geninfo {
	table-layout:fixed;
	width:100%;
	border: none;
	clear:both;
}
A.links {
	font-size:14px;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
A.links.w {
	color:#ffffff;
}
A.links.w:HOVER {
	color:#ffffff;
}
A.links.on {
	background-color:#f6ff00;
}
A.links.u { /* underlined links for all the site*/
	text-decoration:underline;
}
A.links.u2 {
	text-decoration:none;
}
A.links.u2:HOVER {
	border: solid 1px #000000;
}
A.links.u3 {
	text-decoration:underline;
	line-height:17px;
}
A.links.u3:HOVER {
	background-color:#f6ff00;
	text-decoration:underline;
}

A.links.pages {
	font-size:13px;
	line-height:13px;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

A.breads {
	font-size:14px;
	line-height:15px;
	font-weight:normal;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
A.breads.on {
	background-color:#f6ff00;
	text-decoration:none;
}
A.breads:HOVER {
	text-decoration:none;
}
A.breads.back {
	text-decoration:underline;
}
DIV.spacer {
	height:5px;
	clear:both;
}
P {
	font-size:12px;
}
A.btmlink {
	font-size:12px;
	font-weight:normal;
}
A.btmlink:HOVER {
	background-color:#f6ff00;
}
A.btmlink.on {
	font-size:12px;
	font-weight:normal;
	background-color:#f6ff00;
}
TD.box {
	border-style: dashed;
	border-width: 2px;
	border-color: #000000;
	padding:8px;
}
TD.box.bottomonly {
	padding:14px 0px 0px 0px;
	border:none;
	vertical-align:top;
	background-image:url(images/design/pxlup.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
TR.bottomonly {
	text-decoration:underline;
	vertical-align:top;
}
TR.shoplist{
	background-color: #f6ff00;
	height:25px auto;
}

TD.box.top {
	vertical-align:top;
	padding-top:20px;
	height:345px;
	padding-left:26px;
	background:url(images/design/homebgtop.jpg) no-repeat bottom center;
}
TD.box.b {
	height:205px;
}
TD.boxn {
	height:219px;
	background-image:url(images/design/smallbox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
}
TD.boxbag {
	height:253px;
	width:184px;
	background-image:url(images/design/smallbox6.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
	vertical-align:top;
	margin:0px;
	padding:2px 0px 0px 0px;
}
TD.boxbagbig {
	height:523px;
	width:383px;
	background-image:url(images/design/smallbox7.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
	vertical-align:top;
	margin:0px;
	padding:1px 0px 0px 0px;
}
TD.boxbagpopup {
	height:645px;
	width:517px;
	background-image:url(images/design/smallbox8.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
	vertical-align:top;
	margin:0px;
	padding:2px 1px 1px 1px;
}
TD.lon {
	background-color:#f6ff00;
	height:20px;
}
P.y {
	text-decoration:underline;
	color:#ffffff;
	font-size:20px;
	width:200px;
}
P.y.small {
	font-size:14px;
	text-decoration:none;
}
P.y2 {
	color:#ffffff;
	font-size:20px;
	text-decoration:underline;
}
P.wt {
	font-size:13px;
	margin-left:17px;
	line-height:14px;
}
.highlighted {
  background-color:#f6ff00;
}
.infotext {
	font-size:12px;
}
.infotext2{
	font-size:11px;
}
.infotext3 {
	font-size:10px;
}
TD.loff {
	height:20px;
}
TD.loff:HOVER {
	background-color:#f6ff00;
}
P.ab { /* good, used in the "about" page */
	font-size:14px;
	line-height:15px;
	margin: 0px;
	padding: 0px;
}
P.twelve {
	font-size:12px;
	line-height:14px;
	margin:0px;
	padding:0px
}
SPAN.twelve {
	font-size:11px;
	line-height:12px;
}
P.twelve.u {
	text-decoration:underline;
	margin-bottom:3px;
}
P.nav {
	font-size:14px;
	line-height:15px;
	margin:0px;
	padding:0px;
}
P.nav.u {
	text-decoration:underline;
}
P.nav.note {
	font-size:12px;
	font-style:italic;
}
div.nav {
	float:right;
	clear:none;
	margin:0px;
	padding:0px;
	line-height:15px;
}
div.navback {
	float:left;
	clear:left;
	margin:0px;
	padding:0px;
	line-height:15px;
}
SPAN.nav.u2 {
	text-decoration:underline;
}
SPAN.nav.u2:HOVER {
	background-color:#f6ff00;
}
P.nav.menu {
	
}
P.nav.menu:HOVER {
	color: #fdfdf3;
	background-color:#000000;
}

P.nav2 {
	font-size:14px;
	line-height:25px;
	margin:2px;
	cursor:pointer;
}
P.navback {
	line-height:14px;
	margin:0px;
	padding:0px;
}
DIV.nav2 {
	font-size:14px;
	margin:2px;
	cursor:pointer;
}
DIV.nav2:HOVER {
	border: solid 1px #000000;
}
P.nav2 IMG {
	vertical-align:bottom;
}
P.tt {
	font-size:13px;
	line-height:15px;
	margin:0px;
	padding:0px;
}
SPAN.nav {
	font-size:14px;
	line-height:15px;
	margin:0px;
	padding:0px
}
DIV.floater {
	position: relative;
	top: 18px;
	margin-right:17px;
	width:100px;
	height:20px;
	font-size:14px;
	text-decoration:underline;
	z-index:0;
	float:right;
}
DIV.floater3 {
	position: relative;
	top: 58px;
	margin-right:17px;
	width:100px;
	height:20px;
	font-size:14px;
	text-decoration:underline;
	z-index:0;
	float:right;
	clear:none;
}
DIV.floater2 {
	position:absolute;
	top:0px;
	left:0px;
	width: 180px;
	height:249px;
	background-image:url(images/design/omaskz.png);
	z-index:1000;
}
DIV.floater2active {
	position:absolute;
	top:0px;
	left:0px;
	width: 180px;
	height:249px;
	z-index:1000;
	cursor:pointer;
}
.floater2prodname {
	font-size:14px;
	line-height:15px;
	height:24px auto;
	padding-bottom:2px;
	width:161px;
	background-color:#f6ff00;
	text-align:center;
	margin-top:150px;
	margin-left:9px;
	vertical-align:bottom;
	z-index:900;
	background-image:url(images/design/pxl.gif);
	background-position:bottom center;
	background-repeat:repeat-x;
}


.pressImg {
	margin-top:8px;
	cursor:pointer;
	border:none;
	clear:both;
}

#pricenote {
	position:relative;
	width:320px;
	font-size:10px;
	margin-top:5px;
	margin-bottom:15px;
}
#pricenote a {
	text-decoration:underline;
	font-size:10px;
}

#leatherdiv {
	position:relative;
	width:330px;
	height:100px auto;
	margin-top:10px;
}

.swatch {
	clear:none;
	float:left;
	cursor:pointer;
	height:32px;
	width:40px;
	background-image:url(images/design/swatch.gif);
	background-position:middle top;
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:6px;
}
.swatch.ton {
	background-image:url(images/design/swatchon.png);
}
.swsep {
	width:100%;
	clear:both;
	height:2px;
	line-height:2px;
}
#divhelp {
	position:absolute;
	top:1px;
	left:1px;
	width:173px;
	height:163px;
	overflow:hidden;
	display:none;
	z-index:1000;
	background-image:url(images/design/helper.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-family:georgia;
	font-size: 12px;
	padding:0px;
}
#divhelp.bubbleleft {
	background-image:url(images/design/bubbleleft.png);
}
#divhelp P {
	font-size:11px;
	text-align:center;
	margin-top:5px;
	margin-left:1px;
}

#qtydiv {
	position:relative;
	width:330px;
	height:auto;
	margin-top:10px;
	clear:both;
}
#qtydiv div {
	margin-bottom:10px;
	margin-left:0px;
}
#qtydiv .check_inode, .select_inode {
	margin-right: 10px;
}
#addcartdiv {
	position:relative;
	width:310px;
	height:auto;
	margin-top:10px;
	clear:both;
}
.galphoto {
	width:135px;
	height:150px;
	text-align:middle;
	vertical-align:bottom;
}
.galtext {
	margin-top:10px;
	height:30px;
	width:135px;
	text-align:left;
	padding-left:3px;
}
.galtext.padded {
	padding-left:23px;
}
.clothimg {
	margin: 20px 0px 15px 0px;
}