
/* ========== TABLE OF CONTENTS ==========
 * 1. Basic Tag Styles (standard tags as well as custom Clarity tag classes)
 * 2. Typography Styles (text)
 * 3. Form Styles (inputs, textareas, etc)
 * 4. Table Styles (tr, th, td, etc)
 * 5. Standard Sub Page Styles (for dsp_showpage as well as tools' PGE-fed sections)
 * 6. Sub Page Layouts (A-H)
 * 7. Page Specific Styles (PGE and other standard page styles)
 */

 .btnGreen {
  font-family: 'Open Sans', Arial;
  color: #ffffff;
  font-size: 110%;
  background: #960836;
  padding: 8px 12px;
  text-decoration: none;
  border:0px;
 	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.btnGreen:hover {
  background: #373737;
  text-decoration: none;
  color:#ffffff;
}

.btnGreenSubmit {
  font-family: 'Open Sans', Arial;
  color: #ffffff;
  font-size: 110%;
  background: #cbcbcb;
  padding: 8px 12px;
  text-decoration: none;
  border:0px;
 	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.add-cart {
  font-family: 'Open Sans', Arial;
  color: #ffffff;
  font-size: 72%;
  background: #349800;
  padding: 5px 6px;
  text-decoration: none;
  border:0px;
 	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.add-cart:hover {
  background: #373737;
  text-decoration: none;
  color:#ffffff;
}

.roundbutton {
  font-family: 'Open Sans', Arial;
  color: #ffffff;
  font-size: 110%;
  background: #960836;
  padding: 8px 12px;
  text-decoration: none;
  border:0px;
 	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.roundbutton:hover {
  background: #373737;
  text-decoration: none;
  color:#ffffff;
}

	img.viewIcon {
	 	border:0px;
	 	width:24px;
	 	height:23px;
	 	margin:3px 8px 5px 0px;
	 	float:left;
	}	
	img.containerThumb {
	 	border:0px;
	 	width:40px;
	 	height:40px;
	 	margin:8px;
	}	
	img.saveWeb {
	 	border:0px;
	 	width:184px;
	 	height:49px;
	 	margin:5px 0px 0px 0px;
	 	float:left;
	}
	img.visamc {
	 	border:0px;
	 	width:111px;
	 	height:35px;
	 	margin:5px 0px 0px 0px;
	}
	img.gear {
	 	border:0px;
	 	width:22px;
	 	height:22px;
	 	margin:5px 0px 0px 0px;
	}
	img.photoRequest {
	 	border:0px;
	 	float:left;
	 	width:20px;
	 	height:20px;
	 	margin:0px 4px 0px 0px;
	}
	img.printer {
	 	border:0px;
	 	width:16px;
	 	height:16px;
	 	float:left;
	 	margin:0px 7px 0px 0px;
	}
	img.gearSmall {
	 	border:0px;
	 	width:12px;
	 	height:12px;
	 	margin:5px 0px 0px 0px;
	}
	img.bullet3 {
	 	border:0px;
	 	width:26px;
	 	height:26px;
	 	margin:2px 9px 0px 0px;
	 	float:right;
	}



	a.catHeader {
		text-decoration:none;
		color:#ffffff;
	}
	a.catHeader:hover {
		text-decoration:none;
		color:#eac4c5;
	}
	
	a.navItem {
		text-decoration:none;
		color:#ffffff;
		padding:3px 5px;
		width:90%;
		font-size:115%;
	}
	a.navItem:hover {
		text-decoration:none;
		color:#303030;
		background-color:#ffffff;
		padding:3px 5px;
		width:90%;
	}
	
	a.navSubItem {
		text-decoration:none;
		color:#ffffff;
		padding:3px 5px;
		width:90%;
		font-size:95%;
		font-weight:normal;
	}
	a.navSubItem:hover {
		text-decoration:none;
		color:#303030;
		background-color:#ffffff;
		padding:3px 5px;
		width:90%;
	}
	
	a.footerNav {
		text-decoration:none;
		color:#ffffff;
		padding:3px 0px;
		font-size:95%;
		font-weight:normal;
		font-family: 'Helvetica', Arial, sans-serif;
	}
	a.footerNav:hover {
		text-decoration:none;
		color:#7ebb98;
		padding:3px 0px;
	}

	a.genusNav {
		text-decoration:none;
		color:#545656;
		padding:3px 0px;
		font-size:95%;
		font-weight:normal;
		font-family: 'Helvetica', Arial, sans-serif;
	}
	a.genusNav:hover {
		text-decoration:underline;
		color:#e76430;
		padding:3px 0px;
	}
	
	
	a.footerMainNav {
		text-decoration:none;
		color:#ffffff;
		padding:3px 0px;
		font-size:115%;
		font-weight:bold;
		font-family: 'Open Sans', Arial, sans-serif;
	}
	a.footerMainNav:hover {
		text-decoration:none;
		color:#7ebb98;
		padding:3px 0px;
	}


.homeFeat {
 	font-size: 100%;
 	 text-align:center;
 	 margin:4px 0px 6px 0px;
 	 color:#666666;
}


.hidden { display: none; }
 .unhidden { display: block; }

.hide { display: none; }
 .unhide { display: block; }



/* ===== BASIC TAG STYLES ===== */


  
.dwarf {
	font-size : 10px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
}
	
.error {
	font-weight:bold;
}
	
.hand {
	cursor:pointer;
}

.applyBorder {
	border-width: 1px;
	border-style: solid;
}

input {
text-align: left;
    
   background-color: #ffffff;
    border: 1px solid #cbcbcb;
    border-radius: 9px;
    color: #000000;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    outline: 0;
}

textarea {
text-align: left;
    height: 150px;
    width:100%;
    line-height: 33px;
    padding: 9px 28px 9px 16px;
   background-color: transparent;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    color: #000000;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    outline: 0;
}

/* ===== TYPOGRAPHY STYLES ===== */

h1,
h2, .head,
h3, .home1,
h4, .home2,
h5 {
 	font-weight : bold;
 	font-family: 'Open Sans', Tahoma, sans-serif;
}

h1 {
 	font-size : 140%;
 	color:#58595b;
}

h2, .head {
 	font-size : 120%;
}


.oneLiner {
 	font-size: 130%;
	color: #231f20;
	font-weight:normal;
	font-family: 'Open Sans', Tahoma, sans-serif;
	line-height:120%;
	text-align:center;
	margin:1% 0% 2% 0%;
}

h3, .home1 {
	font: normal normal 115%/115% 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 0.1em 0 0.3em 0;
	margin:0px;
	text-align:left;
}

.sub {	
	font-size : 90%;
	color:#231f20;
	font-weight:normal;
	font-style:italic;
}

h4, .home2,
h5 {
    font: normal normal 130%/130% 'Radley', Arial, Helvetica, sans-serif;
    padding: 0.01em 0 0.2em 0;
    margin: 0px;
    text-align: left;
    font-weight:600;
}

/* ===== FORM STYLES ===== */


.dwarf {
 	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size : 100%;
	color:#6d6e71;
	font-style:italic;
	margin:5px 0px 7px 0px;
}


/* ===== TABLE STYLES ===== */

table {
	border-collapse: collapse;
}

td, th {
	padding: 4px;
	font-size: 100%;
	text-align: left;
}
	td.right, th.right {
		text-align: right;
	}

thead, tfoot {
	font-size:10px;
}

.trlabel, .tdlabel, .cell, .cell2, .odd, .even {
 	font-family: 'Open Sans', Arial, Tahoma, sans-serif;
 	letter-spacing: normal;
	font-size : 95%;
	padding:5px 7px;
}

thead th,
.trlabel,
.tdlabel,
.cell,
.cell2 {
 	letter-spacing: normal;
	font-size : 14px;
	padding: 0.8em;
}

.cell2 {
	background-color:#f4f7f1;
	border:1px solid #ffffff;
	border:0px 0px 2px 0px;
}

.cell {
	background-color:#fdfefd;
	border:1px solid #ffffff;
	border:0px 0px 2px 0px;
}
	
.box  {
	font: normal normal 125%/120% 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 0.05em 0 0.1em 0;
	margin:0px;
	text-align:left;
	color:#303030;
}


/* ========== STANDARD SUB PAGE STYLES ==========
 * 1. #breadcrumb
 * 2. h2#pageTitle
 * 3. h3#pageSubTitle
 * 4. #pageSummary
 * 5. #pageContents
 * 6. #pageBullets
 * 7. #pageConclusion 
 * 8. #imageBlock
 * 9. #imageBlockFeat
 * 10. #calloutbox
 * 11. #pageDownloads
*/
#breadcrumb {
	margin-bottom: 0.8em;
	font-weight: normal; 
	font-size: 90%;
	text-align:left;
}
	#breadcrumb .breadcrumbTitle {
		padding-right: 10px;
	}
	#breadcrumb a,
	#breadcrumb a:hover,
	#breadcrumb a:focus {
		text-decoration: none; 
	}
.page-title {
	font: normal 400 225%/120% 'Radley', Arial, Helvetica, sans-serif;
	padding: 0.4em 0 0em 0;
	margin:0px;
	text-align:left;
	font-style:italic;
}
.page-subtitle {
	font: normal normal 130%/130% 'Radley', Arial, Helvetica, sans-serif;
	padding: 0.01em 0 1.2em 0;
	margin:0px;
	text-align:left;
}
p,
ul, ol,
.page-summary p,
.page-contents p,
.page-conclusion p,
.page-bullets ul,
.page-bullets ol {
 	font-family: 'Open Sans', Arial, Tahoma, sans-serif;
	  	font-size: 100%;
	  	line-height:135%;
	  	padding:0% 0% 1.25% 0%;
	  	letter-spacing:normal;
		font-weight:normal;
		text-decoration:none;
		margin:0.25% 0% 1% 0%;
		text-align:left;
}

.page-summary ul li,
.page-contents ul li,
.page-conclusion ul li {
	margin-left: 1.6em;
	list-style: disc outside url('/image/Bullet.gif');
}
.page-summary ol li,
.page-contents ol li,
.page-conclusion ol li {
	margin-left: 1.6em;
	list-style: decimal outside none;
}

.page-bullets {
	clear: left;
}
	.page-bullets ul li,
	.page-bullets ol li {
		margin-left: 1.6em;
		line-height: 150%;
	}
	.page-bullets span.clear {
		clear: left;
	}
.page-image-block,
.page-featured-image {
	padding: 0 0.5em 0.5em;
}
.page-image-block.right,
.page-featured-image.right {
	float: right;
	clear: right;
	padding-right: 0;
	margin-left: 1em;
}
.page-image-block.left,
.page-featured-image.left {
	float: left;
	clear: left;
	padding-left: 0;
	margin-right: 1em;
}
	#imageNav {
		text-align: center;
		padding: 0.2em 0;
		font-size: 80%
	}
	.page-content #currCaption,
	.page-content #featCaption {
		font-size: 80%;
		text-align: center;
	}
	
.page-additional-info {
	width: 220px;
	position: relative;
	margin: 1em 0;
	border-width: 2px;
	border-style: solid;
	overflow:hidden;
}
	.page-additional-info h3 {
		width: 220px;
		padding: 0 10px;
		margin: 0;
		font-size: 100%;
		line-height: 40px;
		text-align: left;
	}
	.page-additional-info .page-additional-content {
		width: 220px;
		padding: 0 10px;
		text-align: center;
	}
		.page-additional-info .page-additional-list {
			width: 220px;
			padding: 0 0 12px;
			color: inherit;
		}
			.page-additional-info .page-additional-list li {
				list-style: disc;
				display: list-item;
				text-align: left;
				margin: 0 0 0 1em;
				padding: 5px 0;
			}
			.page-additional-info .page-additional-list a {
				font-size: 90%;
			}
.page-downloads {
	margin: 1em 0;
	clear: both;
}
	.page-dowloads h3 {
		padding-bottom: 0.5em;
	}
	.page-downloads .page-download-block {
		width: 45%;
		min-height: 45px;
		float: left; 
		padding-right: 5%;
		padding-bottom: 0.5em;
		position: relative;
	}
	.page-downloads .page-download-thumb {
		display: block;
		padding-right: 10px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.page-downloads .page-download-block h4,
	.page-downloads .page-download-block 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
 * 9. Layout I Slideshow uses Layout A
 * 10. Layout J Graphical Subpages
 *
 * ===== Layout A ===== */


.page-summary.layoutA p,
.page-contents.layoutA p,
.page-conclusion.layoutA p,
.page-bullets.layoutA ul,
.page-bullets.layoutA ol {
	padding-left: 0;
}
.page-image-block.layoutA {
	padding: 0 0 0.5em;
}
.page-image-block.layoutA,
.page-additional-info.layoutA {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout B ===== */

.page-featured-image.layoutB {
	float: left;
	clear: left;
	margin-right: 1em;
}
.page-image-block.layoutB,
.page-additional-info.layoutB {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout C ===== */

.page-additional-info.layoutC {
	float: left;
	clear: left;
	margin-right: 1em;
}
.page-image-block.layoutC,
.page-featured-image.layoutC {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout D ===== */
.page-image-block.layoutD {
	float: right;
	clear: right;
	margin-left: 1em;
}
.page-additional-info.layoutD {
	float: left;
	clear: left;
	margin-right: 1em;
}

/* ===== Layout E ===== */
div.imageBlock.layoutE,
.page-image-block.layoutE {
	float: right;
	clear: right;
	padding: 10px;
}
div.imageBlock.layoutE p.imageCaption,
.page-image-block.layoutE .image-caption {
	font-size: 80%;
	text-align: right;
	margin: 0;
	padding: 0;
}
.page-downloads.layoutE {
	clear: none;
}
	.page-downloads.layoutE .page-download-block.layoutE {
		width: auto;
		float: none;
		clear: left;
		padding: 0 0.5em;
	}

/* ===== Layout F ===== */
.page-image-block.layoutF {
	float: right;
}
.page-image-block.layoutF #myCaption {
	text-align: center;
}
.page-image-block.layoutF #thumbGallery {
	padding: 0.5em;
	text-align: center;
}
	.page-image-block.layoutF #thumbGallery .thumbSwitch {
		display: inline-block;
		width: 50px;
		height: 50px;
		padding: 5px;
	}

.page-additional-info.layoutF,
.page-featured-image.layoutF {
	float: left;
	clear: left;
	margin-right: 1em;
}

/* ===== Layout G ===== */
.page-video-block.layoutG {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}
	.page-video-block.layoutG .video-wrapper {
		background: transparent url('/consoleAssets/image/loading.gif') no-repeat 50% 50%;
		margin: 0 auto;
	}
		.video-wrapper.layoutG object {
			display: block;
			margin: 0 auto;
		}
	.page-video-block.layoutG .video-caption {
		padding-top: 0.5em;
		text-align: center;
	}

.page-additional-info.layoutG {
	float: left;
	clear: left;
	margin-right: 1em;
}

.page-video-thumbs {
	margin-top: 1em;
}
	.page-video-thumbs .page-video-thumb {
		float: left;
		padding: 0.5em 1.3em 0.5em 0;
		width: 100px;
		text-align: center;
	}
		.page-video-thumbs .page-video-thumb a {
			text-decoration: none;
			font-size: smaller;
			font-weight: bold;
			display: block;
			position: relative;
		}
			.page-video-thumbs .page-video-thumb a img {
				border: 1px solid #CCC;
			}

/* ===== Layout H ===== */
.page-video-block.layoutH {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}	
	.page-video-block.layoutH .video-wrapper {
		background: transparent url('/consoleAssets/image/loading.gif') no-repeat 50% 50%;
		margin: 0 auto;
	}
		.video-wrapper.layoutH object {
			display: block;
			margin: 0 auto;
		}
	.page-video-block.layoutH .video-caption {
		padding-top: 0.5em;
		text-align: center;
	}
	.page-video-block.layoutH .page-video-thumbs {
		padding: 1em 0 0.5em;
		margin: 0 auto;
	}
		.page-video-block.layoutH .page-video-thumbs .page-video-thumb {
			position: relative;
			display: block;
			float: left;
			width: 50px;
			height: 50px;
			padding: 5px;
			overflow: hidden;
		}
		
.page-additional-info.layoutH {
	float: right;
	clear: right;
	margin-left: 1em;
}

.page-image-block.layoutH {
	float: left;
	margin-right: 1em;
}	
	.page-image-block.layoutH #myCaption {
		text-align: center;
	}


 * ===== Layout J ===== */

.page-summary.layoutJ p,
.page-contents.layoutJ p,
.page-conclusion.layoutJ p,
.page-bullets.layoutJ ul,
.page-bullets.layoutJ ol {
	padding-left: 0;
}
.page-image-block.layoutJ {
	padding: 0 0 0.5em;
}
.page-image-block.layoutJ,
.page-additional-info.layoutJ {
	float: right;
	clear: right;
	margin-left: 1em;
}

.subpage-image-layoutJ {
	width:300px;
	height:400px;
	overflow:hidden;
	float:left;
}

	.subpage-imagebox-layoutJ {
		width:300px;
		height:300px;
		overflow:hidden;
	}

			div.subPageCaption p.subPageCaption {
				width: 100%;
				height:100px;
				background-color:#0054a2;
				font: normal bold 16px/130% Arial, Helvetica, sans-serif;
				padding: 0.8em 0;
				color: #ffffff;
				text-align: center;
				-moz-border-radius-bottomleft: 18px;
				-moz-border-radius-bottomright: 18px;
				border-bottom-left-radius: 18px;
				border-bottom-right-radius: 18px;
				
			}
				div.subPageCaption p.subPageCaption  {
					padding: 7px 0px 0px 0px;
				}
				
				a.subCaption {
					color:#ffffff;
				}
				
				a.subCaption:hover {
					color:#ffffff;
				}
				
				.subTitleCaption {
					color:#ffffff;
					font-size:80%;
					font-style:italic;
					font-weight:normal;
				}
				
				.subTitleCaption:hover {
					color:#ffffff;
				}
			
			div.subPageBlock div.subPageCaption a.subPageView {
				display: block;	
				position: absolute;
				left: 0;
				top: 0;
				right: 0;
				bottom: 0;		
				text-decoration: none;
			}
			
			div.subPageBlock div.subPageCaption a.subPageBuy {
				display: block;
				padding: 3px 6px 4px;
				border: 3px solid #FFF;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				border-radius: 6px;
				position: absolute;
				bottom: 7px;
				right: 7px;
				font-style:italic;
				font: normal 12px/100% Georgia, Arial, Helvetica, sans-serif;
				color: #FFF;
				text-decoration: none;
			}

				
		.learnMore {
			background-color:#9ea6ad;
			text-indent:0;
			border:1px solid #ffffff;
			display:inline-block;
			color:#ffffff;
			font-family:'Open Sans',Arial,Trebuchet MS;
			font-size:14px;
			font-weight:bold;
			font-style:normal;
			height:25px;
			line-height:25px;
			width:105px;
			text-decoration:none;
			text-align:center;
		}
		.learnMore:hover {
			background-color:#cc0000;
			color:#ffffff;
			text-decoration:none;
		}.learnMore:active {
			position:relative;
			top:1px;
		}

/* ===== Generic Page Form Styles ===== */
.contactForm,
.tableless {
	display: block;
	padding: 0.5em 0;
}		
.tableless {
	float: left;
	width: 50%;
}
.tableless.right {
	float: right;
}
	.contactForm fieldset,
	.tableless fieldset {
		display: block;
		border: none;
		padding: 0 0.5em;
		position: relative;
	}
	.contactForm fieldset.first,
	.tableless fieldset.first {
		min-height: 1.75em;
	}
		.contactForm fieldset.first p.label,
		.tableless fieldset.first p.label {
			position: absolute; 
			top: 0.5em; 
			right: 1em; 
			margin: 0; 
			padding: 0; 
			font-size: 90%; 
			text-align: right;
		}
	.contactForm fieldset.legend,
	.tableless fieldset.legend {
		padding-top: 2.5em;
	}
		.contactForm fieldset h3,
		.tableless fieldset h3 {
			padding: 2.5% 2.5% 0.75em;
			font-size: 110%;
		}
		.contactForm fieldset legend,
		.tableless fieldset legend {
			position: absolute;
			top: 0.5em;
			margin: 0;
			padding: 0 2.5% 1%;
			font: normal bold 100%/120% Arial, Helvetica, sans-serif;
		}
		.contactForm fieldset.oneCol p.req,
		.contactForm fieldset.twoCol p.req,
		.tableless fieldset.oneCol p.req,
		.tableless fieldset.twoCol p.req {
			position: absolute;
			top: 1.5em;
			right: 0;		
			margin: 0;
			padding: 0;
			width: 35%;	
			font-size: 90%;
		}
		.contactForm label.center,
		.tableless label.center {
			text-align: center;
		}
		
		fieldset.oneCol label,
		fieldset.oneCol textarea,
		fieldset.oneCol p,
		fieldset.twoCol label,
		fieldset.twoCol textarea,
		fieldset.twoCol label.full,
		fieldset.twoCol p.full {
			display: block;
			margin: 0;
			padding: 2.5% 7.5% 5% 2.5%;
			width: 90%;
		}
		fieldset.twoCol label,
		fieldset.twoCol textarea {
			width: 44%;
			padding: 1% 2.5%;
			float: left;
		}
		fieldset abbr {
			display: block;
		}
		.contactForm fieldset select,
		.tableless fieldset select {
			display: block;
			max-width: 90%;
		}
	
	.contactForm .tdlabel,
	.contactForm .cell,
	.tableless .tdlabel,
	.tableless .cell {
		background-color: transparent;
	}
	.contactForm .error,
	.tableless .error {
		background-color: transparent;
	}
		.contactForm .error input,
		.contactForm .error select,
		.contactForm .error textarea,
		.tableless .error input,
		.tableless .error select,
		.tableless .error textarea {
			margin-top: 0.2em;
			padding: 0.2em;
			border: 1px solid #C00;
			background: #FFF0F0;
			-moz-box-shadow: 0 0 3px #C00;
			-webkit-box-shadow: 0 0 3px #C00;
			box-shadow: 0 0 3px #C00;
		}
		.contactForm p,
		.tableless p {
			padding: 0.3em;
			margin: 2.5%;
		}
		.contactForm p.success,
		.tableless p.success {
			color: #147145;
			font-weight: bold;
			background: #F0FFF0;
			background: rgba(0, 204, 0, 0.2);
			-moz-box-shadow:0 0 3px #147145;
			-webkit-box-shadow:0 0 3px #147145;
			box-shadow:0 0 3px #147145;
		}
	
	.contactForm input[type=submit],
	.tableless input[type=submit] {
		margin-left: 2.5%;
		margin-bottom: 2.5%;
	}


/* Let's jazz this @#$% up! */
.smooth {
	float: left;
	width: auto;
	max-width: 45%;
	
	padding: 0.5em;
	margin: 1.5em 0.5% 0.5%;
	
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
	.contactForm.smooth {
		width: auto;
		max-width: 100%;
	}
	.smooth fieldset:first-child,
	.smooth fieldset.top {
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	.smooth fieldset:last-child,
	.smooth fieldset.bottom {
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	
	.smooth fieldset legend {
		color: #383937;
		font-size: 125%;
		font-weight: bold;
		line-height: 110%;
		font-family: inherit;
		letter-spacing: 1px;
	}
	
	.smooth fieldset.legend {
		padding-top: 3.5em;
	}
	
	.smooth fieldset.oneCol label,
	.smooth fieldset.oneCol textarea,
	.smooth fieldset.oneCol p,
	.smooth fieldset.twoCol label,
	.smooth fieldset.twoCol textarea,
	.smooth fieldset.twoCol label.full,
	.smooth fieldset.twoCol p.full {
		display: block;
		width: 93%;
		margin: 0;
		padding: 3% 3.5% 4%;
	}
		.smooth fieldset.twoCol label,
		.smooth fieldset.twoCol textarea,
		.smooth fieldset.twoCol p {
			float: left;
			width: 42%;	
			margin: 0;
			padding: 3% 3.5% 4%;
		}
	.smooth input[type=submit],
	.smooth input[type=button],
	.smooth button,
	.smooth .submit {
		display: inline-block;
		margin: 0 auto;
		padding: 0.25em 0.4em 0.3em;
		
		box-sizing: border-box;
		-moz-border-radius: 6px;
		border-radius: 6px;
		
		font-family: inherit;
		font-weight: bold;
		font-size: larger;
		letter-spacing: 1px;
		text-decoration: none;
		
		transition: all 0.4s;
		-moz-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-ms-transition: all 0.4s;
	}
	
	/* This allows buttons/inputs to visually imitate ordinary text links */
	.smooth input.link {
		display: inline; 
		margin: 0; 
		padding: 0; 
		background: none; 
		border: none;
		
		cursor: pointer;
		
		text-decoration: underline;
		font-weight: normal; 
		font-size: 90%; 
		/* Change font family to match page default */
		font-family: Georgia, "Times New Roman", Times, serif;
	}


.numItems-mobile {
 	border:2px solid #ffffff;
 	text-align:center;
 	font-size:10px;
 	font-weight:bold;
 	color:#ffffff;
 	top:19px;
 	left: 55%;
 	position:absolute;
 	background-color:#e86632;
 	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding:3px;
}	

		.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #ffffff;
			background-color: rgba(230, 99, 47, 0.40);
			font-size: 13px;
			padding: 0.5em;
			display: none;
		 	font-weight : bold;
		 	font-family: 'Istok Web', arial,verdana;
		}

		.back-to-top:hover {	
			background-color: rgba(230, 99, 47, 0.70);
			color:#ffffff;
			text-decoration:none;
		}


div#cartItemAdded {
	margin: 0px 0px 8px 0px;
	width: 265px;
	text-align: left;
	border: 2px solid #873f9b;
	border-width: 0px 2px 2px 2px;
	position: fixed;
	top: 0px;
	right: 40px;
	background-color: #ffffff;
	min-height: 230px;
	z-index:99999 !important;
	
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	
}

	#cartContents {
		margin: 34px 0px 8px 0px;
		width:265px;
		text-align:left;
		border:2px solid #873f9b;
		position:absolute;
		top: 120px;
		right: 150px;
		z-index:3333;
		background-color:#ffffff;
		min-height:230px;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}	