body {
	font: 12px verdana;
	line-height: 20px;
}

.text-center {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.table-def {
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-p0 td,
.table-p0 th {
    padding: 0;
}

.p-0 {
    padding: 0;
}

.w-100 {
    width: 100%;
}

.ta-c {
    text-align: center;
}

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

.va-m {
    vertical-align: middle;
}

.va-t {
    vertical-align: top;
}

.va-b {
    vertical-align: bottom;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

h1 {
	font-size: 18px;
	padding-left: 20px;
	color: blue;
}

ul{
	padding: 0px;
	margin: 0px;
}

li{
	padding: 0px;
	padding-bottom: 10px;
	list-style-type: none;
}

ul.menu {
	padding-left: 20px;
}

ul.menu li{
	padding-bottom: 0px;
	list-style-type: disc;
}

.container{
	width:970px;
	margin:0px auto;
}

.links{
	height:20px;
	width:100%;
	text-align: center;
}

.header{
	height:155px;
	width:100%;
	background-color: #08bade;
}

.letters{
	height:50px;
	width:100%;
	text-align: center;
}

.content{
	width:100%;
	margin:0px;
}

.left{
	float: left;
	width:175px;
}

.right{
	float: right;
	width:795px;
}

.center{
	float: left;
	width:100%;
}

.right_sidebar{
	float: right;
	width:160px;
}

.footer{
	height:30px;
	width:100%;
	background-color: #008af7;
	padding: 10px;
	text-align: center;
}

.random{
	width:100%;
	padding: 10px;
	text-align: center;
}

.clear {
	clear: both;
}

.wallpaper-list-div{
	width:100%;
	display:table;
}

.cat-list-div{
	width:100%;
	display:table;
}

.wallpaper-list-div-footer{
	width:100%;
	display:table;
}

ul.wallpaper-list-ul li{
	width:160px;
	height:170px;
	float:left;
	margin:12px 7px;
	text-align: center

}


ul.cat-list-ul li{
	float:left;
	margin:5px 7px;
	text-align: left;
	width: 150px;

}
ul.wallpaper-list-ul-footer li{
	height:150px;
	float:left;
	margin:5px 7px;
	text-align: center;

}

.pagination{
	width:100%;
	margin-top:10px;
	border-top:1px solid #cccccc;
	padding-top:5px;
	margin-bottom:10px;
}

.pagination a{
	font-size:11px;
}

.pagination b{
	font-size:11px;
}

a, a:visited{color:blue;font-weight:normal;text-decoration:underline;}
a:hover{text-decoration:underline;color:red;}

.footer a, .footer a:visited{color:white;font-weight:normal;text-decoration:underline;}
.footer a:hover{text-decoration:none;color:white;}

a.active, a.active:visited{color:red;font-weight:normal;text-decoration:underline;}
a.active:hover{text-decoration:underline;color:red;}

strong {
	text-decoration:underline;
	width: 100%;
}

/*ADS*/

.left_ads {
	/*padding-right: 14px;*/
}

ul.ads-ul {
	padding-left: 20px;
	text-align: left;
}

ul.ads-ul li.li-result{
	padding-bottom: 10px;
	color: blue;
	list-style-type: disc;
	background-color: #fff;
}

a.ads-title, a.ads-title:visited{
	text-decoration:underline;
	font-size: 14px;
	font-weight: bold;
	color:blue;
}
a.ads-title:hover{
	text-decoration:none;
}

a.ads-content, a.ads-content:visited{
	font-size: 12px;
	font-weight: normal;
	color:black;
	text-decoration:none;
}
a.ads-content:hover{
	text-decoration:none;
}

a.ads-url, a.ads-content:visited{
	font-size: 10px;
	font-weight: normal;
	color:blue;
	text-decoration:underline;
}
a.ads-url:hover{
	text-decoration:none;
}

.wallpaper{
	width: 700px;
	margin:10px;
	float:left;
	/*background:#161613; */
	/*border: solid 2px #8399AF; */
	overflow: hidden;
	position: relative;
}


.wallpaper h1 {
	margin: 0px;
	padding: 0px;
}

.wallpaper img{
	/* position: absolute;
	top: 0;
	left: 0; */
	border: 0;
}
.wallpaper p{
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}

.cover{
	position: absolute;
	/*background: #000; */
	width: 100%;
	/*opacity: .8; */
	/* For IE 5-7 */
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
	/* For IE 8 */
	/*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
}

.cover {
	left: 0;
}

#mainImage {
	width: 700px;
}

.list li {
    list-style-type: decimal !important;
}
.list li ul li {
    list-style-type: circle !important;
    margin-left: 20px !important;
}

/*hovers*/
.image{
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.name{
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
}
a.button{
    display: block;
}
.first{
    width: 100%;
    height: 88px;
    background: url('../images/bg_black50.png') repeat;
    position: absolute;
    bottom: -88px;
}
.first .button{
    height: 67px;
    margin: 10px auto;
    width: 225px;
    cursor: pointer;
    background: url('../images/button2.png') no-repeat;
}
.first .button.blue{
    background-image: url("../images/button2-blue.png");
}
.first .button.orange{
    background-image: url("../images/button2-orang.png");
}
.first .button.red{
    background-image: url("../images/button2-red.png");
}
.second{
    width: 100%;
    height: 88px;
    background: url('../images/bg_second.png') repeat;
    position: absolute;
    bottom: -140px;
}
.second .computer{
    background: url("../images/second_computer.png") no-repeat;
    height: 133px;
    left: -170px;
    margin-left: 50%;
    position: absolute;
    top: -50px;
    width: 151px;
}
.second .button{
    cursor: pointer;
    height: 67px;
    left: 50%;
    margin: 10px 0 0;
    position: absolute;
    width: 225px;
    background: url('../images/button2.png') no-repeat;
}
.second .button.blue{
    background-image: url("../images/button2-blue.png");
}
.second .button.orange{
    background-image: url("../images/button2-orang.png");
}
.second .button.red{
    background-image: url("../images/button2-red.png");
}
.three{
    width: 100%;
    height: 88px;
    background: url('../images/bg_black50.png') repeat;
    position: absolute;
    top: -88px;
}
.three .button{
    height: 67px;
    margin: 10px auto;
    width: 225px;
    cursor: pointer;
    background: url('../images/button2.png') no-repeat;
}
.three .button.blue{
    background-image: url("../images/button2-blue.png");
}
.three .button.orange{
    background-image: url("../images/button2-orang.png");
}
.three .button.red{
    background-image: url("../images/button2-red.png");
}
.four{
    width: 100%;
    height: 100%;
    background: url('../images/bg_theed.png') repeat;
    position: absolute;
    top: 0;
    display: none;
    opacity: 0;
    left: 0;
    filter: alpha(opacity=0);
}
.four .button{
    cursor: pointer;
    height: 67px;
    margin: -44px auto 0;
    position: relative;
    top: 50%;
    width: 225px;
    background: url('../images/button2.png') no-repeat;
}
.four .button.blue{
    background-image: url("../images/button2-blue.png");
}
.four .button.orange{
    background-image: url("../images/button2-orang.png");
}
.four .button.red{
    background-image: url("../images/button2-red.png");
}
.five{
    width: 100%;
    height: 88px;
    position: absolute;
    top: -88px;
}
.five .button{
    height: 67px;
    margin: 0;
    float: right;
    width: 249px;
    cursor: pointer;
    background: url('../images/button3.png') no-repeat;
}
.five .button.blue{
    background-image: url("../images/button3-blue.png");
}
.five .button.orange{
    background-image: url("../images/button3-orang.png");
}
.five .button.red{
    background-image: url("../images/button3-red.png");
}
.nohover.six{
    width: 100%;
    height: 57px;
    position: absolute;
    bottom: -57px;
}
.nohover.six .button{
    cursor: pointer;
    float: right;
    height: 57px;
    margin: 0;
    width: 204px;
    background: url('../images/button4.png') no-repeat;
}
.nohover.six .button.blue{
    background-image: url("../images/button4-blue.png");
}
.nohover.six .button.orange{
    background-image: url("../images/button4-orang.png");
}
.nohover.six .button.red{
    background-image: url("../images/button4-red.png");
}
.image.six, .image.seven{
    overflow: visible;
}
.image.six img, .image.thirteen img, .image.seven img{
    position: relative;
    z-index: 10;
}
.nohover.seven{
    width: 100%;
    height: 57px;
    position: absolute;
    bottom: -57px;
}
.nohover.seven .button{
    cursor: pointer;
    float: right;
    height: 57px;
    margin: 0;
    width: 204px;
    background: url('../images/button5.png') no-repeat;
}
.eight{
    width: 100%;
    height: 88px;
    background: url('../images/bg_second.png') repeat;
    position: absolute;
    bottom: -140px;
}
.eight .computer{
    background: url("../images/second_computer.png") repeat;
    height: 133px;
    left: -170px;
    margin-left: 50%;
    position: absolute;
    top: -50px;
    width: 151px;
}
.eight .computer img{
    margin: 8px 3px 0;
}
.eight .button{
    cursor: pointer;
    height: 67px;
    left: 50%;
    margin: 10px 0 0;
    position: absolute;
    width: 225px;
    background: url('../images/button2.png') no-repeat;
}
.eight .button.blue{
    background-image: url("../images/button2-blue.png");
}
.eight .button.orange{
    background-image: url("../images/button2-orang.png");
}
.eight .button.red{
    background-image: url("../images/button2-red.png");
}
.nine{
    width: 100%;
    height: 100%;
    background: url('../images/bg_theed.png') repeat;
    position: absolute;
    top: 0;
    opacity: 0;
    display: none;
    left: 0;
    filter: alpha(opacity=0);
}
.nine .computer{
    background: url("../images/nine_computer.png") no-repeat;
    height: 300px;
    left: -242px;
    margin-left: 50%;
    margin-top: 50%;
    position: absolute;
    top: -230px;
    width: 280px;
    z-index: 2;
}
.nine .button{
    cursor: pointer;
    height: 67px;
    left: 50%;
    margin: -31px 0 0;
    position: absolute;
    top: 50%;
    width: 300px;
    z-index: 1;
    background: url('../images/button6.png') no-repeat;
}
.nine .button.blue{
    background-image: url("../images/button6-blue.png");
}
.nine .button.orange{
    background-image: url("../images/button6-orang.png");
}
.nine .button.red{
    background-image: url("../images/button6-red.png");
}
.ten{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    display: none;
    left: 0;
}
.ten .hover_ten_bg{
    width: 100%;
    height: 100%;
    background: url('../images/bg_theed.png') repeat;
    position: absolute;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=50);
    left: 0;
    z-index: 0;
}
.ten .computer{
    background: url("../images/ten_computer.png") no-repeat;
    height: 375px;
    margin: 90px auto 0;
    width: 458px;
    z-index: 2;
    position: relative;
}
.ten .computer img{
    margin-top: 20px;
}
.ten .button{
    background: url("../images/button1.png") no-repeat;
    cursor: pointer;
    height: 67px;
    margin: 0 auto;
    position: relative;
    top: -265px;
    width: 268px;
    z-index: 10;
}
.ten .button.blue{
    background-image: url("../images/button1-blue.png");
}
.ten .button.orange{
    background-image: url("../images/button1-orang.png");
}
.ten .button.red{
    background-image: url("../images/button1-red.png");
}
.ten_image{
    width: 422px;
    height: 240px;
    position: relative;
    top: 20px;
    margin: 0 auto;
    overflow: hidden;
    background: no-repeat center -110px;
}

.hover.eleven{
    width: 100%;
    height: 108px;
    background: url('../images/bg_theed.png') repeat;
    position: absolute;
    top: 0;
    opacity: 0;
    display: none;
    left: 0;
    filter: alpha(opacity=0);
}
.hover.eleven .computer{
    background: url("../images/eleven_computer.png") no-repeat;
    height: 145px;
    left: 50%;
    margin-left: 165px;
    position: absolute;
    top: -46px;
    width: 135px;
    z-index: 2;
}
.hover.eleven .button{
    background: url("../images/button1.png") no-repeat;
    cursor: pointer;
    height: 67px;
    margin: 20px auto;
    width: 268px;
    z-index: 10;
    position: relative;
}
.hover.eleven .button.blue{
    background-image: url("../images/button1-blue.png");
}
.hover.eleven .button.orange{
    background-image: url("../images/button1-orang.png");
}
.hover.eleven .button.red{
    background-image: url("../images/button1-red.png");
}
.image.eleven{
    overflow: visible;
}
.twelve{
    width: 100%;
    height: 88px;
    position: absolute;
    top: 0px;
}
.twelve .button{
    height: 67px;
    margin: 0;
    float: right;
    width: 249px;
    cursor: pointer;
    background: url('../images/button3.png') no-repeat;
}
.twelve .button.blue{
    background-image: url("../images/button3-blue.png");
}
.twelve .button.orange{
    background-image: url("../images/button3-orang.png");
}
.twelve .button.red{
    background-image: url("../images/button3-red.png");
}
.nohover.thirteen{
    width: 100%;
    height: 57px;
    position: absolute;
    bottom: -57px;
}
.nohover.thirteen .button{
    cursor: pointer;
    float: right;
    height: 57px;
    margin: 0;
    width: 204px;
    background: url('../images/button4.png') no-repeat;
}
.nohover.thirteen .button.blue{
    background-image: url("../images/button4-blue.png");
}
.nohover.thirteen .button.orange{
    background-image: url("../images/button4-orang.png");
}
.nohover.thirteen .button.red{
    background-image: url("../images/button4-red.png");
}
.image.thirteen{
    overflow: visible;
}

.fourteen{
    width: 100%;
    height: 57px;
    position: absolute;
    bottom: -57px;
}
.fourteen .button{
    cursor: pointer;
    float: right;
    height: 57px;
    margin: 0;
    width: 204px;
    background: url('../images/button7.png') no-repeat;
}
.fourteen .button.blue{
    background-image: url("../images/button7-blue.png");
}
.fourteen .button.orange{
    background-image: url("../images/button7-orang.png");
}
.fourteen .button.red{
    background-image: url("../images/button7-red.png");
}
.to_hover{
    padding: 10px;
    position: fixed;
    left: 30px;
    top:30px;
}
.to_hover a{
    display: block;
    font-size: 14px;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
.fs-center{
  position:relative;
  width: 100%;
  margin: 10px 0 0;
}
.fs-left-sidebar{
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  padding: 0 10px;
}
.fs-right-content{
  padding: 0 200px 0 220px;
    -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.fs-wallpaper-wrap{
  float: left;
  max-width: 100%;
}
.fs-wallpaper{
  float: left;
}
.fs-right-sidebar{
  float: left;
  /*position: absolute;
  top: 0;
  right: 0 ;*/
  width: 190px;
  padding: 0 0 0 10px;
}
.fs-wallpaper-wrap img{
  max-width: 100%;
  /*width: 100%;*/
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.fs-left_fb_widjet {
  display: block;
  width: 200px;
  margin: 0px 0 20px;
  padding-right: 0;
  position: relative;
  background: #BDE7F7;
}
.fs-left-ad-wrap{
  margin: 0 auto;
  text-align: center;
}
.fs-breadcrumbs{
    margin: 0 0 10px;
}
#fs-img-width,
#fs-img-height,
#fs-screen-width,
#fs-screen-height{
    font-weight: bold;
}
.fs-h1{
    position:absolute;
    top: 78px;
    left: 600px;
    width:240px;
}
.fs-h1 h1{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 0;
}
.fs-resolution-wrap{
    position: absolute;
    top: 155px;
    right: 40px;
    font-size: 14px;
    line-height: 18px;
}
#fs-copyright-wrap{
  padding: 8px 0;
  text-align: left;
  overflow: hidden;
  max-width: 100%;
}
.fullsize-wrapper{
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  width: 100%;
  height: 140px;
  opacity: 0;
  background: rgba(0,0,0,0.7);
  text-align: center;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}
.wallpaper:hover .fullsize-wrapper{
  opacity: 1;
}
.fullsize-btn{
  display: block;
  width: 260px;
  height: 74px;
  margin: 30px auto;
  background: url("../images/getfullsizebtn.png") no-repeat -42px -140px;
}