
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before, q:before,
  blockquote:after, q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; 
 }

body {
  background: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
 }

#header {
  xbackground: url(../../images/bg-header.png) left top;
  height: 210px;
  position: relative;
 	line-height: 11px; }
	#header #header-breadcrumbs {
		position: absolute;
		left: 10px;
		top: 8px;
		font-size: 10px;
		color: #eee;
	}
	#header #header-breadcrumbs a {
		color: #999;
		text-decoration: none;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
	}
	#header #header-breadcrumbs a:hover {
		text-decoration: underline;
	}
	#header #header-breadcrumbs span {
		margin: 0 3px;
		font-weight: bold;
	}
	#header #header-breadcrumbs h1 {
		display: inline;
		color: #999;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding-left: 10px;
	}
  #header #nav {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 0;
    top:45px; }
    #header #nav {
      display: block;
			margin-left: 20px; }
    #header #nav li {
      list-style: none;
      float: left;
			display: inline;
      margin-right: 3px; }
      #header #nav li a {
        width: 98px;
        padding: 5px 0;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
				line-height: 10px;
        display: block;
        color: #ccc;
        background: #333 url(../../images/bg-main_nav.gif) right top no-repeat;
				-moz-border-radius: 4px;
				-wekit-border-radius: 4px;
				border-radius: 4px;
			}
        #header #nav li a span {
          display: block;
          color: #fff;
		  font-weight: bold; }
        #header #nav li a.light {
          background: #ccc url(../../images/bg-main_nav.gif) right top no-repeat;
          color: #ddd; }
        #header #nav li a.home {
          width: 32px;
          text-align: left;
          text-indent: -999em;
          height: 20px;
          background: #333 url(../../images/icn-home.gif) center 50% no-repeat; }
        #header #nav li a:hover {
          background-color: #000; }
  #header #subnav {
    position: absolute;
    left: 0;
    top: 80px;
    color: #ddd;
	font-weight: bold;
	padding-left: 10px;
    line-height: 18px; }
    #header #subnav a {
      margin: 10px;
      color: #eee;
      text-decoration: none;
      font-size: 10px;
			text-transform: uppercase; }
      #header #subnav a:hover {
        text-decoration: none;
 				color: #fff;}
      #header #subnav a.login {
        background: url(../../images/icn-login.gif) right 50% no-repeat;
        padding-right: 16px;
		padding-top: 3px; }
  #header #stat_filter {
    position: absolute;
    top: 178px;
    left: 200px;
    width: 725px;
    overflow: hidden;
    display: inline-block; }
    #header #stat_filter {
      display: block; }
    #header #stat_filter #date_select {
      float: left;
      width: 180px;
      margin-right: 20px; }
			#header #stat_filter #date_select input {
				background: #eee;
				color: #999;
				border: none;
				position: relative;
				margin-top: 0;
				padding: 3px 10px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
			}
			
			html>body #header #stat_filter #date_select input {
				margin-top: 2px;
				font-size: 11px;
				font-family: arial;
			}
      #header #stat_filter #date_select .calendar_wrapper {
        position: relative;
        width: 15px;
        margin-left: 10px; }
      #header #stat_filter #date_select .calendar_trigger {
        background: url(../../images/btn-calc.gif) left top no-repeat;
        width: 14px;
        height: 15px;
        text-indent: -999px;
        position: absolute;
				margin-top: 1px; }
			html>body #header #stat_filter #date_select .calendar_trigger {
				margin-top: 0;
			}
    #header #stat_filter #period_select {
      float: left;
      width: 400px;
      margin-top: 1px;
      font-size: 11px;
      margin-right: 10px;
	  	margin-left: -10px;
	  	color: #ccc; }
			#header #stat_filter #period_select.no_login {
				margin-top: 8px;
			}
      #header #stat_filter #period_select label,
			#header #stat_filter #period_select label a {
        color: #fff;
        font-size: 12px;
        margin-right: 5px;
 				text-decoration: none;}

        
#content {
  padding: 1px 10px 0px 0;
  background: url(../../images/bg-content.gif) left top repeat-x; }
  #content #left_column {
    float: left;
		padding-top: 55px;
    width: 186px;
 		z-index: 1233000;
position: relative;}
	#content #left_column h2 {
		font-size: 10px;
		margin-left: 10px;
		color: #999;
		font-weight: bold;
		padding: 0px 3px 9px 0px;
		margin-bottom: 0;
		text-transform: uppercase;		
	}
    #content #left_column #add_module {
      margin-bottom: 10px; }
      #content #left_column #add_module a {
        background: #cc0 url(../../images/stats/bg-button_add_module.gif) left bottom no-repeat;
        color: #fff;
        font-size: 10px;
        width: 90px;
        padding: 3px 10px;
        text-decoration: none; }
    #content #left_column #left_menu {
		margin-left: 10px;
      margin-bottom: 10px;
		background: #fff;
		height: 1%;
		display: table; }
      #content #left_column #left_menu ul {
       padding: 10px 0 0;
	   	 margin-bottom: 0;
 			}
			#content #left_column #left_menu ul ul {
				position: absolute;
				background: #333;
				padding: 10px !important;
				left: 168px;
				top: -3px;
				width: 180px;
				display: none;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				z-index: 10000;
				zoom: 1;
			}
			#content #left_column #left_menu ul ul a {
				color: #fff;
				display: block;
				width: 170px;
				line-height: 1.8em;
				padding: 0 5px;
			}
			#content #left_column #left_menu ul ul a:hover {
				background: #999;
				text-decoration: none !important;
			}
      #content #left_column #left_menu li {
        list-style: none;
				position: relative;
				z-index: 5000;
				width: 174px;
       /* padding: 5px 10px; */ }
      #content #left_column #left_menu li .selected_menu {
	  color: #2C76BC;
	  }	   
        #content #left_column #left_menu li a {
          text-transform: uppercase;
          text-decoration: none;
          font-weight: bold;
          font-size: 11px;
					padding: 3px 10px;
          color: #666;
 					line-height: 1.8em;}
          #content #left_column #left_menu li .normal {
          text-transform: none;
          text-decoration: none;
          font-weight: normal;
          font-size: 11px;
          color: #666;
          padding-top: 3px;
          padding-bottom: 3px; }
					#content #left_column #left_menu li .normal a{
						line-height: 1.8em;
					}
          #content #left_column #left_menu li .selected {
          color: #0099ff !important;
					background: #ccc;
					}
          #content #left_column #left_menu li a:hover {
            text-decoration: none; }
					#content #left_column #left_menu li.selected {
			      background: #eee; }
						
					#content #left_column #left_menu li.hover {
			      background: #ccc;
			 			z-index: 6000;}
			 			
			 		#content #left_column #left_menu li.selected a {
			      color: #2C76BC; }
        #content #left_column #left_menu li ul {
		  z-index: 8000; }
        #content #left_column #left_menu li li {
         /* padding: 2px 0; */ }
          #content #left_column #left_menu li li a,
					#content #left_column #left_menu li.selected li a {
            text-transform: none;
            text-decoration: none;
            font-weight: normal;
            font-size: 11px;
            }
            #content #left_column #left_menu li li.selected a {
              color: #09f; }
				#content #left_column #left_menu li.quiet {
					background: #f2f2f2;
				}
				#content #left_column #left_menu li.quiet a {
					font-size: 10px;
				}
				#content #left_column #left_menu li.first {
					margin-top: 5px;
					padding-top: 8px;
				}
				#content #left_column #left_menu li.last {
					padding-bottom: 5px;
				}
				#content #left_column #left_menu li.grey a {
					color:#999;
				}
				#content #left_column #left_menu li.red a {
					color:#ff0000;
				}
				#content #left_column #left_menu li.inactive span {
					color:#aaa;
					font-size:11px;
					font-weight:bold;
					line-height:1.8em;
					padding:3px 10px;
					text-decoration:none;
					text-transform:uppercase;
				}
    #content #left_column #about_menu {
      background: #f2f2f2;
      border-width: 1px;
      border-style: solid;
      border-color: #e5e5e5;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      padding: 20px 10px;
      margin-bottom: 20px; }
      #content #left_column #about_menu li {
        list-style: none;
        line-height: 16px; }
        #content #left_column #about_menu li a {
          text-decoration: none;
          color: #999; }
          #content #left_column #about_menu li a:hover {
            text-decoration: underline; }
    #content #left_column #legend {
      padding: 0 10px;
      font-size: 10px;
      color: #999; }
      #content #left_column #legend h4 {
        text-transform: uppercase;
 				padding: 0;
				font-weight: normal;
				font-size: 10px;
				background: none; }
      #content #left_column #legend li {
        list-style: none;
        line-height: 16px; }
  #content #right_column {
    margin-left: 201px;
    /* padding-top: 30px; */
     }
    #content #right_column #breadcrumbs {
      font-size: 10px;
	  margin-top: 10px;
	  margin-bottom: 25px;
	}
      #content #right_column #breadcrumbs a {
        color: #999;
		font-weight: bold;
        text-decoration: none;
		font-size: 10px;
		}
        #content #right_column #breadcrumbs a:hover {
          text-decoration: underline; }
      #content #right_column #breadcrumbs strong {
        color: #999;
        text-transform: uppercase;
        font-weight: normal; }
				#content #right_column #breadcrumbs h2 {
					display: inline;
				}
       #content #right_column #breadcrumbs .separator {
	   margin-left: 5px;
	   margin-right: 5px;
	   color: #ff0000;
	   font-weight: bold;
	   font-family: Verdana, Arial, Helvetica, sans-serif
	   }
       #content #right_column #breadcrumbs span {
	   color: #bbb;
	   font-weight: bold;
		}
	   
	#content #right_column #breadcrumbs_title {
      color: #2C76BC;
      font-size: 21px;
	  margin-bottom: 5px;
	}			
    		#content #right_column #product_chooser {
				      height: 60px;
					  border-top: 1px dotted #ccc;
				      margin-bottom: 10px;
					 }
				      #content #right_column #product_chooser .type {
				        float: left;
				        width: 132px;
				        padding-top: 25px; }
				        #content #right_column #product_chooser .type label {
				          text-transform: uppercase;
				          color: #999;
				          font-size: 10px;
				          display: block;
				          margin-bottom: 3px;
						  font-weight: bold; }
  				        #content #right_column #product_chooser .type label span {
						color: #ff0000;
						}
				        #content #right_column #product_chooser .type .dropdown_chooser {
				          position: relative;
				          width: 125px;
						  zoom: 1; }
						  #content #right_column #product_chooser .type .dropdown_chooser .information {
						  	position: absolute;
								right: 25px;
								top: 3px;
						  }
						  
				          #content #right_column #product_chooser .type .dropdown_chooser .current_option a
				 					{
				            background: url(../../images/bg-current_option.gif) left top no-repeat;
				            font-size: 11px;
				            color: #666;
				            text-decoration: none;
				            padding: 3px 0px 7px 5px;
				            display: block;
							width: 125px;
							overflow: hidden;
							height: 10px;
							zoom: 1; }
				            #content #right_column #product_chooser .type .dropdown_chooser .current_option a:hover {
				              color: #000; }
				          #content #right_column #product_chooser .type .dropdown_chooser .all_options {
				            position: absolute;
				            top: 20px;
										display: none;
										border: 10px solid #333;
				            background: #333;
										font-size: 11px;
										width: 370px;
										-moz-border-radius: 4px;
										-webkit-border-radius: 4px;
										border-radius: 4px;
										z-index: 400; }
				            #content #right_column #product_chooser .type .dropdown_chooser .all_options a,
				 						#content #right_column #product_chooser .type .dropdown_chooser .all_options span {
				              padding: 0 5px;
				              color: #fff;
											width: 174px;
											line-height: 1.8em;
											float: left;
											display: block;
											overflow: hidden;
				              text-decoration: none; }
										#content #right_column #product_chooser .type .dropdown_chooser .all_options span {
											color: #999;
										}
				              #content #right_column #product_chooser .type .dropdown_chooser .all_options a:hover {
				                background: #999;
				                color: #fff; }
				          #content #right_column #product_chooser .type .dropdown_chooser .hidden_options {
				            display: block; }
		
          width: 130px; }
      
    #content #right_column #main_content {
      border-width: 1px;
      border-style: solid;
      border-color: #e5e5e5;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      background: #eee;
			overflow: hidden; }
      #content #right_column #main_content #flash_graph {
        margin: 0;
				zoom: 1;
				overflow: hidden;
			}
			#content #right_column #main_content #flash_graph * {
				margin: 0;
				padding: 0;
			}
			#content #right_column #main_content #quick_stats {
				float: left;
				width: 100%;
			}
			html>body #content #right_column #main_content #quick_stats {
				float: none;
				width: auto;
			}
      #content #right_column #main_content #quick_stats table {
        width: 100%; }
      #content #right_column #main_content #quick_stats td {
        background: #e7e7e7 url(../../images/stats/bg-quick_stats.gif) left top repeat-x;
        padding: 15px 10px;
        color: #999;
        font-size: 12px;
        line-height: 18px;
        vertical-align: middle;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #fff; }
        #content #right_column #main_content #quick_stats td strong {
          display: block;
          color: #666;
          font-size: 24px;
          font-weight: normal; }
         #content #right_column #main_content #quick_stats td h2,#content #right_column #main_content #quick_stats td h3 {
          color: #666;
          font-size: 12px;
          font-weight: bold;
          display: inline; }  
      #content #right_column #main_content #full_stats table,
      #content #right_column #main_content #compare_stats table {
        width: 100%; }
        #content #right_column #main_content #full_stats table td, #content #right_column #main_content #full_stats table th,
        #content #right_column #main_content #compare_stats table td, #content #right_column #main_content #compare_stats table th {
          padding: 30px 7px;
          vertical-align: middle;
          color: #999;
          border-color: #fff;
          border-width: 0 1px 1px 0;
          border-style: solid; }
          #content #right_column #main_content #full_stats table td.last_column, #content #right_column #main_content #full_stats table th.last_column,
          #content #right_column #main_content #compare_stats table td.last_column, #content #right_column #main_content #compare_stats table th.last_column {
            border-right: none; }
          #content #right_column #main_content #full_stats table td.number, #content #right_column #main_content #full_stats table th.number,
          #content #right_column #main_content #compare_stats table td.number, #content #right_column #main_content #compare_stats table th.number {
            text-align: right; }
          #content #right_column #main_content #full_stats table td.separator, #content #right_column #main_content #full_stats table th.separator,
          #content #right_column #main_content #compare_stats table td.separator, #content #right_column #main_content #compare_stats table th.separator {
            border-right: 1px solid #ccc; }
        #content #right_column #main_content #full_stats table th,
        #content #right_column #main_content #compare_stats table th {
          background: #ddd;
          color: #666; }
          #content #right_column #main_content #full_stats table th a,
          #content #right_column #main_content #compare_stats table th a {
            text-decoration: none;
            color: #666; }
            #content #right_column #main_content #full_stats table th a:hover,
            #content #right_column #main_content #compare_stats table th a:hover {
              text-decoration: underline; }
          #content #right_column #main_content #full_stats table th.down_ordered,
          #content #right_column #main_content #compare_stats table th.down_ordered {
            background: #ddd url(../../images/stats/bg-stats_order_down.gif) center top no-repeat; }
          #content #right_column #main_content #full_stats table th.up_ordered,
          #content #right_column #main_content #compare_stats table th.up_ordered {
            background: #ddd url(../../images/stats/bg-stats_order_up.gif) center bottom no-repeat; }
          #content #right_column #main_content #full_stats table th.ordered,
          #content #right_column #main_content #compare_stats table th.ordered {
            background-color: #ccc; }
        #content #right_column #main_content #full_stats table td,
        #content #right_column #main_content #compare_stats table td {
          background: #f5f5f5;
          font-size: 10px;
 				/* font-weight: bold; */ }
				
    #content #right_column #main_content #full_stats table td .none,
    #content #right_column #main_content #compare_stats table td .none {
					font-size: 11px;
					background: url(../../images/buton-lock.gif) left top no-repeat;
					float: right;
					width: 18px;
					text-indent: -99999em;
					text-align: left;
					height: 18px;
}
          #content #right_column #main_content #full_stats table td strong,
          #content #right_column #main_content #compare_stats table td strong {
            color: #666;
            display: block;
            font-weight: normal; }
					#content #right_column #main_content #compare_stats table td.number strong,
					#content #right_column #main_content #full_stats table td.number strong {
						font-size: 11px !important;
					}
          #content #right_column #main_content #full_stats table td.success_rate,
          #content #right_column #main_content #full_stats table td.institution_name,
          #content #right_column #main_content #full_stats table td.nr_crt,
          #content #right_column #main_content #full_stats table td strong,
          #content #right_column #main_content #compare_stats table td.success_rate,
          #content #right_column #main_content #compare_stats table td.institution_name,
          #content #right_column #main_content #compare_stats table td.nr_crt,
          #content #right_column #main_content #compare_stats table td strong {
            font-size: 11px; }
          #content #right_column #main_content #full_stats table td a,
          #content #right_column #main_content #compare_stats table td a {
            color: #06f;
            text-decoration: none;
						font-weight: normal; }
					#content #right_column #main_content #full_stats table td .details,
					#content #right_column #main_content #compare_stats table td .details
					 {
						color: #f00;
						display: block;
						margin-top: 10px;
					}
					#content #right_column #main_content #full_stats table td .details a,
					#content #right_column #main_content #compare_stats table td .details a {
						font-size: 10px;
						font-weight: bold;
						color: #999;
					}
					#content #right_column #main_content #full_stats table td .details a:hover,
					#content #right_column #main_content #compare_stats table td .details a:hover {
						color: #f00;
						text-decoration: none;
						font-weight: bold;
					}
            #content #right_column #main_content #full_stats table td a:hover,
            #content #right_column #main_content #compare_stats table td a:hover {
              text-decoration: underline;
							font-weight: normal; }
            #content #right_column #main_content #full_stats table td a.bank,
            #content #right_column #main_content #compare_stats table td a.bank {
              color: #999;
							font-weight: normal;
 							font-size: 11px;}
          #content #right_column #main_content #full_stats table td.subproduct a.product,
          #content #right_column #main_content #compare_stats table td.subproduct a.product {
            color: #333; }
          #content #right_column #main_content #full_stats table td.currency,
          #content #right_column #main_content #compare_stats table td.currency {
            text-transform: uppercase;
            color: #333; }
          #content #right_column #main_content #full_stats table td.nr_crt,
          #content #right_column #main_content #compare_stats table td.nr_crt {
            width: 10px;
            text-align: center; }
          #content #right_column #main_content #full_stats table td.returning_vizitors,
          #content #right_column #main_content #full_stats table td.unique_visitors,
          #content #right_column #main_content #full_stats table td.visitors_no,
          #content #right_column #main_content #full_stats table td.views,
          #content #right_column #main_content #full_stats table td.clicks,
          #content #right_column #main_content #full_stats table td.success_rate,
          #content #right_column #main_content #compare_stats table td.returning_vizitors,
          #content #right_column #main_content #compare_stats table td.unique_visitors,
          #content #right_column #main_content #compare_stats table td.visitors_no,
          #content #right_column #main_content #compare_stats table td.views,
          #content #right_column #main_content #compare_stats table td.clicks,
          #content #right_column #main_content #compare_stats table td.success_rate {
            width: 45px;
            width: 8%; }
          #content #right_column #main_content #full_stats table td.ordered,
          #content #right_column #main_content #compare_stats table td.ordered {
            background-color: #dedede; }
        #content #right_column #main_content #full_stats table tr.even td,
        #content #right_column #main_content #compare_stats table tr.even td {
          background: #eee; }
          #content #right_column #main_content #full_stats table tr.even td.ordered,
          #content #right_column #main_content #compare_stats table tr.even td.ordered {
            background: #d9d9d9; }
        #content #right_column #main_content #full_stats table tr.last_row td,
        #content #right_column #main_content #compare_stats table tr.last_row td {
          border-bottom: none; }
        #content #right_column #main_content #full_stats table tr.hover td {
          background-color: #d9d9d9 !important; }
#content #full_stats th.returning_vizitors,
#content #full_stats th.unique_visitors {
  padding-bottom: 10px !important;
  border-bottom: 0 !important;
}
#content #full_stats th .btn_wrapper {
  padding: 0 !important;
  position: relative;
  font-size: 1px;
  line-height: 1px;
  height: 20px;
}
#content #full_stats .show_page {
  padding: 0!important;
  height: 11px;
}
#content #full_stats th a.btn-show {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../images/stats/btn-afiseaza.gif) 45% top no-repeat;
  height: 11px;
  font-size: 1px;
  line-height: 1px;
  width: 100%;
  text-align: left;
  text-indent: -9999em;
}
#content #full_stats th a.btn-show:hover {
  background-position: 45% bottom;
}

h1.pane_title {
  font-size: 26px;
  font-weight: normal;
  border-bottom: 1px dotted #ccc;
  padding-top: 40px;
  padding-bottom: 6px;
  color: #2C76BC;
  margin-bottom: 9px;
  margin-left: 4px;
}
.panes {
  border-top: 1px dotted #ccc;
 
  overflow: hidden;
  display: inline-block;
  list-style: none;
  padding-top: 1px;
  display: block;
	height: 1%; }
  
  .panes .pane {
  	margin-top: 20px;	
    width: 32.3%;
    float: left;
    position: relative;
    margin-right: 1%;
    margin-bottom: 17px;
	-moz-border-radius: 10px 10px 0px 0px;
		background-color: #fff !important;
		}
	.panes .third {
		margin-right: 0;
	}
    .panes .pane_1 {
      background: url(../../images/stats/newcharts/bg-pane_1.png) right bottom no-repeat;
    }
    .panes .pane_2 {
      background: url(../../images/stats/newcharts/bg-pane_2.png) right bottom no-repeat;
    }
    .panes .pane_3 {
      background: url(../../images/stats/newcharts/bg-pane_3.png) right bottom no-repeat;
    }
    .panes .pane_4 {
      background: url(../../images/stats/newcharts/bg-pane_4.png) right bottom no-repeat;
    }
    .panes .pane_5 {
      background: url(../../images/stats/newcharts/bg-pane_5.png) right bottom no-repeat;
    }
    .panes .pane_6 {
      background: url(../../images/stats/newcharts/bg-pane_6.png) right bottom no-repeat;
    }
    .panes .pane_7 {
      background: url(../../images/stats/newcharts/bg-pane_7.png) right bottom no-repeat;
    }
    .panes .pane_8 {
      background: url(../../images/stats/newcharts/bg-pane_8.png) right bottom no-repeat;
    }
    .panes .pane_9 {
      background: url(../../images/stats/newcharts/bg-pane_9.png) right bottom no-repeat;
    }
    .panes .pane_10 {
      background: url(../../images/stats/newcharts/bg-pane_10.png) right bottom no-repeat;
    }
    .panes .pane_11 {
      background: url(../../images/stats/newcharts/bg-pane_11.png) right bottom no-repeat;
    }
    .panes .pane_12 {
      background: url(../../images/stats/newcharts/bg-pane_12.png) right bottom no-repeat;
    }
    .panes .pane_13 {
      background: url(../../images/stats/newcharts/bg-pane_13.png) right bottom no-repeat;
    }
    .panes .pane_14 {
      background: url(../../images/stats/newcharts/bg-pane_14.png) right bottom no-repeat;
    }
    .panes .pane_15 {
      background: url(../../images/stats/newcharts/bg-pane_15.png) right bottom no-repeat;
    }
    .panes .pane_16 {
      background: url(../../images/stats/newcharts/bg-pane_16.png) right bottom no-repeat;
    }
    .panes .pane_17 {
      background: url(../../images/stats/newcharts/bg-pane_17.png) right bottom no-repeat;
    }
    .panes .pane_18 {
      background: url(../../images/stats/newcharts/bg-pane_18.png) right bottom no-repeat;
    }
    .panes .pane_19 {
      background: url(../../images/stats/newcharts/bg-pane_19.png) right bottom no-repeat;
    }
    .panes .pane_20 {
      background: url(../../images/stats/newcharts/bg-pane_20.png) right bottom no-repeat;
    }
    .panes .pane_21 {
      background: url(../../images/stats/newcharts/bg-pane_21.png) right bottom no-repeat;
    }
    .panes .pane_22 {
      background: url(../../images/stats/newcharts/bg-pane_22.png) right bottom no-repeat;
    }
    .panes .pane_23 {
      background: url(../../images/stats/newcharts/bg-pane_23.png) right bottom no-repeat;
    }
    .panes .pane_24 {
      background: url(../../images/stats/newcharts/bg-pane_24.png) right bottom no-repeat;
    }
    .panes .pane_25 {
      background: url(../../images/stats/newcharts/bg-pane_25.png) right bottom no-repeat;
    }
    .panes .pane_26 {
      background: url(../../images/stats/newcharts/bg-pane_26.png) right bottom no-repeat;
    }

    .panes .pane a.remove {
      position: absolute;
      right: 14px;
      top: 10px;
      text-indent: -9999em;
      background: url(../../images/stats/btn-remove.gif) left top no-repeat;
      width: 5px;
      height: 5px; overflow: hidden; line-height: 5px; }
    .panes .pane a.remove:hover {
      background-position: left bottom;
    }
    .panes .pane h2 {
      font-weight: normal;
      padding: 10px 7px 10px 10px;
      font-size: 12px;
      color: #2C76BC;
      background: #ddd;
	  -moz-border-radius: 5px 5px 0px 0px; 
		}
		.panes .pane .city {
			background: #eee;
			padding: 6px 7px 6px 10px;
			color: #aaa;
			font-size: 10px;
			font-weight: bold;
		}
		.panes .pane table {
			width: 100%;
		}
		.panes .pane table td {
			padding: 6px 10px;
			border-bottom: 1px dashed #eee;
		}
		.panes .pane table td.product {
			color: #666;
			margin-right: 5px;
			overflow: hidden;
		}
		.panes .pane table td.product div.product_wrapper {
			overflow: hidden;
			width: 100%;
			height: 14px;
			position: relative;
		}
		.panes .pane table td.product div.product_wrapper div {
			position: absolute;
			width: 100%;
			white-space: nowrap;
		}
		.panes .pane table td.product div.product_wrapper div span{
			font-weight: bold;
			font-size: 10px;
			color: #bbb;
		}
		.panes .pane table td.product a {
			color: #666;
			text-decoration: none;
		}
		.panes .pane table td.product a:hover {
			text-decoration: underline;
			color: #39f;
		}
		.panes .pane table td.quantity {
			color: #aaa;
			text-align: right;
			padding-left: 0;
			padding-right: 6px;
			width: 40px;
		}
    .panes .pane .chart {
      margin: 10px 0 20px; }
    .panes .pane ol {
      margin: 10px 5px 10px 5px;
			padding: 0;
      color: #666;
			display: none;
      line-height: 1.63em;
       }
		.panes .pane ol li {
			list-style: none;
			padding: 3px 10px;
			border-bottom: 1px dashed #eee;
		}
    .panes .pane .more a {
			color: #333;
      width: 160px;
			text-transform: uppercase;
			color: #999;
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
    }
    .panes .pane p {
      margin: 0 0 20px 0;
    }
		.panes .pane .more {
			color: #f00;
			padding-left: 10px;
		}
    .panes .pane .more a:hover {
    	color: #39F;
    }

#made_by {
  color: #999;
  padding: 5px 0;
  font-size: 10px;
  text-transform: uppercase;
 	clear: both;}
  #made_by strong {
    font-weight: normal;
    color: #c00; }

div.wrapper {
	font-size: 27px;
	height: 37px;
	color: #ffffff;
}

.menubard {
	border: 0px;
}

.menubard td {
	border-right: 0px;
	text-align: center;
	font-size: 11px;
	font-family: arial;
	background-color: #f5f5f5;
	padding-top:5px;
	padding-bottom:5px;
}

.menubard a{
	font-weight: normal;
}

/* menu js */

.menubar {
	border: 0px;
}

.menubar td {
	text-align: center;
	font-size: 12px;
	font-family: arial;
	background-color: #ccc;
	font-weight: normal;
	padding: 4px;
}

.menubar td a {
	font-weight: normal;
}

.menubackgr {
	background: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.menudottedline {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #f5f5f5;
}

#myMenuID{ float:left;}
#myMenuID table{ border: 0px;}
#myMenuID2{ float:left; padding-left: 0px;}
#myMenuID2 a{ padding-left: 8px; padding-right: 8px; padding-top:4px; height: 21px; border-right: solid 1px #fff; float: left; font-size: 12px; background-color: #666; color: #fff; display: block; text-decoration: none;}
#myMenuID2 a:hover{ background-color: #ddd; color: #000;}

.menubarjos {
	border: 0px;
	padding-left: 15px;
	padding-top: 10px;
}

.menubarjos td {
	border-right: 0px;
	text-align: center;
	font-size: 11px;
	font-family: arial;
	background-color: #fff;
}

.menubarjos a{
	font-weight: normal;
}

a.information {
  padding-left: 5px;
  color: #666;
  text-decoration: none;
  cursor: help;
}
a.information strong {
  color: #ff0000;
}

#dhtmltooltip { position:absolute; width:150px; padding:15px; background-color:#333; color:#fff; visibility:hidden; z-index:100; text-align:left; font-size: 11px; }



/* stats loading */
	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: -200px;
	left: 45%;
	height: 150px;
	width: 250px;
	text-align: center;
	/*
	background-color: #fff;
	border: 1px solid #ddd;
	*/
	font-size: 12px;
	color: #eee;
	z-index:101;
}

#loading img{
	filter:alpha(opacity=70);
	opacity:0.7;
}

#overlay-ajax{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=70);
	opacity: 0.7;	
	background-color:#666;
	position: fixed;
	display: none;
}

#content-top{
	z-index:100;/* Always needed	*/
}


/* Always needed	*/




#footer {
	background-color:#fff;
}
#btn-go_up  {
	background:url("../../images/btn-footer_up.gif") no-repeat scroll center top transparent;
	color:#FFFFFF;
	display:block;
	float:right;
	font-size:10px;
	font-weight:normal;
	height:10px;
	line-height:1em;
	margin-left:920px;
	padding:6px 7px 5px 11px;
	text-decoration:none;
	width:20px;
	position: relative;
	top: -20px;
}

.btn-go_up {
	background: url(../../images/btn-go_up.gif) center top no-repeat;
	width: 13px;
	height: 6px;
	position: absolute;
	text-indent: -9999em;
	right: 0;
	bottom: 0;
}
#announcement div {
	margin: 0 auto;
	width: 728px;
}
#footer #main_buttons-container {
	width: 790px;
	margin-left: 200px;
	clear: both;
	position: relative;
}
#footer #main_buttons {
	padding: 20px 0;
	overflow: hidden;
	height: 1%;
	padding-top: 0px;
}

#footer .column {
	float: left;
	width: 190px;
	margin-right: 0px;
	display: inline;
	padding-top: 0px;
	position: relative;
	line-height: 1.2em;
}
#footer .double {
	width: 230px;
}
#footer .double li {
	float: left;
	width: 115px;
}
#footer #alte_categorii {
	width: 145px;
	margin-left: 10px;
	margin-right: 0;
}

#footer .column h3 {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 0;
}
#footer .column h4 {
	font-size: 10px;
	color: #0099FF;
	text-transform: uppercase;
	margin-top: 10px;

}
#footer .column h4 a {
	color: #0099FF;
	font-weight: bold;
}
#footer .column h4 a:hover {
	color: #0099FF !important;
}
#footer .top_separator {
	margin-top: 10px;
}

#footer .column li {
	list-style: none;
}
#footer .column a {
	color: #999;
	text-decoration: none;
}
#footer .column a:hover {
	color: #0099FF !important;
	text-decoration: underline;
}
#footer .column h5 a {
	color: #333;
	text-transform: uppercase;
	font-size: 10px;
}
#footer .column h5 a:hover {
	color: #CC0000 !important;
}
#footer .top_separator .selected {
	color: #CC0000 !important;
}
#footer .selected {
	color: #333333 !important;
}
#footer #nav-filters {
	background: #ccc;
}

#footer-breadcrumbs-container {
	border-top: 1px dotted #ddd;
	background-color: #fff;
}
#footer-breadcrumbs {
	padding-bottom: 1px;
	overflow: hidden;
	padding-left: 200px;
	width: 795px;
	zoom: 1;
	padding-bottom: 8px;
	padding-top: 5px;
	position: relative;
}
html>body #footer-breadcrumbs {
	padding-bottom: 1px;
}
#footer-breadcrumbs.compare {
	background: transparent;
	padding-left: 20px;
}
#footer-breadcrumbs li {
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	list-style: none;
	color: #bbb;
	font-size: 10px;
	font-weight: bold;
}
#footer-breadcrumbs li:last-child,
#footer-breadcrumbs li.last_element {
	background: none;
}
#footer-breadcrumbs .separator {
	margin: 0 5px;
}
#footer-breadcrumbs h1 {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
#footer-breadcrumbs h1 a:hover {
	text-decoration: underline;
}
#static_page {
	background: #fff;
	padding: 20px 10px;
	width: 660px;
}
#static_page p {
	font-size: 12px;
	color: #666;
	margin-bottom: 17px;
}
#static_page h2 {
	font-size: 22px;
	color: #666;
	margin-bottom: 10px;
}
#static_page h3 {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.clearer {
	clear: both;
}
#home {
	width: 790px;
	margin-top: 30px;
}
#splash {
	background: #fff url(../../images/doggy-light_gray.gif) right top no-repeat;
	padding: 20px 10px;
	margin-bottom: 10px;
	position: relative;
	height: 190px;
	margin-top: 55px;
}
#splash img {
	position: absolute;
	top: 17px;
	left: 10px;
}
#splash h1,
#splash p,
#splash ul {
	margin-left: 280px;
	list-style: none;
	font-size: 12px;
	color: #999;
}
#splash h1 {
	font-size: 22px;
	width: 380px;
	height: 57px;
	color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
#splash h1 strong {
	color: #666;
	font-size: 28px;
	display: block;
	font-weight: normal;
}
#splash p {
	margin-bottom: 10px;
}
#splash ul {
	line-height: 1.5em;
}
#splash ul span {
	color: #c00;
}
#news {
	float: left;
	width: 390px;
	background: #eee url(../../images/doggy-gray.gif) top right no-repeat;
	padding: 20px 10px;
	color: #666;
	font-size: 12px;
}
#news .news_header h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
}
.news_header {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news_header a.more {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #09f;
}
.news_body .news_meta {
	font-size: 10px;
	font-weight: bold;
	color: #999;
}
.news_body h1 a {
	font-size: 28px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.news_body h3 a {
	font-size: 22px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.news_body h3 {
	margin-top: 15px;
}
.news_footer ul {
	list-style: none;
	margin-top: 15px;
}
.news_footer ul span {
	color: #c00;
}
.news_footer ul a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.news_footer ul li {
	margin-bottom: 5px;
}
#news a:hover {
	color: #c00;
	text-decoration: underline;
}
#news .news_header a.more:hover {
	color: #09f;
}
#top_lists {
	width: 350px;
	float: right;
	background: #fff url(../../images/doggy-blue.gif) top right no-repeat;
	padding: 20px 10px;
}
#top_lists .top_lists_header {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#top_lists .top_lists_header h1 {
	font-size: 24px;
	color: #666;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 3px;
}
#top_lists .top_lists_header p {
	font-size: 12px;
	color: #999;
}
#top_lists .top_lists_header .more {
	color: #ff9900;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#top_lists .top_lists_module {
	float: left;
	width: 170px;
	margin-bottom: 20px;
}
#top_lists .top_lists_module li {
	list-style: none;
}
#top_lists .top_lists_module li a {
	color: #666;
	text-decoration: none;
	line-height: 1.5em;
}
#top_lists .top_lists_module p {
	margin-top: 3px;
}
#top_lists .top_lists_module p a {
	color: #999;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
#top_lists .top_lists_module p span {
	color: #ff0000;
}
#top_lists .top_lists_module h2 a {
	text-transform: uppercase;
	font-size: 11px;
	color: #0099ff;
	font-weight: bold;
	text-decoration: none;
}
#top_lists a:hover {
	text-decoration: underline !important;
}

#search {
	padding: 15px 10px;
	width: 166px;
	height: 23px;
	margin-bottom: 20px;
	background: #ccc;
}
#search input {
	font-size: 11px;
	color: #999;
	background: #fff;
	width: 130px;
	padding: 2px 4px;
	margin-top: 1px;
	float: left;
	margin-left: 10px;
}
#search button {
	float: left;
	border: none;
	padding: 0;
	width: 10px;
	margin-top: 2px;
	margin-left: 3px;
	text-indent: -9999em;
	background: transparent url(../../images/btn-search_go.gif) left 50% no-repeat;
}
#frequent_searches {
	margin-left: 10px;
}
#frequent_searches h3 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}
#frequent_searches a {
	color: #ccc;
	text-decoration: none;
}
#frequent_searches a:hover {
	text-decoration: underline;
}
#frequent_searches .s1 {
	font-size: 10px;
}
#frequent_searches .s2 {
	font-size: 12px;
}
#frequent_searches .s3 {
	font-size: 14px;
}
#frequent_searches .s4 {
	font-size: 16px;
}
#frequent_searches .s5 {
	font-size: 18px;
}
#frequent_searches .s6 {
	font-size: 20px;
}
#frequent_searches .s7 {
	font-size: 22px;
}
#frequent_searches .s8 {
	font-size: 24px;
}
#searched-nav-container {
	border-top: 1px dotted #ddd;
	padding: 11px 0;
	background-color: #fff;
} 
#searched-nav {
	width: 728px;
	padding-left: 200px;
}
#searched-nav span {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
}
#searched-nav a {
	color: #999;
	font-size: 12px;
	text-decoration: none;
}
#searched-nav a:hover {
	text-decoration: underline;
}
#alphabet-container {
	border-top: 1px dotted #ddd;
	padding: 11px 0;
	background-color: #fff;
}
#alphabet {
	width: 728px;
	padding-left: 200px;
	font-size: 10px;
	color: #999;
	font-weight: bold;
	
}
#alphabet a {
	color: #999;
	margin: 0px;
	text-decoration: none;
	text-transform: lowercase;
}
#alphabet a:hover {
	text-decoration: underline;
}
#news_list {
	margin-top: 30px;
	background: #fff;
	width:680px;
}
.news_list_header {
	padding: 20px 0;
	margin: 0 10px 20px;
	border-bottom: 1px dotted #ccc;
}
.news_list_header h1 {
	font-size: 24px;
	color: #999;
}
.news_list_header p {
	color: #999;
}
.news_list_body {
	padding: 10px;
}
.news_list_body ol {
	list-style: none;
}
.news_list_body li {
	margin-bottom: 20px;
}
.news_list_body li h2 a {
	color: #666;
	font-size: 24px;
	text-decoration: none;
}
.news_list_body li h2 a.emphasis {
	color: #f00;
}
.news_list_body li h2 a:hover {
	text-decoration: underline;
	color: #f00;
}
.news_list_body li p {
	color: #666;
	font-size: 12px;
}
.news_list_body li .meta {
	color: #999;
	font-size: 10px;
	font-weight: bold;
}
#news_list .pagination {
	background: #F5F5F5;
	padding: 10px 0;
	color: #666;
	font-size: 12px;
}
#news_list .pagination a {
	color: #666;
	text-decoration: none;
}
#news_list .pagination a:hover {
	text-decoration: underline;
}
#news_list .pagination span {
	margin-left: 40px;
}
#news_view {
	background: #fff;
	margin-top: 30px;
	width: 680px;
}
#news_view .news_view_body {
	padding: 20px 10px;
}
#news_view .news_view_body h1 {
	font-size: 24px;
	color: #666;
	margin: 0 0 20px;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}
#news_view .news_view_body .date {
	color: #ccc;
}
#news_view .news_view_body p {
	font-size: 12px;
	color: #999;
	margin-bottom: 20px;
}
#news_view .news_view_body .source {
	color: #ccc;
}
#news_view .news_view_body .source a{
	color: #ccc;
	text-decoration:none;
}
#news_view .news_view_body .source a:hover{
	color: #ccc;
	text-decoration:underline;
}
#news_view #news_comments {
	float: left;
	width: 318px;
	margin-left: 10px;
	display: inline;
}
#news_view #news_comments #comment_box {
	background: #eee;
	padding: 10px;
	margin-bottom: 20px;
}
#news_view #news_comments #comment_box h2 {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
#news_view #news_comments #comment_box p {
	color: #0099ff;
	font-size: 12px;
	margin-bottom: 20px;
}
#news_view #news_comments #comment_box label {
	display: block;
	color: #666;
	margin: 10px 0 3px;
	font-size: 11px;
}
#news_view #news_comments .required {
	color: #f00;
}
#news_view #news_comments #comment_box input {
	width: 200px;
}
#news_view #news_comments #comment_box textarea {
	width: 290px;
	margin-bottom: 10px;
}
#news_view #news_comments #comment_box button {
	background: #333;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#news_view #news_comments #comment_box .notes {
	margin-top: 20px;
	font-size: 10px;
	color: #999;
}
#news_view #news_comments .disclamer {
	color: #999;
}
#news_view #news_comments .disclamer p {
	margin-bottom: 10px;
}
#news_view #news_comments .comments h3 {
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	padding: 5px 0;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
#news_view #news_comments .comments h4 {
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
}
#news_view #news_comments .comments p {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}
#news_view #news_comments .comments li {
	padding-top: 10px;
	list-style: none;
	border-top: 1px dotted #ccc;
	padding-bottom: 3px;
}
#news_view #news_comments .comments li .meta {
	font-size: 11px;
	color: #f00;
}
#news_view #news_comments .comments li p {
	color: #333;
	font-size: 11px;
	margin-bottom: 0;
}	
#news_view #news_comments .comments ul {
	margin-bottom: 20px;
}
#popular_articles {
	float: right;
	width: 320px;
	margin-right: 10px;
	display: inline;
}
#popular_articles h2 {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
#popular_articles li {
	color: #f00;
	margin-bottom: 3px;
	list-style: none;
}
#popular_articles li a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#popular_articles li a:hover {
	color: #f00;
	text-decoration: underline;
}
#search_results_pre {
	border-top: 1px dotted #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
}
#search_results {
	width: 680px;
	background: #fff;
}
#search_results .search_results_header {
	margin: 0 10px;
	padding: 20px 0 5px;
	border-bottom: 1px dotted #ccc;
}
#search_results .search_results_header h1 {
	font-size: 24px;
	font-weight: normal;
	color: #666;
	margin-bottom: 10px;
}
#search_results .search_results_header p {
	font-size: 12px;
	color: #999;
}
#search_results .search_results_header p strong {
	color: #666;
}
#search_results .search_results_box {
	border-bottom: 1px dotted #ccc;
	margin: 0 10px 10px;
}
#search_results .search_results_header .warning {
	color: #f00;
}
#search_results .search_results_box .search_box {
	padding: 20px 0;
	overflow: hidden;
	height: 1%;
}
#search_results .search_results_box .search_box input {
	width: 400px;
	padding: 2px 4px;
	float: left;
	margin-right: 10px;
}
#search_results .search_results_box .search_box button {
	background: #666;
	padding: 4px 25px;
	font-size: 10px;
	color: #fff;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
#search_results .search_results_box .top_searched_words {
	margin-bottom: 20px;
	color: #999;
}
#search_results .search_results_box .top_searched_words h3 {
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	display: inline;
	margin-right: 10px;
}
#search_results .search_results_box .top_searched_words a {
	color: #09F;
	font-size: 12px;
	text-decoration: none;
}
	#search_results .search_results_box .top_searched_words a:hover {
		text-decoration: underline;
	}
#search_results .search_results_listing {
	margin: 0 10px;
	padding-bottom: 20px;
}
#search_results .search_results_listing h2 a {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#search_results .search_results_listing h2 a:hover {
	color: #f00;
	text-decoration: underline;
}
#search_results .search_results_listing p {
	color: #ccc;
	font-size: 10px;
	font-weight: bold;
}
#search_results .search_results_listing p span {
	margin: 0 4px;
}
#search_results .search_results_listing li {
	padding: 20px 0 5px;
	border-bottom: 1px dotted #ccc;
	list-style: none;
}
#search_results .search_results_listing li.last-child {
	border-bottom: none;
}
#searched_words_page {
	background: #fff;
	width: 680px;
	margin-top: 30px;
	padding-bottom: 18px;
}
#searched_words_page #alphabet_top {
background:none repeat scroll 0 0 #CCCCCC;
margin-bottom:20px;
padding:20px 5px;
}
#searched_words_page #alphabet_top a {
color:#333333;
font-weight:bold;
margin:0 5px;
font-size: 10px;
text-decoration:none;
text-transform:uppercase;
}
#searched_words_page #alphabet_top a:hover {
text-decoration:underline;
}
#searched_words_page #alphabet_top .inactive {
color:#666666;
font-weight:bold;
margin:0 4px;
}
#searched_words_page #alphabet_top {
margin:0 0 20px;
}
#searched_words_page #alphabet_top h1 {
color:#333333;
font-size:12px;
font-weight:bold;
}
#searched_words_page #alphabet_top p {
color:#666666;
font-size:12px;
line-height:1.2em;
}
#searched_words_page h1 {
font-size:28px;
font-weight:normal;
margin: 20px 10px 10px;
text-transform: uppercase;
}
#searched_words_page ul li {
	float: left;
	margin-left: 10px;
	display: inline;
	list-style: none;
	width: 213px;
	line-height: 1.5em;
}
#searched_words_page ul li a {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#searched_words_page ul li a:hover {
	color: #f00;
	text-decoration: underline !important;
}

#information {
	color: #ff0000;
	cursor: help;
}

#information strong{
	display: inline !important;
	color: #ff0000 !important;
	font-size: 11px !important;
	font-weight: bold !important;
}