@charset "windows-1251";

body
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

#coupon table
{
	width: 300px;
}
#coupon td
{
	color: #606060;
	padding: 10px;
}
#coupon .head
{
	border: 1px solid #000000;
	border-bottom: 0px;
}
#coupon .head .title
{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
#coupon .head .number
{
	text-align: center;
	font-weight: 700;
}
#coupon .name_course
{
	border: 1px solid #000000;
	border-bottom: 0px;
}
#coupon .name_course .name
{
	margin-bottom: 10px;
}
#coupon .name_course .course
{
	text-align: center;
}
#coupon .time_period
{
	border: 1px solid #000000;
	border-bottom: 0px;
}
#coupon .time_period .period
{
	color: #555555;
	font-size: 115%;
	font-weight: 700;
}
#coupon .phone_address
{
	border: 1px solid #000000;
	text-align: center;
}
#coupon .phone_address .print
{
	color: #333333;
	cursor: pointer;
}
#coupon .phone_address .address
{
	color: #555555;
	font-size: 115%;
	font-weight: 700;
}
#coupon .phone_address .phone
{
	color: #555555;
	font-size: 115%;
	font-weight: 700;
}
#coupon .back
{
	margin-top: 25px;
}
#coupon .back a
{
	color: #ff3300;
}

@media print {
	#coupon .phone_address .print
	{
		color: inherit;
		text-decoration: none;
	}
	#coupon .back
	{
		display: none;
	}
}
