table.my_orders_table
{
	width:100%;
}

table.my_orders_table td,
table.my_orders_table th
{
	padding:5px 10px;
	text-align:right;
	color:#AAAAAA;
	font-size:12pt;
}
table.my_orders_table th 
{
	font-size:12pt;
	color:#6FAFBB;
	
}
table.my_orders_table td {border-bottom:1px solid #8BB2B9;cursor:pointer;}
table.my_orders_table td.blue {color:#6FAFBB;}
table.my_orders_table tr:hover td {background-color:whitesmoke;}

#my_orders_view .order_desc
{
	float:right;
	overflow:hidden;
	font-size:12pt;
	color:black;
	margin-right:25px;
	padding-left:100px;
	line-height:30px;
}
#my_orders_view .sub_title
{
	height:30px;
	line-height:30px;
	color:black;
	font-size:12pt;
	text-indent:25px;
	margin:15px 0px;
	text-decoration:underline;
}

#my_orders_view .order_product_block
{
	display:block;
	overflow:hidden;
	background-color:white;
	margin:25px;
	height:130px;
}
#my_orders_view .order_product_block .img
{
	display:inline-block;
	float:right;
	width:106px;
	height:130px;
	background-image:url('../../images/products_list img bg.png');
	text-align:center;
}
#my_orders_view .order_product_block .img img
{
	margin:11px 17px 12px 18px;
	max-width:77px;
	max-height:103px;
}
#my_orders_view .order_product_block .product_name
{
	display:inline-block;
	float:right;
	margin-right:25px;
	width:340px;
	height:130px;
	line-height:30px;
	font-size:12pt;
	color:black;
	font-weight:bold;
	overflow:hidden;
	
}
#my_orders_view .order_product_block .product_name span
{
	display:block;
	margin-top:50px;
	height:30px;
	overflow:hidden;
	text-align:center;
}
#my_orders_view .order_product_block .product_name span.serial
{
	margin-top:0px;
	height:20px;
	line-height:20px;
	font-size:10pt;
	color:#9E9E9E;
	text-align:center;
	font-weight:normal;
}
#my_orders_view .order_product_block .product_price
{
	display:inline-block;
	float:right;
	margin-right:25px;
	width:180px;
	height:130px;
	line-height:130px;
	font-size:12pt;
	color:black;
	overflow:hidden;
	
}