﻿ul.mmTabs {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 32px;
	width: 100%;
	direction:rtl;
}
ul.mmTabs li {
	float: right;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px ;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	background: #ccc;
	overflow: hidden;
	position: relative;
    direction:rtl;
    color:#900;
    margin-left:3px;
}
ul.mmTabs li:hover {
	background: #ddd;
}	
ul.mmTabs li.active{
	background: #666;
	border-bottom:1px solid #666;
	color:#fff;		
}
.tab_container {
	clear: both;
	float: right; 
	width: 690px;
	height:95px;
	direction:rtl;
	color:#fff;
	background: #666;
	overflow:hidden;
}
.tab_content {
	padding: 7px;
	font-size: 1.2em;
	display: none;
    direction:rtl;
}
.tab_content div.Base
{
    float:right;
    height:90px;
    margin-left:7px;
    overflow:hidden;
    width:150px;
}
.tab_content img
{
    border:1px solid #ccc;
    padding:2px;
}
.tab_content h3
{
    font: normal 14px 'Nazanin';
    color:#036;
}