html, body {height: 100%;}
body {
	padding: 0;
	margin: 0;
	
	background-repeat: repeat-y;
	background-color: #ffffff;
}
#screenLayout {
	position: relative;
	position: expression('static');
	top: 0;
	min-height: 100%;
	width: 100%;
	height: expression((document.documentElement.clientHeight>document.documentElement.scrollHeight)?'auto':'100%');
}

html>body #screenLayout {
	float: left;
}

#content {
	width: 770px;
}

#mainArea {
	height: 100%;
	width: 770px;
	float: right;
}



#mainLayout {
	margin-top: 95px;
	margin-left: 0px;
	margin-bottom: 50px;
}
#leftArea {
	height: 0%;
	width: 0;
	float: left;
}
#leftLayout {
	margin-top: 110px;
	margin-bottom: 100px;
}
#top {
	clear: both;
	height: 95px;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	width: expression(((document.documentElement.clientHeight)?document.documentElement.clientWidth>770:document.body.clientWidth>770)?'auto':'770px');
	min-width: 770px;
}
#top td, #top th, #top input, #top select, #top textarea, #top, #top li, #footer, #footer #mirrors li {
  font-family: Tahoma, Verdana, Arial,宋体, Helvetica, sans-serif;
  font-size: 12px;
}

#miscNav {
	height: 24px;
	background-color: #ed2c21;
	z-index: 1;
}
#shortcuts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 6px;
	margin-left: -1px;
}

#shortcuts li {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0;
	padding-bottom: 0;
	border-left: solid 1px #ed2c21;
	line-height: 12px;
}
#shortcuts a:link,
#shortcuts a:visited,
#shortcuts a:active {
	color: #ed2c21;
	text-decoration: none;
}
#shortcuts a:hover {
	color: #ed2c21;
	text-decoration: underline;
}
#sc-buyonline {
	font-weight: bold;
}
#lang ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 5px;
}
#lang li {
	display: inline;
	padding-right: 8px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 12px;
}
#header {
	background-image: url('/r/images/Home/header_bg.jpg');
	background-position: right;
	background-repeat: repeat-y;
	background-color: #ffffff;
	height: 46px;
}
#logo {
	margin-top: 8px;
	margin-left: 4px;
	float: left;
}

#search {
	float: right;
	margin-top: 10px;
}

#search form {
	display: inline;
	margin-right: 5px;
}

#search>form {
	display: block;
	margin-top: 2px;
}

#search input {
	vertical-align: middle;
	height: 16px;
	border: solid 1px #ed2c21;
	background-color: #e0ece6;
}
#search input#searchButton {
	vertical-align: middle;
	height: 16px;
	border-width: 0;
	background-color: transparent;
}

#mainNav {
	width: 100%;
	height: 25px;
	background-color: #ed2c21;
	line-height: 12px;
}

#mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	width: 600px;
	margin-left: -1px;
}

#mainNav li {
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	white-space: nowrap;
}

#mainNav span {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 12px;
	padding-left: 8px;
	border-left: solid 1px #ffffff;
	display: block;
}

#mainNav a:link,
#mainNav a:hover,
#mainNav a:visited,
#mainNav a:active {
	color: #ffffff;
}

#mainNav a {
	padding-right: 8px;
	border-top: solid 6px #ed2c21;
	border-bottom: solid 6px #ed2c21;
	display: block;
	text-decoration: none;
	width:expression('1em');
}


#mainNav .topMenuHighlighted a:link,
#mainNav .topMenuHighlighted a:visited,
#mainNav .topMenuHighlighted a:active,
#mainNav .topMenuHighlighted a:hover,
#mainNav .topMenuHighlighted a.current:link,
#mainNav .topMenuHighlighted a.current:visited,
#mainNav .topMenuHighlighted a.current:active,
#mainNav .topMenuHighlighted a.current:hover {
  text-decoration: underline;
}

#mainNav a.current:link,
#mainNav a.current:hover,
#mainNav a.current:visited,
#mainNav a.current:active {
	color: #ffff66;
}

#mainNav li ul {
	visibility: visible;
	position: absolute;
}

#mainNav li li {
	float: none;
}

#footer {
	position: absolute;
	width: 778px;
	width: expression(((document.documentElement.clientWidth)?document.documentElement.clientWidth>770:document.body.clientWidth>770)?'auto':'770px');
	min-width: 770px;
	top: expression((Math.max(document.getElementById('content').scrollHeight, document.documentElement.clientHeight, document.body.scrollHeight) - 47)+'px');
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	height: 5px;
	color: #ed2c21;
	white-space: nowrap;
	vertical-align: middle;
	background: #FFFFFF;
}

html>body #footer {
	bottom: 0;
	margin-left: 0;
}

#footerLayout {
	padding-left: 0px;
	padding-right: 0px;
}

#footer a,
#footer a:hover,
#footer a:visited,
#footer a:active {
	color: #ed2c21;
}

.footerLeft {
float: left;
margin: 8px 6px 0 8px;
padding: 0;
line-height: 15px;
}
.footerRight {
float: right;
padding: 0 8px 2px 8px;
margin: 14px 0px 10px 0;
border-left: solid 1px #ed2c21;
}
#footer td {
padding: 0 8px;
white-space: nowrap;
vertical-align: middle;
height: 44px;
  font-family: Tahoma, Verdana, Arial,宋体, Helvetica, sans-serif;
  font-size: 12px;
}

.firstRightBlock {
border-style: none;
}

#footer #mirrors {
	float: left;
	width: 36%;
	line-height: 44px;
}

#footer #poweredBy {
	text-align: center;
	float: left;
	width: 36%;
	line-height: 44px;
}

#footer #contactInfo {
	float: right;
	text-align: right;
	padding-top: 6px;
}

#footer #mirrors ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	margin-left: 0px;
}

#footer #mirrors li,
#footer #mirrors #mirrorsTitle {
	display: inline;
}

#footer #mirrors li {
	margin-left: 2px;
}

.topMenu {
  z-index:2;
  left: 0;
  position:absolute;
  top: 0;
  visibility:hidden;
  background-color: #f0f0f0;
  color: #ffffff;
  font-size: 12px; font-family: Verdana, Tahoma, Arial,宋体;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.topMenuI a:link,
.topMenuI a:visited,
.topMenuI a:active,
.topMenu a:link,
.topMenu a:visited,
.topMenu a:active {
  color: #000000;
  text-decoration: none;
  display: block;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  background-color: #eaeaea;
  border: solid 1px #eaeaea;
}
.topMenuI a:hover,
.topMenu a:hover {
  color: #000000;
  text-decoration: none;
  display: block;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  background-color: #E0ECE6;
  border: solid 1px #E0ECE6;
}

.leftLayout
	{
	padding: 2px;
	}

.leftMenu {
  margin-left: 2px;
  padding-right: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px; 
  font-family: Verdana, Tahoma, Arial,宋体;
}
.leftMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.leftMenu ul ul {
}

.leftMenu a {
  display: block;
  font-family: Verdana, Tahoma, Arial,宋体;
  font-size: 12px; 
}

.leftMenu a:active,
.leftMenu a:visited,
.leftMenu a:link {
  padding: 2px;
  margin: 0;
  color: #000000;
  text-decoration: none;
  border: solid 1px #f0f0f0;
}

.leftMenu a:hover {
  padding: 2px;
  margin: 0;
  color: #000000;
  text-decoration: none;
  border: solid 1px #999999;
  background-color: #cccccc;
}

.leftMenu li {
  margin: 0;
  display: inline;
  vertical-align: middle;
}

.leftMenu li img {
  vertical-align: middle;
  float: left;
  margin-right: 2px;
}

.level0 a.top {
  margin-left: 0px;
  background-image: url("/r/images/ua1.gif");
  background-position: 3px 5px;
  background-repeat: no-repeat;
  padding-left: 16px;
}

.level0 a.top:hover, 
.level0 a.top:active, 
.level0 a.top:visited, 
.level0 a.top:link {
  color: #ed2c21;
  padding-left: 16px;
  margin-left: 0px;
  font-weight: normal;
}

a.selectedSec:link,
a.selectedSec:hover,
a.selectedSec:active,
a.selectedSec:visited {
  color: #000000;
  font-weight: bold;
}

.selected {
  padding: 2px;
  margin: 0;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #9c9c9c;
  cursor: default;
  font-family: Verdana, Tahoma, Arial,宋体;
  font-size: 12px; 
}

.level0 .selected,
.level0 a:link,
.level0 a:hover,
.level0 a:visited,
.level0 a:active {
  padding-left: 8px;
}

.level1 .selected,
.level1 a:link,
.level1 a:hover,
.level1 a:visited,
.level1 a:active {
  padding-left: 25px;
  font-weight: normal;
}

.level2 .selected,
.level2 a:link,
.level2 a:hover,
.level2 a:visited,
.level2 a:active {
  padding-left: 50px;
  font-weight: normal;
}


.productsHeader {
  border-bottom: solid 1px #999999;
}

/* store */
.groupTitle {
	text-align: left;
	background: #dddddd;
	padding: 5px;
}

.subgroupTitle {
	text-align: left;
	background: transparent;
	padding-top: 10px;
}

.itemsList {
	clear: both;
}

.itemsList td {
	border-bottom: 1px solid #cccccc;
}

td.price {
	text-align: right;
  white-space: nowrap;
}

.itemsList td small {
	color: #606060;
}

.downloadQuickInfoBody {
text-align: left;
}

#mainNav #pic7 {
position: absolute;
top: 70px;
right: 0;
}
.login {
	font-family: "新宋体", "宋体";
	font-size: 12px;
	color: #6F6F6F;
	text-decoration: none;
}
