#left-navbar a.left-navbar:active{
	text-decoration: none;
	color: black;
}
#left-navbar a.left-navbar:hover{
	text-decoration: underline;
	color: #C00;
}
#left-navbar a.left-navbar:visited{
	text-decoration: none;
	color: #444;
}
#left-navbar a.left-navbar:visited:hover{
	text-decoration: underline;
	color: #C00;
}
#left-navbar a.left-navbar{
	text-decoration: none;
	color: black;
}
a.left-navbar-current:active {
	text-decoration: none;
	color: #CC3333 !important;
}
a.left-navbar-current:hover {
	text-decoration: underline;
	color: #CC3333 !important;
}
a.left-navbar-current:link {
	text-decoration: none;
	color: #CC3333 !important;
}
a.left-navbar-current {
	text-decoration: none;
	color: #CC3333 !important;
}

a:link.breadcrumbs {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a:hover.breadcrumbs {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a:visited.breadcrumbs {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

a:link.productLink {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a:hover.productLink {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a:visited.productLink {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a.productLink {
	color: black;
	font-weight:bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

a:link.productLinkFromSubcategory {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a:hover.productLinkFromSubcategory {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a:visited.productLinkFromSubcategory {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a.productLinkFromSubcategory {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}


/* Notice how all of these reference the page they affect? I'd like to start using a descriptive naming convention on stylesheets, if possible...*/
.product-title {
	font-size: 12px;
	font-weight: bold
}

.product-subtitle {
	font-size: 12px;
	font-style: italic;
	padding-bottom: 5px
}

.product-copy {
	font-size: 11px;
	line-height: 120%
}

.product-linelist {
	font-size: 11px;
	text-indent: -20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px
}

.product-addtocart {
	font-size: 11px;
	padding-top: 15px
}

.product-signin {
	font-size: 10px;
	padding-bottom: 5px
}

.product-smallbold {
	font-size: 11px;
	font-weight: bold;
}

.product-smalltype {
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 5px
}

/* The productbox ID may not be necessary, depending on how the product page template was built. It simply provides spacing on the left hand side of the product copy and an overall font style. */
table.productbox td table {
	margin-left: 0px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

#left-navbar {
	color: black;
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal
}

#left-navbara:link {
	color: black;
	text-decoration: none
}

#left-navbara:visited {
	text-decoration: none;
	color: #444;
}

#left-navbara:hover {
	text-decoration: underline;
	color: #C00;
}

#left-navbara:active {
	text-decoration: none;
	color: #C00;
}

#left-navbara.left-current {
	color: red;
}

#left-navbar-current {
	color: #CC3333;
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal
}

#left-navbar-currenttd:link {
	color: #CC3333;
	text-decoration: none
}

#left-navbar-currenttd:visited {
	text-decoration: none;
	color: #CC3333;
}

#left-navbar-currenttd:hover {
	text-decoration: underline;
	color: #CC3333;
}

#left-navbar-currenttd.left-current {
	color: #CC3333;
}

#left-navbar-top {
	color: black;
	font-size: 12px;
	line-height: 16px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold
}

/** Re-Vamp 070118 **/

.sendTo-addToCart {
	border: 1px solid #DFD9BC;
	background-color: #F8F5E5;
	margin: 15px 0px 0px 0px}
	
.sendTo {
	padding: 10px 5px 0px 20px}
	
.accessAddress {
	padding: 0px 5px 0px 20px}

.addNewName {
	padding: 10px 5px 0px 20px;}
	
.addGreetCard {
	padding: 10px 5px 0px 20px}
	
.addToCart {
	padding: 10px 5px 10px 20px}
	
.txt_input {padding-bottom: 4px}