@font-face 
{
    font-family: 'TIE-Wing';
    src: url('./fonts/TIE-Wing.ttf') format('truetype');
}

@font-face 
{
    font-family: 'AgencyFB_Cyr';
    src: url('./fonts/AgencyFB_Cyr.ttf') format('truetype');
}

@font-face 
{
    font-family: '1GTA_SA';
    src: url('./fonts/11711.ttf') format('truetype');
}

/* Основной стиль страниц */

#main_body
{
	background: #222222;
}
h1
{
	font-family: '1GTA_SA';
	font-size: 30px;
	color: #fc7500;
}
h2
{
	color: #ffc300;
	font-family: '1GTA_SA';
	font-size: 24px;
	font-weight: 400;
}
h3
{
	color: #ffc300;
	font-family: '1GTA_SA';
	font-size: 20px;
	font-weight: 400;
	text-indent: 30px;
}
a
{
	color: #edff22;
}
p
{
	color: #fefdde;
	text-indent: 20px;
	line-height: 24px;
}

ul
{
	list-style-image: url('http://icons.iconarchive.com/icons/famfamfam/silk/16/resultset-next-icon.png');
	color: #ffd085;
	font-size: 16px;

}
ol
{
	color: #ffd085;
	font-size: 16px;
}
label
{
	color: #dee0c8;
}

.container
{
	display: block;
	width: 1050px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
    border-style: solid;
    border-width: 1px 2px 1px 2px;
    border-style: outset;
    border-color: gray;
}

.page_menu_header
{
	height: 80px;
	position: relative;
	background-image: url("./../img/Title_back.jpg");
	margin: 0px -10px -8px -10px;
}

.title_span
{
	display: inline-block;
	margin-left: 10px;
}

.title_span > h2
{
	padding-top: 10px;
	margin: 0px;
	font-family: 'TIE-Wing';
	font-size: 36px;
	color: aqua;
}

.logo
{
	margin: 5px 0px 0px 5px;
	float: left;
}

/* Стиль меню в заголовках страниц */
.menudiv
{
	float: right;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.menulist
{
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
}
.menulist > li 
{
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}
.menulist > li > a
{
	text-transform: uppercase;
	text-decoration: none;
}
.menulist > li > a :hover
{
	color: white;
}
.menulist > li > a :active
{
	color: red;
}

.menulist > li > a > big
{
	vertical-align: top;
}

.return_navigation > a > p
{
	color: yellow;
}

.items_cat_container
{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	min-height: 200px;
	flex-wrap: wrap;
}

.catalogue_item
{
	display: block;
	text-align: center;
	position: relative;
	width: 300px;
	margin: 10px;
}

.catalogue_item > h3
{
	margin: 3px;
	color: #ffc300;
	font-family: 'AgencyFB_Cyr';
	font-size: 20px;
	margin-bottom: 5px;
}
.catalogue_item > strong
{
	color: lime;
	vertical-align: top;
}

/* Catalogue Item */
.key_features
{
	margin: auto;
	width: 320px;
	background: white;
}

.item_img_container
{
	display: inline-block; 
	float: left;
	width: 100px;
	padding: 2px;
	border-width: 0px;
}
.item_img_container:hover
{
	display: block; 
	float: left;
	width: 100px;
	padding: 0px;
	border-style: dashed;
	border-color: yellow;
	border-width: 2px;
}

.item_short_desc
{
	display: inline;
	text-align: justify;
	min-height: 104px;
}

.item_short_desc > p
{
	line-height: 16px;
	margin-top: 0px;
	font-size: 14px;
}

.desc_maddness
{
	margin-bottom: 75px;
}

.item_cost
{
	display: block;
	position: absolute;
	bottom: 0px;
	color: lime;
	text-align: center;
	width: 100%;
}

.buy_link
{
	text-transform: uppercase;
	color: yellow;
	text-decoration: none;
	font-size: 14px;
}
.buy_link:hover
{
	color: cyan;
}
.buy_link:active
{
	color: red;
}

.ship_characteristics
{
	color: #ffd085;
	font-family: "Garamond";
	font-size: 18px;
}

.ship_characteristics > table
{
	border-style: solid;
	border-width: 2px;
	border-color: darkgray;
	width: 400px;
	border-collapse:collapse;
}

.ship_characteristics > table > thead > tr > th
{
	border-style: solid;
	border-width: 2px;
	border-color: white;
	line-height: 0px;
}

.ship_characteristics > table > tbody > tr:first-child > td 
{
	width: 10px;
}


.ship_characteristics > table > tbody > tr > td:first-child
{
	font-weight: bold;
}

.ship_characteristics > table > tbody > tr > td:last-child
{
	color: white;
	text-align: right;
	padding-right: 15px;
}

.ship_description > p
{
	color: white;
	font-style: italic;
	font-size: 18px;
	text-indent: 40px;
	line-height: 20px;
}

.ship_detail_desc > p:first-letter
{
	color: yellow;
	font-size: 120%;
}


/* Contacts */

.contacts > h1
{
	margin-bottom: 5px
}
.contacts > b
{
	color: white;
}

.frmRequest
{
	background: black;
	width: 500px; 
	align-content: center;
}

input[type="text"]
{
	text-transform: capitalize;
}

input[type="text"], textarea
{
	background: #444444;
	color: #eeeeee;
	font-family: "Tahoma";
	font-size: 14px;
}

input[type="text"]:focus, textarea:focus
{
	border-color: gray;
	color: yellow;
	background: #1c1c1c;
}


#formblock > h3
{
	margin: 4px; 
	margin-top: 8px;
	color: #fad27e;
	font-family: 'AgencyFB_Cyr';
	font-size: 22px;
	font-weight: bold;
}

#formblock > input
{
	margin-left: 20px;
}

.request_txt > input
{
	margin: 3px; 
	width: 250px;
}
.comments > textarea
{
	margin-left: 20px;
	width: 420px;
}


/* footer */
.footer
{
	padding: 5px;
	height: 50px;
	font-family: "Garamond";
	font-size: 16px;
	color: #cccccc;
	text-align: right;
}