﻿body 
{    
	font-family: arial, verdana, sans-serif;
	text-align: center;
	margin: 5px 0 0 0;
	font-size: 12px;
	}


body.beta {
	background: #fff url(images/beta.gif) no-repeat left top;
	}

a:link
{
    color: black;
}

a:visited {
	color: black;
	}

a:hover {
	color: red
	}

a:active {
	color: #a6b397
	}

img {
	border: 0
	}

input {
	font-size: 12px
	}

form {
	margin: 0
	}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}

th {
	text-align: left
	}

table {
	border-collapse: collapse;
	border-spacing: 0
	}

ul {
	list-style-image: url(images/double_angle_bullet.gif);
	}

label {
	font-weight: bold
	}

form input.search {
	float: right;
	margin: 0 0 0 10px
	}

label.weak, label.optional {
	font-weight: normal
	}

/* Site wide class styles */
.clearing_element {
	clear: both
	}

.border {
	border-bottom: 1px solid #c2c2c2;
	margin: 0 0;
	padding: 10px 0 0;
	clear: both;
	display: block;
	float: inherit;
	}

/*Creating universal styles for displaying a list (ul & dl) of links inline*/

ul.inline {
	margin: 0;
	padding: 0;
	}

ul.inline li {
	list-style: none;
	display: inline;
	border-left: #c2c2c2 1px solid;
	padding: 0 0.6em 0 0.7em;
	}

ul.inline li.first {
	border: none;
	padding-left: 0;
	}

ul.inline li.open {
	background-image: url(images/opened.gif);
	border: none;
	background-repeat: no-repeat;
	}

ul.inline li.closed {
	background-image: url(images/closed.gif);
	border: none;
	background-repeat: no-repeat;
	}

dl.inline dt, dl.inline dd {
	display: inline;
	margin: 0;
	padding: 0
	}

dl.inline dt {
	font-weight: bold;
	border-left: #c2c2c2 1px solid;
	padding: 0 0 0 0.7em;
	}

dl.inline dt:after {
	content: ":"
	}

dl.inline dt.first {
	border: none;
	padding-left: 0
	}

dl.inline dd {
	padding: 0 0.6em 0 0
	}
	
sup.new_feature {
	padding: 1px 3px;
	color: #333;
	font-weight: bold;
	}
	
/* Header styles
---------------------------------------*/

.header {
	min-width: 730px;
	width: 80%;
	width: expression(document.body.clientWidth < 912 ? "730px" : "80%" ); 
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 0;
	font-size: 11px;
	}

.header img {
	float: left;
	}

.header ul {
	float: right;
	}

.header ul li {
	margin: 5px 0 0 0;
	}

.Cheader
{
    width: 72%;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0 0;
    font-size: 11px;
    background-image: url(images/china_bg.jpg);
}

.Cheader img {
	float: left;
	}

.Cheader ul {
	float: right;
	}

.Cheader ul li {
	margin: 5px 0 0 0;
	}
	
/* Primary navigation
---------------------------------------*/

.top_nav {
	clear: both;
	width: 80%;
	width: expression(document.body.clientWidth < 912 ? "730px" : "80%" );
	max-width: 1000px;
	min-width: 730px;
	margin: 0 auto -6px;
	padding: 6px 0 0 0;
	text-align: left;
	}

.top_nav ul li h1 {
	display: inline;
	font-size: 18px;
	margin: 0;
	padding: 0
	}
	
.top_nav ul li h1 a.here {
	text-decoration: none;
	color: #000000
	}

/* Home page promotion/announcement styles */

.homepromo {
	display: block;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	padding: 7px;
	background-color: #fcfce1;
	margin: 15px 0;
	clear: both;
	font-size: 12px;
	}

/* Wrapper for page content
---------------------------------------*/
.content {
	width: 80%;
	width: expression(document.body.clientWidth < 912 ? "730px" : "80%" );
	max-width: 1000px;
	min-width: 730px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	}

.Ccontent {
	width: 72%;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	}

/* Footer
---------------------------------------*/

.footer {
	width: 80%;
	width: expression(document.body.clientWidth < 912 ? "730px" : "80%" );
	max-width: 1000px;
	min-width: 730px;
	margin: 5px auto;
	text-align: left;
	font-size: 10px;
	}

.footer1 {
	width: 800;
	max-width: 1000px;
	min-width: 730px;
	margin: 5px auto;
	text-align: left;
	font-size: 10px;
	}
	
.footer ul {
	padding-bottom: 10px;
	padding-top: 10px;
	}

.footer ul li {
	margin: 5px 0 0 0;
	}

#footer_spacer {
	display: block;
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 760px;
	height: 10px;
	}

div.footer ul#cool_tools {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 0;
	}

.Cfooter {
	width: 72%;
	margin: 5px auto;
	text-align: left;
	font-size: 10px;
	}

.Cfooter ul {
	padding-bottom: 10px;
	padding-top: 10px;
	}

.Cfooter ul li {
	margin: 5px 0 0 0;
	}

#Cfooter_spacer {
	display: block;
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	height: 10px;
	}

div.Cfooter ul#cool_tools {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 0;
	}
		
/*Auto Assist styles
---------------------*/

.aa {
	font-size: 12px;
	background-color: white;
	border: 1px #ccc solid;
	margin-top: 1px;
	text-align:left;
	z-index: 100;
}
.under_aa {
	margin-top: 1px;
	z-index: 99;
}
.aa_highlight {
	background-color: #ffd537;
	color: #000000;
}
.aa_wait {
	cursor: wait;
	background: url(images/arrows_circle.gif) no-repeat 98% center;
}
.aa * {
	padding: 3px;
	text-align:left;
}
.aa div {
	display: block;
}


H2
{
    font-weight: bold;
    font-size: 10pt;
    color: #330033;
    font-family: Verdana, Sans-Serif;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    clip: rect(0px 0px 0px 0px);
    padding-top: 0px;
}
.cssClass1
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Monospace, Sans-Serif;
    background-color: #ffccff;
}
.cssClass2
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Monospace, Sans-Serif;
    background-color: #cccccc;
}
.cssClass3
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Monospace, Sans-Serif;
    background-color: #cccc99;
}
.cssClass4
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Monospace, Sans-Serif;
    background-color: #ccffff;
}
.cssClass5
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Monospace, Sans-Serif;
    background-color: #ccff99;
}
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.overflowHidden {overflow:hidden;}

.overflowScroll {overflow:hidden;}
.txteff
{
    font-size: 10px;
    font-family: Verdana, Sans-Serif;
    padding-right: 10px;
    padding-left: 10px;
    color: white;
}
.anylinkcss
{
    position: absolute;
    visibility: hidden;
    border-bottom-width: 0px;
    line-height: 12px;
    z-index: 100;
    background-color: #FF9DE7;
    font-weight: normal;
    font-size: 10px;
    font-style: normal;
    font-family: Arial;
    font-variant: normal;
    color: black;
    margin-top: 5px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-left-color: black;
    border-bottom-color: black;
    border-top-color: black;
    border-right-width: 1px;
    border-right-color: black;
}

.anylinkcss a
{
    width: 100%;
    display: block;
    text-indent: 2px;
    padding: 1px 0;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    margin-top: 3px;
}

.anylinkcss a:hover
{
    /*hover background color*/
    background-color: black;
    color: white;
}
.tablehead
  {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  background-color:#006699;
  color:White;
  font-size: 10pt;
  }
.tablebody
  {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  background-color:Gainsboro;
  color:Black;
  font-size: 10pt;
  }
.plaintable
  {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  background-color:White;
  color:Black;
  font-size: 10pt;
  }
b
{
    font-weight: bold;
    font-size: 10pt;
    color: red;
    font-family: Arial, Serif, Sans-Serif;
}

/* CSS classes for the top header of the products.aspx page */

#ProductTitle
{
	text-align:center;	
}

.MainProductContent
{
	float:left;
	margin-right:0px;
}

/* CSS classes for the DataList that provides the product listing */

#product
{
	width:175px;	
}

.productimage
{
    width: 100px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin: 10px 20px;
    padding-top: 15px;
    height: 100px;
}

.productdetails
{
	float:none;
	width:125px;
	margin-left: 20;
	margin-top:15px;
	margin-bottom:15px;
}
.ProductListHead
{
    margin-top: 5px;
    font-weight: bold;
    color: dimgray;
    font-family: Arial, Sans-Serif;
    margin-bottom: 5px;
}
.ProductListItem
{
    font-weight: bold;
    font-size: 12px;
    color: orangered;
    font-family: Arial, Sans-Serif;
    margin-bottom: 10px;
}

/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width:600px;
	margin-top:30px;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
	
}
/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}
.blackborder
{
	border-style:solid;
	border-width: 2px;
	border-color: gray;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
.spec {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #555;	
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:1.5em;  
	margin-left: 10px;
	margin-Right: 10px;
}
.vsL {
	font-size: 2px
}
.sBlak{
	font-size: 11px;
	font-weight: bold;
}
.sBlue
{
    font-size: 11px;
    color: blue;
    font-weight: bold;
}
.sOrng
{
    font-size: 11px;
    color: #ff3333;
    font-weight: bold;
}
.sBrwn{
	font-size: 11px; 
	color:#996600;
}
.sGren{
	font-size: 11px; 
	color:#669900;
}
.sRed {
	font-size: 11px; 
	color:#FF0000; 
	font-weight:bold 
}
/*--------------------------------------------Heading-----------------------------------------*/
.bTH {
	font-family: Arial,Helvetica, geneva,sans-serif;
	font-size:14px;
	color: #006699; 
	font-weight: bold;
}
.oTH {
	font-family: Arial,Helvetica, geneva,sans-serif;
	font-size:14px;
	color: #FF9900;
	font-weight: bold; 
}
.bRD {
	font-family: Arial,Helvetica, geneva,sans-serif;
	font-size:14px;
    color: #ff0000;
	font-weight: bold;
} 
.TITLE-BLUE{
	font-family: Arial,Helvetica, geneva,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0070BC;	
	text-transform: uppercase;
}
.TITLE-GREEN{
	font-family: arial, geneva, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#669900;
	text-transform: uppercase;
}
.SUBTITLE-BLUE
{
    font-size: 12px;
    color: firebrick;
    text-transform: uppercase;
    font-weight: bold;
}
