/*
   ----------------------------------------------------
   (c)Written by Alex Y. Radzishevsky, 2005           
   http://websound.ru/aradzish; http://beam.to/aradzish
   ----------------------------------------------------
*/


/* main text style */

body {
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		color: #e6f3fd;
		background-color: #6f8be7;
		font-size: 100%;
		text-align: right;
	
		margin-top: 2px;
		margin-bottom: 5px;
		margin-left: 5px;
		margin-right: 5px;
}

h1 {
		color: #e6f3fd;
		margin-top: 0px;
		margin-bottom: 0px;		
		/* text-align: center; */
}
h2 {
		color: #0a3766;
		margin-top: 15px;
		margin-bottom: 0px;		
}
h3 {
		color: #0a3766;
		margin-top: 0px;
		margin-bottom: 0px;		
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
}

li {
	margin-right: 0px;
}


/* text definition for the tables on pages with the products */
td {
		color: #e6f3fd;
		font-size: 80%;		
		text-align: center;	 
		vertical-align: top;
		direction: rtl; 								 /* hebrew direction */
		margin-left: 7px;
		margin-right: 7px;
}

/* ---------- MUTZARIM descriptor --------------- */
/* right-hand photo */
.in_td_image {
		font-size: 1%;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		vertical-align: bottom;	
		text-align: right;	
}

/* left-hand photo */
.in_td_imagel {
		font-size: 1%;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		vertical-align: bottom;	
		text-align: left;	
}

/* for model desciptions in the tables on pages with the products */
#model {
		color: #bf0000;
		font-weight: bold;		
		font-size: 110%;
}

/* for texts like "haTmunot lehamhasha bilvad" */
#small {
		font-size: 70%;
		margin-right: 50px;
}

/* for the first line at each page, like "main -> news details" */

.page_path {
	font-family: Arial;
	font-size: 120%;
	font-weight: 500;
	margin-bottom: 0px;			
	color: #e6f3fd;	
}

.page_path a {
	text-decoration:none;
	color: #2B527A;	
}

.page_path a:link {
	text-decoration:none;
	color: #2B527A;	
}

.page_path a:visited {
	text-decoration:none;
	color: #2B527A;	
}

.page_path a:hover {
	text-decoration:underline;
	color: #000000;	
}


/* blue border around the images */
#blueborder {   
	margin-right: 0px;
	margin-left: 0px;
	border: 2px solid #0a3766;
}

/* special texts like in "Contacts" and "About us" */
/* the same as .main_text in welcome_page.css */
.special_text {
	font-family: David, Arial, sans-serif;
	font-size: 120%;	
	font-weight: bold;
	color: #e6f3fd;
}

