/* to keep some styles from bootstrap 3 */
:root{
	--bs-link-color-rgb: 51, 122, 183;
	--bs-secondary-bg-rgb: 248, 248, 248; /* for navbar */
	--bs-border-radius: 0;
}
a{
	text-decoration: none;
}
.btn:hover{
	text-decoration: underline;
}
.btn{
	--bs-btn-font-family: "Oswald", Sans-serif;
	text-transform: uppercase;
	--bs-border-radius: 0;
	--bs-border-radius-sm: 0;

}
/* add padding to match hj.com but not on xs to prevent wrapping unless it's also btn-sm */
.btn-dark.btn-sm,.btn-outline-dark.btn-sm{
	--bs-btn-padding-x: 1.5em;
	--bs-btn-padding-y: .65em;
}
@media (min-width: 576px) {
	.btn-dark,.btn-outline-dark{
		--bs-btn-padding-x: 1.5em;
		--bs-btn-padding-y: .65em;
	}
}
.btn-dark {
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #000;
	--bs-btn-disabled-color: #a5acb0;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #a5acb0;
}


/* Move reCAPTCHA v3 badge to the left */
 .grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
	z-index: 1;
  }
  .grecaptcha-badge:hover {
	width: 256px !important;
  }

  label{
	font-weight:700;
  }

  .cbox_messagebox.alert p{
    font-size: 0.8rem !important;
    font-weight: 700;
	margin-left: 2rem !important;
}
.cbox_messagebox.alert p:before {
    content: "\f06a";
    font-family: "Font Awesome 6 Free";
    font-size: 200%;
    float: left;
    margin-top: 0em;
    margin-left: -2rem
}

.promo-red{
	color:#c70000;
}


/* this is for Bootstrap fields */
span.password-toggle {
    cursor: pointer;
}

#shippingTaxError, #cartUpdateError {
	color: red;
	font-weight: bold;
}

.rowElemAccount #addr_countryShell select {
	width: 210px;
	padding-top: 3px;
	font-size: 12px;
}

.city input
.rowElemAccount2 #addr_stateShell select {
	width: 210px;
	padding-top: 3px;
	font-size: 12px;
}

.fw_debugPanel {
	position: absolute;
	left: 0;
	top: 760px;
	right: 0;
}

body {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#header {
	height: 90px;
	position: relative;
	margin-bottom: 10px;
}

#header_logo {
	position: absolute;
	top: 20px;
	display: inline;
	padding: 20px 0 0;
}

#header_phone {
	position: absolute;
	top: 60px;
	display: inline;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0 0 0;
}

#header_logo a {
	display: inline;
	color: #89052C;
	text-decoration: none;
	position: relative;
	z-index: 10;
	font-size: 23px;
	font-weight: bold;
	font-family: Verdana;
}

#nav_toolbar {
	float: right;
	padding: 0 0 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin-top: 0;
}

#nav_toolbar li {
	list-style-type: none;
	margin-left: 10px;
	float: left;
	overflow:hidden;
	margin-top: 20px;
	font-size: 12px;
}

#nav_toolbar a {
	font-family: Verdana;
	display:block;
	color:#89052C;
	text-decoration: none;
}

#nav_toolbar a:hover {
	text-decoration: underline;
}

#nav_toolbar_tertiary {
	/* need to split 5px between margin and padding so that border isn't right up against menu */
	margin-top: 3px;
	padding-top: 2px;
	border-top: 1px solid #ddd;
}

.secondary_toolbar {
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
}

.secondary_toolbar li {
	clear:right;
	list-style-type: none;
	margin-left: 10px;
	float: left;
	overflow:hidden;
	font-size: 12px;
}

.secondary_toolbar a {
	font-family: Verdana;
	display:block;
	color: #89052C;
	text-decoration: none;
}

.secondary_toolbar a:hover {
	text-decoration: underline;
}

#welcomeMessage{
	color:#656565;
}

#header_nav {
	height: 66px;
	margin: 0;
	position: relative;
}

.my_clip_button.hover { background-color: #fff; }

#content {
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}

#main_nav {
	list-style: none;
	height: 33px;
	background: #89052C;
	margin: 0 0 10px;
	padding: 0;
}

#main_nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#main_nav li a {
	display: block;
	padding: 9px 20px;
	font-family: Verdana;
	font-size: 12px;
	color: white;
	text-decoration: none;
	height: 33px;
}

#main_nav li a:hover {
	background-color: #59021c;
}

#sidebar {
	width: 183px;
	float: left;
	margin-left: -10px; /* to compensate for bootstrap gutters */
}

#sidebar #social_links {
	margin: 0;
	padding: 0 0 0 20px;
}

#sidebar #social_links li {
	list-style: none;
	height: 25px;
}

#sidebar #social_links li img {
	margin: 2px 5px 0 0;
	height: 16px;
	float: left;
}

#sidebar h4 {
	text-align: right;
	color: #89052C;
	font: normal normal bold 12px Verdana, sans-serif;
}

#sidebar h5 {
	text-align: right;
	color: white;
	font: normal normal bold 10px Verdana, sans-serif;
	width: 173px;
	height: 20px;
	padding-top: 8px;
	padding-right: 10px;
	background: url(../images/gray_bar_dk.jpg) no-repeat;
	margin-bottom: 9px;
}

#sidebar p {
	color: #89052C;
	font: 10px Verdana, sans-serif;
	text-align: right;
}

#sidebar a {
	color: #89052C;
	font: 10px Verdana, sans-serif;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 4px;
	text-decoration: none;
}

#sidebar a:hover {
	color: black;
	text-decoration: underline;
}

#section_nav {
    padding: 0;
    position: relative;
	margin: 0 0 15px;
    background-color: #e7e7e7;
    list-style: none;
}

#section_nav ul {
    list-style: none;
    margin: 0;
    position: relative;
    border: 0px solid black;
	padding: 0;
}


/* Hide the sub menus by default */
#section_nav li li
{
    display:none;
    border: 0px solid black;
}

#section_nav li.active ul li ul
{
    border: 0px solid black;
    display: none;
	line-height: 10px;
	padding-bottom: 5px;
}

/* Level 3 menu item */
#section_nav li.active ul li.active ul
{
    display: block;
	line-height: 10px;
	padding-bottom: 5px;
}

#section_nav li.active ul li.active ul a
{
    font-weight: normal;
    color: #89052C;
    border: 0px solid black;
	line-height: 10px;
	padding-bottom: 5px;
}

#section_nav li.active ul li.active ul li.active a
{
    font-weight: normal;
    display: block;
    color: black;
}

/* Show the sub menus for the active menu item */

#section_nav li.active li
{
    display: block;
}

#section_nav li a {
    display: block;
    margin: 0;
	padding: 8px 10px 8px 2px;
    color: #656565;
    background: url(../images/gray_bar_lt.jpg) no-repeat;
    font-weight: bold;
    text-transform: uppercase;
}

#section_nav li a:hover {
    color: black;
	text-decoration: none;
}

#section_nav li.active a {
    background: url(../images/col_hdr_bg_mid.png) repeat-x;
    color: white;
    text-transform: uppercase;
}

#section_nav li.active li a {
    color: #89052C;
    background-color: #e7e7e7;
    border-bottom: 1px solid silver;
    background-image: none;
    font-weight: normal;
    text-transform: none;
	line-height: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: auto;
}

#section_nav li.active ul li.active ul
{
    color: red;
    border-bottom: 1px solid silver;
	padding-top: 5px;
	padding-bottom: 5px;
}

#section_nav li li a:hover {
    color: black;
    font-weight: normal;
    font-style: normal;
	line-height: 10px;
}

#section_nav li li.active a {
    color: #89052C;
    background-image: none;
	line-height: 10px;
	padding-bottom: 10px;
	height: auto;
	padding-top: 10px;
}

#section_nav li li.active a:hover {
    color: black;
}


#logo {
	height: 151px;
	margin: 0 0 0 23px;
	background: url(../images/fs_logo.png) no-repeat;
	position:relative;
	width: 160px;
}

#logo a, #logo a:hover {
	position: absolute;
    display: inline-block;
    width: 120px;    /* width of the logo */
    height: 111px;   /* height of the logo */
    top: 0; left: 0; /* top-left corner of logo */
    border:0;
}

#smallBrandingBarImage {
	position:relative;
	margin-bottom: 20px;
	overflow: hidden;
}

#smallBrandingBarImage p {
	overflow: hidden;
}

#brandingBar {
	position:relative;
}

#rightBar {
	width: 374px;
	height: 278px;
	float:right;
}

#rightBar p {
	font-size: 10px;
}

#leftBar .homeSearchText{
	text-transform: uppercase;
	font-size:2.75em;
	font-family:Verdana, sans-serif;
	font-weight:700;
	margin-top:-115px;
	margin-bottom: 10px;
	margin-left:8px;
}

#leftBar #search {
	width: 380px; 
	position: absolute;
	top: 30px;
	left:10px;
	z-index:2;
}
#frmSearchSmall{
	max-width: calc(100vw - 60px);
}

#searchField::placeholder{
	font-size:13px;
}

#top_banner {
	text-align: center;
	height:38px;
}

.quote {
	font-style: italic;
	color: black;
	font-family: Verdana, sans-serif;
}

#middle_column {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	width: 768px;
}

#section_content {
	font-family: Verdana;
	font-size: 12px;
	margin-left: 0;
	padding-left: 0;
}

.frames-card-header, .frames-card-header h1, .frames-card-header h2, .frames-card-header h3, .frames-card-header h4,
#section_content .frames-card-header, #section_content .frames-card-header h1, #section_content .frames-card-header h2, #section_content .frames-card-header h3, #section_content .frames-card-header h4 {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size:18px;
	margin-bottom:0px;
	background-color: #89052C;
    color: white;
	font-weight: 500;
}

#section_content h1, #section_content h2, #section_content .content-page h3 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: 700;
}


.permalink {
	font-size: 12px;
	color: #89052C;
	text-decoration: underline;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
}

/* product detail title */
#section_content h4 {
	font-size: 12px;
	margin-bottom: 0;
	padding-top: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	font-weight: bold;
}
#section_content p {
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
#section_content p.review{
	margin-top: 5px;
	margin-bottom: 0;
}

#footer {
	width: 758px;
	float: right;
	padding: 10px 0;
	color: gray;
	margin-bottom: 0;
	margin-right: 203px;
}

#clearOrderContainer {
	float: right;
	margin-right: 203px;
}

#socialMediaContainer {
	margin: 50px auto 30px; /* top margin added to keep the footer away from short pages */
	width: 280px;
}

#socialMediaContainer img {
	margin-right: 5px;
}

#legal_info {
	text-align: center;
	font-family: Arial, helvetica;
	font-size: 11px;
	color: black;
	padding: 0;
	margin: 0 0 30px;
}

#legal_info a {
	color: gray;
}

#legal_info p {
	color: gray;
	margin: 0;
	padding: 0;
}

/* Home Page template column styles */

.home_footer {
	width: 758px;
	margin: 15px 0 20px 0;
	padding-bottom: 20px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

.home_footer img {
	height: 110px;
	border-right-style: none;
	border-right-width: 0;
}

.home_footer a {
	text-decoration: none;
	float: left;
	padding-left: 16px;
}

.home_footer a:first-child {
	float: left;
	padding-left: 0;
}

/* product list styles*/

#section_content .product_list_item {
	margin: 18px 10px 30px 0;
	padding: 0 0 10px 0;
	overflow: auto;
}

#product_image {
	width: 182px;
	border: 1px solid red;
	float: left;
	margin-right: 10px;
	height: auto;
}

#section_content .product_list_item img {
 	margin: auto;
	display: block;
	text-decoration: none;
	border-style: none;
	border-width: 0;
}

#section_content .product_list_item h3 {
 	font-family: Verdana;
 	font-weight: bold;
 	text-transform: uppercase;
 	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

#section_content .product_list_item p {
 	font-family: Verdana;
 	font-size: 11px;
 	line-height: 1.5em;
 	margin: 1em 0 1em 0;
	color: black;
}

#section_content .product_list_item li {
 	font-family: Verdana;
 	font-size: 11px;
 	line-height: 1.5em;
	color: black;
	list-style-position: outside;
	margin-right: 0;
	margin-left: 182px;
}

#section_content .product_list_item a {
 	font-family: Verdana,sans-serif;
 	font-size: 11px;
 	color: #89052C;
 	text-decoration: none;
}

#section_content .product_list_item a:hover {
 	text-decoration: underline;
}

/*product detail styles*/

#section_content .product_detail {
 	width: 278px;
 	margin: 10px 10px 20px 0;
	float: left;
}

#section_content .product_detail .product_img {
	text-decoration: none;
	border-style: none;
	border-width: 0;
}

#section_content .product_detail .product_thumb {
 	float: left;
 	height: 86px;
 	width: 86px;
 	margin: 10px 10px 0 0;
 	background: silver;
}

#section_content .product_detail .product_thumb:last-child,
#section_content .product_detail .product_thumb_last {
 	margin: 10px 0 0 0;
}

#section_content #product_options {
	float: right;
	background: white;
	border: 1px solid silver;
	font-family: Verdana, sans-serif;
	padding: 20px;
	margin: 10px 10px 0 0;
}

.label_space {
	width: 100px;
}

#stylized2 label.label_space2 {
	text-align: left;
	float: left;
	width: 110px;
}

#stylized2 label.label_long {
	text-align: left;
	float: left;
	width: 140px;
}

.label_spaceGC {
	width: 140px;
}

#product_options h2 {
	margin: 0 0 10px;
	padding: 0;
	font-family: Verdana, sans-serif;
	text-align: left;
}

.learn_more {
	margin-left: 10px;
	outline: none;
}

.learn_more img {
	border-style: none;
}

#speedShopContainer {
	width: 60%;
}

#speedShopEntry {
	float: left;
}

/*checkout styles*/

.checkout_progress {
	float: left;
	padding: 10px;
	background: white;
	border: 1px solid silver;
	margin: 0 0 10px;
}

.checkout_progress li {
	list-style: none;
	float: left;
	color: #984446;
	margin-right:10px
}
.checkout_progress .current {
	font-weight: bold;
	color: #59021c;
}

.checkout_progress li a {
	color: #89052C;
}

.checkout_progress li a:hover {
	color: #59021c;
}

.required_label {
	float: right;
	margin: 0 10px 0 0;
	line-height: 30px;
	height: 30px;
}

.checkout_form {
	width: 100%;
	float: none;
	clear: both;
}

.shipping_info,
.shipping_options,
.promo_code,
.csrCustomInfo {
	width: 100%;
	background: white;
	margin: 0 0 10px;
	padding: 20px 20px 20px 20px;
	border: 1px solid silver;
	/*box-sizing: content-box;*/
	overflow: hidden;
}

.promo_code,
.csrCustomInfo {
	padding: 20px;
}

#promoCode {
	margin-top: 5px;
	font-size: 12px;
}

.name_first {
	float: left;
	margin: 5px 0;
}

.name_first input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 246px;
	margin: 2px 0 10px 10px;
}

.name_last {
	float: left;
	margin: 5px 0;
}
.name_last input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 246px;
	margin: 2px 0 10px 10px;
}


.company {
	float: left;
	margin: 5px 0;
}

.company input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 593px;
	margin: 2px 0 10px 10px;
}

.address{
	float: left;
	margin: 5px 0;
}

.address input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 593px;
	margin: 2px 0 10px 10px;
}

.address_line2 {
	float: left;
	margin: 5px 0;
}

.address_line2 input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 593px;
	margin: 2px 0 10px 10px;
}
.city {
	float: left;
	margin: 5px 0;
}

.city input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 246px;
	margin: 2px 0 10px 10px;
}

.city input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 246px;
	margin: 2px 0 10px 10px;
}
.state {
	float: left;
	margin: 5px 0;
}

.state select {
	margin-top: 5px;
	width: 246px;
	font-size: 12px;
}

.state input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 246px;
	margin: 2px 0 10px 10px;
}

.country {
	float: left;
	margin: 5px 0;
	width: 590px;
	clear: left;
}

.country select {
	margin-top: 5px;
	font-size: 12px;
}

.zip {
	margin: 5px 0;
	clear: left;
	width: 700px;
}

.zip input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 80px;
	margin: 2px 0 10px 10px;
}

.shipping_input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin: 2px 0 10px 2px;
	width: 50px;
}

.quantity {
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-right:10px;
	float: right;
	text-align: center;
	min-width:45px;
}
.phone {
	margin: 5px 0;
	width: 350px;
	float: left;
}

.phone input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 246px;
	margin: 2px 0 10px 10px;
}

.email {
	float: left;
	margin: 5px 0;
}

.email input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 246px;
	margin: 2px 0 10px 10px;
}

.name_first{
	clear: left;
}
.shipping_options h3 {
	margin: 0 0 10px 0;
}
.shipping_radios {
	float: left;
	margin: 0 0 20px 0;
}
.shipping_options p {
	clear: left;
}
#addressType {
	width: 500px;

	margin: 0 0 10px 5px;
}

.checkout_fee_amount {
	font-size: 12px;
	padding: 4px 2px;
	border: 1px solid silver;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 35px;
}

.promo_code #questionText {
	width: 300px;
}

/* still used for csr/bookstore */
.shopping_cart {
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	background: white;
	border: 1px solid silver;
	padding: 5px 0 0;
}

.shopping_cart tr td,
.shopping_cart tr th {
	padding-left: 10px;
	padding-right: 10px;
}
.shopping_cart tr .cart_product_name {
	text-align: left;
	font-size: 14px;
}
.shopping_cart tr .cart_product_head {
	text-align: left;
}
.totals_bar {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0 0 10px 0;
	background: #e7e7e7;
	border-top: 1px solid #ecf3eb;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

.review_totals {
	float: right;
	clear: both;
	width: 300px;
}

.review_totals tr td {
	padding: 4px 20px;
	text-align: right;
}
.review_totals tr .final_total {
	font-size: 14px;
}

.shopping_cart tr .subtotal {
	width: 80px;
	padding: 10px 20px 10px 0;
	text-align: right;
}

.cart_quantity {
	text-align: left;
	width: 1px;
}

.cart_price {
	text-align: right;
	width: 117px;
}

/*login form*/


#left2 {
	float: left;
	margin: 20px 0 0 0;
	width: 700px;
}

/*account page*/

.tablesorter {
	margin: 20px 0;
	clear: left;
	float: left;
}

.list h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.tablesorter a {
	color: #89052C;
	text-decoration: none;
}

.tablesorter a:hover {
	text-decoration: underline;
}

.search_results {
	float: left;
	clear: left;
	width: 470px;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	margin-top: 0;
	margin-left: 0px;
}

.search_text {
	width: 200px;
}

.search {
	width: 100px;
}

#search {
	position: relative;
	height: 30px;
	margin-bottom: 20px;
	float: left;
	margin-top: 150px;
    margin-left: 10px;
}

.search_submit.jqTransformButton {
	margin-top: 0;
	padding-top: 0;
}

.search_reset {
	margin: 10px;
	float: right;
}

/*frame creator*/

.size_selector {
	margin: 5px 10px;
	width: 18.1208054%; /* 135 / 745 */
	position: relative;
	float: left;
}
.size_selector label {
	font-weight: bold;
	font-size: 11px;
}

#frame_creator {
	float: left;
}

#creator_container {
	margin: 0;
	clear: both;
}

#creator_canvas {
	position: relative;
	width: calc(100% - 200px);
	background: white;
	clear: left;
	float: left;
	border: 1px solid silver;
	margin: 0 10px 0 0;
}


#creator_canvas_thumb {
	position: relative;
	background: white;
	clear: both;
	margin: 0 0 0 0;
	text-decoration: none;
}

#creator_overlay_thumb {
	top: 0px;
	float: left;
	position: absolute;
	text-decoration: none;
	border-style: none;
	border-width: 0;
}

#creator_overlay_thumb a {
	top: 0px;
	float: left;
	position: absolute;
	text-decoration: none;
	border-style: none;
	border-width: 0;
}

#creator_overlay_thumb a:visited {
	top: 0px;
	float: left;
	position: absolute;
	text-decoration: none;
	border-style: none;
	border-width: 0;
}
A:link IMG { border: none;
	text-decoration: none;
}

.size_label {
	margin-top: 5px;
	width: 50px;
	float: left;
}

#creator_canvas_small {
	margin: 0 0 0 0;
	position: relative;
	z-index: 0;
	float: left;
	text-decoration: none;
	border-width: 0;
	border-style: none;
}


#creator_options {
	height: 503px;
	width: 182px;
	float: left;
	margin-top: 0;
	padding-top: 0;
}
#creator_pricing {
	width: 180px;
	background: white;
	border: 1px solid silver;
	margin-top: 1px;
	padding-bottom: 10px;
	float: left;
	clear: both;
	padding-top: 3px;
}

#basePrice {
	width: 182px;
	background: white;
	border: 1px solid silver;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}

#accordion {
	clear: both;
}

#creator_pricing2 {
	width: 205px;
	height: 117px;
	background: white;
	border: 1px solid silver;
	clear: both;
	margin-top: 10px;
	margin-left: 460px;
	margin-bottom: 10px;
}

#creator_pricing label {
	text-align: left;
	float: none;
}

#creator_overlay {
	position: absolute;
	top: 14px;
	text-decoration: none;
	border-style: none;
	border-width: 0;
}


.share_email {
	text-align: left;
	vertical-align: top;
	width: 100px;
}

.creator_submit {
	float: right;
	padding: 0 10px 5px 0;
}
#price_container {
	display: inline;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 10px;
	float: right;
	margin-top: 5px;
}

#creator_btns {
	float: right;
}

.creatorpod{
	padding-left:20px; 
	padding-bottom:10px;
}

.chops {
    float: right;
    width: 180px;
    clear: left;
    text-decoration: none;
    height: auto;
    border-top: 1px solid silver;
    padding: 14px 0 10px 40px;
}

.chopPrice {
	float: left;
	height: 140px;
}

.rowElem{
	float: left;
	height: auto;
	clear: left;
}

.rowElem2{
	float: left;
	height: auto;
	clear: left;
}

.rowElem p {
	padding-top: 0;
}
.rowElemAccount{
	float: left;
	clear: left;
	width: 360px;
	height: auto;
}
.rowElemAccount2{
	clear: left;
	width: auto;
	height: auto;
}

.rowElemAccount3{
	float: left;
	clear: left;
	width: 700px;
	height: auto;
}
.rowElemAccount p {
}

.rowElemAccount .wrap {
	clear: right;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0 0 0 10px;
	width: 175px;
}

.rowElemAccount3 .wrap {
	clear: right;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0 0 0 10px;
	width: 250px;
}

.rowElemAccount select, .rowElem2 select, .state select, .country select {
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 5px #cfcfcf inset;
    border: 1px solid #cfcfcf;
    vertical-align: middle;
	margin-bottom: 7px;
	margin-left: 9px;
}
/* don't set those margins for selects that are form-controls, let Bootstrap do that */
select.form-control {
    margin-bottom: auto;
    margin-left: auto;
}

option {
    border-bottom: 1px solid #ebdac0;
    border-right: 1px solid #d6bb86;
    border-left: 1px solid #d6bb86;
}
option:hover {
    cursor: pointer;
}

table#myTable {margin: 50px 0 0;}
table#options{font-size:small;}

/* ----------- Form ----------- */
.form{
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
}

.formGC{
	float: left;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
}

.formSearch2{
	float: right;
	width: 285px;
	margin-bottom: 10px;
	clear: left;
	margin-right: 0;
	margin-top: 27px;
}

.formPromo, .formCSRCustomInfo{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	clear: left;
}

.gift h3 {
	margin-bottom: 5px;
}

.gc1 {
	background-color: maroon;
	float: right;
}

.formCart{
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	clear: left;
	width: 200px;
	vertical-align: middle;
	height: 30px;
}

.formCartRemove{
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	clear: left;
	width: 70px;
	vertical-align: middle;
	height: 30px;
}

.formCartPrice{
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	clear: left;
	width: 80px;
	vertical-align: middle;
	height: 30px;
}

.formCartUpdate{
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	clear: left;
	width: 120px;
	vertical-align: middle;
	height: 30px;
}

.formShipping{
	margin-top: 0;
	margin-right: auto;
	width: 200px;
	vertical-align: middle;
	height: 30px;
}

.formControls{
	vertical-align: middle;
	height: 30px;
	margin: 0 10px 0 0;
	width: 758px;
}

#stylized .radio {
	width: auto;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	clear: none;
}

#stylized .radio2 {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#stylized .radio_button {
	margin-top: 5px;
	width: auto;
	clear: none;
	float: left;
}

/* ----------- stylized ----------- */

span.cke_skin_kama{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:10px solid #D3D3D3;
	padding:5px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

#stylized h1 {
margin-bottom:8px;
	font: bold 14px Verdana, sans-serif;
}

#stylized p{
color: black;
	font: 12px Verdana, sans-serif;
	display: block;
}

#stylized p.share{
color: black;
	font: 12px Verdana, sans-serif;
	display: block;
	margin-bottom: 10px;
}

#stylized h2.share{
color: black;
	font: bold 18px Verdana, sans-serif;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}

#stylized p.captcha_text{
color: black;
	font: 12px Verdana, sans-serif;
	float: left;
	display: block;
	margin: 0 0 0 10px;
}

#stylized p.review{
color: black;
	font: 12px Verdana, sans-serif;
	float: left;
	display: block;
	margin-top: 5px;
	margin-bottom: 0;
}

#stylized ul{
color: black;
	font: 12px Verdana, sans-serif;
	margin: 15px 0 0 25px;
	padding: 0;
	float: left;
	clear: both;
}

#stylized label{
text-align: right;
width: 150px;
	font: 12px Verdana, sans-serif;
	margin-top: 5px;
	clear: both;
	float: left;
	display: block;
}

#stylizedGC label{
text-align: right;
width: 150px;
	font: 12px Verdana, sans-serif;
	margin-top: 5px;
	clear: both;
	float: left;
	display: block;
}

#stylizedGC label.gc{
text-align: right;
	font: 12px Verdana, sans-serif;
	margin-top: 5px;
	clear: both;
	float: left;
	display: block;
	width: 155px;
}

#stylized2 label{
text-align: right;
width: 85px;
	font: 12px Verdana, sans-serif;
	margin-top: 5px;
	clear: both;
	float: left;
	display: block;
}

#stylized2 label.shipping{
text-align: left;
	font: 12px Verdana, sans-serif;
	margin-top: 5px;
	float: left;
	margin-left: 10px;
	clear: none;
	width: 500px;
}

.shipping, .shipping_long {
	text-align: left;
	font: 12px Verdana, sans-serif;
	margin-top: 5px;
	float: left;
	margin-left: 10px;
	clear: none;
}

.shipping {
	width: 200px;
}

.shipping_long {
	width: 230px;
}

#stylized2 label.cc{
text-align: right;
	font: 12px Verdana, sans-serif;
	margin-top: 5px;
	width: auto;
	float: left;
	margin-left: 10px;
	clear: none;
}

label.shipping{
text-align: left;
	font: 12px Verdana, sans-serif;
	margin-top: 5px;
	width: 150px;
	float: left;
	margin-left: 10px;
}

#stylized label.account{
text-align: right;
width: 125px;
	font: 12px Verdana, sans-serif;
	margin-top: 5px;
	clear: both;
	float: left;
	display: block;
}

#stylized label.checkout{
text-align: right;
width: 100px;
	font: 12px Verdana, sans-serif;
	margin-top: 5px;
	clear: both;
	float: left;
	display: block;
	margin-right: 5px;
}

#stylized label.chbox{
width: 150px;
	font: 12px Verdana, sans-serif;
	margin-top: 5px;
	float: left;
}

#stylized input.search_text{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 225px;
	margin: 2px 0 10px 10px;
}

#stylizedGC input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 500px;
	margin: 2px 0 10px 10px;
}

#stylized input.radio{
	border-style: none;
	margin-top: -2px;
}

#stylized input.checkbox{
	border-style: none;
	width: 15px;
	height: 15px;
	margin-top: 5px;
	padding: 0;
	margin-bottom: 10px;
	margin-right: 0;
	float: left;
}

#stylizedGC input.checkbox{
	border-style: none;
	width: 15px;
	height: 15px;
	margin-top: 5px;
	padding: 0;
	margin-bottom: 10px;
	margin-right: 0;
	float: left;
}

#stylized2 input.checkbox{
	border-style: none;
	width: 15px;
	height: 15px;
	margin-top: 5px;
	padding: 0;
	margin-bottom: 10px;
	margin-right: 0;
}

#stylized2 input.checkbox2{
	border-style: none;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 5px 5px 10px;
}

#stylized2 input.checkbox3{
	border-style: none;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 5px 5px 10px 10px;
	float: left;
}

#stylized input.chbox{
font-size:12px;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
}

#stylized input.chbox2{
font-size:12px;
	width: 20px;
	height: 20px;
	padding: 0;
	float: left;
	border-style: none;
	margin: 3px 0 0 10px;
}

#stylized input.promo{
color: black;
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 246px;
	margin: 2px 0 10px 10px;
	float: left;
}

#stylized input.promo2{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 50px;
	margin: 2px 0 10px 10px;
	float: left;
}

#stylized input.quantity{
font-size:12px;
border: 1px solid #dedede;
width: 20px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#stylized input.date{
	font-size:12px;
	border: 1px solid #dedede;
	width: 80px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
}

#stylized input.price{
	font-size:12px;
	border: 1px solid #dedede;
	width: 55px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
}

#stylized input.quantityTable{
font-size:12px;
border: 1px solid #dedede;
width: 20px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}

#stylized input.totalTable{
font-size:12px;
border: 1px solid #dedede;
width: 45px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#stylized textarea{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
margin: 2px 0 10px 10px;
	float: left;
	width: 246px;
		-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#stylized #promoCode {
	float: left;
}

.captcha {
	width: 250px;
	height: 75px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.captcha_text {
	width: 240px;
	float: right;
	margin: 0;
}

.icons {
	width: 768px;
}

#productItems {
	width: 768px;
	margin-right: 10px;
	text-align: left;
	margin-bottom: 10px;
	float: left;
	clear: left;
}

#productItems h3 {
	color: black;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: bold /* because Bootstrap reset this */
}

#productItems p {
	color: black;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 5px;
	text-align: left;
}

#productItems a {
	color: black;
	text-decoration: none;
	border-style: none;
	border-width: 0;
}

#productItems a:hover {
	color: #89052c;
	text-decoration: none;
	border-style: none;
	border-right-width: 0;
	border-right-style: none;
}

#productItems a:visited {
	text-decoration: none;
	border-style: none;
	border-width: 0;
}

#productItems img {
	text-decoration: none;
	border-style: none;
	border-width: 0;
}

.categoryImg {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	float: left;
	margin-right: 11px;
	text-decoration: none;
	border-style: none;
	border-width: 0;
}
.categoryImg.categoryImg-small.categoryImgNone{
	width:86px;
	height:1px;
}
.categoryImg.categoryImg-medium.categoryImgNone{
	width:182px;
	height:1px;
}

.categoryImg * {
    vertical-align: middle;
	width: auto;
}

.categoryDetail {
	float: left;
	width: 22%;
}
.categoryDetail.categoryDetailNoDescription{
	width:70%;
}

.categoryDetailDescription{
	float: left;
	width: 51%; 
}

.productDetail {
	margin-left: 192px;
	width: 565px;
}

.productDetail h3 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: left;
}

#productDetailform h1 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
}

#productDetailform h3 {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

#formText{
	margin: 0 0 5px;
	padding: 0;
}

#formText h3 {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

#formText p {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	clear: left;
}

.categoryDetail h3 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0;
}

.productName h3 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0;
	float: left;
}

.categoryName h3 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0;
	float: left;
	width: auto;
}

div.clearer {clear: both; line-height: 0; height: 0;}

.like {
	padding-top: 0;
	top: 5px;
	position: relative;
	margin-left: 10px;
}

#prodList {
	height: 30px;
	margin-bottom: 10px;
}

#d_clip_container {
	position: relative;
	margin-top: -25px;
	float: right;
}

.my_clip_button {
	width: 191px;
	height:15px;
	line-height: 15px;
	color: #89052C;
	text-align:center;
	background-color:#fff;
	cursor:default;
	font-size:9pt;
}
.my_clip_button.active { background-color:#fff; }

.taxDisclaimer {
	top: 30px;
	position: relative;
	padding-left: 15px;
}

#sitemap {
	width:750px;
	height:100%;
}

#sitemap a {
	color: #89052C;
	text-decoration: none;
	border-style: none;
	border-right-width: 0;
	border-right-style: none;
}

#sitemap a:hover {
	color: black;
	text-decoration: none;
	border-style: none;
	border-right-width: 0;
	border-right-style: none;
}

/* TODO (DD): style the CSR checkout page correctly, this is a patch to get it working passably */
/* stop the CC dropin from floating or being constrained, it's actually in a label, don't ask */
div#csrPublicDropin #ccShell label {
    float: none;
    width: auto;
}
div#csrPublicDropin {
    float: none;
}
/* push the special instructions onto its own line */
div#checkShell:after {
    clear: both;
}

/* fix Bootstrap accidentally overriding textarea height for form-group-sm */
.form-group-sm textarea.form-control {
    height: auto;
}

.contact-form-section {
    padding-bottom: 10px;
}

label[for^="child_value_"]{
	font-weight: initial;
}


/* Paging */
.pagingTabs a.selected{
	font-weight:bold;
}

/* remove up/down icons from number input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.qty-with-buttons input.form-control-sm:read-only, .qty-with-buttons-brackets  input.form-control-sm:read-only {
    background-color: white;
    padding: 2px;
    text-align: center;
	color:black;
	cursor: not-allowed;
}
.qty-with-buttons input.form-control-sm:read-only:focus, .qty-with-buttons-brackets  input.form-control-sm:read-only:focus {
    outline:none;
	box-shadow: none;
	border-color: rgb(204, 204, 204);
}
.qty-with-buttons button.btn{
	padding-left: 8px;
	padding-right: 8px;
}
.qty-with-buttons .input-group, .qty-with-buttons-brackets .input-group{
	text-align: right;
    float: right;
    margin-right: 5px;
    margin-top: -5px;
	max-width:150px;
} 
.qty-with-buttons-brackets .input-group{
	margin-top: initial;
}
.qty-with-buttons.csr .input-group-text, .qty-with-buttons-brackets.csr .input-group-text{
	display:none;
}

#international-message{
	display:none;
	margin-bottom:0;
	padding-bottom:0;
}

/* force braintree drop-in privacy statement onto its own line */
.braintree-form__notice-of-collection{
	flex-basis:100%;
}