﻿/* global.css */


/*
-------------------------------------------------
    G l o b a l   C l a s s e s
------------------------------------------------- */
.fl  { float: left; }
.fr  { float: right; }
.clr { clear: both; }
.nindent { text-indent: -999em; }
.js .initial-hide,
.nodisplay {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
    zoom: 1;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.nobr {
	white-space: nowrap;
}


/*
-------------------------------------------------
    I m a g e s
------------------------------------------------- */
.brdr {
    border: solid 7px #b7d1ee;
    border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
}
.iwrap img {
    display: block;
    margin: 0;
}
.logo-print 
{
	display: none;	
}


/*
-------------------------------------------------
    G r i d
------------------------------------------------- */
div.one, div.two {
    display: inline;
    float: left;
    margin: 0 15px 15px 0;
}
div.one   { width: 215px; }
div.two   { width: 445px; }
div.last  { margin-right: 0; }
div.clear { 
    clear: both; 
    _display: inline; 
    height: 0px; 
    line-height: 0; 
    width: 100%;
}


/*
-------------------------------------------------
    J a v a s c r i p t
------------------------------------------------- */
.no-js .browse-control,
.no-js body.product .facts .show {
    display: none;
    display: none !important;
}
#shell .nojsbu { display: none; }
.no-js #shell .nojsbu { display: block; }



/*
-------------------------------------------------
    E r r o r s
------------------------------------------------- */

/* search */
#shell .footer-search .error,
.search-error {
    color: #ec4625;
}
.search-error {
    font-size: 12px;
    font-weight: bold;
}

#shell .search-error a {
    color: #ed6b14;
    text-decoration: underline;
}

/* questions / comment */
.e-style {
    color: #F00;
}