#generic_venue section[data-role*="info"] {
	color: #000000;
	position: relative;
	background: #E0E0E0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	margin-bottom: 0.5em;
	padding: 0.5em;
	overflow: hidden;
	
	-webkit-border-radius: 0.4em;
	-webkit-box-sizing: border-box;
}

#generic_venue .venue_photo {
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}

#generic_venue section[data-role*="info"] p,
#generic_venue section[data-role*="info"] h2
{
	margin: 0;
}

#generic_venue section[data-role*="info"] h2 {
	border-bottom: 1px solid #BBBBBB;
}

#generic_venue section[data-role*="info"] p {
	padding: 0.25em 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
}

#generic_venue section[data-role*="info"] p:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

#generic_venue section[data-role*="info"] p span.label,
#generic_venue section[data-role*="info"] p span.value
{
	display: block;
}

#generic_venue section[data-role*="info"] p span.label {
	color: #666666;
}

#generic_venue section[data-role*="info"] p span.value {
}

#generic_venue section.collapsed[data-role*="info"] {
	cursor: pointer;
}

#generic_venue section.collapsed[data-role*="info"]:before {
	content: "";
	position: absolute;
	top: -1px;
	right: 0;
	display: block;
	width: 0;
	height: inherit;
	border-right: 1.2em solid #b44949;

	-webkit-border-radius: 0 0.4em 0.4em 0;
}

#generic_venue section.collapsed[data-role*="info"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 2px;
	height: 0;
	width: 0;
	border: 0.5em solid rgba(255, 255, 255, 0);
	border-top: 0.5em solid rgba(255, 255, 255, 100);
}

#generic_venue section[data-role*="info"] span.star {
	display: inline-block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin-right: 1px;
	text-indent: -1000px;
	background: url(../../img/icons/star.png) center center no-repeat;
}



/* External API call buttons */

#addVenueToAB,
#venueMap,
#venuePhone,
#venueWebsite,
#nearBy,
#favorite,
#FBShare,
#TWShare
{
	padding-left: 0.25em;
}

#addVenueToAB:before,
#venueMap:before,
#venuePhone:before,
#venueWebsite:before,
#nearBy:before,
#favorite:before,
#FBShare:before,
#TWShare:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin-right: 3px;
	margin-top: -0.65em;
	margin-bottom: -0.4em;
}

#addVenueToAB:before {
	background: url(../../img/icons/icons.png) 0px -160px no-repeat;
}

#venueMap:before {
	background: url(../../img/icons/icons.png) 0px -224px no-repeat;
}

#venuePhone:before {
	background: url(../../img/icons/icons.png) 0px -64px no-repeat;
}

#venueWebsite:before {
	background: url(../../img/icons/icons.png) 0px -512px no-repeat;
}

#nearBy:before {
	background: url(../../img/icons/icons.png) 0px -224px no-repeat;
}

#favorite:before {
	background: url(../../img/icons/icons.png) 0px -352px no-repeat;
}

#FBShare:before {
	background: url(../../img/icons/icons.png) 0px -1024px no-repeat;
}

#TWShare:before {
	background: url(../../img/icons/icons.png) 0px -992px no-repeat;
}


/* Social buttons */

#generic_venue nav[data-role="item-details"],
#generic_venue nav[data-role="links-social"]
{
	overflow: hidden;
}

#generic_venue nav[data-role="links-social"] a[data-role="button"] {
	margin-bottom: 0;
}

#generic_venue nav[data-role="item-details"] a[data-role="button"]:nth-child(2n),
#generic_venue nav[data-role="links-social"] a[data-role="button"]:nth-child(2n)
{
	float: right;
	width: 49%;
}

#generic_venue nav[data-role="item-details"] a[data-role="button"]:nth-child(2n+1),
#generic_venue nav[data-role="links-social"] a[data-role="button"]:nth-child(2n+1)
{
	float: left;
	width: 49%;
}
