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


.cbox_messagebox{
	font-size: 13px;
	font-weight: bold;
}
.cbox_messagebox_info{
	background: #d5d5d5 url(../images/cmsg.gif) no-repeat scroll 5px 7px;
	border: 3px solid green;
	margin: 5px 0 10px;
	padding: 5pt 5px 7px 40px;
}
.cbox_messagebox_warning{
	background: #FFF2CF url(../images/wmsg.gif) no-repeat scroll 5px 7px;
	border: 3px solid orange;
	margin: 5px 0 10px;
	padding: 5pt 5px 7px 40px;
}
.cbox_messagebox_error{
	background: silver url(../images/emsg.gif) no-repeat scroll 5px 7px;
	border: 3px solid red;
	padding: 5pt 5px 7px 40px;
	margin: 5px 0 10px;
}

/* borrowing these from Bootstrap 4 since 3 does not have them */
.mt-1 {
    margin-top: .25rem;
}
.mt-2 {
    margin-top: .5rem;
}
.mb-1 {
    margin-bottom: .25rem;
}
.mb-2 {
    margin-bottom: .5rem;
}

/* works with FontAwesome eye icon to toggle text/password for password fields */
/* this is for non-Bootstrap fields */
div > span.password-toggle {
    margin-left: -30px;
    cursor: pointer;
}
/* this is for Bootstrap fields */
.input-group-addon span.password-toggle {
    cursor: pointer;
}

/* this is to get the heading to match the existing color scheme */
.panel-heading.frames-panel-heading,
.panel-title.frames-panel-title {
    background-color: #89052C;
    color: white;
}

#section_content h1.frames-panel-title {
    margin-bottom: 0;
}

/* fix the height of Bootstrap radios and checkboxes so that they align */
.form-horizontal .radio,
.form-horizontal .radio-inline,
.form-horizontal .checkbox {
    min-height: 17px;
}

/* fix the labels for radio-inline to work like radio */
.radio-inline label {
    font-weight: 400;
}


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

.mailing {
	float: left;
	margin: 5px 0;
	width: 500px;
}


.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;
}

#container {
	margin: 0 auto;
}

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

#header_logo {
	position: absolute;
	top: 20px;
	display: inline;
	padding: 20px 0 0; /* this was an inline style */
}

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

#header_logo h1 {
	display: inline;
	color: white;
	font-family: Verdana;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#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;
}

#nav_toolbar a {
	font-size: 12px;
	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;
}

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

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

#welcomeMessage{
	display:block;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	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;
}

#welcomeMessage{
	display:block;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:#656565;

}
/* 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;
}

#bigBrandingBarImage {
	width:758px;
	height:182px;
	margin-bottom: 10px;
}

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

#smallBrandingBarImage p {
	overflow: hidden;
}

#brandingBar {
	width:758px;
	height:280px;
	position:relative;
}

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

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

#leftBar {
	width: 758px;
	height: 258px;
	float: left;
	color:white;
	padding-top: 10px;
	background-image: url('/includes/images/search_background.jpg');
	background-repeat: no-repeat;

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

#glassOptions {
    padding-top: 10px;
}

#leftBar h3 {
	font-size: 14px;
	margin-top: 0;
}

#leftBar p {
	font-size: 11px;
	margin-top: 0;
	padding-top: 0;
}

#leftBar #search {
	width: 360px;
	position: relative;
	height: 30px;
	margin-bottom: 20px;
	float: left;
	margin-top: 170px;
    margin-left: 28px;
}

#leftBar #search button {
	padding: 2px 10px 3px 7px;
	margin-top: 2px;
	line-height: 16px;
	background: white;
}

#bannerBar {
	width:758px;
	height: auto;
	position:relative;
}

#bannerRight {
	width: 374px;
	height: 200px;
	float:right;
}

#bannerLeft {
	width: 374px;
	height: 200px;
	float: left;
}

#top_banner {
	text-align: center;
}

.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;
}

#section_content h1 {
	font-family: Verdan, sans-serif;
	font-size: 18px;
	margin: 0 0 10px;
	z-index: 0;
	font-weight: 700; /* counter Bootstrap's reset */
}

#section_content h2 {
	font-family: Verdan, sans-serif;
	font-size: 18px;
	margin: 0 0 10px; /* no margin-right need, Bootstrap gutters */
	z-index: 0;
	font-weight: 700; /* counter Bootstrap's reset */
}

#section_content .content-page h3 {
	font-family: Verdan, sans-serif;
	font-size: 16px;
	margin: 0 0 10px; /* no margin-right need, Bootstrap gutters */
	z-index: 0;
	font-weight: 700; /* counter Bootstrap's reset */
}

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

#section_content h4 {
	font-size: 12px;
	margin-bottom: 0;
	padding-top: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	font-weight: bold;
}

#formText h4 {
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
}

#section_content p {
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 10px 0; /* margin-right went from 10 to 0 because Bootstrap automatically creates a universal gutter */
}

#section_content p.wrap {
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5em;
	margin: 3px 10px 1em 0;
}

#section_content li {
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5em;
	margin-right: 10px;
}

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

#clearOrderContainer {
	float: right;
	margin-right: 203px;
}
#clearOrderContainer .buttons {
	padding-left: 10px;
	padding-bottom: 10px;
}

#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;
}

.callout_home {
	width: 182px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.callout_home img {
	width: 182px;
	height: 110px;
	background: silver;
 	border: none;
	clear: both;
}

.callout_home h3 {
 	height: 28px;
 	font-family: Verdana;
 	font-weight: normal;
 	text-transform: uppercase;
 	color: white;
 	font-size: 10px;
 	line-height: 28px;
 	margin: 0;
 	background: url(../images/col_hdr_bg_mid.png) repeat-x;
 	border-left: 1px solid #a2002e;
 	border-right: 1px solid #34000f;
	text-align: center;
	font: 10px/28px Verdana;
	text-decoration: none;
	padding: 0;
}

.callout_home p {
 	font-family: Verdana;
 	font-size: 11px;
 	margin: 10px 0 0;
	padding-top: 10px;
	padding-bottom: 0;
	width: 179px;
}

.callout_home a {
 	color: #89052C;
 	text-decoration: none;
	margin-top: 0;
	font: bold 11px Verdana,sans-serif;
}

.callout_home a.more {
 	font-family: Verdana,sans-serif;
 	font-size: 11px;
 	color: #89052C;
 	text-decoration: none;
	margin-top: 0;
	margin-right: 10px;
}

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

/* 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;
}

/* @group My Group */



/* @end */

.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;
}
.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;
}
.ordertype_options {
	width: 716px;
}
.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;
}
.credit_card_info {
	background: white;
	margin: 0 0 10px;
	border: 1px solid silver;
	float: left;
	padding: 10px 10px 10px 20px;
}
.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;
}

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

.emailOptIn 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 95px;
}

.emailOptIn label.radio {
	position: relative;
	text-align: left;
	float: right;
}

.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, .ordertype_options h3 {
	margin: 0 0 10px 0;
}
.shipping_radios, .ordertype_radios {
	float: left;
	margin: 0 0 20px 0;
}
.shipping_options p, .ordertype_options h3 {
	clear: left;
}
.promo_btn,
.applied_codes {
	float: left;
}
.applied_codes {
	float: left;
}
.form_submit {
	float: right;
	clear: both;
	margin: 0 10px 0 0;
}
.form_submit .submit_btn {
	margin: 10px 0 5px 10px;
}
.duplicate_shipping {
	width: 500px;

	margin: 0 0 10px 5px;
}

#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;
}

#promoCodeShell .column1, #paymentShell .column1, #checkShell .column1, #ccShell .column1 {
	width: 110px;
	text-align: left;
}

.credit_card{
	float: left;
	margin: 0;
}

.credit_card select, .promo_code select, #paymentShell select {
	padding: 4px 2px;
}

.credit_card 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;
}
.cc_number{
	float: left;
	margin: 0;
}

.cc_number input,
.expiration input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 180px;
	margin: 2px 0 10px 10px;
}
.security_code, .check_number, .check_amount, .check_date {
	float: left;
	margin: 0;
}
.security_code input{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 30px;
	margin: 2px 0 10px 10px;
}
.check_number input, .check_amount input, .check_date 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 10px;
}
.check_number input {
	width: 40px;
}
.check_amount input {
	width: 60px;
}
.check_date input {
	width: 120px;
}

.expiration {
	float: left;
	/*width: 500px;*/
	margin: 0 0 5px;
}

.date_separator,
.month,
.year,
.cc_name {
	float: left;
	padding: 5px;
}

.shopping_cart {
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	background: white;
	border: 1px solid silver;
	padding: 5px 0 0;
}
.shopping_cart tr {
}
.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;
}
.confirmation_bottom {
	float: left;
	width: 756px;
	padding: 10px 0;
	margin: 0 0 0 0;
	font: bold 12px/27px Verdana, sans-serif;
	color: #FF0000;
}
.review_totals {
	float: right;
	clear: both;
	width: 300px;
}
.review_totals tr {

}
.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_update {
	float: left;
	margin: -1px 10px 0 0!important;
}

.cart_remove {
	float: left;
	margin: -1px 0 0 0!important;
}

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

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

/*login form*/

#form_container {
	margin-bottom: 20px;
}

#form_container h1 {
	height: 27px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	background: url(../images/col_hdr_bg_mid.png) repeat-x;
	font: bold 12px/27px Verdana, sans-serif;
	color: white;
	border-left: 1px solid #a2002e;
	border-right: 1px solid #34000f;
}

#form_container h3 {
	margin: 5px 5px 5px 0;
	font: bold 12px/18px Verdana, sans-serif;
}

#form_containr p {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#left,
#right {
	float: left;
	margin: 20px 0 0 0;
	width: 372px;
}

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

#leftReview {
	float: left;
	width: 50%;
	border-left: 1px solid silver;
	padding: 10px;
}

#rightReview {
	float: left;
	width: 50%;
	margin-right: 0;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding: 10px;
}

#leftCheckout,
#rightCheckout {
	float: left;
	margin: 20px 0 0 0;
	width: 365px;
}

#right {
	border-left: 1px solid gray;
	padding-left: 10px;
}

#rightCheckout {
	padding-left: 10px;
	margin-bottom: 20px;
}

#leftCheckout {
	border-right: 1px solid gray;
	padding-right: 10px;
	margin-bottom: 20px;
}

#left formAccount,
#right formAccount {
	padding: 10px 0 20px 10px;
	width: 365px;
}

#left form label,
#right form label {
	width: 125px;
}

#left form .form_button,
#right form .form_button {
	float: right;
	margin: 0 18px 0 0;
}

#leftCheckout formAccount,
#rightCheckout formAccount {
	padding: 10px 0 20px 10px;
	width: 365px;
}

#leftCheckout form label,
#rightCheckout form label {
	width: 122px;
}

#leftCheckout form .form_button,
#rightCheckout form .form_button {
	float: right;
	margin: 0 18px 0 0;
}
/* contact form*/

#form_container_contact {
	float: left;
	width: 758px;
}

#form_container_contact h1 {
	float: left;
	width: 757px;
	height: 27px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	background: url(../images/col_hdr_bg_mid.jpg) repeat-x;
	font: bold 12px/27px Verdana, sans-serif;
	color: white;
}

#form_container_contact h3 {
	margin: 5px;
	font: bold 12px/18px Verdana, sans-serif;
}

#form_container_contact #regText {
	margin: 5px;
	clear: both;
}

#form_container_contact ul {

}

#form_container_contact ul li {
	margin: 5px 0;
	line-height: 18px;
}

#left_contact,
#right_contact {
	float: left;
	margin: 20px 0 0 0;
}

#left_contact {
	border-right: 1px solid gray;
}

#left_contact form {
	padding: 10px 0 20px 10px;
	width: 450px;
}

#right_contact {
	width: 250px;
	padding: 10px 0 20px 10px;
}

#left_contact form label,
#right_contact form label {
	width: 170px;
}

/*account page*/

.profile {
	width: 374px;
	display: block;
	float: left;
	margin: 0 10px 20px 0;
}

.profile p {
	clear: left;
	margin: 0;
	padding: 10px 15px;
}

.profile form {
	width: 100%;
	padding: 20px 0;
	margin: 0;
	border: 1px solid silver;
	float: left;
}

.profile form label {
	width: 122px;
}

.profile form .form_button {
	float: right;
	margin: 0 23px 0 0;
}

#user-account h2 {
	height: 30px;
	color: white;
	background: #89052C;
	padding: 0 20px;
	clear: left;
	margin-left: 0;
	margin-bottom: 0;
	font: normal 18px/30px Verdana, sans-serif;
}

#section_content .profile h2 {
	margin: 0;
}

.order_history {
	float: left;
	clear: left;
	width: 758px;
	margin: 0;
	padding: 10px 0;
	background: white;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}
.order_history {
	margin: 0 0 20px 0;
}
.order_history tr {

}
.order_history tr td,
.order_history tr th {
	padding: 10px 20px;
	text-align: right;
}
.order_history tr .cart_product_name {
	text-align: left;
	font-size: 14px;
}
.order_history tr .cart_product_head {
	text-align: left;
}

.selectAddress{
	float: left;
	width: 200px;
}

/*school search*/

#frmSearch {
	margin: 10px 0 0 10px;
	float: right;
	background: #ededed;
	border: 1px solid silver;
	padding: 5px 10px 10px;
}

.searchList {
	margin: 0 0 20px;
	padding: 0;
}

.searchList h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold; /* bootstrap compensation */

}

.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 {
	width: 360px;
	position: relative;
	height: 30px;
	margin-bottom: 20px;
	float: left;
	margin-top: 150px;
    margin-left: 10px;
}

#search_text {
}

.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: 564px;
	background: white;
	clear: left;
	float: left;
	border: 1px solid silver;
	margin: 0 10px 0 0;
	padding-left: 14px;
}

#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_price {
	padding: 5px 0;
	margin-left: 10px;
}

.creator_quantity {
	padding: 5px 0;
	margin-left: 10px;
}

#creator_fontWarning {
	max-width: 550px;
}

.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;
}

.share_buttons {
	float: left;
	margin: 0 10px 10px 0;
}

.creator_share {
	display: block;
	outline: none;
	text-decoration: none;
	color: black;
	height: 33px;
	line-height: 30px;
	padding: 0 9px;
	background: url(../images/btn_left.gif) left top;
	border-right: 1px solid #a9a9a9;
	margin: 4px 0 0;
}

.creator_share:hover {
	background-position: left -33px;
	border-right: 1px solid #c0cad2;
}

.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;
}

select {
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 5px #cfcfcf inset;
    border: 1px solid #cfcfcf;
    vertical-align: middle;
    background-color: transparent;
	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;
}

/* BUTTONS */

#button_pos {
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	width: 680px;
}

.buttons a, .buttons button{
    display:block;
    margin: 0 7px 0 0;
    background-color:#f5f5f5;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	font: 80%/130% Verdana, sans-serif;
}
.buttons button {
    padding: 4px 7px 3px;
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    color: black;
	border: 1px solid black;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color: black;
	margin-right: 7px;
	font-family: Verdana, sans-serif;
	margin-left: 10px;
	border: 1px solid #529214;
	font-weight: bold;
	text-decoration: none;
}
button#addToCart:disabled{
	color:silver;
}

button.positiveFrame2, .buttons a.positiveFrame2{
    color: black;
	font-family: Verdana, sans-serif;
	margin-left: 10px;
	float: right;
	border: 1px solid #529214;
	font-weight: bold;
	text-decoration: none;
	margin-right: 0;
}

button.positiveFrame3, .buttons a.positiveFrame3{
    color: black;
	font-family: Verdana, sans-serif;
	float: right;
	border: 1px solid #529214;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 0;
}

button.positiveFrame, .buttons a.positiveFrame{
    color: black;
	margin-right: 7px;
	font-family: Verdana, sans-serif;
	float: right;
}

button.positiveR, .buttons a.positiveR{
    color: black;
	font-family: Verdana, sans-serif;
	margin-left: 10px;
	float: right;
	margin-right: 0;
}

button.positiveL, .buttons a.positiveL{
    color: black;
	font-family: Verdana, sans-serif;
	float: left;
	margin-left: 10px;
	margin-right: 0;
}
.buttons a.positive:hover, button.positive:hover{
    color: black;
	border: 1px solid #009600;
	background-color: #529214;
	font-weight: bold;
	text-decoration: none;
}

.buttons a.positiveFrame2:hover, button.positiveFrame2:hover{
    color: black;
	border: 1px solid #009600;
	background-color: #529214;
	font-weight: bold;
	text-decoration: none;
}

.buttons a.positiveFrame3:hover, button.positiveFrame3:hover{
    color: black;
	border: 1px solid #009600;
	background-color: #529214;
	font-weight: bold;
	text-decoration: none;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
	margin-right: 7px;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

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;
}

.formAccount{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	clear: left;
}

.formSearch{
	float: right;
	width: 360px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	clear: left;
}

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

.formAccount2{
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	clear: left;
}

.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{
}

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

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

#stylizedGC p

#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, .ordertype {
	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{
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;
}

#stylized .ordertype input {
	width: 20px;
	margin: 7px 0 4px 10px;
}

#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.login{
font-size:12px;
padding:4px 2px;
border: 1px solid silver;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 200px;
	margin: 2px 0 10px 10px;
}

#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;
}

#productContainer {
}

#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 * {
    vertical-align: middle;
}

.categoryDetail {
	float: left;
	width: 246px;
}

.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;
}

#section_content .checkout_form h2 {
	width: 100%;
	height: 30px;
	color: white;
	background: #89052C;
	padding: 0 20px;
	margin: 0 10px 0 0;
	font: normal 18px/30px Verdana, sans-serif;
}

.checkout_form h3 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cc_form h2 {
	height: 30px;
	color: white;
	background: #89052C;
	padding: 0 20px;
	font: normal 18px/30px Verdana, sans-serif;
	margin: 0 10px 0 0;
}

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;
}

#prodList h1 {
}

#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;
	/* float: left;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px; */
}
.my_clip_button.active { background-color:#fff; }

.taxDisclaimer {
	top: 55px;
	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;
}

/* make checkboxes line up with their textbox friends */
.checkbox input[type="checkbox"].alignWithTextbox {
    margin-left: 0;
}

/* 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{
	width:100%;
	padding-top:5px;
	padding-bottom:10px;
}

.qty-with-buttons input.input-sm:read-only, .qty-with-buttons-brackets  input.input-sm:read-only {
    height: 28px;
    background-color: white;
    padding: 2px;
    text-align: center;
	color:black;
	cursor: not-allowed;
}
.qty-with-buttons input.input-sm:read-only:focus, .qty-with-buttons-brackets  input.input-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 .control-label{
	margin-left:10px;
}
.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-btn, .qty-with-buttons-brackets.csr .input-group-btn{
	display:none;
}

@media (max-width: 767px) {
	.qty-with-buttons button.btn{
		padding:15px;
		
	}
	.qty-with-buttons input.input-sm:read-only{
		height:46px;
	}
	.qty-with-buttons{
		padding-bottom:20px;
	}
	.qty-with-buttons-brackets .input-group{
		float:initial;
	}
}