body{
			background-color: #111;
			margin: 3%;
		}
		#header{
			padding: 30px 0px 20px 0px;
			background-color: #F33;
			margin-bottom: 25px;
			font-size: 28px;
			color: #FFF;
			text-align: center;
			border-radius: 10px;
			letter-spacing: 5px;
		}
		#instagram{
			font-weight: bold;
			padding: 15px 0px 5px 0px;
			margin-bottom: 25px;
			font-size: 25px;
			color: #FFF;
			text-align: center;
			border-radius: 10px;
			letter-spacing: 5px;
			background: #f09433; 
			background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
			background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
			background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
		}
		.titleBox{
			position: relative;
			width: 100%;
			height: 27px;
			margin-bottom: 40px;
			border-bottom: thin dashed #CCC;
			z-index: 100;			
		}
		.titleText{
			padding: 5px 15px;
			right: 15%;
			font-size: 25px;
			background-color: #111;
			position: absolute;
			text-align: center;
			color: #FFF;
			z-index: 90;			
		}
		.category{
			font-size: 20px;
			color: #FFF;			
			margin: 30px 0px;
			text-align: center;
			font-weight: bold;
			direction: rtl;
		}
		.categoryTitle{
			background-color: #222;
			border-radius: 10px;
			padding: 20px;
		}
		.categoryItems{
			display: none;
			margin-top: 25px;
		}
		.categoryItem{
			border-bottom: medium solid #333;
			padding: 10px;
			margin-bottom: 25px;
			background-color: #111;
			position: relative;
		}
		.categoryItemImage{
			border-radius: 0% 25% 0px 50%;
			width: 150px;
			height: 150px;
			float: right;
			margin-left: 20px;
		}
		.categoryItemTitle{			
			margin-bottom: 10px;
			font-size: 18px;
			font-weight: bold;
			text-align: right;
			color: #FFF;
		}
		.categoryItemCost{
			position: absolute;
			bottom: 25px;
			left: 0;
			font-size: 18px;
			font-weight: bold;
			text-align: right;
			color: #FFF;
			float: left;
			padding: 5px;
			border-radius: 10px;
			background-color: #F22;
		}
		.categoryItemText{
			margin-right: 150px;
			margin-top: 10px;
			font-size: 14px;
			font-weight: bold;
			text-align: right;
			color: #CCC;
		}
		.categoryItemCostToman{
			color: #CCC;
			font-size: 9px;
		}