/* HACK FLOW ------------------------------------ */
.hendflow
{
	visibility: hidden;
	clear: both;
	margin : 0;
}

.hendflowleft
{
	visibility: hidden;
	clear: left;
	margin : 0;
}

/* OVERIDE COLOR ORANGE ------------------------- */
#mainMenu a.active 
{
  color: #FF6400;
}

#outerHeader {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/header_inner_bg_test.jpg) no-repeat scroll 0 0;
height:223px;
margin:0 auto;
position:relative;
width:1040px;
}
/*
#footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#636363 url(/images/footer_bg_test.gif) no-repeat scroll left top;
clear:both;
height:220px;
margin:0 auto 50px;
padding:10px 0 0;
position:relative;
width:1142px;
}*/

#testBg {
    display: block;
	position: absolute;
	top:0;
	left: 161px;
	width: 38px;
	height: 27px;
	background: url(/images/test_footer_bg.gif) no-repeat 0 0;
}

#footerContent h1 {
	color:#FF6400;
	font-size:12px;
	margin-left:0;
}

/* TEST HEADER ---------------------------------- */
h5#testHeadline
{
	padding: 0px 0px 0px 20px;
	margin: 0;
	
	color: #666666;
	
	font-weight: lighter;
	font-family: Arial;
	font-size: 1.5em;
	letter-spacing: .3em;
}

h5#testHeadline a
{
	color: #666666;
	text-decoration: none;
	outline: none;
}

h6#testDate
{
	padding: 0;
	margin: 0;
	
	color: #666666;
	border-bottom: 1px solid #666666;
}

h6#testDate span
{
	background-color: #000000;
	padding: 0px 5px 0px 20px;
	
	position: relative;
	top: 7px;
}

/* TEST NAVIGATION ------------------------------ */
#mainContent ul#testNavigation
{
	float: right;
	list-style: none;
	margin: 4px 0px;
	padding: 0;
}

#mainContent ul#testNavigation li
{
	float: left;
}

#mainContent ul#testNavigation li a, 
#mainContent ul#testNavigation li a:active,  
#mainContent ul#testNavigation li a:visited
{
	display: block;
	
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 0px 2px;
	
	text-decoration: none;
	font-weight: bolder;
	font-size: .7em;
	
	color : #000000;
	background-color: #666666;
	outline: none;
}

#mainContent ul#testNavigation li a:hover,
#mainContent ul#testNavigation li a.active
{
	color : #FFFFFF;
	background-color: #FF6400;
}

/* TEST TITLE ----------------------------------- */
h1.testTitle
{
	clear: both;
	margin: 0;
	padding: 20px 0px 20px 20px;
	font-weight: normal;
	font-size: 1.3em;
	color: #FF6400;
}

h1.testTitle span
{
	color: #b2b2b2;
	font-weight: lighter;
	font-size: .9em;
}

p.testSummary
{
	clear: both;
	margin: 0;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	font-size: .8em;
	color: #FFFFFF;	
}

p.topComment
{
	margin: 10px 0 0 20px;
	font-size: .9em;
}

/* TEST TEASING --------------------------------- */

#testTeasing
{
	border: 2px solid #666666;
	margin: 10px 0 0 20px;
	padding : 0;
}

#actualTeasing
{
	background:  #FFF url(/images/loadspinner.gif) no-repeat scroll center center;
	width: 549px;
	height: 267px;
	margin : 0;
	padding : 0;
}

#testTeasing ul
{
	float: right;
	width: 92px;
	margin : 0;
	padding : 0;
	list-style:none;
	border-left: 3px solid #666666;
}

#testTeasing ul li
{
	height: 89px;
}

#testTeasing ul li a
{
	display: block;
	height: 89px;
	background:  #FFF url(/images/loadspinner.gif) no-repeat scroll center center;
	text-align : center;
	text-decoration: none;
}

#testTeasing ul li a:hover span
{
	background-color: #FF6400;
	text-decoration: none;
}

#testTeasing ul li a span
{
	background-color: #CCCCCC;
	display : block;
	height: 16px;
	padding: 2px 0;
	margin : 0 0 0 0;
	font-size: .8em;
}

#testTeasing ul li.active
{
	display: none;
}


/* TEST PODIUM ---------------------------------- */
div.testPodium
{
	border: 1px solid #666666;
	padding : 0 0 10px 0;
	margin: 20px 0px 0px 20px;
}

div.centerPodium
{
	width: 600px;
	margin: 0 auto;
}

h6.rank
{
	color: #FF6400;
	font-size: 1em;
	font-weight: bold;
	margin: 8px auto;
}

div.testWinner
{
	float: left;
	width: 200px;
	text-align: center;
}

div.testWinner h1,
div.testWinner h2,
div.testWinner h3
{
	color: #000000;
	font-size: .7em;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 2px 5px;
	background-color: #FFFFFF;
	font-weight: normal;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
	background:  #FFF url(/images/podium_top.jpg) no-repeat scroll top center;
}

div.testWinner.first
{
	padding: 2px 0 0 0;
	position: relative;
	z-index: 3;
}

div.testWinner.second
{
	padding: 42px 0 0 0;
	position: relative;
	left: 1em;
	z-index: 2;
}

div.testWinner.third
{
	padding: 60px 0 0 0;
	position: relative;
	right: 1em;
	z-index: 1;
}


div.testWinner p
{
	margin: 0;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
}

div.testWinner.first p
{
	background-color: #FFF;
}

div.testWinner h2,
div.testWinner.second p
{
	background: #FFF url(/images/podium_bg2.gif) repeat-y scroll top right;
	padding-right: 30px;
	padding-left: 1em;
}

div.testWinner h3,
div.testWinner.third p
{
	background: #FFF url(/images/podium_bg3.gif) repeat-y scroll top left;
	padding-left: 30px;
	padding-right: 1em;
}

div.testWinner.first img
{
	padding: 0 0 60px 0;
}

div.testWinner.second img
{
	padding: 0 0 20px 0;
}

div.testWinner.third img
{
	padding: 0 0 2px 0;
}

div.floor
{
	clear: both;
	height: 50px;
	background: #000 url(/images/podium_bg.gif) repeat-x scroll 0 0;
	position : relative;
	bottom: 10px;
	text-align :center;
}

h1.titlePodium
{
	width: 600px;
	height: 50px;
	margin: 0 auto;
	color: #FF6400;
	text-transform: capitalize;
	font-style: italic;
	font-size: 4em;
	text-align : center;
	position : relative;
	bottom: 10px;
	z-index: 8;
}

h1.titlePodium span
{
	font-size: 1em;
}


ul.podiumLink
{
	width: 200px;
	padding: 0;	
	margin: 0;
	float: left;
}


td.podiumLink a 
{
	width: 200px;
	padding: 0;	
	margin: 0;
}


ul.podiumLink li
{
	list-style: none;
	width: 170px;
	margin: 5px auto;
}

td.podiumLink a,
p.podiumDetail a,
p.champion a,
ul.podiumLink li a,
a.rounded,
a.order
{
	display : block;
	text-align : center;
	border: 3px solid #FF4100;
	width: 170px;
	margin: 0 auto;
	padding: 3px 0;
	text-transform : uppercase;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 1.1em;
	-moz-border-radius: 1.1em;
}

p.champion a {
	*margin: 0 0 0 250px;
}

td.podiumLink a:hover,
p.champion a:hover ,
p.podiumDetail a:hover ,
ul.podiumLink li a:hover,
a.rounded:hover,
ul.podiumLink li a.order,
a.order,
a.rounded.highlight
{
	color: #fff;
	background-color: #FF4100;
	text-decoration: none;
	font-size: .7em;
}

a.order:hover,
a.rounded.highlight:hover
{
	border-color: #FF6400;
	color: #FF6400;
	background-color: #1a1a1a;
	text-decoration: none;
	font-size: .7em;
}

/* TEST MINI PODIUM ----------------------------- */
div.testMiniPodium
{
	float: left;
	border: 1px solid #666666;
	padding : 0 0 10px 0;
	margin: 20px 0 0 20px;
}

div.testMiniPodium div.centerPodium
{
	width: 312px;
	margin: 0 auto;
}


div.testMiniPodium div.testWinner
{
	width: 104px;
}

div.testMiniPodium div.testWinner.first
{
	padding: 2px 0 0 0;
	position: relative;
	z-index: 3;
}

div.testMiniPodium div.testWinner.second
{
	padding: 22px 0 0 0;
	position: relative;
	left: 1em;
	z-index: 2;
}

div.testMiniPodium div.testWinner.third
{
	padding: 30px 0 0 0;
	position: relative;
	right: 1em;
	z-index: 1;
}

div.testMiniPodium div.testWinner h1,
div.testMiniPodium div.testWinner h2,
div.testMiniPodium div.testWinner h3
{
	height: 16px;
	font-size: .6em;
}

div.testMiniPodium img
{
	width: 60px;
}

div.testMiniPodium div.testWinner.first img
{
	padding: 0 0 30px 0;
}

div.testMiniPodium div.testWinner.second img
{
	padding: 0 0 10px 0;
}

div.testMiniPodium div.testWinner.third img
{
	padding: 0 0 2px 0;
}

div.testMiniPodium h1.titlePodium
{
	width: 312px;
	font-size: 2.5em;
	position : relative;
	bottom: 2px;
}

div.testMiniPodium h1.titlePodium span
{
	font-size: .4em;
	text-transform: lowercase;
	color: #FFFFFF;
}

p.podiumDetail
{
	margin : 0;
	padding : 0;
}

/* TEST RANKING --------------------------------- */
table.ranking
{
	margin: 0px 0 0 20px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	width: 648px;
	border-spacing: 0px 3px;
	
}

table.ranking caption
{
	margin: 20px 0 0 0px;
	background-color: #1a1a1a;
	color: #FF6400;
	text-transform: uppercase;
	padding: 5px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

table.ranking tr
{
	background-color: #1a1a1a;
}

table.ranking td.rank
{
	width: 30px;
	color: #FF6400;
	text-align : center;
	font-weight: bold;
}

table.ranking td.image
{
	width: 80px;
}

table.ranking td.title
{
	padding-left: 20px;
}

/* TEST PRODUCT LIST ---------------------------- */
h2.testProductsList1
{
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	height: 22px;
	padding: 3px 0 0 40px;
	margin:  20px 0 0 20px;
	vertical-align:middle;
	border-bottom: 1px solid #666666;
	background:#636363 url(/images/st_header2b.gif) no-repeat scroll 0 0;	
}

ul.testProductsList
{
	border: 1px solid #666666;
	
	margin: 0 0 0 20px;
	padding: 0 0 0 0;	
	list-style:none;
	
	*float: left;
}

ul.testProductsList li {
  *float: left;  
}

ul.testProductsList li ul
{
	float: left;
	list-style:none;
	
	width: 200px;	
	
	margin: 0px 2px 5px 2px;
	padding : 7px 5px 10px 5px;
	
	border-top: 1px solid #666666;	
}

ul.testProductsList ul li.pic
{
	float: left;
	width: 80px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;	
}

ul.testProductsList ul li.brand,
ul.testProductsList ul li.name,
ul.testProductsList ul li.view
{
	font-size: .7em;
	font-weight: bold;
	margin: 0 0 0 90px;		
	*margin-left:5px;
}

ul li.newRow {
    width: 100%;
    visibility: hidden;
    clear: both;
	margin : 0;
	padding: 0;
}

ul.testProductsList ul li.view a
{
	color:#b2b2b2;
	font-style: italic;
	padding: 0 0 0 12px;
	margin: 0;
	background: #000000 url(/images/link_bg1.gif) no-repeat scroll 0 4px;
	outline: none;
}

ul.testProductsList ul li.view a:hover
{
	color: #FF6400;
}

/* TEST COMPARATOR ------------------------------ */
table#comparator
{
	padding: 0 0 0 20px;
	width: 600px;
	border-collapse: separate;
	font-size: .9em;
}

table#comparator tr td
{
	background-color: #1a1a1a;
	font-weight: bold;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	padding: 6px 0 6px 0;
}

table#comparator tr td.none
{
	visibility: hidden;
}

table#comparator tr.selector td select option selected,
table#comparator tr.selector td select
{
	width: 160px;
	text-align: center;
	color: #FF6400;
}



table#comparator tr.selector td select option
{
	color: #1a1a1a;
	text-align: center;
}

table#comparator tr.selector td select option:disabled
{
	color: #cccccc;
	text-align: center;
}

table#comparator td.picture1,
table#comparator td.picture2
{
	background: #FFF url(/images/loadspinner.gif) no-repeat scroll center center;
	width: 160px;
	height: 160px;
	color: #FF6400;
}

table#comparator tr td.title
{
	padding: 6px 0 6px 35px;
}

table#comparator tr.primary td.title a
{
	background: #1a1a1a url(/images/details_icon2.gif) no-repeat scroll 0 2px;
	padding: 0 0 0 18px;
}

table#comparator tr.selector,
table#comparator tr.picture,
table#comparator tr td.note1,
table#comparator tr td.note2,
table#comparator tr td.final1,
table#comparator tr td.final2
{
	text-align : center;
	font-weight: bold;
	padding: 6px 0 6px 0;
}


table#comparator tr.final td
{
	border-top: 6px solid #000;
	background-color: #262626;
}

table#comparator tr.final td.title,
table#comparator tr.final td.final1 span,
table#comparator tr.final td.final2 span
{
	color: #FF6400;
	
}

table#comparator tr.secondary
{
	display: none;
}

table#comparator tr.secondary td
{
	border-top: none;
	background-color: #4c4c4c;
}

form.comparatorAdvanced
{
	width: 290px;
	background-color: #1a1a1a;
	color: #FFF;
	margin : 0 0 0 20px;
	text-align: right;
	padding: 5px;
	float: left;
}

form.comparatorAdvanced h2
{
	width: 290px;
	color: #FF6400;
	font-size: 1.1em;
	text-transform : uppercase;
	padding: 0;
	margin: 0;
	text-align : center;
}

form.comparatorAdvanced ul
{
	margin : 10px 0 5px 0;
	padding: 0;
}

form.comparatorAdvanced ul li 
{
	margin: 5px 0;
	list-style: none;
	padding: 0;
}

form.comparatorAdvanced ul li label
{
	float: left;
	text-align : left;
}

form.comparatorAdvanced ul li select
{
	width: 140px;
}

ul.comparatorAdvanced
{
	list-style: none;
	margin: 20px auto 0px auto;
	width: 550px;
}

ul.comparatorAdvanced li
{
	margin : 0 5px 10px 5px;
	float: left;
}

ul.comparatorAdvanced li a
{
	width: 250px;
}

table.comparatorAdvanced
{
	margin: 0px 0 0 20px;
	width: 648px;
	border-spacing: 0px 3px;
	empty-cells: show;
}

table.comparatorAdvanced caption
{
	margin: 20px 0 0 0px;
	background-color: #1a1a1a;
	color: #FF6400;
	text-transform: uppercase;
	padding: 5px;
}

table.comparatorAdvanced tr
{
	background-color: #1a1a1a;
}

table.comparatorAdvanced tr.alternate
{
	background-color: #262626;
}

table.comparatorAdvanced tr td.image
{
	width: 80px;
}

table.comparatorAdvanced tr td.labo,
table.comparatorAdvanced tr td.note
{
	width: 50px;
	text-align : center;
}

table.comparatorAdvanced td.title
{
	padding-left: 20px;
}

table.comparatorAdvanced td.comment
{
	width: 230px;
}

/* TEST CHOICE ---------------------------------- */
form#testChoice
{
	padding: 0 0 0 20px;
}

form#testChoice div.criteria
{
	float: left;
	width: 205px;
	margin: 0 5px;
	padding: 0;
}

form#testChoice div.criteria fieldset
{
	border: 2px solid #4d4d4d;
	margin : 0;
	padding: 20px 15px 15px 15px ;
}

form#testChoice div.criteria h6.critLegend sup
{
	text-transform: lowercase;
	position: relative;
	top: 1px;
}

form#testChoice div.criteria h6.critLegend
{
	color: #FFF;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	position: relative;
	top: 11px;
	width: 130px;
	height: 17px;
	padding: 0px 0px 3px 18px;
	background: #FF6400 url(/images/tab_testcrit.gif) no-repeat scroll center right;
}

form#testChoice div.criteria ul
{
	list-style:none;
	margin: 0;
	padding: 0;
}

form#testChoice div.criteria ul li
{
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	color: #999999;
}

form#testChoice div.criteria ul li ul
{
	list-style:none;
	padding: 0 0 0 15px;
}

form#testChoice div.criteria ul li ul li
{
	text-transform: lowercase;
	font-weight: normal;
}

form#testChoice input:disabled
{
	visibility: hidden;
}

form#testChoice label.disabled
{
	
}

form#testChoice label.checked
{
	color: #FF6400;
}

form#testChoice p.submit
{
	text-align :center;
	width : 500px;
	margin: 10px auto;
}

form#testChoice a#choiceButton
{
	margin : 0 auto 10px auto;
}

form#testChoice a#choiceReset
{
	
}

table#testExaequo
{
	width: 620px;
	margin : 10px auto;
	background-color: #1a1a1a;
}

table #testExaequo tr th
{
	border: 1px solid #000000;
	height: 20px;
	color: #FF6400;
}

table #testExaequo tr td.position
{
	text-align: center;
	width: 50px;
	color: #FF6400;
}


/* TEST PRODUCT ---------------------------------- */
img#testZoom
{
	display: block;
	width: 280px;
	margin: 20px 0 0 0;
	padding : 0;
	background-color: #FFF;
}

img.critZoom
{
	float: left;
	display: block;
	width: 280px;
	margin: 15px 0 0 0px;
	background-color: #FFF;
}

div.testProduct
{
	margin: 0 0 0 20px;
}

div.testProduct a span {
background-image:url(/images/video.gif);
background-repeat:no-repeat;
width:100px;
height:99px;
position:absolute;
left:115px;
top:150px;
} 

#v1 #video a span, #video2 a span {
background-image:url(/images/video.gif);
background-repeat:no-repeat;
width:100px;
height:99px;
position:absolute;
left:80px;
margin-top: 20px;
/*top:240px;*/
}

#v2 #video2 a span {
background-image:url(/images/video.gif);
background-repeat:no-repeat;
width:100px;
height:99px;
position:absolute;
left:300px;
margin-top: 20px;
/*top:240px;*/
}

#v3 #video3 a span {
background-image:url(/images/video.gif);
background-repeat:no-repeat;
width:100px;
height:99px;
position:absolute;
left:515px;
margin-top: 20px;
/*top:240px;*/
}

div.testProduct h4 {
	margin: 0px 0px 20px 0px;	
}
div.testProduct h1
{
	clear: both;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 1.3em;
	color: #FF6400;
}

div.testInfo
{
	background-color: #262626;	
	width: 320px;
	padding: 10px;
	margin: 0 0 0 0px;
}

div.testInfo div.testAverage
{
	float: left;
}

table.testResult
{
	width: 220px;
	font-size: .9em;
	border-collapse: collapse;
}

table.testResult tr.hasValue td
{
	border-top : 1px dotted #CCCCCC;
}

table.testResult tr.value td.title
{
	font-size: .7em;
	font-weight: normal;
	border-bottom : 1px dotted #CCCCCC;
}

table.testResult tr.value td.note
{
	font-size: .7em;
	text-align :center;
	font-weight: normal;
	border-bottom : 1px dotted #CCCCCC;
}

table.testResult tr td.title
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

table.testResult tr td.title a
{
	background: url(/images/details_icon2.gif) no-repeat scroll 0 2px;
	padding: 0 0 0 18px;

}

table.testResult tr td.note
{
	color: #FF6400;
	text-align : right;
}


div.testInfo p.subtitle
{
	color: #FF6400;
	width: 80px;
	padding : 0;
	margin : 0 0 10px 0;
	text-align :center;
}

div.testInfo p.note
{
	width: 80px;
	font-size: 1.3em;
	text-align :center;
	color: #CCCCCC;
	margin : 0 0 10px 0;
}

div.testInfo p.value
{
	width: 80px;
	font-size: .9em;
	text-align :center;
	color: #CCCCCC;
	margin : 0 0 10px 0;
}

div.testInfo p.note span
{
	display: block;
	width: 60px;
	height: 25px;
	padding: 5px 0px;
	margin : 0 auto;
	text-align :center;
	border-bottom: 2px solid #CCCCCC;
	background-color: #FF6400;
	color: #FFF;
}

div.pros,
div.cons
{
	width: 158px;
	font-size: .75em;
}

div.cons
{
	margin : 0 0 0 162px;
}

div.pros
{
	float: left;
}

div.pros h6,
div.cons h6
{
	margin : 0;
	padding : 0;
	text-align : center;
}

div.pros h6
{
	color: #8fdc34;
	border-top: 1px dotted #8fdc34;
}

div.cons h6
{
	color: #e80000;
	border-top: 1px dotted #e80000;
}

ul.testOrder
{
	float: right;
	width: 180px;
	list-style: none;
	text-align :center;
}

ul.testOrder li.averagePrice,
ul.testOrder li.bestPrice
{
	background-color: #1a1a1a;
	margin : 0 0 10px 0;
	padding : 5px;
	font-weight: bold;
	font-size: .85em;
}

ul.testOrder li.bestPrice
{
	color: #FF6400;
}

div.taComment
{
	margin: 10px 0 0 20px;
	color: #CCCCCC;
	border-bottom: 1px dotted #262626;
	font-size: .8em;
}

div.publicComments h6,
div.taComment h6
{
	margin: 10px 0 0 0px;
	color: #FF6400;
	font-size: .8em;
	text-transform: uppercase;
}

div.publicComments
{
	margin: 10px 0 0 20px;
}

ul.publicRanking
{
	float: right;
	list-style:none;
}

ul.publicRanking li
{
	margin : 0 0 5px 0;
}

div.detailsResult
{
	border-top: 2px solid #262626;
	margin: 10px 0 10px 20px;
}

div.detailsResult h3
{
	margin: 5px 0 0 0px;
	color: #FFFFFF;
	font-weight: normal;
	padding : 0;
	padding: 10px 10px 10px 0px;
	text-align : left;
	font-size: 1em;
}

div.detailsResult h3 strong
{
	color: #FF6400;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

div.floatRight
{
	float: right;
}

div.testComment h6, div.testSpecialist h6
{
	margin: 5px 0 0 0px;
	color: #FF6400;
	font-weight: normal;
	padding : 0;
	padding: 10px 10px 10px 0px;
	text-align : left;
	font-size: 1em;
}

div.testComment div
{
	font-size: .8em;
}

div.testSpecialist {
	color: #999;
	font-size: .8em;
	border: 1px solid #333;
	padding-left:15px;
	padding-right: 15px;
	margin: 0;
	margin-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}

div.testBrandComment {
	color: #999;
	font-size: .8em;
	border: 1px solid #333;
	padding-left:15px;
	padding-right: 15px;
	margin: 0;
	margin-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}


div.testBrandComment h6
{
	margin: 5px 0 0 0px;
	color: #CCCCCC;
	font-weight: bold;
	padding : 0;
	padding: 10px 10px 10px 0px;
	text-align : left;
	font-size: .9em;
}

div.testBrandComment div
{
	font-size: .8em;
	color: #636363;
}

.bestNote { margin-left: 90px; font-size: 0.6em;}

.resultSec {
  float:right;
  margin-top:10px;
}

.testProdSecContainer {
  margin: 10px 20px;
}

.testProdSecContainer h3 {
  margin: auto 0;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.testSecBlock {
  display: none;  
}

.testInfoSec {
  width: 400px !important;
  margin: 20px 0 !important;
}

.testInfoSec .pros,.testInfoSec  .cons {
  width: 198px !important;
}

.testInfoSec div.cons {
  margin:0 0 0 205px !important;
}


div.pagesList {
  text-align: right;
  width: 595px;
}

div.pagesList ul {
  list-style-type: none;
  padding:  0 0 0 0;

}

div.pagesList ul li {
  display:  inline;
}

div.pagesList ul li.cur a{
  color: #FF4100;
}

