/* DISCONTINUE USE. STORE USES GLOBAL-MIN>CSS. EDIT GLOBAL_EXTENDED.CSS NAD MINIFY*/
* {
	text-overflow:ellipsis;
}

/*@charset "UTF-8";*/
/* CSS Document */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,iframe
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img,iframe { border:none }

/* de-italicize address */
address { font-style:normal }

legend {
	color: black;
}

/* more varnish stripping as necessary... */#emphTitle {
	font-weight: bold;
	padding-right: 0px;
}

body, html {
	height: 100%;
}

.kagi-clear {
	clear: both !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	margin: 0 !important;
}

.kagi-clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.kagi-clearfix {
	min-height:1px;
}

* html .kagi-clearfix {
	height:1px;
}

/* PNG Fix Behavior */

.kagi-pngfix {
	behavior: url(/gif/OPTIONX/default/iepngfix.htc);
}

/* Universal alerts across top of screen */

div.kagi-preview_mode,
div.kagi-secure_mode,
div.kagi-error_bar,
div.kagi-help_bar {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	white-space: nowrap;
	border-bottom: 1px solid #7e7e7e;
	font-weight: bold;
	font-size: 12px;
	position: relative;
}

div.kagi-preview_mode {
	background: #FFEBA6 url(/gif/yellow_alert_bg.png) repeat-x;
}

div.kagi-secure_mode {
	background: #BEFFA6 url(/gif/green_alert_bg.png) repeat-x;
}

div.kagi-error_bar {
	background: #FEA4A6 url(/gif/red_alert_bg.png) repeat-x;
}

div.kagi-help_bar {
	background: #E6E6E6 url(/gif/white_alert_bg.png) repeat-x;
	border-top: 1px solid #7e7e7e;
	margin-top: -42px;
	padding: 0;
	width: 100%;
}

div.kagi-help_bar p {
	padding: 0 15px;
}

div.kagi-secure_mode img {
	position: absolute;
	top: 9px;
	right: 15px;
}

div.kagi-powered {
	position: absolute;
	right: 15px;
	top: 2px;
	width: 148px;
	height: 30px;
}

div.kagi-powered img {
	width: 148px;
	height: 30px;
}

span.s0nt5 {
	display: block;
	margin:1.5em auto;
	line-height: 1.5em;
}

/*Product page adjustments*/


div#kagi-view.kagi-view-products ol li{
	list-style-type:decimal;
	zoom: 0;

}
div#kagi-view.kagi-view-products ul li{
	list-style-type:disc;
}

div#kagi-view.kagi-view-products ol, div#kagi-view.kagi-view-products ul{
	padding-left:40px;
	margin: 1em 0;
}


/*product layout*/


	
table#kagi-product_layout.kagi-list_layout{
	width:100%;

	}	
table#kagi-product_layout tr td{
	text-align:center;
	padding:.5%;
	}
table#kagi-product_layout tr td div.kagi-product_listing div span{
	word-wrap:break-word;
	display:inline-block;
}
table#kagi-product_layout tr td div.kagi-product_listing div span.kagi-thumbnail_layout{
	height:100px;
	width: 100px;
	overflow:hidden;
	}
table#kagi-product_layout.kagi-list_layout tr td div.kagi-product_listing{
	list-style-type:none;
	clear:both;
	display:block;
	margin:5px 0;
	padding:0 0 35px;
	}

table#kagi-product_layout.kagi-list_layout tr td div.kagi-product_listing div span{
	
	/*float:left;*/
	margin:0 .7% 0.58em;
	/*min-height:2.5em;*/
	vertical-align:middle;
	text-align:left;
}

table#kagi-product_layout.kagi_list_layout tr td div.kagi-product_listing div span.kagi-shortDescription_layout,
table#kagi-product_layout.kagi-list_layout tr td div.kagi-product_listing div span.kagi-detailPageLink_layout,
table#kagi-product_layout.kagi-list_layout tr td div.kagi-product_listing div span.kagi-longDescription_layout {
	width:23%;
	}
table#kagi-product_layout.kagi-list_layout tr td div.kagi-product_listing div span.kagi-detailPageLink_layout{
	width:9.5%;
	}	
table#kagi-product_layout.kagi-list_layout tr td div.kagi-product_listing div span.kagi-shortDescription_layout,
table#kagi-product_layout.kagi-list_layout tr td div.kagi-product_listing div span.kagi-name_layout{
	width:14%;
	}
table#kagi-product_layout.kagi-list_layout tr td div.kagi-product_listing div span.kagi-name_layout{
	display:none;
	}
table#kagi-product_layout.kagi-list_layout tr td div.kagi-product_listing div span.kagi-price_layout{
	text-align:right;
	width:11%;
}
table#kagi-product_layout.kagi-list_layout tr td div.kagi-product_listing div span.kagi-buyButton_layout{
	width:10%
	}
	

table#kagi-product_layout.kagi-grid_layout tr td div.kagi-product_listing{
	float:left;
	width:32%;
	clear:none;
	margin:.5%;
	}
table#kagi-product_layout.kagi-grid_layout tr td div.kagi-product_listing_1{
	clear:left;	
}	
		
table#kagi-product_layout.kagi-grid_layout tr td div.kagi-product_listing div span{
	float:none;
	width:auto;
	display:block;
	margin:10px;
	}

iframe.kagi-mb_iframe {
	border: none;
	width: 100%;
}

@import url('/gif/OPTIONX/default/cart-row.css');
@import url('/gif/OPTIONX/default/forms-1.css');
@import url('/gif/OPTIONX/default/buttons-1.css');
@import url('/gif/OPTIONX/default/breadcrumb-1.css');
