﻿html
{
}

body
{
	width: 975px;
	margin: 10px auto;
	font-size: 12px;
	font-family: Arial;
	color: #3E3E3E;
}
A:link, A:visited, A:active
{
	color: #666666;
	text-decoration: none;
}
A:hover
{
	color: #4782AC;
	text-decoration: underline;
}
.title
{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-size: 12px;
	background: url(../images/icoArror.gif) no-repeat left center;
}



#nav
{
	height: 65px;
}
#nav .logo
{
	float: left;
	width: 345px;
}
#nav .link
{
	float: left;
	width: 550px;
	padding: 20px 0px 8px 35px;
}
#nav .link a
{
	padding: 0 10px;
}
#nav .link .active
{
	font-weight: bold;
}

#nav .lan
{
	float: right;
	text-align: right;
	width: 580px;
	padding-right: 5px;
}
#nav .lan a
{
	padding: 0 10px 0 5px;
	background: url(../images/icoArror.gif) no-repeat right center;
}




#notice
{
	clear: both;
	height: 36px;
	line-height: 36px;
	color: #818181;
	padding-left: 20px;
	border: solid 1px #DFDFDF;
}
#profile
{
	margin-top: 5px;
}
#profile .left
{
	float: left;
	width: 745px;
	overflow: hidden;
}

#profile .right
{
	float: right;
	width: 220px;
	overflow: hidden;
}

.right_table
{
	border-right: #c2c2c2 1px solid;
	border-top: #c2c2c2 1px solid;
	border-left: #c2c2c2 1px solid;
	border-bottom: #c2c2c2 1px solid;
}



.contact
{
	background: url(../images/bgContact.gif) no-repeat right top;
	border-left: dotted 1px #E1E1E1;
	padding-left: 15px;
}
.contact h1
{
	height: 55px;
	line-height: 55px;
}
.content
{
	font-size: 12px;
	font-family: Arial;
	line-height: 20px;
}

.info
{
	margin-right: 0px;
	width: 745px;
	text-align: left;
}
.info h1
{
	margin-top: 5px;
}

#footer
{
	clear: both;
	padding: 5px 0px;
}
#footer .border
{
	background: #000000;
	height: 13px;
	width: 745px;
}
#footer p
{
	margin: 0;
	padding: 8px;
	line-height: 120%;
}
#footer a
{
	padding: 0 5px;
}
.order
{
	margin-top: 5px;
	border: solid 1px #C2C2C2;
	padding-bottom:10px;
}
.order h1
{
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	border-bottom: solid 1px #C2C2C2;
	background: url(../images/bgOrderTitle.gif) repeat-x;
	margin-bottom:10px;
}
.order h1 span
{
	display: block;
	height: 25px;
	padding-left: 30px;
	background: url(../images/icoOrderTitle.gif) no-repeat 10px center;
}

.order caption
{
	font-weight: bold;
	text-align: left;
	padding-left:30px;
}
.order .tdTitle
{
	text-align: right;
	width: 100px;
	padding-right:20px;
}
.order strong
{
	color:Red;
}

