@charset "UTF-8";

/* Common Classes
----------------------------------------------------- */

.hide {
	display: none;
}

#dbg {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: red;
	z-index: 300;
	line-height: 1;
	color: yellow;
	font-family: sans-serif;
	font-size: small;
	-webkit-transition: -webkit-transform 0.1s linear;
}

#dbg:first-letter {
	padding: 2px;
}

.none {
	display: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}




/* Common Tags
----------------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
	overflow: hidden;
}

.mobile body {
	overflow: auto;
	overflow-x: hidden;
}

section, hgroup, nav, article, aside, header, footer {
	display: block;
}



img {
	border:0;
}

hr {
	display: none;
}

a {
	outline: 0;
	border:0;
}

.icon iframe {
	border: 0;
	margin: 0;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
}

::selection {
	background-color: #b4d5fe;
}
::-moz-selection {
	background-color: #b4d5fe;
}

.blur ::selection {
	background-color: #d4d4d4;
}

.blur ::-moz-selection {
	background-color: #d4d4d4;
}

/* header
----------------------------------------------------- */

header {
	position:relative;
	top:0;
	width:100%;
	min-width: 320px;
	height:24px;
	background-color: #e0dedf;
	border-bottom: solid 1px #8d8d8d;
	color: #282828;
	z-index: 3;
	background-image: url(../images/base.png);
	background-image: linear-gradient(top, #ebebeb, #d5d5d5);
	background-image: -o-linear-gradient(top, #ebebeb, #d5d5d5);
	background-image: -moz-linear-gradient(top, #ebebeb, #d5d5d5);
	background-image: -webkit-linear-gradient(top, #ebebeb, #d5d5d5);
	background-image: -ms-linear-gradient(top, #ebebeb, #d5d5d5);
	background-repeat: repeat-x;
	background-position: 0 0;
	overflow: visible;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
}

html.iphone header,
html.ipad header {
	background-color: #b4bec6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e4e7), to(#b4bec6));
	border-bottom: solid 1px #5e656a;

}
html.iphone header,
html.ipad header {
	background-color: #ccced7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e8ec), to(#c3c6cf));
	border-bottom: solid 1px #51575c;
}


.mobile header > * {
	-webkit-tap-highlight-color: rgba(26,26,26,0.300781);
}

.win.firefox header,
.win.msie header {
	background-color: ThreeDFace;
	background-image: none;
	border-bottom-color: #808080;
	background-image: url(../images/ie_header_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.mobile header #header-wrap {
	visibility: hidden;
}


/* h1
----------------------------------------------------- */

header h1 {
	position: absolute;
	display: block;
	margin: 0 0 0 0;
	top:0px;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	-webkit-text-shadow: 0 1px 0px rgba(255,255,255,0.8);
	-moz-text-shadow: 0 1px 0px rgba(255,255,255,0.8);
	text-shadow: 0 1px 0px rgba(255,255,255,0.8);
	height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
	padding-top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: auto;
}

.moblile header h1 {
	visibility: hidden;
}


header h1 #home {
	position: relative;
	display: inline-block;
	height: 0;
}

header h1 * {
	vertical-align: top;
}

header h1 a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	cursor: default;
	outline: 0;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 16px;
	margin: 4px -2px 0 -5px;
}

.pc header h1 #home:hover a,
header #home.hover a,
.directries header #home a {
	color: #2277ff !important;
}


header h1 a.home {
	position: relative;
	display: inline-block;
	margin: 0 16px 0 0;
	top:4px;
	left: 4px;
	padding: 0 0 0 18px;
	line-height: 16px;
	height: 16px;
	vertical-align: top;
	background-image:url(../images/base.png);
	background-position: -109px -72px;
	background-repeat: no-repeat;
}

.raquo {
	display: inline-block;
	width: 7px;
	height: 24px;
	text-indent: -1000px;
	background-image: url(../images/base.png);
	background-repeat: no-repeat;
	background-position: -46px -95px;
	color:#aaa;
	margin: 0px 6px 0 2px;
	vertical-align: top;
	overflow: hidden;
}

.directries header a.home {
	color: #2277ff;
	background-position: -109px -88px;
	text-shadow: 0 1px 0px rgba(255,255,255,0.8), 0 0px 1px rgba(0,128,255,0.3);
	-moz-text-shadow: 0 1px 0px rgba(255,255,255,0.8), 0 0px 1px rgba(0,128,255,0.3);
	text-shadow: 0 1px 0px rgba(255,255,255,0.8), 0 0px 1px rgba(0,128,255,0.3);
}

#trig-directries {
	position: absolute;
	display: block;
	top: 4px;
	right: -4px;
	height: 16px;
	width: 16px;
	background-image: url(../images/base.png);
	background-position: -69px -72px;
	background-repeat: no-repeat;
}

.pc #home:hover #trig-directries,
header #home.hover #trig-directries,
.directries header #home #trig-directries {
	background-position: -69px -88px;
}

#trigm-directries {
	position: absolute;
	display: block;
	top: 4px;
	left: 4px;
	height: 16px;
	width: 65px;
}


#trig-options {
	position: relative;
	display: block;
	float: right;
	top:4px;
	margin: 0 2px 0 2px;
	height: 16px;
	width: 24px;
	overflow: hidden;
	background-image: url(../images/base.png);
	background-repeat: no-repeat;
}


#trig-options {
	background-position: -85px -72px;
}


.pc #trig-options:hover,
#trig-options.hover {
	background-position: -85px -88px;
}


.options #trig-options {
	background-position: -85px -88px !important;
}

#trig-spacer {
	position: relative;
	display: block;
	float: right;
	top:3px;
	width: 3px;
	height: 19px;
	overflow: hidden;
}

/* Search
----------------------------------------------------- */

#search,
body.blur #search {
	position: relative;
	float: right;
	display: block;
	top:0;
	right:0;
	width: 20%;
	max-width: 150px;
	min-width: 80px;
	height: 24px;	
	background-repeat: repeat-x;
	background-position: 0 0;
	overflow: hidden;
	/*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#search.focus,
#search.hover {
	background-position: 0 -24px;
	min-width: 80px;
}

#search label {
	display: block;
	width: 100%;
	height: 24px;
}

#search label .before {
	/*content: "";*/
	display: block;
	position: absolute;
	z-index: 0;
	height: 24px;
	left:22px;
	right: 22px;
	background-image: url(../images/base.png);
	background-repeat: repeat-x;
	background-position: left -24px;
	overflow:hidden;
}

#search.focus label .before,
#search.hover label .before {
	background-position: 0 -48px;
}

#search label .after {
	/*content: "9031";*/
	display: block;
	color: gray;
	position: absolute;
	z-index: 0;
	top: 6px;
	left: 23px;
	cursor: text;
	font-family: inherit;
	font-size: inherit;
	line-height:inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#search.focus label .after,
#search.notempty label .after {
	display: none;
}

#search-text {
	position: relative;
	display: block;
	outline: 0;
	border: 0;
	margin: 0px;
	padding: 6px 22px;
	left:0px;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	overflow:hidden;
	color: #000;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat-x;
	border-width: 0;
	z-index: 1;
	font-family: inherit;
	font-size: inherit;
	line-height:inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#search.focus #search-text {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	user-select: auto;
}

#search > .before {
	/*content: "";*/
	display: block;
	background-position: 0 -72px;
	background-image: url(../images/base.png);
	background-repeat: no-repeat;
	position: absolute;
	top:0;
	left: 0;
	width: 22px;
	height: 24px;
	z-index: 2;
}

#search > .after {
	/*content: "";*/
	display: block;
	background-position: -22px -72px;
	background-image: url(../images/base.png);
	background-repeat: no-repeat;
	position: absolute;
	top:0;
	right: 0;
	width: 22px;
	height: 24px;
	z-index: 2;
}

#search.focus > .before,
#search.hover > .before {
	background-position: 0 -96px;
}


#search.focus > .after,
#search.hover > .after {
	background-position: -22px -96px;
}

#search-submit {
	display: none;
}

#search-clear {
	position: absolute;
	width: 11px;
	height: 11px;
	top:7px;
	right:7px;
	background-image: url(../images/base.png);
	background-repeat: no-repeat;
	background-position: -44px -72px;
	overflow: hidden;
	z-index: 3;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#search.notempty #search-clear {
	display: block;
}

#search-clear.focus {
	background-position: -44px -83px;
}

/* Main
----------------------------------------------------- */

#main { /* for main area + scrollbar + bgcolor */
	position: absolute;
	top:25px;
	width:100%;
	min-width: 320px;
	min-height: 133px;
	bottom:0;
	overflow: auto;
	overflow-x: hidden;
	cursor: default;
	/*background-color: #2c2b2c;*/
	-webkit-overflow-scrolling: touch !important;
}

/*body.options #main,
body.directries #main {
	pointer-events:none;
}*/

#wrap { /* for wrap content width + content loader */
	position: relative;
	min-height: 100%;
    overflow: hidden;
    background-position: center center;
	background-repeat: no-repeat;
		
}

.content { /* for padding content area + shrink + multiple repeat */
	padding-bottom: 20px !important;
	min-height: 113px;
	
}



/* Nav
----------------------------------------------------- */

nav {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	height:100%;
	width: 100%;
	z-index: 100;
	background-color: transparent;
	top:0px;
	left: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow: hidden;

}

dl.menu {
	display: none;
	position: relative;
	background-color: rgba(255,255,255,0.98);
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 23px 0 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.4);
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #999;
	cursor: default;
}

.win dl.menu {
	font-family: Tahoma, arial, sans-serif;
}

/*.options nav dl#nav-options.menu,
.directries nav dl#nav-directries.menu {
	display: block;
}*/

dl.menu a,
dl.menu del {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0 20px;
	margin: 0 -1px;
	cursor: default;
	position: relative;
	outline:0;
	border-width: 1px 0;
	border-color: transparent;
	border-style: solid;
	/*-webkit-tap-highlight-color: rgba(26,26,26,0.300781);*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*dl.menu a.checked:before {
	content:"✓";
	display: inline-block;
	position: absolute;
	top:0;
	left: 6px;
}*/

dl.menu a.checked .before {
	display: inline-block;
	position: absolute;
	top:0;
	left: 6px;
}

dl.menu a .count {
	color: #999;
	margin-left: 0.25em;
}

dl.menu s,
dl.menu del {
	color: #999;
	padding: 0;
	text-decoration: none;
}

dl.menu a.hover {
	color: #fff;
	background-color: #4768f8;
	border-top-color: #627df0;
	border-bottom-color: #2e4eee;
	background-image: -moz-linear-gradient(top, #6b86f9, #395af7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6b86f9), to(#395af7));
}

html.opera9 dl.menu a.hover {
	background-image: url(../images/opera_grade.gif);
}

dl.menu a.hover .count {
	color: #fff;
}

dl.menu dd,
dl.menu dt {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

dl.menu > dt {
	display: none;
}

dl.menu dl dt {
	padding: 0 20px;

}

dl.menu dl dt > a {
	margin: 0 -21px;
}

dl.menu dl dt > img[width="1"] {
	border: 0 !important;
	margin: 0 !important;
	display: none;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

dl.menu dl dd > a {
	padding: 0 20px 0 34px;
}

dl.menu > dd {
	display: block;
	position: relative;
	margin: 0 1px;
	padding: 0;
	border-bottom: solid 1px #ffffff;
}

dl.menu > dd:last-child,
dl.menu > dd.last-child {
	margin-bottom:-2px;
}

dl.menu > dd dl {
	display: block;
	position: relative;
	border-bottom: solid 1px #e4e4e4;
	margin: 0;
	padding: 5px 0 5px 0;
}

/* Footer
----------------------------------------------------- */

footer {
	display: none;
}

#footer {
	position: absolute;
	font-family: Arial, helvetica;
	font-size:9px;
	line-height: 1;
	text-align: center;
	bottom:7px;
	width: 100%;
	color:#585858;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	clear: both;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#footer.fixed {
	position: fixed;
	z-index: 101;
}

#footer p {
	font-size: 9px;
	margin: 0 !important;
	padding: 0 !important;
}

#footer p small {
	font-size: 9px;
}

#footer p small a {
	color:#585858;
	text-decoration: none;
}

/* Growl
----------------------------------------------------- */

#grwl {
	position: fixed;
	display: none;
	width: 0;
	top:0;
	right: 0;
	height: 100%;
	z-index: 98;
}

.mobile #grwl {
	position: absolute;
}

.grwl-box {
	position: absolute;
	right:0;
	display: none;
	width: 260px;
	padding: 10px;
	margin-right: 18px;
	margin-bottom: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 1px #000, 0 5px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 1px #000, 0 5px 10px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 1px #000, 0 5px 10px rgba(0,0,0,0.4);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grwl-box.tweet {
	background-color: rgba(25,25,25,0.9);
	color: #fff;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	border: solid 2px #fff;
	-webkit-text-shadow: 0 2px 2px #000;
	-moz-text-shadow: 0 2px 2px #000;
	text-shadow: 0 2px 2px #000;
	cursor: default;
}

.grwl-box.like {
	background-color: rgba(255,255,255,0.98);
	border: solid 2px #ffffff;
	min-height: 57px;
	/*background-image: -moz-linear-gradient(top, #fafafa, #f2f2f2);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f2f2f2));*/
	
}

.grwl-box.like.loading {
	background-image:url(../images/ajax-loader-ffffff.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.grwl-box.like iframe {
	border:0;
	overflow:hidden;
	width:260px;
	height: 57px;
	margin: 0;
	padding: 0;
	visibility: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.grwl-box a.close {
	position: absolute;
	z-index: 100;
	width: 30px;
	height: 30px;
	background-image: url(../images/base.png);
	top:-13px;
	left: -16px;
	background-position: -65px -104px;
	background-repeat: no-repeat;
	outline: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(26,26,26,0.300781);
}

.win .grwl-box a.close,
.linux .grwl-box a.close {
	left: auto;
	right: -16px;
}

.grwl-box a.close:active {
	background-position: -95px -104px;
}

#growl .image,
.grwl-box.tweet .image {
	position: absolute;
	display: block;
	z-index: 0;
	top:12px;
	left: 12px;
	width: 32px;
	height: 32px; 
}

.grwl-box.tweet .image a {
	display: block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

.grwl-box.tweet .header  {
	font-weight: bold;
	margin: 0 0 1em 60px;
	line-height: 1;
}

.grwl-box.tweet .body {
	margin: 0 0 0 60px;
}

.grwl-box.tweet a {
	color: #fff;
	text-decoration: none;
}


/* Notice
----------------------------------------------------- */

#notice {
	position: fixed;
	visibility: hidden;
	z-index: 99;
	max-width: 260px;
	padding: 10px;
	background-color: rgba(25,25,25,0.6);
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#notice.large {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	-webkit-text-shadow: 0 1px 2px #000;
	-moz-text-shadow: 0 1px 2px #000;
	text-shadow: 0 1px 2px #000;
}

#notice.small {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	-webkit-text-shadow: 0 1px 2px #000;
	-moz-text-shadow: 0 1px 2px #000;
	text-shadow: 0 1px 2px #000;
}

#notice.small .success,
#notice.small .error {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

#notice.small .success {
	background-image: url(../images/icon_success.png);
}

#notice.small .error {
	background-image: url(../images/icon_error.png);
}

/* LB
----------------------------------------------------- */


#lb {
	position: fixed;
	display: none;
	background-color: #201f1f;
	width: 100%;
	min-width: 320px;
	top:25px;
	left:0;
	bottom:0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	min-height: 133px;
}

.mobile #lb {
	position: absolute;
	top:0;
}

#lb-header {
	display: block;
	position: absolute;
	width: 100%;
	top:0px;
	height: 24px;
	border-bottom: solid 1px #111;
	/*background-image: -moz-linear-gradient(top, #333333, #181818);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#181818));*/
	background-image: url(../images/base.png);
	background-repeat: repeat-x;
	background-position: 0 -265px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 10;
}

#lb-stage {
	position: absolute;
	width: 100%;
	top:25px;
	bottom: 82px;
	background-image:none;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#lb.norel #lb-stage {
	bottom:20px;
}

#lb-stage.loading {
	background-image: url(../images/ajax-loader-201f1f.gif);	
}

#lb-rel {
	position: absolute;
	width: 100%;
	height:60px;
	bottom:18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#lb-ref a {
	color: #fff;
	display: inline-block !important;
	height: 16px;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 0 2px;
	-webkit-tap-highlight-color: rgba(26,26,26,0.300781);
}

.pc #lb-ref a:hover {
	filter:alpha(opacity=100);
	opacity: 1;
}

.fonts #lb-ref a,
.goodies #lb-ref a {
	background-image: url(../images/icon_download.png);
}

#lb-ref a {
	background-image: url(../images/icon_link.png);
}




#lb-desc,
#lb-ref {
 	margin: 0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	line-height: 20px;
}

#lb-desc {
	padding-top: 16px;
	color:#666;	
}

#lb-desc .price {
	margin-left: 0.5em;
}

#lb-ref {
	font-weight: bold;
	font-size: 13px;
}

#lb-ref .prefix {
	filter:alpha(opacity=80);
	opacity: 0.8;
	margin: 0 2px 0 0;
}

#lb-close,
#lb-prev,
#lb-next {
	position: absolute;
	display: block;
	width:16px;
	height: 16px;
	top: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-position: 0 0;
	background-repeat: no-repeat;
	filter:alpha(opacity=20);
	opacity: 0.2;
}

#lb-close,
#lb-prev.enabled,
#lb-next.enabled {
	filter:alpha(opacity=60);
	opacity: 0.6;
	cursor: pointer;
}

.pc #lb-close:hover,
.pc #lb-prev.enabled:hover,
.pc #lb-next.enabled:hover,
.pc #lb-close.hover,
.pc #lb-prev.enabled.hover,
.pc #lb-next.enabled.hover {
	filter:alpha(opacity=80);
	opacity: 0.8;
}

.pc #lb-close.hover.active,
.pc #lb-prev.enabled.hover.active,
.pc #lb-next.enabled.hover.active {
	filter:alpha(opacity=100);
	opacity: 1.0;
}

#lb-close {
	left: 4px;
	background-image: url(../images/lb_btn.png);
	background-position: 0 0;
}

.win #lb-close,
.linux #lb-close {
	left: auto;
	right: 4px;
}

#lb-prev {
	right: 24px;
	background-image: url(../images/lb_btn.png);
	background-position: -16px 0;
}

.win #lb-prev,
.linux #lb-prev {
	left: 4px;
}

#lb-next {
	right: 4px;
	background-image: url(../images/lb_btn.png);
	background-position: -32px 0;
}

.win #lb-next,
.linux #lb-next {
	left: 24px;
}

#lb-pages {
	position: absolute;
	top:0;
	width: 100%;
	text-align: center;
	height: 16px;
}

.lb-page-wrap {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 3px;
}

.lb-page {
	display:block;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	background-image: url(../images/lb_btn.png);
	background-position: -48px 0;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-webkit-tap-highlight-color: rgba(26,26,26,0.300781);
}

.lb-page.current,
.pc .lb-page.current.hover {
	filter:alpha(opacity=100);
	opacity: 1.0;
	cursor:default;
}

.pc .lb-page.hover {
	filter:alpha(opacity=67);
	opacity: 0.67;
}

#lb-title {
	position: absolute;
	font-size: 12px;
	line-height: 24px;
	top:0;
	left: 22px;
	right: 44px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ccc;
	text-align: center;
	text-indent:22px;
	cursor: default;
	font-weight: bold;
}

#lb-image {
	position: absolute;
	display: block;
	display: none;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.thumbnails.none {
	display: none;
}

/* Mobile
----------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {  
	header h1 a.home,
	.raquo,
	#trig-directries,
	#trig-options,
	#search label .before,
	#search > .before,
	#search > .after,
	#search-clear,
	.grwl-box a.close {  
		background-image: url(../images/base@2x.png);
		background-size:125px 289px;
	}	
	
	#lb-close,
	#lb-prev,
	#lb-next,
	.lb-page {
		background-image: url(../images/lb_btn@2x.png);
		background-size:64px 16px;
	}
	
	.fonts #lb-ref a,
	.goodies #lb-ref a {
		background-image: url(../images/icon_download@2x.png);
		background-size:12px 12px;
	}
	
	#lb-ref a {
		background-image: url(../images/icon_link@2x.png);
		background-size:12px 12px;
	}	
}

/*@media only screen and (max-device-width: 1024px) {*/

	html.iphone,
	html.iphone body,
	html.iphone nav,
	html.ipod,
	html.ipod body,
	html.ipod nav {
		min-height: 416px;	
	}
	
	html.iphone.landscape,
	html.iphone.landscape body,
	html.iphone.landscape nav,
	html.ipod.landscape,
	html.ipod.landscape body,
	html.ipod.landscape nav {
		min-height: 268px;
	}
	
	html.ipad,
	html.ipad body,
	html.ipad nav {
		min-height: 1004px;	
	}
	
	html.ipad.landscape,
	html.ipad.landscape body,
	html.ipad.landscape nav {
		min-height: 748px;
	}
	
	.mobile header,
	.mobile nav {
		position: fixed;
		top:0;
		z-index: 100;
	}
	

	#header-bg {
		position: absolute;
		width: 100%;
		height: 0;
		background-color: #5c6367;
		background-image: -webkit-linear-gradient(top, #43494c 0%, #5c6367 20%, #5c6367 80%, #43494c 100%);
	}

	
	.mobile #main {
		position: relative;
	}
	
	
/*}*/
