/*
Theme Name: RayanCMS Classic
Theme URI: http://sitename.com
Description: The classic theme for someone
Author: RayanCMS
Author URI: http://rayancms.com


[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Middle 
	6- Forms
	7- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px tahoma, Helvetica, sans-serif;
	vertical-align: top;
	color: #000;
	direction:rlt;
	background: #fff url(../images/body_bg.png) repeat-x;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}

.clear {
	clear: both;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #333;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font: bold 1.5em "Times New Roman", Times, serif;
}
h2.title {
	font: bold 1.2em Tahoma, Arial, "Times New Roman", Times, serif;
	background:#eee;
	padding:5px 4px;
	color:#999;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header_wrapper {
	margin: 0 auto;
	width:958px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#t_menu {
	position:absolute;
	top:10px;
	right:10px;
}
#t_menu li {
	display:inline;
	font:11px Tahoma, Geneva, sans-serif;
	color:#9d9e64;
	padding:0 5px;
}
#t_menu li a {
	font:11px Tahoma, Geneva, sans-serif;
	color:#9d9e64;
}
#t_menu li a:hover {
	font:11px Tahoma, Geneva, sans-serif;
	color:#000;
}
#flags {
	position:absolute;
	top:13px;
	left:10px;
}
#flags span {
	padding-right:10px;
	font:11px Tahoma, Geneva, sans-serif;
	color:#777;
}
#flags span a {
	font:11px Tahoma, Geneva, sans-serif;
	color:#777;
}
#flags span a:hover {
	font:11px Tahoma, Geneva, sans-serif;
	color:#000;
}
#flags .en_flag {
	background:url(../images/en_flag.png) no-repeat left;
	width:16px;
	height:11px;
	padding:0;
	padding-left:20px !important;
	}

#logo {
width:958px;
overflow:hidden;
}


#main_menu {
	height:42px;
	width:958px;
	padding-top:1px;
	background:url(../images/main_menu.png) repeat-x;
	position:relative;
	z-index:100;
	clear:both;
}
/* =5 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	margin: 0 auto;
	width:958px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background:url(../images/wrapper_bg.png) repeat-y;
}
#main_content {
	width:543px;
	float:left;
}
.main_cbox {
	width:528px;
	margin:10px 7px;
}
.main_cbox .main_cbox_head {
	background:url(../images/main_cbox_top.png) repeat-x;
	width:528px;
	border-right:1px solid #eee;
		border-left:1px solid #eee;

	height:35px;
	position:relative;
}
.main_cbox .main_cbox_head ul {
	position:absolute;
	top:2px;
	right:15px;
}
.main_cbox .main_cbox_head ul li {
	display:inline;
	font:12px Tahoma, Geneva, sans-serif;
	color:#666;
}
.main_cbox .main_cbox_head ul li a {
	color:#666;
}
.main_cbox .main_cbox_head ul li a:hover {
	color:#999;
}
.main_cbox .entry {
	width:498px;
	border:1px solid #eee;
	border-top:none;
	font:12px Tahoma, Geneva, sans-serif;
	padding:10px 14px;
	direction:rtl;
	line-height:18px;
}
.main_cbox .entry a {
	color:#007d8b;
}
.main_cbox .entry a:hover {
	color:#00cbe2;
}
.main_cbox .entry p{
padding-bottom:10px;	
}
.main_cbox .entry ul{
list-style:inside square;	
}
.main_cbox .entry ul li{
list-style:inside square;	
}
.main_cbox .entry ol li{
list-style:inside decimal;	
}

.main_cbox .entry table
{ text-align: center;
border: 1px #333 solid;
border-collapse: collapse;
border-spacing: 0px; }

.main_cbox .entry td
{ border-bottom: 1px solid #333;
border-left: 1px solid #333;
 }

 
#sidebar1 {
	width:181px;
	float:left;
}
#sidebar2 ul li{
padding-bottom:5px;
border-bottom:1px solid #eee;
line-height:19px;
}
#sidebar2 ul li a{
color:#551A8B;
}
#sidebar2 ul li a:hover{
color:#000;
}
#boxads{
text-align:center;	
}
#sidebar1 img {
	border:2px solid #fff;
	margin:10px 0 ;
}
#sidebar1 .flashbox {
	margin:10px 0 0 12px;
}
#sidebar2 {
	width:230px;
	float:left;
}
.small_cbox {
	width:226px;
	margin:10px 0;
}
.small_cbox .small_cbox_head {
	background:url(../images/small_cbox_top.png) no-repeat;
	width:226px;
	height:26px;
	font:12px Tahoma, Geneva, sans-serif;
	color:#666;
	padding:10px 0 0 0;
	text-align:center;
}
.small_cbox .entry {
	width:218px;
	background:#fff;
	border:1px solid #eee;
	border-top:none;
	padding:5px 3px 5px 3px;
	overflow:hidden;
	direction:rtl;
}
#navcontainer {
	border-right: 0px;
	font-family: tahoma, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: transparent;
	margin-bottom: 0em;
	font-size:9pt;
	color: #333;
}
#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	direction:rtl;
}
#navcontainer li {
	border-bottom: 1px solid #fff;
	margin: 0;
}
#navcontainer li a {
	background: url('../images/bullet.png') no-repeat 205px 10px;
	display: block;
	padding: 7px 20px 7px 0.5em;
	border-left: 0px;
	border-right: 0px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	width: 100%;
	font-size:8pt;
}
#navcontainer li a {
	width: auto;
}
#navcontainer li a:hover {
	background: url('../images/bullet.png') no-repeat 205px 10px;
	padding-right:20px;
	border-left:0px solid gray;
	border-right: 0px;
	background-color: #E7E6D5;
	color: #000;
}
.item {
	width:120px;
	float:right;
	margin:10px 0 10px 9px;
	position:relative;
	padding-bottom:28px;
	height:215px;
	
}
.item .item_title {
	display:block;
	text-align:center;
	width:120px;
	padding:4px 0;
	font:11px Tahoma, Geneva, sans-serif;
}


.left-box .button {
	float:left;
	width:89px;
	height:26px;
	display:block;
		background:url(../images/button.png) no-repeat;
		text-align:center;

	
}
.left-box .button a {
	color:#007D8B;
line-height:18px;
}
.left-box .button a:hover {
	color:#000;
}
.item .button {
	background:url(../images/button.png) no-repeat;
	width:89px;
	height:22px;
	display:block;
	text-align:center;
	padding:1px 0 0 0;
	margin:4px 16px 2px 0;
	position:absolute;
	bottom:0px;
}
.item .button a {
	color:#007D8B;
}
.item .button a:hover {
	color:#000;
}
.main_cbox .shop_entry {
	width:518px;
	background: url(../images/main_cbox_bg.png) repeat-y;
	border:1px solid #eee;
	border-top:none;
	font:12px Tahoma, Geneva, sans-serif;
	direction:rtl;
	line-height:18px;
	padding-right:8px;
}
.error{
color:red;
text-align:center;
direction:rtl;
padding:5px;
}

.inul li{
display:inline !important;	
}
/* =6 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.paging {
	color:#333333;
	padding:3px;
	width:96%;
	margin:3px;
	text-align:center;
	padding-top:20px;
}
.paging A {
	font-family:verdana;
	font-size:11px;
	color:#256594;
	width:20px;
	height:20px;
	border:1px solid #99BFDF;
	padding:3px;
	direction:ltr;
}
.paging A:hover {
	font-family:verdana;
	font-size:11px;
	color:#256594;
	width:20px;
	height:20px;
	border:1px solid #365898;
	padding:3px;
	direction:ltr;
}
.paging span.current {
	font-family:verdana;
	font-size:11px;
	color:#256594;
	width:20px;
	background-color:#DFEDF9;
	height:20px;
	border:1px solid #37719B;
	padding:3px;
	direction:ltr;
}
.succ {
	font-weigh:700;
	color:#333333;
	border:1px solid #009900;
	background-color:#D7F9D2;
	padding:3px;
	width:90%;
	margin:3px;
}
.user_login {
	color:#333333;
	border:1px solid #7BB6D9;
	background-color:#ABD9EF;
	padding:2px;
}
.paging1 A {
	font-family:verdana;
	font-size:11px;
	color:#256594;
	height:20px;
	border:1px solid #99BFDF;
	padding:5px;
}
.paging1 A:hover {
	font-family:verdana;
	font-size:11px;
	color:#256594;
	height:20px;
	border:1px solid #365898;
	padding:5px;
}
.paging1 span.current {
	font-family:verdana;
	font-size:11px;
	color:#256594;
	background-color:#DFEDF9;
	height:20px;
	border:1px solid #37719B;
	padding:5px;
}
/* =7 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	width:958px;
	height:70px;
	font:11px Tahoma, Helvetica, sans-serif;
	color:#949494;
	background:url(../images/footer_bg.png) repeat-x;
}
#footer p {
	font:12px Tahoma, Geneva, sans-serif;
	direction:rtl;
	text-align:center;
	color:#9D9E64;
	padding:10px 0;
}
#footer .powered {
	font:11px Tahoma, Geneva, sans-serif;
	direction:rtl;
	text-align:center;
	color:#9D9E64;
	padding:10px 0 0 0;
	display:block;
}
#footer a {
	color:#007d8b;
}
#footer a:hover {
	color:#009bac;
}
.item-details {
	overflow:hidden;
}
.item-details .right-img {
	width:120px;
	height:150px;
	padding:0 0 10px 5px;
	float:right;
}
.item-details .left-box {
	font:12px/26px Tahoma, Geneva, sans-serif;
}
.marquee {
	direction:rtl;
	padding:5px 0;
	margin:0 10px;
}
.news_list {
	padding-right:15px;
	background:url(../images/arrow_1.gif) no-repeat right 7px;
}
.link_list{
padding-right:15px;
	background:url(../images/arrow_1.gif) no-repeat right 7px;	
}
.lastitem{
	padding-right:15px;
	background:url(../images/arrow_1.gif) no-repeat right 7px;	
	border-bottom:none !important;
}
#packads{
position:relative;
height:60px;
border:1px solid #eee;
margin:5px auto;
width:468px;
}

/************************************************ CALENDAR ******************/
#calendar{width:100%;}
.tdday { font-family: tahoma, Arial, Helvetica, sans-serif;
                  background-color: #eeeeee;
                  font-weight: normal;
                  font-size: 11px;
                  line-height: 20px;
                  color: #000;
                  vertical-align: middle;
                  text-align: center;
}
.tdtoday { font-family: tahoma, Arial, Helvetica, sans-serif;
                  background-color:#eeeeee;
                  font-weight: bold;
                  font-size: 11px;
                  line-height: 16px;
                  color: #000000;
                  vertical-align: middle;
                  text-align: center;
}

.tdheading { font-family: tahoma, Arial, Helvetica, sans-serif;
                  background-color: #a0a0a0;
                  font-weight: bold;
                  font-size: 11px;
                  line-height: 20px;
                  color: #ffffff;
                  vertical-align: middle;
                  text-align: center;
				  
}
.tddate { font-family: tahoma, Arial, Helvetica, sans-serif;
                  font-weight: normal;
                  font-size: 11px;
                  line-height: 16px;
                  color: #000000;
                  vertical-align: middle;
                  text-align: center;
				  padding:3px;
 }
.caltable { margin:0px; padding:0px; border:1px 0 #a0a0a0; 
}
/************ END CALENDAR************/


#poll_section p{
clear:both;
padding:3px;
}

#poll_section strong{
display:block;
padding:10px 3px;
}
#poll_section input{
vertical-align:middle;
font:11px Tahoma, Geneva, sans-serif;
}

#commentform input {
	padding: 2px;
	margin: 5px 5px 3px 0;
	font:11px Tahoma, Geneva, sans-serif;
	float:right;
	}
	#commentform label{
	display:block;
	width:100px;
	float:right;
	}

#commentform textarea {
	width: 300px;
	padding: 2px;
	margin-top:6px;
	}
	
	#commentform #submit,#commentform #reset {
	width:80px;	
	margin:10px;
	
	}

#commentform #submit, #commentform #reset {
	margin: 0;
	float: right;
	}
#commentform p {
	margin: 6px 0;
	clear:both;
	}
#main_content .search_items {
padding:10px;
list-style:inside circle;
}
#main_content .search_items li {
color:#497076;
font-weight:bold;
}
#main_content .search_items li a {
color:#497076;

}