/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

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

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   Maintained (c) 2007 i3internet.de 
   -----------------------------------------------------------------------------------------
   
   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 
   ---------------------------------------------------------------------------------------*/


.contact2 {border: 0px none; background: #FFF;}
body { 
	margin: 0px 0px 15px 0px; 
	background: #e5e2bc url('img/bg.png') repeat-x; 
	background-attachment: fixed;
	color: #444444; 
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	text-align: center;
	}

#overall_center {
	border: 5px solid #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	}

div.master-div {
    border: 0px solid #FFF;
    margin: 0pt auto;
    width: 900px;
    -moz-box-shadow:    0px 5px 15px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.3);
    box-shadow:         0px 5px 15px rgba(0,0,0,.3);
    
    margin-top: 50px;
    margin-bottom: 20px;
    width: 900px;
}

/* Root */

#root {}

/* Master */

#master { background: #fff; width: 900px; min-width: 900px; padding: 10px; margin-top: 50px; margin-bottom: 20px; -moz-box-shadow: 0px 5px 15px rgba(0,0,0,.3); -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.3); -shadow: 0px 5px 15px rgba(0,0,0,.3); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

/* Header */

#header { background-image: url("img/header.png"); background-repeat: no-repeat; width: auto; min-width: auto; height: 280px; padding: 0; margin: 0; clear: both; }

/* Navigation */

#navi { background: #536393; width: auto; min-width: auto; height: 40px; padding: 0; margin: 0; clear: both; }

/* Left Column */

#left-col { width: 200px; min-width: 200px; height: auto; padding: 0; margin: 0; float: left; }

/* Main Column */

#main-col { width: 480px; min-width: 480px; height: auto; padding: 10px; margin: 0; float: left; }

/* Right Column */

#right-col { width: 200px; min-width: 200px; height: auto; padding: 0; margin: 0; float: right; }

/* Bottom Row */

#bottom-row { width: 900px; min-width: 900px; height: 220px; padding: 0; margin: 0; clear: both; }

table.master-table {
  border: 10px solid #FFF;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a, 
a:link, 
a:active, 
a:visited {
    font-weight: normal;
    color: #444444;
	text-decoration: none;
}

a:hover {
    font-weight: normal;
    color: #666666;
}

#nav-area {
	padding: 0px;
    padding-left: 10px;
	margin: 0px;
    vertical-align: middle;
    height: 100%;
    float: left;
}

#nav-area a, 
#nav-area a:visited, 
#nav-area a:active {
    font-family: Verdana, sans-serif; 
	font-size: 12px;
	font-weight: normal;  
	color: #fff;
    padding: 5px;
    margin: 5px;
    background: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
}

#nav-area a:hover {
	text-decoration: none;
    color: #fff;
    background: #6276ae;
}

#catMenu {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width:100%;
    background: #eeeeee;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#catMenu ul {
    text-align: left;
    padding: 0;
    margin: 0;
    float:left;
    width:100%;
}

#catMenu li {
    padding: 0;
    margin: 0;
    width:100%;
    float:left;
    display: inline;
}

#catMenu a:link, 
#catMenu a:visited {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #555555;
    float:left;
    width: 85%;
    padding: 2px 0px 2px 5%;
    margin: 1px 1px 1px 5%;
    background: #eeeeee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
 
#catMenu a:active, 
#catMenu a:hover {
    text-decoration: none;
    color: #000000;
    background: #cccccc;
}

#catMenu a.current {
    text-decoration: none;
    color: #3333aa;
    background: #cccccc;
/*    -moz-box-shadow:    inset 1px 1px 2px rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.15);
    box-shadow:         inset 1px 1px 2px rgba(0,0,0,.15);*/
}

#catMenuSub {
    padding: 0;
    margin: 0;
}

#catMenuSub a:link, 
#catMenuSub a:visited {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #888888;
    float:left;
    width: 80%;
    padding: 1px 0px 1px 10%;
    margin: 1px 1px 1px 5%;
    background: #eeeeee;
}

#catMenuSub a:active,
#catMenuSub a:hover {
    text-decoration: none;
    font-weight: normal;
    color: #000000;
    background: #e0e0e0;
}

#catMenuSub a.current {
    text-decoration: none;
    font-weight: normal;
    color: #3333aa;
    background: #e0e0e0;
}

#navBox {
    text-align: left;
}

#navBox a, 
#navBox a:link, 
#navBox a:visited, 
#navBox a:active {
    font-family: Verdana, sans-serif;
    font-weight: normal;
    color: #444444;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    padding-bottom: 2px;
    height: 20px;
    line-height: 20px;
    display: inline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#navBox a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #aaaaaa;
}

table, td {
    border: 0;
}

#productListBox {
    /*border-bottom: 1px dotted;
    border-color: #cccccc;*/
    background: #dddddd;
    margin-bottom: 10px;
}

td.bottomNav {
  border-top:1px solid #C0C0C0;
  background-color:#dfdfdf;
  text-align: left
  -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

div.bottomNavBox {
  float: left;
  clear: none;
  margin: 15px;
}

div.bottomNavBoxHead {
  font-family: Verdana, sans-serif; 
    font-size: 14px;
	text-align: left;
	padding: 5px;
    margin-bottom: 5px;
}

div.bottomNavBoxContent {
  text-align: left;
  padding: 5px;
}

td.navbar {
border-top: 2px solid #FFF; 
border-bottom: 2px solid #FFF; 
background: #536393;/*url('img/menuBkgnd.png') no-repeat;*//*#73a1d5;*/
color: #FFF;
height: 40px;
vertical-align: middle;
}

div.search-area {
  padding-left: 10px;
  padding-top: 8px;
  height: 100%;
  float: left;
  vertical-align: baseline;
}

div.nav-area {
  padding: 0px;
  height: 100%;
  float: right;
  vertical-align: baseline;
}

td.navbar a.headerNavigation {
color: #FFF;
text-decoration: none;
background-color: transparent;
font-weight: normal;
}

td.navbar a.headerNavigation:hover{
color: #D51D15;
text-decoration: none;
background-color: transparent;
font-weight: normal;
}

/*
a { 
color: rgb(85, 85, 85); text-decoration: none; 
}

a:hover
{ 
color: rgb(85, 85, 85); 
text-decoration: underline; 
}*/


a.pageResults 
{ color: #555; font-family: tahoma,Arial,Helvetica,sans-serif; font-size: 11px; 
}

a.pageResults:hover 
{ 
background: #FFF none repeat; 
color: rgb(85, 85, 85); 
font-family: tahoma,Arial,Helvetica,sans-serif; 
font-size: 11px; 
}


form 
{ display: inline; 
}

h1 { margin: 0pt; padding: 0pt; font-size: 30px; font-family: times new roman,serif,tahoma,arial,sans-serif; font-weight: normal; font-style: italic; }

h2 { margin: 0pt; padding: 0pt; font-size: 18px; font-family: times new roman,serif,tahoma,arial,sans-serif; font-weight: normal; font-style: italic; }

img 
{ border: 0pt none ; 
}

span.greetUser 
{ 
color: rgb(68, 68, 68); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; 
}

span.markProductOutOfStock 
{ color: rgb(199, 97, 112); font-family: Tahoma,tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; 
}

span.markProductOutOfStock 
{ color: rgb(199, 97, 112); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; 
}

span.productDiscountPrice 
{ color: rgb(255, 0, 0); font-family: tahoma,Arial,sans-serif; font-weight: bold; 
}

span.productOldPrice 
{ color: #819A9E; font-family: tahoma,Arial,sans-serif; text-decoration: line-through; 
}

span.productSpecialPrice, span.errorText 
{ color: #FF0000; font-family: tahoma,Arial,sans-serif; 
}

table.formArea { 
border: 1px solid rgb(204, 204, 204); background: rgb(255, 255, 255) none repeat; }

table.productListing { 
border: 1px solid rgb(182, 183, 203); border-spacing: 1px; font-family: Arial,sans-serif; font-size: 11px; 
}

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

tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.productListing-odd, tr.productReviews-odd, tr.upcomingProducts-odd, tr.shippingOptions-odd, 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: rgb(248, 248, 249) none repeat; 
}

tr.footer 
{ background: rgb(187, 195, 211) none repeat; 
}

tr.header 
{ background: #FFF none repeat; 
}

tr.headerError { background: rgb(255, 0, 0) none repeat; }
tr.headerInfo, tr.subBar {  }
tr.headerNavigation { background: rgb(246, 246, 246) none repeat; }
.accountCategory { color: rgb(170, 187, 221); font-family: tahoma,Arial,sans-serif; font-size: 11px; }
.an { display: block; }
.aus { display: none; }

.boxText 
{ 
padding: 3px; 
background: none;
/*background: #F1F1F1 none repeat; */
line-height: 18px; 
}
.boxText, .messageBox, .infoBoxNoticeContents, .infoBox, span.infoBox, .productListing-data, .smallText, span.smallText, p.smallText, .fieldValue, checkbox, input, radio, select 
{ 
font-family: tahoma,Arial,sans-serif; font-size: 11px; 
text-align: left;
}

.boxTextBG 
{
 background-color: rgb(241, 241, 241); 
 font-family: Verdana,sans-serif; 
 font-size: 11px; 
 -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-align: left;
padding: 5px;
}

.boxTextBGII 
{ background-color: rgb(204, 204, 204); 
font-family: tahoma,Arial,sans-serif; 
font-size: 11px; 
}

.boxTextPrice, span.newItemInCart, .inputRequirement 
{ 
color: rgb(255, 0, 0); 
font-family: tahoma,Arial,sans-serif; 
font-size: 11px; 
}

.checkoutBarCurrent, .boxText, .subBar { color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; }

.checkoutBarFrom, .checkoutBarTo { color: rgb(140, 140, 140); font-family: tahoma,Arial,sans-serif; font-size: 11px; }

.contentsTopics { 
	/*border-bottom: 1px solid rgb(170, 170, 170); */
	color: #000000; 
	font-family: times new roman,serif/*,tahoma,Arial,sans-serif*/; 
	font-size: 26px; 
	font-weight: normal/*bold*/; 
	font-style: italic;
	height: 26px; 
	padding-left: 5px; 
	vertical-align: middle; 
	text-align: left;
	width: 559px; 
}

.copyright { font-family: tahoma,Arial,sans-serif; font-size: 11px; line-height: 1.5; text-align: center; }

.errorBox { background-color: rgb(255, 179, 181); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.errorBox { background: rgb(255, 179, 181) none repeat; font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.formAreaTitle, .fieldKey, .tableHeading { font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.gvBox { border: 1px solid rgb(255, 255, 255); background-color: rgb(255, 179, 181); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.headerError { background: rgb(255, 0, 0) none repeat; color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; text-align: center; }

.headerInfo { 
background: rgb(0, 255, 0) none repeat; color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; text-align: center; 
}

/*.headerNavigation,*/ .footer { border-color: rgb(182, 183, 203); border-bottom: 1px solid rgb(182, 183, 203); background: rgb(246, 246, 246) none repeat; color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }
.info1, .info2 { margin: 0pt; padding: 5px; background: rgb(248, 193, 0) none repeat; font-size: 10px; }
.infoBox {   }

.infoBoxContents 
{ 
background: transparent url('img/bg_box2.gif') repeat-x; 
color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; 
}

.infoBoxHeading
{ 
    padding: 5px; 
    background: #dddddd;
    color: #555555; 
    font-family: Verdana,sans-serif; 
    font-size: 14px; 
    font-weight: normal;
    text-align: center;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.boxTable
{
    padding: 8px;
	margin-bottom: 8px;
	background:#dddddd;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.infoBoxHeading2 { 
border: 1px solid rgb(153, 153, 153); background: transparent url('img/navtrail.gif') repeat; color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; height: 25px; }
.infoBoxHeading3 { color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; height: 22px; }
.infoBoxNotice { background: rgb(242, 226, 226) none repeat; }

.header
{ 
	background-image: url("img/header.png");
	background-repeat: no-repeat; 
	}

.main, p.main 
{ 
font-family: tahoma,Arial,sans-serif; font-size: 11px; line-height: 15px; 
}
.messageStackError, .messageStackWarning { background-color: rgb(255, 179, 181); font-family: tahoma,Arial,sans-serif; font-size: 11px; }
.messageStackSuccess { background-color: rgb(153, 255, 0); font-family: tahoma,Arial,sans-serif; font-size: 11px; }
.mmoduleRow { border-bottom: 1px solid rgb(204, 204, 204); background: rgb(245, 246, 235) none repeat; height: 25px; line-height: 150%; text-decoration: none; }
.moduleHeading { font-family: tahoma,Arial,sans-serif; font-size: small; font-weight: bold; padding-bottom: 11px; }
.moduleRow { height: 15px; line-height: 110%; }
.moduleRow { border-bottom: 1px solid rgb(204, 204, 204); background: rgb(255, 255, 255) none repeat; height: 25px; line-height: 150%; }

.moduleRow a { text-decoration: none; }

.moduleRow a { text-decoration: none; }

.moduleRow a:hover 
{ text-decoration: none; 
}

.moduleRowOver { height: 15px; text-decoration: none; }
.moduleRowOver { border-bottom: 1px solid rgb(204, 204, 204); background: rgb(237, 236, 221) none repeat; height: 25px; line-height: 150%; text-decoration: none; }
.moduleRowOver a { text-decoration: none; }
.moduleRowOver a { text-decoration: none; }
.moduleRowOver a:hover { text-decoration: underline; }
.moduleRowOver a:hover { text-decoration: none; }
.moduleRowSelected {  }
.moduleRowSelected {  }

.navLeft { border-color: rgb(182, 183, 203) -moz-use-text-color rgb(182, 183, 203) rgb(182, 183, 203); border-right: 1px solid; }

.navRight { border-color: rgb(182, 183, 203) rgb(182, 183, 203) rgb(182, 183, 203) -moz-use-text-color; border-left: 1px solid; }

.onepxwidth { width: 1px; }

.orderEdit { color: rgb(112, 210, 80); font-family: tahoma,Arial,sans-serif; font-size: 11px; text-decoration: underline; }

.pageHeading, div.pageHeading { color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 16px; font-weight: bold; }

.poweredby { color: rgb(85, 85, 85); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.productListing-heading, .mmbodysml { background: rgb(182, 183, 203) none repeat; color: rgb(255, 255, 255); font-family: tahoma,Arial,sans-serif; font-size: 11px; font-weight: bold; }

.productsNotifications { background: rgb(242, 255, 247) none repeat; }

.smallHeading { 
color: rgb(85, 85, 85); 
font-family: tahoma,Geneva,Arial,Helvetica,sans-serif; 
font-size: x-small; font-weight: bold; 
}

.stockWarning { color: rgb(204, 0, 51); font-family: tahoma,Arial,sans-serif; font-size: 11px; }

.tableBody { padding: 5px; }

.tableBody { padding: 2px; }

.tableListingI { background-color: rgb(238, 238, 238); }

.tableListingII { background-color: rgb(208, 208, 208); }

.tableShop { border-color: rgb(182, 183, 203) -moz-use-text-color; border-left: 1px solid; border-right: 1px solid; background-color: rgb(255, 255, 255); }


.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 0;
 padding-left: 8px;
}
.moduleRowOver { 
	background-color: #f3f3f3; 
	border: 0;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	padding-left: 8px;
}
	
.moduleRowSelected { background-color: #d0d0d0; }

.catMenuTable {
	padding: 0;
	spacing: 0;
}

