body {
	font-family: 'Segoe UI', 'Tahoma', 'Arial', 'sans-serif';
	font-size: 14px;
	line-height: 1.5;
	background-color: #cfcfcf;
}

h1 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 28px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
}

a, a:visited {
	color: blue;
}

.Container {
	max-width: 80%;
	min-width: 660px;
	margin: 2em auto;
}

.PurchaseOptions {
	background-color: #eaeaea;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 1em 2em 0 2em;
	position: relative;
}

form {
	display: inline;
}

.ImageInfo {
	font-style: italic;
}

.Price {
	font-weight: bold;
	display: inline;
	vertical-align: middle;
	line-height: 33px;
}

.Photo {
	float: right;
	margin: 1em 0 1em 5em;
}

.FBLike {
	max-width: 600px;
	margin-top: 0.5em;
	position: relative;
	left: -1px;
}

.FotomotoToolbarClass {
	width: auto !important;
	text-align: right;
	position: relative;
	top: -3em;
	left: 2.1em;
	height: 2em;
}

.FotomotoBar li {
	display: none !important;
}

.FotomotoBar li:first-child {
	display: block !important;
}

#qty {
	width: 2em;
	text-align: center;
	font-weight: bold;
}

.Footer {
	clear: both;
}

.Button {
	background-color: #2A98FA;
	background: -moz-linear-gradient(center top , #2A98FA, #226CEC);
	background: -webkit-gradient(linear, left top, left bottom, from(#2A98FA), to(#226CEC));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#2A98FA, EndColorStr=#226CEC);
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.8;
	padding: 0.8em;
	vertical-align: middle;
}

a.Button, a.Button:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.Button:hover {
	background-color: #04BFFD;
	background: -moz-linear-gradient(center top , #04bffd, #0080e2);
	background: -webkit-gradient(linear, left top, left bottom, from(#04bffd), to(#0080e2));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#04bffd, EndColorStr=#0080e2);
}

.PrintLink, .PrintLink:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
	vertical-align: baseline;
}

.PortfolioLink {
	margin-top: 2.5em;
}
