@CHARSET "UTF-8";

#coursesTable {
    width: 100%;
}

#coursesTable {
    text-align: left;
}

#coursesTable thead tr th{
	background-color: #eb8c00;
    border: 1px solid #FFFFFF;
    font-size: 8pt;
    padding: 0 4px 0 4px;
	
	color: #fff;
}

#coursesTable tbody td {
    background-color: #FFFFFF;
    color: #3D3D3D;
    padding: 4px;
    vertical-align: top;
	font-size: 10pt;
}

#coursesTable tbody tr.odd td {
    /*background-color: #fefefe;*/
}

#coursesTable thead tr .header {
    background-image: url(../images/bg.gif);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
	padding-right: 20px;
    
}

#coursesTable thead tr .header.headerSortDown {
    background-image: url(../images/desc.gif);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #dc6900;
}

#coursesTable thead tr .header.headerSortUp {
    background-image: url(../images/asc.gif);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #dc6900;
}

#course{
	background-color: #f0f0f0;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.text-right{
	text-align: right;
}

.order_botton{
	padding: 0px;
	padding-left: 4px;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #dc6900;
	color: #fff;
}

.order_botton a{
	color: #fff;
	text-decoration: none;
}

.price{
	text-align: right;
	width: 60px;
}

