﻿/*MINI CONTENTS=====================================================*/
.imgMC
{
    border: thick solid #C0C0C0;
    
}
.mainMC
{
    border-style: none none dotted none;
    border-bottom-width: thin;
    padding:10px;
}

.picMC
{
    float:right;
    width:20%;
}

.titleMC h2
{
    float:left;
    width:70%;
    font-family:B Koodak,Tahoma;
    font-size:16px;
    font-weight:bold;
    padding-bottom:5px;
}

.titleMC h1
{
    float:left;
    width:70%;
    font-family:B Koodak,Tahoma;
    font-size:17px;
    font-weight:bold;
    padding-bottom:5px;
}
.PageTitleMC
{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    padding-bottom:5px;
}

.dateMC
{
    float:left;
    width:70%;
    color:Red;
    font-family:Tahoma;
    font-size:x-small;
}
.visited
{
    float:left;
    width:70%;
    color:Red;
    font-family:Tahoma;
    font-size:x-small;
}

.conMC
{
      float:left;
    width:70%;
    direction:rtl;
    font-family:Tahoma;
    font-size:10px;
    text-align:justify;
    padding:5px;
}

.moreMC
{
    float:left;
    width:70%;
    text-align:left;
    padding:10px;
}
.moreTextMC
{

     text-align:justify;
    padding:10px;
    line-height:19px;
}

/*comment===============================================================*/
/*comment===============================================================*/
.comment
{
	 width:90%;  
     margin-left:auto;
     margin-right:auto;
	 background-color:#f5f5f5;
	 border:solid #CCC thin;
	 color:#000;
     font-size:11px;
	 font-family:Tahoma, Geneva, sans-serif;
	 margin-top:10px;
}

.addComment
{
     width:90%;  
     margin-left:auto;
     margin-right:auto;
}

.comment_text
{
	float:left;
    width:70%;
    direction:rtl;
    font-family:Tahoma;
    font-size:10px;
    text-align:justify;
    padding:5px;
}

.comment_pic
{
	width:20%;
	padding:10px;
	float:right;
	text-align:center;	
}

.comment_title
{
    float:left;
    width:70%;
    font-family:Tahoma;
    font-size:10px;
    font-weight:bold;
    padding-bottom:5px;
    color:#909090;
}

.comment_date
{
    float:left;
    width:70%;
    color:Red;
    font-family:Tahoma;
    font-size:x-small;
}

.comment_name
{
    float:left;
    width:70%;
    color:Black;
    font-family:Tahoma;
    font-size:x-small;
}