/** general **/
body{
	margin: 0px; padding: 0px; 
	background-color: #C58785;
	direction: rtl;
}

body, html{
	font: normal 12px Arial;
	color: #C58785; 
}

/** 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 red;
}
table.gallery{
	min-width:160px; 
	float: right; 	
}

table.gallery td{
	clear:both;
	text-align: center;
}

table td.pagination{
	text-align: center;
}


/** link **/
a{
	text-decoration:none;
	font-weight: bold;
	color: #3091BB;
}

/** 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 red;
}

table{text-align: left}

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

.right_col{padding-left: 1px;}

.banner{padding-top: 0px
}

.main_col{}

.side_back{
	
	background:  url(images/side_back.jpg) repeat-y bottom right;
}


.footer{
border-top:solid 6px #D23E07; 
width:100%; 
height:100%;  
background-color:#902B25;
}




.pagination{height: 20px}

.menu_top{
margin-top: 0px;
}

.logo{}

.header{
	padding-bottom: 0px;
	color: red;
}
/**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-bottom:0px; margin-top:0px; }


.box_top{

	background:  url(images/box_top_left_bg.gif) no-repeat right;
	font: bold 15px Arial;
	color: white;
	height: 26px;
	line-height: 150%;
	text-align: right;
	padding-right: 10px;
}
.box_top  img.left{
	height: 26px;
	width: 21px;
	float: left;
	margin-right: 5px;
}

.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: left;
	background-color: #F8E8B8;
	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;
	font: bold 15px Arial;
	color: white;
	height: 26px;
	line-height: 150%;
	text-align: right;
}
.page_top  img.left{
	height: 26px;
	width: 21px;
	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;

}


.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 */

/**  products in the banner */
.banner_product_title{font-family: arial; font-size: 18px; color: #822329; font-weight: bold;}
.banner_product_price{font-family: arial; font-size: 14px; color: #822329; font-weight: bold;}

/**  products in the content area */
.product_title{font-family: arial; font-size: 18px; color: #822329; font-weight: bold;}
.product_price{font-family: arial; font-size: 14px; color: #822329; font-weight: bold;}
.product_sale_price{font-family: arial; font-size: 12px; color: red; font-weight: bold;}
.product_desc{font-family: arial; font-size: 11px; color: #484E53; 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: #009900;
	line-height: 170%;
}
a.sendtofriend{
	background:  url(images/email_go.png) no-repeat right center;
	padding-right:20px;
	padding-left:20px;
	color: #009900;
	line-height: 170%;
}
a.zoom{
	background:  url(images/zoom.png) no-repeat right center;
	padding-right:20px;
	padding-left:20px;
	color: #009900;
	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: #333333; 
	font: bold 15px Arial;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
/**************************************************************************************/
/** 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 13px 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: #6F0C75;
	font: normal 12px Tahoma;
}


/***** cateogories *****/
.categorie_menu{
	background: url('images/ico2.gif') no-repeat right;
	background-position:98%;
	padding-right: 15px;
	height: 21px; 
        font-family: Helvetica, sans-serif, Arial;
        font-size: 16px; 

}
.categorie_menu a{
	color: #46484A;
}
table td.categorie_menu:hover{
	background-color: #D7C694;
}
table td.categorie_sub_menu:hover{
	background-color: #D7C694;
}
.categorie_sub_menu {
	background: url('images/ico2.gif') no-repeat right;
	background-position:85%;
	padding-right: 40px;
	height: 19px;
        font-family:  Helvetica, sans-serif, Arial;
        font-size: 14px; 

}
.categorie_sub_menu a{
	color: #46484A;
}

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

/*******************cms *******************************************/
.cms_col{
	background: url('images/ico2.gif') no-repeat right;
	background-position:98%;
	padding-right: 15px;
	height: 21px;
}
.cms_col a{
	color: #46484A;
}
.cms_seperator{
	background: url('images/line_h2.gif');
	height: 5px;
}

/****************************************************/
.small{
	font-family: Tahoma; font-size: 11px; color: #666666; font-weight:normal;
}
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:1px solid #CCCCCC; 
	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;	
	width: 50%;
}
ul#pagination li{
	
	float: right;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 1px solid gray;
	background-color: #902B25;
	padding: 1px 7px 1px 7px;
	margin: 2px 2px 2px 2px;
}
ul#pagination li a{
	color: white;
	text-align: center;
	text-decoration: none;
}
ul#pagination li:hover{
	background-color: gray;
	color: red;
}

ul#pagination li.current{
	background-color: gray;
	color: red;
}
/*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: #DF2121;/*#3091BB;*/
	line-height: 200%;
}


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

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

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

div,td{font-family: Tahoma; font-size: 11px; color: #808080;}

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;
}
.button
{
height: 15px; 
width: 117px; 
font-family: Tahoma; 
font-size: 11px;
font-weight: bold; 
color: #46484A; 
border: #78BE30 1px solid; 
padding: 2px 3px 2px 3px
}
.button1
{
height: 15px; 
width: 117px; 
font-family: Tahoma; 
font-size: 11px;
font-weight: bold; 
color: #78BE30; 
border: #46484A 1px solid; 
padding: 2px 3px 2px 3px
}

.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;
}
.bilder{
border-style:solid;
border-width:1px;
border-color:#cccccc;
}
.shop
{
width:438px; !important
}
.SeitenAnzahl a{
font-family: Tahoma;
font-size:10px;
font-weight:bold;
color:#000000;
padding: 2px 4px 2px 4px;
background-color:#EEEEEE;
text-decoration:none;
border:solid;
border-width:1px;
border-color:#CCCCCC;

}

.SeitenAnzahl a:hover{
background-color:#5A9BCF;
color:#FFFFFF;
}

.SeitenZahlAktive{

font-family: Tahoma;
font-size:10px;
font-weight:bold;
color:#FFFFFF;
padding: 2px 4px 2px 4px;
background-color:#5A9BCF;
text-decoration:none;
border:solid;
border-width:1px;
border-color:#CCCCCC;
}

/ Haider added this for footer/
.style1 {
	color: #FFFFFF;
}
.style2 {
	color: #800000;
}
td{}
td.me{
color: #800000;
}


