html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* The :focus pseudo-class is supported in all major browsers, except the fabulous Internet
Explorer. The :focus pseudo-class adds special style to an element that has keyboard
input focus*/


@charset "utf-8";
::selection                         { background: #F2F7FD; color: #BBEBFE; /* Safari */ }
::-moz-selection                    { background: #F2F7FD; color: #BBEBFE; /* Firefox */ }



body {
word-spacing: normal;
letter-spacing: 0;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
font-size:11px;

}

* :focus { outline: 0; } /* Removing Dotted Link Outline in CSS */

img {
  border: none;
  border-width: 0;
}

form {
  margin: 0;
  padding: 0;
}

body, td, div, p, li, h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, arial, "nimbus sans l", "Corbel", Geneva, Arial, Helvetica, Verdana, sans-serif;
}

body, td, div, p, li {
  font-size:12px;
  line-height:1.4;
  color:#555;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  color: #222;
  margin: 0;
  padding: 0;
  line-height: 1.0;
}

h1 {
  font-size:22px;
  padding: 0px;
  margin: 0px;
  color:#222;
}

h2 {
  font-size:18px;
  padding: 0px;
  margin: 30px 0px 0px;
  color:#222;
}
h2.nomargin {
  margin: 0px !important;
}
h3 {
  font-size: 13px;
  font-weight: bold;
}

h1 a:link, h1 a:active, h1 a:visited {
  color: #111;
  border: none;
}
h3 a:link, h3 a:active, h3 a:visited {
  color: #222;
  border: none;
}

h1.site {
font-weight: bold;
  font-size:26px;
  padding: 30px 0 5px 0;
  color:#000;
  text-shadow: 0 -1px 1px #222;
}

.slogan{
font-size: 12px;
font-style: italic;
color: #222;
}

img.logo{
display: block;
float: left;
margin-right: 10px;
}

p {
  margin: 14px 0 14px 0;
}

a {
  text-decoration: none;
  text-decoration:none;
  outline: none;
}

a:link, a:active, a:visited  {
  color: #f00;
}


a:hover {
  color: #518300;
}

a:focus {
        outline: none;
}

:focus {
	outline: 0;
}


/*p a:link, p a:active, p a:visited {
  border-bottom: 1px dotted #ddd;
}
p a img {
  margin-bottom: -3px;
}*/

ol, ul {
	list-style: none;
}

blockquote{
	font-family:"Lucida Sans","Lucida Grande",Arial,Helvetica,Sans-Serif;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



table {
  border: none;
  border-spacing: 0px 0px;
  border-collapse: collapse;
/*	border-collapse: separate; */

}
table tr td, table tr th {
  vertical-align: top;
  padding: 3px 5px;
  border-collapse: collapse;
  text-align: left;
}

caption{
	text-align: left;
	font-weight: normal;
}


img.right, div.right {
  float:right;
  margin:0pt 0pt 20px 20px;
}

img.alignleft {
    float: left;
    margin: 0 12px 12px 0;
}

img.alignright {
    float: right;
    margin: 0 0 12px 12px;
}

span.small, p.small {
    font-size: 11px;
}

.clickable {
  cursor: pointer;
}

hr { 
  border: none;
  border-top: 1px solid #ddd;
  height: 1px;
}

hr.dotted {
    border-top: 1px dotted #d3d3d3;
}

pre{
width: 98%;
font-family: Consolas;
background-color: #fff;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1em;
}

.bold, b , strong{
font-weight: bold;
}

.italic{
font-style: italic;
}

.round {
     -webkit-border-bottom-right-radius: 10px;
     -webkit-border-bottom-left-radius: 10px;
     -webkit-border-top-right-radius: 10px;
     -webkit-border-top-left-radius: 10px;
     -khtml-border-radius-bottomright: 10px;
     -khtml-border-radius-bottomleft: 10px;
     -khtml-border-radius-topright: 10px;
     -khtml-border-radius-topleft: 10px;
     -moz-border-radius-bottomright: 10px;
     -moz-border-radius-bottomleft: 10px;
     -moz-border-radius-topright: 10px;
     -moz-border-radius-topleft: 10px;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
     border-top-right-radius: 10px;
     border-top-left-radius: 10px;
	 /*
	 -webkit-border-bottom-radius: 10px;
     -khtml-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
	 */
}



/* effective yet slightly paranoid clearfix hack */
.clear:after {
	visibility: hidden;
	font-size: 0.1em;
	display: block;
	line-height: 0;
	height: 0.1px;
    content: " ";
	clear: both;
	}
* html .clear { display: inline-block; }

/* hide from ie mac \*/
* html .clear { height: 1%; }

.clear { display: block; }
/* end hide from ie mac */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */


.hidden{
visibility: hidden;
}


#loading, .loading{
background: transparent url('../img/loading.gif') no-repeat left center;
padding: 3px;
margin: 2px;
padding-left: 18px;
}



#theform,#form{
display: block;
padding: 10px;
}

#theform li,#form li{
clear: left;
margin: 5px 2px;
padding: 2px;
}

#theform label,#form label{
width: 150px;
float: left;
font-size: 95%;
color: #565656;
margin-right: 15px;
text-align: right;
}

#theform label.cls,#form label.cls {
float: none;
width: auto;
font-weight: normal;
font-size: 95%;
padding: 3px;
display: inline;
cursor: pointer;
}

#theform input.button{
padding: 5px;
font-weight: bold;
}


#theform label.reqform:after,#form label.reqform:after
{
	color: #B02B0D;
	content: "*";
}

#theform input,#theform textarea,#theform select,#form input,#form textarea,#form select{
	font-family: "Corbel", Geneva, Arial, Helvetica, Verdana, sans-serif;
}

#theform textarea.agreement, #form textarea.agreement{
font-size: 12px;
border: none;
background: transparent;
}



#theform h2,#form h2{
font-weight: bold;
color: #4FB2DF;
}


#logf form.form label{
display:block;
float: none;
text-align: left;
}




.imgflt{
float: left;
margin: 5px;
margin-bottom: 0px;
}



.fstyled{
display: block;
padding: 10px;
}

.fstyled li{
clear: left;
margin: 5px 2px;
padding: 2px;
}

.fstyled label{
width: 100px;
float: left;
font-size: 11px;
color: #565656;
margin-right: 15px;
text-align: right;
}

.fstyled label.cls{
float: none;
width: auto;
font-weight: normal;
font-size: 100%;
padding: 3px;
display: inline;
cursor: pointer;
}



.fstyled label.reqform:after
{
	color: #B02B0D;
	content: "*";
}

.fstyled input,.fstyled textarea,.fstyled select{
	font:14px "Corbel", Geneva, Arial, Helvetica, Verdana, sans-serif;
	padding: 2px;
}

.fstyled textarea.agreement, .fstyled textarea.agreement{
font-size: 12px;
border: none;
background: transparent;
}

.fstyled input.secinput{
font-size:35px;
border: none;
border-bottom: 1px solid #f00;
padding: 3px;
color: #828585;
background: #F5F5F5;
text-align: center;
margin-left: 0px;
}

.fstyled select{
font-size: 11px;
}

.fstyled h2{
font-weight: bold;
color: #4FB2DF;
}


.breadcum{
clear: both;
float:none;
font-size: 11px;
display: block;
margin: 2px 5px;
padding: 2px;

}



#userinfo{
font-size: 10px;
float:right;
}

.error,.alert {
color: #B70000;
}

.left{
text-align:left;
}

.center{
text-align:center;
}

.right{
text-align:right;
}

.small {
font-size: 75%;
}

.fright{
float:right;
}

.fleft{
float:left;
}

.fnone{
float:none;
}

.bduo{
display: block;
float: left;
width: 48%;
margin: 2px;
padding:2px;
}

.bthird{
display: block;
float: left;
width: 32%;
margin: 2px;
padding:2px;

}

.ibut,.ibut:visited,.ibut:active,
input.ibut,input.ibut:visited,input.ibut:focus,.ibut:active:hover,.ibut:visited:hover,
a.ibut,a.ibut:link,a.ibut:visited,a.ibut:link:hover,a.ibut:hover, a.ibut:active:hover, a.ibut:visited:hover
{
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	border-radius: 5px;
	border: none;
	position: relative;
	cursor: pointer;
	outline: none;
	margin: 2px;
}




.f_success, .f_error, .f_warning, .f_delete {
	text-align: left;
	padding: 15px 20px 20px 45px;
}

.f_success p, .f_error p, .f_warning p, .f_delete p{
display: block;
text-align: left;
font-weight: bold;
font-size: 14px;
padding: 5px 0 0;
}

.f_success {
	color: #4CB3DD;
	background: #e0ecfb url(../img/f-success.gif) top right no-repeat;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
	}

.f_error {
	color: #801E19;
	background: #FCDDE1 url(../img/f-error.gif) top right no-repeat ;
	border-top: 2px solid #F2C5C7;
	border-bottom: 2px solid #F2C5C7;
	}

.f_warning {
	color: #A85409;
	background: #EFDAA1 url(../img/f-warning.gif) top right no-repeat ;
	border-top: 2px solid #F5B703;
	border-bottom: 2px solid #F5B703;
	}

.f_delete {
	color: #24511A;
	background: #D4E6D6 url(../img/f-delete.gif) top right no-repeat ;
	border-top: 2px solid #C9E1C1;
	border-bottom: 2px solid #C9E1C1;
	}


ul.list li{
display:block;
border-bottom: 1px solid #474747;
padding: 3px;
}

ul.list li .pqty{
width: 30px;
font-size: 12px;
padding: 3px;
font-weight:bold;
display: block;
float: left;
color: #fff;
}

ul.list li .pinfo a{
display: block;
font-size: 12px;
font-weight:bold;
}

ul.list li:hover .potr a{
visibility: visible;
}

ul.list li .potr a{
visibility: hidden;
text-align:center;
float: right;
width: 10px;
display: block;
font-size: 12px;
padding: 0 5px;
margin: 1px;
}



#dumparea{
display:none;
}




.pagination{
clear:both;
height: 50px;
}

.pagination ul{
clear: both;
margin: 15px 10px;
padding: 0px;
float: right; /*Set to "right" to right align pagination interface*/

}

.pagination li{
list-style-type: none;
float: left;
padding: 0px 1px;
}

.pagination a, .pagination a:visited, .pagination span.currentpage {
text-align: center;
color: #515050;
display: block;
width: 15px;
height: 15px;
margin: 2px;
padding: 3px;

}

.pagination a:hover, .pagination a:active{
color: #f00;
}

.pagination span.currentpage{
color: #092B71 !important;
font-weight: bold;
}

.pagination span.ctnspage{
color: #092B71 !important;
font-weight: bold;
margin: 5px;
}


ul#commenting li{
clear:both;
border-bottom: 1px dotted #ADAFAF;
display: block;
padding: 5px 5px 10px;
margin:1px;
}

img.gravatar{
float: left;
margin-right: 10px;

}

.com_count{
float:right;
font-size: 35px;
color: #DAD6D8;
}

.com_entry{
display:block;
padding-left: 100px;
}

.com_date{
display: block;
text-align:right;
padding:5px;
font-size: 90%;
color: #373737;
}

.com_name{
display: block;
padding:5px;
}


#commenting li.creply{
margin-left: 50px;
background-color: #EEEFEF;
}

.search_text{
background:#EFE;
color: #000;
padding:0;
margin:0;
font-weight: bold;
text-decoration: underline;
}


ul#w_testimonial{
height: 160px;
padding: 15px;
}


.scrollbox {
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  height: 200px;
  width: 200px
}


.procatbar{
clear: both;
display: block;
width: 95%;
margin: 3px auto;
padding: 5px;
border-bottom: 1px solid #eee;
}


#pro_hot, #pro_new, #pro_buy {
position: relative;
overflow: hidden;
padding: 5px;
height: 240px; /* You should adjust this height for your project. */
}



li.pro_item {
overflow: hidden;
position: relative;
top: 0;
text-align: center;
padding: 5px;
margin: 2px auto 5px;
height: 230px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
width: 90%;
}


li.pro_item a{
/*display: block; */
}

li.pro_item span.pprice{
display: block;
padding: 5px 0;
font-size: 11px;
}

li.pro_item img{
margin: 2px auto;
}


#randGal {
height: 140px;
text-align: center;
}


.cres{
margin: 5px;
padding: 5px;
}

#curreny_box select.cursym{
font-size: 95%;
color: #3C3B3B;
margin-bottom: 10px;
}


.bc_reader li{
clear: both;
display: block;
border: 1px solid #EDEBEC;
margin:2px;
padding: 2px 4px;
font-size: 75%;
}

.bc_reader li label{
font-weight: bold;
width: 100px;
float: left;
font-size: 85%;
}

.bc_reader li a{
font-size: 85%;
}

#rec_com li{
text-align: left;
display: block;
padding: 2px;
font-size: 90%;
}

#rec_com li span{
color: #373737;
font-weight: bold;
}



/*--- search ------------*/

#searchbox{
background: transparent url("../img/opaque_10.png") 0 0 repeat;
	 -webkit-border-bottom-radius: 4px;
     -khtml-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
	width: 97%;
	text-align: left;
	margin: 3px auto;
		clear:both;
}

form#searchform {
	padding: 0;
	margin: 0;

}

form#searchform input.t_search{
	margin: 2px;
	padding: 5px 3px 5px 25px;
	background: transparent url("../img/search.png") no-repeat 2px 2px;
	font-size: 10px;
	outline: none; /* remove Safari glow */
	border: none;
	/* width: 120px; */
	width: 70%;
	float: left;
}

form#searchform input:focus {
	background: transparent url("../img/search.png") no-repeat 2px -25px;
}

form#searchform button {
	border: none;
	padding: 3px;
	float: right;
	text-indent: -300em;
	width: 10%;
	background: transparent url("../img/icon/enter.png") no-repeat center center;
	cursor: pointer;

}



.widget_content form#theform label{
clear: left;
float: none;
display:block;
text-align:left;
}

#w_user{
padding: 5px;
text-align: left;
}

#w_user form, #w_user label,#w_user input{
font-size: 100%;
}

#w_user .button{
font-size: 110%;
}


.padme{
padding: 5px;
}


#search{
background: transparent url("../img/opaque_10.png") 0 0 repeat;
	 -webkit-border-bottom-radius: 4px;
     -khtml-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
	width: 97%;
	text-align: left;
	margin: 3px auto;
}

form#searchbar {
	padding: 0;
	margin: 0;
}

form#searchbar input{
	margin: 2px;
	padding: 5px 3px 5px 25px;
	background: transparent url("../img/search_off.png") no-repeat 3px 3px;
	font-size: 12px;
	outline: none; /* remove Safari glow */
	border: none;
	width: 85%;
}

form#searchbar input:focus {
	background: transparent url("../img/search_on.png") no-repeat 3px 3px;
}


form#searchbar button {
border: none;
	padding: 3px;
	float: right;
	text-indent: -300em;
	width: 22px;
	background: transparent url("../img/icon/enter.png") no-repeat center center;
	cursor: pointer;
}

#rec_com li{
font-size: 100%;
border-bottom: 1px solid #edd;
margin-bottom: 3px;
}

#rec_com li span{
font-size: 90%;
font-weight: normal;
}

#sidebasket_info{
text-align:left;


}

#cart_opt{
padding: 5px;
}

#cart_opt a{
text-align: center;
float: left;
display: block;
width: 31%;
margin: 1%;
}

#sidebasket_info ul.list li{
text-align: left;
color: #000;
border-bottom: 1px solid #CBD8DE;
font-size: 85%;
}

#sidebasket_info ul.list li .pqty{
color: #696A64;
font-size: 90%;
}

#sidebasket_info ul.list li .pinfo{
font-size: 90%;
}

.bbuy{
	margin: 3px auto;
	 border: 1px solid #A7BEC9;
	 background: #CBD9DF url('../img/icon/cart_put.png') no-repeat 5px 5px;
	 padding: 5px;
	 padding-left: 25px;
	 -webkit-border-bottom-radius: 4px;
     -khtml-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
	 font-size: 85%;
	 width: 100px;
}

.obuy{
	 background: #CBD9DF url('../img/icon/cart.png') no-repeat 5px 5px;
}


.bbuy:hover{
	 background-color: #CFDEFF;
	 border: 1px solid #7398A8;
	 color: #2E89C7;
}

.bnotice{
	margin: 3px auto;
	 border: 1px solid #CBD9DF;
	 background: #E7ECEF url('../img/icon/cart_trp.png') no-repeat 5px 5px;
	 padding: 5px;
	 padding-left: 25px;
	 -webkit-border-bottom-radius: 4px;
     -khtml-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
	 font-size: 80%;
	 width: 100px;
	 color: #6992A5;
	 cursor: default;
}


.bb_blank{
	margin: 3px auto;
	 padding: 3px;
	 padding-left: 25px;
	 font-size: 85%;
	 width: 100px;
}

.bnotice:hover{
color: #2E5DA0;
text-decoration: line-through;
}

.bcall{
	 background-image: url('../img/icon/call.png') no-repeat 5px 5px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


.pr_tlt{
font-weight: bold;
text-align:center;
}




#comments{
	clear: both;
	padding: 5px;

}

.prev_next_img{
clear:both;
display: block
margin: 0 5px;
padding: 3px;
color: #818484;
font-size: 90%;
}

.prev_next_img img{
border: 2px solid #D7D7D7;
}

.prev_next_img b{
display: block;
font-size: 110%;
color: #15273C;
background: #D7D7D7;
margin: 3px; 
padding: 2px;
}

.prev_next_img .rel_prev,.prev_next_img .rel_prev a{
width: 47%;
float: left; 
display: block;
margin-right: 3px;
text-align: center;

}

.prev_next_img .rel_next,.prev_next_img .rel_next a{
width: 47%;
float: right; 
display: block;
text-align: right;
margin-left: 3px;
text-align: center;
}


#topcontrol{
margin: 0;
padding: 5px 10px;
	background: transparent url(../img/opc/w3.png);
     -webkit-border-top-right-radius: 5px;
     -webkit-border-top-left-radius: 5px;
     -khtml-border-radius-topright: 5px;
     -khtml-border-radius-topleft: 5px;
     -moz-border-radius-topright: 5px;
     -moz-border-radius-topleft: 5px;
     border-top-right-radius: 5px;
     border-top-left-radius: 5px;
	 border-bottom: 2px solid #908C74;
}


/* Post Comment
----------------------------------------------- */
.post_comment {
	display: block;
	clear: both;
	width: 98%;
	margin: 20px 0 0 0;
	padding: 5px;
/*	background: url(../images/post_frame_bottom.gif) no-repeat 0 100%; */
	font-size: 100%;
}


.post_comment p {
	clear: both;
	width: 100%;
	margin: 0 0 2px 0;
	padding: 14px 0 12px 0;

	background: transparent url(../img/opc/w1.png);
	color: #66685b;
}
.post_comment p.h { background: transparent url(../img/opc/w2.png); }
.post_comment p label {
	display: block;
	float: left;
	margin: 5px 10px 0 0;
	width: 105px;
	text-align: right;
	font-weight: normal;
	font-size: 90%;

}
.post_comment p input {
	font:12px "Corbel", Geneva, Arial, Helvetica, Verdana, sans-serif;
	width: 305px;
	padding: 5px;
	border: solid 1px #D9E0E7;
}
.post_comment p.h input { border: solid 1px #C0D2DD; }
.post_comment p input.required {
	width: 242px;
	padding-right: 63px;
	/*background: #fff url(../images/required.png) no-repeat 254px 6px; */
}
.post_comment p textarea {
	font:12px "Corbel", Geneva, Arial, Helvetica, Verdana, sans-serif;
	width: 305px;
	padding: 5px;
	border: solid 1px #C0D2DD;
	color: #666;
}
.post_comment p.button {
	margin: 5px;
	padding: 10px 0 10px 110px;
	background: none;
}

.post_comment .regged{
padding: 5px;
font-size: 110%;
color: #476DAF;
}

.post_comment p input.secinput{
width: 50px;
}

.post_comment p label.prc {
margin: 0px;
margin-left: 15px;
}

label span.mguard{
font-family: "Consolas", "courier new";
font-size: 5px !important;
color: red; 
padding:0px;
margin: 0px;
line-height: 8px;
font-weight: bold;

/*
width: 80px;
padding: 3px;
background-color: transparent;
*/
}

.fmid{
font-size: 90%;
}

.sbut{
	font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px !important;
	font-weight: bold;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	background: #D6EAF5 url('../img/spacer.gif') repeat-x scroll left top;
	-moz-border-radius: 15px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	}


ul.ct_level{
width: 99%;
display: block;
text-align: left;
font-size:  95%;
float: left;
}


ul.ct_level li a{
display: block;
padding: 0px 2px 0px 15px;
margin: 1px;
}

ul.ct_level li.lt_title a{
/*color: #52766D;*/
font-size: 105%;
padding: 2px 2px 3px 5px;
border-bottom: 1px dotted #EDEDED;

}

.widget_block{
display:block;
margin:0 0 5px;
}

.widget_title{
font-weight: bold;
color: #0E6582;
background-color: #ddd ;
padding: 5px 10px;
/*
padding: 5px 3px 5px 25px;
background-image: url('../img/widget.png');
background-repeat: no-repeat;
background-position: 5px 5px;*/
}


.widget_content{
text-align:center;
padding: 5px;
}

.widget_content ul.ilist li{
display:block;
border-bottom: 1px dotted #eee;
padding: 3px;
margin: 1px;
text-align: left;

}

.widget_content ul.ilist li a{
display: block;
}



.notavail{
clear: both;
display: block;
text-align:center;
width: 95%;
margin: 5px auto;
color: #8E949A;
padding: 10px;
}


ol.olcon{
	padding: 3px;
	margin: 2px 25px;
}

ol.olcon li{
	padding: 2px 2px 2px 3px;
	margin: 1px 3px;
	list-style: decimal-leading-zero;
}

ul.ulcon{
	padding: 3px;
	margin: 2px;
}

.ulcon li{
	padding: 2px 2px 2px 10px;
	margin: 1px 3px;
	background: transparent url('../img/bullet.gif') no-repeat 0px 5px;
}

#ifooter{
clear: both;
float: none;
text-align:center;
display: block;
}

ul#f_link{
display:block;
float: left;
overflow: auto;
}

ul#f_link li{
display:block;
float: left;
padding: 2px;
font-size: 10px;
}

#ifooter .fp{
line-height: 11px;
float: right;
text-align: right;
display: block;
font-size: 10px;
}

#ifooter .cpy{
clear: both;
display:block;
margin: 7px auto;
padding: 3px;
font-size: 11px;
}



.not_found{
display: block;
background: transparent url(../img/404.png) no-repeat center left;
padding: 10px;
padding-left: 125px;
margin: 3px;
font-size: 90%;
font-style: italic;
font-family:"Lucida Sans","Lucida Grande",Arial,Helvetica,Sans-Serif;

}

.not_found input.searchbar{
width: 70%;
padding: 5px;
margin: 8px;
margin-right: 15px;
}

.not_found input.sbutton{
border: 1px solid #eee;
padding: 5px 10px;
font-size: 12px;
	 -webkit-border-bottom-radius: 7px;
     -khtml-border-radius: 7px;
     -moz-border-radius: 7px;
     border-radius: 7px;
cursor: pointer;
}

.banner_side{
display: block;
padding: 5px;
margin:3px;
text-align:center;
}


.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }



.related{
position: related;
bottom: 0px;
}



