/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/

/* links */
a.headerLink:link { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:visited { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:active { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:hover { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: underline; }

a.menuBoxHeadingLink:link { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:visited { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:active { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:hover { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; }

a.menuBoxContentLink:link { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:visited { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:active { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:hover { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: underline; }

a.splitPageLink:link { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:visited { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:active { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:hover { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: underline; background-color: #FFFF33; }

/* menu box */
.menuBoxHeading {
	color: #02549C;
	background-color: #ffffff;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
.menuBoxContent {
	color: #02549C;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

/* page */
body { color: #000000; margin: 0px; behavior:url("csshover.htc");}
.headerBar {
	background: #02549C;
}
.headerBarContent { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #ffffff; font-weight: bold; padding: 2px; }
.columnLeft { background-color: #F0F1F1; border-color: #999999; border-width: 1px; border-style: solid; padding: 2px; }
.pageHeading {
	color: #AD423B;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family: Georgia, "Times New Roman", Times, serif; font-size: 19px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent { font-family: Georgia, "Times New Roman", Times, serif; font-size: 30px; color: #000000; }

/* info box */
.infoBoxHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.infoBoxContent {
	font: 12px Georgia, "Times New Roman", Times, serif;
}

/* message box */

.messageBox { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; background-color: #99ff00; }

/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; }
FORM { display: inline; }

/* account */
.formArea { background-color: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; }
.formAreaTitle { font-family: Tahoma, Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; }

/* attributes */
.attributes-odd { background-color: #f4f7fd; }
.attributes-even { background-color: #ffffff; }

/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #ff0000; }
.smallText {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #AD423B;
}
.main {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}
.errorText { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #ff0000; }

/*
HV20100502
*/

.infoBoxProducts {
	text-align: center;
	color: #000000;
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	border: 1px dotted #999999;
	background: #FAF9F8;
}

.infoBoxProducts a {
  color: #AD423B;
}
TD.infoBoxGrid {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #333333;
}
TD.infoBoxGrid:hover {
		background-color: #d3d3d3;
}
/* set pos buy/details button on list */
img.buy_now {  
  margin-bottom:10px;
} 
/* set pos buy/details button on thumbnail */
img.thm_buy_now {
  margin-bottom:-3px;
} 
/* set style buy/details seperator thumbnail */
.buy_now {
  font-weight: bold;
	font-size: 18px;
	color: #999999;
} 
.infoBoxList {
	border: 1px none #9F8A5E;
	margin-top: -10px;
 }
.thumbcontent {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color:#AD423B;
  text-align:center;
}
TD.noborderbox {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
}
TD.separator {border-bottom: 1px solid #ccc;}

.productListing-list-price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #AD423B;
}

.productListing-title a, .productListing-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #AD423B;
}
.productListing-name a, .productListing-name {
	color: #AD423B;
	font: 11px Georgia, "Times New Roman", Times, serif;
	padding-top: 6px;
	margin-right: 3px;
	margin-left: 3px;
}
.productListing-short {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 10px;
	 color: #333;
}	 

TABLE.buytable {
	 width: 100%;
	 height: 80px;
	 vertical-align: bottom;
         text-align:right;
}
DIV.multi_buy_now {
width: 99%;
text-align : right;
position:relative;
}

DIV#gbutton1 {
margin-bottom:-25px;
z-index:30;
}
DIV#gbutton2 {
margin-top:-25px;
z-index:30;
}

.quantity {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
text-align : center;
}

.quantity input {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
text-align : center;
background: #c0c0c0;
font-weight: bold;
border:2px solid #666666;
color:#333;
}
TD.attributes {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
text-align : right;
}
TABLE.attributes select {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
background: #c0c0c0;
font-weight: bold;
color:#333;
}
TABLE.drop select {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
background: #c0c0c0;
font-weight: bold;
color:#333;
}
TR.list-block {
}		
SPAN.list_info {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #333;
cursor:pointer;
}	
SPAN.list_info span {
display:none;
position:relative;  
}		
SPAN.list_info:hover span  {
	display:block;
	cursor:pointer;
	margin-top:-20px;
	margin-left:-100px;
	position:absolute;
	padding: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	background: #c0c0c0;
	border:2px solid #FF0000;
	text-align : center;
}		
