@charset "utf-8";
/* Holiday Gift Guide Styles for MLCS by CR */

#mainContent {
	font: 12px Arial, Helvetica, sans-serif;
}

#mainContent h2, .shipping th {
	font-family: "Copperplate Gothic Bold";
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #660000;
	text-align: center;
	border: thin ridge #009900;
}

#mainContent h3 {
	font: bold 18px "CopperPlate Gothic Bold";
	color: #990000;
	text-align: center;
}

#mainContent p {
	padding-right: 10px;
	padding-left: 10px;
}

#mainContent strong {
	font-weight: bold;
	color: #003300;
}

#mainContent img.heading {
	display:block;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
}

#mainContent a, #moreinfo a, .moreinfo a {
	color: #990000;
	text-decoration: underline;
}

#mainContent a:hover, #moreinfo a:hover, .moreinfo a:hover {
	color:#FFFFFF;
	background-color:#990000;
}


/* Styles for Product Blocks */

div.productblock {
	text-align: center;
	padding: 5px;
	height: 400px;
	width: 200px;
	border: 1px solid #003300;
	float: left;
	overflow:hidden;
}

.productblock img {
	border:none;
}

.productblock h4 {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}

.seealso p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}

.seealso a {
	color: #003300;
	text-decoration: underline;
}

.seealso a:hover {
	color: #660000;
	text-decoration:none;
}

/* Style for More Info Pop-up Windows */

#moreinfo {
	width: 450px;
	text-align: left;
	border: 3px ridge #990000;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(none);
}

#moreinfo h1, .moreinfo h1 {
	font-family: "Copperplate Gothic Bold";
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #800000;
	text-align: center;
	border: thin ridge #009900;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#moreinfo h2, .moreinfo h2 {
	font-family: "Copperplate Gothic Bold";
	font-size: 14px;
	background-color: #FFFFFF;
	color: #004000;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

.moreinfo h4 {
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	text-transform: uppercase;
}

#mainContent .moreinfo p, #moreinfo p, .moreinfo p {
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 20px;
}

.moreinfo strong {
	font-weight: bold;
	color: #660000;
}

.moreinfo img {
	margin-right: 15px;
	border:0;
}

.moreinfo ul {
	list-style: inside;
}

.moreinfo li {
	line-height: 18px;
}

.moreinfo .order {
	text-align:center;
	font-weight:bold;
	color:#003300;
}

#mainContent .moreinfo p.order {
	text-align: center;
}

/* Styles for Shipping Table Page  */

.shipping td {
	color: #003300;
	font: bold 14px "Copperplate Gothic Bold";
	padding: 4px 5px;
}

.shipping h4 {
	margin: 0px;
	padding: 0px;
}

#actionbox {
	width: 300px;
	background: #CEFFCE;
	border: 1px solid #336633;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	box-shadow: 7px 7px 5px #818181;
	-webkit-box-shadow: 7px 7px 5px #818181;
	-moz-box-shadow: 7px 7px 5px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
	border-radius: 3em;
}
