﻿@charset "utf-8";

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	background-image: url(../media/common/bg.jpg);
	background-repeat: repeat-x;
}

hr {
	color: #666666;
	width: 95%;
	height: 1px;
}

.txtHead {
	font-family: "SimSun";
	font-weight: bold;
	font-size: 15px;
}
.txtHead a {
	color: #666666;
	text-decoration: underline;
}
.txtHead a:hover {
	color: #666666;
	text-decoration: none;
}

.txtContent, .txtContentDim {
	font-family: "SimSun";
	font-weight: normal;
	font-size: 13px;
}
.txtContent a {
	color: #666666;
	text-decoration: underline;
}
.txtContent a:hover {
	color: #666666;
	text-decoration: none;
}
.txtContentDim {
	color: #999999;
}

.txtDiscount {
	font-family: "SimSun";
	font-weight: normal;
	font-size: 14px;
}

.txtMenu {
	color: #CCCCCC;
	font-family: "SimSun";
	font-weight: normal;
	font-size: 13px;
}
.txtMenu a {
	color: #CCCCCC;
	text-decoration: none;
}
.txtMenu a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.txtCopyright {
	color: #000000;
	font-family: "Arial";
	font-weight: normal;
	font-size: 10px;
}
.txtCopyright a {
	color: #000000;
	text-decoration: underline;
}
.txtCopyright a:hover {
	color: #000000;
	text-decoration: none;
}

form {
	margin-top:0px;
}

.txtInput, .txtTextarea, .txtSelect {
	font-family: "SimSun";
	font-weight: normal;
	color: #666666;
	background-color:#FFFFFF;
	border: #cccccc;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 12px;
	/* filter:alpha(Opacity=70); */
}
.txtInput { height: 20px; width: 200px; }
.txtTextarea {
	width: 200px;
	height: 100px;
	overflow: auto;
}
input.btn {
	font-family: "SimSun";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #CCCCCC;
}


.imgBorder {
	border: #aaaaaa;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

table.tbl {
	font-family: "SimSun";
	font-size: 13px;
	color: #666666;
	margin: 1px;
	border-collapse: collapse;
}
table.tbl thead {
	background: #EEEEEE;
	color: #666666;
	font-weight: bold;
}
table.tbl tbody { background: #FFFFFF; }
table.tbl td, table.tbl th { padding: 5px; margin: 5px;  border: 1px #CCCCCC solid; }
