/* basic elements */
html {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.88889;
    color: #555753;
    margin: 0;
    padding: 0;
	
}

p {
    margin-top: 0;
    text-align: justify;
}

h3 {
    font: italic normal 1.4em georgia, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #7D775C;
}

a {
    color: #ff9329;
    text-decoration: none;
}

a:link {
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

acronym {
    border-bottom: none;
}

/* specific wooword */
#container {
    width: 972px;
    margin: 0 auto;
	display: none;
}

#header {
}

#header-logo {
	display: none;
}

#banner {
    margin-top: 12px;
    margin-left: 246px;
    height: 72px;
    border: none;
}

#banner a * {
    border: none;
    color: #fff;
}

#banner div.left {
    float: left;
}

#banner div.right {
    position: relative;
    left: 12px;
    float: left;
}

#search-box {
    clear: both;
    width: 480px;
    height: 80px;
    margin-left: 246px;
}

#search-box input {
	
    width: 330px;
    height: 60px;
    margin-top: 22px;
    border: none;
    font-family: "Trebuchet MS";
    font-size: 3em;
    color: #e17409;
    text-align: center;
    background: url('../images/bracket-hint.jpg') no-repeat center;
    float: left;
}

#search-box .active {
    background: none;
}

#search-box div.left {
    float: left;
}

#search-box div.right {
    float: right;
}

#search-box div.progress {
    float: right;
    background: url(../images/indicator.gif) no-repeat 25% 35%;
}

#option {
    clear: both;
    padding: 0px;
    height: 40px;
    margin-left: 260px;
    margin-top: 20px
}

#option ul {
    display: inline;
    cursor: pointer;
}

#option ul li {
    float: left;
    margin-right: 50px;
    list-style: none;
    display: inline;
}

#option ul #auto {
    float: left;
    background: url('../images/button-auto.jpg') no-repeat;
    height: 33px;
    width: 110px;
}

#option ul #start {
    float: left;
    background: url('../images/button-start.jpg') no-repeat;
    height: 33px;
    width: 110px;
}

#option ul #end {
    float: left;
    background: url('../images/button-endwith.jpg') no-repeat;
    height: 33px;
    width: 123px;
}

#option ul #auto.active {
    float: left;
    background: url('../images/button-auto-hover.jpg') no-repeat;
    height: 33px;
    width: 110px;
}

#option ul #start.active {
    float: left;
    background: url('../images/button-start-hover.jpg') no-repeat;
    height: 33px;
    width: 110px;
}

#option ul #end.active {
    float: left;
    background: url('../images/button-endwith-hover.jpg') no-repeat;
    height: 33px;
    width: 123px;
}

#option input {
    display: none;
}

#option-help {
    clear: both;
    margin-left: 285px;
    width: 480px;
    height: 30px;
    font-size: 1em;
    font-family: "MS Sans Serif";
    color: #003a87;
    margin-top: 10px;
}

#option-help img {
    clear: both;
    float: left;
}

#option-help p {
    display: inline;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    float: left;
}

#underline {
    padding: 10px 0px 10px 0px;
    display: none;
}

#status {
    padding: 0px 0px 20px 0px;
    display: none;
    float: left;
    width: 972px;
}

#status img {
    float: left;
}

#status div#suggestion {
    float: left;
}

#status div#total {
    float: left;
    color: #0a83ff;
	font-size: 10pt;
	font-weight: bold;
}

#status div#time {
    float: right;
    color: #0a83ff;
	font-weight: bold;
}

#result {
    clear: both;
    display: none;
}

#result div.entry {
    width: 972px;
    height: auto;
    padding: 0px 0px;
}

#result div.odd {
    background: #e8e7e7;
}

#result div.hover {
    background: #ffecd9;
}

#result div.entry div.clear {
    clear: both;
}

#result div.entry div.word {
    float: left;
    width: 180px;
    padding-left: 12px;
}

#result .style-word {
    font-weight: bold;
}

#result div.entry div.meaning {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    width: 756px;
}

#result div.entry div.meaning p {
    margin: 0px;
    padding: 2px 0px;
}

#result div.entry div.meaning a.link-word {
	color: #000;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}

#pagination {
    margin: 50px auto;
    padding-bottom: 30px;
    font-size: 1em;
    width: 200px;
}

#pagination a {
    text-decoration: none;
    border: solid 1px #AAE;
    color: #15B;
}

#pagination a, #pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
}

#pagination .current {
    background: #26B;
    color: #fff;
    border: solid 1px #AAE;
}

#pagination .current.prev, #pagination .current.next {
    color: #999;
    border-color: #999;
    background: #fff;
}
#footer-line {
	
	text-align: center;
}
#footer {
    clear: both;
	
    margin-top: 0px;
    margin-bottom: 65px width: 972px;
    height:30px;
    text-align: center;
    font-family:
    'Arial';
    font-size:
    1em;
    color:
    #0a83ff;
}
#footer p {
	text-align: center;
	margin: 0px;	
}
#footer img {
	padding-top: 5px;
	padding-left: 10px;
	border: 0px;
}

#footer a {
	font-family:'Arial';
    font-size: 1em;
    color: #0a83ff;
	font-weight: normal;
}


