#pc{
	display: none;
}
body {
	width: 100%;
	padding: 0;
	color: #000000;
	font-family:"Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif, ;	
	font-size: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 120%;
	background:#FFFFFF;
	margin-left: 10%; 
	margin-right: 10%;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

input[type="submit2"] {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 1em;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
          transition: background-color 300ms ease-out, border-color 300ms ease-out;

	color: #FFFFFF;
	background: #CD1318;
	border-radius:5px
}
input[type="submit2"]:hover {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 1em;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
          transition: background-color 300ms ease-out, border-color 300ms ease-out;
		  
	color: #FFFFFF;
	background: #2bae81;

}
input[type="submit2"]:focus {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 1em;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
          transition: background-color 300ms ease-out, border-color 300ms ease-out;
	color: #FFFFFF;
	background: #CD1300;
	border-radius:5px
}


input[type="text"] {
	padding:.5em;
	font-size:1.6rem;
	line-height:1.2;
	color:#555;
	vertical-align:middle;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:10px;
	-webkit-appearance:none;
	-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type="password"] {
	display:block;
	width:100%;
	padding:.5em;
	font-size:1.6rem;
	line-height:1.2;
	color:#555;
	vertical-align:middle;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:10px;
	-webkit-appearance:none;
	-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea {
	padding:.5em;
	font-size:1.6rem;
	line-height:1.2;
	color:#555;
	vertical-align:middle;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:10px;
	-webkit-appearance:none;
	-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select{
	padding:.5em;
	font-size:1em;
	line-height:1;
	color:#666;
	vertical-align:middle;
	background-color:#f1f1f1;
	background-image:none;
	border:1px solid #ccc;
	border-radius:10px;
	-webkit-appearance:none;
	-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
img{
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	border: 0;
}
a img {
	border: 0;
}
a {
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #B5171C;
}
a:active {
	text-decoration: none;
	color: #cd1317;
}

h {
	font-size: 140%;
	font-weight: bold; 
	color: #cd1317;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
display:table-cell;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #cd1317;
	text-align: center;	
	line-height: 1.5em;	
}
h2 {
	font-size: 130%;
	font-weight: bold; 
	color: #000000;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	line-height: 1em;
	text-align: center;
}
h3 {
	font-size: 120%;
	font-weight: bold; 
	color: #000000;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	text-align: left;
}

h4 {
	font-size: 120%;
	font-weight: bold; 
	color: #000000;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	text-align: left;
}

h5 {
	font-size: 120%;
	font-weight: bold; 
	color: #CD1318;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E5E5;
}
h6 {
	font-size: 110%;
	font-weight: bold; 
	color: #CD1318;
	padding-top: 5px;
	padding-right: 0em;
	padding-bottom: 5px;
	padding-left: 0em;
	text-align: center;
}
.twoColHybLtHdr #container { 
	background: #FFFFFF;
	text-align: left; 
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.5em;	
} 
.twoColHybLtHdr #header { 
	width: 100%;
	margin-left: 10%; 
	margin-right: 10%;
	background-color: #ffffff;
	text-align: center;
	height:80px;
	padding-top:  0.5em;
	padding-bottom: 0.5em;
} 
.twoColHybLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.headerFix {
	width: 100%;
	top:40px;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	text-align: left;	
	padding-top:  0.5em;
	padding-bottom: 0.5em;
	float:top;
}

.headerFix  li {
	font-size: 120%;
	display: inline;
	border-right: 1px solid #fff;
	line-height: 1.5em;
	text-align:left;
}
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 20%; /* 由于此元素是浮动的，因此必须指定宽度 */
	background: #FFFFFF; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	padding: 15px 0; /* 顶部和底部的填充将在? div 中产生视觉空? */
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.twoColHybLtHdr #sidebar2 {
	float: left; 
	width: 49%; 
	background: #FFFFFF; 
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;

}
.twoColHybLtHdr #sidebar3 {
	float: right; 	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50%;
}

.twoColHybLtHdr #mainContent { 
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50%;
} 
.twoColHybLtHdr #mainContentL { 
	margin-top: 0;
	margin-right: 21%;
	margin-bottom: 0;
	margin-left: 31%;
} 
.twoColHybLtHdr #footer { 
	text-align:center;
	width: 100%;
	padding-top:  1em;
	padding-bottom: 1em;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问? */
}

/* 要重用的各种? */
.fltr { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前? */
	float: right;
	margin-left: 8px;
}
.fltl { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.fltm { /* 此类可用来使页面上的元素向中浮动 */
	float: inherit;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div ? break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元? */
	clear:both;
    height:0;
    line-height: 0px;
}
.FormCase {
	font-family: Arial;
	color: #333;
	height:2em;
	border-width: 1px;
	border-style: solid;
	border-color: #F0F0F0;
}

.Arial12 {font-family: Arial}
.FontSize12{font-size: 90%}
.ColorGreen{color: #9BB47D}
.ColorBottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5171C;
	padding-bottom: 0.2em;
	}
.ColorPink {color: #9F131C}
.DColor{color: #B5171C}
.MColor{
	font-size: 110%;
	font-weight: bold; 
	color: #B5171C;
	margin-top: 1em;
	padding-left: 0.2em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	line-height: 1.2em;
	text-align: left;
}
.PColor{color: #F5F8FA}
.letter{
	background-image: url(css/letter.jpg);
	height: 3px;
}
.PBGColor {background-color: #F6F6F6}
.h1pro {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	width: 10em;
	text-align: left;
	vertical-align: bottom;
	margin: 0.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	line-height: 1.5em;
	border-bottom-color: #F1F1F1;
}
.h1ser {	font-size: 90%;
	font-weight: bold;
	color: #000000;
	width: 10em;
	text-align: left;
	vertical-align: bottom;
	margin: 0.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	line-height: 1.5em;
	border-bottom-color: #F1F1F1;
}
.ClassLink {
	font-size: 90%;
	color: #CD1318;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
.ListLink {
	padding: 0.5em;	
	text-align: center;
	border-top-width: 0.5em;
	border-right-width: 0.5em;
	border-bottom-width: 0.5em;
	border-left-width: 0.5em;
	width: 10em;
}

#masthead {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	background-color: #fff;
  height: 60px;
  margin: auto;
	text-align: center;
}
#mastheadTop {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
#mastheadM {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F1F1F1;
	background-color: #FFFFFF;
	text-align: left;
}
.headlink {
	margin-right: 0.5em; 
	padding-right: 0.5em;
	text-align: left;
	
}
.headlink li {
	font-size: 120%;
	display: inline;
	margin-right: 1em; 
	padding-right: 1em;
	border-right: 1px solid #CCCCCC;
	padding-bottom: 0.5em;
	line-height: 1.1em;
}
.headlink form {
	margin: 0; padding: 0.8em;
}
.headlink form .text {
	width: 9em;
}

.headlink a:link {
	text-decoration: none;
}
.headlink a:visited {
	text-decoration: none;
}
.headlink a:hover {
	color: #B5171C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5171C;
	padding-bottom: 0.5em;
	}
.headlink a:active {
	text-decoration: none;
	color: #CD1318;
}
.inlink {
	margin: 0.5em; padding: 0.5em;
}
.inlink li {
	font-size: 100%;
	display: inline;
	margin-right: 1em; padding-right: 1em;
	border-right: 1px solid #CCCCCC;
	line-height: 150%;
}
.link {
	margin: 0.5em;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
}
#servicelink li {
	font-size: 90%;
	display: inline;
	margint-top: 1em; 
	margint-bottom: 1em; 
	padding-right: 1em;
	padding-left: 1em;
	border-right: 1px dashed #CCCCCC;
	line-height: 2em;
}

.footlink {
	margin: 0.5em;
	padding: 0.5em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 100%;
}
.footlink li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	vertical-align: bottom;
}
.Price {
	font-size: 100%;
	font-weight: bold;	
	line-height: 2em;
	font-family: Arial;
	color: #CD1318;
}
.Price0 {
	font-size: 100%;
	font-weight: bold;	
	line-height: 2em;
	font-family: Arial;
	color: #B5171C;
}
.Price1 {
	font-size: 100%;
	font-weight: bold;	
	line-height: 2em;
	font-family: Arial;
	color: #CD1318;
}
#service {
	color: #CCCCCC;
	float: right;
}
#service li {
	font-size: 70%;
	display: inline;
	margin-top: 0.5em; 
	margin-right: 0.5em; padding-right: 0.5em;
	border-right: 1px solid #CCCCCC;
	float: right;
	text-align: left;
}
.serviceLeft {
	color: #CCCCCC;
	float: left;
}
.serviceLeft li {
	font-size: 80%;
	display: inline;
	margin-top: 0.5em;
	margin-right:  0.5em; 
	padding-right: 0.5em;
	margin-bottom: 0.5em;
	border-right: 0px solid #fff;	
	text-align: left;
	color: #CCCCCC;
	float: left;
}

.serviceRight {
	color: #CCCCCC;
	float: right;
}
.serviceRight li {
	font-size: 80%;
	display: inline;
	margin-top: 0.5em;
	margin-right:  0.5em; 
	padding-right: 0.5em;
	margin-bottom: 0.5em;
	border-right: 0px solid #fff;	
	text-align: left;
	color: #CCCCCC;
	float: right;
	
}
#service2 {
	margin-top: -1em;
	color: #CCCCCC;
	font-weight: normal;
	text-align: right;
	line-height: 1.5;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}
#service3 {
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	padding: 0.5em;
	border: 1px dashed #CCCCCC;
	margin-top: 1em;
	margin-bottom: 1em;
}
.alsolike {
	margin: 0.5em;
	padding: 0.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
}
.search{
	font-size: 100%;
	font-weight: bold;	
	font-family: Arial;
	background-color:#FFFFFF;
	text-align: center;
	margin-top: 1em;
	text-align: right;
}
.search .case{
	color: #666;
	width: 8em;
	height:2em;
	border-width: 1px;
	border-style: solid;
	border-color: #CD1318;
}
.botton{
	font-size: 100%;
	font-weight: bold;	
	font-family: Arial;
	color: #FFFFFF;
	background: #CD1318;
	margin: 0.5em; 
	text-align: center;
	border-top-width: 0.5em;
	border-right-width: 1em;
	border-bottom-width: 0.5em;
	border-left-width: 1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD1311;
	border-right-color: #CD1311;
	border-bottom-color: #CD1311;
	border-left-color: #CD1311;
	border-radius:5px
}
.bottonAdd{
	font-size: 100%;
	color: #FFFFFF;
	margin: 0.2em; 
	background: #ed5a65;
	text-align: center;
	border-top-width: 0.2em;
	border-right-width: 1em;
	border-bottom-width: 0.2em;
	border-left-width: 1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ed5a65;
	border-right-color: #ed5a65;
	border-bottom-color: #ed5a65;
	border-left-color: #ed5a65;
	border-radius:5px
}

.bottonCase{	
	font-size: 100%;
	font-weight: bold;	
	font-family: Arial;
	color: #FFFFFF;
	background: #2bae81;
	margin: 0.5em; 
	text-align: center;
	border-top-width: 0.5em;
	border-right-width: 1em;
	border-bottom-width: 0.5em;
	border-left-width: 1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2bae85;
	border-right-color: #2bae85;
	border-bottom-color: #2bae85;
	border-left-color: #2bae85;
	border-radius:5px

}
#proscate {
	margin: 0.5em; padding: 0.5em 0.5em;
	background: #FFFFFF; color: #FFF;	
	line-height: 1.5em;
}
/* ------------- navigation styles */
#nav {
	font-size: 85%;
	color: #333;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	line-height: 1.5em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E5E5;
	
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F1F1F1F1;
}
.contnew{
	font-size: 14px;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	line-height: 1.5em;
	text-align: left;
}
.contc{
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	line-height: 1.5em;
	text-align: center;
}
.contc img.illus {
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
#cont {
	margin-left: 0;
	margin-right:0;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.5em;	
}
#cont img.illus {
	margin-top: 1em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

.colorcase {
	line-height: 1.5em;
	padding: 0.5em;
	border: 1px dashed #CCCCCC;	
	margin-top: 1em;
	margin-bottom: 1em;
}
.case50 {
	text-align: center;
	vertical-align: top;
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px dashed #F8F3F4;	
	width: 50%;
}
.contd {
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	vertical-align: top;
	line-height: 1.5em;
	font-size: 1em;
	text-align: left;
}
#contd img.illus {
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
.contm {
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	vertical-align: top;
	line-height: 1.5em;
	font-size: 1em;
	text-align: left;
}
#contm img.illus {
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
#review {
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
}
#review li {
	display: list-item;
	text-align: left;
	list-style-position: inside;
	list-style-type: decimal;
}
.shopcart {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	vertical-align: top;
	line-height: 2em;
	font-size: 1em;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.ShopCase {
	line-height: 1.5em;
	font-size: 1em;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 0.5em;
}
.cart {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	vertical-align: top;
	text-align: left;
}
.ContImg {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	border: 0; 
}
#fixedTop {
	position:sticky;
	background-color: #FFFFFF;
	top: 0px;
	width:100%;
	float: right;
	line-height: 1.5em;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	z-index:9998;
}

#fixedBottom {
	position:fixed !important;
	background-color: #FFFFFF;
	width:100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F1F1F1F1;
	bottom:0px;
	z-index:9999;
	text-align: center;
}
#fixedLeft {
	position:fixed !important;
	left:0px;
	background-color: #FFFFFF;
}
#fixedRight {
	position:fixed !important;
	right:0px;
	background-color: #FFFFFF;
}
#fixed {
	position:fixed;
	background-color: #FFFFFF;
	width:100%;
	float: left;
	line-height: 1.5em;
	text-align: center;
	z-index:9998;
	bottom:10; 
	left:10; 
	right:10; 
}

.float_qb{ position:fixed; z-index:1000; top:0; width:100%; left:0; background:#fcfcfc; padding:5px 10px; line-height:20px; color:#000; font-weight:normal; border:#eee 1px solid; box-sizing:border-box; font-size:14px;}
.float_qb h5{ font-weight:bold; }
.float_qb dt{ float:left; width:40px; margin-right:10px;}
.float_qb dt img{ width:100%;}
.float_qb dd{ overflow:hidden;}
.float_qb dd span{ background:#F00; color:#fff; font-weight:bold; padding:0 5px; font-weight:bold; font-size:16px;}
.float_b{ position:fixed; z-index:1000; bottom:0; width:100%; left:0; background:#fcfcfc; padding:5px 10px; line-height:20px; color:#000; font-weight:normal; border:#eee 1px solid; box-sizing:border-box; font-size:14px;}
.float_left{ float:left;}/* cssעͣ ø */ 
.float_right{ float:right;}/* cssעͣø */ 
.clear{ clear:both}  /**/ 
.country{

width: 50px;
height: 30px;
border-radius: 30%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}

.list {
	margin: 0.5em;
	padding: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 100%;
}
.list li {
	display: list-item;
	margin-right: 0.5em;
	padding-right: 0.5em;
	line-height: 120%;
}
#ShipCosts{
	padding:.5em;
	font-size:1em;
	line-height:1;
	color:#666;
	vertical-align:middle;
	background-color:#f1f1f1;
	background-image:none;
	border:1px solid #ccc;
	border-radius:10px;
}


.contactinfo{
	font-size: 60%;
	color: #333;
	margin-top: 1em;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	line-height: 1.2em;
	text-align: center;
}
.contactinfoL{
	font-size: 70%;
	color: #333;
	margin-top: 1em;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	line-height: 1.2em;
	text-align: left;
}
.FColor{
	font-size: 1px;
	color: #FFF;
}