.associated_products { /* hide on desktop for now*/
	display:none;
}
.prodboxmanual_powerwear {
	top: 202px;
	left: 5px;
}
.prodboxmanual_powerwear a {
	font-size:14px;
}
.prodbox_associated {
	top: 270px;
	left: 5px;
	font-size:12px;
	line-height:13px;
	position:absolute;
	background: white;
	z-index: 999;
	width: 90%;
	padding: 25px;
	padding-right: 0;
	margin-right: 0;
	border: 2px solid black;
	outline: 1px solid transparent;
}
.prodbox_associated_close {
	position:absolute;
	right:10px;
	top:10px;
}
.prodbox_associated_close:hover {
	cursor: pointer;
}
.prodbox_associated_show {
	top: 270px;
	left: 5px;
	font-size:12px;
	line-height:13px;
	position:absolute;
}
.prodbox_associated_show:hover {
	cursor: pointer;
}
.prodbox_associated ul {
	padding:0;
	margin:0;
	margin-left:15px;
	width:100%;
}
.prodbox_associated a {
	border:0;
	display:inline-block;
	line-height:12px;
	font-size:9px;
}
.assArtnr {
	font-size:8px;
}
.prodboxtext_powerwear {
	top:16px;
	line-height:14px;
}
.prodboxtext_powerwear span {
	font-size:10px;
}
.prodbox_powerwear ul {
	margin:0;
	margin-left:15px;
	font-size:9px;
	width: auto;
	padding: 0;
	color: #777;
	list-style: none;
	list-style-image:  url('data:image/gif;base64,R0lGODlhDAALAKIFAP9lAf9kAP9lAP9nAf9mAAAAAAAAAAAAACH5BAEAAAUALAAAAAAMAAsAAAMVWLrc/jDK6YQakagQwX5Y4TlaEToJADs='); /* bullet.gif */
	list-style-position: inside;
}
.prodboxdesc_powerwear {
	height:143px;
	overflow: hidden;
	z-index:100;
}
.prodboxaddtocart_powerwear {
	top:242px;
}
.prodboxprice_powerwear {
	top:249px;
}
.prodboxattributes_powerwear {
	top: 215px;
}
.prodbox_powerwear {
	height:290px;
}

/* ERROR reporting */
.error_info,.error_success,.error_warning,.error_harderror,.error_validation {
	border: 1px solid;
	padding:5px;
	width:65%;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
}
.error_info a {
	font-size:inherit !important;
}

.error_info {
	color: #333333;
	background-color: rgba(189, 229, 248);
	background-image: linear-gradient(rgb(255, 255, 255), rgb(246, 246, 248) 50%);
}
.error_success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/images/icons/green.png');
}
.error_warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
/* EOF ERROR REPORTING */
/* Start cart top */
.bannerPercent {
	padding-top:5px;
	padding-left:12px;
	background: url('/images/banner_percent.png');
	height:24px;
	width:42px;
	right:10px;
	top:55px;
	position:absolute;
	font-size:14px;
	color:#FFFFFF;
	z-index:1;
}
.bannerNew {
	padding-top:5px;
	padding-left:12px;
	/*background: url('/images/banner_percent.png');*/
	background-color:#A1D490;
	height:20px;
	width:60px;
	right:20px;
	top:35px;
	position:absolute;
	font-size:14px;
	color:#FFFFFF;
	z-index:1;
}
.catbox:hover {
	border-color:orange;
}
.small-cart-button {
	position: relative;
	border-radius: 4px 4px 4px 4px;
	color: inherit;
	background-size: 100% auto;
	background-color: #FFFFFF;
	background-image: linear-gradient(rgb(255, 255, 255), rgb(246, 246, 248) 50%, rgb(231, 231, 236) 50%, rgb(226, 226, 232));
	display: block;
	height: 22px;
	font-weight: normal;
	padding-left: 10px;
	line-height: 22px;
	text-decoration:none;
}
.addToCartDisplay {
	position: relative;
	border-radius: 0px 0px 4px 4px;
	color: inherit;
	/*background-size: 100% auto;
	background-image: linear-gradient(rgb(255, 255, 255), rgb(246, 246, 248) 50%, rgb(231, 231, 236) 50%, rgb(226, 226, 232));*/
	background-color: rgb(226, 226, 232);
	display:none;
	height: 18px;
	font-weight: normal;
	padding-left: 0px;
	line-height: 18px;
	text-decoration:none;
	top:0px;
	width:90px;
	z-index:5;
}
.addLinkfastbuy {
	font-weight:700;
	text-decoration:underline;
	cursor:pointer;
}
.addToCartDisplay a {
	padding-left:10px;
	display:block;
	height:100%;
	width:100%;
}
.cart {
	display: inline-block;
	width: 22px;
	height: 15px;
	position: relative;
	left: 1px;
	top: 4px;
	vertical-align: top;
}
.icon {
	position: relative;
	top: 0px;
	display: inline-block;
	vertical-align: bottom;
	border-radius: 0px 4px 4px 0px;
	text-align: center;
	height: 22px;
	width: 36px;
	margin-left: 10px;
	background: #ffb76b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */

}
.ui-effects-transfer {
	border:1px dotted black;
}
.cartheader {
	position: fixed;
	border-radius: 4px 4px 4px 4px;
	color: inherit;
	background-size: 100% auto;
	background-image: linear-gradient(rgb(255, 255, 255), rgb(246, 246, 248) 50%, rgb(231, 231, 236) 50%, rgb(226, 226, 232));
	/*border: 1px solid rgb(200, 158, 43);*/
	display: block;
	height: 22px;
	line-height: 22px;
	padding-left: 0px;
	font-weight: normal;
	top:5px;
	left:50%;
	margin-left:345px;
	z-index:500;
}
/* START MENU */
.menuModelContainer {
	position:relative;
	bottom:0px;
}
.menu {
	position:relative;
	/*left:30px;*/
	top:20px;
	/*	height:212px;*/
	z-index:2;
	height:400px;
	width:153px;
	padding-top:0px;
	/*border: 1px solid black;*/
}
.menu a {
	font-size:10px;
	/*line-height:10px;*/
	text-decoration:none;
	color:#000;
}
.menu a:hover{
	color:grey;
}
.whitespace_categorybuttons_mainmenu {
	padding-left:15px;
	width:125px;
	height:19px;
	float:left;
	cursor:pointer;
}
.rdytorace_categorybuttons_mainmenu_header {
	padding-left:15px;
	margin-left:20px;
	width:125px;
	height:19px;
	background-repeat:no-repeat;
	font-family: 'Blender Pro';
	font-weight: 700;
	font-size: 18px;
	float:left;
	cursor:pointer;
	background:url("data:image/gif;base64,R0lGODlhDAALAKIFAP9lAf9kAP9lAP9nAf9mAAAAAAAAAAAAACH5BAEAAAUALAAAAAAMAAsAAAMVWLrc/jDK6YQakagQwX5Y4TlaEToJADs=");
	background-repeat: no-repeat;
	color:#000;
}
.rdytorace_categorybuttons_mainmenu {
	padding-left:15px;
	margin-left:30px;
	width:125px;
	height:19px;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
	background:url("data:image/gif;base64,R0lGODlhDAALAKIFAP9lAf9kAP9lAP9nAf9mAAAAAAAAAAAAACH5BAEAAAUALAAAAAAMAAsAAAMVWLrc/jDK6YQakagQwX5Y4TlaEToJADs=");
	background-repeat: no-repeat;
}
.menucontainerOuter {
	background-repeat:no-repeat;
	margin-bottom:0px;
	height:420px;
}
.nameSelect {
	width:145px;
	padding:2px;
	border: 1px solid #ccc;
	margin-left:5px;
	margin-top:0px;
}
.yearSelect {
	width:145px;
	padding:2px;
	border: 1px solid #ccc;
	margin-left:5px;
	margin-top:0px;
}
/* EOF MENU */
/* START POWERWEAR */
.addtocart_powerwear {
	cursor:pointer;
	background-color:#ff6600;
	color:#FFFFFF;
	padding:10px;
}
.prodboxaddtocart_powerwear {
	position:absolute;
	top:195px;
	left:200px;
	width:40px;
	font-size:16px;
	display:flex;
	font-family:"Blender Pro";
	font-weight:700;
}
.prodboxaddtocart_powerwear:hover {
	color:#000;
}
.prodboxdesc_full_powerwear {
	border-right:1px solid black;
	border-bottom:1px solid black;
	background-color:white;
	position:absolute;
	top:75px;
	left:5px;
	width:435px;
	font-size:9px;
	display:none;
}
.prodboxmanual_powerwear a {
	color:inherit;
}
.prodboxmanual_powerwear {
	position:absolute;
	top:238px;
	left:5px;
	width:143px;
	font-size:9px;
	text-decoration:underline;
}
.prodbox_debug:hover {
	cursor:pointer;
}
.prodbox_debug {
	position:absolute;
	top:258px;
	left:5px;
	width:400px;
	font-size:9px;
	font-weight:bold;
	z-index:150;
	color:red;
}
.pw_header_changecategorybar {
	float:right;
	font-size:12px;
}
.powerwearheaderContainer {
	height:550px;
	position:relative;
}
.powerwearbutton_outer {
	float:left;
	width:255px;
	height:100%;
}
.powerwear_symbolic_images {
	overflow:hidden;
	width:420px;
	height:286px;
	float:right;
	margin-right:10px;
}
.powerwear_symbolic_images img {
	display:none;
}
.powerwearbutton_inner {
	/*margin-left:20px;*/
	padding-left:80px;
	display:flex;
	height:100%;
	flex-wrap:wrap;
}
.rdytorace_categorybuttons {
	cursor:pointer;
	background-color:#ff6600;
	display:flex;
	justify-content: center;
	align-items: center;
	margin:20px;
	min-width:240px;
}
.rdytorace_categorybuttons a {
	text-decoration:none;
	font-size:24px;
	font-family:"Blender Pro";
	font-weight:700;
	color:#ffffff;
	line-height:1em;
	display:flex;
	justify-content: center;
	flex-grow:1;
	height: 100%;
	align-items: center;
}
.rdytorace_categorybuttons a:hover{
	color:#000;
}

.rdytorace_categorybuttons img {
	padding:5px;
}

.prodboxprice_powerwear {
	position:absolute;
	top:219px;
	left:5px;
	width:187px;
	color:000;
	font-size:16px;
}
.prodboxtext_powerwear {
	position:absolute;
	top:40px;
	left:5px;
	width:430px;
	font-size:14px;

}
.prodboxartnr_powerwear {
	position:absolute;
	top:60px;
	left:5px;
	width:250px;
	font-size:10px;
	color:black;
}
.prodboxdesc_powerwear {
	position:absolute;
	top:75px;
	left:5px;
	width:235px;
	font-size:9px;
	height:112px;
	overflow:hidden;
}
.prodboxattributes_powerwear select {
	width:150px;
}
.prodboxattributes_powerwear {
	position:absolute;
	top:185px;
	left:5px;
	width:143px;
	font-size:9px;
}
.prodboximage_powerwear {
	position:absolute;
	top:35px;
	left:240px;
	text-align:center;
}
.prodboximage_powerwear img {
	max-width: 200px;
	max-height: 200px;
}
.prodbox_powerwear {
	height:250px;
	width:450px;
	position:relative;
	float:left;
	color:#ec5906;
}
.prodboxhr_powerwear hr {
	position:absolute;
	height:1px;
	background-color:black;
	width:250px;
	top:58px;
	color:#000000;
	margin:0px;
}
.prodboxmanual_powerwear_new {
	position:absolute;
	top:234px;
	left:5px;
	font-size:13px;
	text-decoration:underline;
}
.prodboxmanual_powerwear_new a,.prodboxmanual_powerwear_new {
	text-decoration: none;
	font-size:inherit;
	height:inherit;
	display:inline-block;
}
.prodboxmanual_powerwear_new .number {
	font-size:14px;
}
.prodboxmanual_powerwear_new .prodboxmanual_powerwear_desc, .prodboxmanual_powerwear_new .document {
	display:inline-block;
}
.prodboxmanual_powerwear_new .pdf-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M88 304H80V256H88C101.3 256 112 266.7 112 280C112 293.3 101.3 304 88 304zM192 256H200C208.8 256 216 263.2 216 272V336C216 344.8 208.8 352 200 352H192V256zM224 0V128C224 145.7 238.3 160 256 160H384V448C384 483.3 355.3 512 320 512H64C28.65 512 0 483.3 0 448V64C0 28.65 28.65 0 64 0H224zM64 224C55.16 224 48 231.2 48 240V368C48 376.8 55.16 384 64 384C72.84 384 80 376.8 80 368V336H88C118.9 336 144 310.9 144 280C144 249.1 118.9 224 88 224H64zM160 368C160 376.8 167.2 384 176 384H200C226.5 384 248 362.5 248 336V272C248 245.5 226.5 224 200 224H176C167.2 224 160 231.2 160 240V368zM288 224C279.2 224 272 231.2 272 240V368C272 376.8 279.2 384 288 384C296.8 384 304 376.8 304 368V320H336C344.8 320 352 312.8 352 304C352 295.2 344.8 288 336 288H304V256H336C344.8 256 352 248.8 352 240C352 231.2 344.8 224 336 224H288zM256 0L384 128H256V0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	color:#ec5906;
	width:15px;
	height:15px;
	display:inline-block;
}
/* END POWERWEAR */
/* START TRYGGEHANDEL */
.tryggehandel h1 {
	font-size:19px;
}
.tryggehandel h2 {
	font-size:16px;
}
.tryggehandel a {
	font-size:13px;
}
/* END TRYGGEHANDEL */
.microboxholder {
	color:black;
	width:100%;
	height:30px;
	float:left;
}
.red {
	color:red;
}
.infospan {
	text-decoration:underline;
	cursor:pointer;
	color:#000000;
}
.selected-micro {
	color:#f06c26;
}
.microbox:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	color:#f06c26;
}
.microbox {
	display:inline-block;
	/*width:auto;*/
	border:1px solid black;
	text-align:center;
	margin-top:15px;
	margin:4px;
	padding:4px;
	font-weight:700;
	font-size:11px;
	text-decoration:none;
	cursor:pointer;
	float:left;
}
.relative {
	position:relative;
	height:63px;
	margin-top:2px;
}
.p_pirateImage {
	position:absolute;
	left:19px;
	top:7px;
}
.p_pirateImage img {
	height:20px;
	width:20px;
}
.p_number {
	position:absolute;
}
.p_artnr {
	position:absolute;
	left:50px;
	font-size:10px;
}
.p_price {
	font-weight:700;
	position:absolute;
	left:290px;
}
.p_desc_full img {
	width: expression(this.width > 250 ? 250: true);
	max-width:250px;
}
.p_desc_full {
	position:absolute;
	left:50px;
	top:15px;
	width:300px;
	display:none;
}
.p_desc {
	position:absolute;
	left:50px;
	top:15px;
	height:32px;
	width:300px;
}
.p_comment {
	position:absolute;
	left:50px;
	top:28px;
	height:32px;
	width:300px;
	font-size:10px;
}
.p_buybutton {
	position:absolute;
	height:20px;
	width:20px;
	left:360px;
	top:15px;
	font-weight: normal;
}
.p_buybutton:hover {
	cursor:pointer;
}
.addtocartimg:hover {
	cursor:pointer;
}
.lagerstatusimg {
	position:absolute;
	left:350px;
	top:15px;
}
.catimage {
	margin-left:0;
	float:left;
	width:530px;
}
.bullet {
	margin-bottom: 2px;
	margin-left: 5px;
}
.fsize12 {
	font-size:12px;
}
.newsimage_full img {
	padding-bottom:10px;
	max-width:175px;
	/*	height:200px;
        margin-bottom:-50px;
        height: expression(this.height > 85 ? 85: true);	*/
	width: expression(this.width > 175 ? 175: true);

}

.newsimage img {
	max-width:100px;
	max-height:130px;
	width: expression(this.width > 100 ? 100: true);
	height: expression(this.width > 150 ? 150: true);
	/*	height:100px; */
	margin-bottom:-50px;
	padding-bottom:10px;
}
.newsimage {
	height:100px;
	width:100px;
}

.newsbar {
}
.newsdate {
	font-size:10px;
}
.newssubject a {
	font-weight:700;
	font-size:10px;
	text-decoration:none;
}
.newssubject_full {
	font-weight:700;
	font-size:10px;
	text-decoration:none;
}
.newssubject a:hover{
	text-decoration:underline;
}
.newstext {
	font-size:9px;
}
.border-bottom {
	padding-bottom:0px;
}
.largelink {
	text-decoration:none;
	font-size:14px;
	color:#FFF;
}
.largelink:hover{
	text-decoration:underline;
	color:#FFF;
}
.prepend-parts {
	height:20px;
}
.prepend-parts2 {
	height:20px;
	margin-top:3px;
}
.checkoutlink {
	text-decoration:none;font-size:16px;
}
.checkoutlink:hover{
	text-decoration:underline;
}
.nyamc_cart_container {
	position:relative;
	border:1px solid black;
	width:150px;
	height:150px;
}
.leftpadd {
	text-align:left;
}
.prodboxcartbutton {
	position:absolute;
	top:145px;
	left:125px;
	font-size:9px;
}

.prodboxname {
	position:absolute;
	top:165px;
	left:5px;
	width:143px;
	font-size:9px;
}
.prodboximage {
	position:relative;
	top:5px;
	bottom:5px;
	text-align:center;
}
.prodboxtext {
	position:absolute;
	top:100px;
	left:5px;
	width:137px;
}
.prodboxprice {
	position:absolute;
	float:right;
	top:152px;
	left:5px;
	width:137px;
}
.prodbox {
	height:184px;
	width:167px;
	/*	border:1px solid #ff6600;*/
	margin:3px;
	/*	background-image:url('/images/prodboxbg.png'); */
	/*	background-repeat:no-repeat; */
	border:1px solid grey;
	position:relative;
}
.catboxtext {
	position:absolute;
	top:110px;
	width:99%;
	color:black;
	height:25px;
	font-size:12px;
}
.catboxtext a {
	font-size:11px !important;
}
.catbox {
	height:135px;
	width:167px;
	/*	border:1px solid #ff6600;*/
	margin:3px;
	/*	background-image:url('/images/prodboxbg.png'); */
	/*	background-repeat:no-repeat; */
	border:1px solid grey;
	position:relative;
}
.thumb {
	max-width:125px;
	max-height:85px;
	padding:5px;
	width: expression(this.width > 125 ? 125: true);
	height: expression(this.height > 85 ? 85: true);
}
a {
	color:black;
	font-size:9px;
	line-height:14px;
}
.topheader {
	cursor:pointer;
	height:104px;
	background-repeat:no-repeat;
}
.background-image-replacement {
	/*background-image:url('/images/bg.jpg');
	background-position: top center;*/
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	margin-left: -800px;
	z-index:-2;
	background-size:cover;

}
body {
	behavior: url("/css/hoveranything.htc");
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666666;
	line-height: 14px;
	text-align:center;
	overflow-x:hidden;
}
.footer {
	background-color:#ff6600;
	margin-top:20px;
	color:white;
}
.marginbottom {
	margin-bottom:20px;
	margin-top:5px;
	height:300px;
}
.logo {
	background-image:url('/images/toplogotype.jpg');
	background-repeat:no-repeat;
}
.menucontainer {
	position:relative;
	left:21px;
	top:5px;
	/*	height:212px;*/
	z-index:2;
	height:300px;
	width:224px;
	padding-top:0px;
	line-height:1.1em;
}
.mainbuttons:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.modelimagebox {
	float:left;
	width:220px;
}
.modelimagebox img {
	object-fit: contain;
	width:220px;
}
.smallboxes {
	/* margin-left:345px; */
	/*margin-left:220px;*/
	margin-top:0px;
	height:90px;
}
.button /* BUTTONS FOR NAVIGATION PAGE */
{
	width:172px;
	padding:0px;
	margin:5;
}
#TEH_LOGOTYPE {
	max-width:70px;
}
/*ul {

	}
*/
/*li:hover ul { display: block;}*/
/*ul {*/
/*color: #777;*/
/*list-style: none;*/
/*font-size:12px;*/
/*list-style-image: url(/images/bullet.gif);*/
/*list-style-position:inside;*/
/*width: 140px;*/
/*z-index:2;*/
/*}*/
/**/
/*ul li { !* first sublevel *!*/
/*position: relative;*/
/*}*/


/*li ul { !* first sublevel *!*/
/*position: absolute;*/
/*margin:0;*/
/*margin-left:-10px;*/
/*padding-left:10px;*/
/*padding-top:2px;*/
/*left: 55px;*/
/*top: 0;*/
/*display: none;*/
/*z-index:1;*/
/*width:120px;*/
/*}*/
/*ul li a { !* first sublevel *!*/
/*display: block;*/
/*text-decoration: none;*/
/*color: #777;*/
/*background: #fff;*/
/*padding: 3px;*/
/*border: 1px solid #ccc;*/
/*border-bottom: 0;*/
/*font-size:12px;*/
/*}*/

/*.li_level0:hover {*/
/*font-weight:700;*/
/*}*/
/*.li_level0 {*/
/*width:30px;*/
/*}*/
/*.li_level1_last {*/
/*border-bottom:1px solid #ccc;*/
/*list-style:none;*/
/*}*/
/*.li_level1 {*/
/*list-style:none;*/
/*}*/
/*.li_level1_last {*/
/*border-bottom:1px solid #ccc;*/
/*list-style:none;*/
/*}*/
/*.li_level1 {*/
/*list-style:none;*/
/*}*/
@font-face {
	font-family: 'Blender Pro';
	src: url('/fonts/BlenderPro-Bold.eot');
	src: local('Blender Pro Bold'), local('BlenderPro-Bold'),
	url('/fonts/BlenderPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/BlenderPro-Bold.woff2') format('woff2'),
	url('/fonts/BlenderPro-Bold.woff') format('woff'),
	url('/fonts/BlenderPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "TradeGothicLTComCondensed18";
	src: url("/fonts/trade-gothic-lt-com-condensed-no18.woff") format("woff");
}
@font-face {
	font-family: "TradeGothicLTComBoldCondensed20";
	src: url("/fonts/trade-gothic-lt-com-bold-condensed-no20.woff") format("woff");
}
.checkoutladderproduct_container_header {
	width:100%;
	font-family: "TradeGothicLTComBoldCondensed20";
}
.checkoutladderproduct_container_header hr {
	width:400px;
}
.checkoutladderproduct_container_header_checkoutlink_container {
	padding-top:150px;
	float:right;
	text-align: right;
}
.checkoutladderproduct_bullet {
	margin-bottom:2px;
	margin-left:5px;
}
.checkoutladderproduct_container {
	margin-left:10px;
	float:left;
	/*height:100px;*/
	width:200px;
	position:relative;
	font-family: "TradeGothicLTComCondensed18", sans-serif;
}
.checkoutladderproduct_image {
	position:relative;
}
.checkoutladderproduct_price {
	float:right;
}
.checkoutladderproduct_shortdesc {
	font-size:1.4em;
	line-height: 1.3em;
	display:inline-block;
	overflow:hidden;
	max-height:1.3em;
}
.checkoutladderproduct_desc {
	font-size:1em;
	line-height: 1.3em;
	display:block;
	height:30px;
	overflow:hidden;
}
.button-orange {
	background-color: #ff6600;
	transition: background-color 0.25s ease;
	padding:15px;
	display:inline-block;
	text-decoration:none;
	font-size:1.4em;
	width:170px;
	text-align: center;
	font-family: "TradeGothicLTComBoldCondensed20";
}
.button-orange:hover {
	background-color:#e65c00;
	cursor: pointer;
}
.checkoutladderproduct_bannerpercent {
	padding-top: 5px;
	padding-left: 12px;
	background: url('/images/banner_percent.png');
	height: 24px;
	width: 42px;
	right: -10px;
	top: 10px;
	position: absolute;
	font-size: 14px;
	color: #FFFFFF;
	z-index: 1;
}
.checkoutladderproduct_ordinaryprice {
	text-decoration: line-through;
}
.checkoutladderproduct_newprice {
	font-family: "TradeGothicLTComBoldCondensed20";
	font-size:1.5em;
	color: #e00000;
	font-weight:400 !important;
}
.overlaydarken {
	background-color: #000;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	opacity: 0.3;
}
.checkoutladderproduct_image img {
	/*filter:grayscale(75%);*/
	max-width:200px;
	max-height:200px;
}
.button-orange-disabled {
	background-color: #8c8c8c;
	padding:15px;
	display:inline-block;
	text-decoration:none;
	font-size:1.4em;
	width:170px;
	text-align: center;
	font-family: "TradeGothicLTComBoldCondensed20";
}
.overlaycircle {
	position:absolute;
	top:50px;
	left:50px;
	width:100px;
	height:100px;
	z-index:250;
	border-radius:75px;
	background-color:#000;
	border:3px solid white;
}
.buytext1 {
	text-align:center;
	font-size:23px;
	line-height:15px;
	margin-top:22px;
	width:100%;
	color:#FFF;
	display:block;
}
.buytext2 {
	text-align:center;
	font-size:40px;
	line-height:40px;
	width:100%;
	display:block;
	color:#FFF;
}
.buytext3 {
	text-align:center;
	font-size:23px;
	/*line-height:10px;*/
	width:100%;
	display:block;
	color:#FFF;
}
.padlock {
	position:Absolute;
	top:30px;
	left:5px;
	z-index:1505;
	display:block;
}
.padlock img {

	height:70px;
	width:50px;
}
.overlaycircle {
	display:none;
}
.overlayrectangle {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 180px;
	height: 40px;
	z-index: 255;
	background-color: #000;
	/*border: 3px solid white;*/
	font-size: 22px;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	font-family: "TradeGothicLTComBoldCondensed20";
}
.blueprint-parts-container .subdesc {
	font-size:12px;
}
.blueprint-coords-container {
	position:relative;
}
.blueprint-coords {
	height:0;
	width:0;
	position:absolute;
}
.blueprint-inner-container {
	position:absolute;
}
div.blueprint-coords-targeting {
	margin-left:-2px;
	margin-top:-7px;
}
a.blueprint-coords-targeting {
	margin-left:-9px;
	margin-top:-14px;
}
.blueprintcoord {
	height:30px;
	width:30px;
	display: block;
	z-index:1000;
	overflow: visible;
	position: absolute;
	text-decoration: none;
	/*border:1px solid yellow;*/
}
.blueprint-coordinates-pulsating-circle {
	animation: pulsate 2s ease-out;
	animation-iteration-count: infinite;
	opacity: 0.0;
	border: 1px solid #FF6600;
	border-radius: 15px;
	height: 15px;
	width: 15px;
	display: inline-block;
	text-align: center;
	position:absolute;
}

/* Stock */
.yellow-box {
	color:#ffc107 !important;
}
.green-box {
	color:#28a745 !important;
}
.black-box {
	color:#000000 !important;
}
.red-box {
	color:#721c24 !important;
}
.bold {
	font-weight:bold;
}
.thumb {
	/*max-width:125px;*/
	max-height:120px;
}
.moreInfo {
	cursor: pointer;
	position: absolute;
	top: 175px;
	left: 0px;
	z-index: 101;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	background-color:#fff;
	width: 190px;
	padding-left: 50px;
}

.popover-container {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.popover-content {
	display: none;
	position: absolute;
	z-index: 10;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	border-radius: 4px;
	max-width: 300px; /* or whatever maximum you prefer */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	white-space: nowrap; /* prevents the content from wrapping; remove if not needed */

	/* Positioning adjustments */
	bottom: 100%; /* this makes the popover appear above the icon */
	left: 50%; /* center the popover */
	transform: translateX(-50%); /* further centering */
	margin-bottom: 5px; /* space between the popover and the icon */
}

.popover-container:hover .popover-content {
	display: block;
}
.bold {
	font-weight:700;
}
.line-left {
	position:absolute;
	height: 65px;
	width:1px;
	border-left:1px solid #ccc;
	left:40px;
}
.space-top {
	margin-top:4px;
}
#blueprint-image {
	max-width:100%;
}
.topheader-before img {
	max-height:50px;
}