body {margin: 0px; padding: 0px; }

@media print { body { display:none; } }
img { border-width: 0px; }
label { white-space: nowrap; }

th {font-weight:bold; font-size:1.2em; }
.bold { font-weight: bold; }
strong b {font-weight:bold }
.block { display: block; }
.center { text-align: center; }
.error { color: #ff0000; }
.hidden { display: none; }
.inline { display: inline; }
.italic { font-style: italic; }
em {font-style: italic; }
.nowrap { white-space: nowrap; }
.marginAuto { margin: auto; }
.marginLeft { margin-left:auto;}
.textbox { vertical-align: middle; color: #000; }
.textboxsm { font-size:9px; font-family: Verdana, Arial, Helvetica, sans-serif; } /*PageNav.cs Control */

/*  set colors in default */
h1 { font-size: 1.3em; font-weight:bold; margin-bottom: .5em; margin-top:0em; }
h2 { font-size: 1.2em; font-weight:bold; margin-bottom: .5em; margin-top:0em; }
h3 { font-size: 1.12em; font-weight:bold; margin-bottom: .5em;  margin-top:0em; }
.cheader { font-size: 30px;  }/* Company Name header set in early storefronts, including General.master */
.largeText { font-size: 1.2em; font-weight:bold; }/*inline headings */
.columnheader { font-size: 1.12em; font-weight:bold; padding: 4px; }
.ordertable { border-bottom: solid 2px; padding: 10px 4px 10px 4px; }
.searchtable { border: 2px solid; }
.searchtable a { font-size: 1.1em; }

a { text-decoration: underline; font-weight:bold; }
a:link { text-decoration: underline; font-weight:bold; }
a:visited { text-decoration: underline; font-weight:bold; }
a:hover { text-decoration: underline; font-weight:bold; }
a:active { text-decoration: underline; font-weight:bold; }

input.btn{
   font-size: 1em;
   font-weight:bold;
   border-style:solid;
   border-width: 1px;
   padding: 0px 5px 0px 5px;
   cursor:pointer;
}

input.btn_generic
{
	color: #000;
	cursor: pointer;
	font-size: 1em;
	font-weight:bold;
	background-color: #cfcfcf;
	border: solid 1px #000;
}

input.btn_generic:hover { background-color: #ffffff; }

input.disabled_text { border: 1px solid #b7a6b2; background-color: #d6d5d9; color: #b7a6b2; }

.help { width:750px; font-size:.98em; text-align:left;}
.copyright { font-size:.9em; }

/* -----------STOREFRONT-----------------*/
.menu {font-size: .9em; text-decoration: none; font-weight:bold; color=white }
.menu:link { font-size: .9em; text-decoration: none; font-weight:bold; }
.menu:visited { font-size: .9em; text-decoration: none; font-weight:bold; }
.menu:hover { font-size: .9em; text-decoration: underline; font-weight:bold; }
.menu:active { font-size: .9em; text-decoration: none; font-weight:bold; }

.contactTitle {font-size: 1.0em; text-decoration: none; font-weight:bold; color=white }

.contactText {font-size: .9em; text-decoration: none; font-weight:normal; color=white }
.contactText:link {font-size: .9em; text-decoration: underline; font-weight:normal; color:Lime;}
.contactText:visited {font-size: .9em; text-decoration: underline; font-weight:normal;color:Lime;}
.contactText:hover {font-size: .9em; text-decoration:underline; font-weight:normal;color:Lime;}
.contactText:active {font-size: .9em; text-decoration: none; font-weight:normal;}

.slogan {font-family:'Brush Script MT',Phyllis,'Lucida Handwriting',cursive; font-style:italic;font-size: 2.0em; text-decoration: none; font-weight:bold; color=white }

.footer { text-decoration: none; }
.footer:link { text-decoration: none; }
.footer:visited { text-decoration: none; }
.footer:hover { text-decoration: underline; }
.footer:active { text-decoration: none; }

/*-------------------OTHER PAGES-----------------*/

/* Play Controls */
.playcont { background-position: center; }

/* Sub-Navigation */
.subNav { margin:auto; white-space:nowrap; width:100%; text-align:center; line-height:20px; }
.subNav a:link, .subNav a:visited  { padding: 0 10px; text-decoration:none; }
.subNav a:hover { padding: 0 10px; text-decoration:underline; }
.floatL { float:left; }
.floatR { float:right; }

/* ------------------CS AND JS PAGES------------------ */
/* cart.cs */
.cartpkgimg { padding:4px; text-align:center; vertical-align:middle; }
.cartimgcell {width:50px; }
.carttxtcell { width:130px; }
.carteditlink { }

/* cartpreviewhover.js - popup photos */
.imagepopupdiv { position: absolute; padding: 5px; background-color: #FFFFFF; color: #000000; border: 1px solid #888; z-index: 1000; }

/*PageNav.cs */
.pagelinkcur {font-size: 1.1em; font-weight: bold; }
.pagenav { clear: left; font-size: 85%; padding-bottom: 2px; padding-top:2px; margin-bottom: 2px; margin-top:2px;}
.pagenav a, .pagenav span { padding: 0.2em 0.4em; margin-right: 0.2em; margin-left: 0.2em; text-decoration: none;}
.pagenav a:link { text-decoration:none; }
.pagenav a:visited { text-decoration:none; }
.pagenav a:hover { text-decoration:none; }
.pagenav a:active { text-decoration:none; }
.pagenav span.cur { font-weight: bold; font-size: 1.3em; }
.pagenav span.disable {font-weight: normal;}
.pagenav a { border-style:solid;  border-width: 1px; text-decoration: none; font-weight: bold; }

/* PackagePreview.cs */
.pkgdiscountheader { font-weight: bold; font-size: 1.1em; text-align:center; border-right:solid 1px; }
.pkgdiscountcost { text-align:center; border-right:solid 1px; border-bottom:solid 1px; }
.pkgdiscounttable { margin:4px; text-align:center; border:solid 1px; }

/* Pkg Photo Select - popups */
.popupContentDiv { position:absolute; z-index:2001; background-color:#FFFFFF; border:solid 1px #000000; margin:10px; text-align:center; vertical-align:middle; }
.popupContentTitle { font-size: 1.1em; font-weight:bold; color:#000000; }
.popupContentImg { border:solid 3px #FFFFFF; }
.popupContentImg:hover { border:solid 3px #CCCCCC; }
