﻿html
{
/*	direction:rtl;*/
}
body 
{
	background-color: rgb(210, 181, 177);
	margin:0 4% 0 4%;
	font-family: Arial;
}
a
{
	color: #1e90ff;
}

a:visited
{
	color: #ba55d3;
}

img.flag 
{
	margin-top: 7px;
	border: solid 1px gray;
}

div.bordered
{
	border: solid 1px rgb(230, 231, 231);
	margin: 2px;
}

div#bigarea
{
	width: auto;
	background-color: white;
	direction: rtl;
}
div#titlearea
{
	width:auto;
	background-color: rgb(253, 242, 241);
	text-align:left;
	height:100px;
}
div#titlearea img
{
	border:0;
}

div#menu
{
	background-image: url(button_bg.png);
	background-repeat:repeat-x;
	height: 29px;
	/*width:auto;*/
	clear:both;
	text-align: left;
	vertical-align:middle;
}

ul#nav,ul#nav li
{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#nav
{
	font-size: 90%;
}
ul#nav li
{
	float:right;
	margin-left: 3px;
	text-align: center;
	background-color:white;
	background-image:none;
}
ul#nav a /*Menu items text*/
{
	float:left;
	/*width: 95px;*/
	padding: 5px 0.8em; /* You can make the horizontal padding smaller if you want space for more buttons */
	margin: 0 0 0 3px;
	text-decoration:none;
	color: #AA7777; 
	background-image: url(button_bg.png);
	background-repeat:repeat-x;
	height: 19px;	
}
ul#nav a:hover, ul#nav a.activelink
{
	background-image: url(button_hover_bg.png);
	background-repeat: repeat-x;
	height: 19px;
	color: #c71585; /* #c71585 - MediumVioletRed */
}
ul#nav a.activelink 
{
	/*text-decoration:underline overline;*/
	font-weight:bold;
}

ul#nav li.activelink a,ul#nav li.activelink a:hover
{
	background: #FFF;
	color: #003;
}

div#mainarea
{
	width:auto;
	border:0;
	clear:both;
}
div#picture
{
	/*float:right;
	width:auto;*/
	width:280px;
	position:absolute;
	right:4.2%;
	border:0;
}
div#maintext
{
	min-height:435px;
	height:auto !important;
	height:435px;
	/*display:table-cell;*/
	margin-right:280px;
	background-color: rgb(253, 242, 241);
	padding: .2em .5em;
	border-bottom-width:0;
}
div#footer 
{
	background-color: rgb(253,247,247);
	clear:both;
	font-size: 80%;
}
div#footer table tr td 
{
	border: solid 1px rgb(230, 231, 231);
}

.i 
{
	font-style:italic;
}

tr.NotInStock   td
{
	/*text-decoration: line-through;*/
}

input.short
{
	width:40px;
}

input.medium
{
	width:80px;
}

input.long
{
	width:200px;
}

input.fix
{
	background-color: rgb(237,208,212);
}

td.fix
{
	border: solid 1px rgb(237,208,212);
}
table.itemstable
{
}
table.itemstable td
{
	text-align:center;
	padding: 0 5.4pt 0 5.4pt;
}


/* Chained datepicker.css: */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

