
body, ul, td, .normal {
 	font-family : verdana, gill sans, tahoma;
 	font-size : 11px;
	color : #000000;
	letter-spacing: 0px;
	margin:0px 0px 8px 0px;
}
	
p {	line-height: 16px;margin:0px 0px 8px 0px; }

li { line-height: 170%; }

a { color: blue;  }

a:visited { color: blue; }

a:hover { color: #942A6E; }

a.inline { text-decoration: underline }


a.nav {
 	font-family : arial, tahoma;
	font-size : 12px;
	letter-spacing:normal;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

a.nav:hover {
	text-decoration:none;
	color:#FFF783;
	font-weight:bold;
}

a.nav:visited {
 	font-family : arial, tahoma;
	font-size : 12px;
	letter-spacing:normal;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

.fixed  {
 	font-family : courier new,courier,monospaced;
 	font-size : 10px;
 	letter-spacing:normal;
	background-color:#f4f4f4;
	}


h2, .home1 {
	font-weight: bold;
	color: #E7383D;
	font-size:12px;
	/* text-decoration: underline; */
	}
	
h3 {
	font-weight: bold;
	color: #0B512F;
	font-size:14px;
	padding:0px;
	margin:0px 0px 4px 0px;
	/* text-decoration: underline; */
	}

.home2 {
	font-weight: bold;
	color: #A38302;
	font-size:13px;
	/* text-decoration: underline; */
	}

	
.footer {
	font-size: 7pt;
	color: #6e2727;
	letter-spacing:normal;
	}
	
.input {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#FFFFFF;
	border: 1px groove #002266;
	width:150px;
	}
	
.select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#ffffff;
	border: 1px groove #002266;
	}

.textbox {
 	font-family : courier new, monospaced;
	font-size : 11px;
	color: black;
	background-color:#ffffff;
	border: 1px groove #002266;
	width:400px
 	}

.button {
 	font-family : verdana;
	font-size : 8pt;
	color: black;
	}
 
.dwarf {
	font-family : verdana;
	font-size : 7pt;
	font-weight:normal;
	line-height: 150%;
	color : black;
	letter-spacing:normal;
	}

.tablecontainer {
 	background-color:#FFFFFF;
	}
	
.trlabel  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#FFF783;
	}
	
.tdlabel  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#88B4C2;
	}
	
.cell  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	color:black;
	background-color: #f0f0f0;
 	letter-spacing:normal;
	}
	
.cell2  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	color:black;
	background-color: #F1FFED;
 	letter-spacing:normal;
	}
	
.selectedcell {
	font-family : verdana,arial,helvetica;
 	font-size:7pt;
	font-weight:normal;
	color:black;
	background-color: #FFFFFF;
 	letter-spacing:normal;
	border-style:solid;
	border-width:2px;
	border-color:#5AAD40;
	}
	
.box  {
 	font-family : verdana,arial,helvetica;
 	font-size:11px;
	font-weight:normal;
	letter-spacing:0px;
	}

	
h1, .head  	{
 	font-family : verdana,arial,helvetica;
	font-size : 18px;
 	font-weight : bold;
	color : #397689;
	line-height:100%;
	margin:10px 0px 5px 0px;
	}
	
.dim {
	color: gray;
	}
	
.error {
	color: red;
	font-weight:bold;
	background-color:white;
	}
	
.table {
	border-width: 0.5mm;
	border-color: #FFFFFF;
	border-style: groove;
	}

.applyBorder {
	border: solid 1px;
	border-color: #8ECAD7;
}


/* =============== // STORE PAGES // =============== */


#storeBreadcrumbs {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	padding-bottom: 1.5em;
}
	#storeBreadcrumbs ul {
		width: 100%;
		clear: right;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	}
	#storeBreadcrumbs li {
		float: left;
		padding: 0 1.5em 0 0;
		font-weight: bold;
		line-height: 210%;
		color: #333;
		list-style: none;
	}
	#storeBreadcrumbs li.current {
		color: #B5181F;
	}
	#storeBreadcrumbs li.faded {
		color: #999;
	}
		#storeBreadcrumbs ul li span {
			display: inline-block;
			float: left;
			margin-right: 0.4em;
			height: 1.5em;
			width: 1.5em;
			-moz-border-radius: 0.9em;
			-webkit-border-radius: 0.9em;
			border-radius: 0.9em;
			border: 2px solid #FFF;
			-moz-box-shadow: 1px 1px 3px #999;
			-webkit-box-shadow: 1px 1px 3px #999;
			box-shadow: 1px 1px 3px #999;
			background: #999;
			background: -webkit-gradient(
						    linear,
						    left top,
						    left bottom,
						    color-stop(0.32, rgb(153,153,153)),
						    color-stop(0.9, rgb(80,80,80))
						);
			background: -moz-linear-gradient(
						    center top,
						    rgb(153,153,153) 32%,
						    rgb(80,80,80) 90%
						);
			color: #FFF;
			font: normal bold 16px/120% "Trebuchet MS", Futura, Geneva, Arial, sans-serif;
			text-align: center;
			vertical-align: center;
		}
		#storeBreadcrumbs ul li.current span {
			background: #803689;
			background: -webkit-gradient(
						    linear,
						    left top,
						    left bottom,
						    color-stop(0.32, rgb(181,24,31)),
						    color-stop(0.9, rgb(212,94,99))
						);
			background: -moz-linear-gradient(
						    center top,
						    rgb(181,24,31) 32%,
						    rgb(212,94,99) 90%
						);
		}
		#storeBreadcrumbs ul li.faded span {
			background: #999;
			background: -webkit-gradient(
						    linear,
						    left top,
						    left bottom,
						    color-stop(0.32, rgb(200,200,200)),
						    color-stop(0.9, rgb(120,120,120))
						);
			background: -moz-linear-gradient(
						    center top,
						    rgb(200,200,200) 32%,
						    rgb(120,120,120) 90%
						);
		}

/* ===== View Cart Page ===== */
#cartwrapper {
	border: 1px solid #666;
}
	#cartwrapper table small {
		font-size: 9px;
		color: #606;
	}
	form table input.trashItem {
		display: block;
		margin: 0;
		height: 14px; 
		width: 20px;
		background: url("../image/trashcan.gif") no-repeat scroll 50% 50% transparent; 
		border: none;
		font: normal 0px/150% Arial, Helvetica, sans-serif; 
		text-indent: -900em;
		cursor: hand;
		cursor: pointer;
	}
table.cart {
	width: 100%;
	line-height: 150%;
	border-collapse: collapse;
}
	table.cart th,
	table.cart td {
		padding: 0.25em;
		border: 1px solid #FFF;
	}
	table.cart tbody {
		font: normal 10px/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	table.cart thead th {
		background: #387689;
		color: #FFF;
		font-size:13px;
		text-align:left;
	}
	table.cart tr.odd td {
		background: #EEE;
	}
	table.cart tr.even td {
		background: #CCC;
	}
	table.cart td.subtotal {
		background: #EEE;
	}
	table.cart tr.total {
		font: normal 12px/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	table.cart th.total {
		background: #96BECA;
		color: #FFF;
	}
	table.cart td a img {
		padding: 0 3px;
	}
	table.cart td span.sale {
		color: #C00;
	}

/* ===== Billing/Shipping Info Page ===== */
#billing td, #billing th,
#shipping td, #shipping th {
	border: 1px solid #FFF;
	border-collapse: collapse;
}
#billing td.tdlabel.right,
#shipping td.tdlabel.right {
	max-width: 13em;
}

/* ===== Review Order Page ===== */
#storeBreadcrumbs li.printReceipt {
	/*list-style: disc outside url(../image/printer.gif);
	margin-left: 4em;
	padding-right: 0;*/
	list-style: none;
	display: list-item;
	position: absolute;
	right: 1.5em;
	top: 20px;
}
#storeBreadcrumbs a.printReceipt {
	text-decoration: none;
	display: inline-block;
	height: 31px;
	width: 40px;
	background: transparent url("../image/printer.gif") no-repeat left top;
	text-indent: -999em;
	/*vertical-align: middle;*/
}
div.toOrFrom {
	float: left; 
	width: 26%; 
	padding-right: 3em; 
	padding-top: 1em;
}
	div.toOrFrom h3 {
		line-height: 130%;
	}
	
	
/* ========== STANDARD SUB PAGE STYLES ==========
 * 1. div#breadcrumb
 * 2. h2#pageTitle
 * 3. h3#pageSubTitle
 * 4. div#pageSummary
 * 5. div#pageContents
 * 6. div#pageBullets
 * 7. div#pageConclusion 
 * 8. div#imageBlock
 * 9. div#imageBlockFeat
 * 10. div#calloutbox
 * 11. div#pageDownloads
*/
div#breadcrumb {
	margin-bottom: 0.8em;
	font-size: 10px; 
	font-weight: bold; 
}
	div#breadcrumb span.breadcrumbTitle {
		padding-right: 10px;
	}
	div#breadcrumb a:hover,
	div#breadcrumb a:focus {
		text-decoration: none; 
	}
h2#pageTitle {
 	font-family : verdana,arial,helvetica;
	font-size : 18px;
 	font-weight : bold;
	color : #397689;
	line-height:100%;
	margin:10px 0px 5px 0px;
}
h3#pageSubTitle {
	font-weight: bold;
	color: #E7383D;
	font-size:12px;
}
div#pageSummary p,
div#pageContents p,
div#pageConclusion p,
div#pageBullets ul,
div#pageBullets ol {
	line-height: 16px;
	padding: 0.5em 0;
}
#pageBullets {
	clear: left;
}
	#pageBullets ul li,
	#pageBullets ol li {
		margin-left: 1.6em;
		line-height: 150%;
	}
	#pageBullets span.clear {
		clear: left;
	}
div#imageBlock,
div#imageBlockFeat {
	padding: 0.5em;
}
	div#imageNav {
		text-align: center;
		padding: 0.2em 0;
		font-size: 80%
	}
	div#pageContent p#currCaption,
	div#pageContent p#featCaption {
		font-size: 80%;
		text-align: center;
	}
div#calloutbox {
	width: 200px;
	position: relative;
	margin: 1em 0;
	border-width: 1px;
	border-style: solid;
	border-color: #A59BDD;
	background-color:#EFE9F3;
	background-image:url(../image/wui-calloutheaderbg.gif);
	background-repeat:repeat-x;
	background-position:top left;

}
	div#calloutbox h3 {
		width: 185px;
		padding: 0px 10px 0px 10px;
		margin: 0px;
		font-size: 100%;
		line-height: 26px;
		text-align: left;
		color:#ffffff;
		font-size:13px;
	}
	div#calloutbox div#calloutboxContent {
		width: 185px;
		padding: 3px 10px 0px 10px;
		margin-left: 0;
		text-align: left;
	}
		div#calloutbox ul#calloutboxList {
			width: 180px;
			padding: 0;
			margin-left: 0;
			margin-top: 1em;
			color: inherit;
		}
			div#calloutbox ul#calloutboxList li {
				list-style: disc outside url(../image/navBullet.gif);
				display: list-item;
				text-align: left;
				margin: 0 0 0 2em;
				padding: 3px 0px;
			}
			div#calloutbox ul#calloutboxList a {
				font-size: 90%;
				color:#5C3A7B;
			}
div#pageDownloads {
	margin: 1em 0;
	clear: both;
}
	div#pageDownloads h3 {
		padding-bottom: 0.5em;
	}
	#pageDownloads div.pageDownloadBlock {
		width: 45%;
		min-height: 45px;
		float: left; 
		padding-right: 5%;
		padding-bottom: 0.5em;
		position: relative;
	}
	#pageDownloads a.pageDownloadThumbLink {
		display: block;
		padding-right: 10px;
		position: absolute;
		left: 0;
		top: 0;
	}
	#pageDownloads div.pageDownloadBlock h4,
	#pageDownloads div.pageDownloadBlock p {
		font-size: 90%;
		padding-left: 42px;
	}
			
/* ========== SUB PAGE LAYOUTS ==========
 * 1. Layout A
 * 2. Layout B
 * 3. Layout C
 * 4. Layout D
 * 5. Layout E
 * 6. Layout F
 *
 * ===== Layout A ===== */

div#pageSummary.layoutA p,
div#pageContents.layoutA p,
div#pageConclusion.layoutA p,
div#pageBullets.layoutA ul,
div#pageBullets.layoutA ol {
	padding-left: 0;
}
div#imageBlock.layoutA {
	padding: 0 0 0.5em;
}
div#imageBlock.layoutA,
div#calloutbox.layoutA {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout B ===== */

div#imageBlockFeat.layoutB {
	float: left;
	clear: left;
	margin-right: 1em;
}
div#imageBlock.layoutB,
div#calloutbox.layoutB {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout C ===== */

div#calloutbox.layoutC {
	float: left;
	clear: left;
	margin-right: 1em;
}
div#imageBlock.layoutC,
div#imageBlockFeat.layoutC {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout D ===== */
div#imageBlock.layoutD {
	float: right;
	clear: right;
	margin-left: 1em;
}
div#calloutbox.layoutD {
	float: left;
	clear: left;
	margin-right: 1em;
}

/* ===== Layout E ===== */
div.imageBlock.layoutE {
	float: right;
	clear: right;
	padding: 10px;
}
div.imageBlock.layoutE p.imageCaption {
	font-size: 80%;
	text-align: right;
	margin: 0;
	padding: 0;
}
div#pageDownloads.layoutE {
	clear: none;
}
	#pageDownloads.layoutE div.pageDownloadBlock.layoutE {
		width: auto;
		float: none;
		clear: left;
		padding: 0 0.5em;
	}

/* ===== Layout F ===== */
div#imageBlock.layoutF {
	width: 300px;
	float:right;
}
div#imageBlock.layoutF p#myCaption {
	text-align: center;
}
div#imageBlock.layoutF div#thumbGallery {
	padding: 0.5em;
	text-align: center;
}
	div#imageBlock.layoutF div#thumbGallery a.thumbSwitch {
		display: inline-block;
		width: 50px;
		height: 50px;
		padding: 5px;
	}

div#calloutbox.layoutF,
div#imageBlockFeat.layoutF {
	float: left;
	clear: left;
	margin-right: 1em;
}

/* ===== Layout G ===== */
#videoBlock.layoutG {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}
	#videoBlock.layoutG #videoWrapper {
		background: transparent url(../image/loading.gif) no-repeat 50% 50%;
		margin: 0 auto;
	}
		#videoWrapper.layoutG object {
			display: block;
			margin: 0 auto;
		}
	#videoBlock.layoutG #videoCaption {
		padding-top: 0.5em;
		text-align: center;
	}

#calloutbox.layoutG {
	float: left;
	clear: left;
	margin-right: 1em;
}

#pageThumbs {
	margin-top: 1em;
}
	#pageThumbs div.vidThumb {
		float: left;
		padding: 0.5em 1.3em 0.5em 0;
		width: 100px;
		text-align: center;
	}
		#pageThumbs div.vidThumb a {
			text-decoration: none;
			font-size: smaller;
			font-weight: bold;
			display: block;
			position: relative;
		}
			#pageThumbs div.vidThumb a img {
				border: 1px solid #CCC;
			}

/* ===== Layout H ===== */
div#videoBlock.layoutH {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}	
	#videoBlock.layoutH #videoWrapper {
		background: transparent url(../image/loading.gif) no-repeat 50% 50%;
		margin: 0 auto;
	}
		#videoWrapper.layoutH object {
			display: block;
			margin: 0 auto;
		}
	#videoBlock.layoutH #videoCaption {
		padding-top: 0.5em;
		text-align: center;
	}
	div#videoBlock.layoutH div#thumbGallery {
		padding: 1em 0 0.5em;
		margin: 0 auto;
	}
		div#videoBlock.layoutH div#thumbGallery a.thumbSwitch {
			position: relative;
			display: block;
			float: left;
			width: 50px;
			height: 50px;
			padding: 5px;
			overflow: hidden;
		}
		
div#calloutbox.layoutH {
	float: right;
	clear: right;
	margin-left: 1em;
}

#imageBlock.layoutH {
	float: left;
	margin-right: 1em;
}	
	#imageBlock.layoutH #myCaption {
		text-align: center;
	}


.homebox {
	border: 1px solid #BFBEBE;
	padding:0px;
	margin:0px 0px 20px 0px;
	width:298px;
	background-color:#F5F5F5;
}

.homebox p, .homebox h2, .homebox h3 {
	margin-left:15px;
	margin-right:15px;
}


/* H1 inside comment box will be the blue header stripe. This sets a default text style as well, though you can also use an image */
.homebox h1 {
	margin:0px;
	height:42px;
	heig\ht:36px;
	background-image:url(../image/homebox-bg.gif);
	background-repeat:repeat-x;
	font-size:19px;
	font-weight:bold;
	font-family:verdana, arial narrow, arial;
	color:#ffffff;
	padding:5px 4px 2px 4px;
}


/* if you use an image, this adjusts the image down 2 pix to center it in the blue stripe */
.homebox h1 img {
	margin-top:3px;
}
