html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: center;
}
html, body {
height: 100%;
}
html {
	background-image: url(images/css-html-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #C4C4C4;
}
#outerWrapper {
  height: 100%;
  min-height: 100%;
  width: 860px;
  margin: 0 auto 0 auto;
  max-width: 860px;
  min-width: 860px;
  text-align: left;
}
body > #outerWrapper {
	height: auto;
	min-height: 100%;
	background-image: url(images/css-bg-content.gif);
	background-repeat: repeat-y;
}
#footer {
	position: relative;
	width: 860 px;
	background-color: #00CC33;
	height: 30px;
	margin-top: -30px; /* negative value of footer height */
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	clear:both;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	padding-bottom: 30px;  /* must be same height as the footer */
}
#outerWrapper #header {
	background-color: #00CC33;
	background-image: url(images/logo.gif);
	background-position: 15px 30px;
	background-repeat: no-repeat;
	height: 100px;
	margin: 0;
	width: 100%;
}
#outerWrapper #header #headR {
	background-image: url(images/clipart-accent.gif);
	background-position: center right;
	background-repeat: no-repeat;
	float: right;
	height: 90px;
	padding: 5px 10px 5px 10px;
	width: 400px;
}
#outerWrapper #header #headL {
	height: 90px;
	padding: 430;
}
#outerWrapper #topNavigation {
	background-color: #00CC33;
	height: 30px;
	width: 100%;
}
#outerWrapper #subNav {
	background-image: url(images/sub-nav.gif);
	height: 10px;
	width: 100%;
}
#outerWrapper #topper {
	height: 50px;
	width: 100%;
	background-color: #FFFFFF;
}
#outerWrapper #topper #topperR {
	padding: 5px 50px 5px 10px;
	width: 110px;
	float: right;
}
#outerWrapper #topper #topperL {
	padding: 5px 130px 5px 10px;
}
#outerWrapper #contentWrapper #sideBar {
	color: #666666;
	float: right;
	padding: 10px 20px 10px 20px;
	width: 166px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 200px 0 0;
  padding: 10px 20px 10px 20px;
}
/* CLEAR FIX*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */
h1 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
h3 {
	font-size: 12px;
	line-height: 20px;
}
a,  a:link {
  color: #009900;
  font-weight: normal;
  text-decoration: underline;
}
a:visited {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#footer a, #footer a:link {
  color: #FFFFFF;
  text-decoration: underline;
}
#footer a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
#footer a:hover {
  color: #FFFF00;
  text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */

#content .imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content .imgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.hr {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF00FF;
	margin-right: 0px;
	margin-left: 0px;
}
.hr_dots {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF00FF;
	margin-right: 10px;
	margin-left: 0px;
}
.checklist {
	list-style-type: none;
	list-style-image: url(images/check.gif);
}

.buttonRed {
	color: #FFFFFF;
	background-image: url(images/btn-red.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 34px;
	width: 111px;
}

.buttonRed a:link, .buttonRed a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.buttonRed a:hover {
	color: #FFFF00;
}

.buttonGrn {
	color: #FFFFFF;
	background-image: url(images/btn-grn.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 34px;
	width: 111px;
	font-size: 12px;
}
.buttonGrn a:link, .buttonGrn a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.buttonGrn a:hover {
	color: #FFFF00;
}

.buttonCart {
	padding-left: 12px;
	color: #FFFFFF;
	background-image: url(images/btn-cart.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 34px;
	width: 111px;
}
.buttonCart a:link, .buttonCart a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.buttonCart a:hover {
	color: #FFFF00;
}
.boxYellow {
	background-color: #FFFFCC;
	margin: 10px;
	padding: 5px 10px;
	border: 1px solid #FF0000;
}
p {
	margin-bottom: 12px;
	margin-top: 0px;
}
.boldRed {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF66;
	padding: 4px;
}
.red {
color: #FF0000;
}
.strike {
	text-decoration: line-through;
}
#outerWrapper #contentWrapper #content form.specials {
}
#outerWrapper #contentWrapper #content form.specials input {
	background-color: #FFCCFF;
	border: 1px solid #666666;
	width: 30px;
}
#outerWrapper #contentWrapper #content form.specials input.btn {
	background-color: #CCCCCC;
	border-top: 2px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #999999;
	width: 100px;
}

#outerWrapper #contentWrapper #content form.specials table {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
#outerWrapper #contentWrapper #content form.specials th {
	background-color:#FFCCFF;
	color: #333333;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	padding: 0px 5px 5px 5px;
}
#outerWrapper #contentWrapper #content form.specials td {
	vertical-align: top;
	padding: 5px 5px 10px 5px;
	border: 1px solid #CCCCCC;
}
#outerWrapper #contentWrapper #content form.specials td a:link, #outerWrapper #contentWrapper #content form.specials td a:visited {
	color: #009900;
}
#outerWrapper #contentWrapper #content form.specials td a:hover {
color: #FF0000;
}
.faqlist {
	margin-top: 0px;
}

.faqlist ul {
	list-style-type: circle;
	background-color: #ffffff;
	list-style-position: outside;
}
.faqlist li {
	margin-left: -25px;
	margin-bottom: 10px;
}
.faqlist a:link {
	color : #006633;
	text-decoration: underline;
}
.faqlist a:visited {
color : #0066CC;
text-decoration: none;
}
.faqlist a:hover {
color : #000000;
text-decoration: none;
background-color: #FFFFCC;
}
.linklist {
	margin-top: -10px;
}
.linklist ul {
	list-style-type: disc;
	list-style-position: outside;
}
.linklist li {
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: -15px;
}
#outerWrapper #header #headL a {
	height: 75px;
	width: 400px;
	border: 1px solid #0000FF;
	display: block;
	text-decoration: none;
	color: #00CC33;
}
#footer {
	text-align: center;
	width: 860px;
}
/* Login Form */
.login {
	color: #000000;
	background-color: #FFFFCC;
	border: 1px solid #990066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
}
a.login:link {
color : #0000FF;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
border: none;
font-size: 10px;
border: none;
}
a.login:visited {
color : #0000FF;
}
a.login:hover {
color : #FF0000;
}
.highlight {
color: #000000;
background: #FFFFCC;
}
.strike {
text-decoration: line-through;
}
.wow {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.toplink {
	font-size: 10px;
	text-align: left;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.backlink {
font-size: 11px;
text-align: left;
margin: 0px;
color: #000000;
border-bottom: none;
padding-bottom: 5px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
.faqtable table tr td {
font-family: Georgia, "Times New Roman", Times, serif;
font-size : 14px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
margin-top: 20px;
color: #FF0000;
vertical-align: top;
background-color: #00FF00;
}
.faqtable tr td {
line-height: 150%;
vertical-align: top;
font-size: 150%;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #000000;
}
.faqtable table caption {
font-weight: bold;
color: #FF0000;
font-size: 16px;
}
/*#outerWrapper #contentWrapper #content input {
	color: #FF0000;
}*/
/*#outerWrapper #contentWrapper #content form.AddToCart input.btn {
	background-color: #CCCCCC;
	border-top: 2px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #999999;
	width: 100px;

#outerWrapper #contentWrapper #content .AddToCart input.ATCbtn {
	color: #FFFFFF;
	background-image: url(images/btn-red.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 36px;
	width: 111px;
	font-weight: bold;
	background-position: 0px 5px;
	}}*/
/*.buttonRed {
	color: #FFFFFF;
	background-image: url(images/btn-red.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 34px;
	width: 111px;
}*/
#outerWrapper #contentWrapper #content form.AddToCart {
	margin-top: 5px;
	margin-bottom: 10px;
}
.alignField {
	text-align: center;
	width: 30px;
}
#outerWrapper #contentWrapper #content form.AddToCart input.ATCbtn {
	margin-top: 10px;
}
.redBold {
color: #FF0000;
font-weight: bold;
}
#outerWrapper #contentWrapper #content .eC_Clean_Slate_Verdana form {
	margin-top: 0px;
}
/*#outerWrapper #contentWrapper #content #formAccountDetails table {
	width: 90%;
}
#outerWrapper #contentWrapper #content #formAccountDetails table th {
	text-align: right;
	font-weight: normal;
	color: #666666;
	padding-right: 10px;
}
#outerWrapper #contentWrapper #content #formAccountDetails table td {
	padding-left: 10px;
}*/
.accountForm table {
	width: 100%;
}
.accountForm table th {
	text-align: right;
	font-weight: normal;
	color: #666666;
	padding-right: 10px;
	width: 200px;
}
.accountForm table td {
	padding-left: 10px;
}
legend {
	font-weight: bold;
	color: #990033;
	font-size: 12px;
	line-height: 18px;
}
legend .legendsmalltext {
	font-weight: normal;
	font-size: 11px;
	color:#999999;
}
fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
}
#outerWrapper #contentWrapper #content .eC_Clean_Slate_Verdana .eC_PurchaserInfoWrapper .eC_InfoContainer {
	line-height: 18px;
	padding-left: 7px;
}
#outerWrapper #contentWrapper #content .eC_Clean_Slate_Verdana .eC_CheckoutFormWrapper .eC_PurchaserInfoWrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.smallerText {
	font-size: 95%;
}
.smallerText p {
	line-height: 140%;
	margin-bottom: 0px;
}
.blockWrap1 {
	padding: 10px;
	margin: 10px;
	border: 1px solid #CCCCCC;
}
.cartNoMarginTopOrBottom {
margin-top: 0px;
margin-bottom: 0px;
}
.color01Bold {
color: #FF0000;
font-weight: bold;}
.color01 {
color: #FF0000;
}
.tableGeneral td {
vertical-align: top;
}
.box_Craft_Materials {
	color: #000000;
	background-color: #FFFFDC;
	margin: 10px;
	padding: 10px 10px;
	border: 1px solid #FF0000;
}
.box_Craft_Materials h3 {
padding-bottom: 10px;
}
.box_Craft_Materials p {
	font-size: 95%;
	line-height: 120%;
}
.ordersTable {
	font-size: 11px;
	width: 99%;
	margin: 20px 10px;
	padding: 20px;
}
.ordersTable th {
font-weight: bold;
text-align: center;
padding: 5px 0px;
color: #999999;
}
.ordersTable td {
color: #333333;
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
vertical-align: top;
}
.ordersTable th .ordersTableNotes {
text-align: left;
color: #00FF00;
}
.ordersTable .tableLeft {
text-align: left;
}
.ordersTable .tableRight {
text-align: right;
}
.ordersTable .tableCenter {
text-align: center;
}
.ordersTableHeaders {
margin-left: 10px;
}
.ordersTableHeaders h1, .ordersTableHeaders h4, .ordersTableHeaders h4, .ordersTableHeaders h4, .ordersTableHeaders h5 {
font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;
line-height: 2em;
}
.clipartSpecials {
}
.clipartSpecials table {
width: 100%;
}
.clipartSpecials th {
font-size: 80%;
font-weight: normal;
vertical-align: top;
}
.clipartSpecials td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.shippingtable {
	width: 96%;
}
.shippingtable td {
	text-align: center;
	padding: 5px 10px;
}
.shippingtable th.center {
	text-align: center;
}
.shippingtable td.center {
	text-align: center;
}
.shippingtable table td .centerRed {
	color: #FF0000;
	text-align: center;
}
.shippingtable td.centerRed {
	color: #FF0000;
	text-align: center;
}
.center {
	text-align: center;
}
.centerRed {
	color: #FF0000;
	text-align: center;
}
/*
#sideBar li {
	color: #666666;
	font-size: 11px;
	line-height: 140%;
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
}
#sideBar ul {
	margin: 0px;
	padding: 0px;
}
*/
#sideBar .clipturesCDList {
	color: #666666;
	font-size: 11px;
	line-height: 150%;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
.infoBlock {
	width: 100%;
	display: block;
}
.downloadsATC {
width: 100%;
}#outerWrapper #contentWrapper #content .downloadsATC form {
	margin: 0px 0px 5px;
}
#outerWrapper #contentWrapper #content .downloadsATC input {
	text-align: center;
}
.myNotes {
	color:#666666;
	font-size: 100%;
	line-height: 120%;
}
.exampleRight {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	color: #333333;
	text-align: center;
	float: right;
	width: 285px;
	margin-left: 20px;
	line-height: 110%;
}
.exampleLeft {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	line-height: 110%;
	color: #333333;
	text-align: center;
	float: left;
	width: 285px;
	margin-right: 20px;
}
.finePrint {
	font-size: 95%;
	line-height: 125%;
	color: #666666;
}
div#navClub {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	padding: 8px 0px;
	width: 165px;
	margin: 0px;
}
#navClub ul li a:link, #navClub ul li a:visited {
	color: #ffffff;
	background-color: #009933;
	text-decoration: none;
	border-top: 1px solid #006600;
	border-left: 1px solid #006600;
	border-bottom: 1px solid #66CC33;
	border-right: 1px solid #66CC33;
	padding: 4px;
	display: block;
	width: 165px;
}
#navClub ul li a:hover {
	color: #ffffff;
	background-color: #33cc00;
	text-decoration: none;
	border-top: 1px solid #66CC33;
	border-left: 1px solid #66CC33;
	border-bottom: 1px solid #006600;
	border-right: 1px solid #006600;
}
#navClub a.current {
text-decoration: none;
}
#navClub ul {
margin: 0px;
padding: 0px;
}
#navClub ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: block;
}
#imageDetails {
	font-size: 11px;
	vertical-align: top;
}
#imageDetails .colorLight {
background-color:#CCCCCC;
}
#imageDetails .colorMedium {
background-color: #999999;
}
#imageDetails .colorDark {
background-color:#666666;
color:#FFFFFF;
}
#imageDetails table {
	vertical-align: top;
}
#imageDetails table th {
text-align: center;
margin-bottom: 20px;
}
#imageDetails table td {
text-align: center;
}
#imageDetails form {
	margin: 6px 0px 0px;
}
.imageThumbs img {
border: none;
}
/*
.previewButton {
	color: #FF0000;
}
.previewButton {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
text-align: center;
width: 130px;
margin-top: 2px;
margin-bottom: 10px;
}
.previewButton a:link, .previewButton a:visited {
color: #ffffff;
background-color:#999999;
text-decoration: none;
border-top: solid #de7c63 1px;
border-left: solid #999999 1px;
border-bottom: solid #8f351e 1px;
border-right: solid #999999 1px;
display: block;
width: 135px;}

.previewButton a:hover {
background-color:#666666;
text-decoration: none;
border-top: solid #8f351e 1px;
border-bottom: solid #de7c63 1px;
}
*/

.previewButton {
font-size: 11px;
font-weight: bold;
text-align: center;
/*width: 134px;*/
margin-top: 2px;
margin-bottom: 12px;
}
.previewButton a:link, .previewButton a:visited {
color: #777777;
background-color: #e6fcf4;
text-decoration: none;
font-weight: bold;
border-top: solid #ffffee 1px;
border-left: solid #ffffff 1px;
border-bottom: solid #cccccc 1px;
border-right: solid #aaab9c 1px;
display: block;
width: 134px;
}
.previewButton a:hover {
color: #484751;
background-color: #cdeae1;
text-decoration: none;
border-top: solid #cccccc 1px;
border-left: solid #aaa9bc 1px;
border-bottom: solid #ffffee 1px;
border-right: solid #ffffff 1px;
}
.backtoresults {
float: right;
}
.backtoresults a {
font-size: 9px;
}
#topper #topperL form {
	background-color: #99FF33;
	height: 30px;
	width: 630px;
	margin-top: 0px;
	padding-top: 4px;
	font-size: 10px;
	padding-left: 10px;
}
.keywordList {
	border: 1px solid #999999;
	margin: 10px;
	padding: 10px;
}
.clipartsearch {
	background-image: url(images/clipartsearch1.gif);
	height: 250px;
	width: 610px;
}#outerWrapper #contentWrapper #content .clipartsearch form {
	width: 400px;
	float: right;
	margin-top: 80px;
	text-align: center;
}
#outerWrapper #contentWrapper #content .clipartsearch input {
	margin-top: 10px;
}
/*.alignInput {
margin-bottom: 4px;
}*/
.topperL_Sale {
	font-size: 120%;
	padding-left: 20px;
	font-weight: bold;
	padding-bottom: 2px;
}
.topperL_Sale a {
	font-weight: bold;
	color: #000000;
}
.saleBox {
	background-color: #FFFFCC;
	margin: 10px 10px 10px 0px;
	padding: 5px 10px;
	border: 1px solid #FF0000;
}
.saleBig {
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	line-height: 100%;
}
.sale {
	font-size: 14px;
	font-weight: bold;
	margin-top: -10px;
	line-height: 100%;
}
.saleSmall {
	font-size: 12px;
	font-weight: normal;
	margin-top: -5px;
	line-height: 100%;
}

