/* CSS Document */
/*@font-face {
font-family: 'Viking';
src: url('viking.ttf');
}*/
body {
		 margin-left: 0px;
		 margin-top: 0px;
               	 margin-right: 0px;
	         margin-bottom: 0px;
}
.goods_title {          font-family: 'Viking';
			color: #000000;
			font-size: 16px;
			font-weight:bold;
}
.goods_text {           font-family: 'Viking';
			color: #000000;
			font-size: 12px;
}
.goods_price {          font-family: 'Viking';
			color: #000000;
			font-size: 14px;
			font-weight:bold;
}
a:link {
color : white;
text-decoration : none;
}
a:visited {
color : white;
text-decoration : none;
}
a:hover {
color : red;
text-decoration : underline;
}
a:active {
color : red;
text-decoration : none;
}
.order_tr {
background-color:#f2f2f2;
font-size : 12pt;
}
.info_table {
background-color:#f2f2f2;
font-size : 12pt;
}
.navbar_text {   color: #ffffff;
		 font-size: 12px;
		 font-weight:bold;
}
.nav_link:link {
  color : red;
  text-decoration : none;
  font-weight:bold;
}
.nav_link:visited {
  color : red;
  text-decoration : none;
  font-weight:bold;
}
.nav_link:hover {
  color : red;
  text-decoration : underline;
  font-weight:bold;
}
table.leftmenu{
	width:190px;
}
table.leftmenu tr.sor{
	height:3px;
	margin-top:10px;
}
table.leftmenu td.mlink{
	text-align:left;
	padding-left:10px;
}
table.leftmenu td.link{
	text-align:left;
	padding-left:20px;
}
table.leftmenu tr.notshow{
	height:3px;
	display:none;
}
table.lft td.data{
	background-image:url(../menu_left/left_bg.jpg);
	background-repeat:repeat-y;
}
table.left_tong{
	width:194px;
	height:50px;
	background-image:url(../menu_left/left_tong.jpg);
}
table.national{
	width:570px;
	height:300px;
	padding-top:10px;
}
table.national td.left{
	width:150px;
	text-align:left;
}
table.national td.right{
	width:270px;
	padding-left:20px;
	text-align:left;
}
