/******************************************************************
  ExtCart, Open Source E-Commerce Solutions
  http://www.ext-cart.com
  Copyright (c) 2004 Pentasoft Corp.
******************************************************************/

/*****************************************************************

 FILE DESCRIPTION
 CSS description for gray look and feel

*****************************************************************/

.Button {
	FONT-WEIGHT: bold; FONT-SIZE: 12px;  COLOR: #ffffff; FONT-FAMILY: Arial; TEXT-DECORATION: none
}
.ButtonSmall {
	FONT-WEIGHT: bold; FONT-SIZE: 9px;  COLOR: #ffffff; FONT-FAMILY: Arial; TEXT-DECORATION: none
}



.SimpleBorderedCell {padding: 3px; background-color: white;}


/** BEGIN *******************************************************
 * Style for content blocks at center page - the blocks between 
 * left and rigth columns and between header and footer of page,
 * it's the center area of page
 ****************************************************************/

    /* Styles for header-table and content-table */
    table.CaptionStyle {background-color: #181E4B; border: 1px solid #181E4B; width: 100%;}
    table.ContentStyle {background-color: #FFFFFF; border: 1px solid #181E4B; width: 100%;}

    /* Styles for links at content boxes */
    A.ContentBoxLink       {color: #000000; text-decoration: none}
    A.ContentBoxLink:hover {color: #AABBDD; text-decoration: underline}

    /* Styles for product description. product listing area*/
    A.ProductDescrLink       {font-family: Verdana, Arial, sans-serif; font-weight: normal; font-size: 8pt; color: #000000; text-decoration: none}
    A.ProductDescrLink:hover {font-family: Verdana, Arial, sans-serif; font-weight: normal; font-size: 8pt; color: #000000; text-decoration: none}

    /* Styles for links at the caption of content boxes */
    A.CaptionBoxLink {color: #FFFFFF; text-decoration: none}
    A.CaptionBoxLink:hover {color: #FFFFFF; text-decoration: underline}


    /* Styles for text box */
    .BoxHeaderText  { font-family: Verdana, Arial, sans-serif; font-size: 9pt; font-weight: bold;   color: #FFFFFF; text-align: Center}
    .ItemHeaderText { font-family: Verdana, Arial, sans-serif; font-size: 8pt; font-weight: bold;   color: #800000}
    .ItemNormalText { font-family: Verdana, Arial, sans-serif; font-size: 8pt; font-weight: normal; color: #000000}
    .ItemBoldText   { font-family: Verdana, Arial, sans-serif; font-size: 8pt; font-weight: bold;   color: #000000}
    .NoteText       { font-family: Verdana, Arial, sans-serif; font-size: 8pt; font-weight: normal; color: #000000}
    .CommentText    { font-family: Verdana, Arial, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; color: #666666}
    .RequiredText   { font-family: Verdana, Arial, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; color: #EE0000}

    /* Style For Product Attributes */
    .ProductAttributesStyle {font-family: Verdana, Arial, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; color: #666667;}

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

    /* Style For Special (low) price. */
    .SpecialPrice {font-family: Verdana, Arial, sans-serif; color: #FF0000; font-weight: bold;}
    
    /* Style For 'Old' Product Price, Only If Special Price Is Available. */
    .NotSpecialPrice {font-family: Verdana, Arial, sans-serif; color: #000000; text-decoration: line-through;}
    
    /* Style For Price, Only If Special Price Is NOT Available, or If Price Of Product Set. */
    .Price {font-family: Verdana, Arial, sans-serif; color: #000000; font-weight: bold;}

    /* Color-rotate lis */
    .oddBackground  {background-color: #FFFFFF;}
    .evenBackground {background-color: #EEEEEE;}

    /* Styles for column headers inside content-table */  
      .TableHeaderText { font-family: Verdana, Arial, sans-serif; font-size: 8pt; font-weight: bold;   color: #800080}
    tr.TableHeaderStyle{ border: 1px solid #B5B6CE;  background-color: #EEEEEE}

/** END *********************************************************/



/** BEGIN *******************************************************
 * Table styles For Column Boxes - left and right column
 ****************************************************************/
    
    table.ColumnBox_CaptionStyle {background-color: #181E4B; border: 1px solid #181E4B;  width: 100%;}
    table.ColumnBox_ContentStyle {background-color: #FFFFFF; border: 1px solid #181E4B;  width: 100%;}

    .ColumnBox_BoxHeaderText  {font-family: Verdana, Arial, sans-serif; font-size: 9pt; font-weight: bold;   color: #F5F5F5; text-align: Center}
    .ColumnBox_ItemNormalText {font-family: Verdana, Arial, sans-serif;  font-size: 10px;}

    /* Styles for links at column boxes */
    A.ColumnBoxLink       {color: #000000; text-decoration: none}
    A.ColumnBoxLink:hover {color: #181E4B; text-decoration: underline}


/** END *********************************************************/



/** BEGIN *******************************************************
 * Table For Error Boxes
 ****************************************************************/

    table.ErrorBox_CaptionStyle {background-color: #FF9955; border-top: 1px solid #FF0000; border-right: 1px solid #FF0000; border-left: 1px solid #FF0000;  width: 100%;}
    table.ErrorBox_ContentStyle {background-color: #EEEEEE; border: 1px solid #FF0000;  width: 100%;}

    .ErrorBox_BoxHeaderText{ font-family: Verdana, Arial, sans-serif; font-size: 9pt; font-weight: bold;   color: #FFFFFF; text-align: Center}
    .ErrorBox_ItemNormalText{ font-family: Verdana, Arial, sans-serif; font-size: 9pt; font-weight: bold;   color: #FF0000; text-align: Center}

/** END *********************************************************/



/** BEGIN *******************************************************
 * MessageStack styles (Error, Info, Success messages)
 ****************************************************************/

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

/** END *********************************************************/



/** BEGIN *******************************************************
 * Style For JavaScript-PHP Interface - Mark Selected Rows (Radio Buttons)
 ****************************************************************/

    .moduleRow { }
    .moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
    .moduleRowSelected { background-color: #E9F4FC; }

/** END *********************************************************/



/** BEGIN *******************************************************
 * Style for Common page
 ****************************************************************/

    /* Big Page Heading Text (1-2 columns) */
    TD.pageHeading {valign: top;}
      .pageHeading {font-family: Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; color: #9a9a9a;}

    /* Footer (bottom line) Of Common Page. */
    TR.FooterRowStyle {background: #181E4B;}
    TD.FooterRowStyle {font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #181E4B; color: #ffffff; font-weight: bold;}
    TR.HeaderRowStyle {background: #ffffff;}

    /* Header Line With Main Navigation Links Of Common Page. */
    TR.NavigationHeaderRow {background: #181E4B;}
    TD.NavigationHeaderRow {font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #181E4B; color: #ffffff; font-weight : bold;}

    /* Style For Copyright and Other Legal Text (Common Page Bottom). */
    .LegalNotesStyle {font-family: Verdana, Arial, sans-serif; font-size: 10px;}

    /* Styles for links at Header Navigation line */
    A.NavigationHeaderRow {color: #FFFFFF; text-decoration: underline}
    A.NavigationHeaderRow:hover {color: #ffffff;text-decoration: none }

/** END *********************************************************/



/** BEGIN *******************************************************
 * Styles for Splited Page Navigation Interface (links, text)
 ****************************************************************/

     .SplitPageNavigationBar {font-family: Verdana, Arial, sans-serif; font-size: 10px;}
    A.SplitPageNavigationBar {color: #0000FF;}
    A.SplitPageNavigationBar:hover {color: #0000FF; background: #FFFF33;}

/** END *********************************************************/



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


/* FORM {display: inline;} */