BODY
{
	font-family : "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	background-color : #88aaff;
}

body.xmas {
	background-color : #008800;
}


.clearBoth
{	clear : both;
}


h3 {
	color : #ffffff;
	font-size : 18px;
	padding : 40px 10px 20px 2%;
}


#content
{
	margin : 0px 0px 0px 0px;
}


.listSection
{
	padding : 10px 0px;
}


.sectionHeader
{
	width : 100%;
	background-color : #4466ff;
	color : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 3px 0px;
	text-align : center;
	font-size : 2.0em;
	font-weight : bold;
	line-height : 1.0em;
	clear : both;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.60);
}
.xmas .sectionHeader {
	background-color: #dd0000;
}

.noShadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.sectionIntro {
	font-family : "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica;
	font-variant: none;
	font-size : 1.3em;
	padding: 8px 5px 8px 20px;
	margin: 0px;
	color : #000000;
	background-color : rgba(200, 200, 200, 0.6);
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.60);
}

.xmas .sectionIntro {
	background-color : rgba(250, 250, 250, 0.6);
}


.sectionItems {
	display : inline-block;
	text-align : left;
	width : 100%;
}


.itemCellContainer {
	display : inline-block;
	vertical-align : top;
	width : 350px;
	min-height : 100px;
	margin : 2% 2%;
	text-align : left;
}

.itemCell
{
	padding : 20px 30px 20px 30px;
	background-color : #ffffff;
	border-radius : 15px 40px;
	min-height : 80px;

	-webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.60);
	box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.60);
}

.itemCell:hover
{
	-ms-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
}



.boxShot
{
	display : inline-block;
	margin : 0px 3px 0px 3%;
	width : 30%;
	height : auto;
	vertical-align : top;
}


.boxShot img
{	width : 100%;
	max-height : 150px;
	object-fit: contain;
}



.itemInfo
{	
	display : inline-block;
	width : 60%;
}


.title
{	font-weight : bold;
	margin : 0px 0px 3px 0px;
	font-size : 1.5em;
	line-height : 1.2em;
}

.subtitle
{
	font-size : 1.0em;
	margin : 0px 0px 3px 0px;
}


.price
{
	vertical-align : bottom;
	font-size : 1.0em;
	margin : 10px 0px 3px 0px;
}


.notes
{
	font-size : 1.0em;
	margin : 10px 0px 3px 0px;
}


.importantNote {
	font-size : 1.0em;
	font-weight : bold;
	color : #FF0000;
}


a {
	font-weight : bold;
	color : #000000;
	text-decoration: none;
	border-color : #000000;
}

a:visited {
	ZZZcolor : #999999;
}


a:hover
{
	ZZZcolor : #777777;
}



@media screen and (max-width: 700px) {
	.itemCellContainer {
		width : 95%;
	}
}


@media screen and (max-width: 414px) {
	.itemCellContainer {
		width : 95%;
		margin : 3% 2%;
	}

	.itemCell {
		padding-left : 2%;
		padding-right : 2%;
	}
}
