/* @override http://localhost/stylesheets/productpage-2.css */

/* @group General */

a:link {
	color: gray;
}

a:visited {
	color: gray;
}

a:hover {
	color: black;
}

a:active {
	color: black;
}

a:link img {
	border: 0;
}

a:visited img {
	border: 0;
}

a:hover img {
	border: 0;
}

a:active img {
	border: 0;
}

#content {
	width: 990px;
	padding-top: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	font: 95% 'GestaRegular', Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

#content em {
	font-family: GestaItalic;
	font-weight: normal;
	font-style: normal;
}

#content strong {
	font-family: GestaBold;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Header */

div#header-div {
	border-bottom: 1px solid #e0e0e0;
	margin-left: 10px;
	margin-right: 10px;
	height: 60px;
	margin-bottom: 10px;
}

#bcs-logo {
	margin-left: -1px;
	display: inline-block;
	margin-top: 8px;
}

div#header-links {
	float: right;
	font-size: 120%;
	height: 60px;
	display: inline-block;
	top: 3px;
	position: relative;
}

#header-links ul {
	list-style: none;
}

#header-links ul li {
	padding-bottom: 5px;
	text-align: right;
	display: inline;
	margin-left: 10px;
}

#header-links ul li a {
	text-decoration: none;
	font: 12pt FamiliarProBold;
	color: silver;
}

#header-links ul li a:hover {
	color: gray;
}

#header-links ul li.separator {
	color: silver;
}

/* @end */

/* @group Title */

div#productname {
	text-align: center;
	color: #9e9e9e;
	margin-top: 8px;
	z-index: 1;
	position: relative;
	top: 2px;
	font-size: 36px;
	font-family: FamiliarProBold, sans-serif;
}

div#product-title {
	text-align: center;
	color: black;
	position: relative;
	z-index: 1;
	top: 4px;
}

/* @end */

div#listing {
	padding-right: 15px;
	padding-bottom: 2px;
	width: 310px;
	float: left;
}

#listing ul {
	list-style-image: url(../images/bullet.png);
}

#listing ul li {
	margin-bottom: 5px;
	color: #424242;
}

img#export-screenshot {
	float: left;
	left: -7px;
	position: relative;
}

div#plugins {
	line-height: 1.45;
	padding-right: 24px;
	padding-bottom: 2px;
	width: 306px;
	float: left;
}

div#screenshot-main {
	margin-bottom: 15px;
}

#screenshot-main img {
	z-index: 0;
	position: relative;
	bottom: 5px;
}

div#requirements {
	line-height: 1.45;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 2px;
	width: 280px;
	float: left;
}

div#appstore {
	text-align: center;
	padding-top: 10px;
}

.listingheader {
	text-align: center;
	font-family: FamiliarProBold;
	color: #515151;
}

/* @group impressionapp */

div#ios {
	margin-left: 10px;
	margin-right: 10px;
}

span#cross-sell {
	position: relative;
	bottom: 15px;
	left: 12px;
}

/* @end */

/* @group Copyright statement */

#copyright {
	clear: both;
	margin-bottom: 20px;
	font-size: 85%;
}

#copyrighttext {
	color: gray;
	margin-top: -4px;
	margin-left: 10px;
	margin-right: 10px;
}

#copyrightshadow img {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


div#ad {
	-webkit-border-radius: 25px;
	background-color: gray;
	height: 40px;
	width: 500px;
	margin: 35px auto 20px;
}

div#ad_text {
	text-align: center;
	color: white;
	font: 1.5em MuseoSlab500;
	text-decoration: none;
	padding-top: 7px;
}

div#ad a {
	text-decoration: none;
}

div#ad:hover {
	background-color: #606060;
}

/* @end */
