﻿body {
}

.terms {
	font-size: larger;
	color: blueviolet;
}

	.terms:hover {
		color: blue;
		text-decoration: underline;
	}

.button-default {
	font-size: 1.15em;
	text-decoration: none;
	text-align: center;
	padding: .2em .3em;
	color: blue;
	border: 1px solid #0097BA;
	background-color: #55CCEE;
}

.button-on {
	background-color: cadetblue;
}

.subscribe-button {
	font-size: 1.15em;
	text-decoration: none;
	text-align: center;
	padding: .3em 1em;
	color: #ffffff;
	border: 0px;
	background-color: #7788bb;
	border-radius: 2px;
}

	.subscribe-button:hover {
		background: #55ccee;
	}

.center-of-screen {
	position: fixed;
	z-index: 2; /* Make sure its above other items. */
	top: 50%;
	left: 50%;
	width: 600px;
	height: 400px;
	margin-left: -300px; /* Your width divided by 2. */
	margin-top: -200px; /* Changes with height. */
	padding: 40px;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}

.text-warning {
	font-size: 1.25em;
	color: red;
}


/* --------------------------------------------------------	*/
/* Richard 06/24/14  */
/* --------------------------------------------------------	*/
.icon-in-list {
	max-width: 262px;
	max-height: 262px;
	width: auto;
	height: auto;
}

/* --------------------------------------------------------	*/
/* Richard 07/07/14  */
/* --------------------------------------------------------	*/

#itempic a.item_pic_thumbs {
	display: inline-block;
	max-height: 70px;
	max-width: 70px;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	background-color: White;
	text-decoration: none;
	border: 1px solid #36c;
	overflow: hidden;
}
