
/** general **/
body{
	margin: 0px; padding: 0px; 
	direction: rtl;
}

body, html{
	font: normal 12px Tahoma;
	color: #666666; 
}

/** form settings **/

input, select, textarea{
	font:normal 12px Tahoma;
	color:#666666;
}

input[type=text], input[type=password]{
	border-width: 1px;
	border-style: solid;
	border-color: #507ab2;
}

table td{
	text-align: right; 
}

hr.separator{
	border: 1px dotted #92BC23;
}
table.gallery{
	min-width:200px; 
	float: right; 
	padding:5px;
}
table.gallery1{
	min-width:190px; 
	float: right; 
	margin:6px;
	border:#CCCCCC solid 1px
}
table.titlet{
	min-width:200px; 
	float: right; 
	padding-bottom:5px
}

table.gallery td{
	clear:both;
		text-align:center;
		padding-top:5px
}
table.titlet td{
	clear:both;
	text-align:right;
}
table td.pagination{
	text-align: center;
}


/** link **/
a{
	text-decoration:none;
	color:#02141D;
}

/** hover **/
a:hover{text-decoration:underline;}



.warn{
	 color: #FF7E00;
	 font-weight: bold;
}

td.separator {
/*background: url('images/bg_hor.gif') repeat-x center;*/
border-top: 1px dotted #92BC23;
}

table{text-align: left}

/**begin styles for the index.tpl.html **/
.left_col{padding-left: 0px; }

.right_col{padding-left: 0px;}

.banner{padding-top:30px;
padding-left:10px;
padding-right:10px}

.main_col{}

.footer{height:120px; background-color:#C3C3C3; margin:0px}

.pagination{height: 20px}

.menu_top{background-color:#9ECC26}

.logo{}

.header{
	padding-bottom: 2px;
	color: #92BC23;
}
/**end**/

/**************** begin styles for Boxes ************************************************/
/* Notice: 
/*	this is the style shema for box.tpl.html that located in the folder /public_html/views
/*
			+++++++++++++++++++++++++++++++++++++
			+	 box_top		    +
			+++++++++++++++++++++++++++++++++++++
			+  +			 	 +  +
box_content_right-->	+  +		box_content	 +  +	<-- box_content_right
			+  +				 +  +
			+  + 				 +  +
			+++++++++++++++++++++++++++++++++++++
			+	box_footer		    +
			+++++++++++++++++++++++++++++++++++++


/******************************************************************************************/
.box{ margin-top:10px; }


.box_top{

	background:  url(images/box_top_left_bg.gif) repeat right;
	font: 18px Arial;
	font-stretch:narrower;
	color: #92BC23;
	height: 31px;
	line-height: 100%;
	text-align: right;
}
.box_top  img.left{
	height: 31px;
	width: 7px;
	float: right;
}

.box_content_left{
	background:  url(images/box_content_right_bg.gif) repeat-y left;
	width: 10px;
	
}

.box_content_right{
	background:  url(images/box_content_left_bg.gif) repeat-y right;
	width: 10px;
}

.box_content{
	text-align: right;
	background-color: #F2F2F2;
	padding-left: 10px;
}


.box_footer{
	background:  url(images/box_footer_left.gif) no-repeat right;
	height: 9px;
}
.box_footer img.left{
	height: 9px;
	width: 15px;
	float: left;
}
/**end **/

/************************ begin styles for pages *******************************/
/* Notice:
/*	page.tpl.html could be found in the following folder 
/* 	- views folder /public_html/views/ has the same
/* 	structure as the box.tpl.html 
/*******************************************************************************/

.page_top{
	/*background:  url(images/page_top_left_bg.gif) no-repeat right;*/
	padding-top:10px;
	font: 18px Arial;
	font-stretch:narrower;
	color: #333333;
	height: 39px;
	line-height: 210%;
	text-align: right;
	padding-right: 10px;
}
.page_top  img.left{
	height:0px;
	width:0px;
	float: right;
	margin-right: 5px;
}
.page_content_left{
	background:  url(images/page_content_right_bg.gif) repeat-y left;
	width: 10px;
}

.page_content_right{
	background:  url(images/page_content_left_bg.gif) repeat-y right;
	width: 10px;
}

.page_content{
	padding: 15px;
	background-color: #F2F2F2;
}


.page_footer{
	background:  url(images/page_footer_left.gif) no-repeat right;
	height: 9px;
}
.page_footer img.left{
	height: 9px;
	width: 15px;
	float: left;
}
/**end **/


/** begin styles for products */
.product_title{font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #333333; font-weight: bold; height:60px;}
td.product_title {background-color:#3AB5EF; height:60px; text-align:center }
.product_price{font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #333333; font-weight: bold;}
.product_sale_price{font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #92BC23; font-weight: bold;}
.product_desc{font-family: Arial, Helvetica, sans-serif; font-size: 15px; color:#666666; font-weight: bold;}

/*******************************************************************/
/** begin styles for small buttons in the product details page 	
/** the following styles are used in page details.tpl.html
/** located in /public_html/modules/ext/views/details.tpl.html
/*******************************************************************/

a.comments{
	background:  url(images/comments.png) no-repeat right bottom;
	padding-right:20px;
	padding-left:20px;
	color:#92BC23;
	line-height: 170%;
}
a.sendtofriend{
	background:  url(images/email_go.png) no-repeat right center;
	padding-right:20px;
	padding-left:20px;
	color: #92BC23;
	line-height: 170%;
}
a.zoom{
	background:  url(images/zoom.png) no-repeat right center;
	padding-right:20px;
	padding-left:20px;
	color: #92BC23;
	line-height: 170%;
	}

a.print{
	background:  url(images/print.png) no-repeat left center;
	padding-right:20px;
	padding-left:20px;
	color: #009900;
	line-height: 170%;
}


/****************************************************************************************
/** menu_top 
/**file: /document_root/views/menu_top.tpl.html
**/
.menu_top_llink{
	height: 26px; 
	color: #ffffff; 
	font:  19px Arial;
	font-stretch:ultra-condensed;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
/**************************************************************************************/
/** header links 
/** file: /document_root/views/header.tpl.html
/*/


ul#header_links li{
	list-style-image: url("images/ico.gif");	
	color: white; 
}
ul#header_links li a{
	list-style-image: url("images/ico.gif");	
	color: white; 
	font: normal 11px Tahoma;
	padding: 3px 0 3px 0;

}

.basket_text{
	color: #FFFFFF;
	font: normal 12px Tahoma;
}
.basket_count{
	color: #FFFFFF;
	font: bold Arial 17px;
}

/**************************************************************************************/

.footer_text{
	color: #666666;
	font: bold 15px Arial;
}


/***** cateogories *****/
.categorie_menu{
	background: url('images/ico2.gif') no-repeat right ;
	background-position:96%;
	padding-right: 25px;
	height: 25px;
}
.categorie_menu a{
	color: #666666;
	font: bold 15px Arial, Helvetica, sans-serif;
}
table td.categorie_menu:hover{
}
table td.categorie_sub_menu:hover{
}
.categorie_sub_menu {
	background: url('images/ico2.gif') no-repeat right;
	background-position:92%;
	padding-right: 35px;
	height: 23px;
}
.categorie_sub_menu a{
	color: #333333;
	bold 16px Arial, Helvetica, sans-serif
}

.categorie_seperator{
/*	background: url('images/line_h2.gif');
	height: 8px;*/
}
/****************************************************************/

/*******************cms *******************************************/
.cms_col{
	background: url('images/ico2.gif') no-repeat right;
	background-position:99%;
	padding-right: 15px;
	height: 21px;
}
.cms_col a{
		color: #666666;
	bold 16px Arial, Helvetica, sans-serif
}
.cms_seperator{
	/*background: url('images/line_h2.gif');
	height: 8px;*/
}

/****************************************************/
.small{
	font-family: Arial; font-size: 14px; color: #616161; font-weight:bold;
}
table.normal td{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #828B93;
}
.title{
	color: #46484A; font-weight: bold;
}
.error{background-color: #FCECE0}

 #thumb {clear:both; background:#FFFFFF; height:100px; width:120px; padding:10px; border:0px; text-align: center;vertical-align:middle; 
	margin: auto;
}
#thumb img{
	clear:both;
	max-height: 100px; 
	max-width: 100px;  
	vertical-align:middle; 
	text-align: center;
}


ul#pagination{
	list-style: none}
ul#pagination li{
	
	float: right;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 1px solid gray;
	background-color: #92BC23;
	padding: 1px 7px 1px 7px;
	margin: 2px 2px 2px 2px;
}
ul{
text-align:left}
 li {float: left;

}
ul#pagination li a{
	color: white;
	text-align: center;
	text-decoration: none;
}
ul#pagination li:hover{
	background-color: gray;
	color: #92BC23;
}

ul#pagination li.current{
	background-color: gray;
	color: #92BC23;
}
/*new */
.maintable{width:647px/*100%*/; border:0; }
/*end new*/

table.grid{width:100%}
table.grid th{border-bottom: 1px solid #cccccc;}

span.theme_title{
	font: bold 15px Arial;
	color: #92BC23;/*#3091BB;*/
	line-height: 200%;
}
.copyright{ font-size:12px
}


.HomeThumb{
	border: 1px solid #CCCCCC;
	margin: 1px;
}

.HomeThumb2{
	border: 2px thick #CCCCCC;
	margin: 1px;
}

table.menu_top_table td a:hover{
color: #92BC23;
}

div,td{font-family: Arial; font-size: 15px; color:#585858; font-weight:bold}

form{margin: 0px}


.sel1{height: 19px; width: 109px; font-family: Tahoma; font-size: 10px; color: #46484A;}

.top11{font-family: Tahoma; font-size: 11px; color: #46484A;}
.or11{font-family: Tahoma; font-size: 11px;}


.mb{color: #000000; font-size: 11px; position: absolute; font-family: tahoma; font-weight: bold}
.mb1{color: #000000; font-size: 11px; font-family: tahoma; font-weight: bold}
.mw{position: relative; left: -1; top: -1; color: #ffffff; font-size: 11px; font-family: tahoma; font-weight: bold}
.aw{color: #ffffff; font-size: 11px; font-family: tahoma; font-weight: bold}

.half
{
width:46%; !important
}
.Box{
background: url(images/bg_hor.gif) repeat-x center;
}

.lb{
	color: #78BE30;
	font-size: 12px;
	position: absolute;
	font-family: tahoma;
	font-weight: bold;
	left: 386px;
	top: 695px;
}

.lw{position: relative; left: -1; top: -1; color: #ffffff; font-size: 11px; font-family: tahoma; font-weight: bold}
.law{color: #ffffff; font-size: 11px; font-family: tahoma; font-weight: bold}

.lmenu{padding: 7px 0 4px 0}
.lm11{font-family: Tahoma; font-size: 11px; color: #484E53;}

.search{height: 20px; width: 117px; font-family: Tahoma; font-size: 11px; color: #46484A; border: #000000 1px solid; padding: 2px 3px 2px 3px}

.so{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #828B93;}


.item_desc{font-family: Tahoma; font-size: 11px; color: #484E53; font-weight: bold;}

.legend
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #3091BB;
font-weight: bold;
}
.legend_link
{
	font-family:Tahoma;
	font-size:11px;
	color: #3091BB;
}
.strike
{
text-decoration:line-through;
}




