/* html { font-size: 62.5%; font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "HelveticaNeue", Arial, Helvetica, sans-serif } */
html { font-size: 62.5%; font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Calibri,sans-serif; font-weight: 300;}


/* Search */
body .search {
  color:#282E6C;
}

#search_query {
	font-size: 14px;	
}

a.search:hover, button.search:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#282E6C;
}
a.search:active, button.search:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

button.search img, a.search img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:20px;
  height:20px;
  float:none;
}

.container .error, .container .notice, .container .success {
	padding: 0.4em;
	text-align: center; 
}


div.pagination {
}

div.pagination a {
	border: 1px solid #dedfde;
	margin-right:3px;
	padding:2px 6px;

	background-position:bottom;
	text-decoration: none;		
}
div.pagination a:hover, div.meneame a:active {
	border: 1px solid #666;
	background-image:none;
	background-color:#282E6C;
	color: #fff;
}
div.pagination span.current {
border: 1px solid #dedfde;
	margin-right:3px;
	padding:2px 6px;
	
	font-weight: bold;
	color: #282E6C;
}
div.pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;

	color: #adaaad;
}

a.sort_result_link, a.sort_result_link:visited {
	color:#3366CC;
}

span.sort_result_current {
	font-weight: bold;
}

#search_results td {
	border-right: none;
}

div.search_results_img {
	width: 128px;
	height: 128px;
	background-color: white;
	border: 2px solid #DDD;
}

div.front_page_img {
	width: 85px;
	height: 85px;
	background-color: white;
	border: 2px solid #DDD;
}

div.product_detail_img {
	width: 200px;
	height: 200px;
	background-color: white;
	border: 2px solid #DDD;	
}

table.compare_prices {
	border: none;
}

table.compare_prices td{
	border-right: none;
}


h1 {
	font-weight: 300; color: #272B6B
}

#heading {
	margin: 0 0 10px 0;
	font-size: 4em;
	line-height: 1em;
}

h2 {
	font-weight: 300; color: #272B6B; 
}

ul.errorlist {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

ul.errorlist li {
    background-color: transparent;
	margin: 0;
}

.form_help_message {
	font-size: 0.8em;
	color: #444;
	margin-top: 2px;
	line-height: 1.2em;
}

.ui-state-active { border: 1px solid #DDD; background-color: #F4F4F4 !important; font-weight: normal; color: #212121; outline: none; }
.ui-tabs {padding: .2em;}
.ui-tabs-nav { padding: .2em .2em 0 .2em;  position: relative; }
ul.ui-tabs-nav {list-style-type: none; margin: 0; float: right;}
.ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em -1px 0; padding: 0; border: 1px solid #DDD; background-color: #F6F6F6; }
.ui-tabs-nav li a { display:block; text-decoration: none !important; padding: .5em 1em; color: #272B6B;}
.ui-tabs-nav li.ui-tabs-selected {  padding-bottom: .1em; border-bottom: 0; }
.ui-tabs-panel { display: block; border: 0; background: none; }
.ui-tabs-hide { display: none !important; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix { display: inline-block; }
.ui-widget-header { color: #222222; font-weight: bold; }

