﻿body {
	padding: 0px;
	margin: 0px;
	font: 12px;
}

.wrapper {
	clear: both;
	height: 0px;
	overflow: hidden;
}

h2 {
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	outline: none;
	cursor:pointer;
}

.hiddenDiv {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

input[type=text], input[type=password] {
	background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 3px 3px 3px 3px;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 160px;
}

textArea {
	background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 3px 3px 3px 3px;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 130px;
}

.error_msg {
	padding: 3px;
	color: red;
}
.mhSlideshow {
	position: absolute;
	display: block;
	margin: 0 auto;
}
.mhSlideshow img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.slideContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}
.slide {
	display:block;
	position:absolute;
	z-index:200;
	height:100%;
}
.slice {
	display:block;
	position:absolute;
	z-index:200;
	height:100%;
}
.captionBar {
	position:absolute;
	left:0px;
	width:100%;
	z-index:400;
}
.caption {
	margin:0 auto;
}
.caption a {
	display:inline !important;
}
.navArrows a {
	position:absolute;
	display:block;
	width:32px;
	height:32px;
	border:0;
	top:40%;
	z-index:300;
	cursor:pointer;
}
.leftArrow {
	background:url("../leftarrow3.png") no-repeat;
	left:4px;
}
.rightArrow {
	background:url("../rightarrow3.png") no-repeat;
	right:4px;
}
.navBar {
	position:absolute;
	height:20px;
	width:100%;
	left:0;
	z-index:500;
	display:block;
}
.navControls {
	margin:auto;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.navDot {
	width:24px;
	height:16px;
	background:url("../dot0.png") no-repeat;
	border:0;
	float:left;
	cursor:pointer;
}
.navDotActive {
	background:url("../dot1.png") no-repeat;
}
.shadowT {
	position:absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 20px;
	background: url("../shadowt.png") repeat-x;
}
.shadowTR {
	position:absolute;
	right: -20px;
	top: -20px;
	width: 20px;
	height: 20px;
	background: url("../shadowtr.png") no-repeat;
}
.shadowR {
	position:absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background: url("../shadowr.png") repeat-y;
}
.shadowBR {
	position:absolute;
	right: -20px;
	bottom: -20px;
	width: 20px;
	height: 20px;
	background: url("../shadowbr.png") no-repeat;
}
.shadowB {
	position:absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: url("../shadowb.png") repeat-x;
}
.shadowBL {
	position:absolute;
	left: -20px;
	bottom: -20px;
	width: 20px;
	height: 20px;
	background: url("../shadowbl.png") no-repeat;
}
.shadowL {
	position:absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background: url("../shadowl.png") repeat-y;
}
.shadowTL {
	position:absolute;
	left: -20px;
	top: -20px;
	width: 20px;
	height: 20px;
	background: url("../shadowtl.png") no-repeat;
}

/*--------------------- HEADER ------------------------------*/
#header {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.header {
	width: 980px;
	height: 86px;
	margin-bottom: 3px;
	background: url("/img/fa/logo.png") 0px 0px no-repeat;
	color: #FFFFFF;
}

.navContainer {
}

.navBody {
	width: 775px;
	padding-right: px;
	float: right;
	height: 21px;
	line-height: 19px;
}

.navBody ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.navBody ul li {
	margin: 0;
	display: inline;
	float: right;
	padding: 0px 1px;
	color: #000000;
	display: block;
	width: 100px;
	height: 30px;
	position: relative;
}

.navBody ul li a {
	color: #000000;
	text-align: left;
}

.navBody ul li span {
}

.navBody ul li a:hover {
	color: #000000;
}

.langContainer {
	float: right;
	width: 100px;
	padding-top: 35px;
	padding-right: 10px;
	color: #b0b0b0;
}

.langContainer a {
	display: block;
	color: #fff;
	background-color: #f7941e;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 10px;
	border-radius: 3px;
	float: right;
	margin-left: 3px;
}

.langContainer span {
	display: block;
	width: 5px;
	text-align: center;
	float: right;
	margin-left: 3px;
}

/*--------------------- SEARCH ------------------------------*/
.searchContainer {
	width: 190px;
	height: 21px;
	float: right;
	overflow: hidden;
}

.searchRight {
	width: 9px;
	float: right;
	height: 21px;
	overflow: hidden;
	background: url("/img/fa/search_right.png") 0px 0px no-repeat;
}

.searchCenter {
	width: 161px;
	height: 21px;
	float: right;
	overflow: hidden;
}

.searchCenter form {
	display: block;
}

.searchInput {
	display: block !important;
	width: 161px !important;
	height: 21px !important;
	line-height: 19px !important;
	border: 0px !important;
	background: url("/img/fa/search_bg.png") 0px 0px repeat-x !important;
	color: #c3c3c2;
	font-size: 11px;
}

.searchLeft {
	display: block;
	width: 20px;
	float: left;
	height: 21px;
	overflow: hidden;
	background: url("/img/fa/search_btn.png") 0px 0px no-repeat;
}

.searchBodyContainer {
	border: 1px solid #E7E7E7;
	min-height: 500px;
	padding: 25px;
}

.searchPageFormContainer {
	margin-bottom: 15px;
}

.searchPageFormContainer table td {
	padding: 5px;
}

.searchLinks {
	background: url("/img/fa/dot.gif") 100% 8px no-repeat;
    line-height: 150%;
    text-indent: 10px;
}

.searchLinks a {
	color: #3A3939;
}

.searchPagerContainer table td {
	padding: 5px;
}

.searchPagerContainer table td a {
	color: #3A3939;
}

.searchPagerContainer table td a.activePage {
	color: red !important;
}
/*---------------------- BODY -------------------------------*/
.pageContainer {
	direction: rtl;
	width: 1010px;
	margin: auto;
	overflow: hidden;
}

.albumContainer {
	width: 980px;
	margin: auto;
	margin-bottom: 20px;
}

.tumbnaileContainer {
	float: right;
	width: 190px;
	margin-left: 5px;
	overflow: hidden;
	
}

.albumImg {
	width: 785px;
	float: right;
	overflow: hidden;
}

.tumbnaileItem, .tmbItem, .tmbItem img {
	width: 190px;
	height: 137px;
	
}

.tumbnaileItem {
	margin-bottom: 7px;
	overflow: hidden;
	position: relative;
}

.tmbItem {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 0px;
	z-index: 20;
}

.tmbItemSelector {
	position: absolute;
	width: 18px;
	height: 18px;
	background: #f7941e url("/img/fa/tmb_img.png") center center no-repeat;
	border-radius: 5px;
	top: 2px;
	right: 2px;
	z-index: 30;
	display: block;
	
}

.imgImgeItems {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.tmbItem img {
	display: block;
	border: 0px;
}

.albumImgCycle {
	width: 785px;
	height: 425px;
	overflow: hidden;
}

.albumImgCycle img {
	width: 785px;
	height: 425px;
	display: block;
	border: 0px;
}
/*--------------------- FOOTER ------------------------------*/
.footer {
	margin: auto;
	padding: 15px 15px 15px 15px;
	background: url("/img/fa/line.png") top center no-repeat;
}

.footerBox {
	width: 150px;
	overflow: hidden;
	float: right;
	margin-left: 160px;
	padding: 1px;
}

.bBoxHeader {
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.bBoxBody a {
	color: #4D5357;
	line-height: 180%;
}

.bBoxBody a:hover {
	color: #F7941E;
}
/*--------------------- CYCLES ------------------------------*/
.cycleContainer {
	width: 1010px;
	overflow: hidden;
}

.cyclePagerRight {
	float: right;
	width: 15px;
	padding-top: 40px;
}

.cnext {
	display: block;
	width: 8px;
	height: 39px;
	background: url("/img/fa/c_next.png") 0px 0px no-repeat;
}

.cyclePagerLeft {
	float: left;
	width: 15px;
	padding-top: 40px;
	direction: ltr;
}

.cprev {
	display: block;
	width: 8px;
	height: 39px;
	background: url("/img/fa/c_prev.png") 0px 0px no-repeat;
}

.cycleCenter {
	width: 960px;
	float: right;
	padding: 25px 10px 0px 10px;
	background: url(/img/fa/cycle_bg.png) 0px 0px repeat-x;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.cycleItems, .cycleItem {
	width: 960px;
	height: 140px;
	overflow: hidden;
	background: url(/img/fa/cycle_bg.png) 0px -25px repeat-x;
}

.cycleItemItem {
	float: right;
	font-size: 11px;
	width: 200px;
	margin-left: 50px;
	line-height: 150%
}

.cycleSummary {
	text-align: justify;
}

.cycleItemItemIMG {
	float: right;
	width: 42px;
	height: 48px;
	overflow: hidden;
	margin-left: 8px;
}

.cycleItemItemIMG img {
	width: 42px;
	height: 48px;
	border: 0px;
}

.cycleTitle {
	font-weight: bold;
	margin-bottom: 5px;
}
/*---------------------- STORE ------------------------------*/
.storeContainer {
	width: 980px;
	overflow: hidden;
	margin: auto;
}

.storeBannerContainer {
	width: 980px;
	margin-bottom: 15px;
}

.storeBannerContainer img {
	width: 980px;
	display: block;
	border: 0px;
	
	height: 100px;
}

.storeBody {
	width: 980px;
	overflow: hidden;
	margin-bottom: 15px;
}

.scol_1 {
	width: 158px;
	float: right;
	margin-left: 16px;
	height: 607px;
	background-color: #F2F2F2;
}

.storeNews {
	background-color: #f2f2f2;
	border-bottom: 0px;
	color: #5D5D5D;
	padding: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #fff;
}

.storeNews a {
	color: #5D5D5D;
	line-height: 180%;
}

.storeNewsTitle {
	font-weight: bold;
	margin-bottom: 10px;
}

.scolHeader {
	background-color: #dbd8d8;
	text-align: center;
	height: 30px;
	line-height: 28px;
	font-weight: bold;
}

.storeNews {
	
}

.linearNews {
	background: url("/img/fa/dot.gif") 100% 8px no-repeat;
    line-height: 150%;
    margin: 0;
    padding: 0;
    text-indent: 10px;
}

.linearNews a {
	color: #112197;
}

.scol_2 {
	width: 804px;
	float: right;
}

.addressContainer {
	margin-bottom: 15px;
	padding: 5px;
	border-radius: 5px;
}

.addressContainer ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.addressContainer ul li {
	margin: 0;
	display: inline;
	float: right;
	padding: 0px 5px;
}

.addressContainer ul li a {
	color: #6E6E6E;
}

.addressContainer ul li a:hover {
	color: #021d9a;
}

.groupItems {
	width: 804px;
	margin-bottom: 20px;
}

.groupItem {
	width: 190px;
	height: 177px;
	float: left;
	margin-right: 13px;
}

.groupItem img {
	display: block;
	width: 190px;
	height: 177px;
	border: 0px;
}

.commoditesItemLeft {
	
}

.commoditesItemRight {
	
}

.commoditesItem {
	width: 792px;
	height: 155px;
	padding: 10px 5px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	border: 1px solid #fff;
}

.cImg {
	float: right;
	width: 200px;
	height: 157px;
	overflow: hidden;
}

.cImg img {
	display: block;
	border: 0px;
}

.cImg, .cIdenty {
	margin-left: 100px;
}

.cIdenty {
	float: right;
	width: 250px;
}

.cIdentyLink {
	margin-bottom: 10px;
	text-align: center;
}

.readMore {
	padding: 5px;
	
}

.readMore a {
	color: #112197;
	font-weight: bold;
}

.cIdentyLink a {
	color: #112197;
	font-size: 14px;
	font-weight: bold;
}

.cIdentyText {
	color: #3a3939;
}

.cIdentyText p {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	text-indent: 10px;
	background: url("/img/fa/dot.gif") 100% 8px no-repeat;
}

.cAlbum {
	padding-top: 20px;
	width: 100px;
	height: 135px;
	float: right;
	overflow: hidden;
}

.cAlbum img {
	margin-bottom: 15px;
	width: 80px;
	height: 57px;
	display: block;
	border: 0px;
}

.brandListContainer {
	
}

.brandListHeader {
	background-color: #b6d6ef;
	text-align: center;
	height: 30px;
	line-height: 28px;
	font-weight: bold;
	border: 1px solid #55646f;
}

.brandListBody {
	background-color: #f2f2f2;
	padding: 10px;
	border: 1px solid #dedede;
	border-top: 0px;
	overflow: hidden;
}

.findersGroup {
	color: #5d5d5d;
	font-weight: bold;
	text-align: left;
	padding-bottom: 20px;
}

.finderLink a {
	color: #5d5d5d;
	font-weight: normal;
	line-height: 180%;
}

.storeCommodityLeft {
	padding-left: 15px;
	background: url("/img/fa/c_s_l.png") 0px 0px no-repeat
}

.storeCommodityRight {
	padding-right: 15px;
	padding-top: 7px;
	background: url("/img/fa/c_s_r.png") 100% 0px no-repeat
}

.commodityMainContainer {
	border: 1px solid #e7e7e7;
	padding: 25px;
}

.commodityContainer {
	margin-bottom: 20px;
	padding: 10px 5px;
	margin-bottom: 20px;
}

.commodityContainer p {
	margin-bottom: 3px !important;
}

.slogansContainer {
	color: #3A3939;
	width: 500px;
	float: right;
}

.slogansContainer a {
	color: #112197;
	font-size: 14px;
	font-weight: bold;
}

.slogansContainer p {
	background: url("/img/fa/dot.gif") 100% 8px no-repeat;
	display: block;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-indent: 10px;
}

.commodityPicRight {
	padding: 0px 60px 20px 60px;
	text-align: center;
}

.commodityPicLeft {
}

.commodityPic {
	float: left;
	overflow: hidden;
	width: 320px;
}

.commodityPic img {
	border: 0px;
}

.commodityAlbumContainer {
	padding-top: 15px;
	float: left;
	width: 360px;
	height: 59px;
	overflow: hidden;
}

.commodityAlbumContainer a {
	width: 80px;
	height: 57px;
	display: block;
	float: left;
	margin-right: 37px;
	border: 1px solid #b1b3f1;
}

.commodityAlbumContainer a img {
	width: 80px;
	height: 57px;
	display: block;
	border: 0px;
}

.commodityTabContainer {
	width: 897px;
	margin: auto;
	margin-bottom: 20px;
}

.commodityTabHeader {
	background: url("/img/fa/header_tab_bg.png") 0px 100% repeat-x
}

.commodityTabHeader a {
	width: 195px;
	color: #021995;
	display: block;
	float: right;
	height: 26px;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
	margin-left: 1px;
	background: url("/img/fa/inner_tab_header_item.png") 0px -26px no-repeat;
}

.commodityTabHeader a.activeTab {
	background: url("/img/fa/inner_tab_header_item.png") 0px 0px no-repeat;
}

.commodityBodyContainer {
	padding: 10px;
	border: 1px solid #cccef6;
	border-top: 0px;
	width: 875px;
}

#c_2 table {
	width: 100%;
}

#c_2 table tr.odd {
	background-color: #F2F2F2;
}

#c_2 table td {
	padding: 5px;
}

#c_1 table {
	width: 100%;
}

#c_1 table tr.odd {
	background-color: #F2F2F2;
}

#c_1 table td {
	padding: 5px;
}

.tabBodyItem {
	display: none;
}

.commodityFormDataContainer table {
	width: 100%;
}

.commodityFormDataContainer table td {
	padding: 5px;
	color: #5D5D5D;
}

.commodityFormDataContainer table tr.odd {
	background-color: #F2F2F2;
}

.commodityFormDataContainer table td.title {
	padding: 5px;
	color: #5D5D5D;
	width: 100px;
}

/*------------------ STORE MENU ---------------------------*/
.storeMenuLink {
	border-style: none none none none;
/*	border-width: medium;*/color: #000000;
	padding: 0px 0px;
	width: 90px;
	height: 30px;
	display: block;
	text-align: center;
	z-index: 9990;
	vertical-align: text-bottom;
	font-family: Tahoma;
	font-size: small;
	cursor: default;
}
.storeMenuContainer {
	border-radius: 10px;
	position: absolute;
	top: 25px;
	right: -10px;
	display: none;
	text-align: right !important;
	background: none;
	z-index: 9980 !important;
	padding: 0px;
	margin: 0px;
	z-index: 9980;
	background-color: #FFFFFF;
}

.storeMenuContainerHover {
	background-color: #FFFFFF;
}

.fadeMenuDiv {
	border-width: thin;
	border-radius: 10px;
	border-style: groove;
	position: relative;
	top: 0px;
	right: 0px;
	color: #000000;
	padding: 10px 30px;
	z-index: 9970;
	text-align: right;
}
.fadeMenuDiv2 {
	border-width: thin;
	border-radius: 10px;
	border-style: groove;
	position: relative;
	top: 0px;
	right: 0px;
	color: #000000;
	padding: 10px 30px;
	z-index: 9970;
	text-align: left;
}


.fadeMenuDiv table td {
	padding: 0px 0px 25px 25px;
}

.fadeMenuDiv table td div.menuCommodityItems div {
	margin-bottom: 7px;
}

.menuLinearItem {
	background: url("/img/fa/dot.gif") no-repeat scroll 100% 8px rgba(0, 0, 0, 0);
    line-height: 150%;
    text-indent: 10px;
}

.menuLinearItem a {
	color: #000000;
}

.menuTitle {
	color: #000000;
	margin-bottom: 5px;
}

.menuCommodityItems a {
	color: #302d35 !important;
}

.menuCommodityItems a:hover {
	color: #000000;
}
/*--------------------- NEWS ------------------------------*/

.contentBody_1 {
	width: 967px;
	padding-left: 13px;
	background: url("/img/fa/faq_left_shadow.jpg") 0px 0px no-repeat;
}

.contentBody_2 {
	width: 955px;
	padding-right: 13px;
	background: url("/img/fa/faq_right_shadow.jpg") 100% 0px no-repeat;
}

.contentBody_3 {
	border: 1px solid #f6f6f6;
	border-top: 1px solid #ebebeb;
	padding: 20px 30px;
	width: 893px;
	overflow: hidden;
	line-height: 180%;
}
.newsTitleNews {
	text-align: center;
	margin-bottom: 10px;
}

.newsTitleNews h1 {
	display: inline;
	color: #4B484F;
	margin: 0px;
	padding: 0px;
	font: bold 18px arial;
}

.showTypePageTitle2 {
	text-align: center;
	margin-bottom: 10px;
}

.showTypePageTitle2 h1 {
	display: inline;
	color: #4B484F;
	margin: 0px;
	padding: 0px;
	font: bold 18px arial;
}

.summaryNews {
	text-align: justify;
	background-color: #F2F0F0;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.newsBodyNews {
	margin-bottom: 10px;
}

.fileContainer {
	background-color: #e2e0e0;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.newsPicsContainer {
	margin-bottom: 10px;
}

.newsPicsContainer a {
	display: block;
	width: 110px;
	height: 150px;
	float: right;
	margin-left: 10px;
}

.newsPicsContainer a img {
	display: block;
	width: 110px;
	height: 150px;
	border: 0px;
}

.newsContentBody {
	margin-bottom: 10px;
	min-height: 500px;
}

.showType2 {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.showType table {
	width: 100%;
}

.showType table td {
	padding: 5px;
}

.showType table td.listTDContent {
	display: none;
	background-color: #fff;
}

.showType table td.listTDSelector {
	cursor: pointer;
	background: #EDEDED;
	color: #4F4F4F;
	font-weight: bold;
}

/*-------------------------- Driver page --------------------------*/
.driverContainer {
	border: 1px solid #E7E7E7;
	min-height: 500px;
	padding: 25px;
	line-height: 22px;
}
.driverDownloadContainer {
	
}

.haveSub {
	display: block;
}

.haveSub img {
	margin-left: 3px;
}



span.treeTXT {
	line-height: 10px;
}

.driverDownloadContainer table td {
}

.driverDownloadContainer table td span {
	cursor: pointer;
}

.mainTreeTable td.mainRow {
	background: #fff url("/img/fa/dots.gif") 100% -1px repeat-y;
}
.driverDownloadContainer table.subTable {
	display: none;
	padding-right: 20px;
}

.driverDownloadContainer table.subTable tr {
	background-color: #fff;
}

.driverDownloadContainer table.subTable td {
	background: #fff url("/img/fa/dots.gif") 100% -1px repeat-y;
}

.drTxt {
	padding-right: 20px
}

.accessDenyContainer {
	padding: 30px;
	text-align: center;
	font: 24px arial;
}

/*--------------------- FAQ --------------------------*/
.faqContainer {
	width: 980px;
}

.faqLogo {
	width: 975px;
	margin: auto;
}

.faqLogo img {
	display: block;
	margin: auto;
	margin-bottom: 60px;
}

.faqTabHeader {
	width: 930px;
	margin: auto;
}

.faqTabHeader table {
	width: 100%;
}

.faqTabHeader table td {
}

.faqTabHeader table td a {
	display: block;
	text-align: center;
	color: #656566;
	font: bold 18px arial;
	padding: 15px;
}

.faqTabHeader table td a img {
	border: 0px;
}

.faqTabHeader table td a.active {
	background: url("/img/fa/faq_selector.png") center bottom no-repeat;
}

.faqTabConmtainer {
	width: 943px;
	padding-left: 13px;
	margin: auto;
	background: url("/img/fa/faq_left_shadow.jpg") 0px 0px no-repeat;
}

.faqTabContent {
	width: 930px;
	padding-right: 13px;
	background: url("/img/fa/faq_right_shadow.jpg") 100% 0px no-repeat;
}

.faqBodyItems {
	padding: 30px 3px;
	min-height: 220px;
	background-color: #f2f2f2;
	border: 1px solid #ebebeb;
}

.faqBodyItem {
	
}

.faqBodyItem div {
	padding: 0px 45px;
	
}

.faqBodyQ {
	height: 38px;
	font: bold 11px/36px tahoma;
	color: #595959;
}

.faqBodyItem div.even {
	background: #e9e9e9;
}

.faqBodyItem div.faqBodyA {
	display: none;
	line-height: 150% !important;
	padding: 0px 45px;
}

.faqBodyItem a.faqBodyQ {
	
}

.jstree-default-rtl a .jstree-icon {
	background: none;
	width: 5px !important;
}

.jstree-default-rtl.jstree-focused {
	background:#f6f6f6 !important;
}

tr.odd {
	background-color: #F2F2F2;
}

/*-------------------------------- LOTTERY ---------------------------------*/
#LottoryRegistration {
	padding: 10px;
	margin: auto;
	width: 98%;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	border-top-style: double;
}
#LottoryRegistration table {
	width: 100%;
}

#LottoryRegistration table td {
	padding: 5px;
}

#LottoryRegistration table td input[type=text] {
	width: 200px;
}

#LottoryRegistration table td select {
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#LottoryRegistration table td img {
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#LottoryRegistration table td textArea {
	width: 300px;
}

.fieldError {
	color: red;
	line-height: 180%;
}

.lotteryResultError {
	font-weight: bold;
	color: #A86D6D;
	padding: 10px;
	background-color: #F7C0C0;
	margin-bottom: 10px;
}

.lotteryRegisterResultContainer {
	padding: 20px;
	text-align: center;
	background-color: #BCF4C4;
	color: #2D5632;
	font-weight: bold;
	margin: auto;
	width: 435px;
}

.resultUserIdenty {
	padding: 10px;
	margin: auto;
	width: 100%;
	overflow: hidden;
}


.resultUserIdenty table {
	width: 100%;
}

.resultUserIdenty table td {
	padding: 5px;
}

.resultUserIdenty table tr.even {
	background-color: #ECECEC;
}

.frameSet {
	border: 1px solid #6C6C6C;
	padding: 10px;
	margin: 20px 0 20px 20px;
	height: 251px;
	text-align: right;
	font-size: x-small;
}
.frameSet1 {
	border: 1px solid #6C6C6C;
	padding: 10px;
	margin: 20px 20px 20px 20px;
	height: auto;
	text-align: right;
	font-size: small;
}
.frameSet2 {
	border: 1px solid #6C6C6C;
	padding: 10px;
	margin: 20px 20px 20px 20px;
	height: 640px;
	text-align: right;
	font-size: small;
}

.frameSet select {
	border: 1px solid #D5D5D5;
	background-color: #fff;
	width: 75px !important;
	font: 12px tahoma;
	height: 25px;
}

.loddRow {
	background-color: #F6F6F6;
}

