/* QuickView Module */
.quickview {
	display:none;
	position:absolute;
	z-index:1000000;
	top:150px;
	left:150px;
	height:590px;
	width:888px;
	*width:879px;
	background-color:white;
	border:1px solid #AAAAAA;
	text-align:center;
	font-family:arial;
	background-color:#FFFFFF;

	border:0px solid #AAAAAA;
	background-color:transparent;
	/*
	filter:alpha(opacity=98);
	opacity:.98;
	-moz-opacity:.98;
	-khtml-opacity:.98;
	*/
}
.quickview_mini {
	display:none;
	position:absolute;
	z-index:1000000;
	top:150px;
	left:150px;
	height:430px;
	width:450px;
	*width:441px;
	background-color:white;
	border:1px solid #AAAAAA;
	text-align:center;
	font-family:arial;
	background-color:#FFFFFF;
	/*
	filter:alpha(opacity=98);
	opacity:.98;
	-moz-opacity:.98;
	-khtml-opacity:.98;
	*/
}
.quickview_iframe {
	display:none;
	position:absolute;
	z-index:999;
	top:150px;
	left:10px;
	height:590px;
	width:888px;
	*width:879px;
	background-color:white;
	border:1px solid #AAAAAA;
	text-align:center;
	font-family:arial;
	background-color:#FFFFFF;
	/*
	filter:alpha(opacity=98);
	opacity:.98;
	-moz-opacity:.98;
	-khtml-opacity:.98;
	*/
}
.quickbar {
	width:888px;
	*width:888px;
	height:15px;
	*height:16px;
	font-size:8pt;
	float:left;
	border-bottom:1px solid #AAAAAA;
	font-weight:bold;
	cursor:move;
	text-align:center;
	background-color:#B8CEFC;

	display:none;
}
.quickbar_mini {
	width:450px;
	*width:450px;
	height:15px;
	*height:16px;
	font-size:8pt;
	float:left;
	border-bottom:1px solid #AAAAAA;
	font-weight:bold;
	cursor:move;
	text-align:center;
	background-color:#B8CEFC;
}
.quickclose {
	background:url('images/close.png') !important;
	background-repeat: no-repeat !important;
	height: 28px !important;
    margin-right: -14px !important;
    margin-top: -14px !important;
    position: absolute !important;
    right: 0 !important;
    width: 28px !important;
	cursor: pointer;
}
#quickclose_blank {
	background:url('https://www.logosoftwear.com/quickview/images/close.png') !important;
	background-repeat: no-repeat !important;
	height: 28px !important;
    margin-right: 2px !important;
    margin-top: -14px !important;
    *margin-right: 2px !important;
    *margin-top: -16px !important;
    position: absolute !important;
    right: 0 !important;
    width: 28px !important;
	cursor: pointer;
}
#quickclose_mini {
	background:url('images/close.png') !important;
	background-repeat: no-repeat !important;
	height: 28px !important;
    margin-right: 2px !important;
    margin-top: 0px !important;
    position: absolute !important;
    right: 0 !important;
    width: 28px !important;
	cursor: pointer;
	display:none;
}
.quickclose_secure {
	width:16px;
	height:16px;
	font-size:8pt;
	float:left;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	background-color:white;
	background:url('https://www.logosoftwear.com/quickview/images/close.png') !important;
	background-repeat:no-repeat;
}

.quickclose_bottom
{
	mxargin:-15px 0px 0px -20px;
	pxadding-bottom:5px;

	margin:0px 0px 0px 0px;
	width:100%;
	text-align:center;
}
/*
.quickloading {
	padding:5 15 5 15px;
	border:1px solid #AAAAAA;
	background-color:white;
	font-weight:bold;
	position:absolute;
	color:red;
	top:25px;
	left:15px;
	z-index:9999;
	display:none;
}
*/
.quickloading {
	background-color:white;
	position:absolute;
	display:none;
	z-index:9999;
	margin:200px 0px 0px 350px;
	padding:10px;
	border:2px solid #666666;
	width:200px;
	filter:alpha(opacity=95);
	opacity:.95;
	-moz-opacity:.95;
	-khtml-opacity:.95;
	font-weight:bold;
}
.quickloading_mini {
	background-color:white;
	position:absolute;
	display:none;
	z-index:9999;
	margin:200px 0px 0px 145px;
	padding:10px;
	border:2px solid #666666;
	width:200px;
	filter:alpha(opacity=95);
	opacity:.95;
	-moz-opacity:.95;
	-khtml-opacity:.95;
	font-weight:bold;
}
.quickresults {
	height:595px;
	width:890px;
	overflow:auto;
	margin:auto;
	font-size:8pt;
	text-align:left;
	bxackground-color:#FFFFFF;
	background-image: url("images/round_full_bg.png") !important;
	background-repeat: no-repeat !important;
	background-position:0 0;
/*	background-size: 890px 565px;*/
}
.quickresults_mini {
	height:395px;
	overflow:hidden;
	margin:auto;
	font-size:8pt;
	text-align:left;
	background-color:#FFFFFF;
}
.quickview_button {
	display:none;
	padding:10px;
	background:url('https://www.logosoftwear.com/images_graphics/quickview/qvup.gif');
	background-repeat:no-repeat;
	background-position:center;
	font-size:12pt;
	color:red;
	cursor:pointer;
	width:150px;
	height:30px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
}
.quickview_button_visible {
	padding:10px;
	background:url('https://www.logosoftwear.com/images_graphics/quickview/qvup.gif');
	background-repeat:no-repeat;
	background-position:center;
	font-size:12pt;
	color:red;
	cursor:pointer;
	width:150px;
	height:30px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
}
.quickview_button_over {
	display:none;
	padding:10px;
	background:url('https://www.logosoftwear.com/images_graphics/quickview/qvdown.gif');
	background-repeat:no-repeat;
	background-position:center;
	font-size:12pt;
	color:red;
	cursor:pointer;
	width:150px;
	height:30px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
}

/* Product Details */
.product_details {
	padding:2px 2px 2px 5px;
	font-size:8pt;
	overflow-x:hidden;
}
.product_thumb {
	margin:25px;
	background-color:white;
	border:2px dotted #000066;
	font-weight:bold;
	font-size:24pt;
}
.product_media {
	float:left;
	width:425px;
	margin-right:5px;
	height:489px;
	overflow-x: none;
	overflow-y:auto;
}
.product_blowup {
	/* width:300px; */
	width:400px;
	margin:2px 2px 2px 0px;
}
.qv_reverse_swatch
{
	height:40px;
	width:40px;
	border:1px solid #666666;
	position:absolute;
	margin:11px 0px 0px 5px;
	z-index:1002;
	background-color:white;
}
.qv_product_alt_images
{
	float:left;
	width:45px;
	margin-top:2px;
}
.qv_product_alt_images_horiz
{
	float:left;
	margin-top:2px;
	text-align:center;
/*	height:15px;*/
	cursor:pointer;
	width:350px;
	margin-bottom:10px;
	*margin:0px;
}
.product_info_dialog {
	float:left;
	#height:455px;
	#min-height:455px;
	width:435px;
	*width:435px;
	font-size:8pt;
	font-family:arial;
}

.product_info_dialog#product_infox {
	float:left;
	height: 97%;
	width: 97%;
	font-size:8pt;
	font-family:arial;
}

.product_info {
	float:left;
	height:495px;
	min-height:495px;
	width:435px;
	*width:435px;
	font-size:8pt;
	font-family:arial;
}

section.administrator  div.product_info {
	width:433px;
}	

.qv_pinfo_panels
{
	font-size:8pt;
	*margin-top:-2px;
	padding:5px 0px 0px 5px;
	height:465px;
	*height:470px;
	width:430px;
	*width:440px;
	border:1px solid #AAAAAA;
	overflow:auto;
}

.product_links {
	padding:2px;
	text-align:left;
	font-size:8pt;
}
.subproduct_group {
	font-weight:bold;
	margin:10 0 5 0px;
	font-size:8pt;
	font-family:arial;
}
.subproduct_qty {
	width:160px;
	overflow:hidden;
	margin:4px 10px 0px 0px;
	float:left;
	font-size:9pt;
	font-weight:bold;
}
.subproduct_price {
	width:75px;
	float:left;
	font-size:8pt;
}
.subproduct_link {
	float:left;
	font-size:8pt;
}
.product_swatches {
	width:400px;
	*width:350px;
	margin:2px 0px 2px 5px;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}
.closelink {
	text-align:center;
	font-weight:normal;
	font-size:10pt;
	text-decoration: underline;
	color: red;
}

/* Pricing Grid */
.qv_qntyGrid_popup {
	width:177px;
	min-height:10px;
	*height:10px;
	background-color:white;
	border:1px solid black;
	text-align:center;
	font-size:8pt;
}
.qv_qntyGrid_popup_head {
	background-color:#EAEAEA;
	font-weight:bold;
	font-size:8pt;
	padding-bottom:2px;
}
.qv_qntyGrid_qty {
	float:left;
	border-right:1px solid black;
	width:25px;
	font-size:8pt;
	color:black;
}
.qv_qntyGrid_price_sm {
	width:62px;
	text-align:center;
	float:left;
	font-size:8pt;
	color:black;
}
.qv_qntyGrid_price_lg {
	width:150px;
	text-align:center;
	float:left;
	font-size:8pt;
	color:black;
}
.qv_linecol1 { background-color:#EAEAEA; }
.qv_linecol2 { background-color:#FFFFFF; }

/* Color Swatches */
.qv_swatch {
	width:16px;
	height:16px;
	margin:2px 4px 2px 0px;
	vertical-align:top;
	padding:0px;
	border:1px solid #999999;
/*	float:left;*/
	display:inline-block;
	#display:inline;
	overflow:hidden;
}
.qv_swatch_col {
	float:left;
	padding:0px;
	margin:0px;
	height:16px;
}

.qv_swatch_hover_state
{
	background-image:url('/personalize/images_new/tick.png');
}

.qv_swatch_selected_state
{
	background-image:url('/personalize/images_new/tick.png');
}

/* alternate / larger views area */
#alternateLargerViewsDiv {
	float:left;
	width:425px;
	height:500px;
	margin:2px 5px 0px 0px;
}

#alternateSwatchImg {
	border:1px solid #AAAAAA;
	width:425px;
	height:490px;
	*height:491px;
/*
	height:500px;
	#height:510px;
*/	
	text-align:center;
	overflow:auto;
}

#alternateLargerViewsImg {
	border:1px solid #AAAAAA;
	width:425px;
	height:490px;
}

#alternateLargerViewsThumbs {
	border:1px solid #AAAAAA;
	position:absolute;
	margin:383px 0px 0px 430px;
	*margin:383px 0px 0px -430px;
	padding:5px 0px 0px 5px;
	z-index:9999;
	width:420px;
	height:104px;
	*height:109px;
}

/* QTY Grid */

.qty_priceText {
	font-size: 12pt;
	color: #333333;
	margin: 0 0 5 0px;
}
.qty_pricebreak {
	float: left;
	font-size: 8pt;
	margin: 0px 2px 0px 0px;
	border: 1px solid #666666;
}
.qty_gridbreak {
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	padding: 0px 2px 0px 2px;
	width: 50px;
	border-top: 0;
	background-color: #999999;
}
.qty_gridprice {
	color: #525252;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	width: 50px;
	border-top: 0;
	border-top: 1px solid #666666;
}

.qty_gridprice_nosale {
	color: #525252;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	width: 50px;
	border-top: 0;
}

.qty_gridprice_original {
	color: #525252;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	width: 50px;
	border-top: 0;
	border-top: 1px solid #666666;
	text-decoration: line-through;
}
 
.qty_gridprice_sale {
	color: red;
	font-size: 8pt;
/*	font-weight: bold;*/
	text-align: center;
	padding: 2px;
	width: 50px;
	border-top: 0;
}

.qty_mainGrid {
	font-size: 10pt;
	/*
	text-align:center;
	width:500px;
	margin-left: 15px;
	#margin-top: -5px;
	*/
	margin: 15 0 15 5px;
}

/* QV TABS */
#tabs
{
	margin:2px 0px 0px 0px;
}
.qv_pinfo_tabs
{
	float:left;
	cursor:pointer;
	border:1px solid #AAAAAA;
	border-bottom:0px;
	margin:0px 2px 0px 0px;
	padding:0px 3px 0px 3px;
	background-color:#F6F6F6;
	font-size:8pt;
	/* font-weight:bold; */
	color:#333333;
	color:#222222;
}
.qv_hl
{
	 color:#003399;
	 font-weight:bold;
	 background-color:white;
}
.qv_pinfo_panels_minimized
{
	*margin-top:-2px;
	padding:5px 0px 0px 5px;
	height:355px;
	*height:360px;
	width:430px;
	*width:425px;
	border:1px solid #AAAAAA;
	overflow:auto;
}

/* qv size charts */
.qv_size_chart_cell
{
	float:left;
	width:110px;
	border:1px solid #AAAAAA;;
	margin:-1px 0px 0px -1px;
	*margin:0px;
	padding-left:1px;
	font-size:8pt;
}

.bubble_details_quickview {
/*	background:url('https://www.logosoftwear.com/personalize/images_new/top_left_white.gif') no-repeat;*/
	background:url('https://www.logosoftwear.com/personalize/images_new/v3/v3_characterLimit_Bubble.png') no-repeat;
	position:absolute;
	z-index:1000001;
	width:320px;
	height:260px;
	font-family:tahoma;
	font-size:8pt;
	cursor:pointer;
	filter:alpha(opacity=95);
	opacity:.95;
	-moz-opacity:.95;
	-khtml-opacity:.95;
}

.bubble_details_blowup {
/*	background:url('https://www.logosoftwear.com/personalize/images_new/top_right_white.gif') no-repeat;*/
	background:url('https://www.logosoftwear.com/personalize/images_new/v3/v3_characterLimit_Bubble.png') no-repeat;
	position:absolute;
	z-index:1000001;
	width:360px;
	height:250px;
	font-family:tahoma;
	font-size:8pt;
	cursor:pointer;
	filter:alpha(opacity=95);
	opacity:.95;
	-moz-opacity:.95;
	-khtml-opacity:.95;
}

.bubble_details_contents_quickview {
	text-align:center;
	width:280px;
	height:180px;
	padding:10px 5px 5px 5px;
}

.bubble_details_contents_blowup {
	text-align:center;
	width:280px;
	height:180px;
	padding:10px 5px 5px 5px;
}


#qv_blocker{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	visibility:visible;
	background-color:transparent;
	filter:alpha(opacity=0);
	opacity:0;
}

.qntyGridDiv
{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:none;
	border-none:none;
	padding:2px;
}

#modal_content {
    text-align: left;
}

#mocopy_dialog {
    background: none repeat scroll 0 0 #FFFFFF;
	border-bottom:1px solid #AAAAAA;
    padding: 5px;
	width:400px;
	*width:418px;
}

#mocopy_dialog .price_bar {
    margin-bottom: 1px;
    overflow: auto;
/*	width:235px;*/
	width:310px;
	#width:290px;	
}

#mocopy_dialog .sub_price_bar {
    margin-bottom: 1px;
    overflow: auto;
/*	width:235px;*/
	width:235px;
}

#mocopy_dialog .price_label {
/*    width: 125px;*/
    width: 105px;
	float:left;
}

#mocopy_dialog .price_value {
/*    width: 100px;*/
	width: 80px;
	text-align: right;
	float:left;
}

#mocopy_dialog .mo_content
{
	float:left;
}

#mocopy_dialog div, .qv_pinfo_blanks_qty_inputs div
{
	font-size:9pt;
}

#mocopy_dialog .mo_addtocart_btn
{
	float:right;
	margin-top:55px;
}

#mocopy {
    background: none repeat scroll 0 0 #FFFFFF;
	border-bottom:1px solid #AAAAAA;
    padding: 5px;
	width:425px;
	*width:438px;
}

#mocopy .price_bar, #mocopy .sub_price_bar {
    margin-bottom: 1px;
    overflow: auto;
	width:235px;
}

#mocopy .price_label {
    width: 125px;
	float:left;
}

#mocopy .price_value {
    width: 100px;
	text-align: right;
	float:left;
}

#mocopy .mo_content
{
	float:left;
	width:60%;
}

#mocopy .mo_addtocart_btn
{
	float:right;
	margin-top:55px;
	margin-right:15px;
}

#mocopy_team {
    background: none repeat scroll 0 0 #FFFFFF;
	border-bottom:1px solid #AAAAAA;
    padding: 5px;
	width:425px;
	*width:438px;
}

#mocopy_team .price_bar, #mocopy .sub_price_bar {
    margin-bottom: 1px;
    overflow: auto;
	width:235px;
}

#mocopy_team .price_label {
    width: 125px;
	float:left;
}

#mocopy_team .price_value {
    width: 100px;
	text-align: right;
	float:left;
}

#mocopy_team .mo_content
{
	float:left;
	width:60%;
}

#mocopy_team div, .qv_pinfo_blanks_qty_inputs div
{
	font-size:9pt;
}

#mocopy_team .mo_addtocart_btn
{
	float:right;
	margin-top:55px;
	width:33%;
	margin-right:15px;
}

.qv_pinfo_blanks_desc_grid
{
	border-bottom:1px solid #AAAAAA;
	padding:5px;
}

.qv_pinfo_blanks_color_picker
{
	border-bottom:1px solid #AAAAAA;
	padding:5px;
}

.qv_pinfo_blanks_qty_inputs
{
	
}

.qntyGridDiv_buyblanks
{
	border-bottom:1px solid #AAAAAA;
	padding:5px;
}

.qv_pinfo_blanks_info
{
	padding:5px;
}

.qv_pinfo_panels_buyblanks
{
	font-size:8pt;
	*margin-top:-2px;
/*	height:480px;*/
	min-height:478px;
	*height:485px;
	width:435px;
	*width:440px;
	border:1px solid #AAAAAA;
	overflow:hidden;
}

.qv_pinfo_panels_buyblanks div {
	font-size:8pt;
}

.qv_pinfo_panels_buyblanks_mini
{
	font-size:8pt;
	*margin-top:-2px;
	height:380px;
	*height:385px;
	width:430px;
	*width:440px;
	border:1px solid #AAAAAA;
	overflow:hidden;
}

.qv_ship_calc_block {
	margin:5px 5px 5px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #454545;
	font-style:italic;
	font-size:8pt;
}
.qv_product_name {
	background-color:#E9E9E9;
	cursor:move;
}

div.quickresults div.product-main-backorder-container {
    background-color: #fff6e3;
    border: 2px solid rgba(255, 195, 71, 0.5);
    border-radius: 3px;
    margin-top: 0;
    padding: 0;
    width: 100%;
}

div.quickresults .backorder-detail {
	display:none;
}	
div.quickresults .backorder-message {	
	cursor:pointer;
}	

div.quickresults div.backorder-message {
	position: relative;	
/*	background: rgba(255, 195, 71, 0.15) none repeat scroll 0 0;	*/
	background-color: #fff6e3;	
	color: #000;	
	padding: 3px 0px 5px 0px;
	margin: 0px;
	text-align: center;
	font-size: 8pt;	
	font-weight: 700;
	letter-spacing: 0pt;
}

div.quickresults div.backorder-message::before {
	top: 5px;
	color: #ffc347;
	content: '\26A0';
	display: inline-block;
	font-family: 'SSStandard';
	padding:0;
	margin:0;
	font-size: 24px;
	height: 24px;
	position: absolute;
	left: 5px;
	width: 24px;	
	line-height: 30px;
}	

div.quickresults div.backorder-message::after {
    color: #000;
	content: '\25BB';
    display: inline-block;
    font-family: "SSStandard";
/*    font-size: 16px;*/
    font-weight: normal;
    height: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 24px;
}

div.quickresults div.backorder-message.active::after {
	content: '\F501';
}	

div.quickresults div.backorder-detail.backorder-listing {
	background-color: #ffffff;
	color: #000;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	text-align: left;
}	

div.quickresults div.backorder-detail.backorder-help {
/*	background: rgba(255, 195, 71, 0.15) none repeat scroll 0 0;*/
	background-color: #fff6e3;
	color: #000;
    font-size: 8pt;
    letter-spacing: 0pt;
    padding: 3px 0;
    text-align: center;
}

div.quickresults div.qv_swatch.backorder-color-style-flag::after {
/*
	background: #fff; 
    border-radius: 20px; 
    bottom: -4px; 
	color: #ffc347;
	content: '\26A0';
    display: inline-block; 
    font-family: 'SSStandard'; 
    font-size: 9px; 
    height: 10px; 
    position: absolute; 
    right: -4px; 
    width: 10px; 
*/

	background-image: url('/responsive/img/product/warning-no-stroke.png');
	background-size: 14px 14px;
	display: inline-block;
	width: 13px; 
	height: 13px;
	content:"";
	position: absolute;
    bottom: -4px; 
	right: -4px;
	
}	
	

/* MAIN DETAIL DISPLAY */
.detailPage_main {
	float: left;
	width: 800px;
	margin: 0px 0px 2px 25px;
}

.blowup_detailPage_main {
	float: left;
	width: 1000px;
	margin: 0px 0px 2px 0px;
/*	border:1px solid black;*/
}

.blowup_image_container {
	width:440px;
}

.blowup_divided_container {
	overflow:hidden;
}

.blowup_cross_link_container {
	border:1px solid #CCCCCC;
	width:390px;
	padding:5px 5px 5px 5px;
	margin-bottom:2px;
	*margin-bottom:1px;
}

.blowup_cross_link_header {
	font-size:10pt;
	font-weight:bold;
	margin-bottom:5px;
}

.blowup_cross_link_links {
	text-align:center;
	width:110px;
}

.blowup_cross_link_links img {
	height:96px;
	border:0;
}

.blowup_cross_link_links a {
	font-size:8pt;
}

.blowup_cross_link_products {
	overflow-x:auto;
	width:375px;
	padding-bottom:10px;
}

.float_left {
	float:left;
}

.blowup_border_left_full {
	margin:0px 5px 0px 15px;
	display:block;

	border:0px solid black;
/*
	border-left:2px solid #CCCCCC;
	padding-bottom:4000px; 
	margin-bottom:-4000px;
*/
}

.prodDetail_masterTbl {
	width:815px;
}

.blowup_prodDetail_masterTbl {
	width:1000px;
}

.detailPage_imgPanel {
	float: left;
	width: 250px;
	margin: 1px 1px 1px 1px;
}

.blowup_detailPage_imgPanel {
	width: 440px;
	margin: 1px 1px 1px 1px;
}

.detailPage_infoPanel {
	float: left;
	/*width: 340px;*/
	width: 536px;
	*width: 518px;
	margin: 1px 2px 1px 2px;
	*margin: 1px 2px 1px 15px;
}

.blowup_detailPage_infoPanel {
	float: left;
	width: 530px;
/*	*width: 518px;*/
	margin: 1px 0px 1px 0px;
/*	*margin: 1px 2px 1px 15px;*/
	border:1px solid #CCCCCC;
}

.detailPage_extendedInfoPanels {
	float:left;
	margin:0px 10px 0px 0px;
	*width:550px;
}

.blowup_detailPage_extendedInfoPanels {
	margin:0px 10px 0px 0px;
}

.detailPage_rightNav {
	float: left;
	margin: -8px 0px 0px 10px;
	*margin: 0px 0px 0px 10px;
	/*
	margin: 20px 0px 0px 20px;
	width: 165px;
	margin: -25 0 1 10px;
	#margin: 10 0 1 0px;
	*/
}

.detailPage_tabPanel {
	/*float: left;*/
	/*width: 594px;*/
	/*width:100%;*/
	font-size:10pt;
	margin: 5px 0px 5px 0px;
	*margin: 5px -11px 5px 0px;
}

.blowup_detailPage_tabPanel {
	width:532px;
	font-size:10pt;
	margin: 5px 0px 5px 0px;
/*	*margin: 5px -11px 5px 0px;*/
}

.detailPage_teamPkgText {
	width: 784px; 
	padding-top:10px; 
	margin:0px 0px 10px 0px; 
	border-top:1px solid #999999;
}

.blowup_detailPage_teamPkgText {
	width: 388px; 
	padding-top:10px; 
	margin:0px 0px 10px 0px; 
/*	border-top:1px solid #666666;*/
}

.detailPage_recentPanel {
	/*float: left;*/
	/*width: 594px;*/
	width:100%;
	margin: 10px 0px 0px 0px;
}

.detailPage_reviewPanel {
/*
	width:570px;
	*width:565px;
*/
	width:690px;
	*width:670px;

	font-size:10pt;
	text-align:left;
	margin: 28px 2px 1px 2px;
}

.blowup_detailPage_reviewPanel {
	font-size:10pt;
	text-align:left;
	margin: 28px 2px 1px 2px;
}

.detailPage_sizeFitGuide {
	margin-bottom:5px;
}

/* IMAGE PANELS */
.prodImg_box {
	width:100%;
}

.detailPage_image {
	display: block;
	float: left;
	text-align: center;
/*	width:100%;*/
	margin-bottom:20px;
	width:440px;
}

.detailPage_placement {
	display: none;
	float: left;
	width: 250px;
	height: 233px;
	border: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-color :#FFFFFF;
}

.blowup_detailPage_placement {
	display: none;
	float: left;
	width: 440px;
	height: 233px;
	border: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-color :#FFFFFF;
	margin-bottom:20px;
}

.detailPage_swatchPanel {
	padding: 10 5 10 5px;
	width: 100%;
	text-align:center;
}

.detailPage_swatchPanelAvailText {
	font-weight:bold;
	font-size:9pt;
	text-align:center;
	color:#454545;
}

table.info {
border: 1px solid #454545;
width:370px;
font-size: 8pt;
border-collapse:collapse;
}

table.info td {
border: 1px solid #454545;
padding: 3px;
border-collapse:collapse;
}

/* Color Swatches */
/*
.qv_swatch {
	float: left;
	overflow: hidden;
	padding: 0px;
	width: 16px;
	height: 16px;
	margin: 2 4 2 0px;
	border: 1px solid #999999;
}
*/

.qv_swatch_col {
	float: left;
	padding: 0px;
	height: 16px;
	margin: 0px;
	z-index:99999999;
}


/* DETAIL INFO */
.prodDetails_all {
	font-size: 10pt;
	color: #454545;
	padding: 1px 3px 2px 10px;
	margin: 2px 0px 3px 25px;
	*margin: 2px 0px 3px 0px;
}

.blowup_prodDetails_all {
	font-size: 10pt;
	color: #454545;
/*
	padding: 1px 3px 2px 10px;
	margin: 2px 0px 3px 15px;
	*margin: 2px 0px 3px 0px;
*/

	padding: 5px 3px 2px 5px;
	margin: 2px 0px 3px 0px;

}

.prodDetails_name {
	float: left;
	/*color: #333333;*/
	color: #FF6600;
	font-weight: bold;
	/*font-size: 11pt;*/
	font-size: 13pt;
	margin-bottom:30px;
	width:90%;
	/* width: 75%; */
}

.blowup_prodDetails_name {
	float: left;
/*	color: #FF6600;*/
	color: #666666;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom:15px;
	width:90%;
	text-align:left;
}

.prodDetails_sku {
	float: left;
	/*color: #333333;*/
	/*color: #FF6600;*/
	color: #454545;
	font-size:8pt;
	margin: 3px 0px 0px 0px;
}

.prodReviewsHeader {
	font-size: 10pt;
	margin: 2px 0px 3px 0px;
}

.prodDetail_shipDeliveryCalc {
	margin:5px 0px 5px 0px;
}

.prodDetail_shipDeliveryCalc .deliveryIcon {
	margin:6px 3px 0px 0px;
	float:left;
}
.prodDetail_shipDeliveryCalc .deliveryIconBlank {
	margin:0px 3px 0px 0px;
	float:left;
}
.prodDetail_shipDeliveryCalc .deliverMsg {
	float:left;
	font-size:9pt;
}

.prodDetail_shipDeliveryCalc .productionTime {
	color:#01358B;
	margin-bottom:2px;
}

.prodDetail_shipDeliveryCalc .deliveryCalc {
	display:block;
	cursor:pointer;
	float:left;
	text-decoration:underline;
}

.prodDetail_alternateViewsContainer {
	margin:5px 0px 5px 0px;
	/* border-top:1px solid #454545; */
	text-align:center;
	color:#454545;
	font-size:9pt;
	font-weight:bold;
}

.prodDetail_altImagesSwatches {
	cursor:pointer;
	border:1px solid #454545;
	margin:0px 4px 0px 0px;
}

.prodDetail_altImagesThumbs {
	cursor:pointer;
	border:1px solid #454545;
	margin:0px 4px 0px 0px;
}

.prodDetails_subProdName {
	/*color: #333333;*/
	color: #454545;
	font-weight: bold;
}

.prodDetails_sotm {
	color: #FF6600;
	font-weight: bold;
	margin-left: 5px;
	display:none;
}

.prodDetails_subProdTable {
	/*margin: 10px 0 0 0;*/
	margin: 5px 0px 0px 0px;
	/* border-bottom: solid 1px #cccccc; */
	color: #454545;
	width:100%;
}

.prodDetails_subProdHR {
	/*
	color:#454545;
	background-color:#454545;
	*/
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:0px;
	height:1px;
	line-height:1px;
	font-size:0px;
	margin-top:10px;
	*margin-top:5px;
	*width:518px;
}

.prodDetail_subGroupRepeat {
	background-color:#EBEAEA;
	color:#454545;
	font-size:12pt;
	padding:3px;
	font-weight:bold;
	width:100%;
}

.prodDetail_thisSubName {
	float:left;
	width:69%;
	*width:70%;
	font-size:12pt;
	margin-right:15px;
}

.prodDetail_thisWillBe {
	float:left;
	font-size:12pt;
	width:27%;
}

.prodDetail_qtyGrid_wrap {
	margin-top:10px;
}

.prodDetail_ssBtn_wrap {
	margin-top:10px;
	margin-bottom:6px;
	*margin-bottom:4px;
}

.prodDetail_subDecorationType {
	/*color:#FF6600;*/
	color:#454545;
	font-weight:bold;
	text-decoration:underline;
}

.prodDetails_sizes {}
.prodDetails_sizes_sizeData
{
	float:left;
	/*width:200px;*/
}
.prodDetails_sizes_fitGuides
{
	float:left;
	margin-right:15px;
	width:110px;
}
.detailPage_sizeFitGuide_jr
{
	font-size:8pt;
	font-style:italic;
}

.prodDetails_cart {
	/*margin: 15 0 5 0px;*/
	margin: 0 0 5 2px;
}
.prodDetails_cart table tr td p {
	margin: 0px 0 0 0;
}
.prodDetails_warning {
	font-size: 8pt;
	color: #454545;
	margin: 10 0 10 0px;
	text-align: center;
}
.prodDetails_qtygrid {
	margin: 0 0 10 0px;
}
.prodDetails_teampkg {}
.prodDetails_teampkg table tr td p {
	margin: 0px;
}

.prodDetails_sale3 {
	margin-top:5px;
	font-weight:bold;
}
.prodDetails_sale4 {
	margin-top:5px;
	font-weight:bold;
	color:red;
}

.prodDetails_bannerGrid {
	font-size:8pt;
	border-top:1px solid #454545;
	border-right:1px solid #454545;
	font-family:arial;
}

.prodDetails_bannerCell {
	/*float:left;*/
	text-align:center;
	border-left:1px solid #454545;
	border-bottom:1px solid #454545;
	font-family:arial;
}

.prodDetails_disabledMsg {
	color:red;
	font-weight:bold;
	margin-bottom:15px;
}

.prodDetail_zoomMagnifyGlass {
	position:absolute;
	z-index:501;
	top:0px;
	left:0px;
	margin-left:203px;
	/*filter:alpha(opacity=75);
	opacity:0.75;*/
}

.blowup_prodDetail_zoomMagnifyGlass {
	position:absolute;
	z-index:501;
	top:0px;
	left:0px;
	margin-left:393px;
	/*filter:alpha(opacity=75);
	opacity:0.75;*/
}

/* TABBED PRODUCT INFO BOX */
.prodTab_box {
/*	width:578px;*/
	width:532px;
} 

.prodTab_tabs {
	font-size: 10pt;
	color: #454545;
	text-align: center;
	vertical-align: middle;
/*	width: 99%;*/
	width: 100%;
}

.prodTab_panels {
	/*font-size: 8pt;*/
	font-size: 10pt;
	color: #454545;
/*	width: 99%;*/
	width: 100%;
}

.prodTab_unselectedTab {
	cursor: pointer;
	height: 20px;
/*	border: 1px solid #999999;*/
	border: 1px solid #CCCCCC;
	background-color: #999999;
	font-weight:bold;
	color: white;
}

.prodTab_selectedTab {
	cursor: pointer;
	height: 20px;
/*	border: 1px solid #999999;*/
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	background-color: #FFFFFF;
	font-weight:bold;
}

.prodTab_spacer {
	font-size: 1pt;
	width: 2px;
	height: 20px;
/*	border-bottom: 1px solid #999999;*/ /* EFEEEE */
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.prodTab_unselectedPanel {
	display: none;
	height: 175px;
	#height: 200px;
}

.prodTab_selectedPanel {
	display: block;
	overflow: auto;
	padding: 8px;
	/*
	height: 325px;
	#height: 350px;
	*/
	height: 265px;
	#height: 290px;
	border: 1px solid #CCCCCC;
	border-top: 0px;
	background-color: #FFFFFF;
}

.prodTab_selectedPanel li {
	font-size:8pt;
}

.prodTab_pzinfoLocations
{
	font-style:italic;
	color:blue;
	margin:5px 0px 10px 10px;
	font-weight:bold;
}

.prodTab_pzinfoSectionTitle
{
	text-decoration:none;
	margin:0px 0px 5px 0px;
	font-weight:bold;
	font-size:12pt;
}

.prodTab_topAnchorLink
{
	float:right;
	padding-right:10px;
}

.prod_email {
	 float: right;
	 font-size: 10pt;
	 margin-right:14px;
}

.prodDetails_sale1 {
	margin-bottom: 5px;
	font-weight:bold;
}
.prodDetails_sale2 {
	margin-top: 5px;
	font-weight:bold;
}

/* QTY Grid */

.qty_priceText {
	font-size: 12pt;
	color: #454545;
	margin: 0 0 5 0px;
}
.qty_pricebreak {
	font-family:arial;
	float: left;
	font-size: 8pt;
	/*margin: 0 2 0 0px;*/
	margin:0px;
	border: 1px solid #454545;
	border-left:0px;
}
.qty_gridbreak {
	font-family:arial;
	font-size: 8pt;
	/*font-weight: bold;*/
	font-weight:normal;
	text-align: center;
	padding: 0px 2px 0px 2px;
	width: 50px;
	/*
	color: white;
	background-color: #454545;
	*/
	border-bottom: 1px solid #454545;
	border-left:0px;
	color: #454545;
	background-color: #EBEBEB;
}
.qty_gridprice_nosale {
	font-family:arial;
	color: #454545;
	font-size: 8pt;
	/*font-weight: bold;*/
	font-weight:normal;
	text-align: center;
	padding: 2px;
	width: 50px;
	/*border-top: 0;*/
	border:0px;
}
.qty_gridprice {
	font-family:arial;
	color: #454545;
	font-size: 8pt;
	/*font-weight: bold;*/
	font-weight:normal;
	text-align: center;
	padding: 2px;
	width: 50px;
	/*border-top: 0;*/
	border:0px;
}
.qty_gridprice_first {
	font-family:arial;
	color: #454545;
	font-size: 8pt;
	/*font-weight: bold;*/
	font-weight:normal;
	text-align: center;
	padding: 2px;
	width: 50px;
	/*border-top: 0;*/
	border:0px;
}
.qty_gridprice_original {
	font-family:arial;
	color: #454545;
	font-size: 8pt;
	/*font-weight: bold;*/
	font-weight:normal;
	text-align: center;
	padding: 2px;
	width: 50px;
	/*border-top: 1px solid #454545;*/
	border:0px;
	text-decoration: line-through;
}

.margin_top_1 {
	margin:-1px 0px 0px 0px;
	border-top:0px;
}

.qty_gridprice_sale {
	font-family:arial;
	color: red;
	font-size: 8pt;
	/*font-weight: bold;*/
	text-align: center;
	padding: 2px;
	width: 50px;
	/*border-top: 0;*/
	border:0px;
}

.qty_mainGrid {
	font-family:arial;
	font-size: 10pt;
	/* text-align:center;
	width:500px;
	margin-left: 15px;
	#margin-top: -5px;
	
	margin: 0 0 10 5px;
	 #margin: 0 0 10 5px;
	 */
	 margin: 0 0 10 0px;
	 #margin: 0 0 10 0px;
}

.qty_rangeGrid {
	font-family:arial;
	font-size: 10pt;
	/*
	margin: 0 0 15 5px;
	#margin: 0 0 5 5px;
	*/
	margin: 0 0 15 0px;
	#margin: 0 0 5 0px;
}

.first-gry-grid-box {
	width:30px;
	height:16px;
	background-color:#EBEBEB;
	border: solid 1px #454545;
	font-size: 8pt;
	font-weight:bold;
	font-family: arial;
	float:left;
	text-align:center;
}

.first-gry-grid-box-new {
	width:30px;
	height:17px;
	border-right: solid 1px #454545;
	font-size: 8pt;
	font-weight:bold;
	font-family: arial;
	float:left;
	text-align:center;
}

.next-gry-grid-box {
	width:80px;
	height:16px;
	background-color:#EBEBEB;
	border-bottom: solid 1px #454545;
	border-top: solid 1px #454545;
	border-right: solid 1px #454545;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
}

.grid-border-left {
	border-left: solid 1px #454545;
}

.next-gry-grid-box div {
	font-family: arial;
}

.next-gry-grid-box-slim {
	width:57px;
	height:16px;
	background-color:#EBEBEB;
	border-bottom: solid 1px #454545;
	border-top: solid 1px #454545;
	border-right: solid 1px #454545;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
}

.next-gry-grid-box-slim div {
	font-family: arial;
}

.next-1-gry-grid-box {
	width:42px;
	height:16px;
	background-color:#EBEBEB;
	border-bottom: solid 1px #454545;
	border-top: solid 1px #454545;
	border-right: solid 1px #454545;
	border-left: solid 1px #454545;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
}

.next-1-gry-grid-box_patagonia {
	width:45px;
	height:16px;
	background-color:#EBEBEB;
	border-bottom: solid 1px #454545;
	border-top: solid 1px #454545;
	border-right: solid 1px #454545;
	border-left: solid 1px #454545;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
}

.first-wht-grid-box {
	width:30px;
	height:16px;
	font-size: 8pt;
	font-weight:bold;
	font-family: arial;
	float:left;
	text-align:center;
	
	*margin-top:-1px;
	border-bottom: solid 1px #454545;
	border-right: solid 1px #454545;
	border-left: solid 1px #454545;
}

.wht-grid-box {
	width:80px;
	height:16px;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
	
	*margin-top:-1px;
	border-bottom: solid 1px #454545;
	border-right: solid 1px #454545;
}

.wht-grid-box-slim {
	width:57px;
	height:16px;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
	
	*margin-top:-1px;
	border-bottom: solid 1px #454545;
	border-right: solid 1px #454545;
}

.wht-1-grid-box {
	width:42px;
	height:16px;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
	
	*margin-top:-1px;
	border-bottom: solid 1px #454545;
	border-right: solid 1px #454545;
	border-left: solid 1px #454545;
}

.wht-1-grid-box_patagonia {
	width:45px;
	height:16px;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
	
	*margin-top:-1px;
	border-bottom: solid 1px #454545;
	border-right: solid 1px #454545;
	border-left: solid 1px #454545;
}

.wht-grid-box-strike {
	width:42px;
	height:16px;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
	text-decoration: line-through;
	
	border-bottom: solid 1px #454545;
	border-right: solid 1px #454545;
}

.first-sale-grid-box {
	width:30px;
	height:16px;
	font-size: 8pt;
	font-weight:bold;
	font-family: arial;
	float:left;
	text-align:center;
	
	border-bottom: solid 1px #454545;
	border-right: solid 1px #454545;
}

.grid-box {
	height:16px;
	font-size: 8pt;
	font-family: arial;
	font-weight:bold;
	float:left;
	text-align:center;
	
	*margin-top:-1px;
	border-bottom: solid 1px #454545;
	border-right: solid 1px #454545;
}

.range_next-gry-grid-box {
	width:45px;
	height:16px;
	background-color:#EBEBEB;
	border-bottom: solid 1px #454545;
	border-top: solid 1px #454545;
	border-right: solid 1px #454545;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
}

.range_wht-grid-box {
	width:45px;
	height:16px;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
	*margin-top:-1px;
	border-bottom: solid 1px #454545;
	border-right: solid 1px #454545;
}

.range_next-1-gry-grid-box {
	width:45px;
	height:16px;
	background-color:#EBEBEB;
	border-bottom: solid 1px #454545;
	border-top: solid 1px #454545;
	border-right: solid 1px #454545;
	border-left: solid 1px #454545;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
}

.range_wht-1-grid-box {
	width:45px;
	height:16px;
	font-size: 8pt;
	font-family: arial;
	float:left;
	text-align:center;
	*margin-top:-1px;
	border-bottom: solid 1px #454545;
	border-right: solid 1px #454545;
	border-left: solid 1px #454545;
}

.red {
	color:red;
}

.skinny {
	width:30px;
}

.narrow {
	width:42px;
}

.slim {
/*	width:57px;*/
	width:52px;
}

.wide {
	width:80px;
}

.prodDetails_altMatchURL
{
	font-size:9pt;
	font-weight:bold;
}

.prodDetails_altMatchBlock
{
	margin:2px 0px 2px 0px;
	padding:2px 0px 2px 0px;
	font-weight:bold;
	width:100%;
	text-align:left;
}
.prodDetails_altMatchBlockTitle
{
	font-weight:bold;
	font-size:10pt;
	font-style:italic;
	width:100%;
}
.prodDetails_altMatchThumb
{
	float:left;
	margin-right:5px;
	width:100px;
}
.prodDetails_altMatchSwatches
{
	margin:5px 0px 2px 0px;
}

.qv_swatch_altMatch
{
	border: 1px solid #454545;
	float: left;
	height: 10px;
	margin: 1px 2px 1px 0px;
	overflow: hidden;
	padding: 0;
	width: 10px;
}

.clear-no-height
{
	font-size:0pt;
	height:0px;
	line-height:0px;
	clear:both;
}

/* leftnav */
.left_navbar {
	margin-left:0px;
	width:157px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* only webkit-based browsers will read the following styles */
	.left_navbar {
		width:156px;
	}
}
						
.navigation_arrow_open {
/*	background:url('https://www.logosoftwear.com/global_files/header/menuSubtitle.gif') no-repeat;*/

	background: url('https://www.logosoftwear.com/global_files/header/leftnav/taxonomy_header_arrow_open.png') #E0DEDF;
	background-position: top left;
	background-repeat: no-repeat;

	margin-left:3px;
	#margin-right:-2px;
/*
	width:157px;
	#width:157px;
*/
	padding-left:15px;
	height:20px;
	margin-top:5px;
	cursor:pointer;
}

.navigation_arrow_hover_open {
/*	background:url('https://www.logosoftwear.com/global_files/header/menuSubtitle.gif') no-repeat;*/

	background: url('https://www.logosoftwear.com/global_files/header/leftnav/taxonomy_header_arrow_open_hover.png') #EBEBEB;
	background-position: top left;
	background-repeat: no-repeat;

	margin-left:3px;
	#margin-right:-2px;
/*
	width:157px;
	#width:157px;
*/
	padding-left:15px;
	height:20px;
	margin-top:5px;
	cursor:pointer;
}

.navigation_arrow_closed {
/*	background:url('https://www.logosoftwear.com/global_files/header/menuSubtitle.gif') no-repeat;*/

	background: url('https://www.logosoftwear.com/global_files/header/leftnav/taxonomy_header_arrow.png') #E0DEDF;
	background-position: top left;
	background-repeat: no-repeat;

	margin-left:3px;
	#margin-right:-2px;
/*
	width:157px;
	#width:157px;
*/
	padding-left:15px;
	
	
	height:20px;
	margin-top:5px;
	cursor:pointer;
}

.navigation_arrow_hover_closed {
/*	background:url('https://www.logosoftwear.com/global_files/header/menuSubtitle.gif') no-repeat;*/

	background: url('https://www.logosoftwear.com/global_files/header/leftnav/taxonomy_header_arrow_hover.png') #EBEBEB;
	background-position: top left;
	background-repeat: no-repeat;

	margin-left:3px;
	#margin-right:-2px;
/*
	width:157px;
	#width:157px;
*/
	padding-left:15px;
	height:20px;
	margin-top:5px;
	cursor:pointer;
}

.navigation_no_arrow {
	background:url('https://www.logosoftwear.com/global_files/header/leftnav/menuSubtitle.gif') no-repeat;
	margin-left:2px;
	width:154px;
	#width:154px;
	height:20px;
	margin-top:0px;
}

.navigation_current_selections {
	background:url('https://www.logosoftwear.com/global_files/header/leftnav/menuSubtitle.gif') no-repeat;
	margin-left:2px;
	height:20px;
	margin-top:5px;
	padding-left:15px;
}

.navigation_no_arrow_team {
	background:url('https://www.logosoftwear.com/global_files/header/leftnav/menuSubtitle.gif') no-repeat;
	margin-left:0px;
	width:155px;
	#width:155px;
	height:20px;
	margin-left:2px;
	margin-top:0px;
}

.category_arrow_down {
	background:url('https://www.logosoftwear.com/global_files/header/menuExpanded.gif') no-repeat;
	margin:4px 0px 0px 5px;
	float:left;
	height:13px;
	width:13px;
	line-height:0px;
	font-size:0pt;
}

.category_arrow_right {
	background:url('https://www.logosoftwear.com/global_files/header/menuCollapsed.gif') no-repeat;
	margin:4px 0px 0px 5px;
	float:left;
	height:13px;
	width:13px;
	line-height:0px;
	font-size:0pt;
}

.category_only {
	margin:2px 0px 0px 5px;
	font-weight:bold;
	font-size:10pt;
	float:left;
/*	color:#162A9A;*/
	color:black;
	font-family:arial;
/*	text-shadow: 0px 0px 85px #FF0;*/
}

.category_only_no_arrow {
	margin:2px 0px 0px 5px;
	font-weight:bold;
	font-size:10pt;
	float:left;
/*	color:#162A9A;*/
	color:black;
	font-family:arial;
}

#PRODUCT-CHOOSER-MENU .subcategory_link_container {
	display: block;
	overflow-y: auto;
	overflow-x:hidden;
	#height:100px;
	max-height: 100px;
	min-height: 50px;
	width:157px;
	#width:156px;
}

.subcategory_link_container {
	display: block;
	overflow-y: auto;
	overflow-x:hidden;
	#height:100px;
	max-height: 500px;
	min-height: 50px;
	width:157px;
	#width:156px;
}

.subcategory_link_container_no_scroll {
	display: block;
	width:157px;
	#width:156px;
}

.subcategory_link_container_shop_by_color {
	display: block;
	margin-left:5px;
	#margin-left:10px;
	width:157px;
	#width:147px;
}

.subcategory_link_outer {
}

.subcategory_link_outer a {
	border:0px;
}

.subcategory_link_no_check {
	float:left;
	margin-left:0px;
	line-height:0px;
	font-size:0pt;
}

.subcategory_link_check {
	float:left;
	height:11px;
	width:11px;
	/*border-radius:3px;*/
	border:1px solid #666666;
	margin:2px 5px 0px 0px;
	line-height:0px;
	font-size:0pt;
}

.subcategory_link_text {
	float:left;
	margin-top:2px;
	*margin-top:1px;
	cursor:pointer;
	font-family:arial;
	font-size:9pt;
	color:#003399;
}

a:hover div.subcategory_link_text {
	color:#FF3300;
}

.headertabs {
	margin-left: 1px;
	*margin-left: auto;
}

/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
/*  color:#5E9E01;*/
	color:#666666;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
/*  color:#5E9E01;*/
	color:#666666;
  font-size:12pt;
  font-weight:bold;
  text-align:center;
}

/* Look and feel of select box */
.selectbox 
{
/*  margin: 0px 5px 10px 0px;*/
  margin: 5px 5px 10px 0px;
  padding-left:2px;
  padding-right:10px;
  width : 250px; /* Resize Width */
  display : block;
  background: url('/global_files/header/drop.png') right;
  background-repeat: no-repeat;
  cursor: pointer;
/*  border:1px solid #5E9E01;
  color:#5E9E01;*/
  border:1px solid #666666;
  color:#666666;
  font-size:13pt;
  font-weight:bold;
  text-align:center;
  height:34px;
  vertical-align:middle;
  *padding-top:5px;
}

.blowup_decoration_highlight_label {
  color:#666666;
/*
  font-size:13pt;
  font-weight:bold;*/
  font-size:12pt;
  font-weight:bold;
  margin-bottom:5px;
  padding-top:5px;
  *padding-top:5px;
}

.blowup_decoration_highlight_label a {
	font-weight:normal;
	font-size:8pt;
}

#blowup_buy_blank_button {
	display:none;
}

#blowup_buy_blank_button img {
	width:180px;
}

#blowup_buy_ss_pi_zero_button {
	display:none;
}

#blowup_golf_ball_6_start_designing_button, #blowup_golf_ball_61_start_designing_button, #blowup_golf_ball_62_start_designing_button, #blowup_santa_stock_start_designing_button, #blowup_santa_hat_start_designing_button {
	display:none;
}

#blowup_golf_ball_6_start_designing_button img, #blowup_golf_ball_61_start_designing_button img, #blowup_golf_ball_62_start_designing_button img, #blowup_santa_stock_start_designing_button img, #blowup_santa_hat_start_designing_button img {
	width:250px;
}

#blowup_buy_ss_pi_zero_button img {
	width:165px;
}

#blowup_start_designing_button img {
	width:250px;
}

#blowup_price_preview_as_low_as {
	font-weight:normal;
/*	margin-bottom:10px;*/
	width:400px;
}

#blowup_price_preview {
	margin-bottom:10px;
}

.blowup_hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:0px;
	height:1px;
	line-height:1px;
	font-size:0px;
	margin-top:5px;
	*margin-top:0px;
	margin-bottom:5px;
}

.blowup_deliver_review_container {
	margin-bottom:10px;
	*margin-bottom:0px;
}

.blowup_size_fit_sprite {
	background:url("https://www.logosoftwear.com/global_files/images_misc/size-fit.gif") no-repeat scroll 0 0 transparent;	
}

.blowup_size_fit_default {
	cursor:pointer;
	height:23px;
	width:124px;
	background-position:0px 0px;
	position:relative;
}

.blowup_size_fit_hover {
	cursor:pointer;
	height:23px;
	width:124px;
	background-position:0px -23px;
	position:relative;
}

.blowup_start_designing_sprite {
	background:url("https://www.logosoftwear.com/global_files/images_misc/big-start-designing.gif") no-repeat scroll 0 0 transparent;	
}

.blowup_start_designing_default {
	cursor:pointer;
	height:34px;
	width:254px;
	background-position:0px 0px;
	position:relative;
	margin-top:5px;
}

.blowup_start_designing_hover {
	cursor:pointer;
	height:34px;
	width:254px;
	background-position:0px -34px;
	position:relative;
	margin-top:5px;
}

.blowup_l_desc_toggle {
	width:375px;
	margin-right:10px;
}

.blowup_l_desc_toggle_container {
	margin-bottom:15px;
	*margin-bottom:10px;
}

.blowup_buy_blank_btn_sprite {
	background:url("https://www.logosoftwear.com/global_files/images_misc/big-blank.gif") no-repeat scroll 0 0 transparent;	
}

.blowup_buy_blank_btn_default {
	cursor:pointer;
	height:34px;
	width:166px;
	background-position:0px 0px;
	position:relative;
	margin-top:5px;
}

.blowup_buy_blank_btn_hover {
	cursor:pointer;
	height:34px;
	width:166px;
	background-position:0px -34px;
	position:relative;
	margin-top:5px;
}

.prodDetails_options {
/*	display:none;*/
}

.blowup_divided_container #prodTab_desc {
	height:100%;
}

#blowup_recently_viewed_container {
	display:none;
	width:390px;
}

.blowup_tell_me_more {
	display:none;
}

.blowup_dialog_decoration_btn_sprite {
	background:url("https://www.logosoftwear.com/quickview/deco-info.gif") no-repeat scroll 0 0 transparent;	
	border:2px solid #999999;
	margin-top:0px;
}

.blowup_dialog_embroidery_btn_default {
	cursor:pointer;
	height:45px;
	#height:49px;
	width:86px;
	#width:91px;
	background-position:0px 0px;
	position:relative;
	margin-top:0px;
}

.blowup_dialog_sublimation_btn_default {
	cursor:pointer;
	height:45px;
	#height:49px;
	width:86px;
	#width:91px;
	background-position:0px -45px;
	position:relative;
	margin-top:0px;
}

.blowup_dialog_embroidery_applique_btn_default {
	cursor:pointer;
	height:45px;
	#height:49px;
	width:86px;
	#width:91px;
	background-position:0px -91px;
	position:relative;
	margin-top:0px;
}

.blowup_dialog_screenprint_btn_default {
	cursor:pointer;
	height:45px;
	#height:49px;
	width:86px;
	#width:91px;
	background-position:0px -138px;
	position:relative;
	margin-top:0px;
}



/* Size Chart Styles */

.mainSChart{
	font-family: arial, gill, helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	position:inherit;
	/* white-space:nowrap; */
}
.SChartHeader{
	font-weight:bold;
	/* color:#FFFFFF; */
	position:relative;
}
.SChartCatHead{
	font-weight:bold;
	/* color:#FFFFFF; */
}
.SChartCat1{
	margin-top:3px;
	margin-left:15px;
}
.SChartHeader{
	margin-top:3px;
	margin-left:15px;
}
.SChartHeader div {
	width:95px;
	float:left;
	/* background-color:#FF0000; */
	position:relative;
	border-bottom: 2px solid #000000;
}
.SChartHeader td {
	width:95px;
	/* background-color:#FF0000; */
	position:relative;
	vertical-align: bottom;
}
.SChartCat1 div{
	float:left;
	width:95px;
	height:20px;
	border-bottom: 2px solid #000000;
	position:relative;
	overflow: hidden;
}
.SChartCat1 td{
	width:95px;
	height:20px;
	vertical-align: bottom;
	position:relative;
	overflow: hidden;
}

div.SChartColHead{
	float:left;
	width:50px;
	height:20px;
	position:relative;
	overflow: hidden;
}
td.SChartColHead{
	width:50px;
	height:20px;
	vertical-align: bottom;
	position:relative;
	overflow: hidden;
}

.SChartEvenRow {
	background-color: #EDEDF5;
}

.SChartOddRow {
	background-color: #FFFFFF;
}

.SChartColLeft {
	border-left:1px solid #C5C5C5;
}

.SChartColRight {
	border-right:1px solid #C5C5C5;
}

.SChartRowTop {
	border-top:1px solid #C5C5C5;
}

.SChartColBottom {
	border-bottom:1px solid #C5C5C5;
}


/* Product Blowup Page */
/* Accordion-Style */

/* Individual Elements */
#headline_main { background: #6f9cc2; padding: 5px; width: 480px; #width: 490px; color: white; margin-bottom: 15px; font-size: 14pt; font-weight: bold; margin-top: 10px; }

#headline_main {
	background:url('http://www.logosoftwear.com/global_files/images_misc/blowup_option_header2.gif') no-repeat;
	padding: 5px; padding-top:4px; width: 491px; #width: 490px; color: #2f5893; margin-bottom: 10px; font-size: 14pt; font-weight: bold; margin-top: 10px; height: 31px;
}

/* Shared Properties */
.accordion_wrapper { 
	border: 3px solid #cfdbe7; 
	margin-bottom: 15px; 
/*	width: 534px; */
	width: 514px;
}
.accordion_handle { 
/*
	width:534px; 
	#width:535px;*/
	width:514px; 
	#width:515px;
	cursor: hand; 
}

.accordion_handle_img { float: left; position: relative; margin-top: 0px; margin-left: 5px; }
.accordion_handle_inner { 
	background-color:#527ebd !important; 
 }
.accordion_handle_inner_hover { 
	background-color:#3479D7 !important; 
}
.accordion_handle_div { float: left; font-size: 12pt; color: #373737; margin-bottom: 3px; }
.accordion_handle_text { padding: 3px; padding-left: 20px; color: white; }
.accordion_handle_text_float { float:left; padding: 3px; padding-left: 20px; color: white; }
.accordion_handle_sale_img { margin-top: 3px; position: absolute; }
.accordion_inline_as_low_as { color:#373737; padding-left: 0px; margin-right: 2px; font-size: 12pt; font-weight: bold; }
.accordion_inline_container { padding: 10px 10px 10px 5px; }
.accordion_inline_sale_price { color:red; padding-left: 0px; margin-right: 2px; font-size:10pt; }
.accordion_inline_price_breaks_container { padding: 0px 5px 13px 5px }
.accordion_inline_start_designing_container { padding: 10px 5px 10px 5px; padding-bottom: 13px; }
.collapsible_img { margin-right: 5px; margin-top: 3px; position: absolute; }
.collapsible_hidden { display: none; }
.hidden { display: none; }

.headline_click_note {
	float:left;
	font-size: 8pt;
	margin:5px;
}

.qty_mainGrid {
	font-family:arial;
	font-size: 10pt;
	margin: 0 0 0 0px;
}

.qty_rangeGrid {
	font-family:arial;
	font-size: 10pt;
	margin: 0 0 0 0px;
}

/* Accordion for Quickview Subproducts */

/* Product Blowup Page */
/* Accordion-Style */

/* Lightbox */
.lightbox_content {
/*	background: white;
	border: 10px solid white;*/
	background-color:transparent;
	position: absolute;
	z-index: 999999;
	left: 50%;
	top: 50%;
/*	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); */
	display: none;
}

#lightbox_black_container {
	background: black; 
	width: 100%; 
	height: 100%; 
	z-index: 999998; 
	display: none; 
	position: fixed; 
	*position: absolute; 
	top: 0px; 
	left: 0px; 
	opacity: 0.3;
	filter: alpha(opacity=30);
}

/* Individual Elements */
#headline_main_qv { background: #6f9cc2; padding: 5px; width: 390px; #width: 410px; color: white; margin-bottom: 15px; font-size: 10pt; font-weight: bold; margin-top: 10px; }

#headline_main_qv {
	background:url('http://www.logosoftwear.com/global_files/images_misc/blowup_option_header2.gif') no-repeat;
	padding: 6px 5px 2px 7px; width: 395px; #width: 395px; color: #2f5893; margin-bottom: 3px; font-size: 10pt; font-weight: bold; margin-top: 10px; height: 31px;
}

#headline_promo_qv {
	padding: 6px 5px 2px 7px; 
	width: 395px; 
	#width: 395px; 
	color: #2f5893; 
	margin-bottom: 3px; 
	font-size: 10pt; 
	font-weight: bold; 
	margin-top: 10px; 
	height: 31px;
	border-bottom: 1px solid #AAAAAA;
}

/* Shared Properties */
.accordion_wrapper_qv { border: 2px solid #cfdbe7; margin-bottom: 5px; width: 404px; #width: 395px;}
.accordion_handle_qv { width:404px; #width:395px; cursor: pointer; cursor: hand; }
.accordion_handle_img_qv { float: left; position: relative; margin-top: 0px; margin-left: 5px; }
.accordion_handle_inner_qv { 
	background-color:#527ebd !important; 
 }
.accordion_handle_inner_hover_qv { 
	background-color:#3479D7 !important; 
}
.accordion_handle_div_qv { float: left; font-size: 8pt; color: #373737; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
.accordion_handle_text_qv { float:left; padding: 0px 3px 0px 20px;  margin:0px 0px 0px 0px; color: white; }
.accordion_handle_sale_img_qv {  padding: 0px 0px 0px 0px;  margin:0px 0px 0px 0px; position: absolute; }
.accordion_inline_as_low_as_qv { color:#373737; padding-left: 0px; margin-right: 2px; font-size: 10pt; font-weight: bold; }
.accordion_inline_container_qv { padding: 10px 10px 10px 5px; }
.accordion_inline_sale_price_qv { color:red; padding-left: 0px; margin-right: 2px; font-size:10pt; }
.accordion_inline_price_breaks_container_qv { padding: 0px 2px 13px 2px }
.accordion_inline_start_designing_container_qv { padding: 10px 0px 10px 0px; padding-bottom: 13px; }
.collapsible_img_qv { margin-right: 5px; margin-top: 0px; position: absolute; }
.collapsible_hidden_qv { display: none; }
.hidden_qv { display: none; }

.headline_click_note_qv {
	float:left;
	font-size: 8pt;
	margin:2px 5px 5px 5px;
}

.qty_mainGrid_qv {
	font-family:arial;
	font-size: 10pt;
	margin: 0 0 0 0px;
}

.qty_rangeGrid_qv {
	font-family:arial;
	font-size: 10pt;
	margin: 0 0 0 0px;
}

.prodDetail_subGroupRepeat_qv {
	background-color:#EBEAEA;
	color:#454545;
	font-size:12pt;
	margin:0px;
	padding:3px 2px 3px 2px;;
	font-weight:bold;
	width:100%;
}

.quickview_ss_button {
	width:100px;
	height:30px;
}
