/****************************************************************************************/
/* Шапка сайта */
/* Комментарий: все очень специфично для каждого сайта, менять придется часто */
/****************************************************************************************/

/* Контейнер шапки */
.res_header_container
{
	position: relative; 
	height: 116px; 
	background: #515151; 
	padding: 0px;
}

/* Контейнер для телефонного номера, часов работы и блока "Вход и регистрация" */
.res_header_phone_workout_enter
{
	position: absolute; 
	width: 735px; 
	height: 40px; 
	top: 20px; 
	left: 225px;
}

/* Префикс телефонного номера (ХХХ) */
.res_header_phonenum_prefix
{
	display: inline-block; 
	font-size: 28px; 
	font-weight: bold; 
	line-height: 40px; 
	color: #e09997;
}

/* Телефонный номер */
.res_header_phonenum
{
	font-size: 28px; 
	font-weight: bold; 
	line-height: 40px; 
	color: #000;
}

/* Часы работы */
.res_header_workouttime
{
	color: black; 
	margin-top: -3px;
}

/* Блок авторизации */
.res_header_auth{}

.res_header_auth ul
{
	margin: 0 -10px;
	padding: 0;
}

.res_header_auth ul li
{
	padding: 6px 0;
	list-style: none;
	margin-left: 10px;
}

/* Блок поиска */
.res_header_search_wrapper
{
	display: inline-block; 
	vertical-align: top; 
	margin-top: 8px;
}

.res_header_search
{
	*width: 250px;
	border-radius: 5px;
}

/* Лого магазина */
.res_header_logo
{
	position: absolute; 
	width: 290px; 
	height: 42px; 
	top: 22px; 
	left: 20px; 
	background: url('../img/newlogo.png');
}

/* Контактные данные */
.res_header_contacts
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 272px; 
	height: 79px;
	background: #d63f4e;
}

/* Контейнер для списка страниц магазина в шапке */
.res_header_shoppages_container
{
	position: absolute; 
	height: 40px; 
	bottom: 0px;
	width: 100%;
	background: #e4e4e4;
}

/* Список статических страниц */
.res_header_shoppages_list
{
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	padding-left: 14px;
}

.res_header_shoppages_list li
{
	display: inline;
	margin-right: 15px;
}

.res_header_shoppages_list li a
{
	font-weight: bold;
	color: black !important;
	line-height: 40px;
}

/* Разделитель статических страниц */
.res_header_shoppages_splitter
{
	margin-left: 14px;
	margin-top: 11px;
	width: 2px;
	height: 16px;
	background: url('../img/hspsplit.png');
}

/* Контейнер корзины */
.res_header_cart_container
{
	background: #515151;
	margin: 0 auto; 
	width: 230px;
	z-index: 99999;
	text-align: right;
	text-decoration: underline;
}


.myfont {font-family: 'Ubuntu', sans-serif;}