/* MAIN TYPOGRAPHY */
html { font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var { font-size: 92%; font-family: courier, monaco, "Lucida Console", mono-space; }
textarea, select, option {font-family: tahoma, courier, monaco, "Lucida Console", mono-space; font-size:100%; }
input[type='text'], input[type='password'] {  font-family: tahoma, courier, monaco, "Lucida Console", mono-space; font-size:100%;}
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }


/* FORMS */
fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'], input[type='password'] { cursor: text; }
input { vertical-align:middle;}


/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */
body { font-size: 1.2em; line-height: 1.6em; background:#FFF url(../images/bg.png) top repeat-x; text-align:center; color:#4b4754  }
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

/* HR */
hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */
/* ul {margin:0; padding:0; list-style:none} ul li {text-indent: 0; margin: 0; padding:0; list-style:none;} ul li:before {content: "";} */
ul li { text-indent: -.85em; margin-left: .85em; }
ul li:before { content: "\2022\00a0\00a0"; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/* TABLES */
table { border-top: 1px solid #BCBF8F;  border-left: 1px solid #BCBF8F; margin:auto; }
th, td { border-bottom: 1px solid #BCBF8F; border-right: 1px solid #BCBF8F; }

/* MARGINS & PADDINGS */
blockquote *:first-child { margin: .8em 0;}
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
p+p { margin-top: -.8em; }

/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 1em 0 .5em;  }
h2 { margin: 48px 0 36px; font-size:28px; }
h3 { margin: 1.14em 0 .57em; font-size:23px; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .15em .4em .25em .4em; }
input { margin:0.1em 0.3em 0.3em 0em}
select { padding: .1em 0 0 .2em; }
option { padding: 0 .4em; }
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }

/* COLORS */
/* a:link, a:visited, a:hover, a:active, a:focus */
a:link { text-decoration: underline; color: #36c; }
a:visited { text-decoration: underline; color: #99c; }
a:hover { text-decoration: none; color: #c33; }
a:active, a:focus { text-decoration: underline; color: #000; }
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

/* CLEARFIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0;}
.clearfix {display: inline-block;} /* for IE/Mac */
html[xmlns] .clearfix {  display: block; }

.clear {
clear:both;
line-height:1%;
margin-bottom:-1px;
height:1px;
overflow:hidden;
font-size:0px
}

/* IMG ALIGN */
img[align=left] {float:left; margin:0 1em 1em 0}
img[align=right] {float:right; margin:0 0 1em 1em}

/* main */
.mainBg{background:url(../images/bgMain.png) top center no-repeat;}
.main { width:914px; margin:auto; text-align:left; position:relative;}

/* header */
.header{ height:310px; position:relative; margin-bottom:0;}
/*
.logo { background:url(../images/logotype.png) top left no-repeat; width:220px; height:70px; overflow:hidden; position:absolute; left:12px; top:26px; text-indent:-9999px; }
*/
.logo { background:url(../images/lovebrands_logo.png) top left no-repeat; width:114px; height:88px; overflow:hidden; position:absolute; left:12px; top:26px; text-indent:-9999px; }

.owners { background:url(http://omirussia.ru/images/mainLogo.png) top left no-repeat; width:106px; height:88px; overflow:hidden; position:absolute; top:24px; left:309px; }
/*.owners { background:url(../images/owners.png) top left no-repeat; width:197px; height:65px; overflow:hidden; position:absolute; top:24px; left:309px; }
.owners a:link, .owners a:visited,.owners  a:hover, .owners a:active, .owners a:focus { text-decoration:none;}
.owners  a span{ visibility:hidden;}
.owners a.ko { position:absolute; display:block; width:105px; height:25px; margin:28px 0 0 20px;}
.owners a.omirussia { position:absolute; display:block; width:41px; height:35px; margin:28px 0 0 154px;} */


/* mini navigation */
ul.mininavigation { position:absolute; top:61px; right:36px; }
ul.mininavigation li { text-indent:0; margin-left:0; float:right; margin-left:70px; }
ul.mininavigation li:before { content: ""; }
ul.mininavigation li a{ display:block; width:11px; height:11px; overflow:hidden; background-position:top center; background-repeat:no-repeat; text-indent:-9999px;  }
ul.mininavigation li a.home{ background-image:url(../images/home.png);}
ul.mininavigation li a.sitemap{ background-image:url(../images/sitemap.png);}
ul.mininavigation li a.contact{ background-image:url(../images/contact.png);}
ul.mininavigation li a.search{ background-image:url(../images/search.gif);}

/* header visual */
.visual { width:914px; height:191px; overflow:hidden; position:absolute; background:url(../images/header_bg.jpg) top left; top:118px;}

/* mainMenu */
ul.mainMenu { list-style:none; float:left; margin:0; padding:0 }
ul.mainMenu a:link, ul.mainMenu a:visited, ul.mainMenu a:hover, ul.mainMenu a:active, ul.mainMenu a:focus { color:#FFF; text-decoration:none; float:left; margin:8px 0 0 23px; }
ul.mainMenu li { text-indent: 0; margin-left:0; float:left; height:48px; background-position:top right; background-repeat:no-repeat; width:140px; }
ul.mainMenu li:before { content: ""; }
ul.mainMenu li.blueorangright { background-image:url(../images/mnu1.png); }
ul.mainMenu li.oranggreenright {background-color:#e56616; background-image:url(../images/mnu2.png); }
ul.mainMenu li.greenwihiteright {background-color:#4db317; background-image:url(../images/mnu3.png);}
ul.mainMenu li.orangblueright {background-color:#e56616; background-image:url(../images/mnu4.png);}
ul.mainMenu li.bluegreenright {background-image:url(../images/mnu5.png);}
ul.mainMenu li.greenblueright {background-color:#4db317; background-image:url(../images/mnu6.png);}
ul.mainMenu li.bluewihiteright {background-image:url(../images/mnu7.png);}
ul.mainMenu li.firstell { width:150px; }
ul.mainMenu .firstell a:link, ul.mainMenu .firstell a:visited, ul.mainMenu .firstell a:hover, ul.mainMenu .firstell a:active, ul.mainMenu .firstell a:focus { margin:8px 0 0 12px; }

/* SUBMENU */
ul.submenu { list-style:none; float:right; margin:15px 20px 15px 0; width:460px; }
ul.submenu li { text-indent: 0; margin-left:0; float:right; margin-right:10px; color:#1e61a0 }
ul.submenu li:before { content: ""; }
ul.submenu li span {color:#000}

/* RESET TABLES */

/* LEFT COLL */
.leftColl { float:left; width:622px;}

/* RiGHT COLL */
.rightColl { float:right; width:260px; font-size:1.1em; margin-right:10px;}

.top20 { background:url(../images/mainTableBg.png) left; width:622px; margin-bottom:25px; position:relative;}
.top20title { background:url(../images/main2009.png) top left no-repeat; padding:60px 10px 0 15px;}

/* table */
table.top20table { margin:0; border:none; float:left; margin-right:30px;}
table.top20table2008 {width:230px;margin:0;border:none;float:left}
table.top20table td, table.top20table2008 td {border:none; vertical-align:middle; padding-left:0; font-weight:bold; border-bottom:1px dotted #bcbf8f; padding-top:0px; padding-right:0; padding-bottom:0px; height:45px; }
td.number { color:#4eb317; text-align:left; font-size:24px;}
table.top20table2008 td.number { font-size:18px; color:#a9aaa9; padding-left:5px; width:30px;}
td.speed { color:#000; text-align: center; font-size:18px;  padding:0 10px; line-height:16px;}
td.plus { color:#4eb317;}
td.percent { color:#a12922; font-size:16px;}
td.minus { color:#a32b23;}
td.favorute { text-align:center; padding:0 5px;}
td.nameBrand { font-size:13px; color:#9a9a9a;}
td.nameBrand a {color:#1a76b1}
table.top20table { width:370px; }
table.top20table td {margin:0; border:none; padding-left:0;background:url(../images/td_slash.gif) repeat-x left bottom !important}
table.top20table td.nameBrand {padding-left:5px}
table.top20table tr.light td, table.topleadersTable tr.light td { background:#f9f7f0;}
table.top20table2008 td.logobrand { text-align:left; padding-left:5px; }
table.top20table2008 td.percent { color:#a9aaa8; font-size:18px;}
table.topleadersTable {margin:0; border:none; width:580px; margin-left:14px; margin-bottom:25px; }
table.topleadersTable td {border:none; padding-left:0; padding:0 5px; height:55px; vertical-align:middle;}
table.topleadersTable td.titul { vertical-align:middle;}
table.topleadersTable td.logobrand { padding-left:20px; font-weight:bold;}
table.topleadersTable td.logobrand img { vertical-align:middle; margin-right:5px;}
table.topleadersTable td.titul { text-align:center;}
table.topleadersTable td.nameCat { font-size:18px; font-weight:bold; padding-left:15px; padding-right:15px;}


.lowerUnit { display:block; background:url(../images/KoMP.gif) top left no-repeat; height:119px; width:604px; overflow:hidden; margin:0px 0 0 15px; text-indent:-9999px;}
.quote { background:url(../images/quote.png) top left no-repeat; width:76px; height:21px; overflow:hidden; text-indent:-9999px; display:block; margin-top:25px; margin-bottom:12px;}
.history { background:url(../images/history.png) top left no-repeat; width:91px; height:22px; overflow:hidden; text-indent:-9999px; margin-top:25px;margin-bottom:8px}

.rightColl img { float:left; vertical-align:bottom; margin:0 10px 10px 0}
.quoteSpan { font-size:20px; line-height:16px; }

a.morequote:link, a.morequote:visited, a.morequote:hover, a.morequote:active, a.morequote:focus { color:#2952a0; font-size:14px;}

.footer { padding:25px 0; font-size:11px; line-height:11px; color:#7b7b7b; padding-left:15px;}
.footer strong { color:#000;}
.footer  img { vertical-align:middle;}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active, .footer a:focus { text-decoration:none; color:#7b7b7b }

.clearleft { clear:left;}

/* mainpage */
.mainPage { padding-top:12px;}
.categoryleaders {height:80px;}
.categoryleaders img { margin:17px 0 0 16px;}
.leftShadow { background:url(../images/leftShadow.png) right repeat-y; width:627px; }

.actualYear { position:absolute; top:19px; left:14px;}
.oldYear { position:absolute;  top:28px; left:420px;}
.third_year {position:absolute;top:28px;left:688px}


.content { padding: 0 15px ; }

/* catRating */
ul.catRating { list-style:none; margin:0; float:left; width:280px; margin-bottom:2em;}
ul.rightRating { list-style:none; margin:0; float:right;}
ul.catRating li { text-indent: 0; margin-left: 0; display:block; padding:4px 25px 3px 0px; border-bottom:1px dotted #bcbe8e; line-height:1.4em; position:relative }
ul.catRating li.open { background:url(../images/liclose.png) 0 8px no-repeat;}
ul.catRating li:before { content: ""; }
.catRating table.top20table { width:90%; float:none; margin-bottom:1em; }
.catRating table.top20table td { height:auto; padding-top:5px; padding-bottom:5px;}
.catRating table.top20table td.number { font-size:16px; width:5%; white-space: nowrap; padding-right:5px;}
.catRating table.top20table td.nameBrand { font-size:14px}
.catRating table.top20table td.percent { font-size:12px; width:5%; white-space: nowrap; padding-left:10px; padding-right:10px;}
ul.catRating  li span.title { display:block; font-size:16px; font-weight:bold; padding-bottom:0em; color:#1e61a0; cursor:pointer;}
ul.catRating  li.open span.title { display:block; font-size:20px; font-weight:bold; padding-bottom:0.5em; color:inherit;}
.red { color:#a12922 }
a.grayLink:link, a.grayLink:visited, a.grayLink:hover, a.grayLink:active, a.grayLink:focus { color:#898989 }
ul.catRating li div { display:none; }
ul.catRating li.open div { display: block; }

.brandLove{ padding:25px 10px 10px 15px;}
.brandLove h1 { margin-top:10px; font-size:24px; font-weight:normal;}
.brandLove h1 span { font-weight:bold;}
/*.brandLove img { display:none;}*/
div.rating { margin-top:15px; border-top:1px dotted #bdbf8e; padding-top:10px; padding-bottom:25px; text-align:right; font-size:13px;}
div.rating span.ratingValue { font-size:20px; }
div.rating span.ratingValue span { color:#4eb317; font-weight:bold;}
div.rating img { vertical-align: middle;}


ol ul { margin-bottom:3px; margin-top:10px}
ol li { margin-bottom:10px;}

.sorting { font-size:11px; }
.sortinglnk a:link, .sortinglnk a:visited, .sortinglnk a:hover, .sortinglnk a:active, .sortinglnk a:focus { float:left; margin-right:10px; padding:2px 4px; color:#bfbfbf; }
.sortinglnk a:hover, .sortinglnk a:active, .sortinglnk a:focus {background:#4eb317 url(../images/sortUgol.png) top right no-repeat; text-decoration:none; }
.sortinglnk a.active:link, .sortinglnk a.active:visited, .sortinglnk a.active:hover, .sortinglnk a.active:active, .sortinglnk a.active:focus { text-decoration:none; background:#4eb317 url(../images/sortUgol.png) top right no-repeat; }

.loveStSorting { float:right; margin-top:-60px}

.sortinglnk2 a:link, .sortinglnk2 a:visited, .sortinglnk2 a:hover, .sortinglnk2 a:active, .sortinglnk2 a:focus { float:left; margin-right:10px; padding:2px 4px; color:#e56616; }
.sortinglnk2 a:hover, .sortinglnk2 a:active, .sortinglnk2 a:focus {background:#4eb317 url(../images/sortUgol.png) top right no-repeat; text-decoration:none; color:#FFF; }
.sortinglnk2 a.active:link, .sortinglnk2 a.active:visited, .sortinglnk2 a.active:hover, .sortinglnk2 a.active:active, .sortinglnk2 a.active:focus { text-decoration:none; background:#4eb317 url(../images/sortUgol.png) top right no-repeat; color:#FFF; }

.ls { padding:9px 0 5px 0; border-bottom:1px dotted #bcbe8e; }
.ls a:link, .ls a:visited, .ls a:hover, .ls a:active, .ls a:focus { font-size:24px; text-decoration:none;}
.ls a:hover{ text-decoration: underline;}
.ls span { color:#c3222f;}

.dontCopy { float:right;}

ul.star-rating {margin:0; padding:0; list-style:none} ul.star-rating li {text-indent: 0; margin: 0; padding:0; list-style:none;} ul.star-rating li:before {content: "";}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(../images/lovers.png) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:100px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
font-size:0px;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
color:#FFF;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}
.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display:inline-block;
vertical-align: middle;
}
.warning { font-size:135%; padding:0em 15px 1.0em 15px; margin-top:-15px;}
.logobrand { text-align:center;}
.icon_new {
position:absolute;
right:0;
top:2px;
width:21px;
height:21px
}
.box {padding-left:15px}
.citate {
	float:left;
	width:490px;
	margin-right:9px;
	position:relative
}
table.mega_table {border:0;margin:0;padding:0}
table.mega_table td {border:0;padding:0}
table.mega_table td img {display:block}
.history_my {
	float:left;
	width:400px
}
.w100p {width:100%}
.croshka {padding:17px 0 0 17px}
.croshka a {font-size:11px;color:#1976b1}
.croshka span {font-size:11px}
a.home_my {position:relative;top:2px}

table.brend_table {
	border:0;
	width:100%;
	margin:0
}
table.brend_table td {
	border:0;
	vertical-align:middle;
	padding:0;
	height:25px
}
.td_year {width:85px}
.td_rang {width:70px;color:#5ebc0a}
.td_top {width:49px}
table.brend_table td.td_top {padding-top:5px}
.td_rate a{font-size:11px}
table.brend_table td.col_4 {background:url(../images/td_slash_2.gif) left bottom repeat-x;height:1px}
.categories {width:914px}
.cur_cat {
	float:left;
	width:583px;
	background:#2a64da url(../images/cur_cat_bg.gif) right top no-repeat;
	font:23px Verdana, Geneva, sans-serif;
	color:#fff;
	min-height:67px;
	_height:67px
}
.cur_cat table {margin:0;border:0}
.cur_cat table tr td {width:572px;height:67px;padding:0 0 0 11px;border:0;vertical-align:middle}
.else_cat {
	float:left;
	width:331px;
	background:#4db000 url(../images/else_car_bg.gif) right top no-repeat;
	font:23px Verdana, Geneva, sans-serif;
	color:#fff;
	min-height:64px;
	_height:64px;
	border-bottom:3px solid #2a64da
}
.else_cat table {margin:0;border:0}
.else_cat table tr td {
	width:302px;
	height:64px;
	padding:0 0 0 29px;
	border:0;
	vertical-align:middle;
}
.else_cat a {color:#fff !important;text-decoration:none !important}
.else_cat a:hover {text-decoration:underline !important}

.years {
position:relative;
width:914px;
background:url(../images/ul_year_bg.gif) repeat-x;
overflow:hidden
}
#years_move {width:10000px;position:absolute;left:0;top:0}
#arr_right, #arr_left {
position:absolute;
right:0;
top:0;
width:37px;
height:52px;
background:url(../images/arr_right.gif) no-repeat;
cursor:pointer
}
#arr_left {
right:auto;
left:0;
background:url(../images/arr_left.gif) no-repeat;
visibility:hidden
}
.year {float:left;position:relative}
.year .strong {position:relative}
.current_year .strong a {font-weight:normal;color:#4e5157 !important;text-decoration:none !important}
.current_year {width:404px}
.current_year .bg_right {background:url(../images/current_year_bg.gif) right top repeat-y}
.current_year .bg_bot {background:url(../images/current_year_bg_bot.gif) left bottom repeat-x}

.just_year .bg_right {background:#f6f7e7 url(../images/just_year_bg.gif) right top repeat-y}
.just_year .bg_bot {background:url(../images/just_year_bg_bot.gif) left bottom repeat-x}

.current_year .strong {
	height:40px;
	font:24px Verdana, Geneva, sans-serif;
	color:#4e5157;
	text-align:center;
	padding-top:12px
}
.just_year {width:255px}
/*
.subpages .just_year {width:170px}
*/
.first_in .just_year {width:290px}
.just_year .strong {
	font:17px Verdana, Geneva, sans-serif;
	padding-top:16px;
	height:36px;
	text-align:center;
	}
.just_year .strong a {color:#4e5157 !important;text-decoration:none !important}
.just_year .strong a:hover {color:#ee7b00 !important}
.slash {
	position:absolute;
	right:6px;
	top:2px;
	width:2px;
	height:48px;
	background:url(../images/year_slash.gif) no-repeat
}
.just_year .slash {right:3px}
table.top10table {
	margin:0;
	border:none;
	width:370px;
	margin-left:15px
}
table.top10table td, table.top10table_past td {
	border:none;
	vertical-align:middle;
	padding:0;
	font-weight:bold;
	border-bottom:1px dotted #bcbf8f;
	height:45px
}
.first_in table.top10table td {background:url(../images/dotted_bg_x.gif) left bottom repeat-x;border-bottom:0}
td.number { color:#4eb317; text-align:left; font-size:24px;}
.just_year table.top10table {
	margin:0;
	border:none;
	width:240px;
	margin-left:2px
}
/*
.subpages .just_year table.top10table {width:397px}
*/
.first_in .just_year table.top10table {width:280px}
.just_year table.top10table td.logobrand {text-align:center}
.just_year table.top10table td.percent {color:#a9aaa8;font-size:18px}
.just_year td.number, .just_year td.nameBrand, .just_year td.titul, .just_year td.eight, .just_year td.seven, .just_year td.last_td {display:none}
.no_heart td.favorute, .no_heart td.plus, .no_heart td.minus {/*display:none*/}
.rating_cat .add_heart td.favorute, .rating_cat .add_heart td.favorute .no_heart td.plus, .rating_cat .add_heart td.favorute .no_heart td.minus {display:none}
tr.last td {border:0}
.no_a {cursor:default;}
.first_in .just_year table.top10table td.logobrand {text-align:center}
.first_in .current_year {width:324px}
.first_in .current_year table.top10table {width:315px}
.first_in .years {width:614px;/*float:right*/}
.first_in .top10table {margin-left:0}
.categories_td {width:300px;float:left;}
.categories_th {
	height:41px;
	background:#d7d7d7 url(../images/categories_th.gif) left bottom repeat-x;
	padding:11px 0 0 21px;
	font:24px Verdana, Geneva, sans-serif
}
.categories_th span {position:relative;color:#fff}
.categories_th span span {position:absolute;left:-1px;top:-1px;color:#4e5157}

.categories_td table {border:0;width:305px;_width:300px}
.categories_td table td {
	border:0;
	padding:0;
	height:43px;
	padding-left:4px;
	color:#1a76b1;
	font:16px Arial, Helvetica, sans-serif;
	background:url(../images/dotted_bg_x.gif) left bottom repeat-x;
	vertical-align:middle
}
.categories_td table td.first_td {border:0;padding:0}
.categories_td table td a:hover {color:#ee7b00;text-decoration:underline}
.categories_td table .tr_hover td, .categories_td table .tr_hover2 td {background:url(../images/solid_bg_x.gif) left bottom repeat-x}
.categories_td table .tr_hover td.first_td {border-left:1px solid #b5b5b5;background:url(../images/solid_bg_x.gif) left bottom repeat-x}
table.top10table .tr_hover td {background:#f1f1f1 url(../images/solid_bg_x.gif) left bottom repeat-x}
table.top10table .tr_hover2 td {background:url(../images/solid_bg_x.gif) left bottom repeat-x}
table.top10table td.last_td {width:25px}
table.top10table .tr_hover td.last_td {
	border-right:1px solid #b5b5b5;
	background:#f1f1f1 url(../images/solid_bg_x.gif) left bottom repeat-x
}
.td_on_1 {background:url(../images/td_on_1.gif) left center no-repeat !important;width:4px}
.td_on_2 {background:url(../images/td_on_2.gif) left center no-repeat !important;width:4px}
table.top10table .tr_hover td.eight {background:url(../images/td_on_2_hover.gif) left center no-repeat !important}
td.eight table {margin:0;border:0}
td.eight table td {border:0 !important}
.read_more {display:none}
#read_more a {cursor:pointer}

/*
.rating_cat .current_year {width:504px}
.rating_cat .current_year .top10table {width:470px}
.rating_cat .current_year .top10table .nameBrand {white-space:nowrap}
.rating_cat .just_year {width:413px}
*/


.logo_col {
	float:left;
	width:280px;
	margin-right:35px
}
.logo_col table {border:0;width:100%}
.logo_col table td {
	border:0;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #bcbe8e;
	text-align:center;
	vertical-align:middle;
	font:12px Arial, Helvetica, sans-serif
}
.logo_col table td.new {text-align:right}
.marr0 {margin-right:0 !important}