@import url(highslide.css);

/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
 /* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #000;text-decoration: none;}
a:hover {text-decoration: underline;}

body {
	background-color: #faefdd;
	color: #444;
	font: normal 60.5% Arial,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Arial,sans-serif;
	margin-bottom: 4px; color: #808000;
}

h2 {
	font: bold 1.4em Arial,sans-serif;
	margin-bottom: 2px; color: #808000;
}



h1,h2,h3 {padding: 0 0 10px 0;}

/* misc */
.clearer {clear: both;}

/* structure */

.wrap {
 background: #faefdd url(img/dot2.jpg) repeat;
        margin: 0 auto;
        width: 1010px;
        border: 5px solid #9f953e;
}

.container {
        background: #fff;
	font-size: 1em;
	margin: 0 auto;
        margin-bottom:50px;
	padding: 5px;
	width: 900px;
        border-left: 5px solid #f1cac5;
        border-right: 5px solid #f1cac5;
        border-bottom: 5px solid #f1cac5;

}

/* header */
.top {
	padding: 20px 0 0px 0;
   }

/* title */
.header {
 background: #fff url(img/header.jpg) no-repeat;
	height: 190px;
	margin: 0 auto;
 	width: 910px;
        border-left: 5px solid #f1cac5;
        border-right: 5px solid #f1cac5;
        border-top: 5px solid #f1cac5;
        margin-top:25px;
}

/* navigation */
.navigation {
    padding: 5px 0px 0px 30px;
}
.navigation a {
        border-right: 1px solid #cccccc;
	color: #b20229;
	display: block;
        float: left;
        margin-top: 140px;
	font: bold 1.2em Arial, sans-serif;
        padding: 8px 15px 0px 15px;
	text-decoration: none;
        height:20px;
}

.navigation a:hover {color: #b20229; text-decoration: underline;}



/* main */
.main {
        background: #fff;
}

/* sub navigation */
.sidenav_right {
	float: right;
        width: 190px;
}

.sidenav_left    {
        float: left;
        width: 190px;
}


/* content */
.content {
	 background: #fff; font-size: 1.2em;
}

.content_middle {
        margin: 0 auto;
	padding: 5px;
	width:480px;
        min-height:400px;
}

.content p {font-family: Arial,sans-serif;}

/* footer_navigation */
.footer_navigation {
    margin:0 auto; }

.footer_navigation a {
        border-right: 1px solid #cccccc;
	color: #b20229;
	display: block;
        float: left;
	font: bold 1.2em Arial, sans-serif;
        padding: 8px 15px 0px 15px;
	text-decoration: none;
        height:20px;
}

.navigation a:hover {color: #b20229; text-decoration: underline;}



/* footer */
.footer {
	color: #b20229;
	font: bold 1em Arial, sans-serif;
	line-height: 29px;
	text-align: left;
        padding-left:10px;
}
.footer a,.footer a:hover {color: #b20229;}




.gvBox {
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Arial, sans-serif;
	font-size : 11px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Arial, sans-serif;
	font-size : 11px;
	color: #70d250;
	text-decoration: underline;
}

FORM {
	display: inline;
}


.breadcrumb a{
  color: #000;
}

 .priceDisclaimer	{
	font-size:9px;
	line-height:1;
	color:#000;
	}
 
 .price	{
	font-size:12px;
	line-height:1;
	color:#000;
        font-weight: bold;
	}
 
 
.productListingOuter	{
	width:480px; float:left; border:1px solid #ccc; margin:5px;
	}

.productListingInner	{
	padding:10px;
	}


.infoBox {
    color: #000000;
	font-size: 1.1em;
	line-height: 15px;
	margin: 0;
}

.infoBoxNoticeContents {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

.infoBoxHeading {
	background: url(img/boxheader.jpg) no-repeat;
	height: 18px;
        padding: 2px 0 5px 30px;
        font: bold 1.1em Arial;
        color: #b20229;
}

.infoBoxHeading a{
    color: #b20229;
}

.infoBox, SPAN.infoBox {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  padding:5px;
  border: 3px solid #faefdd;
}

TR.headerError {
  color: #ff0000;
  font-size: 12px;
}

INPUT{
	font-family: Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

a.confirmationEdit {
  font-style:italic;
  font-size: 10px;
  color: #999999;
}

SPAN.greetUser {
  font-family: Arial, sans-serif;
  color: #000;
  font-weight: bold;
}

TABLE.formArea {
  padding: 0 5px 0 5px;
}


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

SPAN.productSpecialPrice {
  font-family:  Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family:  Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family:  Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family:  Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}


/* Sitemap Tables */
.sitemap_heading {font-family:  Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; text-align:left;
	background-color: #b20229;
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#fff;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family:  Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #f1f1f1; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family:  Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family:  Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:  Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:  Arial, sans-serif; font-size: 11px; color: #ff0000; }

.tableListingI {
	background-color: #fafafa;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.onepxwidth {
	width: 1px;
}

img { border: 0 }

.copyright {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
  color: #b20229;
}
.parseTime {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
  color: #b20229;
}
.copyright a {
  color: #b20229;
}

.copyright a:hover {
  text-decoration: underline;
}


#CatNavi, #CatNavi ul, #CatNavi li, #ManuNavi, #ManuNavi ul, #ManuNavi li  { list-style-type: none; margin: 0; padding: 0 }
#CatNavi, #ManuNavi     { margin: 0px; padding: 0px; width: 99%;}
#CatNavi li, #ManuNavi li  { display: inline; margin: 0; padding: 0;  }
#CatNavi a, #ManuNavi a    { color: #b20229; display: block; font-size: 1.1em; font-weight:bold; margin: 0; padding:3px; width: 184px;}
#CatNavi a span, #ManuNavi a span  { display: block; margin: 0; padding: 1px 0; float: none; clear: both }
#CatNavi a:hover, #ManuNavi a:hover  { color: #fff; font-weight: bold; background-color: #b20229; background-image: url("img/icon_arrow.jpg"); background-repeat: no-repeat; background-position: 98% 50%;}
#CatNavi .CatLevel1 a span, #ManuNavi .ManuList a span { padding-left: 2px }
#CatNavi .CatLevel2 a span { padding-left: 18px; background-color:#b20229; font-weight:normal; }
#CatNavi .CatLevel3 a span { padding-left: 20px; background-color:#fac090 }
#CatNavi .CatLevel4 a span { padding-left: 26px; background-color:#b3a2c7 }
#CatNavi .Current a,
#CatNavi .CurrentParent a { color: #fff; background-color:#b20229;}
#CatNavi .Current a:hover,
#CatNavi .CurrentParent a:hover { color: #fff;background-color: #b20229; }

#CatNavi a.Current { background-color: #b20229; font-weight: bold; background-image: url("img/icon_arrow.jpg"); background-repeat: no-repeat; background-position: 98% 50%;}
#CatNavi a.CurrentParent  { color: #fff; font-weight: bold }
#CatNavi a.Green { color: green }
#CatNavi a.Red { color: red }
#CatNavi a.Blue { color: blue }


.INPUTSEARCH{
 	font-size: 12px;
        border: 1px solid #cccccc;
        color: #808000;
        vertical-align: middle;
        height:17px;
        margin-right:3px;
}

