/********************************************* Body */

body
{
	margin:0 auto;
	font-family:tahoma;
	font-size:12px;
	direction:rtl;
	background-color:#E1E1E1;
}

.login_body
{ 
    background-color:#3399FF; 
}
.r_float
{
    float: right;
}
.l_float
{
    float: left;
}
.users_top
{
    padding: 0 10px;
}
#imglist
{
    width: 990px;
    height: 80px;
}

/******************************************* Combobox */
.all_combobox
{
	width:350px;
	height:25px;
	font-family:tahoma;
	font-size:13px;
	margin-bottom:7px;
}

.social_combo
{
	width:200px;
	height:25px;
	font-family:tahoma;
	font-size:13px;
	margin-bottom:7px;
	margin-right:10px;
}

/******************************************* Star */
.star
{
	color:#F00;
	width:5px;
	height:5px;
}

/********************************************* Label */
.all_label
{
	width:90px;
	height:30px;
	float:right;
	margin-top:2px;
}

#cnt_settingshow{
	padding-bottom:40px;}
	
.textarea_box
{
    width:357px;
    height:100px;
    font-family:tahoma;
    font-size:12px;
    resize:none;
}

.user_combobox
{
    width:135px;
    height:23px;
    font-family:tahoma;
    font-size:12px;
}

/*************************************** Div Label & Input */
.all_div
{
	width:98%;
	clear:right;
	padding:5px 10px 0 0;
}

/************************************** All Input */
.all_input
{
	width:350px;
	height:28px;
	border:0;
	font-family:tahoma;
	font-size:13px;
	margin-bottom:7px;
	border:1px solid #999999;
	padding:0 5px;
}

/********************************************** a */
a
{
	text-decoration:none;
	color:#000;
}

/********************************************************** Header */
#ad_header
{
	width:100%;
	height:70px;
	background-repeat:no-repeat;
	background-position:10px -2px;
	font-size:13px;
	
}
#ad_header ul
{
	list-style:none;
	line-height:25px;
}

/************************************************ Main Content */
#ad_cnt
{
	width:95%;
	height:auto;
	margin:0 auto;
}
.ad_box
{
	height:auto;
	float:left;
}
#ad_cntshow
{
	width:100%;
	margin-bottom: 20px;
}

/*************************************************** Login */
#login_content
{
	width:315px;
	height:auto;
	margin:100px auto 0;
	color:#000;
	background-color:#FFF;
}
.login_boxes
{
    padding: 5px 30px;
    width: 255px;
    height: 65px;
}
.login_boxes_color
{
    background-color: #EFEFEF;
}
.login_head_logo
{
    width: 315px;
    height: 115px;
}
.login_text
{
    margin: 5px 0;
}
#login_content label
{
	width:100px;
	float:right;
}
.login_input
{
	width:250px;
	height:25px;
	margin-bottom:5px;
    border: 1px solid #ccc;
}
#login_button
{
	float:left;
    width: 255px;
    padding: 5px 0;
    border: none;
    margin-top: 15px;
    height: 40px;
    background-color: #B4B4B4;
    font-size: 16px;
}
#login_button:hover
{
    background-color: #000;
    color: #FFF;
    cursor: pointer;
}
.login_username
{
    width: 380px;
    height: 40px;
    padding: 20px 60px 0 0;
}
.login_username span
{
    padding-left:10px;    
}
.login_username_span
{
    padding: 3px 10px;
}
.login_username a:hover
{
    color:#F06;
}
/************************************************** Wellcome Message */
.ad_wellcome
{
    width:850px;
    height:38px;
    margin:30px auto 0;
    text-align:center;
    font-size:16px;
}
.ad_wellcome span
{
    font-size:12px;
}
.ad_wellcome p {font-size:12px; text-align:right;}
.manager_msg
{
    width: 850px;
    height: auto;
    background-color: #FFF;
    margin: 0 auto;
    font-size: 14px;
    text-align: justify;
    padding: 10px;    
}
.ad_wellcome a
{
	padding:5px 10px;
	color:#000;
	background-color:#999;
}
.wellcomehover a:hover
{
    color:#FFF;
    background-color:#000;
}
.ad_wellcome a:hover
{
    cursor: pointer;
}

/************************************************** Hover */
.hover
{
	cursor:pointer;
}

/******************************************************** Button */
/*.btn {
	-moz-box-shadow:inset 0px 1px 1px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 1px 0px #ffffff;
	box-shadow:inset 0px 1px 1px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:tahoma;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:auto;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	padding:0 15px;
}
.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	cursor:pointer;
    color: black;
}.btn:active {
	position:relative;
	top:1px;
}*/
.btn1
{
	border:0;
	background-color:#a7a7a7;
	font-family:tahoma;
	font-size:13px;
}
.btn1:hover
{
	cursor:pointer;
}

/********************************************** Show Change Alert */
.show_alert
{
	width:50%;
	height:30px;
	background-color:#000;
	color:#FFF;
	margin:0 auto;
	text-align:center;
	display:none;
}
.show_alert span
{
	font-size:16px;
}

/*********************************************** Table */
#tbl_content
{
	width:100%;
	height:auto;
}
#tbl_mdl
{
	width:100%;
	height:auto;
	background-color:#a7a7a7;
	margin:0 auto;
}
.tbl_td
{
	width:156px;
	height:30px;
	border:1px solid #FFF;
	margin-left:2px;
	text-align:center;
	color:#000;
    font-size: 12px;
}
.TitleHover:hover{ background-color: #878787; cursor: pointer; margin:0 5px; }
.GoToPage{ float: left; width: auto; height: 18px; background-color: #0066CC; padding: 0 5px; color: #fff; border: 0; margin:0 5px; cursor: pointer;}
.GoToPageInput{ border: 1px solid #000; float: left; height: 18px; width: 50px; direction: rtl;}
/************************************************ Paging */
#paging
{
	width:100%;
	height:30px;
	margin-top:10px;
}
#paging_line
{
	width:-moz-fit-content;
	height:30px;
	margin:0 auto;
}
.paging_btn
{
	width:auto;
	height:20px;
	padding:5px 20px;
	border:1px solid #FFF;
	float:left;
	cursor:pointer;
	background-color:#9656A0;
	color:#fff;
}
.paging_btn:hover
{
	background-color:#82358C;
	cursor:pointer;
}
.search_input
{
	font-family:tahoma;
}


.paging{clear:both;height:30px;padding:15px 0;text-align:center;direction:ltr;}
.pageNav{display:inline-block;height:30px;margin:0 auto;}
.pageNav .selected{background-color:#A6A6A6;color:#000000;}
.pageNavItem{background:none repeat scroll 0 0 #06C;border-radius:5px 5px 5px 5px;color:white;float:right;margin:0 5px;padding:0 9px;position:relative;}
.pageNavItem a{color:#ffffff;}
#recover_pass_main{width:auto!important;}

/****************************************************** Menu */
#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a{
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu{
  height: 25px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background-color: #29292E;
  border-bottom: 1px solid #82358C;
  margin-bottom:10px;
}
#cssmenu a{
  background-color:#141414;
  color: #ffffff;
  display: inline-block;
  font-family:tahoma;
  font-size: 12px;
  line-height: 24px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul{
  list-style: none;
  float: right;
}
#cssmenu > ul > li {
  float: right;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #82358C;
  margin-left: -10px;
}
#cssmenu > ul > li.active > a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background-color:#070707;
}
#cssmenu > ul > li:hover > a {
  background-color:#070707;
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
}
#cssmenu .has-sub ul li {
  margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #AC5FB6;
  border-bottom: 1px dotted #6fc7ec;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #82358C;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #AC5FB6;
  border-bottom: 1px dotted #6db2d0;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #82358C;
}

/* .............................. Page Make Category */
.ctgr_box
{
	width:100%;
	padding:5px 5px 0 0;
	margin:0 auto;
	border:1px solid #FFF;
	margin-bottom:2px;
}

/* mdl */
#ctgr_create
{
	height:auto;
}
#ctgr_manager
{
	height:114px;
}
.color
{
	border:0;
	font-family:tahoma;
	font-size:12px;
	width:354px;
	height:28px;
	padding-right: 5px;
}
.number_input_box
{
	width:35px;
	height:25px;
}
.number_button_box
{
	width:60px;
	height:31px;
	background-color:#333;
	cursor:pointer;
	border:0;
	color:#fff;
	font-family:tahoma;
}

/* .............................. Page Send Newsletter */
#send_nwsltr_cnt
{
	width:90%;
	height:auto;
	margin:0 auto;
}
.send_nwsltr_box1
{
	width:84.3%;
	height:auto;
	margin:5px 90px 0 0; 
}
#send_nwsltr_submit
{
	margin: 5px 87px 10px 0;
}
.txt_emails
{
	width:830px;
	height:100px;
	border:0;
	border:1px solid #CCC;
	margin-right: 99px;
	font-family:tahoma;
	font-size:11px;
}
.emails_box
{
	display:none;
}

/* .............................. Page Make Newspapers */
#nwspprs_mdl
{
	width:100%;
}
.nwspprs_box
{
	background-color:#ccc;
	border:1px solid #FFF;
	height:auto;
	padding-bottom:10px;
}
#nwspprs_subgroup
{
	width:84.5%;
	height:auto;
	margin: 0 auto;
}
.nwspprs_textarea
{
	width:420px;
	height:60px;
	margin-top:2px;
	font-family:tahoma;
	font-size:12px;
}
#nwspprs_send
{
	padding:10px 10px 10px 0;
}
.nwspprs_file_upload
{
	margin:5px 0;
}
.nwspprs_showbox
{
	width:140px;
	height:32px;
	margin-left:2px;
	float:right;
}
.nwspprs_pic
{
	width:40px;
	height:40px;
}

/* .............................. Page Insert Newspapers_Category */
.nwspprs_ctgr_box
{
	width:100%;
	background-color:#CCC;
	padding:5px 5px 0 0;
	margin:0 auto;
	border:1px solid #FFF;
	margin-bottom:2px;
}

/* mdl */
#nwspprs_ctgr_create
{
	height:auto;
}

/* .............................. Page Insert Banner */
#bnr_mdl
{
	width:100%;
}
.bnr_box
{
	height:230px;
	
}
.bnr_textarea
{
	width:420px;
	height:60px;
	margin-top:2px;
	font-family:tahoma;
	font-size:12px;
}
#bnr_send
{
	padding:10px 10px 10px 0;
}
.bnr_file_upload
{
	margin:5px 0;
}
.bnr_showbox
{
	width:auto;
	height:32px;
	margin-left:10px;
	float:right;
}
.get_date
{
	width:210px;
	height:28px;
	border:0;
	font-family:tahoma;
	font-size:13px;
}
.banner_pic
{
	width:40px;
	height:30px;
}
.banner_big_pic
{
	width:250px;
	height:150px;
}

/* .............................. Page Insert Ads */
.ads_box
{
	border:1px solid #FFF;
	height:auto;
	padding-bottom:10px;
}
.ads_showbox
{
	width:auto;
	height:32px;
	margin-left:2px;
	float:right;
    padding: 0 6px;
}

/* .............................. Page Insert Reportage */
.reportage_box
{
	background-color:#ccc;
	border:1px solid #FFF;
	height:auto;
	padding-bottom:10px;
}
.reportage_file_upload
{
	margin:5px 0;
}

/* .............................. Page Users */
.content_title
{
	width:99.6%;
	height:60px;
	padding:1px 5px 0 0;
}
.content_box
{
	width:100%;
	height:auto;
	background-color:#CCC;
	margin-top:5px;
	padding:1px 5px 10px 0;
}
.roleDefenitionName
{
	width:353px;
	height:25px;
	background-color:#AEAEAE;
	border-bottom:1px solid #FFFFFF;
	border:1px solid #FFFFFF;
	margin-bottom: 5px;
    padding:5px 5px 0 0;
	color:#fff;
}
#select_Roles
{
	margin:5px 280px 10px 0;
}
.view_combobox
{
	width:360px;
	height:auto;
}
.choisebtn:hover
{
	cursor:pointer;
	color:#fff;
}
#ctrlKeyAlert
{
	color:#898989;
	margin-right:10px;
}
.Search_combobox
{
	width:140px;
	height:25px;
	font-family:tahoma;
	font-size:13px;
	margin-bottom:7px;
}
#chars
{
    color: #f06;
}

.RoboBox { width: 1000px; height: auto; margin: 0 auto; background-color: #D4D4D4; }
.RoboTh { height: 40px; border: 1px solid #000; }
.RoboTh1 { width: 250px; }
.RoboTh2 { width:600px; }
.RoboTh3 { width:250px; }
.RoboTd { text-align: center; font-size: 13px; }
.RoboSend:hover { background-color: #12A9FA; cursor: pointer; color: #FFF; }

.user_anl_title{width:100%;height:40px;font-size:16px;background-color:#ccc;text-align:center;padding-top:10px;}
.user_anl_head{width:24%;height:40px;float:right;padding:10px 10px 0 0;}
.user_anl_date{width:100%;height:60px;background-color:#FFF;padding-top: 10px;}
#show_cnt_tags{width:100%;height:80px;margin-top:10px;}
.Update_btn{width:275px;height:45px;background-color:#A7A7A7;padding:10px 10px 0 0;margin-bottom:10px;}
#analytics_today_id{margin-left:20px;}
.tagdiv{width:auto;height:30px;background-color:#00CCFF;float:right;padding:5px 19px;margin:5px;}
.deltags{width:12px;height:20px;position:absolute;background-color:#00CCFF;color:#000;margin-right:-13px;font-size: 10px;}
.tagdiv > span{margin-right:5px;}
.deltags:hover{cursor: pointer;}
#cnt_tag{height:auto;}

/* comment ::::: start: */
.comments .boxview {
    background-image: url("../images/img/commentBox.png");
    border: 1px solid #B7D3E2;
    border-radius: 5px;
    box-shadow: 0 3px 8px -5px #BBB;
    padding-bottom: 40px;
    margin:0 auto;
    width:708px;
    margin-left: 56px;
}
.comments .boxview .view {padding: 20px 20px 0; display: block; width: auto;}
.comments .boxview .heading {background: url("../images/img/commentHeading.png") repeat-x left top transparent; position: relative;}
.comments .boxview .heading h4 {height: 41px; line-height: 30pt; padding-right: 30px;}
.comments .boxview .heading .arrow {
    background: url("../images/img/commentBoxArrow.png") no-repeat left top transparent;
    position: absolute;
    right: 20px;
    top: -10px;
    z-index: 9;
    display: block;
    height: 11px;
    width: 18px;
}

.comments .userPhoto {border-radius: 4px; margin-left: 16px;}
.commentBox {width: 100%; display: table;}

.commentForm {float: right; width: 673px;}
.commentForm fieldset textarea, .commentForm fieldset input, .commentForm button {width: 100%; height: 22px;}
.button_msg {
    background: url("../images/img/commentBtn.png") repeat-x left top transparent;
    height: 32px;
    color: #49872C;
    border-color: #E2E8D0;
    font-weight: bold;
}
.commentForm fieldset {
    background: url("../images/img/fieldShadow.png") repeat-x left -1px #FFF;
    border: 1px solid #DDD;
    padding: 4px 4px 4px 20px;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
}
.commentForm fieldset .fieldimg {
    background-image: url("../images/img/field.png");
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    float: right;
}
.commentForm .nameField {float: right;}
.commentForm .emailField {float: left;}
.commentForm .nameField .fieldimg {background-position: center -15px;}
.commentForm .emailField .fieldimg {background-position: center 8px;}

.commentForm .nameField .tbx,
.commentForm .emailField .tbx {width: 282px;}

.commentForm .textField {padding-right: 8px; position: relative; clear: both;}
.commentForm .textField textarea {resize: none; height: 100px;}
.txtFldArrow {
    display: block;
    background: url("../images/img/txtFldArrow.png") no-repeat left top transparent;
    position: absolute;
    right: -12px;
    top: 0;
    z-index: 9;
    height: 20px;
    width: 12px;
}

.commentForm fieldset.captcha {padding: 2px 0 4px 20px;}
.commentForm fieldset.captcha img {
    border-width: 0 1px; border-style: solid; border-color: #DDD;
    background-color: #FFF;
    padding: 0 10px;
}
.ctxt {
    background-color: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0 0 3px -1px #CCC;
    border-radius: 5px;
    display: table;
    padding: 3px 0;
}
.ctxt .info, .ctxt .txt, .ctxt .ranking {
    display: table-cell;
    padding: 0 10px;
    font-size: 9pt;
}
.ctxt .info {font-family: "B Trafic", "btrafic";width:90px;}
.ctxt .info .username {font-weight: bold; font-size:11px;}
.ctxt .info .date {display: block; white-space: nowrap;}
.ctxt .txt {
    width: 506px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #EEE;
    font-family: "Tahoma", "sans-serif";
    color: #000;
    line-height: 14pt;
}
.review {margin-bottom: 10px; clear: both;}
.review._1 {margin-top: 25px;}
.review._2 {padding-right: 30px; background: url("../images/img/reviewArrow.png") no-repeat right 0px top 15px transparent;}
.review._2 .ctxt .info .username, .review._2 .ctxt .txt, .ranking .up {color: #0056A4}
.review._2 .ctxt .txt {border-left: none;}
.ranking .up, .ranking .down {
    height: 21px;
    display: block;
    padding-right: 29px;
    line-height: 12pt;
    text-align: right;
    font-size: 8pt;
}
.ranking .up {
    background: url("../images/img/rankUp.png") no-repeat right 7px transparent;
    border-bottom: 1px solid #EEE;
    margin-bottom: 4px
}
.ranking .down {
    background: url("../images/img/rankDown.png") no-repeat right 7px transparent;
    color: #B13D3D;
}

.wordclass
{
    height: auto;
    float: right;
}
.word_right
{
    width: 20%;
}
.word_center
{
    width: 20%;
}
.word_left
{
    width: 50%;
}
.tr_color{background-color: #A4B5BD;}
.selectclass
{
    font-family: tahoma;
    font-size: 13px;
    height: 25px;
    margin-bottom: 7px;
    width: 100px;;
}
.titlewidth{width: 25px;}
.content_title1{text-align:left;width:95%;margin:0 auto;}
#search_img{cursor: pointer;}
.log_class{color: #82358C;font-size:14px;}
.log_red{color: #f06;font-size:14px;}
.log_blue{color: #0D99FC;font-size:14px;}
.log_brown{color: #5B471C;font-size:14px;}
.log_grey{color: #E77C18;font-size:14px;}
.log_green{color: #008000;font-size:14px;}
.log_ul li{line-height: 22px; list-style: none;}

.search_content{width:440px;height:50px;margin:0 auto;}


ul.tree li
{
	position:relative;
	right: 10px;
	font-size:16px;
	
	
}
.product-content
{
    margin-right: 20px;
    line-height: 200%;
}
#basket
{
    height: 160px;
    background-color: #f6fbfb;
    width: 20%;
    position: fixed;
    left: 0;
    margin-top: 10px;
}
table#order
{
    border: 1px solid #eff5f5;
    margin: 10px;
}
table#order thead tr th
{
    padding: 10px 45px;
    background-color: #04e096;
    border: 1px solid white;
    color: white;
}
table#order tbody tr td
{
    text-align: center;
    background-color: #edfcf7;
}

table thead tr th{
    text-align:center;}

