/*****************************************************************/
/*               Color scheme                                    */
/*****************************************************************/
/* dark blue: #133CBF (as darkest in menu button) */
/* full blue: #00F    */
/* easy blue: #265AFF (as just on top of darkest in menu button) */
/* easy blue: #2458FF */
/* red: #d40a0f */
/* greem: #089808 */
/* dark orange: #FF7900 (as darkest in menu button) */
/* orange: #FF9802 (as just on top of darkest in menu button) */
/* light orange: #FFDD63 (as lightest in menu button) */
/* background light light orange: #FFEEAA*/
/* dark grey: #808080 / #8d8d8d     */
/* grey: #c0c0c0     */
/* light grey: #e0e0e0 */

/** to deprecate?? */
#highlightedProducts { margin-top: 20px; }
#highlightedProducts > div { -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; }
#highlightedProducts > div.prod{ width: 300px; height: 230px; float: right; display: table-cell; background: #fff; margin: 0 0 20px 10px}
#highlightedProducts > div.prod > div:nth-child(2) { display: table-cell;width: 262px; text-align: center; padding-top: 5px}
#highlightedProducts > div.prod > div:first-child a{ text-decoration: none; color: #fff; margin-left: 12px; font-size: 16px; line-height: 2}
#highlightedProducts > div.prod img { max-width: 190px; max-height: 180px;}
#highlightedProducts > div:first-child { width: 300px; height: 50px; background: #888; text-align: center; float: right; margin: 20px 0 20px 10px; }
#highlightedProducts > div:first-child a{ font-size: 16px; line-height: 1.6; color: #fff; font-weight: bold; }
#blogEntries { color: #444; font-size: 13px; float: left; width: 640px; background: #fff; margin: 10px 0 0;padding: 15px}
#blogEntries img.alignright {float: right; margin-left: 10px;}
#blogEntries img.alignleft {float: left; margin-right: 10px;}
#blogEntries img.size-thumbnail {width: 150px; height: 150px;}
.byBlogsnippetsAd { float: right; width: 300px;  }
.belowHiProds { text-align: center; float:right; text-align: center; width: 300px; margin-left: 10px;}
.belowHiProds >div { margin: auto}
#blogEntries #fbLike {float: right}
#highlightedProducts .prod > div:first-child { background-color: #888;border-top-left-radius: 5px; border-top-right-radius: 5px}
#corecontent #leftcol {float: right;}

/*****************************************************************/
/*               Fonts etc                                       */
/*****************************************************************/

p, .normal {
  background: transparent;
  text-decoration: none;
  height: auto;
  width: auto;
}

b {
  background: transparent;
  height: auto;
  width: auto;
  color: #777;
}

a {
  background: transparent;
  color: #777;
  text-decoration: underline;
  height: auto;
  width: auto;
}

a:hover {
	color: #888;
}

h1, h2, h3, h4, h5 {font-weight: normal; font-family: "Eras Medium ITC", "Arial Black", arial, tahoma, sans-serif; }
h1 {
  font-size: 1.5em;
  color: #929292;
}

h2 {
  font-size: 1.3em;
  color: #727272;
}

h3 {
  font-size: 1.2em;
  color: #949494;
  margin-bottom: 0;
}

h4 {
  font-size: 1.07em;
  margin-top: 18px;
  margin-bottom: 10px;
}

h5 {
  font-size: 1em;
}

th {
  text-align: left;
}

input.button {
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 1.6em;
  background: #e2e2f0;
}

.crBT {
}

.tw_h2 {
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 1.3em;
  font-weight: 800;
  margin-bottom: 1px;
}

.mCT {
/*  font-family: verdana, tahoma, arial, sans-serif;*/
  font-size: 1.1em;
  cursor: pointer;
  text-decoration: underline;
  color: #777;
}

.mCT:hover {
	color: #888;
}

.sCT {
/*  font-family: verdana, tahoma, arial, sans-serif;*/
/*  font-size: 1em;*/
  cursor: pointer;
  text-decoration: underline;
  color: #777;
}

.sCT:hover {
  text-decoration: underline;
  color: #888;
}

.r {
  text-align: right;
}

.fR {
  float: right;
}

.fL {
  float: left;
}

.clickable {
  cursor: pointer;
}

.inactive {
  color: #999;
}

.hidden {
	display: none;
}

table {
/*  font-size: 1em;*/
}

.clearer, .clear {
  clear: both;
}

.cF {
  clear: both;
}

.nF {
  border: none;
}

/*****************************************************************/
/*               Common for all pages                            */
/*****************************************************************/

body {
  color: #444;
  font-family: "Eras Medium ITC", arial, tahoma, sans-serif;
/*  font-family: verdana, tahoma, arial, sans-serif;*/
  font-size: 75%;
  margin: 0px;
  padding: 0px;
  background: #C1E219;
/*  background: #ffffff url(g/bg_outer.gif) repeat-x top left;*/
}

html {
  overflow-y: scroll;
  margin: 0px;
  padding: 0px;
}

#mainbox {
	text-align: center;
}
  
#center {
  margin: 0px auto; 
  padding: 0px;
  width: 1150px;
  border: 0px;
/*  display: inline;*/
}

#content {
/*  background: #c0c0c0 url(g/bg_inner.gif) repeat-x top left;*/
  /*width: 1182px !important; 
  width: 1200px; */
  background: #222;
  width: 980px;
  /*display: inline;*/
  float: left;
  margin: 0px auto 10px;
  text-align: left;
}

#interstitialDiv {
	z-index: 10000;
}

#closeInterstitial > img {
	margin-left: 8px;
	display: none;
}
#closeInterstitial {
	width: 100%; 
	height: 20px; 
	text-align: right; 
	font-size: 16px; 
	font-weight: 600; 
	line-height: 1.25;
	color: #000;
}

#right-margin {
	float: left;
	margin-left: 10px;
	margin-top: 75px;
}

#inTableAd {
  margin-left: 23px;
}

#inTableAd iframe.adframe {
  padding: 0px;
  margin: 0px;
  width: 468px;
  height: 60px;
  border: none;
  overflow: hidden;
}

#inTableAd iframe body {
  margin: 0px;
  padding: 0px;
}

div.sep {
  clear: both;
  width: 100%;
  background: url(g/hr_pix.gif) repeat-x;
  height: 1px;
}

div.help {
  display: none;
  position: absolute; 
  background: #ffffe1; 
  border: 1px solid black;
  padding: 2px 4px 2px 4px;
  z-index: 10;
}

p.help {
  background: #ffffe1; 
  margin: 0px 0px 4px 0px;
}

.close {
  color: #666; 
  cursor: pointer;
  float: right;
  margin: 2px;
}

#content table {
  border-collapse: collapse;
}

#corecontent {
/*  background: url(g/dual_col_bg.gif) repeat-y;*/
  margin: 8px auto;
  padding: 0px;
  width: 980px;
  overflow: hidden;
/*  display: block;*/
}

#dual_col_bottom {
  position: relative;
  top: 2px;
}

#leftcol {
/*  display: inline;*/
  float: left !important;
  float: none;
  margin-left: 8px;
  background: #fff;
}

#prcontent {
  background: #ffffff;
  margin: 0px 0px 0px 173px;
  width: 815px;
  border: 2px solid #777777;
}

#top {
}

#logo {
  border-style: none; 
}

#logoAndAd_se {
  width: 980px;
  height: 40px;
  background: url(g/se/top_bg_slim.png) no-repeat;
}

#logoAndAd_de {
  width: 980px;
  height: 40px;
  background: url(g/de/logo_de.png) no-repeat;
}

#logoAndAd_dk {
  width: 980px;
  height: 40px;
  background: url(g/dk/logo_dk.png) no-repeat;
}

#logoAndAd_no {
  width: 980px;
  height: 40px;
  background: url(g/no/logo_no.png) no-repeat;
}

#logoAndAd_uk {
  width: 980px;
  height: 40px;
  background: url(g/uk/logo_uk.png) no-repeat;
}

#tvLogo {
	width: 300px; 
	height: 33px; 
	margin-top: 0px; 
	margin-left: 5px; 
	border-style: none;
}

.nospace {
  margin: 0px; 
  padding: 0px;
}

#bottom {
  width: 918px;
/*  font-size: 1em;*/
  margin: 6px auto 10px auto;
  padding: 5px;
  display: block;
  clear: both;
}

#bottom p {
	color: #555;
}

#bottom .bottomMenu  {
	text-align: center
}

#disclaimer {
  line-height: 1.2;
}

.newsTitle {
  font-size: 1.7em;
  margin-top: 14px;
  margin-bottom: 7px; 
}

#stater {
	width: 1px;
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: -1px;
}

#atffc {
	display: none;
}

/******************************************************************/
/*             Menu section                                       */
/******************************************************************/

#menu {
  margin: auto;
  padding: 0px;
  display: block;
	background: #323232 url(g/menu_bg.png) repeat-x;
}

#catmenu{
  height: 28px;
  float: left;
  width: 
/*  display: inline;*/
  padding: 0;
  margin: 0;
/*  background: #808080;*/
}

#catmenu ul {
	list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline;
/*  border-right: 1px solid #777;*/
}

#catmenu ul li:nth-child(5) { width: 124px}
#catmenu ul li {
  margin: 0px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  width: 120px;
  display: inline;
  float: left;
  border: 1px solid #777;
  border-collapse: collapse;
}

#avCatButton  {
	border-left: 1px solid #777; 
}

#catmenu ul li span {
/*  background: url(g/btn_bg.gif) no-repeat;*/
  margin: 2px 0 0 0;
  padding: 0;
  height: 26px;
  display: inline;
  text-align: center;
  text-decoration: none;
  font: 14px/26px "Eras Medium ITC", "Arial black", sans-serif;
/*  font: 12px/26px "Verdana", sans-serif;*/
  font-weight: 800;
  color: #777;
}

#catmenu ul li span.de {
	font-size: 11px; 
	line-height: 25px;
}

#catmenu ul li span.dk {
	font-size: 12px; 
	line-height: 25px;
}

#catmenu ul li span.no {
	font-size: 13px; 
	line-height: 25px;
}

#catmenu ul li span.uk {
	font-size: 11px; 
	line-height: 25px;
}

#catmenu ul li a:hover {
	color: #888;
}
#catmenu ul li:hover {
	background: #444 url(g/menu_bg_act.png) repeat-x;
}

#othermenu {
/*  background: url(g/menu_bg.gif) no-repeat;*/
/*  width: 486px;
  height: 28px;*/
  display: inline;
/*  float: right !important;*/
  float: right;
  margin: 4px 6px 0px 0px;
  padding: 0px;
}

#othermenu ul {
  padding: 0px;
  display: inline;
  margin: 0px 0px 0px 0px;
  float: left;
  list-style-type: none;
}

#othermenu ul li {
/*  margin: 0px 0px 0px 17px; with help...*/
  margin: 5px 0px 0px 0px;
  padding: 0px;
  display: inline;
  float: left;
  color: #777;
  text-decoration: none;
}

#othermenu ul li a {
/*  font: 12px/38px "Verdana", sans-serif;*/
  font: 14px "Eras Medium ITC", "Arial black", sans-serif;
  font-weight: 800;
  color: #777;
  text-decoration: none;
  text-align: bottom;
  width: 96px;
  cursor: pointer;
  margin: 0px 4px 0px 4px;
  display: inline;
  padding: 0px;
/*  border: 1px solid #aaa;*/
  border-right: 0px;
}

#othermenu ul li a:hover {
	color: #888;
/*	background: #bbb;*/
	text-decoration: underline;
}

#othermenu ul li a img {
  border: 0px;
  margin: 0px;
  padding: 2px;
  vertical-align: middle;
}

#othermenu ul li a img:hover {
	border: 2px solid #666;
	padding: 0px;
}

.country {
	margin: 10px 0 0 3px;
}

#catSelBoard {
  position: absolute;
  z-index: 100;
  display: none;
  width: 960px;
  padding: 10px;
  background: #333;
}

.catsellist {
  display: none;
  outline: none;
  clear: both;
}

a.catLinkGuide {
  background: url(g/guide_icon.png) no-repeat;
  background-position: 0px 2px;
}

table.catList a {
	cursor: pointer;
	padding-left: 10px;
} 

div.catList {
/*  background: url(g/submenu_rep.gif) repeat-y;*/
  margin: 0;
  padding: 0;
}

table.catList {
  margin: 0px 0px;
  padding: 0;
}

.catList a {
  font-size: 1.1em;
  text-decoration: none;
}

.catList a:hover {
  text-decoration: underline;
}

.catList a:visited {
  color: #1e90ff;
}

.catList h4 {
  color: #0000ff;
}

.catList span {
  color: #808080;
  margin-right: 10px;
}

.catListLegend {
  padding-top: 0.7em;
  padding-left: 1.4em;
}

.menulink {
/*  font-size: 1em;*/
  margin-top: 0px;
  margin-bottom: 0px;
}

#shareList {
	float: right;
}

img {
	border: 0px;
}

/******************************************************************/
/*             Search section                                     */
/******************************************************************/

#searchcontainer {
	display: inline;
  margin: 0;
  width: 484px;
  height: 23px;
  background: #fff;
/*  background: url(g/search_bg.png) no-repeat #fff;*/
}

#searchcore {
	float: right;
  margin: 0;
  padding: 1px 0 0 0;
}

#searchForm {
/*  margin-top: 0px !important;*/
/*  margin: 3px 12px 0px 22px;*/
}

#searchtoolheader {
  font: 12px/23px "Verdana", sans-serif;
  color: #2458ff;
  font-weight: 800;
  position: relative;
}

#searchField {
	color: #909090;
	font-family: "Eras Medium ITC", "Arial", sans-serif;
  width: 120px;
/*  height: 14px !important;*/
/*  height: 19px;*/
  height: 23px;
  font-size: 1.2em;
  padding: 0;
  margin: 0 0 0 8px;
}

#searchButton {
  cursor: pointer;
  border-style: none;
  position: relative;
  top: 5px;
  margin-left: 4px;
}

#searchButton img {
  cursor: pointer;
}

.ajaxSearch {
	padding: 10px;
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.ajaxSearchDivider {
	border-top: 1px dotted #666;
	margin: 15px auto;
}

.ajaxSearch .cat {
	color: #666;
	font-style: italic;
}

.searchResult {
	margin: 30px auto 40px;
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.gsc-control-cse { margin:0!important; padding: 0!important;}
/******************************************************************/
/*             Guide section                                      */
/******************************************************************/

#breadcrumbs { padding: 8px 5px; color: #777;text-align: left}
#breadcrumbs a { color: #999;}
#guidecontent {
/*  float: left;*/
  width: 300px;
  margin: 0;
  padding: 0;
/*  display: block;*/
}

#guidecore, .imageAndLink, #superReview .testsDiv, #commentcore {
	background: #fff;
/*	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; */
	color: #333;
	font-size: 13px;
	margin: 0;
/*  padding: 0;
  padding-bottom: 8px;*/
	/*overflow: auto;  commented since otherwise facebook comment field is not shown on our home page.*/
}

#guidecore {
	padding: 0;
	text-align: center;
}

#superReview .testsDiv, .imageAndLink {
	padding: 10px 15px 15px 15px;
}
#superReview .whatProduct {	color: #666; font-style: italic; margin-top: 15px; margin-bottom: 0}
#superReview h3 { margin-bottom: 8px; margin-top: 15px; }
#superReview h2 { margin-top: 20px }
#superReview h2:nth-child(2) { margin-top: 2px }

#guidecore p {
    margin-top:5px;
}
#guidecore p:first-child {
	margin-left: -6px;
}

#guidecore h2, #guidecore h3, #guidecore h4{ color: #555}
#guidecore h4 {
  margin-top:5px;
  margin-bottom:5px;
  font-size: 1.1em;
}

#guidecore h5 {
  font-size: 1em;
}

#guidecore div.sep {
  width: 100%;
  background: url(g/hr_pix.gif) repeat-x;
  height: 1px;
  margin: 6px 0px 6px 0px;
}

#commonFilters li {
	line-height: 1.2;
}

#filters { width: 100%; }
#filters td { background: #f5f5f5;  border: 4px solid #e5e5e5; border-collapse: collapse; padding: 4px; text-align: left}
#filters td:hover{ background: #eee; }
#filters td span { padding-left: 8px;color: #333; }
#filters input { color: #333; background: #eee; border: 1px solid #666; font-family: "Eras Medium ITC", "Arial Black", arial, tahoma, sans-serif; padding-left: 5px;}
.selectedFilter img { float: right; margin-right: 20px; cursor: pointer; }
.selectedFilter { display: none; }
.choiceHolder { position: absolute; z-index: 100; background: #f5f5f5; padding: 12px 40px 12px 12px; border: 1px solid #404040;}
.choiceHolder span { cursor: pointer; }

#saveSearch {margin-top: 15px; padding: 0 10px;}
#saveSearch input[type="text"] {width: 227px;}
#saveSearch textarea {width: 227px;}
#saveSearchForm {display: none; margin-top: 15px; }

#resultsFrame { float: right; width: 190px; margin-top: 27px; border: 0;  }

#qform {
  margin-bottom: 0px;
}

.guideAccordion {
  display: none;
  border-left: 1px solid #e56d1d;
  border-right: 1px solid #e56d1d;
  border-bottom: 1px solid #e56d1d;
/*  margin: 0px 8px 4px 8px;*/
  margin-bottom: 4px;
}

.guideSection {
  padding: 3px;
}

.guideSectionOpen {
  display: block;
  border-left: 1px solid #e76e1b;
  border-right: 1px solid #e76e1b;
  border-bottom: 1px solid #e76e1b;
}

.guideQuestion {
/*  background: #e6ecff;*/
/*  margin-right: 15px;
  margin-left: 15px;*/
  padding-bottom: 10px;
/*  font-size: 1em;*/
}

#guideHeader {
  font-size: 1.1em;
  font-weight: bolder;
  margin-bottom: 1px;
  margin-top: 5px;
}

#briefTable td {
  padding-left: 10px;
}

.bT {
  font-weight: bold;
  background: #333 url(g/menu_bg.png) repeat-x;
  border: 1px solid #666;
  color: #999;
  cursor: pointer;
  padding: 3px;
/*  margin: 2px 8px 0px 8px;*/
  margin-top: 2px;
}

.bT:hover {
/*  background: #dfb;*/
/*  background: #265AFF;*/
  background: #e56d1d url(g/gh_bg.jpg) repeat-x;
  color: #eee;
  cursor: pointer;
}

.bTActive {
  font-weight: bold;
  background-color: #e56d1d;
  background: url(g/gh_bg.jpg) repeat-x;
  border: none;
  color: #eee;
  cursor: auto;
}

.bTUsed {
  font-weight: bold;
/*  background: #dfb;*/
  background: #46a013 url(g/ghu_bg.jpg) repeat-x;
  border: none;
  color: #eee;
  cursor: pointer;
}

.guideQuestion input {
  font-size: 1em;
}

.updateProductCountButton {
  font-size: 1em;
}

.guideImage250 {
  width: 250px;
}
  
.guideImage150 {
  width: 150px;
}
  
.guideImage100 {
  width: 100px;
}
  
.guideImage75 {
  width: 75px;
}

.guideImage50 {
  width: 50px;
}

img.genre {
  margin-right: 6px;
  float: left;
}

.gC {
  float: right;
  margin: 0 3px 3px 0;
  cursor: pointer;
}

.gB {
  float: left;
  margin: 0 0 3px 3px;
  cursor: pointer;
}

img.guide_catimg {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

img.guide_imgleft {
  float: left;
  margin-right: 10px;
}

table.guide_img {
  float: right;
  margin-left: 10px;
}

div.guide_img {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

div.guide_imgleft {
  float: left;
  margin-right: 10px;
  margin-left: 15px;
}

img.guide_gradesection {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

  
/*****************************************************************	*/
/*             Comment section                              							*/
/*****************************************************************	*/
#commentcore {
/*  background: #2b519b;*/
	padding: 12px 0 8px;
	margin-top: 8px;
	width: 620px;
}
#commentcore h1 { margin-top: 1em; margin-bottom: 0.5em; }
#commentcore h2 { font-size: 1em; }
.commenttime  {color: #ccc; float: right; }
#commentResult { float: right; width: 190px; margin-top: 27px; border: 0;  }
#commentsBox {border: 2px solid #202020; width: 464px; }
#commentBox {background: #101010; padding: 5px 12px; width: 440px; margin-bottom: 4px;}

/*****************************************************************	*/
/*             Sort & filter section                             					*/
/*****************************************************************	*/

#selectioncontent {
  margin: 0px;
}

#selectioncore {
/*  background: #2b519b;*/
	background: #202020 url(g/content_bg.png) repeat-x;
}

#gradeSortList {
  background: #fff;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  display: none;
}

#gradeSortList p {
  margin: 0px;
  padding: 6px;
}

#specsSortList {
  background: #fff;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  display: none;
}

#specsSortList p {
  margin: 0px;
  padding: 6px;
}

.sortListSelected {
  color: #808080;
  text-decoration: none;
  cursor: text;
}

.sortCore {
  padding: 0px;
  margin: 0px 0px 3px 0px;
}

#filterSection {
  display: none;
  font-weight: normal;
}

#filterToolToggler {
  cursor: pointer;
  text-decoration: underline;
  font-weight: normal;
  color: #2458FF;
}

.filterCore {
  padding: 0px;
  margin: 0px;
}

#sortCore {
}

#filterCore {
}

#allStock {
  display: none;
}

.sortAndFilterHeader {
}

.filterHeader {
	cursor: pointer;
}
.selectionHeader {
  float: left;
  font-size: 1.1em;
  font-weight: bolder;
  margin: 4px 0px 4px 0px;
}

#sortPropertyId {
  margin: 0px 8px 4px 0px;
  float: right;
  font-size: 1em;
}

#overviewSortOkButton {
  margin: 0px 0px 4px 0px;
  float: right;
  font-size: 1em;
}

#sortPropertyDescription {
  clear: both;
  float: right;
  margin-top: 0px; 
  margin-bottom: 4px;
}

#filterForm {
/*  float: right;*/
  font-size: 1em;
}

#filterPropertyId {
  font-size: 1em;
}

#filterFormSubmit {
  display: none;
  font-size: 1em;
}

#limitField {
  display: none;
  font-size: 1em;
}

#intDecimalSelect {
  display: none;
  font-size: 1em;
}

#textSelect {
  display: none;
  font-size: 1em;
}

#filterPropertyDescription {
/*  clear: both;*/
/*  float: right;*/
  margin-top: 5px; 
  margin-bottom: 0px;
}

#inStockP {
  margin: 0px;
  float: right;
}

#filterCore table {
  clear: both;
}

#selString {
  display: none;
}

#gSelString {
  display: none;
}

#conditions {
  margin: 0px;
}

#filterList {
   margin-bottom: 5px; 
   margin-top: 11px;
   padding-bottom: 0px;
   font-weight: normal;
}

#condList {
  margin-bottom: 0px; 
  margin-top: 11px; 
  padding-bottom: 0px;
}

.extra_text {
  background: #131313;
  border: 1px solid #555555;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
}


/******************************************************************/
/*             Overview section                                   */
/******************************************************************/

#settingscontent {
  float: right;
/*  display: inline;*/
	height: 30px;
	width: 496px;
  overflow: auto;
  margin: 0 10px 0 0;
  background: #fff;
/*  margin-right: 4px;*/
  padding: 0;
}

#addThis {
  float: right;
  margin: 8px 0 0 0;
/*  width: 529px;*/
/*  overflow: auto;*/
/*  margin: 6px 10px 0px 0px !important;*/
/*  margin-right: 4px;*/
/*  padding: 0;*/
}

#navCrumbs {
  float: left;
  margin: 8px 0 0 20px;
  width: 350px;
  height: 18px;
  overflow: hidden;
  line-height: 1.5;
/*  width: 529px;*/
/*  overflow: auto;*/
/*  margin: 6px 10px 0px 0px !important;*/
/*  margin-right: 4px;*/
/*  padding: 0;*/
}

#overviewcontent {
  position:relative;
  right:0;
  top:0;
  float: left;
/*  display: inline;*/
  width: 672px;
  overflow: auto;
  margin: 0px 0px 8px 0px;
  padding: 0;
  background: #fff;
}

#overviewTop {
  display: block !important;
  display: none;
  float: right;
  margin: 5px 0px 0px 0px;
  padding: 0;
}

#overviewcontent h1 {
/*  color: #2458FF;*/
}

#superReview #overviewcore {
	padding: 0px;
}

#overviewcore {
	padding: 10px 10px 8px; 
	overflow: hidden;
	background: #fff;
	margin-top:-2px;
/*  padding: 8px;*/
}

.nextPage {
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 1.1em;
  cursor: pointer;
  color: #2458FF;
  text-decoration: none;
}

.nextPage:hover {
  text-decoration: underline;
}

.colHead {
  color: #2458FF;
  text-decoration: underline;
  cursor: pointer; 
  padding-bottom: 2px;
}

.colHeadSort {
  color: #808080;
  padding-bottom: 2px;
}

.colHead:hover {
}

#overviewProducts {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
}

#overviewProducts td {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*#overviewProducts button {
  font-size: 0.85em;
  font-weight: bold;
  color: #2458ff;
}*/

.pI {
	margin: 0px 10px 0px 0px;
}

.pImg {
	background: #fff;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	overflow: hidden;
	text-align: center;
	margin-right: 6px
}

.pImg img {
	position: relative;
/*	left: 8px;*/
	top: 7px;
	max-width:100px;
	max-height: 100px;
/*	width: 75px;
	height: 75px;*/
}

#fetchingOverview {
  position: relative;
  left: 160px;
  top: 20px;
  background: #fff;
  z-index: 100; 
  display: none;
}

#ajaxTimeout {
  position: relative;
  top: 50px;
  left: 50px;
  z-index: 101; 
  display: none;
}

.fetchingDetails {
  display: none;
  position: relative;
  left: 220px;
  top: 0px;
}

tr.more {
/*	display: none;*/
	height: 28px;
	cursor: pointer;
	background: #fff;
}

tr.more td {
	display: none;
}

tr.more:nth-child(2) td {
	display: table-cell;
}

tr.expMore {
	display: table-row;
}

div.more {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 26px;
	width: 33%;
	float: left;
	display: inline;
	font-weight: bolder;
	cursor: pointer;
  border: 1px solid #ccc;
}

div.more p {
	margin: 5px 0px 0px 10px;
}

div.nomore {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 19px;
	width: 33%;
	float: left;
	display: inline;
  border: 1px solid #fff;
}

div.nomore p {
	margin: 4px 0px 0px 10px;
}

div.tests {
	/*background: #fff url(g/reviews_tab.jpg) no-repeat;*/
	color: #d26200;
}

div.tests:hover {
	background: #fe851a;
	color: #fff;
}

div.specs {
  /*background: url(g/specs_tab_mo.jpg) no-repeat;*/
	color: #078807;
}

div.specs:hover {
  background: #219308;
	color: #fff;
}

div.prices {
	/*background: url(g/prices_tab.jpg) no-repeat;*/
	color: #b3191f;
}

div.prices:hover {
	background: #e70a01;
	color: #fff;
}

div.expMore {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	font-weight: bolder;
	height: 28px;
	color: #fff;
  width: 33%;
}

div.expMore p {
	margin: 6px 0px 0px 10px;
}

div.pricesExp {
  background: #e70a01;
  color: #fff;
}

div.testsExp {
  background: #fe851a;
  color: #fff;
}

div.specsExp {
  background: #219308;
  color: #fff;
}

#overviewHeader, #overviewProducts h2#overviewHeader {
  font-size: 1.5em;
  margin-bottom: 1px;
  margin-top: 5px;
}

#overviewProducts h2 {
  margin: 0px 1px 0px;
}

.w110 {
  width: 120px;
}

.pNW {
  float: right;
  border: none;
  margin-top: 3px;
}

/* oTD = Overview TD*/
.oTD b {
/*  font-size: 1em;*/
  font-weight: bolder;
/*  color: #8d8d8d;*/
}

.oTD img {
	margin: 0px 1px 0px 0px;
/*  margin: 0px 0px 2px 0px;*/
}

.twB {
	vertical-align: 25%;
}

/*td.oTD {
	cursor: pointer;
}*/

/*tr.oTR:hover {
	background: #131313;
}
*/
.overviewHeader {
/*  font-size: 1em;*/
  font-weight: bolder;
}

.overviewSortHeader {
/*  font-size: 1em;*/
  font-weight: bolder;
  color: #8d8d8d;
}

.overviewSortHeader p {
  margin: 0px 5px 0px 5px;
}

.categoryDisclaimer {
/*  font-size: 1em;*/
  color: #555555;
}

.overviewFooter {
/*  font-size: 1em;*/
  font-weight: bolder;
}

.overviewSortFooter {
/*  font-size: 1em;*/
  font-weight: bolder;
  background: transparent;
  color: #8d8d8d;
}

/*.oRS {
  margin: 0px;
  padding: 0px;
}*/

.oPN {
/*  font-size: 1em;*/
  font-weight: bolder;
/*  color: #2458FF;*/
/*  color: #000;*/
  text-decoration: none;
/*  cursor: pointer;*/
  background: transparent;
}

div.oP {
	float: right;
	/*width: 130px;*/
	margin-left: 10px;
  color: #666;
  font-size: 15px;
}
tbody div.oP {
  margin-top: 16px;
  text-align: right;
}

a.oP {
	float: right;
}

span.oP {
  font-weight: bolder;
  color: #8d8d8d;
}

td.oP {
   width: 140px;
}

/* oGN = overviewGradeName*/
.oGN {
/*  font-size: 1em;*/
  font-weight: bolder;
  color: #8d8d8d;
}

.oGNHighlight {
/*  font-size: 1em;*/
  font-weight: bolder;
  color: #777777;
  background: #bbffbb;
}

/* oGP = overviewGradePercentage */
.oGP {
/*  font-size: 1em;*/
  font-weight: bolder;
  color: #8d8d8d;
}

.oGPHighlight {
/*  font-size: 1em;*/
  font-weight: bolder;
  color: #777777;
  background: #bbffbb;
}

.oG {
  font-size: 1.3em;
  font-weight: bolder;
  color: #ff7900;
}

.oGHighlight {
  font-size: 1.3em;
  font-weight: bolder;
  color: #777;
  background: #bfb;
}

.oT {
/*	width: 280px;*/
}

.oT:hover {
	background: #eee;
}

.oPpN {
  font-size: 1.3em;
  font-weight: bolder;
  color: #999999;
}

.oPpNHighlight {
/*  font-size: 1em;*/
  font-weight: bolder;
  color: #888888;
  background: #bbffbb;
}

/* Price Prefix */
.oPcP {
  font-size: 1em;
  font-weight: bolder;
  color: #;
}

a.oPc {
  text-decoration: none;
}

span.oPc {
/*  margin: 0px 0px 0px 10px;*/
  font-size: 1.3em;
  font-weight: bolder;
/*  color: #FF7900;*/
  color: #c03333;
  cursor: pointer;
}

.oPc:hover {
  color: #a91717;
  text-decoration: underline;
}

.oNPcE {
	font-size: 1.2em;
	font-weight: bold;
/*	color: #a00000;*/
	color: #4848ff;
	white-space: nowrap;
}

a.oNPcE {	font-weight: bold;  text-decoration: none; }
a.oNPcE span:first-child {	 text-decoration: underline; }
a.oNPcE:hover span:first-child {	color: #7777ff; }
#overviewProducts a.oNPcE span.oPc{	text-decoration: none; }


.oPcHighlight {
  margin: 0px 0px 0px 10px;
  font-size: 1.2em;
  font-weight: bolder;
  text-decoration: none;
  color: #666666;
  background: #ccffcc;
}

.oPcHighlight:hover {
  text-decoration: underline;
  color: #4444FF;
  background: #c3ffc3;
}

.oNPc {
  font-size: 1em;
  font-weight: bold;
  color: #6666ff;
  white-space: nowrap;
  cursor: pointer;
/*  text-decoration: none;*/
}

.oNPc:hover {
  text-decoration: underline;
  color: #5555ff;
}

a.oNPc {	font-size: 1.1em; font-weight: bold; text-decoration: underline;}

.oTO {
  font-size: 1em;
  color: #999;
}

a.oPc img {
  border: 0px;
}

.showMore {
	float: right;
}
.previousPage {
	float: left;
}
/******************************************************************/
/*             Product info section                               */
/******************************************************************/

#superReview .pD {
	margin-top: 12px;
}

.pricesDiv {
  display: none;
  margin-bottom: 20px;
  border: 1px solid #666;
}

.specsDiv {
  display: none;
  margin-bottom: 20px;
  border: 1px solid #666;
}

.testsDiv {
  display: none;
  margin-bottom: 20px;
  border: 7px solid #ccc;
  font-size: 16px;
  padding: 10px;
}

#selectedRetailers { margin-left: 10px; margin-bottom: 50px; }

#fbLike {
	margin-top: 15px;margin-left: 10px;
}

#guidecore #fbLike { float: right; margin-top:0; margin-left: 20px; margin-right: 7px }

#testQuotes b {
	vertical-align: 25%;
}

.productCore {
  margin: 0px;
}

/*#productTable {
  width: 513px;
  margin: 0px;
  padding: 0px;
}*/

/*#productTable td {
  padding: 0px;
  margin: 0px;
}*/

/*#productTable h1 {
  font-size: 1.4em;
  background-color: green;
}*/

#productBasicsTable {
  width: 654px;
}

#productBasicsTable h1 {
/*  color: #000;*/
}

#productBasicsTable tr:nth-child(2) td:first-child {
	text-align: center;
}

#productBasicsTable .productImage {
	max-width: 350px;
	max-height: 300px;
}

.testListHeader {
	/*background: #323232 url(g/menu_bg.png) repeat-x;*/
  padding: 5px;
}

.testListHeader h3 {
  padding: 0px;
  margin: 1px 0px 1px 0px;
}

.testLangs{
  float: right;
  font-weight: normal;
}

.langSelector {
  display: none;
  width: 56px;
  border: 2px solid #aaa; 
}

#lSO {
  background: #555;
  padding-top: 7px;
  padding-bottom: 7px;
}

#lSI {
  background: #666;
  padding: 5px;
}

.shownLang {
  cursor: pointer;
  font-weight: bold;
  float: right;
}

.shownLang:hover {
  text-decoration: underline;
}

.hiddenLang {
  cursor: pointer;
  font-weight: normal;
  float: right;
}

.hiddenLang:hover {
  text-decoration: underline;
}

#productTestTable {
  width: 466px;
  margin: 0px;
}

.testSep {
  margin: 8px 0px 16px 0px;
  text-align: center;
}

#detailsTable {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 466px;
}

#detailsTable td {
  padding: 3px;
}

#detailsTable b {
  font-size: 1.1em;
}

#fetchingProduct {
  position: absolute; 
  left: 850px; 
  top: 500px; 
  z-index: 100; 
  display: none;
}

.hideProductDetails {
  font-family: verdana, tahoma, arial, sans-serif;
  cursor: pointer;
  text-decoration: none;
  color: #2458FF;
  float: right;
}

.hideProductDetails:hover {
  text-decoration: underline;
}

.hideProductInfo {
   float: right;
   color: #777777;
   cursor: pointer;
}

#testCompilationTable {
  margin-top: 30px;
}

.externalTestLink {
/*  font-size: 1em;*/
  cursor: pointer;
}

.integratedPriceHeader {
  font-size: 1.1em;
  color: #777777;
  font-weight: bolder;
  background: transparent;
  padding: 2px;
}

.detailsVariantName {
/*  font-size: 1em;*/
  color: #777777;
}

.detailsNofPrices {
  margin-left: 10px;
/*  font-size: 1em;*/
  color: #aaaaaa;
}

.detailsSortableHeader {
/*  cursor: pointer;*/
  line-height: 1.7;
  text-decoration: none;
  color: #666666;
}

.detailsSortableHeader:hover {
  color: #5555ff;
  text-decoration: underline;
}

.detailsNonSortableHeader {
  line-height: 1.7;
  text-decoration: none;
  color: #999999;
}

.tablerow {
  font-family: verdana, tahoma, arial, sans-serif;
/*  font-size: 1em;*/
}

td.tr_odd {
  background: #eff3ff;
/*  border-left: 2px solid white;*/
}

.tr_odd {
/*  background: #eff3ff;*/
  background: #e4e4e4;
}

.tr_odd:hover {
/*  background: #eff3ff;*/
  background: #5f5f5f;
}

.tr_even {
  background: #fff;
}

.tr_even:hover {
/*  background: #eff3ff;*/
  background: #5f5f5f;
}

td.tr_even {
  background: #ffffff;
/*  border-left: 2px solid white;*/
}

a.tablerow {
  font-family: verdana, tahoma, arial, sans-serif;
/*  font-size: 1em;*/
}

/*.detailstips {
  color: #8a8a8c; 
  position: relative; 
  top: 20px; 
  left: -10px; 
  margin-right: 0px;
}*/

/*.detailsTd {
  border-left: 2px solid white;
}*/

.tablemouseover {
  background: #9ac0fb;
}

.tablemouseclicked {
  background: #d5ffd5;
}

.testHeader {
  font-size: 1.1em;
}

.langtoggler:hover { text-decoration: underline;cursor: pointer;}


/******************************************************
 * Prices section
 ******************************************************/
 
#retailerList {
  border-left: 1px solid #666;
  width: 465px;
  margin-left: 1px;
}

#retailerList th {
  border: 1px solid #666;
  background: #fff;
  text-align: center;
} 

#retailerList img {
  border: none;
}

#retailerList button {
  margin-top: 4px;
  font-size: 0.9em;
  font-weight: bolder;
  color: #2458ff;
  cursor: pointer;
}

#retailerList td {
  text-align: center;
  border: 1px solid #666;
  border-left: 1px solid #666;
  padding: 10px;
}

.justPrice {
  font-weight: bold;
  font-size: 1.15em; 
  color:#777777;
}

.deliveryPrice a {
  font-weight: bold;
  font-size: 1.15em; 
  color:#66f;
  cursor: pointer;
  text-decoration: none;
}

.deliveryPrice a:hover {
  text-decoration: underline;
}

/******************************************************
 * Other information section - when not on superpage.
 ******************************************************/

#otherCore {
	background: #202020 url(g/content_bg.png) repeat-x;
  /*margin: 0px 15px 15px 15px;*/
  padding: 15px 0 40px;
  width: 100%;
}

#help1 {
  left: 50px;
  top: 50px;
  display: none;
}

#help2 {
  left: 75px;
  top: 50px;
  display: none;
}

#help3 {
  left: 100px;
  top: 75px;
  display: none;
}

#help4 {
  left: 250px;
  top: 575px;
  display: none;
}

#help5 {
  left: 250px;
  top: 635px;
  display: none;
}


/******************************************************************/
/*             Search page                                        */
/******************************************************************/

#searchsearchcontainer {
  position: relative;
  left: -30px;
  top: -10px;
  margin: 0px;
  width: 484px;
  height: 30px;
  display: block;
  background: url(g/search_bg.png) no-repeat;
}

.searchpost {
  text-decoration: none;
  color: #4444FF;
}

.searchpost:hover {
  text-decoration: underline;
  cursor: pointer;
}

a.searchpost {
  text-decoration: none;
  color: #4444FF;
  font-weight: bolder;
}

a.searchpost:hover {
  text-decoration: underline;
}


/******************************************************************/
/*             Press page                                         */
/******************************************************************/

a.pressheader:link, a.pressheader:visited {
  font-size: 1.2em;
  text-decoration: none;
}

a.pressheader:hover {
  font-size: 1.2em;
  text-decoration: underline;
}

a.pressexcerpt {
/*  font-size: 1em;*/
  margin: 1px 0px 15px 0px;
}

.pressexcerpt {
/*  font-size: 1em;*/
  margin: 1px 0px 15px 0px;
  margin-left: 15px;
}

.pressdate {
  margin: 10px 0px 2px 15px;
}

p.publicity {
  margin: 10px 0px 2px 15px;
}




.topAd { display: block; position: relative; width: 980px; height: 120px; }
.topAd a { max-width: 100%;}
.w980 { width: 980px; margin: auto;}
.searchBar { background: #fff; width: 980px; height: 41px; margin-bottom: 8px;}
.searchBar > div { margin-left: auto;margin-right: auto;width: 940px;}
.searchBar > div > div { float: left;padding-top: 3px;margin-right: 8px;padding-bottom: 4px;color: #777;font: 800 16px/34px "Eras Medium ITC","Arial black",sans-serif }
.searchBar .googleSearchField { float: left; width: 886px;padding-top:2px; line-height: 16px;}
.subMenuAd { width: 100%; background: #fff; text-align: center; height: 90px; margin-top: 10px;}
#belowGuideAd { width: 300px; height: 600px;}



/* ************ */
/*   Responsive */

@media (max-width: 999px) and (min-width: 810px){
  img { max-width: 100%;}

  #center { width: 768px;}
  #content { width: 100%;}

  .topAd { width: 100%; height: auto;}
  .w980 { width: 768px;}

  #logoAndAd_uk, #logoAndAd_no, #logoAndAd_dk, #logoAndAd_de, #logoAndAd_se  { width: 100%;}

  #catmenu {height: 57px;}
  #catmenu ul li, #catmenu ul li:nth-child(5) {width: 190px; padding: 0;}
  #catSelBoard {width: 768px; padding: 10px 0;}

  .searchBar {  width: 100%; height: 41px; margin-bottom: 8px;text-align: center}
  .searchBar > div {}
  .searchBar > div > div { font-size: 18px; line-height: 18px; }
  .searchBar > div > div:first-child {margin-left: 10px; padding-top: 11px;}
  .searchBar .googleSearchField { width: 702px; font-size: 18px; line-height: ;}

  #corecontent {width: 768px;}
  #otherCore { padding-left: 0; padding-right: 0;}

  #otherCore #sliderBox { border-radius: 0;}
  #corner {border-radius: 0;}

}


@media (max-width: 809px) and (min-width: 768px){
  img { max-width: 100%;}

  #center { width: 768px;}
  #content { width: 100%;}

  .topAd { width: 100%; height: auto;}
  .w980 { width: 768px;}

  #logoAndAd_uk, #logoAndAd_no, #logoAndAd_dk, #logoAndAd_de, #logoAndAd_se  { width: 100%;}

  #catmenu {height: 57px;}
  #catmenu ul li, #catmenu ul li:nth-child(5) {width: 190px; padding: 0;}
  #catSelBoard {width: 768px; padding: 10px 0;}

  .searchBar {  width: 100%; height: 41px; margin-bottom: 8px;text-align: center}
  .searchBar > div {}
  .searchBar > div > div { font-size: 18px; line-height: 18px; }
  .searchBar > div > div:first-child {margin-left: 10px; padding-top: 11px;}
  .searchBar .googleSearchField { width: 702px; font-size: 18px; line-height: ;}

  #corecontent {width: 768px;}
  #otherCore { padding-left: 0; padding-right: 0;}

  #otherCore #sliderBox { border-radius: 0;}
  #corner {border-radius: 0;}

}

@media (max-width: 767px) and (min-width: 640px){
  img { max-width: 100%;}

  #center { width: 620px;}
  #content { width: 100%;}

  .topAd { width: 100%; height: auto;}
  .w980 { width: 620px;}

  #logoAndAd_uk, #logoAndAd_no, #logoAndAd_dk, #logoAndAd_de, #logoAndAd_se  { width: 100%;}

  #catmenu {height: 84px;}
  #catmenu ul li, #catmenu ul li:nth-child(5) {width: 204px; padding: 0; border: none;}
  #catmenu ul li:nth-child(3n) { width: 206px;}
  #catSelBoard {width: 620px; padding: 10px 0;}

  .searchBar {  width: 100%; height: 41px; margin-bottom: 8px;text-align: center}
  .searchBar > div {}
  .searchBar > div > div { font-size: 18px; line-height: 18px; }
  .searchBar > div > div:first-child {margin-left: 10px; padding-top: 11px;}
  .searchBar .googleSearchField { width: 560px; font-size: 18px; line-height: ;}

  .subMenuAd { height: 60px;}

  #corecontent #sliderBox { height: 210px;}
  #sliderBox .bx-viewport { height: 200px!important;}
  #sliderBox .bxslider li { height: 200px; width: 230px!important;}
  #sliderBox .bxslider li a { height: 150px; }
  #sliderBox .bxslider li a img { max-height: 150px;max-width: 230px; }

  #corecontent {width: 620px;}
  #otherCore { padding-left: 0; padding-right: 0;}
  #blogSnippets .blogsnippets { width: 320px;}

  #otherCore #sliderBox { border-radius: 0;}
  #corner {border-radius: 0;}

  #leftcol { margin-left: 0;}

  #guidecontent { width: 620px; }
  #filters { float: left; width: 300px; }
  #filters tr { display: block; float: left; width: 295px;}
  #filters td { display: block;}
  #overviewcontent { width: 620px;}
  #detailsTable { width: 100%;}
  #blogEntries { width: 280px; }
  #highlightedProducts { width: 300px;float: right;margin-top: 0;}
  #otherCore #highlightedProducts > div{ display: block; float: none; margin-left: auto; margin-right: auto; }
  #highlightedProducts > div:first-child { padding-top: 1px; margin: 10px auto 0; width: 300px; height: 50px; 
                  background: #888; text-align: center; float: none; border-radius: 0;}
  .belowHiProds { width: 300px;}

  #commentcore { width: 576px;}
  .fb_iframe_widget { width: 568px!important;}
  .fb_iframe_widget span, .fb_iframe_widget iframe { width: 568px!important;}

}

@media (max-width: 639px) and (min-width: 480px){
  img { max-width: 100%;}

  #center { width: 468px;}
  #content { width: 100%;}

  .topAd { width: 100%; height: auto;}
  .w980 { width: 468px;}

  #logoAndAd_uk, #logoAndAd_no, #logoAndAd_dk, #logoAndAd_de, #logoAndAd_se  { width: 100%;}

  #catmenu {height: 110px;}
  #catmenu ul li, #catmenu ul li:nth-child(5) {width: 204px; padding: 0; border: none;}
  #catmenu ul li:nth-child(3n) { width: 206px;}
  #catSelBoard {width: 468px; padding: 10px 0;}

  .searchBar {  width: 100%; height: 41px; margin-bottom: 8px;text-align: center}
  .searchBar > div {}
  .searchBar > div > div { font-size: 18px; line-height: 18px; }
  .searchBar > div > div:first-child {margin-left: 10px; padding-top: 11px;}
  .searchBar .googleSearchField { width: 400px; font-size: 18px; line-height: ;}

  .subMenuAd { height: 60px;}

  #corecontent #sliderBox { height: 210px;}
  #sliderBox .bx-viewport { height: 200px!important;}
  #sliderBox .bxslider li { height: 200px; width: 230px!important;}
  #sliderBox .bxslider li a { height: 150px; }
  #sliderBox .bxslider li a img { max-height: 150px;max-width: 230px; }

  #corecontent {width: 468px;}
  #otherCore { padding-left: 0; padding-right: 0;}
  #blogSnippets .blogsnippets { width: 320px;}

  #otherCore #sliderBox { border-radius: 0;}
  #corner {border-radius: 0;}

  #leftcol { margin-left: 0;}

  #overviewProducts div.more { width: 146px; }

  #guidecontent { width: 468px; }
  #filters { float: left; width: 288px; }
  #filters tr { display: block; float: left; width: 280px;}
  #filters td { display: block;}
  #overviewcontent { width: 468px;}
  #detailsTable { width: 100%;}
  #blogEntries { width: 280px; }
  #highlightedProducts { width: 300px;float: right;margin-top: 0;}
  #otherCore #highlightedProducts > div{ display: block; float: none; margin-left: auto; margin-right: auto; }
  #highlightedProducts > div:first-child { padding-top: 1px; margin: 10px auto 0; width: 300px; height: 50px; 
                  background: #888; text-align: center; float: none; border-radius: 0;}
  .belowHiProds { width: 300px;}
  #guidecore #belowGuideAd { width: 160px; height: 600px; float: right;}

  #commentcore { width: 424px;}
  .fb_iframe_widget { width: 416px!important;}
  .fb_iframe_widget span, .fb_iframe_widget iframe { width: 416px!important;}

}

@media (max-width: 479px) and (min-width: 360px){
  img { max-width: 100%;}

  #center { width: 360px;}
  #content { width: 100%;}

  .topAd { width: 100%; height: auto;}
  .w980 { width: 360px;}

  #logoAndAd_uk, #logoAndAd_no, #logoAndAd_dk, #logoAndAd_de, #logoAndAd_se  { width: 100%;}
  #logoAndAd_se > a { width: 235px!important; }

  #catmenu {height: 110px;}
  #catmenu ul li, #catmenu ul li:nth-child(5) {width: 180px; padding: 0; border: none;}
  #catSelBoard {width: 360px; padding: 10px 0;}

  .searchBar {  width: 100%; height: 41px; margin-bottom: 8px;text-align: center}
  .searchBar > div {}
  .searchBar > div > div { font-size: 18px; line-height: 18px; }
  .searchBar > div > div:first-child {margin-left: 10px; padding-top: 11px;}
  .searchBar .googleSearchField { width: 292px; font-size: 18px; line-height: ;}

  .subMenuAd { height: 100px;}

  #corecontent #sliderBox { height: 210px;}
  #sliderBox .bx-viewport { height: 200px!important;}
  #sliderBox .bxslider li { height: 200px; width: 230px!important;}
  #sliderBox .bxslider li a { height: 150px; }
  #sliderBox .bxslider li a img { max-height: 150px;max-width: 230px; }

  #corecontent {width: 360px;}
  #otherCore { padding-left: 0; padding-right: 0;}
  #blogSnippets .blogsnippets { width: 320px;}

  #otherCore #sliderBox { border-radius: 0;}
  #corner {border-radius: 0;}

  #leftcol { margin-left: 0;}

  #overviewProducts div.more { width: 110px; }
  #productBasicsTable { width: 340px;}
  #productBasicsTable .productImage { max-width: 155px;}

  #guidecontent { width: 360px; }
  #filters { float: left; width: 180px; }
  #filters tr { display: block; float: left; width: 176px;}
  #filters td { display: block;}
  #fromPrice, #toPrice { width: 153px;}
  #overviewcontent { width: 360px;}
  #detailsTable { width: 100%;}
  #blogEntries { width: 280px; }
  #highlightedProducts { width: 300px;float: right;margin-top: 0;}
  #otherCore #highlightedProducts > div{ display: block; float: none; margin-left: auto; margin-right: auto; }
  #highlightedProducts > div:first-child { padding-top: 1px; margin: 10px auto 0; width: 300px; height: 50px; 
                  background: #888; text-align: center; float: none; border-radius: 0;}
  .belowHiProds { width: 300px;}
  #guidecore #belowGuideAd { width: 160px; height: 600px; float: right;}
  div.more { font-size: 15px; }
  div.more { width: 85px;}
  div.specs { width: 136px;}
  #overviewProducts div.more { width: 98px; }
  #overviewProducts div.more.specs { width: 136px;}
  #retailerList { width: 330px;}
  #retailerList td:nth-child(2), #retailerList th:nth-child(2) { display: none;}

  #commentcore { width: 312px;}
  .fb_iframe_widget { width: 308px!important;}
  .fb_iframe_widget span, .fb_iframe_widget iframe { width: 308px!important;}

}

@media (max-width: 359px){
  img { max-width: 100%;}

  #center { width: 320px;}
  #content { width: 100%;}

  .topAd { width: 100%; height: auto;}
  .w980 { width: 320px;}

  #logoAndAd_uk, #logoAndAd_no, #logoAndAd_dk, #logoAndAd_de, #logoAndAd_se  { width: 100%;}
  #logoAndAd_se > a { width: 200px!important; }

  #catmenu {height: 110px;}
  #catmenu ul li, #catmenu ul li:nth-child(5) {width: 160px; padding: 0; border: none;}
  #catSelBoard {width: 320px; padding: 10px 0;}

  .searchBar {  width: 100%; height: 41px; margin-bottom: 8px;text-align: center}
  .searchBar > div {}
  .searchBar > div > div { font-size: 18px; line-height: 18px; }
  .searchBar > div > div:first-child {margin-left: 10px; padding-top: 11px;}
  .searchBar .googleSearchField { width: 252px; font-size: 18px; line-height: ;}

  .subMenuAd { height: 100px;}

  #corecontent #sliderBox { height: 210px;}
  #sliderBox .bx-viewport { height: 200px!important;}
  #sliderBox .bxslider li { height: 200px; width: 230px!important;}
  #sliderBox .bxslider li a { height: 150px; }
  #sliderBox .bxslider li a img { max-height: 150px;max-width: 230px; }

  #corecontent {width: 320px;}
  #otherCore { padding-left: 0; padding-right: 0;}
  #blogSnippets .blogsnippets { width: 320px;}

  #otherCore #sliderBox { border-radius: 0;}
  #corner {border-radius: 0;}

  #leftcol { margin-left: 0;}

  #overviewProducts div.more { width: 110px; }
  #productBasicsTable { width: 300px;}
  #productBasicsTable .productImage { max-width: 155px;}

  #guidecontent { width: 320px; }
  #filters { float: left; width: 140px; }
  #filters tr { display: block; float: left; width: 136px;}
  #filters td { display: block;}
  #fromPrice, #toPrice { width: 113px;}
  #overviewcontent { width: 320px;}
  #detailsTable { width: 100%;}
  #blogEntries { width: 280px; }
  #highlightedProducts { width: 300px;float: right;margin-top: 0;}
  #otherCore #highlightedProducts > div{ display: block; float: none; margin-left: auto; margin-right: auto; }
  #highlightedProducts > div:first-child { padding-top: 1px; margin: 10px auto 0; width: 300px; height: 50px; 
                  background: #888; text-align: center; float: none; border-radius: 0;}
  .belowHiProds { width: 300px;}
  #guidecore #belowGuideAd { width: 160px; height: 600px; float: right;}
  div.more { font-size: 15px; }
  div.more { width: 85px;}
  div.specs { width: 136px;}
  #overviewProducts div.more { width: 98px; }
  #overviewProducts div.more.specs { width: 136px;}
  #retailerList { width: 300px;}
  #retailerList td:nth-child(2), #retailerList th:nth-child(2) { display: none;}
  .testsDiv { border: none; padding: 0; width: 300px;}
  .testSep img { width: 100px;}
  #testQuotes { width: 300px;}

  #commentcore { width: 312px;}
  .fb_iframe_widget { width: 308px!important;}
  .fb_iframe_widget span, .fb_iframe_widget iframe { width: 308px!important;}

}

