/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * item
 */

/* box */
#yoo-zoo .item div.box-1 { padding: 4px 14px 4px 14px; }

/* position headings */
#yoo-zoo .item h3 {
	font-size: 21px;
	font-weight: normal;
}

/* element type: textarea */
#yoo-zoo .item .element-textarea > * { margin: 0px 0px 10px 0px; }
#yoo-zoo .item .element-textarea *:last-child { margin-bottom: 0px; }

/* position: top */
#yoo-zoo .item div.pos-top {
	margin-bottom: 20px;
	overflow: hidden;
}
#yoo-zoo .item div.pos-top .element { margin-bottom: 20px; }
#yoo-zoo .item div.pos-top .element.last { margin-bottom: 0px; }

/* product box */
#yoo-zoo .item > div.floatbox { margin-bottom: 20px; }

/* position: media */
#yoo-zoo .item div.media-left {
	margin-right: 15px;
	float: left;
}

#yoo-zoo .item div.media-right {
	margin-left: 15px;
	float: right;
}

#yoo-zoo .item div.media-center { text-align: center; }

#yoo-zoo .item div.pos-media .element { margin-bottom: 15px; }

/* title */
#yoo-zoo .item h1.pos-title {
	margin: 0px;
	font-weight: bold;
	color: #505050;
	font-size: 21px;
	line-height: 32px;
}

/* position: description */
#yoo-zoo .item div.pos-description {}
#yoo-zoo .item div.pos-description .element { margin-top: 20px; }

/* element type: rating */
#yoo-zoo .item div.pos-description .element-rating { margin-top: 0px; }

#yoo-zoo .item div.pos-description div.rating { overflow: hidden; }
#yoo-zoo .item div.pos-description div.rating div.rating-container {
	margin-right: 10px;
	float: left;
}
#yoo-zoo .item div.pos-description div.rating div.vote-message { line-height: 20px; }

/* position: specification */
#yoo-zoo .item div.pos-specification .element-imagepro {
	float:right;
	margin-top:20px;

}
#yoo-zoo .item div.pos-specification {
	overflow: hidden;
	padding:0 30px;
}

#yoo-zoo .item div.pos-specification ul {
	list-style: inside;
	margin: 0px;
	padding: 0 0 0 15px;;
}

#yoo-zoo .item div.pos-specification ul strong {
	display: inline-block;
	width: 120px;
}

/* position: bottom */
#yoo-zoo .item div.pos-bottom { overflow: hidden; }
#yoo-zoo .item div.pos-bottom .element { margin-top: 20px; }

/* position: related */
#yoo-zoo .item div.pos-related {
	margin-top: 40px;
	overflow: hidden;
}

#yoo-zoo .item div.pos-related h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E7E8;
	color: #323232;
}

#yoo-zoo .item div.pos-related .element-relateditems > div {
	width: 50%;
	margin-bottom: 20px;
	float: left;
}

/* related item */

/* position: media */
#yoo-zoo .item div.pos-media {
	margin-top:27px;
	margin-right:10px;
	width:360px;
	float:right;
}
#yoo-zoo div.pos-media a {
	margin-bottom:10px;
	margin-left:10px;
}

#yoo-zoo .pos-related div.media-left {
	margin-right: 15px;
	float: left;
}

#yoo-zoo .pos-related div.media-right {
	margin-left: 15px;
	float: right;
}

#yoo-zoo .pos-related div.media-center { text-align: center; }

#yoo-zoo .item div.pos-media .element-link {
	display:inline-block;
}

}

/* position: title */
#yoo-zoo .pos-related h4.sub-pos-title {
	margin: 5px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

#yoo-zoo .pos-related h4.sub-pos-title a { text-decoration: none; }

/* position: description */
#yoo-zoo .pos-related div.sub-pos-description {}
#yoo-zoo .pos-related div.sub-pos-description .element { margin-top: 7px; }

/* element type: textarea */
#yoo-zoo .pos-related div.sub-pos-description .element-textarea > * { margin: 0px 0px 7px 0px; }
#yoo-zoo .pos-related div.sub-pos-description .element-textarea > *:last-child { margin: 0px; }

/* position: specification */
#yoo-zoo .pos-related ul.sub-pos-specification {
	list-style: none;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

#yoo-zoo .pos-related ul.sub-pos-specification strong {}

/* position: links */
#yoo-zoo .pos-related p.sub-pos-links { margin: 7px 0px 0px 0px; }

#yoo-zoo .pos-related p.sub-pos-links span a:after {
	content: " »";
	font-size: 14px;
}

/*
 * comments
 */

#yoo-zoo div#comments { margin-top: 0px; }

#yoo-zoo div#comments .comments-meta {
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	color: #505050;
	font-size: 21px;
	line-height: 32px;
}


/* Responsive
----------------------------------------------------------------------------------------------------*/

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	#yoo-zoo .item div.pos-related .element-relateditems > div { width: 100%; }

	/* Alignment */
	#yoo-zoo .item div.media-left,
	#yoo-zoo .item div.media-right,
	#yoo-zoo .pos-related div.media-left,
	#yoo-zoo .pos-related div.media-right {
		margin: 0 auto;
		float: none;
	}


}
.button-blue,
.button-grey,
.button-green {
	width:110px;

}
.button-blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #90b9eb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #90b9eb;
	box-shadow:inset 0px 1px 0px 0px #90b9eb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4b8cdb), color-stop(1, #003c8b) );
	background:-moz-linear-gradient( center top, #4b8cdb 5%, #003c8b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b8cdb', endColorstr='#003c8b');
	background-color:#4b8cdb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #4c76ad;
	display:inline-block;
	color:#ccdaed;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #0f2847;
}.button-blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003c8b), color-stop(1, #4b8cdb) );
	background:-moz-linear-gradient( center top, #003c8b 5%, #4b8cdb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003c8b', endColorstr='#4b8cdb');
	background-color:#003c8b;
	color:#FFFFFF;
}.button-blue:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
.button-grey,
.page-nav a,
.pos-links a,
a.edit-item {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button-grey:hover,
.page-nav a:hover,
.pos-links a:hover,
a.edit-item:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button-grey:active,
.page-nav a:active,
.pos-links a:active,
a.edit-item:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
.button-green {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
}.button-green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.button-green:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
.small-text {
	margin-left:10px;
}