html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Verdana, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background: #EFEFEF url('../image/background.png') repeat-x;
}
p {
	line-height: 18px;
}
body, p, td, th, input, textarea, select, option {
	font-size: 13px;
}
small, small a {
	font-size: 10px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
a, a:visited, a b {
	color: #0096C8;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: url('../image/heading.jpg') no-repeat;
	height: 33px;
	width: 880px;
	padding: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
	z-index: 1;
	position: relative;
}
h2, h3, h5, p {
	margin-top: 0px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
	padding-bottom: 8px;
	border-bottom: 1px solid #C7C7C7;
	color: #333;
	text-transform: uppercase;
}
h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
h5 {
	font-size: 17px;
	font-weight: bold;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
input.form {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	background: #F9F9F9;
	border: 1px solid #DCDCDC;
	color: #404040;
	margin: 3px 0px;
	padding: 4px;
}
textarea.form {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	background: #F9F9F9;
	border: 1px solid #DCDCDC;
	color: #404040;
	margin: 3px 0px;
	padding: 4px;
	width: 99%;
}
select.form {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	background: #F9F9F9;
	border: 1px solid #DCDCDC;
	color: #404040;
	margin: 3px 0px;
	padding: 3px;
}
fieldset {
	border: 1px solid #DCDCDC; 
	padding: 10px 10px 10px 10px;
}
legend {
	border: 1px solid #DCDCDC; 
	background: #F9F9F9; 
	color: #404040;
	padding: 5px 15px 5px 15px;
	margin-bottom: 10px;
}
.required {
	color: #F00;
}
.error {
	color: #F00;
}
#header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}
#header .left {
	position: relative;
	left: 3px;
	top: 26px;
	float: left;
	width: 264px;
	height: 50px;
}
#header .right {
	position: relative;
	left: -10px;
	top: 70px;
	float: right;
	color: #0096C8;
}
#menu {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	z-index: 99;
	position: relative;
}
#menu .left {
	width: 7px;
	height: 54px;
	float: left;
	background: url('../image/menu_left.png') no-repeat;
}
#menu .right {
	width: 7px;
	height: 54px;
	float: right;
	background: url('../image/menu_right.png') no-repeat;
}
#menu .center {
	margin-left: 7px;
	margin-right: 7px;
	background: url('../image/menu_center.png') repeat-x;
	height: 42px;
	position: relative;
	padding-top: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
}
#menu .center ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../image/transparent.png');
	z-index: 100;
	cursor: pointer;
}
#menu .center a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#menu .center li .top {
	font: 15px Arial;
	font-weight: bold;
	padding: 0px 0px 15px 13px;
	margin: 0px 12px 0px 0px;
	height: 25px;
	display: block;
}
#menu .center li .top span {
	font: 15px Arial;
	font-weight: bold;
	padding: 4px 13px 4px 1px;
	color: #FFFFFF;
	display: block;
}
#menu .center ul li {
	padding: 2px;
}
#menu .center li.selected:hover > a {
	clear: both;
}
#menu .center li.selected > a.top, #menu .center li:hover > a.top {
	background: url('../image/selected_left.png') top left no-repeat;
}
#menu .center li.selected > a.top span, #menu .center li:hover > a.top span {
	background: url('../image/selected_right.png') top right no-repeat;
}
#menu .center .parent {
	background: url('../image/arrow_right.png') 95% center no-repeat;
}
#menu .center .parent:hover {
	background: #333 url('../image/arrow_right.png') 95% center no-repeat;
}
#menu .center li {
	float: left;
	list-style: none;
}
#menu .center li ul {
	position: absolute;
	z-index: 100;
}
#menu .center li li {
	clear: both;
}
#menu .center li ul a {
	color: #FFFFFF;
	height: 15px;
	width: 145px;
}
#menu .center li ul ul {
	margin: -27px 0 0 157px;
}
#menu .center li li:hover {
	background: #333;
	color: #000000;
}
#menu .center ul ul {
	display: none;
}
#menu .center ul li:hover > ul {
	display: block;
}
#content {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#content > .top {
	background: url('../image/content_top.png') no-repeat;
	width: 960px;
	height: 7px;
}
#content > .middle {
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	padding: 10px 15px 10px 15px;
	min-height: 300px;
	background: #FFF;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	overflow: auto;
}
#content > .bottom {
	background: url('../image/content_bottom.png') no-repeat;
	width: 960px;
	height: 7px;
	clear: both;
}
#footer {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#footer > .left {
	width: 7px;
	height: 54px;
	float: left;
	background: url('../image/footer_left.png') no-repeat;
}
#footer > .right {
	width: 7px;
	height: 54px;
	float: right;
	background: url('../image/footer_right.png') no-repeat;
}
#footer > .center {
	margin-left: 7px;
	margin-right: 7px;
	background: url('../image/footer_center.png') repeat-x;
	height: 18px;
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 8px;
	padding-right: 8px;
}
#footer > .center .div1 {
	float: left;
	color: #FFFFFF;
}
#footer > .center .div2 {
	float: right;
	text-align: right;
}
#footer > .center .div1, #footer > .center .div2, #footer > .center .div2 a {
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.success {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	color: #555555;
}
.warning {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	color: #555555;
}
.attention {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	color: #555555;
}
.information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #E8F6FF url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
	color: #555555;
}
.image {
	border: 1px solid #DDDDDD;
	background: #FFF;
}
.button {
	color: #FFF;
	font-size: 14px;
	padding: 4px 20px 4px 20px;
	border: 1px solid #7EAC0E;
	background: #B1E23B url('../image/button.png') repeat-x;
}
.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.list thead td {
	background-color: #F7F7F7;
	padding: 0px 5px;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
}
.list tbody tr:odd {
	background: #FFFFFF;
}
.list tbody tr:even {
	background: #E4EEF7;
}
.list .left {
	text-align: left;
	padding: 7px;
}
.list .right {
	text-align: right;
	padding: 7px;
}
.list .center {
	text-align: center;
	padding: 7px;
}
.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.pagination {
	display: inline-block;
	width: 100%;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	font-size: 12px;
}
.htabs {
	height: 32px;
	margin-bottom: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 10px;
	clear: both;
}
.htabs a {
	float: left;
	display: block;
	padding: 7px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #F7F7F7;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.htabs a.selected {
	background: #FFFFFF;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.vtabs {
	width: 160px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: block;
	float: left;
	width: 130px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs_page {
	margin-left: 175px;
}
.carousel {
	width: 346px;
	height: 225px;
	z-index: 1;
	position: relative;
	top: 20px;
	right: 20px;
	float: right;	
}
.carousel .left {
	width: 21px;
	height: 48px;
	float: left;
	position: relative;
	top: 70px;
	background: url('../image/button_previous.png') center no-repeat;
	cursor: pointer;
}
.carousel .right {
	width: 21px;
	height: 48px;
	float: right;
	position: relative;
	top: 70px;
	background: url('../image/buton_next.png') center no-repeat;
	cursor: pointer;
}
.carousel .center {
	overflow: hidden;
	width: 304px;
	height: 225px;
	margin-left: 21px;
	margin-right: 21px;
}
.carousel ul, .carousel li {
	margin: 0;
	padding: 0;
}
.carousel li {
	float: left;
	width: 304px;
	height: 225px;
}
#main {
	width: 930px;
	height: 270px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 15px;
	background: url('../image/main.jpg') no-repeat;
}
#main .div1 {
	width: 500px;
	padding: 10px;
	float: left;
}
#main .div1 h2 {
	font-size: 32px;
	color: #FFF;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#main .div1 p {
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
}
#sub {
	width: 960px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 20px;
	height: 100px;
}
#sub .sub + .sub {
	margin-left: 19.5px;
}
#sub .sub {
	width: 307px;
	height: 100px;
	float: left;
	background: url('../image/sub.png') center no-repeat;
}
#sub .div1 {
	float: left;
	width: 70px;
}
#sub .div1 img {
	position: relative;
	top: 25px;
	left: 20px;
}
#sub .div2 {
	margin-left: 70px;
	padding: 13px;
	color: #454545;
}
.extension {
	clear: both;
	width: 100%;
}
.extension + .extension {
	padding-top: 15px;
	border-top: 1px solid #EEEEEE;
}
.extension .div1 {
	float: left;
	margin-right: 15px;
	margin-bottom: 12px;
}
.extension .div2 {
	float: left;
	width: 440px;
	margin-bottom: 12px;
}
.extension .div2 a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.extension .div3 {
	float: right;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.extension .div3 img {
	float: left;
	margin-left: 1px;
	vertical-align: top;
}
.feature li {
	list-style-image: url('../image/yes.png');
}
#liveshop {
	border-collapse: collapse;
	width: 100%;
}
#liveshop td {
	padding: 6px;
}

.terms {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	background: #F9F9F9;
	border: 1px solid #DCDCDC;
	color: #404040;
	margin: 3px 0px;
	padding: 4px;
	height: 150px; 
	overflow-y: scroll;
}
.purchase {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;	
	border-right: 1px solid #DDDDDD;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.purchase thead {
	background: url('../image/extension_sort.png') repeat-x;
}
.purchase thead td {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.purchase td {
	padding: 8px;
	border-bottom: 1px solid #DDDDDD;	
}
.purchase .left {
	text-align: left;
}
.purchase .right {
	text-align: right;
}
