/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * item
 */

/* position headings */
#yoo-zoo .item h3 {
	margin-top: 0px;
	font-size: 21px;
	font-weight: normal;
}

/* position: top, bottom */
#yoo-zoo .item div.pos-top .element {
	margin-bottom: 20px;
	overflow: hidden;
}

/* position: title */
#yoo-zoo .item h1.pos-title {
	margin: 0px 0px 10px 0px;
	font-size: 200%;
	font-weight: bold;
	line-height: 100%;
	color: #505050;
}

/* box */
#yoo-zoo .item div.box {
	padding: 15px 5px 0px 5px;
	background: url(../images/item_bg.png) 0 0 repeat-x;
	overflow: hidden;
}

/* position: media */
#yoo-zoo .item div.pos-media {
	margin-right: 15px;
	float: left;
}

#yoo-zoo .item div.pos-media .element { margin-bottom: 15px; }

/* position: right */
#yoo-zoo .item div.pos-right {
	min-width: 150px;
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #c8c8c8;
	background: #ffffff;
	float: right;
}

/* element type: rating */
#yoo-zoo .item div.pos-right div.rating div.vote-message { margin-top: 3px; }

/* position: specification */
#yoo-zoo .item ul.pos-specification {
	list-style: none;
	width: 500px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

#yoo-zoo .item ul.pos-specification li {
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
}

#yoo-zoo .item ul.pos-specification strong {
	display: inline-block;
	width: 100px;
}

/* position: button */
#yoo-zoo .item div.pos-button {
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}

/* position: bottom */
#yoo-zoo .item div.pos-bottom .element {
	margin-top: 20px;
	overflow: hidden;
}

#yoo-zoo .item div.pos-bottom .element-textarea > * { margin: 0px 0px 15px 0px; }
#yoo-zoo .item div.pos-bottom .element-textarea *:last-child { margin-bottom: 0px; }


/* Responsive
----------------------------------------------------------------------------------------------------*/

/* Only Phones */
@media (max-width: 767px) {

	/* Layout */
	#yoo-zoo .item div.pos-media,
	#yoo-zoo .item div.pos-right {
		margin-right: 0;
		float: none;
	}

	#yoo-zoo .item div.pos-right {
		display: inline-block;
		margin-top: 20px;
	}

	#yoo-zoo .item ul.pos-specification {
		width: auto;
		margin-top: 20px;
	}

	#yoo-zoo .item ul.pos-specification li {
		width: auto;
		float: none;
	}

}