/*
  $Id: stylesheet.css,v 1.3 2005/08/18 13:06:35 mwithington Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* -- Form Formatting ----------------------------------------------------------------------- */

/*

  *NOTE* Defaults should be handled by MOS Template Stylesheet

*/

  FORM {
    display: inline;
  }

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

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

/* -- Unsorted Formatting ------------------------------------------------------------------- */

.boxText   { font-family: Verdana, Arial, sans-serif; font-size: 10px; padding: 0px;
 display: block;
  float: left;
  width: 100px;  }
.boxText a { padding-left: 0px; }

.SpecialboxText   { 
font-family: Verdana, Arial, sans-serif; font-size: 10px; padding: 0px;
 display: block;
  float: right;
  width: 200px;  }
  
.boxText a { padding-left: 0px; }



.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

/* -- infoBox Class Styles ------------------------------------------------------------------ */

.infoBox {
  background:   #FFFFFF;
/*  border:       2px dotted #CCCCCC; */
  margin-top:   3px;
  text-align:   left;
  width:        100%;
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;

}
.infoBoxTableHeader {
  background:   #EFEFEF;

/*  border:       2px dotted #CCCCCC; */
/*  border:       1px solid #CCCCCC; */
  margin-top:   0px;
  text-align:   center;
  width:        100%;
  height:       25px;
}

.infoBoxTablePrice {
  background:  #EFEFEF;
/*  border:       2px dotted #CCCCCC; */
/*  border:       1px solid #CCCCCC; */
  margin-top:   0px;
  text-align:   center;
  width:        100%;
  height:       20px;
  line-height: 1.3;
  font-color: #FF0000;
}


.Productlink {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
   text-transform: capitalize;
}

.infoBoxLI {
  padding:      0px;
  margin:       0px;
  padding-left: 6px;
}
.infoBoxLI a {
  padding:      0px;
  margin:       0px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* -- pb_Box Class Styles ------------------------------------------------------------------ */

.pb_Box {
border-style:solid; 
border-color: #ffffff;
border-width:1px;

}

.pb_BoxHeading {
border-style:solid; 
border-color: gray;
border-width:1px;
background-color:#E0E0E0;


}
.pb_BoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
border-style:solid; 
border-color: gray;
border-width:1px;
}
.pb_BoxPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
border-style:solid; 
border-color: gray;
border-width:1px;

}
.pb_BoxTableHeader {
  background:   #EFEFEF;

/*  border:       2px dotted #CCCCCC; */
/*  border:       1px solid #CCCCCC; */
  margin-top:   0px;
  text-align:   center;
  width:        100%;
  height:       15px;
border-style:solid; 
border-color: gray;
border-width:1px;
}

.pb_BoxTablePrice {
  background:  #EFEFEF;
/*  border:       2px dotted #CCCCCC; */
/*  border:       1px solid #CCCCCC; */
  margin-top:   0px;
  text-align:   center;
  width:        100%;
  height:       20px;
border-style:solid; 
border-color: #ffffff;
border-width:1px;
  
  font-color: #FF0000;
}




.pb_BoxLI {
  padding:      0px;
  margin:       0px;
  padding-left: 6px;
}
.pb_BoxLI a {
  padding:      0px;
  margin:       0px;
}

.pb_BoxNotice {
  background: #FF8E90;
}

.pb_BoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.pb_Box, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}



/* -- modBox Class Styles ------------------------------------------------------------------- */

.modBox {
  margin-top:   0px;
  text-align:   left;
  width:        100%;
}

.modBoxContents {
  font-family:  Verdana, Arial, sans-serif;
  font-size:    10px;
}

.modBoxLI {
  padding:      0px;
  margin:       0px;
  padding-left: 3px;
}
.modBoxLI a {
  padding:      0px;
  margin:       0px;
}

.modBoxNotice {
  background: #FF8E90;
}

.modBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.modBox, SPAN.modBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* -- modBoxSpecial Class Styles ------------------------------------------------------------------- */

.modBoxSpecial {
  
  text-align:   right;
  width:        100%;
  background:   #FFFFFF;
  float: right;
  border: 0px;
  

}

.modBoxSpecialContents {
  font-family:  Verdana, Arial, sans-serif;
  font-size:    10px;
  border: 0px;
  float: right;
}

.modBoxSpecialLI {
  padding:      0px;
  margin:       0px;
  padding-left: 3px;
}
.modBoxSpecialLI a {
  padding:      0px;
  margin:       0px;
}

.modBoxSpecialNotice {
  background: #FF8E90;
}
.modBoxSpecialForm {
  background: #FF0000;
}

.modBoxSpecialNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.modBoxSpecial, SPAN.modBoxSpecial {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* -- Category List Formatting -------------------------------------------------------------- */

.pList {
  margin-top:         -1px;
  font-size:          10px;
  list-style-type:    square;
  color:              #666699;
}
.pTitle, .pTitle:visited, .pTitle:link {
  color:              #333399;
  font-size:          10px;
  font-weight:        bold;
  text-decoration:    none;
}
.pTitle:hover {
  color:              #FFFF00;
  text-decoration:    underline;
}
.pTitle_active {
  color:              #FFFFFF;
  font-style:         italic;
  text-decoration:    none;
}

/* -- Page Header Formatting ---------------------------------------------------------------- */

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
}

A.headerNavigation, A.headerNavigation:link, A.headerNavigation:visited {
  color: #7777DD;
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* -- Page Footer Formatting ---------------------------------------------------------------- */

TR.footer {
  background: #bbc3d3;
}

/* -- Product Listing Formatting ------------------------------------------------------------ */

A.sort-heading-link, A.sort-heading-link:link, A.sort-heading-link:visited {
  font-family:        Verdana, Arial, sans-serif;
  font-size:          10px;
  color:              #000000;
  font-weight:        normal;
  text-decoration:    underline;
}

A.sort-heading-link:hover {
  font-family:        Verdana, Arial, sans-serif;
  font-size:          10px;
  color:              #000000;
  font-weight:        normal;
  text-decoration:    underline;
}

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:         #F0F0F0;*/
  background:         #FFFFFF;
}

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:         #FAFAFA;*/
  background:         #FFFFFF;
}

TABLE.easycontent {
border-style:         hidden;
background-color:     #EFEFEF;
}

TR.echeader {
background-color:      #1673D3;
}

TR.easycontent {
background-color:      #EFEFEF;
}



TABLE.productListing {
  border-left:        1px solid #C0C0C0;
  border-right:       1px solid #C0C0C0;
  /*<---prawjuta--14.11.2008--//add border for top---> */
  border-top:         1px solid #C0C0C0;
  /* border-bottom:      1px solid #b6b7cb; */
}

/* issue 8847 */
TABLE.addressListing {
 border-left:        1px solid #C0C0C0;
  border-right:       1px solid #C0C0C0;
  border-top:         1px solid #C0C0C0;
  border-bottom:         1px solid #C0C0C0;
}


TD.productListing-heading {
  font-family:        Verdana, Arial, sans-serif;
  font-size:          10px;
  background-color:      #C0C0C0;
  border-bottom:      1px solid #C0C0C0;
  border-top:      1px solid #C0C0C0;
}

TD.productListing-data {
  font-family:        Verdana, Arial, sans-serif;
  font-size:          10px;
  border-bottom:      1px solid #C0C0C0;

  
}

TD.productListing-data-quotation-disable {
  font-family:        Verdana, Arial, sans-serif;
  font-size:          10px;
  border-bottom:      1px solid #C0C0C0;
  color: #ff0000;
  text-decoration: line-through;
}

A.pageResults {
  color:              #0000FF;
}

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

TD.pageHeadingoud, DIV.pageHeadingoud {
  font-family:        Verdana, Arial, sans-serif;
  font-style:         italic;
  font-size:          14px;
  font-weight:        bold;
  color:              #aa3333;
  border-bottom:      2px inset #AAAAAA;
}

TD.pageHeading, DIV.pageHeading {
  font-size        : 12px;
  font-weight      : bold;
  line-height      : 24px;
  text-transform   : uppercase;
  text-align       : left;
  color            : #000000;
  width            : 100%;
}


TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin           : 0px; 
  padding          : 0px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

/* -- Module Row Formatting ----------------------------------------------------------------- */

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

/* -- Shopping Cart Formatting -------------------------------------------------------------- */

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* -- Message Box Formatting ---------------------------------------------------------------- */

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

/* -- Input Requirement Formatting ---------------------------------------------------------- */

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

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

.selectProductfilter
{
width: 180px;

}



.optionrow
{

width:700px;
margin-left:10px;


}



.value
{
float: right;
color: #000000;
padding: 2px;
width:400px;
}


.name
{
float: left;
color: #000000;
font-weight: bold;
padding: 2px;

}


.clear
{
clear:			both;
}

.copydci
{
margin-top:50px;
float: right;
color: #efefef;
font-family: Verdana, Arial, sans-serif;
font-size: 8px;
}



h5
{
/*Edit by prawjuta*/
/*float: left; */
background:#efefef;
width:740px;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
margin:10 px;
padding: 5px;

}

h1
{  font-family: Verdana, Arial, sans-serif;
   font-size: 18px;
  font-weight: bold;
}

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

.optionrow
{

width:700px;
margin-left:10px;


}



.value
{
float: right;
color: #000000;
padding: 2px;
width:400px;
}


.name
{
float: left;
color: #000000;
font-weight: bold;
padding: 2px;

}


.clear
{
clear:			both;
}

.copydci
{
margin-top:50px;
float: right;
color: #efefef;
font-family: Verdana, Arial, sans-serif;
font-size: 8px;
}


.buynow_fp
{ 
width: 80px;



font-size: 11px;
margin-left: -50px;


}

/*====================[START ISSUE 7580 by prawjuta]==================*/
/*.addcart_btn {
	color: #000000;
	border: solid 1px #da7c0c;
	border: solid 1px #000000;
	background: #FFC131;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC131), to(#f47a20));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');

}

.addcart_btn:hover {
		color: #000000;
			border: solid 1px #000000;
			
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC131), to(#f06015));
	background: -moz-linear-gradient(top,  #FFC131,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.addcart_btn:active {
	color: #000000;
	border: solid 1px #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
*/

span.add_btn {

  background:url(images/bg-btn-corp2.gif) no-repeat top right;
  display:inline-block;
      padding: 0 .6em 0 0; /* sliding doors padding */
}

span.add_btn span
{
  padding:0;
  margin:0;
}

span.add_btn input.addcart_btn {

  background:url(images/bg-btn-corp2.gif) no-repeat left top;
  padding-left:12px;
  line-height:18px;
  height:18px;
  margin-left:0px; /* fixes margin issue with safari and chrome. no an issue for ie or ff. */
  display:inline-block;
}

input.addcart_btn {
  cursor:pointer;
 /* font-weight:bold;*/
  display:inline-block;
  border:0;
  font-size:11px;
  color:#000000;
     width: auto; /* fixes width issue for ie browsers */
      overflow:visible; /* fixes width issue for ie browsers */
}

span.add_btn input.addcart_btn:hover {
  background-position:left -24px;
  color:#000000;
}

span.add_btn input.addcart_btn:active {
    background-position:left -48px;
}

.add_btn:hover {
  background-position:right -24px;
}

.add_btn:hover span {
  background-position:left -24px;
}

.add_btn:active {
    background-position:right -48px;
}

.add_btn:active span {
    background-position:left -48px;
}
input.addcart_btn::-moz-focus-inner {
border: none;
}



/*====================[END  ISSUE 7580  by prawjuta]==================*/
.buynow_fp
{ 
width: 80px;
font-size: 11px;
margin-left: 50px;
}

.standard_button
{ 
width: 80px;
font-size: 11px;
margin-left: 50px;
}

h6
{
/*float: left;*/
background:#efefef;
width:740px;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
margin:10 px;
padding: 5px;

}

TABLE.Order_ProductListing {
  border-left:        1px solid #C0C0C0;
  border-right:       1px solid #C0C0C0;
  border-top:         1px solid #C0C0C0;
  border-bottom:      1px solid #C0C0C0;

}

TD.Order_ProductListing_Heading {
  font-family:        Verdana, Arial, sans-serif;
  font-size:          10px;
  background-color:      #EBEBEB;
  border-bottom:      1px solid #EBEBEB;
  border-top:      1px solid #EBEBEB;
}

TD.Order_ProductListing-data {
  font-family:        Verdana, Arial, sans-serif;
  font-size:          10px;  
  border-left:       1px solid #C0C0C0;
 
}

TD.Order_ProductListing-data-costcenter {
  font-family:        Verdana, Arial, sans-serif;
  font-size:          10px;  
  /*border-top:       1px solid #C0C0C0;*/
  border-bottom:    1px solid #C0C0C0;
  border-left:    1px solid #C0C0C0;
 
}

TD.Order_ProductListing-data-costcenter-last{
  font-family:        Verdana, Arial, sans-serif;
  font-size:          10px;  
  /*border-top:       1px solid #C0C0C0;*/
  /*border-bottom:    1px solid #C0C0C0;*/
  border-left:    1px solid #C0C0C0;
}

