﻿/* --------------------------------------------------------------------- Word Module */
.cDivWords{
	padding-bottom: 3px;
}
/* -------------------------------------------------- Search */
.cWords-SearchBar{
	/*width: 80%;
	float: right;*/
}
.cWords-SearchBar-m{
	background: url(../Images/webD-search-m.gif) repeat-x left top;
	/*margin: 0 5px;*/
}
.cWords-SearchBar-l{
	background: url(../Images/webD-search-l.gif) no-repeat left top;
}
.cWords-SearchBar-r{
	background: url(../Images/webD-search-r.gif) no-repeat right top;
	height: 39px;
	padding: 0 7px;
}
.cWords-SearchBox{
}
.cWords-SearchInp-m{
	background: url(../Images/webD-search-inp-m.gif) repeat-x left top;
	margin: 7px 0 0 0;
	float: right;
	width: 81%;
}
.cWords-SearchInp-l{
background: url(../Images/webD-search-inp-l.gif) no-repeat left top; 
}
.cWords-SearchInp-r{	
	background: url(../Images/webD-search-inp-r.gif) no-repeat right top;
	height: 25px;
	padding: 3px 30px 0 10px;
}
.cWords-SearchInp-r input{
	border: none;
	background: none;
	width: 100%;
	height: 17px;
	font: 11px tahoma;
	color: #333;
	/*margin-top: 4px;*/
	direction: rtl;
}

.cWords-SearchDrp1{
	margin: 7px 0 0 0;
	float: left;
	width: 18%;
	background: url(../Images/webD-cBtn_fix_bg-left.png) no-repeat left top;
	padding-left: 9px;
	margin-right: -9px;
}
.cWords-SearchDrp2{
	background: url(../Images/webD-cBtn_fix_bg-right.png) no-repeat right top;
	padding-right: 9px;
}
.cWords-SearchDrp3{
	background: url(../Images/webD-cBtn_fix_bg-mid.png) repeat-x left top;
	height: 29px;
}
.cWords-SearchDrp3 input{
	width: 100%;
	height: 25px;
	font: 11px tahoma;
	border: none;
	padding: 0 1em 0.1em;
	cursor: pointer;
	background: none;
}
/* --- End Search */
/* -------------------------------------------------- Items */
.cWords-Word{
	clear: both;
}
.cWords-bg{
	background: #fff url(../Images/Words_bg.gif) repeat-x 0 bottom;
	margin-top: 5px;
}
.cWords-t{
	background: url(../Images/Words_border.gif) repeat-x 0 0;
}
.cWords-r{
	background: url(../Images/Words_border.gif) repeat-y right 0;
}
.cWords-b{
	background: url(../Images/Words_border.gif) repeat-x 0 bottom;
}
.cWords-l{
	background: url(../Images/Words_border.gif) repeat-y 0 0;
}
.cWords-tr{
	background: url(../Images/Words_tr.gif) no-repeat right 0;
}
.cWords-br{
	background: url(../Images/Words_br.gif) no-repeat right bottom;
}
.cWords-bl{
	background: url(../Images/Words_bl.gif) no-repeat 0 bottom;
}
.cWords-tl{
	background: url(../Images/Words_tl.gif) no-repeat 0 0;
	display: inline-block;
    width: 100%;
}

.cWords-Content-img{
	float: right;
	background: url(../Images/Words_img.png) no-repeat right 0;
	width: 59px;
	height: 62px;
	margin: 8px 13px;
	padding-left: 9px;
	border-left: 1px #ccc solid;
}
.cWords-Content {
	padding: 13px 0 13px 15px;
	margin-right: 95px;
	direction: rtl;
}
.cWords-Content h2{
	margin-bottom: 3px;
	height: auto;
}
.cWords-Content h2 a{
	background: url(../Images/Words_title_icon.png) no-repeat right 1px;
	padding-right: 20px;
	font: bold 14px tahoma;
}
.cWords-Content-Data{
	color: #333;
}
/* --- End Items */
/* -------------------------------------------------- Search Result */
.cWords-Search-Result {
    padding: 158px 0 25px;
    margin: 5px 0;
	background: #fff url(../Images/Words_SearchResult.png) no-repeat center 17px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font: bold 12px tahoma;
    text-align: center;
    direction: rtl;
}
/* --- Search Result */
/* -------------------------------------------------- Detailed */
.cWords-Detail{
	display: inline-block;
	width: 100%;
}
.cWords-Detail-Des{
	float: right;
	width: 77%;
}
.cWords-Detail-Des-i{
	border: 1px #ddd solid;
	padding: 4px;
	border-radius: 5px;
	background-color: #fff;
	direction: rtl;
}
.cWords-Detail-Des-t{
	background: url(../Images/Words_Detail_t.gif) repeat-x 0 0;
	border-radius: 5px;
}
.cWords-Detail-Des-b{
	background: url(../Images/Words_Detail_b.gif) repeat-x 0 bottom;
	padding: 8px;
	border-radius: 5px;
	line-height: 16px;
}
.cWords-Detail-Des-title{
	margin-bottom: 3px;
}
.cWords-Detail-Des-title h1{
	background: url(../Images/Words_Detail_title_icon.png) no-repeat right 0;
	font: bold 14px tahoma;
    height: 24px;
    padding-right: 28px;
    padding-top: 2px;
}
.cWords-Detail-Des-Text {
    text-align: justify;
}
/* ------------------------------- IMG */
.cWords-Detail-Des-Text img.left{
	float: left;
}
.cWords-Detail-Des-Text img.right{
	float: right;
}
.cWords-Detail-Des-Text img.center{
	clear: both;
    display: block;
    margin: 0 auto;
}
/* --- End IMG */
.cWords-Detail-Des-Alias{
	border-top: 1px solid #ddd;
    margin-top: 11px;
    padding: 9px 3px 2px;
}
.cWords-Detail-Des-Alias h6{
	background: url(../Images/cWords_Alias_icon.png) no-repeat right 0;
	font: bold 12px tahoma;
	padding-right: 20px;
	height: 16px;
}
.cWords-Detail-Des-AliasWord{
	padding: 4px 0 0;
}
.cWords-Detail-Des-AliasWord h2{
	display: inline;
    font: 11px tahoma;
}

.cWords-Detail-Related{
	float: left; 
	width: 22%;
}
.cWords-Detail-Related-i{
	border: 1px #ddd solid;
	background-color: #fff;
	padding: 4px;
	border-radius: 5px;
}
.cWords-Detail-Related-r{
	background: url(../Images/Words_Detail_t.gif) repeat-x 0 0;
	padding: 7px;
	border-radius: 5px;
	line-height: 16px;
	direction: rtl;
	text-align: right;
}
.cWords-Detail-Related-r .cWords-Detail-Des-title{
	background: url(../Images/Words_Related_title_icon.png) no-repeat right 0;
	font: bold 12px tahoma;
	margin-bottom: 6px;
    padding: 1px 24px 7px 0;
    border-bottom: 1px #ddd solid;
}
.cWords-Detail-Related-r ul{
	list-style: none;
	margin-right: 3px;
}
.cWords-Detail-Related-r ul li{
	background: url(../Images/Words_Related_li.png) no-repeat right 0;
	padding-right: 15px;
}
.cWords-Detail-Related-r ul li a{
	
}
/* --- End Detailed */
/* ----------------------------------------------------------------------- :) */


/* ----------------------------------------------------- TOOL TIP */
.cDivText{
	/*position:relative !important;*/
}
.cWordsToolTip{
	position: relative;
	color: #f00;
	font-weight: bold;
}
.cWordsToolTip .tooltipstered {
    padding: 0 0 12px;
}
.cWordsToolTip-Box{
	display: none;
	background: #fff url(../Images/words_bg.gif) repeat-x 0 bottom;
	left: -200px;
	top: 24px;
	width: 500px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 9999;
	color: #333;
	font-weight: normal;
}
.cWordsToolTip-Arrow{
	display: block;
	background: url(../Images/words_arrow.png) no-repeat 50% 0;
	position: absolute;
	left: 200px;
	margin: -8px 0;
	height: 8px;
	width: 17px;
}
.cWordsToolTip-Body{
	display: block;
	padding: 0 22px;
	margin: 26px 0;
	width: 456px;
	max-height: 306px;
	overflow: auto;
}
/* --- End tooltip */
