.*{
	margin:0 auto;
	padding:0 auto;
}
html,body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.4em;
}
body{
	text-align:center;
	background-attachment: fixed;
	background-color: #CC0000;
	background-image: url(burntBGD1.jpg);
	background-repeat: repeat;
	padding-top:10px;
}
p{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
a, a:visited, a:link{
	color:#FFFF99;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:none;
}

h1{
	padding:10px;
	font-size:16px;
	background-image: url(h2_bgd.png);
	background-repeat:no-repeat;
}
h2{
	padding:10px;
	font-size:16px;
	background-image: url(h2_bgd.png);
	background-repeat:no-repeat;
}
h3{
	padding:5px;
	padding-left:10px;
	font-size:14px;
	background-image: url(h3_bgd.png);
	background-repeat:no-repeat;
	height:30px;
}
.select_FB{
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: solid 1px #ff9900;
	width: 300px;
	background-image: url(text_area_bgd.png);
	background-repeat: repeat-x;
	background-position: top;
}
.select_navi_FB{
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	width: 185px;
	border: solid 1px #ff9900;
	color:#000000;
	background-image: url(text_area_bgd.png);
	background-repeat: repeat-x;
	background-position: top;
}

.textarea_FB{
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: solid 1px #ff9900;
	width: 290px;
	background-image: url(text_area_bgd.png);
	background-repeat: repeat-x;
	background-position: top;
}
.search_textbox{
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: solid 1px #ff9900;
	width: 180px;
	background-image: url(text_area_bgd.png);
	background-repeat: repeat-x;
	background-position: top;
}
.textarea_FBL{
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: solid 1px #ff9900;
	width: 490px;
	background-image: url(text_area_bgd.png);
	background-repeat: repeat-x;
	background-position: top;
}
.textarea_wyzz{
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: solid 1px #ff9900;
	width: 610px;
	background-image: url(text_area_bgd.png);
	background-repeat: repeat-x;
	background-position: top;
}
.button_FB{
    background-color: #FFFFFF;
	background-image: url(text_area_bgd.png);
	background-repeat: repeat-x;
	background-position: top;
    padding: 10px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #ff9900;
	cursor:pointer;
}

div#navigation{
	float:left;
	width:210px;
	padding-right:10px;
	padding-top:10px;
	font-size:14px;
	text-align:justify;
}
.navi_small{
	font-size:12px;
	line-height:14px;
}

span#active_navi{
color:#000000;
font-weight:bold;
}
span#active_navi_sm{
	color:#000000;
	font-size:10px;
	font-weight:bold;
}
.languages{
	text-align:center;
	padding:10px;
	padding-top:12px;
	background-image: url(lang_bgd.png);
	background-repeat: no-repeat;
	background-position: center center;
}
li{
	list-style-type: none;
	padding-left:10px;
}
ul{
	padding-left:10px;
}

div#nopage{
	background-color:#FFFFFF;
	color:#FF0000;
	padding-bottom:20px;
}
div#header{
	height:100px;
	background-image: url(header.gif);
	background-position: center center;
}
div#container{
	width:900px;
	margin:0 auto;
}


div#content{
	float:right;
	width:680px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
div#results{
	text-align:left;
	padding:20px;
	padding-top:5px;
}

div#results li{
	list-style-type: disc;
	padding-left:20px;
	list-style-position: inside;
	padding-top:10px;
}
div#results ul{
padding-left:20px;
}
div#footer{
	color: #FFF;
	text-align: right;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	height: 50px;
	clear:both;
	padding-top:8px;
	padding-right:20px;
}
.empty{
	padding:10px;
	font-weight:bold;
}
.search_highlight{
background-color:#FFFF00;
color:#000000;
}


hr {
	color: #FF9900;
}









/* Pagination list styles */
ul.fdtablePaginater
        {
        display:table;
        list-style:none;
        padding:0;
        margin:0 auto;
        text-align:center;
        height:2em;
        width:auto;
        margin-bottom:2em;
        }
ul.fdtablePaginater li
        {
        display:table-cell;
        padding-right:4px;
        color:#666;
        list-style:none;
        
        -moz-user-select:none;
        -khtml-user-select:none;
        }
ul.fdtablePaginater li a.currentPage
        {
        border-color:#a84444 !important;
        color:#000;
        }
ul.fdtablePaginater li a:active
        {
        border-color:#222 !important;
        color:#222;
        }
ul.fdtablePaginater li a,
ul.fdtablePaginater li div
        {
        display:block;
        width:2em;
        font-size:1em;
        color:#666;
        padding:0;
        margin:0;
        text-decoration:none;
        outline:none;
        border:3px solid #ccc;
        font-family:georgia, serif;
        }
ul.fdtablePaginater li div
        {
        cursor:normal;
        opacity:.5;
        filter:alpha(opacity=50);
        }
ul.fdtablePaginater li a span,
ul.fdtablePaginater li div span
        {
        display:block;
        line-height:2em;
        border:1px solid #fff;
        background:#fff url(../media/gradient.gif) repeat-x 0 -20px;
        }
ul.fdtablePaginater li a {
        cursor:pointer;
        }
ul.fdtablePaginater li a:focus
        {
        color:#333;
        text-decoration:none;
        border-color:#aaa;
        }
.fdtablePaginaterWrap {
	text-align:center;
	clear:both;
	text-decoration:none;
	padding: 10px;
}
ul.fdtablePaginater li .next-page span,
ul.fdtablePaginater li .previous-page span,
ul.fdtablePaginater li .first-page span,
ul.fdtablePaginater li .last-page span
        {
        font-weight:bold !important;
        }
/* Keep the table columns an equal size during pagination */
td.sized1
        {
        width:16em;
        text-align:left;
        }
td.sized2
        {
        width:10em;
        text-align:left;
        }
td.sized3
        {
        width:7em;
        text-align:left;
        }
tfoot td
        {
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
#visibleTotal
        {
        text-align:center;
        letter-spacing:auto;
        }
* html ul.fdtablePaginater li div span,
* html ul.fdtablePaginater li div span
        {
        background:#eee;
        }
tr.invisibleRow
        {
        display:none;
        }
		
		
		
		
		
		
.payment_icons{
	text-align:center;
	padding-top:10px;
}
.flashy{

}
