﻿ body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
	font-size: 8pt;
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	padding: 4px; 
}

/* layout
   ------ */

.content {
	margin: 0 auto;
	width: 780px;
	padding: 10px;
}

.header { 
	height: 100px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 0px 0 0 0;
	border-bottom: 1px solid #ccc;
}
.logo {
	float: left;
	width: 26%;
	margin: 0 0 0px 0;
}
.logos {
	float: right;
	width: 71%;
	margin: 0 0 0px 0;
}
.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	font-size: 0.9em;
	width: 100px;
	color: #FFF;
	background: inherit;
}

.browse_categorys  {
	font-size: 0.9em;
	width: 32px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #FF9148;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #FF9148;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #E0691A; 
		background: inherit;
	} 
.search_field { 
	background: #fff url(searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}

.left h4 {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #000;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 200px;
		padding: 0 0 0 0px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 240px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
	.right_side li{
	padding: 13px 5px 1px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	}
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0;}

	/* LEFT VERTICAL MENU */
	
	#menu_left { 
	    width: 100%;
		float: left;  
		margin: 0 0 6px 0; 
		padding: 0 0 1px 0; 
		border-bottom: 1px solid #e2e2e2; 
	}
		#menu_left li { list-style: none;}
		#menu_left li.active { 
			display: block; 
			color: #fff; 
			background: #FF9148 url(arrow.gif) no-repeat center left; 
			width: 91%; 
			padding: 7px 23px 7px 23px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
	}
		#menu_left li a { 
			display: block; 
			color: #3F5B7F; 
			background: #C2CEDE url(arrow.gif) no-repeat center left; 
			width: 91%;
			padding: 7px 23px 7px 23px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
		}	
		#menu_left li a:hover { background: #9EB1C9 url(arrow.gif) no-repeat center left; color: #fff;  }
	
			#menu_left li.op a { 
			display: block; 
			color: #3F5B7F; 
			background: #F1F3F5 url(image.gif) no-repeat center left; 
			width: 90%;
			padding: 7px 23px 7px 28px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
	}	
			#menu_left li.op a:hover { background: #FF8000 url(image.gif) no-repeat center left; color: #fff;  }
			
			#menu_left li.opa a { 
			display: block; 
			color: #3F5B7F; 
			background: #E4EDF9 url(image.gif) no-repeat center left; 
			width: 90%;
			padding: 7px 23px 7px 28px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
	}	
			#menu_left li.opa a:hover { background: #FF8000 url(image.gif) no-repeat center left; color: #fff;  }
			#menu_left li.Bop a { 
			display: block; 
			color: #3F5B7F; 
			background: #F1F3F5 no-repeat center left; 
			width: 90%;
			padding: 7px 23px 7px 28px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
	}	
			#menu_left li.Bop a:hover { background: #FF8000 no-repeat center left; color: #fff;  }
			
						#menu_left li.Bopa a { 
			display: block; 
			color: #3F5B7F; 
			background: #E4EDF9 no-repeat center left; 
			width: 90%;
			padding: 7px 23px 7px 28px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
	}	
			#menu_left li.Bopa a:hover { background: #FF8000 no-repeat center left; color: #fff;  }
			
			#menu_left li.ops a {
	display: block;
	color: #3F5B7F;
	width: 90%;
	padding: 7px 23px 7px 28px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	background-color: #ACD6FF;
	background-image: url(jian.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}	
	#menu_left li.ops a:hover { background: #9EB1C9 url(jian.gif) no-repeat center left; }/* right side
   ---------- */
		
.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

.right h3 {
	background: #6C757A  url(corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}
	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}

#navigacija ul {	
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
	border-right: 2px solid #ccc;
}	

#navigacija li {
	margin-bottom: 0px;
	padding: 3px 5px 3px 0px;
}

#navigacija li a {
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	height: 20px;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 6px 10px 0 10px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
}	
	
#navigacija li a:hover {
	color: #FFF; background: #FF8E44;
}
.image {
	float: right;
	margin: 0 9px 3px 0;
}
.images {
	float: left;
	margin: 0 9px 3px 0;
}
/* footer
   ------ */
	
.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

.sp {
	clear: both;
	font-size: 1.1em;
	height: 23px;
	margin: 0 0 0 0px;
	background-color: #DBF7C3;
	border: 1px solid #6BB14E;
	font-weight: bold;
}

	.sp li {
	margin: 0;
	padding: 7px 12px 5px 18px;
	color: #6BB14E;
	float: left;
	background: no-repeat center left;
	word-spacing: 5pt;
	}

.special {
		clear: both;
		margin:0px 0 20px 0;	
	    padding: 5px 5px 5px 20px;
		border: 0px solid #fff;
		background: #fff;
		color: #6BB14E;
		text-align:center;
	}
	
.special1 {
		clear: both;
		margin:0px 0 20px 0;	
	    padding: 5px 10px 5px 10px;
		border: 1px solid #eee;
		background: #fff;
		color: #6BB14E;
		text-align:center;
	}
.special1 img {
	/*设置图片垂直居中*/
	vertical-align:middle;
}
.special2 {
		background: #fff;
		color: #6BB14E;
		text-align:left;
	}
.specialaa {
		clear: both;
		margin:0px 0 20px 0;	
	    padding: 5px 10px 5px 10px;
		border: 1px solid #ccc;
		background: #eee;
		color: #444;
		
	}
.F0 {
	color: #BC5816;
	font-weight: bold;
}
.F1 {
	color: #F0F9B2;
	font-weight: bold;
}
.shell { 
	clear: both;
	font-size: 1.1em;
	color: #FFF;
	margin: 0 0 0 0px; 
}
.shell li { 
		margin: 0; 
		padding: 8px 0px 0px 0px;
		color: #000000;
		float: left; 
}
.shell li a {
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 5px 6px 10px 6px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
}	
	
.shell li a:hover {
	color: #FFF;
	background-color: #B0D8FF;
}
.Rshell { 
	clear: both;
	font-size: 1.1em;
	color: #FFF;
	margin: 0 0 0 0px; 
}
.Rshell li { 
		margin: 0; 
		padding: 0px 8px 0px 8px;
		float: center; 
		background: #f5f5f5;
}
.Rshell li a {
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 5px 0px 5px 0px;
	background: #f5f5f5;
	border-bottom: 1px dotted #ccc;
}	
	
.Rshell li a:hover {
	color: #FFF;
	background-color: #FFD0A2;
}

#navigacijas ul {	
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
	border-right: 2px solid #ccc;
}	

#navigacijas li {
	margin-bottom: 0px;
	padding: 3px 5px 3px 10px;
}

#navigacijas li a {
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	height: 25px;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 6px 10px 0 25px;
	border-bottom: 1px dotted #ccc;
	background:url(squares.gif) no-repeat center left;
}	
	
#navigacijas li a:hover {
	color: #FFF;
	background-color: #B3B3FF;
	padding: 6px 10px 0 30px;
	font-size: 10pt;
}
/*选择全部产品*/
.bsell { 
	clear: both;
	font-size: 1.1em;
	height: 29px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #C7C78D;

}

	.bsell li { 
		margin: 0; 
		padding: 7px 12px 6px 12px;
		color: #FFEADC;
		background: #C7C78D;
		float: left; 
	}
	
	.bsell li.active { 
		background: #9C9C4E url(bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bsell li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bsell li a:hover { 
		color: #707038; 
		background: inherit;
	}
/*选择全部产品*/
.allsell { 
	clear: both;
	font-size: 1.1em;
	color: #FFF;
	margin: 0 0 0 0px; 
}
.allsell li { 
		margin: 0; 
		padding: 8px 0px 0px 0px;
		color: #000000;
		float: left; 
}
.allsell li a {
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 5px 6px 10px 6px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
}	
	
.allsell li a:hover {
	color: #FFF;
	background-color: #E4E4CB;
}

.Nexts { 
	clear: both;
	font-size: 1.1em;
	height: 25px; 
	color: #666666;
	margin: 0 0 0 0px; 
	font-weight: bold;

}
	.Nexts li {

	padding: 7px 5px 5px 5px;
	color: #666666;
	float: left;
	word-spacing: 5pt;
	}
.bluebtn { background: #fff url(bluebtn.gif) no-repeat; padding: 1px 22px 2px 9px; color: #fff; text-decoration: none; }
.greenbtn { background: #fff url(greenbtn.gif) no-repeat; padding: 1px 22px 2px 9px; color: #fff; text-decoration: none; }
.bluebtn:hover, .greenbtn:hover { background: #fff url(hoverbtn.gif) no-repeat;color: #fff; }

.left_L {
	float: left;
	width: 70px;
	padding: 15px 0 0 18px;
	color:#FF6600;
	font-weight: bold;
	}
		
.right_R {
		float: right;
		width: 370px;
		height:120px;
		background: #eee url(dotted.gif) repeat-y;
		color: #414141;
		padding: 5px 10px 5px 10px;
	}
.ac{
	margin:0 auto;      /* 居中 这个是必须的，，其它的属性非必须 */
	width:350px;        /* 给个宽度 顶到浏览器的两边就看不出居中效果了 */
	text-align:center;  /* 文字等内容居中 */
	font-weight: bold;
	color:FF0000;
}
fieldset {
	margin: 1em 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #ccc;
}
	fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
	padding: 5px 10px 5px 10px;
}
fieldset div input {
	padding: 1px;
	color: #999;
	background-color: #eee;
	border: 1px solid #ccc;
	font-weight: bold;
}
fieldset div textarea {
	padding: 1px;
	background-color: #eee;
	border: 1px solid #ccc;
}
fieldset div select {
	padding: 1px;
}
	.right_Reg {
		float: right;
		width: 180px;
		color: #414141;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
	
	.box {
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;

	/*设置水平居中*/
	text-align:center;

	/* 针对IE的Hack */
	*display: block;
	*font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/

	width:480px;
	border: 1px solid #eee;
}
.box img {
	/*设置图片垂直居中*/
	vertical-align:middle;
}

DIV.scott {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
DIV.scott A {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; COLOR: #88af3f; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none
}
DIV.scott A:hover {
	BORDER-RIGHT: #85bd1e 1px solid; BORDER-TOP: #85bd1e 1px solid; BORDER-LEFT: #85bd1e 1px solid; COLOR: #638425; BORDER-BOTTOM: #85bd1e 1px solid; BACKGROUND-COLOR: #f1ffd6
}
DIV.scott A:active {
	BORDER-RIGHT: #85bd1e 1px solid; BORDER-TOP: #85bd1e 1px solid; BORDER-LEFT: #85bd1e 1px solid; COLOR: #638425; BORDER-BOTTOM: #85bd1e 1px solid; BACKGROUND-COLOR: #f1ffd6
}
DIV.scott SPAN.current {
	BORDER-RIGHT: #b2e05d 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #b2e05d 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #b2e05d 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #b2e05d 1px solid; BACKGROUND-COLOR: #b2e05d
}
DIV.scott SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; COLOR: #ccc; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}
/*.Nexts li a { 
		font-weight: bold;
		color: #000; 
		background: inherit;
		text-decoration: none;
		padding: 3px 5px 3px 5px;
	} 
	
	.Nexts li a:hover { 
		color: #fff; 
		background-color: #FFB76F;
		}待用
		
		text-align:center;margin:0 auto;字体居中*/
