div , td {
	font-family:tahoma, "times New Roman";
	font-size:12px;
	line-height:170%;
}
h1 ,h2 , h3 ,h4{
	font-family:tahoma, "times New Roman";
	font-size:12px;
	color:#3366aa;
}
input{
	font-size:12px;
	font-family: tahoma"times New Roman";
}
textarea {
	font-size:12px;
	font-family: tahoma ,"times New Roman";
}

.bot_toolbar{
	background:#EEF8FD;
	border-top:#ececec 1px solid;
	text-align:center;
}

.like ,.most{
	padding:1px 15px 2px 2px ;
	margin:1px;
	border-bottom-width:1px;
	border-bottom-color:#eee;
	border-bottom-style:solid;
	}
.most{
	background:url(images/delete-10-10.gif) no-repeat right;
}

.like{
	background:url(images/add-10-10.gif) no-repeat right;
}

.titr{
	background:url(images/back-top-act.gif);
	direction:rtl;
	padding: 5px 20px 0px 10px;
	height:25px;
}

.small{
	font-size:9px;
}

.sign_up_table{
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}

div.error{
	background:url(images/error_icn.png) no-repeat right;
	background-color:#ee3311;
	color:#FFFFFF;
	padding:1px 30px 2px 2px ;
	margin:1px;
}

div.error a{
	color: #FFCC00;
}

div.success{
	background:url(images/ok-check.gif) no-repeat right;
	background-color:#44dd88;
	color:#005511;
	padding:1px 30px 2px 2px ;
	margin:1px;
}

div.success a{
	color: #FFCC00;
}

/*---------------------SHOPING BASCKET---------------------*/
table.shoping{
	border: 1px solid #aaa;
	text-align:center;
	width:95%;
	border: solid 1px #aaaaaa;
	margin:auto;
	border-collapse:collapse;
}
table.shoping thead {
	background-color:#eee;
}

table.shoping .ok {
	background:url(images/ok-check.png) no-repeat right ;
	background-color:#eeffee;
	color:#060;
	padding:0px 22px 0px 0px;
	height:30px;
}

table.shoping .bad {
	background:url(images/stop.gif) no-repeat right;
	background-color:#FFeeee;
	color:#900;
	padding:0px 22px 0px 0px;
	height:30px;

}
table.shoping .remark {
	background:url(images/error_icn.png) no-repeat right;
	background-color:#ffffcc;
	color:#900;
	padding:0px 22px 0px 0px;
	height:30px;
}

/*---------------------page number---------------------*/
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*Quotes style*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination {
	padding:3px;
	margin:0px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #aaa;
}

div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}