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
*/
/*technorati.com */
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
	}
	
	div.pagination a {
		border: 1px solid #ccc;
		margin-right:3px;
		padding:2px 6px;

		background-position:bottom;
		text-decoration: none;
		font-weight:bold;

		color: rgb(66,97,222);
	}
	div.pagination a:hover, div.pagination a:active {
		background-image:none;
		background-color:#4261DF;
		color: #fff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 6px;
		
		font-weight: bold;
		color: #000;
	}
	div.pagination span.disabled {
		display:none;
	}
