/** HTML ELEMENT **/
body {
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding: 0px;
}
ul {
	margin: 0px 10px 0px 20px;
	padding: 0px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style: url(../images/bullet_blue.jpg);
	line-height: 14px;
}
a {
	color: #291cf9;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #291ca9;
	text-decoration: none;
}
table {
	width: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 4px;
}
input,option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1,h2,h3,h4,h5,h6 {
	color: #557;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 3px 0px;
}
/** LAYOUT ELEMENT **/
.wrapper {
	background: #295c9e;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	width: 800px;
}
.banner {
	background: url(../images/banner_BG.jpg) no-repeat;
	height: 64px;
	margin: 0px;
	padding: 0px;
}
.footer {
	background: url(../images/footer_BG.jpg) repeat-x bottom;
	background-color: #4379bf;
	color: #eee;
	font-weight: bold;
	padding: 10px 0px 20px 0px;
	text-align: center;
}
.footer ul {
	margin: 0 auto;
	padding: 0px;
	width: 500px;
}
.footer ul li{
	list-style: none;
	display: inline;
	padding: 0px 5px;
}
.footer ul li a {
	color: #ddd;
	font-weight: normal;
	text-decoration: none;
}
.footer ul li a:hover {
	color: #359;
	text-decoration: none;
}
.container {
	background: url(../images/container_BG.jpg) repeat-x;
	background-color: #4379bf;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.content {
	background: #f9f9f9;
	margin: 0 auto;
	padding: 0px;
	width: 452px;
}
.left-container {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 165px;
}
.right-container {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 165px;
}
.content-top {
	background: url(../images/content_top_BDR.jpg) no-repeat;
	display: block;
	font-size: 1px;
	height: 9px;
	margin: 0 auto;
	padding: 0px;
	width: 452px;
}
.content-bottom {
	background: url(../images/content_bottom_BDR.jpg) no-repeat;
	display: block;
	font-size: 1px;
	height: 9px;
	margin: 0 auto;
	padding: 0px;
	width: 452px;
}
.content-main {
	padding: 10px 14px 20px 14px;
}
.left-content-top {
	background: url(../images/left_top_BDR.jpg) no-repeat;
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 50px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}
.left-content-bottom {
	background: url(../images/left_bottom_BDR.jpg) no-repeat;
	display: block;
	height: 12px;
}
.left-content-main {
	background: #f9f9f9;
	margin: 0px;
	padding: 5px;
	text-align: left;
}
.right-content-top {
	background: url(../images/right_top_BDR.jpg) no-repeat;
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 50px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
}
.right-content-bottom {
	background: url(../images/right_bottom_BDR.jpg) no-repeat;
	display: block;
	height: 12px;
}
.right-content-main {
	background: #f9f9f9;
	margin: 0px;
	padding: 5px 5px 5px 20px;
	text-align: left;
}
/** CUSTOM ELEMENT **/
.price tbody {
	font-size: 9px;
}
.title {
	background: url(../images/title_BG.jpg) repeat-x;
	/*background: #295c9e;*/
	/*border: 1px solid #eee;*/
	color: #fc0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
	padding: 0px;
	text-align: center;
}
.datagrid {
	background: #fff;
	border: 1px solid #eee;
	margin: 0 auto;
	padding: 0px;
}
.datagrid form {
	margin: 0px;
	padding: 0px;
}
.datagrid .title {
	background: url(../images/title_BG.jpg) repeat-x;
	/*background: #295c9e;*/
	/*border: 1px solid #eee;*/
	color: #fc0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
	padding: 0px;
	text-align: center;
}
.datagrid .button {
	background: #fff;
	border: 3px double #ccc;
	color: #000;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
.datagrid .button-option {
	background: #fff;
	border: 3px double #ccc;
	color: #000;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	width: 100px;
}
.datagrid .button-link {
	background: #fff;
	border: 3px double #ccc;
	color: #000;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}
.datagrid .index-pointer {
	background: #999;
	border: 3px double #ccc;
	color: #000;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}
.datagrid table {
}
.datagrid .footer {
	background: #eee;
	border: 1px solid #ccc;
	color: #111;
	font-size: 1px;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
.datagrid table tbody {
}
.datagrid table tbody tr {
}
.datagrid table tbody tr th {
	background: #295c9e;
	border: 1px solid #eee;
	color: #fff;
	padding: 5px;
}
.datagrid table tbody tr td {
	border: 1px solid #eee;
	padding: 2px;
}
.ad-banner-top {
	/*background: url(../images/ad_banner_top_BG.jpg);*/
	height: 132px;
	width: 384px;
}
.order-button {
	background: url(../images/order_BTN.jpg) no-repeat;
	border: 0px;
	cursor: pointer;
	display: block;
	height: 90px;
	width: 165px;
}
/** FORM ELEMENT **/
.message {
	color: #f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 20px 0px 20px 0px;
	text-align: center;
}
.label {
	font-weight: bold;
	padding: 5px 0px 3px 0px;
}
.input {
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
}
.textarea {
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
}
.button {
	background: #4379bf;
	border: 3px double #ccc;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
.select {
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
}
.select option {
	padding: 2px 2px 0px 2px;
}
/** MENU ELEMENT **/
.main-menu {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.main-menu ul {
	margin: 0px;
	padding: 0px;
}
.main-menu ul li {
	border-bottom: 1px solid #4379bf;
	list-style: none;
}
.main-menu ul li a {
	color: #fff;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
}
.main-menu ul li a:hover {
	color: #ccc;
	background: url(../images/menu_arrow_BG.jpg) no-repeat;
	text-decoration: none;
}
/** MEMBER MENU ELEMENT **/
.member-menu {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.member-menu ul {
	margin: 0px;
	padding: 0px;
}
.member-menu ul li {
	border-bottom: 1px solid #4379bf;
	list-style: none;
}
.member-menu ul li a {
	color: #fff;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
}
.member-menu ul li a:hover {
	background: url(../images/menu_arrow_BG.jpg) no-repeat;
	text-decoration: none;
}

/** PAGE CONTENT **/
.page-title {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}
.page-intro {
	padding: 3px 0px;
}
.page-content {
	padding: 3px 0px;
}
/** TABLE ELEMENT **/
.table-title {
	color: #557;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px;
}
.table-header {
	background: #295c9e;
	border: 1px solid #295cfe;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}
.table-content {
	background: #f1f1f1;
	border: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}