/* -----------------------------------------------------------------------------------------
   $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 
   -----------------------------------------------------------------------------------------
   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 
   ---------------------------------------------------------------------------------------*/

/*- Diatom Stylesheets -*/

body {
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
    font-family: "Times New Roman", "Book Antiqua", serif;
    font-size: 10pt;
}

#overall {
    position: relative;
    width: 865px;
    height: 100%
    min-height: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
body>#overall {
    height: auto;
}

td {
    font-family: "Times New Roman", "Book Antiqua", serif;
}

input.button, 
#sidebar .box_content input.login {
    font-family: "Times New Roman", "Book Antiqua", serif;
    font-size: 12px;
}

#headerlogo {
    margin: 8px 8px 0 0;
    padding: 0;
}

#headerlogo img {
    border: 0;
}

#headnav {
    font-size: 11px;
    font-weight: bold;
    width: 826px;
    padding: 2px 0 2px 39px;
}

#headnav_search {
    font-size: 11px;
    font-weight: bold;
    float: right;
    color: #1f2c71;
}

#headnav_search input {
    width: 100px;
    height: 14px;
    border: 1px solid #1f2c71;
    margin-top: 4px;
    font-size: 1em;
}

#headnav_search input:focus {
    border: 1px solid #BBBFD4;
}

#headnav ul {
    margin: 7px 0 0 0;
    padding: 0;
    list-style-type: none;
}

#headnav ul li {
    float: left;
}

#headnav ul li a {
    text-decoration: none;
    background: url("img/headnav_line.gif") no-repeat 100% 50%;
    padding: 0 10px;
    color: #777777;
}

#headnav ul li a:hover {
    color: #999999;
}

#headnav ul li a.last {
    padding: 0 0 0 10px;
    background: none;
}

#sidebar {
    width: 170px;
    padding: 10px 44px 0 16px;
    float: left;
    clear: both;
}

#sidebar .box {
    border: 1px solid #bbbfd4;
    margin: 0 0 25px 0;
}

#sidebar .box_head {
    background: #bbbfd4;
    color: #1f2c71;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: -1px;
    padding: 3px 3px 3px 7px;
    text-transform:uppercase;
}

#sidebar .box_content {
    padding: 12px 6px;   
}

#sidebar .box_content .left {
    width: 55px;
    float: left;
}

#sidebar .box_content .left p {
    margin: 5px 0;
}


#sidebar .box_content input.login {
    border: 1px solid #1f2c71;
    width: 90px;
    height: 15px;
    margin: 0 0 2px 3px;
}

#sidebar .box_content input.login:focus {
    border: 1px solid #BBBFD4;
}

#sidebar ul#categories {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sidebar ul#categories li {
    /*display: inline;*/
    display: block;
    border-bottom: 1px solid #BBBFD4;
}

#sidebar ul#categories li a {
    padding: 10px;
    display: block;
    /*color: #454545;*/
    color: #1f2c71;
    font-weight: bold;
    text-decoration: none;
}
#sidebar ul#categories li a span {
    font-weight: normal;
    color: #454545;
}
#sidebar ul#categories li a:hover {
    color: #1f2c71;
    font-weight: bold;
    /*font-style: italic;*/
    text-decoration: underline; 
}

#sidebar ul#categories li a.last {
    border: none;
}

#sidebar ul#categories li a.subcat {
    text-decoration: none;
    padding: 2px 0 2px 15px;
    display: block;
    /*color: #454545;*/
    color: #1f2c71;
    font-weight: normal;
    text-decoration: none;
}
#sidebar ul#categories li a.subcat span {
    font-weight: normal;
    color: #454545;
}
#sidebar ul#categories li a.subcat:hover {
    color: #1f2c71;
    font-weight: normal;
    text-decoration: underline; 
}

#sidebar .box input.searchfield {
    border: 1px solid #1f2c71;
    margin: 2px 0 3px 0;
}

#sidebar .box input.searchfield:focus {
    border: 1px solid #BBBFD4;
}

div.clear {
    clear: both;
}

input.button {
    background: #BBBFD4;
    color: #102773;
    border: 1px solid #102773;
    font-weight: bold;
}

#button {
    background: #BBBFD4;
    color: #102773;
    border: 1px solid #102773;
    font-weight: bold;
}

#box_flaggen {
    text-align: center;
}

TR.titlebox {
    background: #bbbfd4;
    color: #1f2c71;
}

/* Form */

TABLE.formArea {
  padding: 5px;
}


input.formbutton {
    font-family: "Times New Roman", "Book Antiqua", serif;
    font-size: 10pt;
    font-weight: bold;
    background: #BBBFD4;
    color: #102773;
    /*border: 1px solid #102773;*/
    margin: 0;
    padding: 0;    
    cursor: pointer;
    text-align: center;
}

.searchbutton {
    display: block;
    font-family: "Times New Roman", "Book Antiqua", serif;
    font-size: 1%;
    font-weight: normal;
    color: #102773;
    /*border: 1px solid #102773;*/
    margin: 0;
    padding: 0;    
    cursor: pointer;
    text-align: center;
    width: 47px;
    height: 18px;
	background: url("img/ok.jpg") left top no-repeat;
}
.searchbutton#srch_submit {
    display: block;
    font-family: "Times New Roman", "Book Antiqua", serif;
    font-size: 1%;
    font-weight: normal;
    border: none;
    color: #102773;
    /*border: 1px solid #102773;*/
    margin: 0;
    padding: 0;    
    cursor: pointer;
    text-align: center;
    width: 47px;
    height: 21px;
	background: url("img/ok.jpg") left bottom no-repeat;
}

/* DIV Content */

div#content {
    float: left;
    width: 635px;
    margin: 10px 0 0 0;
    /*line-height: 165%;*/
    /*color: #454545;*/
}

div#content h1 {
    color: #1f2c71;
    font-weight: bold;
    font-size: 6mm;
    /*margin: 0 0 20px 0;*/
    /*text-transform:uppercase;*/
    font-style: italic;
}

div#content h2 {
    color: #1f2c71;
    font-weight: bold;
    font-size: 6mm;
    margin: 6px 0;
    padding: 0; 
    font-style: italic;
}

div#content div.body {
    /*padding: 15px;*/ 
}

div#content .button {
    float:right;
    margin: 10px 0;   
}

div#content .button_left {
    float: right;   
    margin: 10px 15px 0 15px;
}

/* Teaser Content */

.teasercontent {
    margin: 30px 0;
    height: 175px;
}

.teaserbox {
    width: 139px;
    height: 29px;
    float: left;
    padding: 146px 0 0 0;
}

.paintings {
    background: url("img/teaser_1.jpg") no-repeat;
}

.antiques {
    background: url("img/teaser_2.jpg") no-repeat;
}

.frames {
    background: url("img/teaser_3.jpg") no-repeat;
}

.new {
    background: url("img/teaser_4.jpg") no-repeat;
}

.teaserbox_trenner {
    border-right: 1px solid #d1d1d1;
    margin-right: 12px;
    padding-left: 12px;
    float: left;
    width: 1px;
    height: 175px;
}

a.teaserlink {
    width: 139px;
    height: 24px;
    display: block;
    background: #bbbfd4;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #1f2c71;
    padding: 5px 0 0 0;
}

a.teaserlink:hover {
    background: #102773;
    color: #ffffff;
}

/*- XT-Commerce Stylesheets -*/      
   
.boxTextBG {
	background-color: #f1f1f1;
}
.boxTextBGII {
	background-color: #FFCC99;
}
.boxTextPrice {
	color: #FF0000;
}

.errorBox {
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-size : 11pt;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}

a {
  color: #1f2c71;
  text-decoration: underline;
}

a:hover {
  color: #1f2c71;
}

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

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

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-weight: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  background: #E6E6E6; 

}

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 {
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
}

/* Nav */
.searchengine {
    font-size: 11px;
    font-weight: bold;
    float: right;
    color: #1f2c71;
}

/* Wellcome Site */
.homenav {
    color: #102773;
    font-size: 13px;
    font-weight: bold;
    background-color: #bbbfd4;
    padding: 5px;
}

.homenav a {
    text-decoration: none;
}

.homeSpace {
    background: url("img/grey.gif") repeat-y 50% 50%;
}

.homeSpace div {
    width: 20px;
}

.hometext {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

/* Article Overview */
.articelcat {
    font-size: 12px;
    font-weight: bold;
    text-transform:uppercase;
    letter-spacing: 2px;
}


.proname {
    color: #1f2c71;
    font-size: 3.5mm;
    font-weight: bold;   
}

.item_promodel {
    background: #bbbfd4;
    color: #1f2c71;
    padding: 0 2px 0 2px;
}

.pageResults {
    margin: 1px;
    padding: 0 10px 0 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

A.pageResults {
    margin: 1px;
    padding: 0 10px 0 10px;
    color: #000000;
    font-weight: bold;
	text-decoration: underline;
}

A.pageResults:hover {
    color: #555555;
}

span.pageResults {
    background: #BBBFD4;
}

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



TD.pageHeading, DIV.pageHeading {
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
}

TD.accountCategory {
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
  width: 100%;
}

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

SPAN.underline {
	text-decoration: underline;
}


TD.formAreaTitle {
  font-weight: bold;
}

.copyright {
  line-height: 1.5;
  text-align: left;
  font-size: 80%;
  color: #AAA;
  padding: 0 0 0 20px;
}
.parseTime {
  display: none;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-size: 9pt; }
.heading2 { font-size: 10pt; }
.heading3 { font-size: 12pt; }
.heading4 { font-size: 14pt; }
.heading5 { font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading { color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub { color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

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

/* input requirement */

.inputRequirement { color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}


DIV.ProgressBar { width: 100px; padding: 0; border: 1px solid black; margin-right: 1em; height:.75em; margin-left:1em; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; }
DIV.ProgressBar DIV { background-color: Green; font-size: 1pt; height:100%; float:left; }
SPAN.asyncUploader OBJECT { position: relative; top: 5px; left: 10px; }
