﻿
root {
    display: block;
}

div, img, p, a, span, img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textaria, p, th, td {
    border: 0 none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    border: 0 none;
    margin: 0;
    padding: 0;
    min-height: 100%
}

@font-face {
    font-family: 'Conv_geo703mc';
    src: url('../fonts/geo703mc.eot');
    src: url('../fonts/geo703mc.eot?#iefix') format('embedded-opentype'),
        url('../fonts/geo703mc.ttf') format('truetype'),
        url('../fonts/geo703mc.otf') format("opentype"),
        url('../fonts/geo703mc.woff') format('woff'),
        url('../fonts/geo703mc.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wrapper{
    border: 0 solid red;
    color: #AAAAAA;
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-size: 14px;
    min-height: 100%;
    min-width: 800px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    background: url("../images/pieces/tactile_noise_pattern.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    overflow: hidden;
}

#header-img{
    background: url("../images/pieces/header.png") repeat-x scroll 0 0 transparent;
    height: 54px;
    position: absolute;
    top: 0;
    width: 100%;
}

#page{
    border: 0px solid red;
    margin: 0 auto;
    max-width: 1000px;
}

#left-column{
    border: 0px solid white;
    float: left;
    margin-right: 10px;
    width: 70%;
}

#page .first-page{
    min-width: 700px;
}

#content{
    padding: 60px 0 120px;
    margin-top: 30px;
    min-height: 420px;
}

#search-block{
    margin-bottom: 30px;
}

#search-block .title{
    font-size: 67px;
    letter-spacing: 2px;
    font-family: 'Conv_geo703mc';
}

#search-block .title a{
    color: #9b3b81;
}

#search-block .search-form{
    margin-top: 11px;
    min-width: 320px;
    background: url("../images/pieces/white_transparent_10-15prc.png") repeat-x scroll 0 0 transparent;
    height: 39px;
    padding-top: 2px;
}

#search-block .search-wrap{
    background: url("../images/pieces/white_transparent_10-15prc.png") repeat-x scroll 0 -45px transparent;
    box-shadow: 0 0 3px 1px #d27e34;
    -moz-box-shadow:0 0 3px 1px #d27e34;
    -webkit-box-shadow:0 0 3px 1px #d27e34;
}

#search-block #search-word{
    background-color: transparent;
    color: #DCDCDC;
    font-size: 30px;
    padding: 0 10px;
    width: 89%;
    float: left;
}

#search-block #search-btn {
    background: url("../images/pieces/magnifying_glass.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 24px;
    margin-right: 7px;
    margin-top: 7px;
    width: 24px;
}

#content table.definition-table{
    width: 100%;
}

#content table.definition-table td{
    vertical-align: top;
}

#content table.definition-table td.order-number{
    text-align: right;
    font-size: 50px;
    color: #3c3c3c;
    width: 10%;
    padding-right: 7px;
}

#content table.definition-table td.result-block{
    padding-top: 9px;
}

#content table.definition-table .search-result .word-definition{
    background: url('../images/pieces/white_transparent_10prc.png') repeat scroll 0 0 transparent;
    padding: 11px 12px;
    color: #DCDCDC;
    line-height: 22px;
    margin-bottom: 1px;
    font-size: 16px;
}

#content table.definition-table .search-result .word-definition span{
    color: #AAAAAA;
}

#content table.definition-table .search-result .word-in-text{
    background: url('../images/pieces/white_transparent_05prc.png') repeat scroll 0 0 transparent;
    padding: 11px 17px 11px 12px;
    color: #AAAAAA;
    margin-bottom: 1px;
}

#content table.definition-table .search-result .category
{
    padding-top: 4px;
}

#content table.definition-table .search-result .category-title
{
    color: #C0C0C0;
    margin-bottom: 10px;
    font-weight: bold;
}

#content table.definition-table .search-result .category-sample{
    padding-left: 10px;
    line-height: 20px;
    margin-bottom: 10px;
}

#content table.definition-table .search-result .category-sample span{
    color: #DCDCDC;
}

#content table.definition-table .search-result .category-sample a:visited{
    color:#a967bf;
}

#content table.definition-table .search-result .category-sample a:hover{
    text-decoration: none;
}

#content table.definition-table .search-result .category-sample a{
    color:#6C8BC9;
    text-decoration: underline;
    font-family: Tahoma,Arial,sans-serif;
	line-height:30px;
}

#right-column .nearby ul li a{
    color:#AAAAAA;
    text-decoration: underline;
    font-family: Tahoma,Arial,sans-serif;
}

#right-column .nearby ul li a:hover{
    color:#DCDCDC;
    text-decoration: none;
}

#content table.definition-table .search-result .related-words{
    background: url('../images/pieces/white_transparent_08prc.png') repeat scroll 0 0 transparent;
    padding: 11px 12px;
    color: #AAAAAA;
}

#content table.definition-table .menu-block .menu-title{
    background: url('../images/pieces/white_transparent_10prc.png') repeat scroll 0 0 transparent;
    padding: 11px 12px;
    color: #DCDCDC;
    line-height: 22px;
    margin-bottom: 1px;
    font-size: 24px;
}

#content table.definition-table .menu-block .violet-border{
    border: 1px solid #7d3d89;
}

#content table.definition-table .menu-block .brown-border{
    border: 1px solid #9a6924;
}

#content table.definition-table .menu-block .green-border{
    border: 1px solid #6c8645;
}

#content table.definition-table .menu-block .red-border{
    border: 1px solid #8f4954;
}

#content table.definition-table .menu-block .menu-title a{
    background: url('../images/pieces/up_arrow.png') no-repeat scroll 0 0 transparent;
    height: 24px;
    width: 17px;
    display: block;
    float: right;
    text-decoration: none;
}

#content table.definition-table .menu-block .menu-description{
    background: url("../images/pieces/white_transparent_05prc.png") repeat scroll 0 0 transparent;
    color: #AAAAAA;
    margin-bottom: 1px;
    padding: 27px 24px 12px;
}

#content table.definition-table .menu-block .menu-description p{
    line-height: 20px;
    margin-bottom: 15px;
}

#content table.definition-table .menu-block .menu-description a:visited{
    color:#a967bf;
}

#content table.definition-table .menu-block .menu-description a:hover{
    text-decoration: none;
}

#content table.definition-table .menu-block .menu-description a{
    color:#6C8BC9;
    text-decoration: underline;
}
#content table.definition-table .menu-block .category{
    padding-bottom: 10px;
}
#content table.definition-table .menu-block p.category-title{
    color: #C0C0C0;
    margin-bottom: 10px;
}
#content table.definition-table .menu-block p.bold-title{
    font-weight: bold;
}

#content table.definition-table .menu-block .category-sample{
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
}
#content table.definition-table .menu-block .link-examples{
    margin-bottom: 30px;
    width: 100%;
}

#content table.definition-table .menu-block .link-examples a:visited,
#content table.definition-table .menu-block .letters-links a:visited{
    border-bottom:1px solid #80608b;
}

#content table.definition-table .menu-block .link-examples a,
#content table.definition-table .menu-block .letters-links a{
    line-height: 23px;
    text-decoration: none;
    border-bottom: 1px solid #5D7199;
}
#content table.definition-table .menu-block .link-examples a:hover,
#content table.definition-table .menu-block .letters-links a:hover{
    border: none;
}

#content table.definition-table .menu-block .letters-links{
    margin-bottom: 50px;
}

#content table.definition-table .menu-block .letters-links a{
    margin-right: 2px;
    line-height: normal;
}

#content table.definition-table td.result-block .clear-bottom-padding{
    padding-bottom: 0px;
}

#right-column, #right-column-ad{
    border: 0px solid green;
    float: left;
    padding: 20px 15px;
    min-width: 250px;
    max-width: 250px;
    background: url('../images/pieces/white_transparent_07prc.png') repeat scroll 0 0 transparent;
    margin-bottom: 0px;
    position: relative;
    top:181px;
    overflow:hidden;
}
#right-column-ad{
max-height: 260px
}

#right-column .nearby .title{
    color:#C0C0C0;
    font-size: 15px;
	font-weight:bold;
}

#right-column .nearby ul{
    list-style: none;
    margin-top: 15px;
    margin-left: 10px;
}

#right-column .nearby ul li{
    margin-bottom: 7px;
    overflow:hidden;
}

#right-column .footer-menu ol{
    counter-reset: item;
    margin-left: 8px;
}
#right-column .footer-menu ol li{
    display: block;
    margin-bottom: 10px;
}

#right-column .footer-menu ol li:before {
    content: counter(item, decimal) " ";
    counter-increment: item;
}

#right-column .footer-menu ol li a{
    color: #AAAAAA;
    text-decoration: none;
    margin-left: 5px;
    border-bottom: 1px dashed #AAAAAA;
}

#right-column .footer-menu ol li span{
    color:#DCDCDC;
    margin-left: 5px;
    display: none;
    cursor: default;
}

#right-column .footer-menu ol li a:hover{
    color:#DCDCDC;
    text-decoration: none;
    border-bottom: none;

}

#footer{
    bottom: 0;
    padding-top: 9px;
    position: absolute;
    width: 63%;
    text-align: center;
	width: 574px;
}

#footer a{
    color: #DCDCDC;
    margin-right: 10%;
    font-size: 15px;
    text-decoration: underline;
    position: relative;
    padding: 10px;
}

#footer a.about-us{
    background: url("../images/pieces/about_us_bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #746aac;
    bottom: 26px;
}

#footer a.privacy{
    background: url("../images/pieces/privacy_bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #faa622;
    bottom: 18px;
}

#footer a.legal{
    background: url("../images/pieces/legal_bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #668721;
    bottom: 26px;
}

#footer a.contact-us{
    background: url("../images/pieces/contact_us_bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #c1457c;
    bottom: 18px;
    margin-right: 0px;
}

#footer-img{
    background: url("../images/pieces/footer.png") repeat-x scroll 0 bottom transparent;
    bottom: 0;
    height: 76px;
    margin-top: 20px;
    position: absolute;
    width: 100%;
}
.clip_button {
	text-align:center; 
	border:1px solid black; 
	background-color:#444; 
	margin:1px; padding:1px 10px;
}
.clip_button.hover { background-color:#ddd; }
.clip_button.active { background-color:#aaa; }

@media screen and (max-width: 1000px){
#wrapper{
    min-width: 200px;
}

#page .first-page{
    min-width: 200px;
}
#search-block .search-form{
    min-width: 32%;
}
#right-column, #right-column-ad{
    padding: 4px 3px;
}
#content{
    padding: 12px 0 24px;
    margin-top: 6px;
    min-height: 90px;
}

#search-block{
    margin-bottom: 10px;
}

#search-block #search-word{
    font-size: 3em;
    font-size: 3ems;
    width: 75%;
}

#search-block .title{
    font-size: 3em;
    font-size: 3ems;
    letter-spacing: auto;
}
#search-block .search-form{
    min-width: 64px;
}

div#footer {width:80% } 
}

@media screen and (min-width: 600px) and (max-width: 1000px){
#right-column, #right-column-ad{
    padding: 4px 3px;
    min-width: 250px;
    max-width: 250px;
}
}

@media screen and (max-width: 600px){
#content{
    padding: 2px 0 2px;
    margin-top: 2px;
}
#left-column{
    width: 90%;
}
#right-column{
    max-width: 90%;
}
#right-column-ad{
    max-width: 90%;
	top:-10px;
    padding: 1px 1px;
	left:35px;
	max-height:90px;
}

}
