@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: MyriadWebPro;
    src: url(../fonts/MyriadWebPro.ttf);
}

@font-face {
	font-family: MyriadWebProBold;
    src: url(../fonts/MyriadWebPro-Bold.ttf);
}

@font-face {
	font-family: MyriadWebProItalic;
    src: url(../fonts/MyriadWebPro-Italic.ttf);
}

body {
	background:url(../images/body-background.png) repeat scroll 0 0 transparent;
	padding:0;
	margin:0;
	font-family:MyriadWebPro, Geneva, sans-serif;
	font-size:100%;
	color:#333;
}

body p, body h1, body h2, body h3, body h4, body h5, body h6, button, select, ul, ol, li, fieldset, legend {
	padding:0;
	margin:0;
}

input[type=text] {
	border:solid 1px #d5d5d5;
	font-family:inherit;
	font-size:1.2em;
	padding:0 2%;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#header {
	width:100%;
	height:auto;
}

#header #topnav {
	padding:0.8em 2.25%;
	width:95.50%;
	text-align:right;
}

#header #topnav a {
	color:#333;
	text-decoration:none;
}

#header #topnav a:hover {
	text-decoration:underline;
}

#header #left {
	width:18%;
	padding-left:2%;
	text-align:left;
	float:left;
}

#header #right {
	width:80%;
	float:right;
}

#sub_menu {
	width:97%;
	height:35px;
	background:#0ac46c;
	border-bottom:solid 2px #f4832a;
	border-right: solid 1px #0ac46c;
	border-left: solid 1px #0ac46c;
}

#sub_menu .tab {
	background:#06b261;
	float:left;
	height:35px;
	padding:0 2.5%;
	border-right:solid 1px #f9fafc;
	text-transform:uppercase;
	-webkit-transform: skew(-45deg); 
	-moz-transform: skew(-45deg); 
	-o-transform: skew(-45deg); 
	cursor:pointer;
}

#sub_menu #more {
	float: right;
    height: 34px;
	padding:0 0.5em;
	position:relative;
	width:10%;
	color:#fff;
}

#sub_menu #more span {
	z-index:5;
	position:absolute;
	right:10%;
	top:21%;
	font-weight:bold;
	font-size: 1em;
	padding:0.25em;
	padding-left:0.3em;
	border:1px solid transparent;
	border-bottom:none !important;
}

#sub_menu #more ul {
	background:transparent url("../images/word-day-background.jpg") repeat scroll 0 0;
	position:absolute;
	right:10%;
	top:102%;
	list-style:none;
	width:25em;
	padding:10% 0%;
	border:1px solid #fce2c2;
	z-index:4;
	visibility:hidden;
}

#sub_menu #more ul li {
	float:left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	width:21.5%;
	padding:1.5% 1.5%;
	border:1px solid transparent;
}

#sub_menu #more ul li:hover {
	border:1px solid #fce2c2;
}

#sub_menu #more:hover span {
	background:transparent url("../images/word-day-background.jpg") repeat scroll 0 0;
	cursor:pointer;
	border:1px solid #fce2c2;
	border-bottom:none !important;
}

#sub_menu #more:hover ul {
	visibility:visible;
}

#sub_menu #more i {
	padding:0 0.3em;
}

#more a {
	text-decoration:none;
	color:#fff;
}

#sub_menu .tab:hover {
	text-shadow: 0 0 10px rgba(255,255,255,0.7) , 0 0 10px rgba(255,255,255,0.7) , 0 0 10px rgba(255,255,255,0.7) , 0 0 10px #898989 , 0 0 15px #898989 , 0 0 10px #898989 , 0 0 10px #898989 ;
}

#sub_menu .tab_first {
	border-left:solid 1px #f9fafc;
}

#sub_menu .selected {
	background:#f4832a;
	/*border-left:solid 1px #f9fafc;*/
}

#more li.selected  {
	background:#a1663a;
	border:1px solid #fce2c2 !important;
}

#sub_menu .selected_first {
	background:#f4832a;
	border-left:solid 1px #f9fafc;
}

#sub_menu .spacer {
	float:left;
	width:5%;
	height:100%;
}

#sub_menu .tab p {
	font-family:MyriadWebPro, Geneva, sans-serif;
	font-size:1.3em;
	color:#fff;
	height:34px;
	display:table-cell;
	vertical-align:middle;
	-webkit-transform: skew(45deg); 
	-moz-transform: skew(45deg); 
	-o-transform: skew(45deg); 
}

#search_box {
	background:url(../images/search-box-bg.png) repeat-x scroll 0 0 transparent;
	width:97%;
	height:55px;
	border:solid 1px #d0d0d0;
}

#s_i_container {
	position:relative;
}

#search_box #word, ul.feedback input[type=text] {
	width:85%;
	height:60%;
	border:solid 1px #d5d5d5;
	font-family:inherit;
	font-size:1.2em;
	padding:0 2%;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#word_list {
	list-style-type:none;
	position:absolute;
	width:89%;
	left:5.3%;
	top:auto;
	border:solid 1px #d5d5d5;
	background:#fff;
	z-index:2;
	font-family:inherit;
	font-size:1.2em;
	display:none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#word_list li {
	text-align:left;
	padding:0.6% 2%;
	cursor:default;
}

#word_list li.selected {
	background-color:#eee;
}

#word_list li:hover {
	background-color:#eee;
}

.search_button,  .search_button:active{
	background-color:#0aa85e;
	border:1px solid #488065;
	display:inline-block;
	font-family:inherit;
	width:85%;
	height:60%;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	line-height:100%;
	cursor:pointer;
	text-align: center;
	vertical-align:middle;
	-moz-box-shadow:inset 0px 0px 6px 0px #1e6b46;
	-webkit-box-shadow:inset 0px 0px 6px 0px #1e6b46;
	box-shadow:inset 0px 0px 6px 0px #1e6b46;
}

.search_button:hover {
	background-color:#14b369;
}

select#dictionary {
	width:85%;
	height:60%;
}

#menu, #subject .heading {
	/*background:url(../images/menu-background-green.png) repeat scroll 0 0 #00a859;*/
	background:url(../images/menu-background-orange.png) repeat scroll 0 0 #f3812e;
	width:100%;
	height:auto;
	-webkit-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.3);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
 	-moz-box-shadow:    0px 3px 3px 2px rgba(0, 0, 0, 0.3);  /* Firefox 3.5 - 3.6 */
	box-shadow:         0px 3px 3px 2px rgba(0, 0, 0, 0.3), inset 0 0 0.5em rgba(79, 81, 80, 0.2);
}

#menu {
	text-align:center;
	border-top:solid 3px #00a859;
}

#first {
	float:none;
	list-style:none;
	position:relative;
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:bold;
	color:#ffffff;
	z-index:1;
	display:inline-block;
}

ul#first li {
	list-style:none;
	margin:0;
	outline:none;
	float:left;
	border-left:solid 1px #faa872;
	border-right:solid 1px #d66921;
	position:relative;
	text-align:left;
	z-index:1;
}

ul#first li a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:13px 0.9em;
}

ul#first li.home {
	border-left:none;
}
ul#first li.selected, ul#first li:hover {
	background:url(../images/menu-background-green.png) repeat scroll 0 0 #00a859;
}

ul#first li.home a {
	padding:6px 2em;
}

ul#first li.home a span {
	background:url(../images/all-icon.png) no-repeat scroll -293px -3px transparent;
	width:35px;
	height:35px;
	display:inline-block;
}

ul#first li.selected a span {
	background:url(../images/all-icon.png) no-repeat scroll -261px -3px transparent;
}

ul#first li.last {
	border-right:none !important;
}

ul#first li i {
    font-size: 1.5em;
    margin-top: -0.17em;
	text-align: center;
    width: 1.25em;
	font-size:1.6em;
}

ul#first ul, ul#first li div.grammar_menu {
	position:absolute;
	left:-0.2em;
	margin-left:0.2em;
	top:100%;
	background:url(../images/menu-background-green.png) repeat scroll 0 0 #00a859;
	visibility:hidden;
	z-index:3;
	min-width:115%;
	border-left:solid 1px #049551;
	border-right:solid 1px #049551;
	border-bottom:solid 1px #049551;
	border-top:none;
}

ul#first li:hover ul, ul#first li:hover div.grammar_menu {
	visibility:visible;
}

ul#first ul li {
	float:none !important;
	padding:0 !important;
	margin:0 !important;
	background:none !important;
	border:none !important;
}

ul#first ul li:hover, ul#first ul li.selected {
	background:url(../images/menu-background-orange.png) repeat scroll 0 0 #f3812e !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); 
}

ul#first ul li a {
	font-size:0.8em;
	padding:0.7em 0.5em !important;
	font-weight:normal;
}

ul#first li div.grammar_menu {
}

#body-content {
	width:100%;
	height:auto;
}

#body-content .left-part, #body-content .right-part {
	width:30%;
	float:left;
	padding:1.8% 2%;
}

.m-s-words, .m-s-cat {
	width:auto;
}

.m-s-words .heading {
	background:url(../images/menu-background-green.png) repeat scroll 0 0 #00a859;
	width:96%;
	min-height:1em;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	color:#fff;
	padding:1.8% 2%;
	-webkit-box-shadow: inset 0px -0.5em 0.5em 0px  rgba(229, 234, 232, 0.3);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
 	-moz-box-shadow:    inset 0px -0.5em 0.5em 0px  rgba(229, 234, 232, 0.3);  /* Firefox 3.5 - 3.6 */
	box-shadow:        inset 0px -0.5em 0.5em 0px  rgba(229, 234, 232, 0.3);
	border-left:solid 1px #00a859;
	border-top:solid 1px #00a859;
	border-right:solid 1px #00a859;
}

.m-s-words .list {
	width:96%;
	padding:3% 2%;
	background-color:#dfffe5;
	border-left:solid 1px #90f0c3;
	border-bottom:solid 1px #90f0c3;
	border-right:solid 1px #90f0c3;
}

.m-s-words .list a {
	color:#008c4a;
	text-decoration:underline;
}

.m-s-words .list ul {
	list-style-type:none;
}

.m-s-words .list ul li {
	float:left;
	margin:0 1.15em 1em 0;
}

.ads {
	width:auto;
	margin-top:10%;
}

.m-s-words .heading h2, #about-al-dictionary .heading h2, #word-day .heading h2, #cross-word .heading h2, #scrabble .heading h2,.feedback-box .heading h2 {
	font-size:1.7em;
	display:inline;
	font-weight:bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); 
}

#body-content .right-part {
	width:62% !important;
}

#horizontal-ad {
	width:100%;
	margin-bottom:3%;
}

#horizontal-ad img, #about-al-dictionary .image img, #cross-word .image img, #scrabble .image img, .ads img, .logo img, #content img {
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

#horizontal-ad .a_ad_left {
	float:left;
	width:72%;
	height: auto;
}

#horizontal-ad .a_ad_right {
	float:right;
	width:28%;
	height: auto;
	padding-top:1.5em;
}

.right-part #part-content .left {
	float:left;
	width:80%;
}

.right-part #part-content .right {
	float:right;
	padding-left:2%;
	width:18%;
}

.right-part #part-content .right img {
	float:right;
}

#part-content .left #about-al-dictionary, #part-content .left #word-day, #part-content .left #cross-word, #part-content .left #scrabble {
	float:left;
	width:45%;
	margin-right:5%;
}

#about-al-dictionary .heading, #word-day .heading, #cross-word .heading, #scrabble .heading {
	background:url(../images/menu-background-green.png) repeat scroll 0 0 #00a859;
	width:100%;
	min-height:1em;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	color:#fff;
	padding:2% 0;
	-webkit-box-shadow: inset 0px -0.5em 0.5em 0px  rgba(229, 234, 232, 0.3);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
 	-moz-box-shadow:    inset 0px -0.5em 0.5em 0px  rgba(229, 234, 232, 0.3);  /* Firefox 3.5 - 3.6 */
	box-shadow:        inset 0px -0.5em 0.5em 0px  rgba(229, 234, 232, 0.3);
}

#about-al-dictionary .heading h2, #word-day .heading h2, #cross-word .heading h2, #scrabble .heading h2 {
	font-size:1.5em;
}

#about-al-dictionary .image, #about-al-dictionary .text, #cross-word .image, #cross-word .text, #scrabble .image, #scrabble .text {
	width:100%;
}

#about-al-dictionary .text, #cross-word .text, #scrabble .text {
	font-size:1em;
	margin:0.9em 0;
	line-height:1.4em;
	text-align:justify;
}

#part-content .left #word-day, .subject-right #word-day {
	background:url(../images/word-day-background.jpg) repeat-y scroll 0 0 transparent;
	height:auto;
	overflow:hidden;
}

#word-day .heading {
	background:none !important;
	-webkit-box-shadow: none !important;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
 	-moz-box-shadow:    none !important;  /* Firefox 3.5 - 3.6 */
	box-shadow:        none !important;
}

#word-day .word, #word-day .lightbulb {
	width:100%;
	text-align:center;
	padding:3% 0;
}

#word-day .lightbulb {
	font-size:3em;
}

#word-day .lightbulb div {
	 width: 1.6em; height: 1.6em; 
	 background: red; 
	 -moz-border-radius: 0.8em; 
	 -webkit-border-radius: 0.8em; 
	 border-radius: 0.8em;
	 display:inline-block;
}

#word-day .lightbulb i {
	width: 1.5em; 
	height: 1.5em; 
	background: green; 
	 -moz-border-radius: 0.8em; 
	 -webkit-border-radius: 0.8em; 
	 border-radius: 0.8em;
	 display:block;
	 margin:0 auto;
	 line-height: 1.5em;
	 color:#fff;
	 -webkit-box-shadow: inset 0px 0px 1em 0px  rgba(229, 234, 232, 0.3);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
 	-moz-box-shadow:    inset 0px 0px 1em 0px  rgba(229, 234, 232, 0.3);  /* Firefox 3.5 - 3.6 */
	box-shadow:        inset 0px 0px 1em 0px  rgba(229, 234, 232, 0.3);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	border:solid 0.05em #5cc55c;
}

#word-day .lightbulb a {
	text-decoration:none;
}

#word-day .word a {
	font-size:2.1em;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

#word-day .word a:hover, #word-day .word a:active {
	text-decoration:underline;
}

#word-day .text {
	padding:0px 5% 10% 5%;
	color:#fff;
}

#word-day .text .pron, #word-day .text .pos {
	font-size:1.1em;
	margin-bottom:2%;
}

#word-day .text .pron strong, #word-day .text .pos strong {
	margin-right:3%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

#word-day .text .pos span {
	text-transform:uppercase;
}

#word-day .text .def {
	font-size:1em;
	margin-top:3%;
	color:#24296c;
}

#word-day .text .audio {
	background:url("../images/all-icon.png") no-repeat scroll -73px -81px transparent;
	width:38px;
	height:43px;
	cursor:pointer;
	margin:7% 0;
}

#word-day .text .audio:hover {
	background:url("../images/all-icon.png") no-repeat scroll -116px -81px transparent;
}

#cross-word, #scrabble {
	margin-top:1em;
}

#cross-word .heading {
	background:url(../images/menu-background-orange.png) repeat scroll 0 0 #f3812e;
}

#subject {
	padding:2% 2%;
	width:96%;
}

#subject .heading {
	font-size:2em;
	color:#fff;
	font-weight:bold;
	padding:1% 2%;
	width:96% !important;
}

#subject .wordlist {
	width:96% !important;
	padding:1% 2%;
	border:solid 1px #ccc;
}

#subject .wordlist .subject {
	width:25%;
	background:url(../images/list-border.png) no-repeat scroll 100% 100% transparent;
	min-height:25%;
	float:left;
}

#subject .wordlist .last {
	background:none !important;
}

#subject .wordlist .title {
	margin-left:10%;
	width:90%;
	font-size:1.5em;
	font-weight:bold;
	color:#212d3d;
}

#subject .wordlist ul {
	margin-left:15%;
	list-style-type:none;
	margin-top:5%;
}

#subject .wordlist ul li {
	font-size:1em;
	font-weight:bold;
	line-height:1.8em;
	color:#00a859;
	clear:both;
}

#subject .wordlist ul li a {
	color:#00a859;
	text-decoration:none;
}

#subject .wordlist ul li i {
	margin:0.14em 0.4em 0 0;
	float:left;
	font-size:1.4em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#subject .wordlist ul li a:hover, #subject .wordlist ul li a:active {
	text-decoration:underline;
}

#footer {
	border-top:1em solid #ff8d36;
	width:100%;
	background:url(../images/map-pattern.jpg) repeat scroll 0 0 transparent;
	height:100%;
	float:left;
}

#footer .footer-container {
	background:url(../images/background-map.jpg) no-repeat scroll center center transparent;
	width:100%;
	height:100%;
	float:left;
}

#footer ul.parent {
	list-style-type:none;
	padding:3%;
	width:94%;
	float:left;
}

#footer ul.parent li {
	float:left;
	width:23%;
	margin-right:2%;
	margin-bottom:1%;
}

#footer div.top {
	width:100%;
}

#footer div.top div.heading {
	color:#fff;
	text-transform:uppercase;
	font-size:1.8em;
	font-weight:normal;
	text-align:left;
	line-height:1.9em;
}

#footer div.top div.border {
	width:100%;
	height:0.25em;
	background-color:#151515;
}

#footer div.top div.border div.orange {
	width:25%;
	background-color:#e08a49;
	height:0.25em;
}

#footer ul.link_list {
	list-style-type:none;
	float:left;
	width:100%;
	margin:5% 0;
}

#footer ul.link_list li {
	width:100%;
	padding:0;
	margin:0;
	clear: both;
    color: #fff;
    font-size: 1em;
    line-height: 1.8em;
}

#footer ul.link_list li a {
	text-decoration:none;
	color:#fff;
}

#footer ul.link_list li a:hover, #footer ul.link_list li a:active {
	text-decoration:underline;
}

#footer ul.link_list input {
	border: 2px solid #e4e2e2;
    -moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    font-family: inherit;
    font-size: 1.2em;
    height: 2em;
    margin: 5% 0;
    padding: 0 3%;
    width: 90%;
	-moz-box-shadow:inset 0px 0px 0.5em 0px #a09f9f;
	-webkit-box-shadow:inset 0px 0px 0.5em 0px #a09f9f;
	box-shadow:inset 0px 0px 0.5em 0px #a09f9f;
}

.logo li {
	text-align:center !important;
}

#bottom-link {
	width:96%;
	padding:1% 2%;
	background:#1b1b1b;
	float:left;
}

#bottom-link ul {
	list-style-type:none;
	width:100%;
	overflow:auto;
}

#bottom-link ul li {
	float:left;
	width:33%;
	font-family:inherit;
	color:#fff;
	font-size:0.9em;
}

#bottom-link ul li.left {
	text-align:left;
}

#bottom-link ul li.middle {
	text-align:center;
}

#bottom-link ul li.right {
	text-align:right;
}

#bottom-link ul li a {
	text-decoration:none;
	color:#fff;
}

#bottom-link ul li a:hover{
	color:#ff8d36;
}

#content {
	width:96%;
	height:auto;
	padding:2%;
}

#content .left {
	float:left;
	width:14%;
	margin-right:1%;
}

#content .left .up {
	padding-top:1.5em;
	padding-bottom:3.15em;
}

#content .right {
	float:right;
	width:85%;
}

#content .subject-content {
	width:100%;
	height:auto;
}

#content .subject-left {
	width:65%;
	float:left;
}

#content .border {
	border:solid 1px #dedede;
	padding:1%;
}

#content .subject-left .word-list {
	border:solid 1px #dedede;
	padding:1.2%;
	width:98.8%;
}

#content .subject-left .title {
	border-bottom:dashed 1px #a7a7a7;
}

#content .subject-left .definition_brief {
	margin:0.6em 0;
	
}

#content .definition_brief .brief {
	float:left;
}

.subject-content strong.pron {
	color:#008c4a;
	margin-right:1em;
	font-size:1.3em;
}

.subject-content strong.def {
	color:#424c59;
	margin-right:1em;
	font-size:1.3em;
}
.subject-content p {
	color:#24296c;
}

#content .definition_brief .audio {
	background:url(../images/all-icon.png) no-repeat scroll -162px -81px transparent;
	width:38px;
	height:43px;
	cursor:pointer;
	float:left;
	margin:-0.2em 0 0 2em;
}

#content .definition_brief .audio:hover {
	background:url(../images/all-icon.png) no-repeat scroll -242px -81px transparent;
}

#content .subject-left h2, #content .content2 h2 {
	font-size:1.6em;
	margin:0.1em 0 0.3em 0;
	color:#333;
}

#content .subject-left h2.fea {
	float:left;
	margin:0.1em 0.75em 0.3em 0;
}

#content .subject-left img.feaim {
	margin-bottom:0.7em;
}

#content .subject-left h2 span.important {
	background:#f38027;
	padding: 0.1em 0.5em;
	color:#fff;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	text-transform:lowercase;
}

#content .subject-left h3 {
	font-size:2.1em;
	margin:0.1em 0 0.5em 0;
	color:#333;
}

#content .subject-right {
	width:31%;
	float:right;
}

#content .subject-right .a_ad_right {
	padding-top:2em;
}

#content ul, #content ul li {
	list-style-type:none;
}

#content .subject-content ul {
	width:100%;
	margin:2% 0;
}

#content .subject-content ul li {
	width:33%;
	float:left;
	margin:1% 0;
}

#content .subject-content ul li.extrapadding {
	padding:1.6% 0;
}

#content .subject-content ul li a {
	color:#008c4a;
	font-size:1.1em;
	font-weight:normal;
}

#content .subject-content ul li a:hover {
	color:#ff8d36;
}

.subject-right .m-s-words .heading h2 {
	font-size:1.4em !important;
}

.subject-right .m-s-words .heading {
	padding:0.5em 0;
	width:100%;
}

.subject-right .m-s-words .list {
	padding:0;
	width:100%;
}

.subject-right .m-s-words .list ul {
	padding:0.35em !important;
}

.subject-right #word-day {
	margin:2em -1px 0 -1px;
}

#content .subject-content .m-s-words ul, #content .subject-content .m-s-words ul li {
	margin:0;
	padding:0;
}

#content .subject-content .m-s-words ul li {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

#content .subject-content .m-s-words ul li a {
	color:#008c4a;
	font-size:0.9em;
	font-weight:bold;
}

li.clear {
	clear:both !important;
	float:none !important;
	width:0 !important;
	height:0 !important;
	margin:0 !important;
	border:none !important;
	padding:0 !important;
	background:none !important;
}

.feedback-box {
	margin-top:5%;
	width:auto;
	border:solid 1px #f9b482;
}

.feedback-box .heading {
	background:url("../images/menu-background-orange.png") repeat scroll 0 0 #f3812e;
	padding:2%;
	width:96%;
	text-transform:uppercase;
	text-align:left;
}

.feedback-box .heading h2 {
	color:#fff;
	font-size:1.4em;
}

.feedback-box ul {
	margin:2% !important;
}

.feedback-box ul li {
	float: none !important;
    margin: 7% 0 !important;
    text-align: justify;
    width: 96% !important;
	line-height:1.5em !important;
	color:#0b0b0b;
}

.feedback-box ul li i {
	margin-right:1em;
	color:#099b56;
	text-shadow:1px 1px 1px rgba(3, 78, 42, 0.6);
}

#content .pos {
	margin:2em 0;
}

#content .pos ul {
	margin:0;
	padding:0;
}

#content .pos ul li {
	width:auto;
	text-transform:uppercase;
	padding:0;
	margin:0 0.3em 0 0;
	border:solid 1px #dedede;
	font-size:1.2em;
	font-weight:bold;
	border-bottom-width:0;
	color:#fffefe;
	background: #05aa5c; /* Old browsers */
	background: -moz-linear-gradient(top,  #05aa5c 0%, #0ac46c 47%, #05aa5c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05aa5c), color-stop(47%,#0ac46c), color-stop(100%,#05aa5c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #05aa5c 0%,#0ac46c 47%,#05aa5c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #05aa5c 0%,#0ac46c 47%,#05aa5c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #05aa5c 0%,#0ac46c 47%,#05aa5c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #05aa5c 0%,#0ac46c 47%,#05aa5c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05aa5c', endColorstr='#05aa5c',GradientType=0 ); /* IE6-9 */

}

#content .pos ul li span {
	 padding:0.3em 1.5em;
	 display:inline-block;
}

#content .pos ul li.selected {
	background:transparent url(../images/body-background.png) repeat scroll 0 0;
	color:#f38027;
	margin-bottom:-1px;
	padding-bottom:1px;
}

#content .pos .container {
	border:solid 1px #dedede;
}

#content .pos .none {
	display:none;
}

#content .pos ul.tab li {
	cursor:pointer;
}

.pos .first {
	margin:1em 1em 1em 2.5em;
}

.pos .container-list {
	padding:2em 1em 4em 2.5em;
}

.pos .first li {
	color:#424c59;
	font-size:1.05em;
	padding:0.5em 0 0.5em 0.5em;
	border-bottom:1px dashed #bcbdbe;
	line-height:1.4em;
}

.pos .first li span.SIGNPOST {
	background: #f4832a none repeat scroll 0 0;
    color: #fff;
    font-size: 0.9em;
    padding: 0.05em 0.5em;
	margin:0 0.5em 0 0;
    text-transform: uppercase;
}

.pos .first li span.SYN, .pos .first li span.EQUIVALENT {
	color:#008c4a;
	font-weight:bold;
}

.pos .first li span.GRAM {
	color:#1582c2;
	margin:0 0.5em 0 0;
}

.pos .first li span.RELATEDWD {
	color:#f4832a;
}

.pos .first li span.LEXUNIT, #content ul.phrase li ol.first li span.LEXUNIT {
	color:#37589a;
	font-weight:bold;
	margin:0 0.5em 0 0;
}

.pos .first li span.GEO, .pos .first li span.REGISTERLAB, #content ul.phrase li ol.first li span.REGISTERLAB {
	color:#b3208e;
	margin:0 0.5em 0 0;
}

.pos .first li span.GEO:before, .pos .first li span.REGISTERLAB:before {
	content:"[";
}

.pos .first li span.GEO:after, .pos .first li span.REGISTERLAB:after {
	content:"]";
}

.pos .first li span.UPPERCASE, #content ul.phrase li ol.first li span.UPPERCASE {
	color:#ea521c;
}

.pos .first li span.VARIANT, table.usage .VARIANT {
	color:#5f1ef3;
	margin:0 0.5em 0 0;
}

.pos .first li span.VARIANT strong, table.usage .VARIANT strong {
	margin:0 0 0 0.3em;
	font-size:1.1em;
}

.pos .first li span.FULLFORM {
	color:#eb1ef3;
	margin:0 0.5em 0 0;
}

.pos .example {
	margin:0.5em 0 0.5em 1em;
}

.pos .example li {
	font-size:0.8em;
	color:#212d3d;
	border-bottom:none;
	padding:0.35em 0 0.35em 0.5em;
}

.pos .synonym {
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	display:inline-block;
	width:100%;
	background:#eee;
	margin-top:0.35em;
}

.pos .synonym .syn-button {
	float:right;
	padding:0.15em 0;
	background:#e1e1e1;
	cursor:pointer;
	color:#1f9fce;
	width:10em;
	text-align:center;
}

.pos .synonym .syn-button:hover {
	text-shadow: 1px 1px 2px rgba(15, 129, 171, 0.4);
}

.pos .synonym .synonym-list, .pos .synonym .antonym-list {
	background:#eee;
	padding:0.6em 0.3em;
	display:none;
}

.pos .synonym .synonym-list a, .pos .synonym .antonym-list a, .pos .container-list a {
	color:#008c4a;
	text-decoration:none;
	margin:0 0 0 0.25em;
}

.pos .synonym .synonym-list a:hover, .pos .synonym .antonym-list a:hover, .pos .container-list a:hover {
	text-decoration:underline;
}

.pos .synonym .synonym-list b, .pos .synonym .antonym-list b, .pos .container-list b {
	color:#cb1818;
}

.pos .syn-toggle {
	border: 1px solid #dadada;
	background:#e1e1e1;
}

.word_forms {
	margin:1em 1em 1em 1.2em;
}

.word_forms table {
	border:1px solid #f4832a;
	margin:0 0 0.5em 1em;
}

.word_forms .w_forms {
	color: #424c59;
    font-size: 1em;
	font-weight:bold;
}

.word_forms table td.heading {
	border-right:1px solid #f4832a;
	padding:0.2em 1.5em;
	font-weight:bold;
	font-size:0.9em;
	background:rgba(244, 131, 42, 0.1);
	color:#008c4a;
}

.word_forms table td.forms {
	border-top:1px solid #f4832a;
	border-right:1px solid #f4832a;
	padding:0.2em 1.5em;
		font-weight:bold;
	font-size:0.9em;
}

.word_forms table td.last {
	border-right:none;
}

table.usage {
	margin:1em 1em -0.5em 1.2em;
}

table.usage .GEO, table.usage .EXPRESSION, table.usage .GRAM {
	color: #b3208e;
    font-size: 1.1em;
    margin-right: 0.3em;
}

#content ul.phrase {
	margin:0.2em 0 0.2em 0.2em;
}

#content ul.phrase li {
	border:none;
	background:none;
	list-style:none;
	position:relative;
	float:none;
	margin:0.15em 0;
	color:#008c4a;
	text-transform:none;
}

#content ul.phrase li:before {
	content: '';
   	display: inline-block;
    background:url(../images/all-icon.png) no-repeat scroll -127px -40px transparent;
	width:25px;
	height:35px;
	position:absolute;
	left:0;
	top:0;
}

#content ul.phrase li.last:before {
	content:none;
}

#content ul.phrase li.last div.border {
	border-bottom:solid 1px #c2c2c2;
	border-top:solid 1px #c2c2c2;
	margin:0 0.5em 3em 0.5em;
	padding:1em 0;
	text-align:center;
}
li.last div.more {
	display:inline-block;
	font-size:1.3em;
	font-weight:bold;
	height:2em;
	width:5em;
	line-height:2em;
	cursor:pointer;
}

li.last div.more:hover {
	color:#20b46e;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

li.last div.error {
	color:#cb1818;
	font-size:1em;
	width:auto;
	line-height:2.6em;
}

div.more i {
	margin-left:0.5em;
}

#content ul.phrase li.last div.loader {
	background:url(../images/ajax-loader-green.gif) no-repeat scroll center center transparent;
}

#content ul.phrase li span {
	 display:inline-block;
	 padding:0.3em 0 0.3em 2em;
}

#content ul.phrase li span strong {
	display:inline-block;
	padding:0 0 0 0.3em;
	color:#f38027;
	text-transform:uppercase;
}

#content ul.phrase li ol.first {
	margin:0 0 1.5em 2.5em;
}

#content ul.phrase li ol.first li {
	list-style-type:decimal;
	font-size:1em;
	color:#424c59;
	padding:0 0 0 0.5em;
	font-size:0.92em;
}

#content ul.phrase li ol.first li:before {
	content:none;
}

#content ul.phrase li ol.first li span {
	padding:0;
	font-weight:normal;
	display:inline;
}

#content ul.phrase li ol.first li ol.example {
	margin: 0.5em 0 1.25em 1.5em;
	background: #e5e6e7 none repeat scroll 0 0;
    border: 1px solid #dbddde;
}

#content ul.phrase li ol.first li ol.example_no_back {
	margin: 0.5em 0 1.25em 1.5em;
}

#content ul.phrase li ol.first li ol.example li {
	list-style-type:lower-roman;
	color: #212d3d;
    font-size: 0.85em;
    padding: 0.5em 0 0.5em 0.5em;
	text-transform:none;
	font-weight:normal;
	margin:0;
}

.subject-left a, #part-content a, .ms-content .list a, .content2 a, #tos a {
	color:#f3812e;
}

.subject-left a:hover, #part-content a:hover, .ms-content .list a:hover, #tos a:hover {
	text-decoration:none;
}

.subject-left b, #part-content b {
	color:#666;
}

.subject-left strong.text2, #part-content strong.text2, .ms-content strong.text2 {
	color:#06aa5e;
}

.word-day-hack {
	min-height:31em;
}

.ms-content .heading {
	text-align:left;
	padding:1% 1.5%;
}

.ms-content .list {
	background-color:transparent;
	padding:3% 1.5%;
	line-height:1.4em;
	text-align:justify;
}

.ms-content .sub {
	font-weight:bold;
	margin:2em 0 0.5em 0;
	font-size:1.5em;
}

.ms-content ul {
	margin: 1em 2em;
}

.ms-content li {
	float:none !important;
	margin:0 !important;
	line-height:2em !important;
	color:#3f08a2 !important;
}

.ms-content li i {
	margin-right:1em;
	color:green;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17);
}

.dictionary {
	color: #f3812e;
}

#ubaplayer {
	display:none;
}

.audio ul li a.ubaplayer-button {
	display:inline-block;
	padding:1em;
}

.did_mean {
	margin: 0 0 1em 0.5em;
	font-size:1.4em;
	color:#d23a28;
	font-weight:bold;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
}

.did_mean a {
	margin-left:0.25em;
	color:#1582c2;
	text-decoration:none;
	font-style:italic;
}

.did_mean a:hover {
	text-decoration:underline;
}

#backgroundSubscribe{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#333;
	z-index:4;
}

#popupSubscribe {
	background:url(../images/squared_metal.png) repeat scroll 0 0 #edeaea;
	border: 2px solid #efefe9;
    border-radius: 6px;
    box-shadow: 0 1px 5px #4f4f4f;
    display: none;
    position: fixed;
    z-index: 5;
	height:auto;
	
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.30);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.30);
	text-shadow: 1px 1px 2px rgba(81, 81, 81, 0.5); 
}

#popupSubscribe div.p_title{
	background: #eb5a3d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNWEzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2RkNTMzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjQxMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #eb5a3d 0%, #dd5337 49%, #c64125 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb5a3d), color-stop(49%,#dd5337), color-stop(100%,#c64125)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eb5a3d 0%,#dd5337 49%,#c64125 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eb5a3d 0%,#dd5337 49%,#c64125 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eb5a3d 0%,#dd5337 49%,#c64125 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eb5a3d 0%,#dd5337 49%,#c64125 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5a3d', endColorstr='#c64125',GradientType=0 ); /* IE6-8 */
	
	
	width:100%;
	height:2.5em;
}

#popupSubscribe div.p_title ul {
	color: #fbe6d5;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.7em;
    list-style-type: none;
    margin-left: 0.5em;
}

#popupSubscribe div.p_title ul li {
	float:left;
}

#popupSubscribe div.p_title ul li.pleft {
	width:80%;
}

#popupSubscribe div.p_title ul li.pright {
	width:20%;
	text-align:right;
}

li.pright i {
	margin-right:0.5em;
}

li.pright i:hover {
	color:#fff;
	cursor:pointer;
}

#popupSubscribe ul.flist {
	margin:1.5em 2em;
}

#popupSubscribe ul.flist li {
	margin:1em 0;
	list-style-type:none;
	width:25em;
}

#popupSubscribe ul.flist li span {
	display: inline-block;
    width: 4em;
	color:#046c67;
	font-weight:bold;
	font-size:1.3em;
	text-shadow:none;
}

#popupSubscribe input[type=text] {
	padding:0.25em 1em;
	border:1px solid #afaeae;
	width:14em;
	-moz-box-shadow:inset 0px 0px 0.3em 0px #c8c7c7;
	-webkit-box-shadow:inset 0px 0px 0.3em 0px #c8c7c7;
	box-shadow:inset 0px 0px 0.3em 0px #c8c7c7;
}

#popupSubscribe ul.flist small {
	color:#eb2632;
	margin-left:0.5em;
	display:none;
}

#tos {
	border: 1px solid #dedede;
	width:95%;
	margin:1.5em auto;
}

#tos table {
	width:90%;
	margin:2em auto;
	line-height:1.5em;
}

#tos table td {
	text-align:justify;
}

#tos b {
	font-style:italic;
	margin:0 0.2em;
	color:#224eca;
}

#tos h2 {
	font-size:1.3em;
	margin-bottom:0.4em;
	margin-top:1.5em;
}

#tos h2 span {
	margin-right:0.5em;
}

#tos ol {
	margin:0.5em 0 0 4em;
}

#tos ol li {
	margin-top:0.35em;
}

.adsss {
	float:left; width:80%; margin-top:1em;
}

.inlineerror {
	padding:2px 5px;
	font-size:0.9em;
	margin-top:-1.9em;
	color:#eb2632;
}

.inlinesucc {
	color:#25b32f !important;
}

.height {
	height:1em;
	width:100%;
}

.arabic {
	direction:rtl;
	display:inline-block;
	font-size:1.15em;
}

.arabic2 {
	direction:rtl;
	display:inline-block;
	font-weight:normal;
	font-size:1.18em;
}

.clear {
	clear:both;
}

.none {
	width:0;
	height:0;
	display:none;
}