﻿*{margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;}
img { border: 0; display: block; }
h1, h2, h3, h4, h5, h6, h7, p { padding: 0; margin: 0; }
ul, ol, li { padding: 0; margin: 0; list-style: none; }
form { padding: 0; margin: 0; }
.radio { vertical-align: middle; }
select, input, textarea, option { padding: 0; margin: 0; font-size: 11px; color: #333333; outline: none; }
::-webkit-input-placeholder {color: #888;}
:-moz-placeholder {color: #888;}
::-moz-placeholder {color: #888;}
:-ms-input-placeholder {color: #888;}
/*======================================================*/
body {
	font-size: 12px;
	color: #707070;
	background: url("/images/bg.png") 0 0 repeat-x #fff;
	-webkit-text-size-adjust:none;
}
a {
	color: #e01010;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #222;
}
.clearfloat {clear: both; float: none; display: table; zoom: 1;}
/*======================================================*/
/* header */
/*======================================================*/
div.head {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	height: 130px;
}
div.head:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 33px;
	background: #f6f6f6;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
div.header {
	clear: both;
	width: 990px;
	height: 130px;
	margin: 0 auto;
	z-index: 11;
	position: relative;
}
div.logo {
	position: absolute;
	left: 0;
	top: 0;
}
div.logo a img {width: 174px; height: 90px; border:none;}
div.tbookshare {
	width: 164px;
	height: 32px;
	position: absolute;
	right: 140px;
	top: 5px;
}
div.tbookshare .addthis_toolbox {
	float:left;
}
div.tbookshare .addthis_toolbox a {float: left; padding: 0;}
/*-------------*/
/* top menu */
/*-------------*/
ul.topmenu {
	position: absolute;
	top: 101px;
	left: 0;
}
ul.topmenu:after {content: ""; width: 0; height: 0; display: block; clear: both;}
ul.topmenu li {
	display:block;
	float:left;
}
ul.topmenu li a {
	display:block;
	font-size: 13px;
	line-height: 13px;
	padding: 5px 10px;
	border-left: 1px solid #e0e0e0;
}
ul.topmenu li a.first {padding: 5px 10px 5px 0; border-left: none;}

/*-------------*/
/* search form */
/*-------------*/
div.search {
	position: absolute;
	width: 450px;
	height: 38px;
	right: 0;
	top: 36px;
	background: #fff;
	border: 1px solid #e0e0e0;
}
div.search input.sf {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 390px;
	border: none;
	background: none;
	font-size: 16px;
	color: #222;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
}
div.search input.sb {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 40px;
	height: 40px;
	border: none;
	background: none;
	font-size: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	cursor: pointer;
	background: url(/images/search.png) 12px 12px no-repeat #f41515;	
	border-radius: 0;
}
div.search.bottom {
	position: relative;
	right: auto;
	top: auto;
	margin-left: auto;
	margin: 30px auto 30px auto;
}
.autocomplete-suggestions {border: 1px solid #e0e0e0; border-top: none; background: #fff; overflow: auto; box-shadow: 0px 4px 8px rgba(0,0,0,0.2); font-size: 14px; margin-top: 10px;}
.autocomplete-suggestion {padding: 4px 5px; white-space: nowrap; overflow: hidden; color: #707070;}
.autocomplete-selected { background: #f0f0f0; color: #606060;}
.autocomplete-suggestions strong { font-weight: normal; color: #e01010; }
/*-----------------*/
/* language select */
/*-----------------*/
#lngselect {
	position: absolute;
	right: 0;
	top: 98px;
	width: 126px;
	padding-left: 5px;
	z-index: 2000;
	cursor:pointer;
	background:url("/images/select-arrow.png") no-repeat 100% 50% #f6f6f6;
	border: 1px solid #f6f6f6;
	text-align: left;
}
#lngselect.down:after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 10px solid #e0e0e0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	right: 50px;
	top: 32px;
	z-index: 2000;
}
#lngselect strong {
	display:block;
	width: 68px;
	padding:7px 0 7px 32px;
	font-size: 13px;
	line-height:13px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-transform:capitalize;
	cursor:pointer;
	font-weight: normal;
	color: #222;
}
#lngselect ul {
	display:none;
	position:absolute;
	top: 40px;
	right: -1px;
	width: 584px;
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	z-index: 3000;
	height: 140px;
	overflow:auto;
	text-transform:capitalize;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	-webkit-overflow-scrolling: touch;
}
#lngselect ul li {
	float: left;
}

#lngselect ul li a {
	display:block;
	float: left;
	width: 114px;
	padding:7px 0 7px 32px;
	font-size: 13px;
	line-height: 13px;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-transform:capitalize;
	border-radius: 0;
}
#lngselect strong.en, #lngselect ul li a.en {background: url(http://static.webclicks24.com/images/flags/gb.png) 5px 50% no-repeat;}
#lngselect strong.cs, #lngselect ul li a.cs {background: url(http://static.webclicks24.com/images/flags/cz.png) 5px 50% no-repeat;}
#lngselect strong.da, #lngselect ul li a.da {background: url(http://static.webclicks24.com/images/flags/dk.png) 5px 50% no-repeat;}
#lngselect strong.de, #lngselect ul li a.de {background: url(http://static.webclicks24.com/images/flags/de.png) 5px 50% no-repeat;}
#lngselect strong.el, #lngselect ul li a.el {background: url(http://static.webclicks24.com/images/flags/gr.png) 5px 50% no-repeat;}
#lngselect strong.es, #lngselect ul li a.es {background: url(http://static.webclicks24.com/images/flags/es.png) 5px 50% no-repeat;}
#lngselect strong.fr, #lngselect ul li a.fr {background: url(http://static.webclicks24.com/images/flags/fr.png) 5px 50% no-repeat;}
#lngselect strong.ko, #lngselect ul li a.ko {background: url(http://static.webclicks24.com/images/flags/kr.png) 5px 50% no-repeat;}
#lngselect strong.it, #lngselect ul li a.it {background: url(http://static.webclicks24.com/images/flags/it.png) 5px 50% no-repeat;}
#lngselect strong.hu, #lngselect ul li a.hu {background: url(http://static.webclicks24.com/images/flags/hu.png) 5px 50% no-repeat;}
#lngselect strong.nl, #lngselect ul li a.nl {background: url(http://static.webclicks24.com/images/flags/nl.png) 5px 50% no-repeat;}
#lngselect strong.ja, #lngselect ul li a.ja {background: url(http://static.webclicks24.com/images/flags/jp.png) 5px 50% no-repeat;}
#lngselect strong.no, #lngselect ul li a.no {background: url(http://static.webclicks24.com/images/flags/no.png) 5px 50% no-repeat;}
#lngselect strong.pl, #lngselect ul li a.pl {background: url(http://static.webclicks24.com/images/flags/pl.png) 5px 50% no-repeat;}
#lngselect strong.pt, #lngselect ul li a.pt {background: url(http://static.webclicks24.com/images/flags/pt.png) 5px 50% no-repeat;}
#lngselect strong.sk, #lngselect ul li a.sk {background: url(http://static.webclicks24.com/images/flags/sk.png) 5px 50% no-repeat;}
#lngselect strong.sl, #lngselect ul li a.sl {background: url(http://static.webclicks24.com/images/flags/si.png) 5px 50% no-repeat;}
#lngselect strong.fi, #lngselect ul li a.fi {background: url(http://static.webclicks24.com/images/flags/fi.png) 5px 50% no-repeat;}
#lngselect strong.sv, #lngselect ul li a.sv {background: url(http://static.webclicks24.com/images/flags/se.png) 5px 50% no-repeat;}
#lngselect strong.ru, #lngselect ul li a.ru {background: url(http://static.webclicks24.com/images/flags/ru.png) 5px 50% no-repeat;}

/*==========headers======================*/
h1,h2 {
	clear: both;
	width: 990px;
	height: 34px;
	font-size: 20px;
	line-height: 34px;
	font-weight: normal;
	margin: 0 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: capitalize;
	color: #444;
	border-bottom: 1px solid #e0e0e0;
	letter-spacing: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-indent: 2px;
}
div.h {
	clear: both;
	margin: 0 auto;
	padding: 0 154px 0 0;
	width: 990px;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div.h h1 {
	width: 70%;
	margin: 0;
	background: none;
	border: none;
	box-shadow: none;
	filter: none;
}
/*==========popular queries thumbs=======*/
ul.tcats {
	width: 996px;
	margin: 10px auto 30px auto;
}
ul.tcats:after {content: ""; width: 0; height: 0; display: block; clear: both;}
ul.tcats li {
	width: 320px;
	height: auto;
	float: left;
	margin: 0 2px 6px 2px;
	padding: 3px;
	padding-bottom: 52px;
	border: 1px solid #ededed;
	position: relative;
	background: #f6f6f6;
}
ul.tcats li img {
	width: 320px;
	height: 180px;
	display: block;
	border: none;
}
ul.tcats li h3 {
	position: absolute;
	bottom: 25px;
	left: 5px;
	right: 5px;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 5px;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
	z-index: 1;
}
ul.tcats span.cnt {
	display: block;
	position: absolute;
	z-index:3;
	bottom: 5px;
	left: 5px;
	right: 5px;
	width: auto;
	text-align:center;
	line-height: 16px;
}
/*==========content=======*/
ul.content {
	width: 996px;
	margin: 0 auto;
}
ul.content:after {content: ""; width: 0; height: 0; display: block; clear: both;}
ul.content li {
	width: 320px;
	height: auto;
	float: left;
	margin: 0 2px 6px 2px;
	border: 1px solid #ededed;
	padding: 3px;
	padding-bottom: 78px;
	position: relative;
	background: #f6f6f6;
}
ul.content li img {
	width: 320px;
	height: 180px;
}
ul.content li h3 {
	position: absolute;
	bottom: 45px;
	left: 5px;
	width: 312px;
	height: 30px;
	line-height: 14px;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	overflow: hidden;
	text-align: center;
	display: none;
}
ul.content li span.dur {
	position: absolute;
	z-index:3;
	bottom: 78px;
	right: 3px;
	color: #fff;
	width: 50px;
	height: 12px;
	line-height: 13px;
	padding: 5px 0;
	text-align:center;
	font-weight:bold;
	font-size: 11px;
	background: url("http://static.webclicks24.com/images/60.png") repeat;
}
ul.content li span.add {
	display: block;
	position: absolute;
	left: 5px;
	bottom: 56px;
	font-size: 11px;
	line-height: 15px;
	padding-left: 15px;
	background:url("/images/d.png") 0px 1px no-repeat;
}
ul.content li span.src {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 56px;
	font-size: 11px;
	line-height: 15px;
	padding-left: 15px;
	background:url("/images/s.png") 0px 0px no-repeat;
}
ul.content li span.src a {color: #707070;}
ul.content li span.src a:hover {color: #000;}
ul.content li span.tl {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	width: auto;
	height: 40px;
	text-align: left;
	font-size: 12px;
	overflow: hidden;
	border-top: 1px solid #f0f0f0;
	line-height: 20px;
	padding-top: 4px;
}
ul.content li span.tl a,ul.content li span.tl span {
	display: inline-block;
	line-height: 19px;
	font-size: 12px;
	padding: 0 10px 0 12px;
	background: url("/images/t.png") 0 3px no-repeat;
	text-transform: capitalize;
}
ul.content li a.report {
	display:block;
	position: absolute;
	left: 3px;
	bottom: 78px;
	background: url("http://static.webclicks24.com/images/report.png") 6px 5px no-repeat #000;
	width: 24px;
	height: 22px;
	z-index: 10;
	opacity: 0.6;
}
ul.content li:hover a.report:hover {
	opacity: 1;
}
/*==========not found=======*/
div.notfound {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin: 20px auto;
	font-size: 18px;
	text-align: center;
}
div.notfound b {text-transform: capitalize;}
div.notfound a {
	display:block;
	padding:10px;
	font-size:24px;
	line-height: 24px;
	text-decoration: none;
	min-width: 60px;
	text-align: center;
	border-radius: 0;
	margin: 10px auto;
	border: 1px solid #333;
	background: #000;
	text-transform: capitalize;
}
div.notfound a:hover {border: 1px solid #666; color: #fff;}


/*==========popular queries text=======*/
div.az {
	width: 990px;
	margin: 5px auto 30px auto;
}
div.az:after {content: ""; width: 0; height: 0; display: block; clear: both;}
div.az ul {
	width: 20%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 5px;
}
div.az ul li {
	display: block;
	width: 100%;
	height: 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-indent: 5px;
}
div.az ul li > a {
	display: block;
	width: 70%;
	line-height: 24px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	text-transform: capitalize;
}
div.az ul li > span {
	display: block;
	width: 28%;
	line-height: 24px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	text-align: right;
}
div.az ul li.space {background: none;}
div.az ul li.letter {
	font-size: 16px;
	line-height: 24px;
	width: 98%;
	text-transform: uppercase;
	color: #666;
	background: #f6f6f6;
}

/*==========navigation=======*/
div.nav {
	width:990px;
	margin: 10px auto;
	text-align:left;
	clear:both;
}
div.nav:after {content: ""; width: 0; height: 0; display: block; clear: both;}
div.nav.top {padding-bottom: 5px;}
div.nav.bottom {margin-bottom: 20px;}
div.sort {
	float: left;
}
div.durgrp {
	float: right;
}
div.sort a, div.durgrp a {
	display:block;
	float:left;
	padding:10px;
	font-size:14px;
	line-height: 14px;
	text-decoration: none;
	min-width: 60px;
	text-align: center;
	margin: 0 3px 0 0;
	background: #f6f6f6;
	border-bottom: 1px solid #e6e6e6;
}
div.durgrp a {margin: 0 0 0 3px;}
div.sort a.current, div.durgrp a.current {
	color: #fff;
	font-weight: normal;
	background: #f41515;
	border-bottom: 1px solid #f41515;		
}
div.pages {
	float: left;
}
div.pages>span {
	display: block;
	float: left;
	padding:10px;
	font-size:13px;
	line-height: 14px;
}
div.pages>span.ptitle {line-height: 16px; font-size: 12px; padding-left: 0;}
div.pages a {
	display:block;
	float:left;
	padding:10px;
	font-size:14px;
	line-height: 14px;
	text-decoration: none;
	min-width: 18px;
	text-align: center;
	margin: 0 3px 0 0;
	background: #f6f6f6;
	border-bottom: 1px solid #e6e6e6;
}
div.pages a.current {
	color: #fff;
	font-weight: normal;
	background: #f41515;
	border-bottom: 1px solid #f41515;		
}

/*==========related text=======*/
div.related {margin: 5px auto; width: 990px;}
div.related:after {content: ""; width: 0; height: 0; display: block; clear: both;}
div.related a {display:block; float:left; margin-right:10px; text-indent:14px; min-height:18px; background:url("/images/lupe.png") 0px 2px no-repeat; text-transform:capitalize; margin-bottom: 5px;}
div.related span {display:block; float:left; margin-right:8px; margin-bottom: 5px;}
div.hideonmobile div.related {margin-top: 15px;}

/*==========toplist=======*/
div.tradeindex {
	width: 990px;
	margin: 5px auto 30px auto;
}
div.tradeindex:after {content: ""; width: 0; height: 0; display: block; clear: both;}

ul.globaltop {
	float:left;
	width:20%;
}
ul.globaltop li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:100%;
	height:28px;
	font-size: 14px;
	line-height: 28px;
	padding-right:5px;
	white-space:nowrap;
	overflow:hidden;
	text-indent: 3px;
	border-bottom: 1px solid #f6f6f6;
}

/*==========add this=======*/
div.bookshare {
	width: 476px;
	height: 40px;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
/*==========footer=======*/
div.footer {
	clear: both;
	width: 990px;
	margin: 0 auto;
}
span.desktopspan, span.mobilespan {display: none;}

/*==========back to top=======*/
#back_to_top {
	right:20px;
	bottom:7%;
	z-index:1000;
	font-size:12px;
	position:fixed;
	display: none;
}
#back_to_top a#back-to-top {
	text-decoration:none;
	display:block;
	padding:10px 15px;
	width: 30px;
	height: 30px;
	position:relative;
	z-index:99999;
	background: #aaa;
	-webkit-border-radius:10%;
	-moz-border-radius:10%;
	border-radius:10%;
	opacity: 0.6;
}
#back_to_top a#back-to-top img {
	border: none;
	width: 30px;
	height: 30px;
}
#back_to_top a#back-to-top:hover {opacity: 0.8;}
/*==========ads=======*/
.ads3 {width:960px; margin:0 auto 30px auto; clear: both;}
.ads3:after {content: ""; width: 0; height: 0; display: block; clear: both;}
.ads3b {width:300px; height:250px; padding:4px; background: #f6f6f6; border: 1px solid #ededed; margin: 0 5px 10px 5px; float:left;}

/* 4 col
--------------------------------------------*/
@media all and (min-width: 1340px) {
	div.header, div.footer, div.nav, div.related {width: 1322px;}
	h1,h2 {width: 1322px;}
	div.tradeindex, div.az {width: 1322px;}
	div.h {width: 1322px;}
	ul.tcats, ul.content {width: 1328px;}
	/*div.search {width: 700px;}
	div.search.top {margin-left: -352px;}
	div.search input.sf {width: 650px;}*/
}

/* 5 col
--------------------------------------------*/
@media all and (min-width: 1670px) {
	div.header, div.footer, div.nav, div.related {width: 1652px;}
	h1,h2 {width: 1652px;}
	div.tradeindex, div.az {width: 1652px;}
	div.h {width: 1652px;}
	ul.tcats, ul.content {width: 1660px;}
}
/* < 1000
--------------------------------------------*/
@media all and (max-width: 1000px) {
	.hideonmobile {display: none;}
	body {padding: 0 5px 5px 5px;}
	div.head, div.header, div.az, div.nav, div.footer, div.tradeindex, h1, h2, div.related, div.h, ul.content, ul.tcats, div.bookshare {width: 100%; box-sizing: border-box; -moz-box-sizing: border-box;}
	#lngselect ul {width: 300px; height: auto;}
	div.sort, div.durgrp {display: table; width: 50%; border-spacing: 1px;}
	div.durgrp {margin-left: 0;}
	div.sort a, div.durgrp a {display: table-cell; float: none; width: 50%; text-align: center; margin: 0;}
	div.nav.top div.pages {display: none;}
	ul.content, ul.tcats {padding-left: 0;}
	ul.content li, ul.tcats li, ul.content li:hover, ul.tcats li:hover {width: 33.3333%; margin: 0; border: 2px solid #fff; box-shadow: inset 0 0 1px #ccc; padding: 4px; padding-bottom: 78px; box-sizing: border-box; -moz-box-sizing: border-box; min-height: 100px;}
	ul.tcats li, ul.tcats li:hover {padding-bottom: 52px;}
	ul.content li img, ul.tcats li img {width: 100%; height: auto; max-height: 180px;}
	ul.content li h3, ul.tcats li h3 {/*width: 100%; left: 0; box-sizing: border-box; -moz-box-sizing: border-box;*/}
	ul.tcats li h3 {font-size: 16px;/* height: 30px; line-height: 30px;*/}
	ul.tcats li span.cnt {/*bottom: 32px;*/}
	ul.content li h3 {/*padding: 0 5px;*/}
	ul.content li span.dur {right: 4px; bottom: 78px;}
	ul.content li span.add {left: 6px;}
	ul.content li span.src {right: 6px;}
	ul.content li span.tl {left: 6px; right: 6px;}
	ul.content li a.report {left: 4px; bottom: 78px;}
	div.pages {float: none; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; display: table; border-spacing: 1px;}
	div.pages span, div.pages a {display: table-cell; float: none; text-align: center;}
	div.pages span.ptitle {display: none;}
	div.nav.bottom div.sort,div.nav.bottom div.durgrp {display: none;}
	ul.globaltop {width:25%;}
	ul.globaltop.col5 {display: none;}
	div.az ul {width: 100%; padding-left: 0; padding-right: 0;}
	div.az ul li {width: auto; padding-right: 30px; float: left; margin-bottom: 5px;}
	div.az ul li > a {width: auto; float: left; text-indent: 0; padding-left: 5px;}
	div.az ul li > span {width: auto; float: left; padding-left: 0px; display: none;}
	div.az ul li.letter, div.az ul li.space {width: 100%; padding-right: 0;}
	ul.topmenu {left: 5px;}
}

@media all and (max-width: 839px) {
	ul.topmenu li.ext {display: none;}
}
/* <768
--------------------------------------------*/
@media all and (max-width: 767px) {
	div.h {padding: 0;}
	div.tbookshare {display: none;}
	div.h h1 {width: 100%;}
	ul.globaltop {width:33.333%;}
	ul.globaltop.col4 {display: none;}
	div.pages a.delta4 {display: none;}
	div.search.top {left: auto; right: 0; margin-left: 0;}
	ul.content li,ul.content li:hover {padding-bottom: 96px;}
	ul.content li span.src {right: auto; left: 6px; bottom: 54px;}
	ul.content li span.add {bottom: 74px;}
	ul.content li span.dur {bottom: 96px;}
	ul.content li a.report {bottom: 62px; left: auto; right: 10px; background: url("http://static.webclicks24.com/images/report.png") 6px 5px no-repeat #888; border-radius: 2px;}
	div.search {width: 300px;}
	div.search input.sf {width: 240px;}
	ul.tcats li h3 {font-size: 14px;}
}

/* <600
--------------------------------------------*/
@media all and (max-width: 599px) {
	div.pages a.delta3 {display: none;}
}

/* <500
--------------------------------------------*/
@media all and (max-width: 499px) {
	div.header,div.head {height: 180px;}
	div.logo {left: 50%; margin-left: -87px;}
	div.search.top {right: auto; left: 50%; margin-left: -152px; top: 93px;}
	#lngselect {width: 55px; top: 148px;}
	#lngselect strong {width: 0; height: 13px;}
	#lngselect strong span {display: none;}
	#lngselect.down:after {right: 28px;}
	ul.topmenu {top: 151px;}
}

/* <480px - 2 columns
--------------------------------------------*/
@media all and (max-width: 479px) {
	ul.content li, ul.tcats li, ul.content li:hover, ul.tcats li:hover {width: 50%;}
	div.pages a.delta2 {display: none;}	
	ul.globaltop {width:50%;}
	ul.globaltop.col3 {display: none;}
	div.bookshare {height: 70px;}
	div.sort, div.durgrp {width: 100%; float: none;}
	div.durgrp {margin-top: 5px;}
	h1,h2 {font-size: 16px; letter-spacing: normal; text-align: center;}
}

