﻿/* [Box] */
.box {
	display: block;
	float: right;
	font: 11px Tahoma;
	margin-bottom: 10px;
}
.box.small {
	width: 200px;
}
.box.medium {
	width: 490px;
	#width: 480px;	
}
.box.big {
	width: 700px;
}
.box .titlebar {
	height: 29px;
}
.box .content {
	background-color: #f8f8f8;
	border: 1px solid #f1f0f0;
	#border: 0px solid #f1f0f0;	
	border-bottom: 0;
	border-top: 0;
	direction: rtl;
	line-height: 20px;
	padding: 0 10px 0 10px;
    #padding: 0 0px 0 0px;
	text-align: justify;		
}
.box.big .content, .box.medium .content {
	background-color: #fcfcfc;
}
.box.big .content {
	line-height: 26px;
}
.box .bottom {
	height: 12px;
}
.box.small .bottom {
	background: url(/App_Themes/Sheo/Box/box_bottom_small.jpg) no-repeat;
	width: 200px;
}
.box.medium .bottom {
	background: url(/App_Themes/Sheo/Box/box_bottom_medium.jpg) no-repeat;
	#width: 480px;	
	width: 490px;
}
.box.big .bottom {
	background: url(/App_Themes/Sheo/Box/box_bottom_big.jpg) no-repeat;
	width: 700px;
}
.box .titlebar.mycontent {
	background: url(/App_Themes/Sheo/Box/titlebar_contentLong.jpg) no-repeat;
}
.box .titlebar.account {
	background: url(/App_Themes/Sheo/Box/titlebar_account.jpg) no-repeat;
}
.box .titlebar.ads {
	background: url(/App_Themes/Sheo/Box/titlebar_ads.jpg) no-repeat;
}
.box .titlebar.ads-big {
	background: url(/App_Themes/Sheo/Box/titlebar_ads_big.jpg) no-repeat;
}
.box .titlebar.article {
	background: url(/App_Themes/Sheo/Box/titlebar_article.jpg) no-repeat;
}
.box .titlebar.day {
	background: url(/App_Themes/Sheo/Box/titlebar_day.jpg) no-repeat;
}
.box .titlebar.dayBook {
	background: url(/App_Themes/Sheo/Box/titlebar_daybook.jpg) no-repeat;
}
.box .titlebar.faq {
	background: url(/App_Themes/Sheo/Box/titlebar_faq.jpg) no-repeat;
}
.box .titlebar.news {
	background: url(/App_Themes/Sheo/Box/titlebar_news.jpg) no-repeat;
}
.box .titlebar.newslong {
	background: url(/App_Themes/Sheo/Box/titlebar_newsLong.jpg) no-repeat;
}
.box .titlebar.opinion {
	background: url(/App_Themes/Sheo/Box/titlebar_opinion.jpg) no-repeat;
}
.box .titlebar.pursuit {
	background: url(/App_Themes/Sheo/Box/titlebar_pursuit.jpg) no-repeat;
}
.box .titlebar.newsLetter {
	background: url(/App_Themes/Sheo/Box/titlebar_newsLetter.jpg) no-repeat;
}
.margin-left {
	margin-left: 10px;	
}
