.text, .text_title, .small_text, .medium_text, .text_light, .text_hilight, .table_border, .table_clear, .gallery_img, .no_margin, .mp3_player, .zakaz_link {}

body {background-color: #bde1f4;}
body, .text {
	/*color: #fff;*/
    font-family: Arial, Tahoma;
    /*font-size: 14px;*/
}
a {
    color: #004596;
    text-decoration: none;
}
a:hover {
    color: #0074ff;
    text-decoration: underline;
}
.small_text {font-size: 80%;}
.medium_text {font-size: 90%;}

h1, h2, h3, .main_description{
	font-weight: bold;
    margin: 0;
}
h1, .main_description {}
h2 {}
h3 {}
h4 {}
.text_title {
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    font-family: Cambria, Georgia, 'Times New Roman', Tahoma, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}

.text_light, .text_light a {
	color: #ffdb78;
}
.text_hilight, .text_hilight a {
    background-color: yellow;
    color: red;
    font-weight: bold;
    padding: 0 5px;
}

table.table_border, table.table_clear {
    border-collapse: collapse;
}
table.table_border th, table.table_border thead td {
    background-color: #1c69ce;
    border: 1px solid #033a81;
    border-spacing: 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: normal;
}
table.table_border th a, table.table_border thead td a {
    color: #ffdb52;
}
table.table_border th a:hover, table.table_border thead td a:hover {
    color: #fff;
}
table.table_border td {
    border: 1px solid #595959;
    border-spacing: 0;
    padding: 5px;
}

table.table_clear th, table.table_clear thead td {
    background-color: #595959;
    border: 0 none;
    border-spacing: 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
table.table_clear td {
    border: 0 none;
    border-spacing: 0;
    padding: 5px;
}

.no_margin, img.no_margin, {margin: 0}