@import url('http://fonts.googleapis.com/css?family=Fenix');
@import url("pageall.css");

/*html { overflow-y: scroll; }*/
.on-off {
  font-size: 62.5%; 
}

::selection { background: #dae3eb; color: #333; }
::-moz-selection { background: #dae3eb; color: #333; }
::-webkit-selection { background: #dae3eb; color: #333; }

br { display: block; line-height: 1.6em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }


blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
#w img { border: 0; max-width: 100%; }

#w h1 {
  font-family: 'Fenix', Tahoma, sans-serif;
  color: #dde7f2;
  font-size: 4.7em;
  line-height: 1.6em;
  margin-bottom: 8px;
  width: 770px;
  margin: 0 auto;
  text-align: center;
}

#w h1 span {
  color: #73aded;
}

#w h3 {
  display: block;
  width: 770px;
  margin: 0 auto;
  font-size: 0.6em;
  line-height: 1.0em;
  margin-bottom: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.3em;
  color: #ccc;
  text-align: center;
}
#w h4 {
  font-family: 'supermarket', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
#w p {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 10px;
  color:#888888;
}


/* page structure */
#w {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
}

#content {
  padding: 8px 15px;
  padding-bottom: 20px;
  background: #3a3a3a;
}
#w ul.tab{
	margin-bottom:15px;
	padding:5px;
	background:#eee;
	height:40px;
}
#w ul.tab li{
	margin:0;
	padding:0;
}
#w ul.tab li.select{
	float:left;
	height:40px;
	text-align:center;
	}


#w ul.tab li.select .right a{
	color:#fff;
}
#w ul.tab li.normal{
	float:left;
	text-align:center;
	}
#w ul.tab li.normal .left{
	float:left;
	width:30px;
	height:40px;
	}
#w ul.tab li.normal .right{
	float:right;
	padding-right:30px;
	font:18px/40px 'supermarket', Arial, sans-serif;
}
#w ul.tab li.normal .right a:hover{
	color:#000;
	}
/*********************************************************/
.select-list{
	float:left;
	font:17px/30px 'supermarket', Arial, sans-serif;
	color:#000;
	}

.options-view {
  position: absolute;
  /* display: block; */
  /* text-align: right; */
  /* font-size: 1.2em; */
  /* line-height: 16px; */
  /* font-weight: bold; */
  /* color: #eee; */
  /* margin-bottom: 8px; */
  /* height:30px; */
  /* padding-left:0px; */
  right: 0;
  top: 10px;
}

.options-view .on-off{
  float: right;
  width:114px;
  height:21px;
  margin-top:7px;
  margin-right:10px;
  background:url(../images/dt.png) no-repeat;
  
}
.options-view .sorticon {
  position: relative;
}

.options-view .sorticon img {
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;

}
.options-view .sorticon img:hover {
  opacity: 1.0;

}
.options-view .sorticon.active img {
  opacity: 1.0;
}


/* list styles */
#listdisplay {
    display: block;
    padding: 40px 0 0 3px;
    border-top: 1px dashed #A09F9F;
}

#listdisplay li {
  position:relative;
  display: block;
  width: 100%;
  padding: 12px 0;
  margin:0 8px;
  margin-bottom: 1px;
  border-bottom: 1px solid #ddd;
}
#listdisplay li p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
    text-indent: 50px;
    line-height: 19px;
}
#listdisplay li .view-count {
	height:30px;
	line-height:20px;
	font-size:13px;
	color:#888;
	
}

ul#listdisplay li .listimg a img {
    padding: 4px;
    border: 2px solid #ccc;
    background: #fff;
    margin: 0 15px 0 0;
/*     float: left; */
float: none;
}

/*
#listdisplay li a img {
  display: block;
  float: left;
/*  padding: 5px;
  border: 2px solid #bbb;*
  background: #fff;
  margin-right: 20px;
}*/

#listdisplay li .innercontent h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  line-height: 120%;
  margin-bottom: 4px;
  color: #393939;
}

#listdisplay.thumbview li {
  display: block;
  width: 213px;
/*   height: 230px; */
height: 265px;
  float: left;
    
  margin: 8px 15px;
  padding:0;
  background:#fff;
}
/*
#listdisplay.thumbview li a img {
  display: block;
  float: none;
  margin: 0 auto;
}*/
#listdisplay.thumbview li .innercontent {
  margin: 0 5px;
  display: block;
  /* padding:5px; */
display: block;
  float: left;
}
#listdisplay.thumbview li .innercontent h2 {
  margin-top:5px;
  font-size: 16px;
  line-height: 120%;
}
#listdisplay.thumbview li .innercontent p {
/*  display: none;*/
	color:#888888;
	display:none;
}
#listdisplay.thumbview li .view-count {
	height:20px;
	line-height:20px;
	font-size:13px;
	color:#797979;
	background:#d9f4ff;
	position:absolute;
		left:0; right:0; bottom:0;
	padding:5px;
	
}

#listdisplay.clearfix li .listimg {
	margin: 0 5px;
	float: left;
	margin-right: 20px;
/*   width: 203px; */
   width: 212px;
  display: block;
/*   height: 148px;	 */
 height: 160px;	
}
#listdisplay.clearfix .listimg {
  float: left;
  width: 203px;
  height: 148px;
  overflow: hidden;
  text-align: center;
}
#listdisplay.clearfix .listimg .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#listdisplay.clearfix .listimg img {
  vertical-align: middle;
  max-height: 203px;
  max-width: 210px;
}

.box_search {
    margin: 10px 0 -5px 0;
    padding: 1%;
    width: 98%;
    height: 35px;
        background: rgba(240, 248, 255, 0.82);
}

.shadow-color {
    padding-top: 5px;
    height: 39px;
    background: url(../images/shadow.png) repeat-x;
}
.count-sub {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
    text-indent: 15px;
    float: left;
}
.search-bar {
    float: right;
    margin: 0 0;
    padding: 0 0;
    height: 38px;
}.search-bar .box .input {
    float: left;
    min-width: 150px;
    padding: 7px;
    margin: 0;
    background: #fff;
    border: #ddd 1px solid;
    -moz-box-shadow: 1px 1px 4px -1px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 4px -1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,.2);
}.search-bar .box .btn-search {
    float: left;
    padding: 5px 10px;
    margin: 1px 3px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    font-weight: bold;
}
 
/* clearfix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }