/*
agogo
*/

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


BODY {
  background: #FFFFFF;
  color: #000000;
  margin: 0px;
    SCROLLBAR-BASE-color:  #0066CC;
  SCROLLBAR-ARROW-color: #000000;
}
A {
	color: #000000;
	text-decoration: none;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
  
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #000000;
}

TD.headerNavigation  {
  font-family: "Verdana", "Arial", "sans-serif";
  font-size: 13px;
  background: #bbc3d3 url(images/header_bar.jpg);
  color: #FF6600;
  font-weight : bold;
}

A.headerNavigation  { 
  color: #FF6600; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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


.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Tahoma;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Tahoma;
  font-size: 12px;
}



TD.infoBox, SPAN.infoBox {
  font-family: Tahoma;
  font-size: 12px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {


}

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-color:#EFEDED



}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}


TD.productListing-data {
  font-family: Tahoma;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma;
  font-size: 12px;
  color: #000033;
}

TD.main, P.main {
  font-family: Tahoma;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma;
  font-size: 12px;
}

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

TD.fieldKey {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma;
  font-size: 12px;
}

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

SPAN.newItemInCart {
  font-family: Tahoma;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma;
  font-size: 11px;
}

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

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

SPAN.productSpecialPrice {
  font-family: Tahoma;
  color: #ff0000;
}

SPAN.errorText {

  font-family: Tahoma;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: Tahoma; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Tahoma; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Tahoma; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Tahoma; font-size: 12px; color: #ff0000; }

table.frame
{
	width: 775px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px none;

}
TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Tahoma;
  font-size: 12px;
  background: url(images/header_bar.jpg);
  color: #ffffff;
  font-weight: bold;
}

TD.infoBoxHeading {
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
background:url(images/text_bg.gif);
  color: #003366;
}
.productListing-heading {
  font-family: Tahoma;
  font-size: 11px;
  background: url(images/text_bg.gif);
  color: #003366;
  font-weight: lighter;
}

TR.pathNavigation {
  background: #000000;
}

TD.pathNavigation {
  font-family: "Verdana", "Arial", "sans-serif";
  font-size: 11px;
  background: #000000 url(images/path_bar.jpg);
  color: #000000;
  font-weight : bold;
}
TD.shadowNavigation {
  font-family: "Verdana", "Arial", "sans-serif";
  font-size: 11px;
  background: #000000 url(images/path_shadow.jpg);
  color: #000000;
  font-weight : bold;
}

TD.footer_bg {
  font-family: "Verdana", "Arial", "sans-serif";
  font-size: 11px;
  background: #ffffff url(images/footer_bg.jpg);
  color: #ff6600;
  font-weight : bold;
}
.category_box {
  background: #ffffff url(images/category_body.jpg);
  font-family: Tahoma;
  font-size: 12px;
}

//==============================================================================================================
//							My Style
//==============================================================================================================

TR.cs_headerbottom {
	color: #244563;
}

TD.cs_headerbottom {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	background: url(images/hppics/heading_line.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #DEDFDE;
	color: #244563;
}

A.cs_headerbottom { 
  color: #000000;
}

A.cs_headerbottom:hover {
  color: #F26522;
}

TD.cs_headerbottom01 {
	background: url(images/infobox/column_left_box_04_head_center.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #DEDFDE;	
}

.cs_columnleft_header{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.cs_columnleft{

	background-position: left top;
	background-repeat: repeat-x;
}

.cs_columnleft_contents{
	
	font-family: Tahoma;
	font-size: 12px;
}

.cs_columnleft_footer{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #6B7D8B;  
	text-align: left;
}

.cs_columnleft_footer_line{
	background: url(images/infobox/column_left_box_04_cat_line01.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.cs_columnleft_line01{
	height: 22px;
	background: url(images/infobox/column_left_box_04_cat_line01.gif);
	background-position: left top;
	background-repeat: repeat-x;
	vertical-align: middle;
}

.cs_columnleft_line02{
	height: 18px;
	background: url(images/infobox/column_left_box_04_cat_line02.gif);
	background-position: left top;
	background-repeat: repeat-x;
	vertical-align: middle;
}




SPAN.cs_columnleft_bottom_font{
	font-family: Tahoma;
	font-size: 2px;
	color: #ffffff;
}

A.cs_columnleft_bottom_font{
	color: #ffffff;
}

A.cs_columnleft_bottom_font:hover {
  	color: #ffffff;
}

.cs_generalbox_header {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 14px;
	font-weight: bold;
	background:  url(images/center_body.gif) repeat-x left top; 
	color: #FF0000;
}

.cs_generalbox_header01 {
	background: url(images/infobox/general_box_04_header_center01.gif);
	background-position: left bottom;
	background-repeat: repeat-x;	
}

.cs_generalbox_line_v {
	background: url(images/infobox/general_box_04_line_v.gif);
	background-position: left top;
	background-repeat: repeat-y;	
}

.cs_generalbox_contents {
	font-family: Tahoma;
	font-size: 12px;  
}

.cs_generalbox_contents_bg {
	background-position: left top;
	background-repeat: repeat-x;
}

.cs_history_header{
	background-color: #FFB300;
}

TD.cs_main_smalltext, P.cs_main_smalltext {
	font-family: Tahoma;
	font-size: 11px;	
	color: #000000;
}

TD.cs_pageHeading, DIV.cs_pageHeading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	background: url(images/infobox/title_bg.jpg);
	color: #000000;
	vertical-align: middle;
}

TD.cs_smallText, SPAN.cs_smallText, P.cs_smallText {
	font-family: Tahoma;
	font-size: 12px;
}

TD.heading_index_table {
	font-family: Tahoma;
	font-size: 14px;
	background: #EFEFF7;
	color: #000000;
	font-weight : bold;
}

.cs_search_bg {
	background: url(images/hppics/search_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.cs_login_bg {
	background-position: left bottom;
	background-repeat: no-repeat;
}

.cs_new_account_bg {
	background-position: left bottom;
	background-repeat: no-repeat;
}

.cs_account_password_bg{
	background: url(images/hppics/account_password_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.cs_account_edit_bg{
	background: url(images/hppics/account_edit_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.cs_product_price01 {
	font-family:Georgia, Times New Roman, Times, serif;
	color: #FF0000;
	font-size:26px;
}

SPAN.cs_products_info_product_name{
	font-family: Tahoma;
	font-size: 14px;
	color:#ff0000;
	font-weight : bold;
}

SPAN.cs_products_info_compatible_part_no{
	font-family: Tahoma;
	font-size: 11px;
	color:#006600;
}

A.cs_product_listing_product_name{
	font-family: Tahoma;
	font-size: 11px;
	color:#6633FF;
	font-weight : bold;
}

SPAN.cs_product_listing_price, TD.cs_product_listing_price {
	font-family:Georgia, Times New Roman, Times, serif;
	color: #FF0000;
	font-size:14px;
	font-weight : bold;
}

SPAN.cs_products_listing_compatible_part_no{
	color:#000000;
}

SPAN.cs_columnleft_select_item_parent{
	color: #0033FF;
	font-weight: bold;
}

SPAN.cs_columnleft_select_item_child{
	color: #000099;
	font-weight: bold;
}

p.header_description
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: xx-small;
	line-height: 1%;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	border: thin none #FFFFFF;
	list-style-type: none;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: top;
	word-spacing: 1pt;
	display: none;
	visibility: hidden;
	height: 1pt;
	width: 1pt;
	left: 1pt;
	top: 1pt;
}
.hidden {
	color: #ffffff;
	font-size: 0pt;
	line-height: 0px;
	letter-spacing: -2pt;
	word-spacing: -2pt;
	display: none;
	visibility: hidden;
	filter: Alpha(Opacity=0, FinishOpacity=0);
}
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.DownFile {
	FONT-SIZE: 9pt; COLOR: #006dad; LINE-HEIGHT: 13pt; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; TEXT-DECORATION: none
}
.wText_e {
	FONT-SIZE: 8pt; COLOR: #5f5f5e; LINE-HEIGHT: 15pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.gray
{
	FONT-SIZE: 9pt;
	COLOR: #999999;
	FONT-FAMILY: "Arial";
	font-weight: bold;
}
.smallchinese {
	font-size: 9px;
	COLOR: #000000;
	FONT-FAMILY: "Arial";
	font-weight: bold;
	height:19;	
}
.small {
	font-size:9px;
	COLOR: #000000;
	FONT-FAMILY: "Arial";
	font-weight: bold;
	
}
.imagerow1 {
  background-color: #ffffff;
  color: #00cc00;
}

.infoBox_new {
	background: url(images/design/new_bg_all.gif) repeat-y left top;
}
smalleng
{
	top: auto;
}

A.cat {
	color: #000000;
	text-decoration: none;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: lighter
  
}

A.cat:hover {
  color: #FF0000;
  text-decoration: underline;
  font-size: 11px;
  font-weight: lighter
}
