@charset "utf-8";
body {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #CCCCCC;
	font-size: 14px;
}
#topBar {
	float: left;
	width: 100%;
	background-color: #11689C;
	height: 37px;
	margin-bottom: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#topBar #menu {
	width: 920px;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-top: 9px;
	position: static;
}
#topBar #menu a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topBar #menu a:hover {
	text-decoration: underline;
}

#mainContent {
	width: 920px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainWrapper {
	float: left;
	width: 100%;
}
#mainContent #leftPanel {
	float: left;
	width: 340px;
}
#mainContent #rightPanel {
	float: left;
	width: 540px;
	padding: 20px;
	background-image: url(../images/57Percent.png);
	overflow: auto;
}
#bottomBar {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/57Percent.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4DAE3;
}
#bottomBar #bottomCarContent {
	width: 920px;
	margin:0 auto;
}
.fltLeft {
	float: left;
}
.fltRight {
	float: right;
	text-align: right;
}
h1 {
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	color: #11689C;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
}
p {
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
	line-height: 24px;
}
#topBar #mainContent #rightPanel a {
	color: #11689C;
	text-decoration: none;
}
#topBar #mainContent #rightPanel a:hover {
	text-decoration: underline;
}
h5 {
	font-size: 16px;
	color: #11689C;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerPanel {
	width: 920px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
#footerPanel #footerPanelContent {
	float: left;
	width: 558px;
	margin-left: 363px;
	margin-top: 80px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
#footerPanelContent ul {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerPanelContent li {
	list-style-type: none;
}
#footerPanelContent a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerPanel #footerPanelContent a:hover {
	text-decoration: underline;
}
#topBar #mainContent #rightPanel li {
	margin-bottom: 15px;
	line-height: 24px;
	color: #333333;
}
#topBar #mainContent #rightPanel ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#background img {
	width: 100%;	
}
#cont {
	position: absolute;
	width: 500px;
}
#background {
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 200%;
	width: 100%;
}

.tableTitleColumn {
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-bottom: 14px;
	padding: 2px;
}
.tableOldPrice {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 14px;
	padding: 2px;
}
.tableNewPrice {
	float: left;
	width: 100px;
	margin-bottom: 14px;
	color: #11689C;
	padding: 2px;
	background-image: url(../images/57Percent.png);
}

