body
{
	/*background: #FFF;*/
	background:#000000;
	/*font: 0.8em 'Trebuchet MS', Arial, Verdana, Tahoma;*/
	margin: 0;
	padding: 0;
	color: #333;
    font-family:Verdana,Tahoma,Arial,sans-serif;
    font-size:11px;
}
a
{
	color: #0066CC;
	text-decoration: underline;
	outline: none;
}
a:hover
{
	color: #FF6600;
	text-decoration: none;
}
div.page
{
	margin: 0 auto;
	/*width: 1022px;*//*960px;*/
	/*min-width: 770px;*/
	width: 1022px;
	font-size: 11px;
	border: 0px dashed #FF0000;
}
div.header
{
	/*height: 80px;*/
	width: 1022px;
	height: 147px;
	background: url(../img/header_01.jpg) no-repeat /*top center*/;
	/*background: #DDD;*/
}
div.logo
{
	float: left;
	padding-left: 61px;
	/*padding-left: 10px;*/
	/*padding: 10px;*/
}
div.slogan
{
	float: left;
	color: #444;
	font-size: 20px;
	padding: 10px;
}
div.inventory
{
	/*height: 29px;
	position: absolute;
	margin-left: 710px;*/
	/*background: #CCC;*/
	/*float:right; */
	position: absolute;
	border:0px solid #FF0000; 
	height:20px; 
	width:400px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-weight:bold; 
	padding-top: 0;/*7px;*/
	text-align:right;
	padding-right:10px;/*50px;*/
	margin-left: 547px;
}
ul.inv
{
	margin: 0;
	padding: 0 5px 0 0;
	list-style-type: none;
	line-height: 29px;
	float: right;
}
ul.inv li
{
	float: left;
	margin: 0 5px;
	padding: 0;
}

ul.inv li a {
    font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-decoration:none; 
	font-weight:bold;
	color:#A8D3FF; 
	/*margin-left:4px; 
	margin-right:4px;*/
}

ul.inv li a:hover {
    color:#FFFF77;
}


div.line
{
	background-color: #D2D2D2;
	width: 760px;
	height: 4px;
}	
div.top-menu
{
	clear: both;
	padding: 0;
	margin: 0 0 0 0;
	/*height: 20px;*/
	width: 1022px;
	height: 42px;
	font-size: 0.9em;
	background: url(../img/header_02.jpg) no-repeat top center;
	border: 0px solid #FF0000;
}
ul.menu
{
	list-style-type: none;
	margin: 0;
	padding-left: 150px;/*150px;*/
}
ul.menu li
{
	float: left;
	margin: 0 5px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background: #AAA url('../img/tab-left.gif') top left no-repeat;*/
	height: 20px;
}
ul.menu li a
{    
    font-weight:bold;
	line-height: 55px;/*20px;*/
	/*padding: 0 5px;*/
	padding: 0 2px;
	color:#A8D3FF;
	/*background: url('../img/tab-right.gif') top right no-repeat;*/
	display: block;
	float: left;
	text-decoration: none;
}

ul.menu li a:hover
{
    font-weight:bold;  
	color:#FFFF77;
	/*background: url('../img/tab-right.gif') top right no-repeat;*/
	display: block;
	float: left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul.menu li.active
{
    color:#A8D3FF;
	font-weight:bold;
	/*background: #DDD url('../img/tab-left-act.gif') top left no-repeat;*/
}

ul.menu li.active:hover
{
    color:#FFFF77;
	display: block;
	float: left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

ul.menu li.active div
{
	line-height: 55px;/*20px;*/
	padding: 0 2px;
	color:#A8D3FF;
	font-weight:bold;
	/*background: url('../img/tab-right-act.gif') top right no-repeat;*/
}



.hMenu a:link, .hMenu a:active, .hMenu a:visited {
	float: left;
	display: block;
	color:#A8D3FF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-left: 4px;
	margin-right:4px;
}

.hMenu a:hover {
	float: left;
	display: block;
    color:#FFFF77;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}



div.lang-switch
{
	float: left;
	margin: 4px;
	font-size: 0.9em;
	padding: 0 0 0 5px;
}
div.lang-switch select
{
	font-size: 0.9em;
}
div.listing-sorting
{
	text-align: center;
	border: 1px solid #777;
	background: #E9F6F9;
	font-size: 0.9em;
	padding: 2px;
}
div.listing-sorting a
{
	font-weight: bold;
}
div.search-form
{
	float: right;
	font-size: 0.9em;
	padding: 10px;
}
input.what
{
	border: 1px solid #777;
	background: #FFF url('../img/text-bg.gif') center left repeat-x;
}
input.text
{
	/*border: 1px solid #777;
	background: #FFF url('../img/text-bg.gif') center left repeat-x;
	height: 16px;*/
        border:1px solid #3E81B4;
        color:#000000;  
}
textarea
{
	border: 1px solid #777;
}
input.button
{
	border: 1px solid #777;
	background: #CCC url('../img/flat-button-bg.gif') center left repeat-x;
	font: bold 11px 'Trebuchet MS', Arial, Verdana;
	color: #444;
	font-weight: bold;
	height: 20px;
	cursor: pointer;
}
input.button:hover
{
	background: #DDD;
}
input, textarea
{
	font-family: Verdana;
	font-size: 1em;
}
div.footer
{
	/*background: #CCC;
	margin: 5px 0 0 0;
	padding: 10px 0;
	text-align: center;*/
	
    /*margin: 0 auto;*/
	margin: 0 0 0 0;
	width: 1022px;
	background: url(../img/footer.png) repeat-x;
	background-color: #FFFFFF;
	clear:both;
	text-align: center;
	padding: 28px 0px 0px 0px;
	color: #164B7F;
	height:40px;	
	
	
}



/*footer additional style*/

div.footer a {
    text-decoration: none;
}


.footer a:active, .footer a:link, .footer a:visited {
	color: #164B7F;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:5px; 
	margin-right:5px;
}

.footer a:hover {
	color:#0066CC;
	text-decoration: none;
}


/*end footer additional style*/

div.copyright
{
	/*padding: 10px 0 0 0;*/
	padding: 5px 0 0 0;
	/*font-size: 0.9em;*/
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF; 
	font-weight:bold;
}


div.content
{
	/*clear: both;*/
	background: url(../img/back2.png) scroll -1px 0; /*-1px 0;*//*#DDD;*/
	/*padding-bottom: 10px;*/
	width: 1022px;
	margin-left: 0px;
}


div.content-wrapper {
    margin:0 auto;
    width:880px;
	border: 2px dashed #99FF66;
	clear: both;
}

table.main {
    background: transparent url(../img/backcontent_02.png) no-repeat -1px 0; /*scroll -1px 0;*/
	margin: 0 auto;
	width: 880px;/*1022px;*/
	margin-left: 0px;
	min-height:300px;
}

table#main-ie {
    
	margin: 0 auto;
	width: 876px;/*1022px;*/
	margin-left: 0px;
	
}

#content-ie {
    /*margin-left: -1px; */
	margin-left: 0px; 
}


div.breadcrumb
{
	margin: 10px 0;
	font-size: 0.9em;
}
p
{
	padding: 0;
	margin: 0;
}
p.date
{
	font-size: 0.9em;
}
p.news
{
	margin-top: 5px;
}
p.last
{
	margin-top: 5px;
	text-align: right;
}
h2
{
	font-size: 1em;
	margin: 0 0 10px 0;
	padding: 0;
}
img
{
	border: 0;
}
form
{
	padding: 0;
	margin: 0;
        display:inline;
}

table.formPage {
       margin: 0 auto;
       
}


.btn {
      background-color:#F0F0F0;
      border:1px solid #3E81B4;
      color:#3E81B4;
      cursor:pointer;
      font-weight:bold;
      height:20px;
}

.anonym a {
      color:#CA0002;
      text-decoration:underline;
}
 

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix
{
	height: 1%;
}
h1
{
	color: #444;
	font-size: 1.7em;
	font-weight: normal;
	margin: 13px 0 0 15px;
	/*margin: 5px 0;*/
	padding: 5px 0 0 0;
}
div.field
{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
}
a.title
{
	font-weight: bold;
}
div.url
{
	color: #0066CC;
	padding: 0;
	font-style: italic;
	font-size: 0.9em;
	/*width: 1%;*/
	cursor: help;
	width: 100%;
	cursor: help;
	/*white-space: nowrap;*/
	white-space: normal;
}
div.description
{
	clear: both;
	padding: 0;
	/*width: 100%;*/
	width: 475px;
}
div.stat
{
	clear: both;
	padding: 0;
}
div.stat img
{
	margin: 0 5px;
}
div.pr_stat
{
	margin: 0 0 15px 0;
}
div.categories
{
	list-style-type: none;
	padding: 0;
	width: 100%;
}
div.categories a
{
	font-weight: bold;
        color:#CA0002;
        text-decoration:underline;
}
div.categories div.col
{
	float: left;
	height: 100%;
	text-align: left;
	/*width: 33%;*/
	padding-top: 15px;
}
div.categories div.last
{
	float: left;
	height: 100%;
	text-align: left;
	/*width: 33%;*/
	padding-top: 15px;
}
div.subcategories
{
	padding-left: 30px;
}
div.subcategories a
{
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
}
div.categories div.divider
{
	clear: both;
	line-height: 1px;
}
div.categories div.categ
{
	line-height: 22px;
	/*padding-left: 15px;*/
	/*background: url('../img/ico-dir.gif') top left no-repeat;*/
	/*margin-left: 5px;
	padding-left: 25px;*/
}
.no
{
	border: none;
}
a.no
{
	text-decoration: none;
}
.editor-welcome
{
	padding: 0;
	text-align: left;
}
.editor-content
{
	padding: 0;
	text-align: center;
}
div.notification
{
	background: #D7EBD3;
	border: 1px solid #265624;
	font-weight: bold;
	color: #265624;
}
div.error
{
	background: #FFEDEB;
	border: 1px solid #CD5C52;
	font-weight: bold;
	color: #CD5C52;
}
div.error img, div.notification img
{
	position: relative;
	top: -3px;
	left: -25px;
	float: left;
}
div.navigation
{
	clear: both;
	margin: 15px 0;
}
div.navigation a
{
	text-decoration: none;
	border: 1px solid #777;
	background: #DDD;
	padding: 0 4px;
}
div.navigation a:hover
{
	background: #CCC;
}
div.navigation span
{
	border: 1px solid #777;
	padding: 0 4px;
	background: #DDD;
}
div.navigation span.active
{
	background: #CCC;
}
div.pagerank
{
	border: 1px solid #ccc;
	height: 4px;
	margin: 7px 0 0 5px;
	padding: 0;
	width: 50px;
	background: #EFEFEF;
	float: left;
}
div.inner-pagerank
{
	margin-top: -1px;
	background-image: url('../img/pr10.gif');
	float: left;
	height: 5px;
	padding: 0;
}
div.pr-text
{
	float: left;
	font-size: 0.9em;
}
div.preview
{
	background: #FFF url('../img/no-preview.gif') center center no-repeat;
	border: 1px solid #ccc;
	height: 90px;
	width: 120px;
}
div.adsense
{
	margin: 10px 0;
	text-align: center;
}
div.box
{
	clear: both;
	margin: 10px 0 0 15px;
	width: 510px;
	/*width: 150px;*/
	/*border: 2px solid #990000;*/
}
div.box-caption-movable
{
	background: url('../img/movable-box-caption-bg.gif') bottom left repeat-x;
	color: #444;
	font-weight: bold;
	line-height: 20px;
	padding-left: 8px;
	margin: 0 10px;
}
div.box-caption-left-movable
{
	background: url('../img/movable-box-caption-left.gif') bottom left no-repeat;
	height: 20px;
}
div.box-caption-right-movable
{
	background: #CCC url('../img/movable-box-caption-right.gif') bottom right no-repeat;
	height: 20px;
}
div.box-caption-fixed
{
	background: url('../img/fixed-box-caption-bg.gif') bottom left repeat-x;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
	padding-left: 8px;
	margin: 0 10px;
}
div.box-caption-left-fixed
{
	background: url('../img/fixed-box-caption-left.gif') bottom left no-repeat;
	height: 20px;
}
div.box-caption-right-fixed
{
	background: #AAA url('../img/fixed-box-caption-right.gif') bottom right no-repeat;
	height: 20px;
}
div.box-content-center
{
	padding: 10px;
}
div.box-content
{
	padding: 10px;
}
div.featured-listing
{
	margin: 5px 0;
}
div.featured-listing a
{
	margin: 5px 0;
	text-align: left;
}
div.sponsored-listing
{
	margin: 5px 0;
}
div.sponsored-listing a
{
	margin: 5px 0;
	text-align: left;
}
div.partner-listing
{
	margin: 5px 0;
}
div.partner-listing a
{
	text-align: left;
}
span.highlight
{
	background: #FAF3C1;
	color: #000;
	font-weight: bold;
}
ul.account-menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
ul.account-menu li
{
	text-transform: uppercase;
}
div.comment
{
}
div.posted
{
	margin: 5px 0;
	font-size: 0.9em;
	font-style: italic;
}
hr
{
	background: #777;
	height: 1px;
	border: none;
	margin: 10px 0;
}
div.comment-approval
{
	font-size: 0.9em;
	color: #666;
}
p.user
{
	padding: 0;
	margin: 8px 0;
}
div.news-title
{
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.news-date
{
	font-size: 0.9em;
	text-align: right;
	margin: 0 0 10px 0;
}
td.left-column
{
	/*width: 180px;*/
	/*padding: 0 10px 10px 10px;*/
	width: 164px;
	padding: 0 0 10px 0;
	border: 0px solid green;
	
}

div#leftBlocks {
    width: 164px;
	border: 0px solid #FF00FF;
	margin-left:  80px;
	float: left;
	/*width: 164px;
	padding-left:10px;*/
}

div.groupWrapper {
   /* width: 164px;*/
	border: 0px solid #FF9900;
}





/*Left upperbox*/


.boxTopLeft {
	float: left;
	
	background: url("../img/box-left_01.png") no-repeat;
	width: 6px;
	height: 17px;
}

.boxTopCenter {
	float: left;
	background: url("../img/box-left_02.png") repeat-x;
	width: 138px;
	height: 17px;
	color: #707070;
	text-align: center;
	font-weight: bold;
}

.boxTopRight {
	float: left;
	background: url("../img/box-left_03.png") no-repeat 0 1px;
	width: 15px;
	height: 17px;
}

.boxMiddle {
	clear: both;
	background: url("../img/box-left_04.png") repeat-Y -1px 0px ;
	width: 159px;
	min-height:10px;
	
}

.boxBottom {
	background: url("../img/box-left_05.png") no-repeat;
	width: 159px;
	height: 15px;
}




.headtext {
    background:url(../img/headtext1.png) no-repeat; 
	width:157px; 
	height:30px; 
}

.headtext2{background:url(../img/new_listing.png) no-repeat -9px 0; width:157px; height:30px; }
.headtext3{background:url(../img/log-in.png) no-repeat -1px 0; width:157px; height:30px; }

.boxPopCats {
	padding: 0px 0px 10px 10px;
/*	padding: 10px 0px 10px 20px;*/
	margin: 0;
	list-style: none;
	width: 140px;
}

.boxPopCats li {
	background: url("../img/boxPopCatsBg.gif") 0px 5px no-repeat;
	padding: 0px 0px 2px 8px; 
	text-align: left;
}

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
	color: #000000;
	text-decoration: none;
}

.boxPopCats li a:hover {
	color: #000000;
	text-decoration: underline;
}


.boxTopCenter1 {
	float: left;
	background: url(../img/login_02.png) no-repeat -1px 0;;
	width: 160px;
	height: 11px;
	color: #707070;
	text-align: center;
	font-weight: bold;
}

.boxMiddle1 {
	clear: both;
	background: url("../img/login_03.png") repeat-Y -1px 0px ;
	width: 160px;
	min-height:400px;
	height: auto !important;
	height: 400px;
}

.boxBottom1 {
	background: url("../img/login_04.png") no-repeat -1px 0;
	width: 160px;
	height: 23px;
}


/*end left upperbox*/



/*start center upperbox*/


.search-top{ float: left; width:540px; background:url("../img/search-top.png") no-repeat; height:160px; padding-top:12px;}
.letters{text-decoration:none; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#000000;}
.letters a{text-decoration:none; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#000000; margin-left:1px; margin-right:1px;}
.letters a:hover{text-decoration:none;color:#000000;}
.letters:hover{text-decoration:none;color:#000000;}
.searchbut{display:block;background:url(../img/search-button.png) no-repeat 0 -26px;height:25px;width:88px;cursor:pointer;}
.searchbut:hover{background:url(../img/search-button.png) no-repeat;}
.headerSearch {
	float: right;
	color: #FFFFFF;
	margin: 25px 40px 0px 0px;
}

.searchInput {
	background-color: #E5EAEE;
	border: 1px solid #D5DCE3;
	padding: 2px;
	float: left;
	width: 260px;
	height: 18px;
}

/*end center upperbox*/




/*start right-column*/



.headtext4{background:url(../img/featured_listing.png) no-repeat 3px 0; width:157px; height:30px; }
.headtext5{background:url(../img/popular_listing.png) no-repeat 3px 0; width:157px; height:30px; }
.headtext6{background:url(../img/membership.png) no-repeat 1px 0; width:157px; height:30px; }


.boxMiddle2 {
	clear: both;
	background: url("../img/right.png") repeat-Y -2px 0px ;
	width: 160px;
	min-height:500px;
	height:auto !important;
	height:500px;
}
.boxBottom2 {
	background: url("../img/login_04.png") no-repeat -1px 0;
	width: 160px;
	height: 23px;
}


/*end right-column*/


td.center-column
{
	padding: 0;
}


div#topBlocks {
    height:160px;
	float: left;
	/*width:540px;*/
	border: 0px dashed #000000;
	margin-left: 0px;/*5px;*//*42px;*/
}

td.right-column
{
	/*width: 180px;*/
	/*padding: 0 10px 10px 10px;*/
	margin-right: 75px;/*-237px;*/;
	width: 160px;
	float: left;
	padding-left: 2px;
	/*margin:0;
	padding:0;
	padding-left:1px;	
	float: left;
	width: 163px;
	border:0px solid #000000;*/
}

#right-column-ie {
     
    border: 0px solid #FF0000;
	
}


div.xml-button
{
	text-align: right;
}
p.field
{
	font-size: 0.9em;
	margin: 0 0 10px 0;
}
p.field-captcha
{
	float: left; 
	margin: 0 10px 10px 0;
}
div.categories-tree
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #777;
	background: #E9F6F9;
}
ol
{
	padding: 0;
	margin: 0 0 0 30px;
}
.suspended
{
	background-color: #eee;
}
.approval
{
	background: #E9CFCF;
}
div.admin-approve
{
	margin: 10px;
}
div.waiting
{
	margin: 0 5px 0 0;
	float: left;
	width: 15px;
	height: 15px;
	background: #E9CFCF;
	border: 1px solid #777;
}
div.dbx-box
{
}
div.dbx-handle
{
	color: #215DC6;
	height: 31px;
	padding:0px;
	margin:0px;
}
fieldset
{
	padding: 0 10px 10px 10px;
	margin: 10px 1px;
	/*border: 1px solid #777;*/
}
legend
{
	padding: 2px 5px;
}
td.listing
{
	padding: 5px 0;
}
div.listings
{
	padding-top: 5px;
    /*width: 510px;*/
	width: 455px;	
	border: 0px solid #0066FF;
}

div.listings table
{
	/*width: 400px;*/
      /*  border: 0; */
	  margin-left: -28px;
	  width: auto;
	  border: 0px dashed #FF0000;
	  padding: 0;
}



.listing-table fieldset {
      width: auto;
	  text-align: justify; 
	  overflow: hidden;
}

div.listings div.area
{
	border: 1px solid #777;
	background: #E9F6F9;
	padding: 10px;
	margin: 20px 0;
}
div.listings div.icon
{
	border: 1px solid #777;
	background: #E9F6F9;
	display: block;
	float: right;
	margin-top: -30px;
	right: 10px;
	height: 30px;
	padding: 5px;
	font-size: 1em;
	vertical-align: middle;
}
/*
** Collapsing fieldsets
*/
html fieldset.collapsed {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  margin-bottom: 0px;
  height: 1em;
}
html fieldset.collapsed * {
  display: none;
}
html fieldset.collapsed legend {
  display: block;
}
html fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../img/expanded-arrow.png) 0 75% no-repeat;
}
html fieldset.collapsed legend a {
  background-image: url(../img/collapsed-arrow.png);
  background-position: 0 50%;
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html fieldset.collapsed legend,
* html fieldset.collapsed legend *,
* html fieldset.collapsed table * {
  display: inline;
}
html fieldset.collapsible legend a 
{
	font-weight: bold;
	display: block;
	text-decoration: none;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html fieldset.collapsible .fieldset-wrapper {
  /*overflow: auto;*/
}

/* Tree CSS */
ul.tree
{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}
ul.tree li
{
	font-size:12px;
}

ul.tree a
{
	text-decoration: none;
	border: 0;
}

div.tree-col
{
	vertical-align: center;
}

img.tree-icon-collapsed
{
	background: url('../img/tree/vista/plus.gif') center no-repeat;
	height: 9px; 
	width: 9px;
}
img.tree-folder-collapsed
{
	background: url('../img/tree/vista/closed_folder.gif') center no-repeat;
	height: 12px;
	width: 16px;
}

img.tree-icon-expanded
{
	background: url('../img/tree/vista/minus.gif') center no-repeat;
	height: 9px; 
	width: 9px;
}

img.tree-icon-space
{
	height: 9px; 
	width: 9px;
}

img.tree-folder-expanded
{
	background: url('../img/tree/vista/open_folder.gif') center no-repeat;
	height: 12px;
	width: 16px;
}
img.tree-cat-locked
{
	background: url('../img/tree/vista/locked.gif') center no-repeat;
	height: 13px;
	width: 16px;
}
img.tree-cat-crossed
{
	background: url('../img/tree/vista/crossed.gif') center no-repeat;
	height: 13px;
	width: 16px;
}



/* Suggest listing */
img.edit-field
{
	background: url('../img/edit.png') center no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
img.field_tooltip
{
	background: url('../img/question.png') center no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
/* JS Box notification */
div.js_notification
{
	top: 10px;
	position: absolute;
	left: 10px;
	width: 200px;
	border: 1px solid black;

	background-color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	width: 250px;
}
#tooltip h3, #tooltip div 
{
	margin: 0; 
}

/* quick search */
div.quickSearch
{
	position: absolute; 
	background: #FFFFFF;
	margin-top: 1px; 
	width: 293px; 
	overflow: hidden;
	float: left;
	display: none;
	z-index: 9001;
}

div.quickSearchItem
{
	border-color: #FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
	border-style: solid;
	border-width: 1px;
	color: #555555;
	font-size: 11px;
	padding: 2px;
	white-space: normal;
	font-family: tahoma,arial,helvetica,sans-serif;
}
div.quickSearchItem h3
{
	color: #222222;
	margin: 0pt;
	font-size: 11px;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: bold;
	line-height: inherit;
}
div.quickSearchItem:hover
{
	background: #DFE8F6 none repeat scroll 0%;
	border: 1px dotted #A3BAE9 !important;
}

/* version 2.3 */

/* Comments stars */
div.rating-star-no-fill
{
	background: url('../img/gray.png');
	width: 15px; 
	height: 15px;
	cursor: pointer;
	float: left;
}
div.rating-star-fill
{
	background: url('../img/gold.png');
	width: 15px; 
	height: 15px;
	cursor: pointer;
	float: left;
}

/* ExStars rating */
div.exstar-fill
{
	width: 30px;
	height: 30px;
	background: url('../img/starrating.png') 0px -30px no-repeat;
	cursor: pointer;
	float: left;
}
div.exstar-voted-fill
{
	width: 30px;
	height: 30px;
	background: url('../img/starrating.png') 0px -60px repeat-x;
	cursor: pointer;
	float: left;
}
div.exstar-no-fill
{
	width: 30px;
	height: 30px;
	background: url('../img/starrating.png') top left repeat-x;
	cursor: pointer;
	float: left;
}
div.boxrating
{
	/*position: relative;*/
}


/* form label error */
form label.error
{
	padding-left: 3px;
	font-weight: bold;
	color: red;
}

label
{
	cursor: pointer;
}


/*search img*/ 

.search-img {
    /*background: url(../img/path_01.png) no-repeat top center; orig*/
	background: transparent url(../img/path_01.png) no-repeat scroll -1px -1px;
	/*height: 28px; orig*/
	height: 27px;
	width: 1022px;
	margin: 0 auto;
	/*margin-left: 1px; orig*/
}

/*#search-img-ie {
    margin-left: 0;
	background: transparent url(../img/path_01.png) no-repeat scroll -1px -1px;
	height: 27px;
	width: 1022px;
	border: 0px solid #CC0000;
}*/


#top-breadcrumb a{
    color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#top-breadcrumb a:hover {
    color: #000000;
	text-decoration: underline;
} 