/* Standard 68 Classifieds Style Sheet */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
                /*background-image:  url("images/fonbg.gif");*/
	background-color: #F4F4F4;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 770px;
	background-color: #FFFFFF;
	border: 1px solid #006699;
	padding: 5px;
}
#header {
	text-align: left;
}
#blur {filter:alpha(opacity=70);}

.topbar {
	background-image:  url("images/be_bb3.gif");
                background-repeat: repeat-x;
	height: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: x-small;
	color: #333333;
	text-align: right;
	padding: 5px;
}

/* Navigation Styles */
.navigation{
	border: 2px solid #5A89C0;
	width: 175px;
}
.navTitle {
	font-weight: bold;
                font-size: 12px;
	color: #FFFFFF;
	background: #3366CC url("images/imbg6.png");
                /*background: #C0C0C0 url("images/tab_g.gif");*/
	border-bottom: 1px solid #5A89C0;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
}
.navlist{    font-size: 10px;
	font-weight: bold;
                background: url('images/998.gif'); 
              /*  background: url('images/over.jpg');*/
                border-top: 1px solid #dff0ff; 
	text-indent: 5px;
	padding: 3px;
}
.navlist2{    
                font-size: 10px;
	font-weight: bold;
	background: url('images/999.gif');
	text-indent: 5px;
	padding: 3px;
}
.navlist:hover {
	/* background: url('images/over.jpg'); */ 
                 background: url('images/linebsr6.gif'); 
                /* background: url('images/bg_over.jpg'); */
                  border-top: 1px solid #c1e3ff; 
}
a.navlist:link { 
                  /*color: #448; */
                  color: #444488;
}
a.navlist:visited{
             color: #667; 
}
a.navlist:hover {  text-decoration: none; color: #FF9900; font-weight: bold; }


/* Main Table
 * This class handles the appearence of the
 * the main tables used with 68classifieds
 *
*/
table.main {
	border: 1px solid #006699;
	background-color: #FFFFFF;
}


/* TH
 * This class handles the appearence of the
 * the first row in all tables. With the default
 * template this is the blue row.
 *
*/
th {
	font-weight: bold;
	color: #FFFFFF;
	background: #3366CC url("images/imbg6.png");
               /* background: #C0C0C0 url("images/tab_g.gif");*/
	border-bottom: 1px solid #404040;
	text-indent: 5px;
                text-align: center;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
}
th.tit {

	font-weight: bold;
	color: #FFFFFF;
	background: #3366CC url("images/imbg6.png");
                /* background: #C0C0C0 url("images/tab_g.gif");*/
	border-bottom: 1px solid #404040;
	text-indent: 5px;
                text-align: left;
	padding: 5px;
	margin: 5px;
	font-size: 12px;

}
/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	border: 2px solid #006699;
	width: 100%;
	padding: 0px;
	margin:0px;
}
.tableremind {
	border: 1px solid #990000;
                background-color: #FFDDDD;
	width: 100%;
	padding: 0px;
	margin:0px;
}
/* Sortable 
* Sort the show listings table
*
*/
table.sortable 
{
	border: 2px solid #006699;
	width: 100%;
	padding: 0px;
	margin:0px;
}
table.sortable span.sortarrow 
{
    text-decoration: none;
	color: #FFF;
}
a.sortheader:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.sortheader:active {
	text-decoration: underline;
	color: #FFFFFF;
}

a.sortheader:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.sortheader:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/
td.featured{
	background-color:#D7E5F2;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
	/*background-color:#CAE6CE;*/
	background-color:#FFF7D2;
                
}
/* row1 & row2
 * This section handles alternating rows
 *
*/
.row1{
     background-color:#d0d0d0;
     background-color:#F1F1F1;
}
.row2{
   /*  background-color:#DEE3E7;*/
        background-color:#E4E7FF; 
}
.row3{
     background-color:#D7E5F2;
}
.row4{
     background-color:#F2F7FB;
}
.row5{
     background-color:#F8F8F8;
}
.row6{
     background-color:#FFFFFF;
}
}
.row7{
     background-color:#EFEFEF;
}
.row8{
     background-color:#FFE179;
}
.row88{
     background-color:#FFFAD3;
}
.row9{
     background-color:#d0eaa1;
}
#over1{background-color:#FFFFFF;
}
#out1{
/*  background-color:#F8F8F8;  */
background-color:#F5F6F7; 
}

/* Form styles */
/*
 * The form styles section displays information about the forms
 * formstrip is the part above the form fields
 * formleft & formright deal with the left and right <td> in the form output.
 *
*/
.formstripp {color: #448; font-weight: bold; font-size: 12px; padding: 4px;}
.formstrip { background-color: #FFF; color: #448; font-weight: bold; font-size: 12px; padding: 4px; }
.formstriperror {background-color: #FFF; color: #FF0000; font-weight: bold; font-size: 13px; padding: 4px; text-align: center; }
.formstrip a:link, .formstrip a:active, .formstrip a:visited { color: #448 }
.formstrip a:hover { color: #5487BF }
.formleft  {
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
.formleft1  {
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
.formright  {
	background-color: #FFFFFF;
                padding: 5px;
	margin: 5px;
	text-align: left;
}
.formleft2  {
	background-color: #F8F8F8;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
.formright2  {
	background-color: #F8F8F8;
	padding: 5px;
	margin: 5px;
	text-align: left;
}
.formsmall  { background-color: #FFFFFF; color: #000000; padding: 4px; }
input,select,textarea
{
	border: 1px solid #284279;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}

/* Required fields */
.required {font-size: 9px; font-weight: bold; color: #FF0000; }
.error{
	color: #000000;
	background-color: #FFF7D2;
	margin: 5px;
	padding: 5px;
	width: 80%;
	border: 1px solid red;
	text-align: center;
}

/* Expired Listings */
.expired {font-weight: bold; color:#000000; }

/* Link Styles
 *
*/
a:link{
	/*color: #448;*/
                   color: #444488;
}
a:visited{
	color: #667;
               /*  color: #595BA1;*/
}
a:hover{
	text-decoration: none;
                 color: #FE6100;
	/*color: #FF9900;*/
}
a:active {
	color: #FF0000;
}

a.menu:link{ font-size: 12px; 
	/*color: #448; */
                 color: #000080;
                text-decoration: none;
}
a.menu:visited{text-decoration: none;font-size: 12px; 
	/*color: #667;*/
                 color: #7174FD;
}
a.menu:hover{font-size: 12px; 
	text-decoration: none;
                color: #FE6100;
	/*color: #FF9900;*/
}
a.menu:active {font-size: 12px; text-decoration: none;
	color: #FF0000;
}

/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
.breadcrumb{ font-size: 12px; color: #448; }
a.breadcrumb:link {
                      /*color: #448;*/
                      color: #444488; 
}
a.breadcrumb:visited{ 
                color: #667;
}
a.breadcrumb:hover {  
              text-decoration: none; 
              color: #FE6100;
             /* color: #FF9900; */
}

/* Pagination
 * This class handles the appearence of the
 * previous and next section
 *
*/
.pageNav td { padding: 2px 4px 2px 4px; }
.pageNav a { text-decoration: none; }

.pagination{
	text-align: right;
	/*background-color: #7088b0;*/
                background-color: #055BA2;
	color: #333333;
}
.paginationNum{
	background-color: #FFFFFF;
	color: #333333;
}
.navigationBack{
	/*background-color: #809ac5;*/
                background-color: #025ED7;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.navigation{
	font: x-small verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
/* Characters
 * This class is used when a user is placing an ad
 * It formats the characters remaining
*/
.characters{
	color: #666666; font-size: 9px;
}
/* Icons
 * The following classes are used on the userindex page
 * it formats the icons and links.
*/
div.icon   { 
	margin: 3px; 
	text-align: center;
}
div.icon a { 
	display: block; 
	height: 93px !important;
	height: 95px; 
	width: 108px !important;
	width: 110px; 
	vertical-align: middle; 
	text-decoration : none;
	border: 1px solid #DDD;
	padding: 2px 5px 1px 5px;
	text-align: center;
}
div.icon a:hover { 
	display: block; 
	height: 93px !important;
	height: 95px; 
	width: 108px !important;
	width: 110px; 
	vertical-align: middle; 
	text-decoration : none;
	border: 1px solid #FE6100;
	padding: 2px 5px 1px 5px;
	text-align: center;
}
div.iconimage { 
	padding-top: 13px; 
	text-align: center;
}
.botbar {
                background-color: #E4E5E9;
	border-bottom: 1px solid #5A89C0;
                border-top: 1px solid #5A89C0;
                height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
                text-align: center;

}
.under {

                background-image:  url("images/be_fbot.gif");
	background-repeat: repeat-x;
	height: 34px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;

}

/* Obrabotchik tr */

tr.featured{
	background-color:#D7E5F2;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
tr.highlighted{
               /*background-color:#CAE6CE;*/
	/*background-color:#FFF7D2;*/
                 /* background-color:#FFE179;*/
                  /* background-color:#FEFFC5;*/
                 /*background-color:#FFFAD3;*/
                 background-color:#FFF0B3;         
}
#over2{
          /*background-color:#FFFDE7;*/
          background-color:#FFFAD3;
}
#out2{
          /*background-color:#FFFAD3;*/
          background-color:#FFF0B3; 
}
#over3{
       /*background-color:#D9F7FF;*/
          background-color:#E7ECFF;
}
#out3{background-color:#D7E5F2;
}
#tbord{
/*border-top: 1px dashed #D7E5F2; border-bottom: 1px dashed #D7E5F2;*/
border-top: 1px solid #DEDCDC; border-bottom: 1px solid #DEDCDC;
}
#tbord2{
border-bottom: 1px solid #DEDCDC; border-top: none; border-left: none; border-right: none;
}
#tbord3{
border-bottom: none; border-top: 1px solid #DEDCDC; border-left: none; border-right: none;
}
TABLE#clock-bg {
	BACKGROUND-IMAGE: url(images/bg_yimini.gif);
	BACKGROUND-REPEAT: no-repeat
}
.button { background: #3272FA; font-size: 8pt; font-weight: bold; color: #ffffff; border-style: outset; border-color: #66ccff; border-width: 1px;}
.users_online{
  	background-color:#F1F1F1;
  	text-indent: 5px;
  	padding: 3px;
   }

