body {
    font-size: 12px;  
    /*_font-family: 'Nothing You Could Do';*/
    font-family: Segoe UI,Tahoma,sans-serif;
    background:white;
    color:#333;
    margin:0;

    padding:0;
    text-align: left;
    height: 100%;
}

.indexbody {

    background: url('../images/icons.jpg') bottom center no-repeat fixed;

}

.iconpage{
    width: 980px;
    margin: auto;
}
.iconcube {
    display: inline-block;
    float: left;
    margin-top: 30px;
}

h1,h2,h3 {
    clear: both;
    text-align: left;
}
h1 {
    margin-left: 20px;
}
a {
    color: #06f;
}
div {
    display:inline-block; 
}

img {
    border:none;
}
input {
    padding: 3px 7px 3px 7px;
}


.error {
    color: darkred;
}

/**/

.page {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}
.header {
    background-color:  black;
    display: inline-block;
    width: 100%;
    margin: 0;
    box-shadow: 0 0 6px #111;
}


.nav {
    display: inline-block;
    float: right;  
}

.nav  li {
    float: left;
    margin-right: 20px;
    text-transform: capitalize;
    color: #aaa;
    list-style: none;
}


.nav li a {
    color: #aaa;
    text-decoration: none;
    padding: 3px 7px 3px 7px;
}

.nav li a:hover {
    color: black;
    background:#aaa;
    border-radius:3px;
}




.maindiv {
    display: table;
    text-align: left;
    margin: 0;
    padding: 0;
    border-right: 1px dashed #f0f0f0;
}
.mcol {
    width: 250px;
    padding: 2px;
    display: table-cell;
    vertical-align: top;
}

.mcol .adcube {
    margin:0 0 7px 5px;

}
.mcol .adtext {
    padding: 10px;

}
.mcol .adtext .link{
    clear: both;
    display: block;
    padding: 7px 0 7px 0;
}
.mcol .imglink {
    margin: 7px;
    border-bottom: 1px dashed #dadada;
    padding-bottom: 10px;

}
.content {
    display: inline-block;
    text-align: center;
    padding-left: 3px;
}

.indlogo {
    display: inline-block;
    text-align: center;
    height: 160px;
    background: url('../images/logo.png');
    background-position: center center;
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 120px;
    margin-bottom: -20px;
}
.toplogo {
    position: absolute;
    margin: 5px 0 0 5px;
}
.popsearch a {
    background: #28292a;
    padding: 3px 7px 3px 7px;
    color: #f0f0f0;
    border-radius: 3px;
    text-decoration: none;
    opacity: .7;
    border:1px solid black;
}
.indexdiv {
    background: url('../images/icons.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 500px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}


.footer .indcopy {
    margin-top: 100px;
}

.footer {
    clear: both;
    display: block;
    text-align: center;
    padding: 20px;
    color: #919293;
    margin: 20px auto 0 auto;
    width: 980px;
}

.footer a, .footer a:visited {
    margin-left: 10px;
    color: #919293;
    text-decoration: none;
}
.footer .stats {
    display: block;
}

.isearch .text,.txtinput{
    width: 300px;   
    border:1px solid #ccc;
    margin: 0;
}

.isearch .submit,.submit{
    border:1px solid #ccc;
    margin: 0;
    font-weight: bold;
    color: #666;
    padding: 3px 7px 3px 7px;
}
.isearch .submit{
    width: 80px;
    border-left:none;
}

form {
    color: black;
    font-weight: bold;
}
form table td{
    padding: 10px;
}
form .txtinput {
    width: 240px;
}
form textarea {
    width: 250px;
    height: 150px;
}

.support {
    margin-left: 20px;
}


.topbox {
    margin: 0;
    padding: 5px 0 10px 0;
    display: block;
    text-align: center;
    border: none;
    margin-top: -3px;
    border-bottom: 1px solid #e3e2e1;
    background: #fdfcfb;

}

.topbox {
    background: url('../images/bg_pattern.png');
}




.thbox {
    float:left;
    width: 140px;
    overflow: hidden;
    padding: 0;
    margin: 15px;
    height: 200px;
}

.th {
    height: 200px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: none;
}


.thcont {
    text-align: center;
    width: 140px;
    margin:0;
    background: none;
}



.thbox  .title, .thbox .dl {
    background: #fafafa;
    border: 1px solid #ccc;
    text-decoration: none;
    padding:3px 3px 3px 5px;
    color: #999;  
    position: relative;
    top: -49px;
    width: 130px;
    height: 15px;
    overflow: hidden;
    display: block;
    opacity: 1;
} 

.thbox:hover .title {
    background: white;
    color: #06f;
    border:1px solid #06f;
}
.thbox .dl {
    width: 30px;
    float: left;
    background: none;
    opacity: .7;
    border-bottom: none;
    border-left: none;
}
.thbox .dlr {
    border-left:  1px solid #ccc;
}
.thbox .dl:hover {
    color: #ccc;
    border:1px solid black;
    background: black;
    opacity: .5;
    border-bottom: none;
    border-left: none;
}
.thbox .dlr:hover {
    border:1px solid black;
    border-bottom: none;
}


.thcont .info {
    display: none;
}

.thcont .mask {
    display: block;
    height: 128px;
    background: url('../images/mask.png');
} 


.thcont .reflect {
    display: block;
    height: 128px;
    background-repeat: no-repeat;
    margin-left: 6px;
    width: 128px;
    -moz-transform: scaleY(-1);  
    -o-transform: scaleY(-1);  
    -webkit-transform: scaleY(-1);  
    transform: scaleY(-1); 
    /*filter: FlipV;  
    -ms-filter: "FlipV"; */
    opacity: .7;
} 

.th:hover .icon  {
    margin-top: 5px;
    margin-bottom: -10px;
    height: 122px;
    width: 122px;
}


.result {
    _padding-top: 20px;
    display: inline-block;
    float: left;
    text-align: left;
}
.resinfo {
    clear: both;
    margin: 10px;
    display: block;
    font-weight: bold;
    text-align: left;
}

.more_result {
    text-align: left;
    display: inline-block;
    float: left;
    padding-top: 0px;
    width: 680px;
}


.pages {
    clear: both;
    display: block;
    text-align: center;
    margin-top: 0px;
}

.pages a {
    margin:3px;
    background: #e6e7e8;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    font-weight: bold;
    color: #818283;
    display: inline-block;
}
.pages a:hover {
    background: #28292a;
    color: #e6e7e8;
}

/* ICON */

.osizes {
    width:  780px;
    text-align: left;
    float: left;
}

.osize .size,  .tsize .size{
    width: 100%;
    display: inline-block;
    color: #ddd;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding: 3px 0 0 7px;

}
.tsize .size {
    font-size: 18px;
}


.osize:hover .size {
    color: #fa6;
}
.osize img, .tsize img {
    display: inline-block;
    margin: 10px;
}

.osize, .tsize  {
    display: inline-block;
    float:left;
    margin: 24px;
    text-align: center;
    border: 1px solid #edeeef;
    padding: 0;
    border-radius: 3px;
}

.tsize {
    border: 1px solid #edeeef;

    display: inline-block;
    max-width: 330px;
    float: left;
}

.tsize img {
    float: left;
}
.iconpage{
    width: 980px;
    margin: auto;
}

.iconcube {
    display: inline-block;
    float: left;  
    margin-left: 20px;
}
.osize  a, .tsize a {
    clear:both;
    display: block;
    background: #f0f0f0;
    padding: 3px 7px 3px 7px;
    border-radius: 3px;
    color: #666;
    margin-top: 10px;
    text-decoration: none;

}
.iinfo {
    list-style: none;
    display: inline-block;
    float: left;
    margin: 20px 0 0 -20px;

}
.iinfo li{
    text-align: left;
    padding: 10px;
}

.iinfo .dl {
    margin-left: 10px;
}
.iinfo .authlink {
    text-decoration: none;
    color: black;
}

.tsize .iinfo {
    float: left;
    max-width: 320px;
    margin: 0 20px 0 0px;

}
.sharebox {
    clear: both;
    display: block;
    margin: -10px 0 10px 20px;
}
.b728 {
    clear: both;
    display: block;
    margin: 24px;
    text-align: left;

}

.tag a {
    background: #f0f0f0;
    padding: 3px 7px 3px 7px;
    border-radius: 3px;
    color: #666;

    text-decoration: none;

}
.tag {
    display: inline-block;
    margin: 10px;  
}
/* INDEX */


.topbox form{
    padding: 0;
    margin: 0;
    display: inline-block;
}
.topbox .isearch{
    text-align: center;
    display: inline-block;
    padding: 15px 10px 15px 50px;
    background: black;
    opacity: .8;
    margin-top:-5px;
    border: 1px solid #222;
    border-top: none;
    box-shadow: 0 0 6px #222;
}

.topbox .isearch:hover{
    opacity: 1;
}
.topbox .isearch:hover .submit{
    color: #f0f0f0;
}
.topbox .isearch .submit{
    background: none;
    border: none;
    text-transform: capitalize;
    margin-left: 7px;
    padding: 5px;
    color: #666;

}

.topbox  .isearch .text{
    border:2px solid  black;
    padding: 3px;
    border-radius: 6px;
    margin-left: -10px;
    width: 320px;
    background: #999;
    color: black;
    border: 2px solid #333;
    background-image: url('../images/searchb.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.topbox  .isearch:hover .text{
    background: white;
    color: black;
}




/*
.indform .isearch{
    display: inline-block;
    background: url('../images/iformbg.png');
    width: 499px;
    height: 163px;
    background-repeat: no-repeat;
}

.indform .isearch .submit{
    float: right;
    width: 27px;
    border: none;
    margin: -3px 30px 0 0;
}
*/

.indform {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.indform form {
    margin:0;
    display: inline-block;
    background: none;
    margin: 0;
}


.indform  .text{
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: right center;
    width: 300px;
    height: 26px;
    border: 3px solid #ccc;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0 0 7px;
    color: #06f;
}

.indform .lnews {
    display: inline-block;
    float:right;
    margin-right: 7px;
    width: 300px;
    border-left:1px solid white;
    background: red;
}

/*
.indform .isearch .text{
    background: none;
    border:none;
    padding:3px 0 0 0;
    margin-top: 0;
    font-weight: bold;
    font-size: 15px;
    border-radius: 9px;
    width: 320px;

}*/
.iconform {
    display: block;
    clear: both;
    margin: 40px 0 -20px 0;
}

.ppolicy {
    margin: 0px 50px 20px 20px;
    color: #666;
    text-align: left;
    width: 700px;
    text-align: justify;
}

.ppolicy h1, .ppolicy h2, .ppolicy h3, .ppolicy b {
    color: #333;
}

.popsearch {
    display: inline-block;
    margin: 25px 0 0 -40px; 
    text-transform: capitalize;
}
.popsearch a {
    margin-left: 15px;
    font-weight: bold;
}

.preva,.prevad {
    width: 100px;
    height: 600px;
    float: left;
    margin-left: -120px;
    background: url('../images/prev.png');
    background-repeat: no-repeat;
    background-position: top right ; 
}

.nexta,.nextad {
    width: 100px;
    height: 600px;
    float:left;
    position: relative;
    background: url('../images/next.png');
    background-repeat: no-repeat;
    background-position: top right ;
}
.nexta:hover, .preva:hover {
    cursor: pointer;
}

.nextad{
    background: none;
    background-repeat: no-repeat;
    background-position: top right ;
}

.prevad{
    background: none;
    background-repeat: no-repeat;
    background-position: top right ;
}

.addthis_col {
    margin:7px;

}
.addthis_buttons {
    float: left;
    display: inline-block;
    margin: 10px 0 5px 0px;
}


.iconsearchform {
    margin-top:50px;
}

.fb-comments {
    display: inline-block;
    clear: both;
    float: left;
    margin-left: 20px;
}


.fbpost {
    width: 150px;
    height: 50px;
    background-image: url('../images/fb.publish.png');
    background-repeat: no-repeat;
    display: inline-block;

}


.fbpost a, .fbpost a:hover {
    display: inline-block;
    margin: 6px 10px 0 60px;
    color: white;
    font-weight: bold;
    text-shadow:0 1px 0 rgba(88, 114, 255, 255);
    text-decoration: none;
}

.bottomlinks {
    display: inline-block;
    margin: 0 auto 10px auto;

}

.bottomlinks .blink {
    display: inline-block;
    width: 380px;
    height: 150px;
    margin-right:  20px;
    float: left;
    border: 1px solid #eee;
    padding: 10px;
}

.blink img {
    margin:10px;
}