/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

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

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, 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, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  background: #ffffff;
  font-size: 11px;
  font-weight: bold;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  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: #6A6B7C;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	height:40px;
	font:14px/40px Arial;
	text-align:left;
	background-image:url(../images/tit_ico.gif);
	background-repeat:no-repeat;
	padding:0 0 0 35px;
	font-weight:bold;
}

TR.subBar {
  background: #f4f7fd;
}

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

/* BEGIN latest news */
/*
TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
*/
TD.main, P.main, DIV.main {

}
/* END latest news */

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

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

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

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

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

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

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

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

SPAN.greetUser {
  font-family: 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, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

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

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

/* message box */

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

/* input requirement */

.inputRequirement { font-size: 11px; color: #0D76D8; }

/* BEGIN Category Descriptions - 1.9 */
TD.category_desc {
	border:1px solid #DBDBDB;
	background-color:#EEEEEE;
  padding: 5px 4px 4px 5px;
}
/* END Category Descriptions - 1.9 */
/*** TAGS ***/
body	{
	font:11px Arial;
	color:#37394A;
	margin:0px;
	text-align:center;
	background-color:#FFFFFF;
}
a:link, a:active, a:visited	{
    color:#37394A;
	text-decoration:none;
}
a:hover	{
    color:#37394A;
	text-decoration:underline;
}
img,a img{
	border:0; 
	margin:0; 
	padding:0;
}
td { 
	font:11px Arial;
	color:#37394A;
}
input,select { 
	font:12px Arial;
}
/*** ebay_style ***/
.mag5_8	{
	margin: 5px 8px 5px 8px;
}
.ban_sty60	{
	height:21px;
	width:60px;
	background-image:url(../images/ban_bj.gif); 
	font-size:11px; 
	color:#4B4B4B; 
	border:1px solid #ffffff;
	margin:0 5px 0 5px;
}
.ban_sty40	{
	height:21px;
	width:40px;
	background-image:url(../images/ban_bj.gif); 
	font-size:11px; 
	color:#4B4B4B; 
	border:1px solid #ffffff;
	margin:0 5px 0 5px;
}
.ban_sty80	{
	height:21px;
	width:80px;
	background-image:url(../images/ban_bj.gif); 
	font-size:11px; 
	color:#4B4B4B; 
	border:1px solid #ffffff;
	margin:0 5px 0 5px;
}
.ban_sty12	{
	height:21px;
	width:120px;
	background-image:url(../images/ban_bj.gif); 
	font-size:11px; 
	color:#4B4B4B; 
	border:1px solid #ffffff;
	margin:0 5px 0 5px;
}
.ban2_sty60	{
	height:18px;
	width:60px;
	background-image:url(../images/ban2.gif); 
	font-size:11px; 
	color:#000000; 
	border:1px solid #E7F0F0;
}
.ban2_sty80	{
	height:18px;
	width:80px;
	background-image:url(../images/ban2.gif); 
	font-size:11px; 
	color:#000000; 
	border:1px solid #E7F0F0;
}
.you_her	{
	height:30px;
	line-height:30px;
	text-align:right;
	padding:0 15px 0 0;
}
.topbanner_ta	{
	width:1000px;
	height:100px;
	background-image:url(../images/topbaner_bj.jpg);
	text-align:center;
}
.toplan_ico	{
	margin:0 5px 10px 5px;
}
.toplan_icoon	{
	margin:0 5px 10px 5px;
	border:1px solid #0D76D8;
}
.topban_div	{
	width:1000px;
	height:16px;
	text-align:center;
	vertical-align:top;
	font:12px Arial;
}
.topban_text	{
	margin:0 10px 0px 10px;
}
.menu_ta	{
	width:1000px;
	height:37px;
	background-image:url(../images/menu_bj.jpg);
	text-align:center;
}
.curren_td	{
	width:158px;
	text-align:right;
	font-size:12px;
	padding:8px 10px 0 0;
}
.curren_select	{
	width:130px;
	height:14px;
	font-size:12px;;
	margin: 8px 0 0 0;
}
.body_div	{
	width:1000px;
	background-image:url(../images/body_bj.jpg);
	background-repeat:no-repeat;
	padding: 5px 0 30px 0;
	text-align: right;
}
.menu_ico	{
	margin: 0 9px 0 36px;
}
.lmenu_td	{
	height:30px;
}
.lbulletin_ta	{
	width:206px;
	margin: 10px 0 0 15px;
	background-image:url(../images/lbulletin_cen.gif);
}
.lbulletin_top	{
	height:9px;
	background-image:url(../images/lbulletin_top.gif);
}
.lbulletin_bot	{
	height:9px;
	background-image:url(../images/lbulletin_bot.gif);
}
.lbulletin_tel	{
	padding:0 0 0 10px;
	height:20px;
}
.lbulletin_tex24	{
	padding:5px 10px 0 25px;
	line-height:24px;
}
.lbulletin_tex15	{
	padding:10px 0 10px 25px;
	line-height:15px;
}
.lbulletin_tex18	{
	padding:5px 0 0 25px;
	line-height:18px;
}
.serinput_88	{
	height:18px;
	width:88px; 
	background-color:#FFFFFF; 
	border:1px solid #AFB0B7;
	margin:0 0 0 5px;
}
.serinput_40	{
	height:18px;
	width:40px; 
	background-color:#FFFFFF; 
	border:1px solid #AFB0B7;
	margin:0 10px 0 5px;
}
.serinput_60	{
	height:18px;
	width:60px; 
	background-color:#FFFFFF; 
	border:1px solid #AFB0B7;
	margin:0 10px 0 5px;
}
.serinput_60s	{
	height:18px;
	width:80px; 
	background-color:#FFFFFF; 
	border:1px solid #AFB0B7;
	margin:0 0 0 5px;
}
.serinput_120	{
	height:18px;
	width:120px; 
	background-color:#FFFFFF; 
	border:1px solid #AFB0B7;
	margin:0 0 0 5px;
}
.serinput_160	{
	height:18px;
	width:160px; 
	background-color:#FFFFFF; 
	border:1px solid #AFB0B7;
	margin:0 0 0 5px;
}
.serinput	{
	height:18px; 
	background-color:#FFFFFF; 
	border:1px solid #AFB0B7;
	margin:0 0 0 5px;
}
.inputcon_590	{
	height:80px;
	width:590px; 
	background-color:#FFFFFF; 
	border:1px solid #AFB0B7;
	margin:0 0 0 5px;
}
.inputcon_448	{
	height:80px;
	width:448px; 
	background-color:#FFFFFF; 
	border:1px solid #AFB0B7;
	margin:0 0 0 5px;
}
.ser_div	{
	margin:10px 0 10px 0;
}
.big_text	{
	width:487px;
	height:25px;
	text-align:center;
	font-size:12px;
	color:#383838;
	padding:4px 0 0 0;
}
.big_flash	{
	width:487px;
	height:160px;
	border:1px solid #777777;
}
.big_pic	{
	width:487px;
	height:148px;
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	margin: 5px 0 5px 0;
}
.big_pic1	{
	width:302px;
	height:148px;
	border-right:1px solid #DBDBDB;
}
.big_pic2	{
	width:184px;
	height:148px;
}
.new_tel	{
	height:38px;
	width:85px;
	padding:0 0 0 10px;
}
.new_tel2	{
	height:38px;
	width:50%;
	padding:0 0 0 10px;
}
.new_more	{
	padding:0 10 0 0px;
	text-align:right;
}
.new_image	{
	border:1px solid #ffffff;
	width:68px;
	height:68px;
}
.newige_div	{
	width:69px;
	height:69px;
	border:1px solid #C2BDBA;
	margin:3px 0 3px 0;
}
.newtext_div	{
	height:30px;
	font:11px/30px Arial;
	border-bottom:1px dotted #7F7F7F;
	padding:0 0 0 15px;
	background-image:url(../images/new_ico1.gif);
	background-repeat:no-repeat;
}
.newtext2_div	{
	width:90%;
	text-align:left;
	font:11px/15px Arial;
	border-bottom:1px dotted #7F7F7F;
	padding:0 0 0 15px;
	background-image:url(../images/new_ico2.gif);
	background-repeat:no-repeat;
}
.newige_div2	{
	width:69px;
	height:69px;
	float:left;
	clear:left;
	border:1px solid #C2BDBA;
}
.newtext_div2	{
	width:174px;
	height:69px;
	font:11px/23px Arial;
	float:right;
	clear:right;
	padding: 2px 12px 2px 12px;
}
.newtext_td2	{	
	padding:10px 0 10px 0;
	border-bottom:1px dotted #7F7F7F;
	vertical-align:top;
}
.newline_div	{
	width:487px;
	height:20px;	
	border-bottom:1px solid #DBDBDB;
}
.rmenu_top	{
	height:10px;
	background-image:url(../images/rmenu_top.gif);
}
.rmenu_bot	{
	height:10px;
	background-image:url(../images/rmenu_bot.gif);
}
.rmenu_ta	{
	width:243px;
	margin: 0 0 10px 0;
	background-image:url(../images/rmenu_cen.gif);
}
.pic_img	{
	margin: 0 0 10px 0;
	border:1px solid #000000;
}
.usin_dif	{
	width:218px;
	margin: 15px 0 0 0;
	line-height:18px;
	font-weight:bold;
}
.usin_dif1	{
	width:109px;
	float:left;
}
.usin_dif2	{
	width:109px;
	float:right;
}
.usin_an	{
	margin: 0 5px 0 5px ;
}
.usin_in	{
	height:30px;
	line-height:30px;
	border-top:1px dotted #8085B2;
	text-align:center;
	font-weight:bold;
	margin: 0 25px 0 0px ;
}
.usin_ins	{
	height:30px;
	line-height:30px;
	text-align:center;
	margin: 0 25px 0 0px ;
}
.cart_ico	{
	margin: 0 20px 0 0px ;
}
.checkout	{
	margin: 0 20px 0 0px ;
	text-align:right
}
.link_div	{
	width:1000px;
	text-align:center;
	vertical-align:bottom;
	padding: 10px 0 10px 0;
	border-top:1px solid #DBDBDB;
}
.link_ico	{
	margin: 0 10px 0 10px ;
}
.link_text	{
	width:1000px;
	text-align:center;
	padding:0px 0 10px 0;
	line-height:18px;
}
.copy_div	{
	width:1000px;
	height:33px;
	text-align:center;
	line-height:33px;
	background-image:url(../images/copy_bj.gif);
}

.con1_div	{
	font:11px/14px Arial;
	text-align:left;
	padding:0 10px 0 35px;
}
.con1s_div	{
	font:11px/14px Arial;
	color:#000000;
	text-align:left;
	padding:0 10px 0 25px;
}
.con3_div	{
	font:11px/24px Arial;
	text-align:left;
	padding:0 10px 0 35px;
	color:#000000;
}
.con4_div	{
	font:11px/20px Arial;
	text-align:left;
	padding:0 36px 0 35px;
	color:#000000;
}
.con5_div	{
	font:11px/14px Arial;
	text-align:left;
	padding:0 10px 0 10px;
	margin:0 20px 0 20px;
	color:#000000;
	border:1px solid #DBDBDB;
	background-color:#F5F5F5;
}
.con6_div	{
	font:11px/14px Arial;
	text-align:left;
	padding:10px 0 10px 0;
	margin:0 20px 0 20 px;
	color:#000000;
	font-weight:bold;
	border-bottom:1px dotted #DBDBDB;
}
.con7_div	{
	font:11px/14px Arial;
	text-align:left;
	padding:10px 0 10px 0;
	margin:0 20px 0 20 px;
	color:#000000;
}
.con8_div	{
	font:11px/14px Arial;
	text-align:left;
	margin:0 20px 0 20 px;
	color:#000000;
}
.con2_div	{
	font:11px/16px Arial;
	text-align:left;
	color:#000000;
	padding: 0 5 0 10px;
	margin:35px 35px 15px 35px;
	border:1px solid #DBDBDB;
}
.con2s_div	{
	font:11px/16px Arial;
	text-align:left;
	padding:10px;
	margin:10px 20px 10px 20px;
	border:1px solid #DBDBDB;
}
.puge_div	{
	font:11px/14px Arial;
	text-align:right;
	padding:0 35px 0 0;
	color:#000000;
	word-spacing: 1em;
}
.puge_div2	{
	font:11px/14px Arial;
	text-align:center;
	padding:0 35px 0 0;
	color:#000000;
	word-spacing: 1em;
}
.hr_sty1	{
	margin:0 35px 0 35px;
	border:1px solid #DBDBDB;
	height:1px;
}
.hr_sty2	{
	border:1px solid #DBDBDB;
	height:1px;
}
.conta_tle1	{
	font:11px/16px Arial;
	height:35px;
	color:#000000;
	text-align:center;
	border-bottom:1px solid #DBDBDB;
}
.conta_td1	{
	font:11px/16px Arial;
	height:25px;
	color:#000000;
	text-align:center;
}
.caita_tab	{
	margin:25px 0 0 0;
	text-align:center;
	border-bottom:1px dotted #7F7F7F;
}
.caita_tel	{
	color:#0074C5;
	font-weight:bold;
	height:30px;
	text-align:right;
	border-bottom:1px dotted #7F7F7F;
}
.caita_td1	{
	color:#000000;
	height:20px;
	text-align:center;
	border-bottom:1px dotted #7F7F7F;
}
.car_td1	{
	color:#000000;
	font-weight:bold;
	height:26px;
	text-align:center;
	border-top:1px solid #DBDBDB;
}
.car_td1s	{
	color:#000000;
	font-weight:bold;
	padding:8px 4px 8px 4px;
	text-align:center;
	border-bottom:1px solid #DBDBDB;
}
.car_td2	{
	color:#000000;
	padding:5px 4px 5px 4px;
	text-align:center;
	border-top:1px dotted #7F7F7F;
}
.car_td2l	{
	color:#000000;
	padding:5px 4px 5px 4px;
	border-top:1px dotted #7F7F7F;
}
.car_tel	{
	color:#000000;
	font-weight:bold;
	height:40px;
	text-align:left;
}
.car_tab	{
	margin:0 0 25px 0;
	text-align:center;
	border-bottom:1px solid #DBDBDB;
}
.car_tab2	{
	margin:0 0 10px 0;
	border-bottom:1px solid #DBDBDB;
}
.cars2_tab	{
	margin:0 0 25px 0;
	text-align:center;
	border-bottom:1px solid #DBDBDB;
	border-left:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
}
.car_tim	{
	color:#FF0000;
	text-align:right;
	margin:10px 20px 25px 20px;
	border-bottom:1px dotted #7F7F7F;
	font-weight:bold;
}
.caita_td2r	{
	line-height:18px;
	color:#000000;
	padding:10px 5px 10px 0;
	text-align:right;
}
.caita_td2l	{
	line-height:18px;
	color:#000000;
	padding:10px 0 10px 5px;
	text-align:left;
}
.caita_td3	{
	color:#000000;
	padding:10px 0 10px 0;
	text-align:center;
	border-left:1px dotted #7F7F7F;
	border-right:1px dotted #7F7F7F;
}
.news_tel	{
	font:20px/30px Times New Roman;
	text-align:center;
	border-bottom:1px solid #DBDBDB;
	margin:0 20px 0 20px;
}
.news_tim	{
	color:#7F7F7F;
	text-align:right;
	margin:5px 20px 5px 20px;
}
.sel_metd1	{
	height:26px;
	padding:0 0 0 36px;
	color:#000000;
	background-image:url(../images/selhor_bj1.gif);
}
.sel_metd1s	{
	height:26px;
	padding:4px 0 4px 36px;
	line-height:16px;
	color:#888888;
	background-image:url(../images/left_menu_3.gif);
}
.sel_mettop	{
	height:30px;
	color:#000000;
	background-image:url(../images/left_menu_3s.gif);
}
.deli_div	{
	padding:10px 0 10px 0;
	color:#000000;
	border-bottom:1px solid #DBDBDB;
	border-top:1px solid #DBDBDB;
}
.deli4_div	{
	padding:10px 0 10px 0;
	color:#000000;
	border-bottom:1px solid #DBDBDB;
	border-top:1px solid #DBDBDB;
}
.deli2_div	{
	padding:0 20px 0 20px;
	color:#000000;
	text-align:left;
	border-bottom:1px solid #DBDBDB;
	border-top:1px solid #DBDBDB;
}
.deli_tim	{
	color:#000000;
	text-align:left;
	margin:10px 20px 0px 20px;
	border-bottom:1px dotted #DBDBDB;
}
.deli2_tim	{
	color:#000000;
	line-height:20px;
	text-align:left;
	margin:0 20px 0 20px;
	border-bottom:1px dotted #DBDBDB;
}
.deli3_tim	{
	font:11px/24px Arial;
	color:#000000;
	line-height:20px;
	text-align:left;
	margin:0 20px 0 20px;
}
.deli4_tim	{
	color:#000000;
	text-align:left;
	margin:10px 20px 0px 20px;
}
.car_pic	{
	margin: 0 3px 0 3px;
	border:1px solid #DBDBDB;
}
.acc_sela	{
	height:25px;
	width:125px;
	text-align:center;
	padding:5px 0 0 0;
	color:#000000;
	background-image:url(../images/ordebjb.gif);
}
.acc_selb	{
	height:25px;
	width:125px;
	text-align:center;
	padding:5px 0 0 0;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../images/ordebja.gif);
}
.acc_ico	{
	margin:0 0 0 20px;
}
.acc_sel2a	{
	height:23px;
	width:125px;
	text-align:center;
	padding:3px 0 0 0;
	color:#000000;
	background-image:url(../images/ordebj2a.gif);
}
.acc_sel2b	{
	height:23px;
	width:125px;
	text-align:center;
	padding:3px 0 0 0;
	color:#000000;
	font-weight:bold;
	background-image:url(../images/ordebj2b.gif);
}
.acc_sel2c	{
	background-image:url(../images/ordebj2c.gif);
}
.deli_td	{
	padding-left:5px;
	color:#000000;
}
.silk_ta	{
	border:1px solid #DBDBDB;
}
.silk_ta2	{
	border:1px solid #DBDBDB;
	background-color:#EEEEEE;
}
.silk_te	{
	border-bottom:1px solid #DBDBDB;
	background-color:#EEEEEE;
	padding:8px 5px 8px 5px;
}
.silk_te2	{
	color:#0D76D8;
	padding:0 5px 0 5px;
	height:30px;
}
.ncad_te2	{
	padding-left:10px;
	border:1px solid #DBDBDB;
}
/*** sv_cloro ***/
.hui_10	{
	font-size:10px;
	color:#888888;
}
.te_13	{
	font-size:13px;
}
.te_lblue11b	{
	color:#0074C5;
	font-weight:bold;
}
.te_black11	{
	color:#000000;
}
.te_black11b	{
	color:#000000;
	font-weight:bold;
}
.te_del	{
	text-decoration:line-through;
}
.te_red11	{
	color:#FF0000;
}
.te_hui11	{
	color:#888888;
}
.black_11	{
	color:#000000;
}
a.black_11:link, a.black_11:visited, a.black_11:active	{
	color:#000000;
	text-decoration:none;
}
a.black_11:hover	{
	color:#000000;
	text-decoration:none;	
}
.red_11s {
	color:#ff0000;
}
a.red_11s:link, a.red_11s:visited, a.red_11s:active	{
	color:#ff0000;
	text-decoration:underline;
}
a.red_11s:hover	{
	color:#ff0000;
	text-decoration:none;	
}
.black_11s	{
	color:#000000;
}
a.black_11s:link, a.black_11s:visited, a.black_11s:active	{
	color:#000000;
	text-decoration:none;
}
a.black_11s:hover	{
	color:#000000;
	text-decoration:underline;	
}
.lblue_11	{
	color:#0D76D8;
}
a.lblue_11:link, a.lblue_11:visited, a.lblue_11:active	{
	color:#0D76D8;
	text-decoration:none;
}
a.lblue_11:hover	{
	color:#0D76D8;
	text-decoration:none;	
}
.lblue_11s	{
	color:#0D76D8;
}
a.lblue_11s:link, a.lblue_11s:visited, a.lblue_11s:active	{
	color:#0D76D8;
	text-decoration:underline;
}
a.lblue_11s:hover	{
	color:#0D76D8;
	text-decoration:none;	
}
.bblack_11s	{
	color:#37394A;
}
a.bblack_11s:link, a.bblack_11s:visited, a.bblack_11s:active	{
	color:#37394A;
	text-decoration:underline;
}
a.bblack_11s:hover	{
	color:#37394A;
	text-decoration:none;	
}
.huiblu_11s	{
	color:#888888;
}
a.huiblu_11s:link, a.huiblu_11s:visited, a.huiblu_11s:active	{
	color:#888888;
	text-decoration:none;
}
a.huiblu_11s:hover	{
	color:#0074C5;
	text-decoration:none;	
}
.bb_11sb	{
	color:#000000;
	font-weight:bold;
}
a.bb_11sb:link, a.bb_11sb:visited, a.bb_11sb:active	{
	color:#000000;
	text-decoration:underline;
}
a.bb_11sb:hover	{
	color:#0074C5;
	text-decoration:none;	
}
.br_11s	{
	color:#000000;
}
a.br_11s:link, a.br_11s:visited, a.br_11s:active	{
	color:#000000;
	text-decoration:underline;
}
a.br_11s:hover	{
	color:#FF0000;
	text-decoration:none;	
}
TR.headerInfo {
  background: #00ff00;
}

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

.car_td2d	{
	color:#000000;
	padding:5px 4px 5px 4px;
	border-bottom:1px dotted #7F7F7F;
}
.car_td2wd	{
	color:#000000;
	padding:5px 4px 5px 4px;
}
.inputcon_348	{
	height:80px;
	width:348px; 
	background-color:#FFFFFF; 
	border:1px solid #AFB0B7;
	margin:0 0 0 5px;
}

.newtexts_div	{
	height: 30px;
	font: 11px/30px Arial;
	border-bottom: 1px dotted #8085B2;
	padding: 0 0 0 15px;
	background-image: url(../images/new_ico1.gif);
	background-repeat: no-repeat;
}

.productTable {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #DBDBDB;
}

.productTableHeading {
	padding: 5px 4px 5px 4px;
  font-weight: bold;
	border-bottom: 2px solid #DBDBDB;
}

.productTableRow	{
	color: #000000;
	padding: 5px 4px 5px 4px;
	border-top: 1px dotted #7F7F7F;
}

.deliveryInfoHeading{
	padding: 10px 10px 10px 0px;
	color: #0D76D8;
	font-size: 12px;
	border-bottom: 1px solid #DBDBDB;
	border-top: 1px solid #DBDBDB;
}

.greyText {
  color: #888888;
}

a.greyText:link, a.greyText:visited, a.greyText:active	{
	color:#0D76D8;
	text-decoration:none;
}
a.greyText:hover	{
	color:#0D76D8;
	text-decoration:none;	
}

.blueText {
  color: #0D76D8;
}

a.blueText:link, a.blueText:visited, a.blueText:active	{
	color:#0D76D8;
	text-decoration:none;
}
a.blueText:hover	{
	color:#0D76D8;
	text-decoration:none;	
}

.boxedHeading {
	border:1px solid #DBDBDB;
	background-color:#EEEEEE;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 4px 4px 5px;
}

.boxedText {
	border:1px solid #DBDBDB;
	background-color:#EEEEEE;
  font-size: 11px;
  padding: 5px 4px 4px 5px;
}