﻿body{
	direction: rtl;
	margin: 10px;
	font-family: tahoma;
	font-size: 12px;
}

a{text-decoration: none;}

img{border: 0px;}
.imgProduct
{
	cursor: pointer;
}

.topmenu a{color: red; font-size: 10px;}

.box_top
{
	background-image: url('../images/box_top_center.png');
	background-repeat: repeat-x;
	text-align: center;
	height: 25px;
	color: #ffffff;
}

.box_center
{
	border-right: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	padding: 5px;
}

.top_box
{
	background-color: #cccccc;
	font-weight: bold;
	text-align: center;
	height: 25px;
	width: 100%;
}

.box
{
	background-color: #ffffff;
	text-align: right;
	line-height: 18px;
	border: 1px #cccccc solid;
}

.table_product
{
	border: 1px #cccccc solid;
	border-collapse: collapse;
	height: 100%;
}
.title_product
{
    height: 25px;
    background-color: #cccccc;
	text-align: center;
	text-decoration: blink;
}
.pic_product
{
	text-align: center;
    height: 50px;
}
.short_product
{
	text-align: right;
}