/*
	$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-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:#4682B4; text-decoration:underline; }

BODY {
	background:#fff;
	color:#444;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#ee8202; 
}
	
#frame {
	width:1080px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	padding-top:20px;
	text-align:left;
}

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

A:hover {
	color:#ee8202;
	text-decoration:underline;
}
img {
border-color:#000;
}
a:hover img {
border-color:#ee8202; 
}
FORM {
	display:inline;
}

LI {
list-style-image:url(images/default/bullet_orange.gif);
}

.headerTop {
	background-image:url(images/header_top_bg.jpg);
	font-size:10px;
	color:#666;
	line-height:1.5;
}


.header_tl {
background:url(images/header_corners.gif) 0px 0px;
height:4px;
}
.header_tr {
background:url(images/header_corners.gif) -4px 0px;
height:4px;
}
.header_bl {
background:url(images/header_corners.gif) 0px -4px;
height:4px;
}
.header_br {
background:url(images/header_corners.gif) -4px -4px;
height:4px;
}
.header_t {
background:url(images/header_x.gif) 0px 0px;
height:4px;
}
.header_b {
background:url(images/header_x.gif) 0px -122px;
}
.header_bg {
background:url(images/header_x.gif) 0px -4px;
}
.header_l {
background:url(images/header_y.gif) 0px 0px;
}
.header_r {
background:url(images/header_y.gif) -4px 0px;
}


.search {
width:146px;
height:28px;
background:url(images/header_input_big.gif);
}

.search input {
float:left;
padding:0;
margin:8px 0 0 6px;
border:0;
width:129px;
background:none;
}

.login {
width:146px;
height:18px;
background:url(images/header_input_small.gif);
}

.login input {
float:left;
padding:0;
margin:3px 0 0 6px;
border:0;
width:129px;
background:none;
}

TR.headerNavigation {
	height:29px;
}

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

A.headerNavigation { 
	color:#fff; 
}

A.headerNavigation:hover {
	color:#fff;
}
a.jsib {
color:#444;
padding:0;
border-bottom:1px dotted ;
text-decoration:none;
}

/* category information boxes */

.cat_info_box {
background:#fff6e6; border:solid 1px #6fa1c8;
padding:8px; margin-bottom:10px;
font-size:11px; font-weight:bold;
}

TR.headerError {
	background:#ff0000;
}

TD.headerError {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	background:#ff0000;
	color:#fff;
	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:#fff;
	font-weight:bold;
	text-align:center;
}
TABLE.footer {
	height:25px;
	background-image:url(images/default/footer.png);
	background-repeat: no-repeat;
}

DIV.footer {
	text-align:center;
}

TD.footer, DIV.footer, .footer A, .footer a:hover {
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}

TD.catBoxHead {
	text-align:right;
	vertical-align:bottom;
	font-size:12px;
	font-weight:bold;
	color:#585858;
	background:#ededed;
	background-image:url(images/catbox/bg_head.gif);
	background-repeat:repeat-x;
}

.catBox {
	background:#ededed;
	background-image:url(images/catbox/bg_body.gif);
	background-repeat:repeat-x;
	border-left:2px solid #fff;	
	border-right:2px solid #fff;	
}

.catBoxBg {
	background:#ededed;
}

.catBoxCon {
	font-size:12px;
	padding:0 3px;
}
TD.catText {
height:25px;
}
.catText { 
	background:#fff;
	font-weight:bold; 
	font-size:12px;
	color:#585858;
}
.catText:hover {
	color:#db7734;
	text-decoration:none;
}
.catTextSmall { 
	font-weight:normal;
	font-size:10px;
}
.catTextSelected{
	color:#db7734;
	text-decoration:none;
}
.catBoxText {
	background-image: url(images/categories/box_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border:1px solid #fff;
	font-size:10px;
}
.catBoxText UL {
list-style-image:url(images/default/bullet_orange.gif);
}

/* INFO BOX */
.infoBoxHead td a {
	color:#585858;
	text-decoration:none;
}
.infoBoxHead td a:hover {
	color:#DB7734;
	text-decoration:none;
}
.infoBoxHead {
	font-size:10px;
	font-weight:bold;
	background:#ededed;
	color:#585858;
	border-left:2px solid #fff;	
	border-right:2px solid #fff;	
}
.infoBoxHeadBG {
	color:#585858;
	font-size:10px;
	font-weight:bold;
	height:21px;
	padding:0px 6px;
	background:#ededed;
	background-image:url(images/infobox/bg_head.jpg);
	border-left:2px solid #fff;	
	border-right:2px solid #fff;	
}

.infoBoxBg {
	background:#ededed;
	background-image:url(images/infobox/bg.gif);
	background-repeat:repeat-y;
}
.infoBox {
	background:#ededed;
	border-left:2px solid #fff;	
	border-right:2px solid #fff;	
}
TD.infoBox, SPAN.infoBox {
	font-size:10px;
}
.infoBoxCon {
	color:#444;
	font-size:10px;
}
TD.infoText2 {
height:23px;
}
.infoText2 { 
	background:#fff;
	font-weight:bold; 
	font-size:10px;
	color:#585858;
}
.infoText2:hover {
	color:#db7734;
	text-decoration:none;
}
.noticeBox {
	background:#ff8e90;
}
.infoBoxNoticeCon {
	background:#ffe6e6;
	font-size:10px;
}
.info_footer {
	height:75px;
	width:250px;
	background-image:url(images/infobox/bg_footer.png);
	background-repeat: no-repeat;
}

.conBoxHead {
	background:#ededed;
	border-top:1px solid #fff;	
	border-left:1px solid #fff;	
	border-right:1px solid #fff;	
}
.conBoxHeadBG {
	font-size:15px;
	color:#db7734;
	font-weight:bold;
	height:39px;
	background:#ededed;
	background:url(images/default/bg_head.jpg) no-repeat;
	border-top:1px solid #cfcfd1;	
	border-left:1px solid #cfcfd1;	
	border-right:1px solid #cfcfd1;
}
.conBox {
	background:#ededed;
	border-left:1px solid #fff;	
	border-right:1px solid #fff;	
	border-bottom:1px solid #fff;
}
.conBoxCon {
	color:#444;
	font-size:11px;
	padding:0px 5px;
	border-left:1px solid #cfcfd1;	
	border-right:1px solid #cfcfd1;	
	border-bottom:1px solid #cfcfd1;
}

.fancyBox {
background:#fff;
border-top:1px solid #999;
border-left:1px solid #999;
}
.fancyBoxRow {
background:#fff;
padding:7px 5px;
border-bottom:1px solid #999;
border-right:1px solid #999;
}
.fancyBox2 {
line-height:11px;
border:none;
background:transparent;
background:#ededed;
font-size:11px;
width: 95%;
padding:0px;
}

.Odd {
	background:#ededed;
	border-bottom:1px solid #d5d4d4;
	padding:7px 5px;
	width: 50%;
	padding:3px;
}

.Even {
	background:#f4f4f4;
	border-bottom:1px solid #d5d4d4;
	padding:7px 5px;
	width: 50%;
	padding:3px;
}
.fancyBox3 {
line-height:11px;
border:none;
background:transparent;
background:#ededed;
font-size:11px;
width: 100%;
padding:0px;
}

.Odd2 {
	background:#fff;
	border-bottom:1px solid #d5d4d4;
	padding:7px 5px;
	width: 50%;
	padding:3px;
}

.Even2 {
	background:#f4f4f4;
	border-bottom:1px solid #d5d4d4;
	padding:7px 5px;
	width: 50%;
	padding:3px;
}

TABLE.accountBox {
	background:#ededed;
	border:1px solid #ee8202;
}
DIV.accountBoxPos {
	position:relative;
	height:10px;
	z-index:1;
	left:0px;
	top:-13px;
}
DIV.accountBoxHead {
	color:#ee8202;
	position:absolute;
	z-index:3;
	left:10px;
	top:0px;
	background:#ededed;
	padding-left:5px;
	padding-right:5px;
}
.accountBoxHead a {
	color:#ee8202;
	text-decoration:none;
}
.accountBoxHead a:hover {
	text-decoration:underline;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.proListing-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.proListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background:#f8f8f9;
}

.proListing {
	border:1px solid white;
	background:#ededed;
}
.productContents {
	border:1px solid #cfcfd1;
}
.proListing-heading {
	background-image:url(images/default/bg_head.jpg);
	height:39px;
	font-size:15px;
	color:#db7734;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	
}
.proListing-data {
	color:#444;
	font-size:10px;
	padding:5px 6px;
}
.product {
	background:#fff;
	border:1px solid #999;
}
.productDesc {
	font-size:9px;
	padding:5px;
}
.productSDesc {
	color:#444;
	font-size:11px;
	padding:5px;
}
.productName {
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.productPrice {
	font-size:14px;
	font-weight:bold;
	color:#db7734;
}
.productTextGrey {
	font-size:10px;
	color:#999;
	line-height:2.0;
}
.productTextGrey a {
	color:#999;
	text-decoration:underline;
	line-height:2.0;
}
.productTextOrange {
	font-size:10px;
	color:#db7734;
}

.productSpecialPrice {
	font-size:14px;
	font-weight:bold;
	color:#ff7734;
}

.bgGrey {
	background:#ccc;
}
.bgWhite {
	background:#fff;
}

.pageResults {
	color:#fff;
	font-size:10px;
}
A.pageResults {
	color:#fff;
	text-decoration:none;
}

A.pageResults:hover {
	color:#fff;
	text-decoration:underline;
}

TD.pageHeading, DIV.pageHeading {
	font-size:20px;
	color:#9a9a9a;
}

TR.subBar {
	background:#f4f7fd;
}

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

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	color:#eb6200;
	font-size:15px;
	line-height:2;
}

.productContents h2,.productContents h3,.productContents h4,.productContents h5 {
	font-size:11px;
	line-height:1.5;
}

.orangeText , .textOrange { /* textOrange deprecated */
	color:#db7734;
}
.orangeHead {
	color:#eb6200;
	height:24px;
}
.bold {
font-weight:bold;	
}

.main {
	font-size:11px;
	line-height:1.5;
}

.link {
color:#ee8202;
}
.link:hover {
text-decoration:underline;
}
TD.smallText, SPAN.smallText, P.smallText {
	color:#444;
	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, INPUT, RADIO, SELECT {
	font-size:11px;
}

TEXTAREA {
	width:100%;
	font-size:11px;
}

SPAN.greetUser {
	font-size:12px;
	color:#fff;
}

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.errorText {
	color:#ff0000;
}

.moduleRow { }
.moduleRowOver { background-color:#f5f5f5; cursor:pointer; cursor:hand; }
.moduleRowSelected { background-color:#f5b464; }

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

/* 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:#4682b4; }
/* BOF:Additional Images */
.imagesBoxCon {
	font-size:10px;
}
/* EOF:Additional Images */
#moreText { margin-bottom:10px; }
