/*--------------------------------------------------------------*/
/*  Хидер                                                       */
/*--------------------------------------------------------------*/

.collection_header_link a
{
	font-family: Georgia;
	font-size: 23px;
	color: #55443b;
	font-weight: normal;
}

.collection_header_link a:hover
{
	color: #f85e74;
}

.collection_header_text, .collection_header_text *
{
	font-family: Georgia;
	font-size: 23px;
	color: #c84800;
}

.collection_header_arrow
{
	padding: 8px 8px 0px 7px;
}

/*--------------------------------------------------------------*/
/*  Описание                                                    */
/*--------------------------------------------------------------*/

.collection_content
{
	padding: 15px 40px 60px 40px;
}

.collection_description, .collection_description *
{
	font-size: 13px;
	line-height: 1.3;
}

/*--------------------------------------------------------------*/
/*  Превьюхи                                                    */
/*--------------------------------------------------------------*/

.collection_photo
{
	border: 10px solid white;
	cursor: pointer;
}

/*--------------------------------------------------------------*/
/*  Айтемы                                                      */
/*--------------------------------------------------------------*/

.collection_item_tumbnail
{
	background: #2b2b2b;
}

.collection_item_tumbnail img
{
	cursor: pointer;
}

.collection_item_content
{
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}

.collection_item_content_title
{
	color: #55443b;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3;
}

.collection_item_content_properties
{
	font-size: 11px;
	line-height: 1.3;
}

.collection_item_content_price, .collection_item_content_price *
{
	font-size: 13px;
	color: #c84800;
}

.collection_item_content_quantity
{
	height: 22px;
	border: 1px solid #232323;
	cursor: text;
	color: #232323;
	font-weight: bold;
	background: #f5e8db;
	padding: 3px 0px 0px 5px;
	width: 43px;
}

.collection_item_content_button
{
	background: #55443b;
}

.collection_item_content_button_link
{
	padding: 5px 5px 0px 5px;
}

.collection_item_content_button_link a
{
	color: #f5e8db;
}

.collection_item_content_button_link a:hover
{
	color: white;
}

.collection_item_content_button_arrow
{
	padding: 8px 5px 0px 0px;
}

/*--------------------------------------------------------------*/
/*  Сообщение                                                   */
/*--------------------------------------------------------------*/

.collection_message_background
{
	opacity: 0.8;
	filter: alpha(opacity = 80);
	background: black;
	position: absolute;
	display: none;
}

.collection_message_container
{
	position: absolute;
	display: none;
}

.collection_message_container *
{
	line-height: 1.0;
}

.collection_message_header
{
	background: #55443b;
	font-weight: bold;
	color: #f5e8db;
	padding: 15px;
	font-size: 11px;
}

.collection_message_stripe
{
	background: #ff6600;
}

.collection_message_content
{
	background: #f5e8db;
	padding: 20px 50px 20px 50px;
}

.collection_message_button
{
	color: black;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	cursor: pointer;
}
