/*--------------------------------------------------------------*/
/*  Новогодние украшения                                        */
/*--------------------------------------------------------------*/

table.head-table { position: relative; }

/*--------------------------------------------------------------*/
/*  Лого                                                        */
/*--------------------------------------------------------------*/

.header_logo img, .contacts img
{
	cursor: pointer;
	margin: 30px 30px 0px 30px;
}

.contacts img
{
	margin: 30px 30px 0px;
	cursor: pointer;
}

/*--------------------------------------------------------------*/
/*  Реклама                                                     */
/*--------------------------------------------------------------*/

.header_advertisement
{
	    	background-position: right top;
    	background-repeat: no-repeat;
    	padding: 0px 0px 0px 40px;
}

.header_advertisement img
{
	cursor: pointer;
}

/*--------------------------------------------------------------*/
/*  Меню                                                        */
/*--------------------------------------------------------------*/

.header_menu_splitter
{
	background: #55443b;
}

.header_selected_menu_item
{
	font-size: 13px;
	color: #ffb86c;
	font-weight: bold;
	background: #55443b;
}

.header_selected_menu_item img
{
	display: block;
	margin: 0px 0px 10px 0px;
}

.header_unselected_menu_item
{
	background: #55443b;
	padding: 42px 0px 0px 0px;
}

.header_unselected_menu_item a
{
	font-size: 13px;
	color: #f5e8db;
	font-weight: bold;
}

.header_unselected_menu_item a:hover
{
	color: white;
}

.header_menu
{
	font-size: 13px;
	color: #735c4f;
	font-weight: bold;
	line-height: 20px; 
}
.header_menu a
{
	font-size: 13px;
	color: #735c4f;
	font-weight: bold;
}

.header_menu a:hover
{
	color: #55443b;
}

/*--------------------------------------------------------------*/
/*  Заказ                                                       */
/*--------------------------------------------------------------*/

.order_content
{
	padding: 0px 10px 0px 10px;
}

.order_content_link, .order_content_link *
{
	color: #f5e8db;
	font-size: 14px;
}

.order_content_link a
{
	color: #f5e8db;
	border: 0px;
}

.order_content_link img
{
	cursor: pointer;
	margin: 0px 5px;
	border: 0px;
}

.order_content_link a:hover
{
	color: white;
}

.order_content_arrows
{
	padding: 3px 0px 0px 5px;
}

.order_orders_history
{
	padding: 0px 0px 0px 20px;
}

.order_orders_history a
{
	font-weight: normal;
	color: #f5e8db;
}

.order_orders_history a:hover
{
	color: white;
}

