/* SVN $Id: products.css 19 2016-02-25 15:43:29Z phil $ */
@charset "utf-8";
/* Software and Data */

.product-box {
	margin: 0 auto;
	width: 80%;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

.product-nav {
	margin: 2em 0;
	text-align: center;
}

.product-header {
	margin: 0 auto;
	display: block;
	font-size: 2em;
	color: #8DB630;	
	text-align: left;
}

.product-title {
	font-size: 1.6em;
	color: #000;
	width: 390px;
	display: block;
	text-align: left;
}

.product-box p {
	color: #4A4A4A;
	font-size: .9em;
	line-height: 1.25em;
	text-decoration: none;
	text-align: left;
	width: 100%;
}

.product-item {
	max-width: 390px;
	padding-top: 2em;
	margin: 0 2.5%;
	vertical-align: top;
	display: inline-block;
}


.product-item a:hover {
	opacity: 0.50;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.product-image {
	border-radius: 1em;
	max-width: 100%;
	height: auto;
}


/* Products */

.product-box-2 {
	margin: 0 auto;
	width: 60%;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
}

.product-nav-2 {
	margin: 3em auto;
}

section {
	width: auto;
}

h1 {
	font-size: 2em;
	color: #8DB630;
	font-weight: normal;	
	text-align: left;
}


.product-item-2 {
	padding-top: 2em;
	margin: 0 2%;
	vertical-align: top;
	display: inline-block;
	text-align:center;
}

.poster-image-2 {
	border: 1px solid #CCC;
	max-width: auto;
}

.cal-image-2 {
	max-width: auto;
	height: 225px;
}

.other-image-2 {
	max-width: auto;
	height: 250px;
}

.product-title-2 {
	font-size: 1.1em;
	color: #000;
	display: block;
	padding-top: 1.1em;
	text-align: center;
}

.product-item-2 p {
	text-align:center;
}

#poster_info {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
#poster_info_left {
	width:40%;
	display: inline-block;
	margin-right: 5%;
	font-size: 1em;
}
#poster_info_left img {
	width: auto;
	height: 60px;
}
#poster_info_right {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}
#poster_info_right td {
	border:1px solid #F2F2F2;
	text-align:center;
	padding: 5px 15px;
}
#poster_info_right th {
	text-align: center;
	background-color:#F2F2F2;
	padding:10px 15px;
}

.hr {
	width: 100%;
	height: 1px;
	background: #CCC;
	margin: 20px 0;
}

/* Form */

.hidden {
	display: none;
}

h4 {
	margin: 0;
	padding: 10px 0;
}

input[type=text] {
    margin: 5px 0;
	padding: 5px;
	border: 1px solid #CCC;
}

select {
	border: 1px solid #CCC;
	margin: 5px 0;
	padding: 5px;
}

td span {color: red;}

td p {font-size: .75em;}

input[type=submit] {
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 5px 0;
	padding: 7px 15px;
	background:#F2F2F2;
	border: none;
	border-radius: .5em;
}

input[type=submit]:hover {
	background: #DDEDB8;
}

.left {
	width: 30%;
}

.dl-btn {color: #000; padding: 5px 10px; font-size: 12px;  border-radius: 3px; letter-spacing: .04em; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; text-decoration: none;}
.dl-btn, .dl-btn:link, .dl-btn:visited {background: #8DB630;}
.dl-btn:hover, .dl-btn:active, .dl-btn:focus {background: #7a9836; cursor: pointer;}

/* Responsive Content */


@media screen and (max-width: 1820px) {
	.product-nav {width: 100%;}
	.product-box-2 {width: 80%;}
}

@media screen and (max-width: 1315px) {
	.product-item {margin: 0 4%;}
	.poster-image-2 {max-height: 150px;}
	.cal-image-2 {max-height: 150px;}
	.other-image-2 {max-height: 150px;}
	.product-title-2 {font-size: .8em;}
	h1 {font-size: 1.7em;}
	.product-item-2 p {font-size: .7em;}
}

@media screen and (max-width: 480px) {
	.product-title {width: 100%;}
	.product-item {margin: 0; font-size: .9em; width: 100%;}
	.product-header {font-size: 1.5em;}
}

