/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.ui-widget {
  font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
}

body {
  background: #fff;
  color: #000;
  margin: 0px;
  font-size: 12px;
  font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
}

#bodyWrapper {
}

#bodyContent {
}

#header {
  height: 60px;
}

#storeLogo {
  float: left;
  margin-top: 15px;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
}

#columnLeft {
  padding-top: 5px;
}

#columnRight {
  padding-top: 5px;
}

.infoBoxContainer { }

.infoBoxHeading {
  padding: 2px;
  font-size: 12px;
}

.infoBoxContents {
  padding: 5px;
  font-size: 11px;
  line-height: 1.4;
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 12px;
  line-height: 1.4;
}

.productListTable {
  padding: 0px;
  font-size: 12px;
  line-height: 1.4;
}

.productListTable tr.alt td {
  background-color: #ecf6fc;
}

.fieldKey {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  width: 150px;
}

.fieldValue {
  font-size: 12px;
  line-height: 1.4;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	color: #c00;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 15px;
}

img {
  border: 0;
}

table, p {
  font-size: 12px;
  line-height: 1.4;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-left: -30px;
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

.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; }

A {
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #002951;
}

TD.headerNavigation {
  font-size: 12px;
  background: #002951;
  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: #b6b7cb;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  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;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: auto;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-size: 12px;
  line-height: 1.4;
}

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

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

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 12px;
}

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

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: #c00;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.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; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}









.bordoimmagine { 
	border: solid 1px gray 
}

.productsNameInfo { 
font-size: 16px; 
color: #c00;
}

.xlargeText {
  font-size: 13px;
}

.largeText {
  font-size: 12px;
}

.main {
  font-size: 12px;
}

.xsmallText {
	font-size: 10px; 
}

.xxsmallText {
	font-size: 9px; 
}

TR.headerNavigation2 { 
	background: #686fa2; 
}

TD.headerNavigation2 {
  font-size: 12px;
	background: #686fa2;
	color: #ffffff;
	font-weight: bold;
}

A.headerNavigation2 { 
  color: #fc0; 
}

A.headerNavigation2:hover {
  color: #fc0;
}

.nero { color: #000; }
.red { color: #c00; }



/* EVENTS */


TABLE.calendarBox
{
    width: 216px; 
    height: 215px;
    border: 0;
    padding: 0;
    cursor: default;
}
IFRAME.calendarBox
{
    width: 216px; 
    height: 215px;
}
.calendarBoxHeader
{ 
    font-size: 12px;
    font-weight: bold;
    background: #656872;
    color: #FFFFFF;
    text-decoration: none; 
    height: 16px;
}

.yearHeader 
{ 
    font-size: 15px; 
    font-weight: bold; 
    color: #B4AD9A; 
    background-color: #EDECE9; 
    text-decoration: none;
} 
.yearHeader SELECT
{
    font-size: 9px;
    background: #D7D2C8; 
    color: #000000;
}
.yearHeaderButton
{
    font-size: 9px;
    font-weight: bold;
    border: 1px outset #b4ad9a; 
    background: #D7D2C8; 
    margin: 0px; 
    color: #000000; 
    width: 15px; 
    height: 16px;
}

.calendarMonth 
{ 
    background-color: #EDECE9; 
    cursor: default; 
    width: 100%;
}
.calendarHeader 
{ 
    font-size: 12px;
    font-weight: bold;
    color: #3F3F3F;
    background: #EDECE9;
    text-decoration: none; 
    height: 16px;
}
.calendarToday 
{ 
    font-size: 11px; 
    color: #000000; 
    background-color: #FFCF00; 
    padding-left : 3px; 
    text-decoration: none; 
    border:1px outset #FFFFFF; 
    height: 22px; 
    width: 18px;
}
.calendarWeekend 
{ 
    font-size: 11px; 
    color: #000000; 
    background-color: #D7D2C8; 
    padding-left : 3px; 
    line-height: 14px; 
    text-decoration: none; 
    border:1px outset #FFFFFF; 
    height: 22px; 
    width: 18px;
}
.calendar 
{ 
    font-size: 11px; 
    color: #000000; 
    background-color: #FFFFFF; 
    padding-left : 3px; 
    line-height: 14px; 
    text-decoration: none; 
    border:1px outset #FFFFFF; 
    height: 22px; 
    width: 18px; 
}
.event 
{ 
    color: #000000; 
    background-color: #FFFFFF; 
    text-decoration: none; 
    border: 0px solid #656872; 
}
.event_header   
{ 
    font-size: 12px; 
    font-weight: bold;
    line-height: 1.4; 
    text-decoration: none; 
    color: #FFFFFF; 
    background-color: #656872; 
} 

.event_header_dates
{
font-size: 12px; 
color: #000000; 
background-color: #FFFFFF; 
text-decoration: none; 
border: 1px inset #F2F4F7;
}

/* used for list number */
.event_header_zahl    
{ 
    font-size: 12px; line-height: 1.4; color: #FFFFFF; background-color: #000099; text-decoration: none; 
} 
.event_description
{ 
    font-size: 12px; 
    line-height: 1.4; 
    color: #000000; 
/*    background-color: #FFFFFF; */
    border: 0px solid #656872; 
    text-decoration: none; 
} 
.event_title
{ 
    font-size: 14px; 
    line-height: 1.4; 
    color: #000000; 
    background-color: #FFFFFF; 
}
.event_date
{ 
    font-size: 13px; 
    line-height: 1.4; 
    color: #000000; 
    background-color: #FFFFFF; 
}

.empty 
{ 
    background-color: #E4E3DF; 
    line-height: 14px; 
    height: 22px; 
    width: 18px; 
}
.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover 
{
    color: red; 
    text-decoration: underline;
}
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover 
{
    color: red; 
    text-decoration: underline;
}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover 
{
    color: red; 
    text-decoration: underline;
}

