/**
* Main CSS Stylesheet
*
* @package templateSystem
* @copyright Copyright 2003-2007 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
BODY
{
	margin: 0;
	font: 75% "Trebuchet MS";
	line-height: 1.5;
	color: #000000;
	background-color: #2D3234;
	background-image: url(../images/body.png);
	padding: 0 0 20px;
	-webkit-transform:translate3d(0,0,0);
}
A:link, #navEZPagesTOC UL LI A
{
	color: #000000;
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
	color: #000000;
}
A:hover, #navEZPagesTOC UL LI A:hover, #navMain UL LI A:hover, #navSupp UL LI A:hover, #navCatTabs UL LI A:hover
{
	color: #FA0039;
}
A:active
{
}
HTML
{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
A:focus
{
	outline: thin dotted #333;
/*outline:5px auto -webkit-focus-ring-color*/
	outline-offset: -2px;
}
SUB, SUP
{
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
SUP
{
	top: -0.5em;
}
SUB
{
	bottom: -0.25em;
}
IMG
{
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
BUTTON::-moz-focus-inner, INPUT::-moz-focus-inner
{
	padding: 0;
	border: 0;
}
BUTTON, INPUT[type="button"], INPUT[type="reset"], INPUT[type="submit"]
{
	cursor: pointer;
	-webkit-appearance: button;
}
INPUT[type="search"]
{
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
INPUT[type="search"]::-webkit-search-decoration, INPUT[type="search"]::-webkit-search-cancel-button
{
	-webkit-appearance: none;
}
TEXTAREA
{
	height: auto;
}
TEXTAREA, INPUT[type="text"], INPUT[type="password"], INPUT[type="datetime"], INPUT[type="datetime-local"], INPUT[type="date"], INPUT[type="month"], INPUT[type="time"], INPUT[type="week"], INPUT[type="number"], INPUT[type="email"], INPUT[type="url"], INPUT[type="search"], INPUT[type="tel"], INPUT[type="color"], .uneditable-input
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
TEXTAREA:focus, INPUT[type="text"]:focus, INPUT[type="password"]:focus, INPUT[type="datetime"]:focus, INPUT[type="datetime-local"]:focus, INPUT[type="date"]:focus, INPUT[type="month"]:focus, INPUT[type="time"]:focus, INPUT[type="week"]:focus, INPUT[type="number"]:focus, INPUT[type="email"]:focus, INPUT[type="url"]:focus, INPUT[type="search"]:focus, INPUT[type="tel"]:focus, INPUT[type="color"]:focus, .uneditable-input:focus
{
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	/*[disabled]outline:thin dotted;*/
/*IE6-9*/
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
INPUT[type="radio"], INPUT[type="checkbox"]
{
	margin: 3px 0;
	=margin-top: 0;
/*IE7*/
	line-height: normal;
	cursor: pointer;
}
INPUT[type="submit"], INPUT[type="reset"], INPUT[type="button"], INPUT[type="radio"], INPUT[type="checkbox"]
{
	width: auto;
}
.uneditable-textarea
{
	width: auto;
	height: auto;
}
SELECT, INPUT[type="file"]
{
	height: 28px;
/*In IE7, the height of the select element cannot be changed by height, only font-size*/
	=margin-top: 4px;
/*For IE7, add top margin to align select with labels*/
	line-height: 28px;
}
SELECT
{
	width: 220px;
	border: 1px solid #BBB;
}
SELECT[multiple], SELECT[size]
{
	height: auto;
}
SELECT:focus, INPUT[type="file"]:focus, INPUT[type="radio"]:focus, INPUT[type="checkbox"]:focus
{
	outline: thin dotted #333;
/*outline: 5px auto #333;*/
	outline-offset: -2px;
}
.radio, .checkbox
{
	min-height: 18px;
	padding-left: 18px;
}
.radio INPUT[type="radio"], .checkbox INPUT[type="checkbox"]
{
	float: left;
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child
{
	padding-top: 5px;
}
.radio.inline, .checkbox.inline
{
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline
{
	margin-left: 10px;
}
.input-mini
{
	width: 60px;
}
.input-small
{
	width: 90px;
}
.input-medium
{
	width: 150px;
}
.input-large
{
	width: 210px;
}
.input-xlarge
{
	width: 270px;
}
.input-xxlarge
{
	width: 530px;
}
.row
{
	margin-left: -20px;
	=zoom: 1;
}
.row:before, .row:after
{
	display: table;
	content: "";
}
.row:after
{
	clear: both;
}
[class*="span"]
{
	float: left;
	margin-left: 20px;
}
.span1
{
	width: 60px;
}
.span2
{
	width: 140px;
}
.span3
{
	width: 220px;
}
.span4
{
	width: 300px;
}
.span5
{
	width: 380px;
}
.span6
{
	width: 460px;
}
.span7
{
	width: 540px;
}
.span8
{
	width: 620px;
}
.span9
{
	width: 700px;
}
.span10
{
	width: 780px;
}
.span11
{
	width: 860px;
}
.span12, .container
{
	width: 940px;
}
.offset1
{
	margin-left: 100px;
}
.offset2
{
	margin-left: 180px;
}
.offset3
{
	margin-left: 260px;
}
.offset4
{
	margin-left: 340px;
}
.offset5
{
	margin-left: 420px;
}
.offset6
{
	margin-left: 500px;
}
.offset7
{
	margin-left: 580px;
}
.offset8
{
	margin-left: 660px;
}
.offset9
{
	margin-left: 740px;
}
.offset10
{
	margin-left: 820px;
}
.offset11
{
	margin-left: 900px;
}
.row-fluid
{
	width: 100%;
	=zoom: 1;
}
.row-fluid:before, .row-fluid:after
{
	display: table;
	content: "";
}
.row-fluid:after
{
	clear: both;
}
.row-fluid > [class*="span"]
{
	float: left;
	margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child
{
	margin-left: 0;
}
.row-fluid > .span1
{
	width: 6.382978723%;
}
.row-fluid > .span2
{
	width: 14.89361702%;
}
.row-fluid > .span3
{
	width: 23.404255317%;
}
.row-fluid > .span4
{
	width: 31.914893614%;
}
.row-fluid > .span5
{
	width: 40.425531911%;
}
.row-fluid > .span6
{
	width: 48.936170208%;
}
.row-fluid > .span7
{
	width: 57.446808505%;
}
.row-fluid > .span8
{
	width: 65.957446802%;
}
.row-fluid > .span9
{
	width: 74.468085099%;
}
.row-fluid > .span10
{
	width: 82.978723396%;
}
.row-fluid > .span11
{
	width: 91.489361693%;
}
.row-fluid > .span12
{
	width: 99.99999999%;
}
.container
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	=zoom: 1;
}
.container:before, .container:after
{
	display: table;
	content: "";
}
.container:after
{
	clear: both;
}
.container-fluid
{
	padding-left: 20px;
	padding-right: 20px;
	=zoom: 1;
}
.container-fluid:before, .container-fluid:after
{
	display: table;
	content: "";
}
.container-fluid:after
{
	clear: both;
}
P
{
	margin: 0 0 9px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
P SMALL
{
	font-size: 11px;
	color: #999999;
}
.lead
{
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 200;
	line-height: 27px;
}
H1
{
	font: 2em sans-serif;
	color: #9A9A9A;
	margin-bottom: 0px;
}
H2
{
	font: 1.6em "Trebuchet MS";
}
H3
{
	font: 1.5em "Trebuchet MS";
}
H4, H5, H6, LABEL, H4.optionName, LEGEND, ADDRESS, .larger
{
	font-size: 1.1em;
}
.biggerText
{
	font-size: 1.2em;
}
H1, H2, H3, H4, H5, H6
{
	margin: 0.3em 0;
}
H1#indexDefaultHeading
{
	font: 1.8em "Trebuchet MS";
}
/*Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
position: relative;
}
*html .centerColumn {
height: 1%;
.clearfix
{
=zoom: 1;
}
.clearfix:before, .clearfix:after
{
display: table;
content: "";
}
.clearfix:after
{
clear: both;
}
}
*/
CODE
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}
FORM, SELECT, INPUT
{
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}
TEXTAREA
{
	margin: auto;
	display: block;
	width: 95%;
}
INPUT:focus, SELECT:focus, TEXTAREA:focus
{
	background: #EAEAEA;
}
#currencies #currenciesContent SELECT
{
	width: 90%;
}
#navMainSearch FORM
{
	padding: 3px 0 3px 3px;
	width: 30px;
}
FIELDSET
{
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #CCCCCC;
}
LEGEND
{
	font-weight: bold;
	padding: 0.3em;
	color: #000000;
}
LABEL, H4.optionName
{
	line-height: 1.5em;
	padding: 0.2em;
	font-weight: normal;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel
{
	margin: 0.5em 0.3em;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg
{
	float: left;
}
LABEL.inputLabel
{
	width: 9em;
	float: left;
}
LABEL.inputLabelPayment
{
	width: 14em;
	float: left;
	padding-left: 2.5em;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel
{
	width: 11em;
	float: left;
}
#checkoutPayment LABEL.radioButtonLabel
{
	font-weight: bold;
}
P, ADDRESS
{
	padding: 0.5em;
}
ADDRESS
{
	font-style: normal;
}
.clearBoth
{
	clear: both;
}
HR
{
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
}
HR#catBoxDivider
{
	visibility: hidden;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution
{
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9A9A9A;
}
.messageStackWarning, .messageStackError
{
	background-color: #FF0000;
	color: #FFFFFF;
}
.messageStackSuccess
{
	background-color: #99FF99;
	color: #000000;
}
.messageStackCaution
{
	background-color: #FFFF66;
	color: #000000;
}
/*wrappers - page or section containers*/
#mainWrapper
{
	text-align: left;
	max-width: 1000px;
	vertical-align: top;
}
#dropDownMenuSecondary
{
	margin: 11px auto 0;
	position: absolute;
	text-align: center;
}
#dropdownMenuBar
{
	max-width: 1000px;
	height: 60px;
}
#dropdownMenuBoxLeft
{
	background: url(../images/navbar-ss-left.png) no-repeat left;
	height: 60px;
	float: left;
	width: 32px;
}
#dropdownMenuBox
{
	background: #000000 url(../images/navbar-ss-middle.png) repeat-x center;
	height: 60px;
	margin: 0;
	padding: 0 0 0 20px;
	/*+border-radius:6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
#dropdownMenuBoxRight
{
	background: url(../images/navbar-ss-right.png) no-repeat right;
	float: right;
	height: 60px;
	width: 32px;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper UL, #ezPageBoxList UL, #mainWrapper, #popupAdditionalImage, #popupImage
{
	margin: 0em auto 0em 0em;
	padding: 0em;
}
#contentMainWrapper
{
	background-color: #FFFFFF;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#headerWrapper
{
	z-index: 150;
	margin: 0 auto;
	background: #FFFFFF;
	/*+border-radius:6px 6px 0 0;*/
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	width: 98%;
}
#logoWrapper
{
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
	z-index: 100;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper
{
	margin: auto;
}
#tagline
{
	color: #000000;
	font-size: 2em;
	text-align: center;
	vertical-align: middle;
}
#sendSpendWrapper
{
	border: 1px solid #CACACA;
	float: right;
	margin: 0em 0em 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper
{
	margin: 0;
	width: 47%;
}
.wrapperAttribsOptions
{
	margin: 0.3em 0em;
}
/*navigation*/
.navSplitPagesResult
{
}
.navSplitPagesLinks
{
	margin: 10px 0;
}
.navSplitPagesLinks
{
	list-style-type: none;
}
.navSplitPagesLinks .current
{
	color: #C00707;
	border: 1px solid #C1BFBF;
	padding: 2px 5px;
	background-color: #EFEFEF;
	/*+border-radius:4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-left: -5px;
}
.navSplitPagesLinks A
{
	border: 1px solid #C1BFBF;
	padding: 2px 5px;
	/*+border-radius:6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	margin-left: -5px;
}
.navNextPrevCounter
{
	margin: 0em;
	font-size: 0.9em;
}
.navNextPrevList
{
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}
#navMainWrapper
{
	margin: -20px 2em 0;
	padding: 0.5em 0.2em;
	font-weight: bold;
	height: 1%;
	z-index: 200;
	position: relative;
}
#navCatTabsWrapper
{
	margin: 0em 2em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	height: 1%;
	z-index: 200;
	position: relative;
}
#navSuppWrapper
{
	margin: 0em auto;
	padding: 0.5em 0;
	font-weight: bold;
	z-index: 200;
	position: relative;
	background: #FFFFFF;
	width: 98%;
}
#navCatTabsWrapper
{
	background-color: #FFFFFF;
	color: #9A9A9A;
	background-image: none;
}
#navSupp UL
{
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#navMain UL
{
	margin: 0 0 -1px;
	padding: 0.8em 1em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	background: #606060;
	/*+border-radius:6px 6px 0 0;*/
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #FFFFFF;
	border-bottom: 1px solid #3C3C3C;
}
#navCatTabs UL
{
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#navMain UL LI, #navCatTabs UL LI
{
	display: inline;
}
#navSupp UL LI
{
	display: inline;
	padding: 0.5em;
	/*+border-radius:6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
#navMainLinks UL LI A:hover
{
	color: #F2F2F2;
}
#navCatTabs UL LI A
{
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000000;
	white-space: nowrap;
}
#navSupp UL LI A
{
	text-decoration: underline;
	font-weight: normal;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	color: #A3A3A3;
}
#navCatTabs UL LI A
{
	color: #9A9A9A;
}
#navEZPagesTOCWrapper
{
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9A9A9A;
}
#navEZPagesTOC UL
{
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC UL LI
{
	white-space: nowrap;
}
#navEZPagesTOC UL LI A
{
	padding: 0em 0.5em;
	margin: 0;
}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription
{
	margin: 0.5em;
}
#navMainSearch
{
	position: absolute;
	right: 12px;
	top: 5px;
}
#navBreadCrumb
{
	padding: 0.5em;
	background-color: #FFFFFF;
	margin: 0em 0em 0.8em;
	text-decoration: none;
	color: #838383;
}
#navBreadCrumb A
{
	text-decoration: underline;
	color: #A3A3A3;
}
#navEZPagesTop
{
	background-color: #ABBBD3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
}
#navColumnOne, #navColumnTwo
{
	background-color: transparent;
}
#socialIcons
{
	float: right;
	margin-top: -4px;
}
LI#socialIcons A
{
	float: left;
	width: 25px;
	padding: 0;
	margin: 0 0 0 -20px;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert
{
	vertical-align: top;
}
/*.content,*/
#productDescription, .shippingEstimatorWrapper
{
	padding: 0.5em;
}
.alert
{
	color: #FF0000;
	margin-left: 0.5em;
}
.advisory
{
}
.important
{
	font-weight: bold;
}
.notice
{
}
.rating
{
}
.gvBal
{
	float: right;
}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix
{
	padding: 0 1.5em 0.8em 0.8em;
}
.smallText, #siteinfoCredits, #siteinfoStatus
{
	font-size: 0.9em;
}
#siteinfoLegal
{
	font-size: 0.9em;
	color: #9B9B9B;
	margin: 0;
}
#siteinfoIP
{
	font-size: 0.9em;
	color: #9B9B9B;
	margin: 12px 0 0;
}
.legalCopyright A
{
	color: #9B9B9B;
}
.productListing-data DIV.listingDescription
{
	text-align: left;
	padding: 0 10px;
}
#clickHere
{
	float: right;
	margin-top: 10px;
}
.productListing-data H3.itemTitle
{
}
/*Shopping Cart Display*/
#cartAdd
{
	text-align: center;
	margin: 0 auto 1em 3px;
	border: 1px solid #EAE9E9;
	padding: 5px 10px 5px 5px;
	font-family: sans-serif;
	font-size: 1.6em;
	min-width: 50%;
	/*+box-shadow:0px 3px 5px #B7B7B7;*/
	-moz-box-shadow: 0px 3px 5px #B7B7B7;
	-webkit-box-shadow: 0px 3px 5px #B7B7B7;
	-o-box-shadow: 0px 3px 5px #B7B7B7;
	box-shadow: 0px 3px 5px #B7B7B7;
}
.tableHeading TH
{
	border-bottom: 1px solid #9A9A9A;
}
.tableHeading, #cartSubTotal
{
	background-color: #E9E9E9;
}
#cartSubTotal
{
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
}
.tableRow, .tableHeading, #cartSubTotal
{
	height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay
{
	padding: 0.5em 0em;
}
.cartUnitDisplay, .cartTotalDisplay
{
	text-align: right;
	padding-right: 0.2em;
}
#scUpdateQuantity
{
	width: 2em;
}
.cartQuantity
{
	width: 4.7em;
}
.cartNewItem
{
	color: #33CC33;
	position: relative;
/*do not remove-fixes stupid IEbug*/
}
.cartOldItem
{
	color: #660099;
	position: relative;
/*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal
{
	text-align: right;
	font-weight: bold;
}
.cartRemoveItemDisplay
{
	width: 3.5em;
}
.cartAttribsList
{
	margin-left: 1em;
}
#mediaManager
{
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEF5;
	border: 1px solid #003D00;
}
.mediaTitle
{
	float: left;
}
.mediaTypeLink
{
	float: right;
}
.normalprice, .productSpecialPriceSale
{
	text-decoration: line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount
{
	/*[disabled]color:#FA0039;*/
}
.orderHistList
{
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
}
#cartBoxListWrapper UL, #ezPageBoxList UL
{
	list-style-type: none;
}
#cartBoxListWrapper LI, #ezPageBoxList LI, .cartBoxTotal
{
	margin: 0;
	padding: 0.2em 0em;
}
#cartBoxEmpty, #cartBoxVoucherBalance
{
	font-weight: bold;
}
.totalBox
{
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}
.lineTitle, .amount
{
	text-align: right;
	padding: 0.2em;
}
.amount
{
	width: 5.5em;
}
/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage
{
	margin: 0em 1em 1em 0em;
}
.categoryIcon
{
}
#cartImage
{
	margin: 0.5em 1em;
}
/*Attributes*/
.attribImg
{
	width: 20%;
	margin: 0.3em 0em;
}
.attributesComments
{
	text-decoration: underline;
	margin: 15px 0 5px;
	font-size: 1.6em;
}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew
{
	margin: 1em 0em;
}
.centerBoxWrapper
{
	border: 1px solid #9A9A9A;
	height: 1%;
	margin: 1.1em 0;
	padding: 0 0 0 11px;
}
H2.centerBoxHeading
{
	font: 1.6em "Trebuchet MS";
	color: #DDDDDD;
	text-align: left;
	padding: 10px 0 10px 50px;
}

.categoryListBoxContents
{
	display: block;
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
	margin: 5px 10px 5px 0;
}

.categoryListBoxContents a
{
	display: table-cell;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
	height: 200px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
}

.categoryListBoxContents a:hover
{
	background-color: #ffe;
}

.categoryListBoxContents img
{
	margin: 10px;
}


/*sideboxes*/
.columnLeft
{
}
H3.leftBoxHeading, H3.rightBoxHeading
{
	font-size: 1.5em;
	color: #838181;
	/*[disabled]text-shadow:1px 1px 1px #202020;*/
}
H3#categoriesHeading
{
	margin-bottom: 15px;
}
H3.leftBoxHeading A, H3.rightBoxHeading A
{
	color: #838181;
}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading
{
	margin: 0em;
	padding: 0.6em 0.2em 0.8em;
}
.leftBoxContainer, .rightBoxContainer
{
	border: 1px solid #E0DFDF;
	margin: 0.8em 1em 1.5em;
	background-color: #F4F4F2;
	/*+border-radius:6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	/*+box-shadow:1px 1px 3px #E2E2E2;*/
	-moz-box-shadow: 1px 1px 3px #E2E2E2;
	-webkit-box-shadow: 1px 1px 3px #E2E2E2;
	-o-box-shadow: 1px 1px 3px #E2E2E2;
	box-shadow: 1px 1px 3px #E2E2E2;
	/*[empty]+min-height:;*/
}
.sideBoxContent
{
	padding: 0.4em 1em 1em;
}
H3.leftBoxHeading A:hover, H3.rightBoxHeading A:hover
{
	text-decoration: none;
}
.rightBoxHeading A:visited, .leftBoxHeading A:visited, .centerBoxHeading A:visited
{
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg
{
	text-align: center;
}
#bestsellers .wrapper
{
	margin: 0em 0em 0em 1.5em;
}
#bestsellers OL
{
	padding: 0;
	margin-left: 1.1em;
}
#bestsellers LI
{
	padding: 0;
	margin: 0.3em 0em;
}
#upProductsHeading
{
	text-align: left;
}
#upDateHeading
{
	text-align: right;
}
/*categories box parent and child categories*/
A.category-top, A.category-top:visited
{
	font-size: 12px;
	text-decoration: none;
	display: block;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #E5E5E5;
	/*+box-shadow:0 1px #FFFFFF;*/
	-moz-box-shadow: 0 1px #FFFFFF;
	-webkit-box-shadow: 0 1px #FFFFFF;
	-o-box-shadow: 0 1px #FFFFFF;
	box-shadow: 0 1px #FFFFFF;
	padding: 3px 0 3px 20px;
	margin: -14px 0 0;
	background: url(../images/arrow.png) no-repeat left center;
}
A.category-top:hover
{
	/*+border-radius:4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	outline: 1px solid #FFFFFF;
}
A.category-links:hover
{
	background: #EFEFEF;
	/*+border-radius:4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	outline: 1px solid #FFFFFF;
	color: #FA0039;
}
A.category-links, A.category-links:visited
{
	color: #6E6E6E;
	text-decoration: none;
	display: block;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #E7E7E7;
	/*+box-shadow:0px 1px #FFFFFF;*/
	-moz-box-shadow: 0px 1px #FFFFFF;
	-webkit-box-shadow: 0px 1px #FFFFFF;
	-o-box-shadow: 0px 1px #FFFFFF;
	box-shadow: 0px 1px #FFFFFF;
	padding: 5px 0 5px 10px;
	margin: -14px 0 0;
	text-align: left;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited
{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 5px 0 5px 20px;
	background: #ECECEC url(../images/arrows-right.png) no-repeat 6% 50%;
	margin: -17px 0 0;
}
SPAN.category-subs-parent
{
	font-weight: bold;
}
SPAN.category-subs-selected
{
	font-weight: bold;
}
/*end categories box links
misc*/
.back
{
	float: left;
}
.forward, #shoppingCartDefault #PPECbutton
{
	float: right;
}
.bold
{
	font-weight: bold;
}
.rowOdd
{
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
}
.rowEven
{
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
}
.hiddenField
{
	display: none;
}
.visibleField
{
	display: inline;
}
CAPTION
{
/*display: none;*/
}
#myAccountGen LI, #myAccountNotify LI
{
	margin: 0;
}
.accountTotalDisplay, .accountTaxDisplay
{
	width: 20%;
	text-align: right;
/*vertical-align: top*/
}
.accountQuantityDisplay
{
	width: 10%;
	vertical-align: top;
}
TR.tableHeading
{
	background-color: #CACACA;
	height: 2em;
}
.productListing-rowheading
{
	height: 4em;
	font: 1.3em "Trebuchet MS";
	color: #838181;
}
#siteMapList
{
	width: 90%;
	float: right;
}
.ratingRow
{
	margin: 1em 0em 1.5em;
}
LABEL#textAreaReviews
{
	font-weight: normal;
	margin: 1em 0em;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart
{
	color: #FFFFFF;
}
#infoShoppingCart A
{
	color: #FFFFFF;
}
.information
{
	padding: 10px 3px;
	line-height: 150%;
}
#shoppingcartBody #shippingEstimatorContent
{
	clear: both;
}
.seDisplayedAddressLabel
{
	background-color: #85C285;
	text-align: center;
}
.seDisplayedAddressInfo
{
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#seShipTo
{
	padding: 0.2em;
}
.productDisplayBox
{
	max-width: 220px;
	margin: 15px auto 0;
}
.imageFrame
{
	max-width: 210px;
	border: 1px solid #EDECEC;
	padding: 3px 3px 2px;
	position: relative;
	z-index: 10;
	margin: 0 3px;
	/*+border-radius:3px 3px 0 0;*/
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.imageFrame:hover
{
	border: 1px solid #F31E1E;
	/*+border-radius:3px 3px 0 0;*/
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.productListing-data DIV.imageFrame
{
	margin: 10px 0 0;
}
.imageFrameHover A:hover
{
	max-width: 170px;
	height: 100%;
	background-color: #C4C5C5;
	display: block;
}
.imageShadow
{
}
.priceBox
{
	max-width: 137px;
	background-repeat: no-repeat;
	margin-left: auto;
	position: absolute;
	z-index: 200;
	margin-top: -5px;
}
.priceBoxPhone
{
	max-width: 80px;
	background-repeat: no-repeat;
	margin-left: auto;
	position: absolute;
	z-index: 200;
	margin-top: -5px;
}
.priceBoxMiddle A
{
	color: #FFFFFF;
	margin: 10px;
	font: 1.4em Lobster;
	text-shadow: 1px 1px 1px #101010;
}
.priceBoxMiddlePhone A
{
	color: #FFFFFF;
	margin: 10px;
	font: 1.2em Lobster;
	text-shadow: 1px 1px 1px #101010;
	padding-top: 2px;
	line-height: 1;
}
.priceBoxTop
{
	height: 6px;
	background-image: url(../images/pricetag-top.png);
	margin: 0 -5px 0 5px;
	padding: 0;
}
.priceBoxTopPhone
{
	height: 4px;
	background-image: url(../images/pricetag-top-phone.png);
	margin: 1px -5px 0 5px;
	padding: 0;
}
.priceBoxMiddle
{
	height: 100%;
	background-image: url(../images/pricetag-middle.png);
	background-repeat: repeat-y;
	padding: 4px 0 0;
	margin-left: 5px;
}
.priceBoxMiddlePhone
{
	height: 100%;
	background-image: url(../images/pricetag-middle-phone.png);
	background-repeat: repeat-y;
	padding: 5px 0 0;
	margin-left: 5px;
}
.priceBoxBottom
{
	height: 11px;
	background-image: url(../images/pricetag-bottom.png);
	margin-left: 5px;
}
.priceBoxBottomPhone
{
	height: 6px;
	background-image: url(../images/pricetag-bottom-phone.png);
	margin-left: 5px;
}
.priceBoxMiddle A SPAN.productSpecialPrice
{
	color: #FFFFFF;
	font-weight: normal;
}
.priceBoxMiddle A SPAN.productPriceDiscount
{
	color: #EFD75A;
}
.priceBoxMiddle A SPAN.normalprice
{
	color: #C3C3C3;
}
.productName
{
	margin: -10px 0;
}
.headingBox
{
	margin: 0 0 0 -11px;
}
.sideBoxContentItem A IMG
{
	border: 1px solid #E0DFDF;
	padding: 4px;
	/*[disabled]width:150px;*/
	/*+border-radius:6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.sideBoxContentItem A IMG:hover
{
	border: 1px solid #D24A4A;
	/*[disabled]width:150px;*/
}
#shoppingHeader
{
	max-width: 300px;
	min-width: 180px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 0;
	color: #050505;
	text-align: right;
	float: right;
	padding: 10px 10px 0 0;
}
#cartHeader
{
	background: url(../images/cart.png) no-repeat left;
	height: 35px;
	vertical-align: text-bottom;
	position: relative;
	margin: -15px 0 0 20px;
	z-index: 10000;
	text-decoration: none;
	top: 0;
}
#cartHeader UL LI
{
	list-style: none;
	position: relative;
	top: 0;
	text-align: left;
	padding-left: 10px;
}
#cartHeader UL
{
}
#cartHeader UL LI.cartCountTotal A
{
}
#navMainSearch INPUT
{
	padding: 3px 5px 3px 30px;
	background: #FAFAFA url(../images/search.png) no-repeat 3% 40%;
	color: #7C7C7C;
}
/*---------- bubble tooltip -----------*/
A.tt
{
	position: relative;
	z-index: 24;
	color: #3CA3FF;
	/*[disabled]font-weight:bold;*/
	text-decoration: none;
	margin: 0;
	text-align: center;
}
A.tt SPAN
{
	display: none;
}
A.tt SPAN.middle
{
	display: none;
}
A.tt SPAN.middlePhone
{
	display: none;
}
/*background:; ie hack, something must be changed in a for ie to execute it*/
A.tt:hover
{
	z-index: 25;
	color: #AAAAFF;
	/*[empty]background:;*/
	margin: 0;
}
A.tt:hover SPAN.middle
{
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	padding: 0 0 0 2px;
	color: #FFFFFF;
	text-align: center;
	/*+opacity:70%;*/
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 98%;
	background-color: #0D0D0D;
}
A.tt:hover SPAN.middlePhone
{
	display: block;
	position: absolute;
	bottom: 2px;
	padding: 12px 0;
	color: #FFFFFF;
	text-align: center;
	/*+opacity:70%;*/
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 98%;
	background-color: #0D0D0D;
	margin: 0 auto;
}
#prodInfoImageBox
{
	border: 1px solid #EAE9E9;
	width: 300px;
	height: 100%;
	padding: 3px;
}
#productMainImage
{
	height: 100%;
	width: 310px;
	float: left;
	margin: 10px 20px 10px 0;
}
#prodInfoImageShadow
{
	background-image: url(../images/prodinfoshadow.jpg);
	width: 310px;
	height: 24px;
}
.imgLink
{
	font-family: Lobster;
	font-size: 1.2em;
	color: #FA0039;
	background: url(../images/searchsmall.png) no-repeat 0px 0;
	padding: 0px 0px 0px 20px;
	-webkit-transform:translateZ(0);
	-webkit-transform: scale(1.5);
}
.imgLink A
{
	color: #FA0039;
}
DIV#cartAdd INPUT
{
	vertical-align: middle;
}
#productAttributes
{
	margin: 10px 0 10px 3px;
	border: 1px solid #EAE9E9;
	padding: 5px;
	/*+box-shadow:0px 3px 5px #B7B7B7;*/
	-moz-box-shadow: 0px 3px 5px #B7B7B7;
	-webkit-box-shadow: 0px 3px 5px #B7B7B7;
	-o-box-shadow: 0px 3px 5px #B7B7B7;
	box-shadow: 0px 3px 5px #B7B7B7;
}
DIV.attribsOptions SELECT
{
	min-width: 250px;
}
DIV.attribsOptions INPUT
{
	/*[disabled]min-width:400px;*/
}
.Lobster
{
	font-family: Lobster;
	-webkit-transform:translateZ(0);
	-webkit-transform: scale(1.5);
}
A.prodTitle
{
	font-size: 1.4em;
	color: #838181;
}
A.prodPrice
{
	font-size: 1.4em;
	color: #000000;
}
A.prodTitle:hover
{
	font-size: 1.4em;
	color: #FA0039;
}
.qtyBox
{
	font-family: Lobster;
	-webkit-transform:translateZ(0);
	-webkit-transform: scale(1.5);
}
#logo
{
	/*[disabled]border:1px solid #000000;*/
	z-index: -100;
	position: relative;
	text-align: left;
	/*[disabled]background:url(../images/logo-butcher-packer.png) center no-repeat;*/
	margin: 5px auto -48px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	min-height: 100px;
}
#logo img
{
	margin-top: 15px;
}
#navMainLinks UL LI A
{
	padding: 0 4px 0 0;
	margin-left: 4px;
	font-size: 1.1em;
	font-weight: normal;
	color: #bbbbbb;
}
A.logoText
{
	color: #EDEDED;
	text-shadow: 2px 2px 2px #222222;
	/*+text-shadow:2px 2px 2px #222222;*/
	-moz-text-shadow: 2px 2px 2px #222222;
	-webkit-text-shadow: 2px 2px 2px #222222;
	-o-text-shadow: 2px 2px 2px #222222;
	text-shadow: 2px 2px 2px #222222;
	-webkit-text-shadow: 2px 2px 2px #222222;
}
SPAN.logoSlogan
{
	font-style: italic;
	font-size: 1.2em;
}
INPUT.headerSearch
{
	background: #DFDFDF;
	border: 1px solid #D2D2D2;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
INPUT.headerSearchButton
{
}
.leftBoxContainerShadow
{
	height: 15px;
	margin: -18px auto 0 1.6em;
	max-width: 220px;
	text-align: left;
}
A.priceListing
{
	font: 1.3em Lobster;
	-webkit-transform:translateZ(0);
	-webkit-transform: scale(1.5);
}
A.priceListing:hover
{
	color: #000000;
}
H3.itemTitle A
{
	color: #838181;
	/*[empty]background-color:;*/
}
H3.itemTitle A:hover
{
	color: #FA0039;
}
A.productListing-heading
{
	color: #838181;
	font: 1em "Trebuchet MS";
}
INPUT
{
	/*[empty]border:;*/
}
#navCurrenciesWrapper
{
	position: absolute;
	top: 10px;
	left: 20px;
}
#navSuppWrapperBottom
{
	max-width: 1000px;
	height: 24px;
}
#prodinfoImageFrame
{
	width: 320px;
	float: left;
}
#additionalImagesBox
{
	width: 90px;
	height: 90px;
	border: 1px solid #EAE9E9;
	padding: 3px;
	vertical-align: bottom;
	position: relative;
}
#additionalImagesBox IMG
{
	bottom: 3px;
	position: absolute;
	left: 3px;
}
#productDateAdded
{
	font-size: 0.9em;
}
.caret
{
	display: inline-block;
	width: 0;
	height: 0;
	text-indent: -99999px;
	=text-indent: 0;
	vertical-align: top;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	content: "\2193";
}
.dropdown .caret
{
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown:hover .caret, .open.dropdown .caret
{
	opacity: 1;
	filter: alpha(opacity=100);
}
.dropdown-menu
{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 200px;
	-width: 200px;
	padding: 4px 0;
	margin: 0;
	list-style: none;
	background-color: #FFFFFF;
	border-color: #CCC;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	=border-right-width: 2px;
	=border-bottom-width: 2px;
}
.dropdown-menu.bottom-up
{
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
.dropdown-menu .divider
{
	height: 1px;
	margin: 5px 1px;
	overflow: hidden;
	background-color: #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	=width: 100%;
	=margin: -5px 0 5px;
}
.dropdown-menu A
{
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
}
.dropdown-menu LI > A:hover, .dropdown-menu .active > A, .dropdown-menu .active > A:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0088CC;
}
.dropdown.open
{
	=z-index: 1000;
}
.dropdown.open .dropdown-toggle
{
	color: #FFFFFF;
	background: #CCC;
	background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu
{
	display: block;
}
.well
{
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
	border: 1px solid #EEE;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well BLOCKQUOTE
{
	border-color: #DDD;
	border-color: rgba(0, 0, 0, 0.15);
}
.close
{
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-shadow: 0 1px 0 #FFFFFF;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover
{
	color: #000000;
	text-decoration: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: pointer;
}
.pull-right
{
	float: right;
}
.pull-left
{
	float: left;
}
.hide
{
	display: none;
}
.show
{
	display: block;
}
.invisible
{
	visibility: hidden;
}
.hidden
{
	display: none;
	visibility: hidden;
}
.visible-phone
{
	display: none !important;
}
.visible-tablet
{
	display: none !important;
}
.hidden-desktop
{
	display: none !important;
}
.nav
{
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
}
.nav > LI > A
{
	display: block;
}
.nav > LI > A:hover
{
	text-decoration: none;
	background-color: #EEEEEE;
}
.nav .nav-header
{
	display: block;
	padding: 0 15px 10px;
	font-weight: bold;
	line-height: 18px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}
.nav LI + .nav-header
{
	margin-top: 9px;
}
.nav-list
{
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 0;
}
.nav-list > LI > A, .nav-list .nav-header
{
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > LI > A
{
	padding: 3px 15px;
}
.nav-list .active > A, .nav-list .active > A:hover
{
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #0088CC;
}
.nav-list [class^="icon-"]
{
	margin-right: 2px;
}
.nav-tabs, .nav-pills
{
	=zoom: 1;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after
{
	display: table;
	content: "";
}
.nav-tabs:after, .nav-pills:after
{
	clear: both;
}
.nav-tabs > LI, .nav-pills > LI
{
	float: left;
}
.nav-tabs > LI > A, .nav-pills > LI > A
{
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}
.nav-tabs
{
	/*[disabled]border-bottom:1px solid #DDD;*/
	margin: 2px 0 0;
}
.nav-tabs > LI
{
	margin-bottom: -1px;
}
.nav-tabs > LI > A
{
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nav-tabs > LI > A:hover
{
	border-color: #EEEEEE;
}
.nav-tabs > .active > A, .nav-tabs > .active > A:hover
{
	color: #555555;
	background-color: #FFFFFF;
	border: 1px solid #DDD;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > LI > A
{
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-pills .active > A, .nav-pills .active > A:hover
{
	color: #FFFFFF;
	background-color: #0088CC;
}
.nav-stacked > LI
{
	float: none;
}
.nav-stacked > LI > A
{
	margin-right: 0;
}
.nav-tabs.nav-stacked
{
	border-bottom: 0;
}
.nav-tabs.nav-stacked > LI > A
{
	border: 1px solid #DDD;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-tabs.nav-stacked > LI:first-child > A
{
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > LI:last-child > A
{
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > LI > A:hover
{
	border-color: #DDD;
	z-index: 2;
}
.nav-pills.nav-stacked > LI > A
{
	margin-bottom: 3px;
}
.nav-pills.nav-stacked > LI:last-child > A
{
	margin-bottom: 1px;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu
{
	margin-top: 1px;
	border-width: 1px;
}
.nav-pills .dropdown-menu
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret
{
	border-top-color: #0088CC;
	margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret
{
	border-top-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret
{
	border-top-color: #333333;
}
.nav > .dropdown.active > A:hover
{
	color: #000000;
	cursor: pointer;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > A:hover
{
	color: #FFFFFF;
	background-color: #999999;
	border-color: #999999;
}
.nav .open .caret, .nav .open.active .caret, .nav .open A:hover .caret
{
	border-top-color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar
{
	overflow: visible;
	margin-bottom: 10px;
}
.navbar-inner
{
	padding-left: 20px;
	padding-right: 20px;
	background-color: #2C2C2C;
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.btn-navbar
{
	display: none;
	float: right;
	padding: 7px 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #2C2C2C;
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover, .btn-navbar:active, .btn-navbar.active, .btn-navbar.disabled, .btn-navbar[disabled]
{
	background-color: #222222;
}
.btn-navbar:active, .btn-navbar.active
{
	background-color: #080808;
}
.btn-navbar .icon-bar
{
	display: block;
	width: 18px;
	height: 2px;
	background-color: #F5F5F5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar
{
	margin-top: 3px;
}
.nav-collapse.collapse
{
	height: auto;
}
.navbar .brand:hover
{
	text-decoration: none;
}
.navbar .brand
{
	float: left;
	display: block;
	padding: 8px 20px 12px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
	color: #FFFFFF;
}
.navbar .navbar-text
{
	margin-bottom: 0;
	line-height: 40px;
	color: #999999;
}
.navbar .navbar-text A:hover
{
	color: #FFFFFF;
	background-color: transparent;
}
.navbar .btn, .navbar .btn-group
{
	margin-top: 5px;
}
.navbar .btn-group .btn
{
	margin-top: 0;
}
.navbar-form
{
	margin-bottom: 0;
	=zoom: 1;
}
.navbar-form:before, .navbar-form:after
{
	display: table;
	content: "";
}
.navbar-form:after
{
	clear: both;
}
.navbar-form INPUT, .navbar-form SELECT
{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 0;
}
.navbar-form .radio, .navbar-form .checkbox
{
	margin-top: 5px;
}
.navbar-form INPUT[type="image"], .navbar-form INPUT[type="checkbox"], .navbar-form INPUT[type="radio"]
{
	margin-top: 3px;
}
.navbar-form .input-append, .navbar-form .input-prepend
{
	margin-top: 6px;
	white-space: nowrap;
}
.navbar-form .input-append INPUT, .navbar-form .input-prepend INPUT
{
	margin-top: 0;
}
.navbar-search
{
	position: relative;
	float: left;
	margin-top: 6px;
	margin-bottom: 0;
}
.navbar-search .search-query
{
	padding: 4px 9px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.75);
	background: #666;
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #111;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.15);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.navbar-search .search-query :-moz-placeholder
{
	color: #EEEEEE;
}
.navbar-search .search-query::-webkit-input-placeholder
{
	color: #EEEEEE;
}
.navbar-search .search-query:hover
{
	color: #FFFFFF;
	background-color: #999999;
	background-color: rgba(255, 255, 255, 0.5);
}
.navbar-search .search-query:focus, .navbar-search .search-query.focused
{
	padding: 5px 10px;
	color: #333333;
	text-shadow: 0 1px 0 #FFFFFF;
	background-color: #FFFFFF;
	border: 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	outline: 0;
}
.navbar-fixed-top
{
	/*[disabled]position:fixed;*/
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.navbar-fixed-top .navbar-inner
{
	padding-left: 0;
	padding-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar .nav
{
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.navbar .nav.pull-right
{
	float: right;
}
.navbar .nav > LI
{
	display: block;
	float: left;
}
.navbar .nav > LI > A
{
	float: none;
	padding: 10px 10px 11px;
	line-height: 19px;
	color: #999999;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > LI > A:hover
{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}
.navbar .nav .active > A, .navbar .nav .active > A:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #222222;
}
.navbar .divider-vertical
{
	height: 40px;
	width: 1px;
	margin: 0 9px;
	overflow: hidden;
	background-color: #222222;
	border-right: 1px solid #333333;
}
.navbar .nav.pull-right
{
	margin-left: 10px;
	margin-right: 0;
}
.navbar .dropdown-menu
{
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.navbar .dropdown-menu:before
{
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}
.navbar .dropdown-menu:after
{
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFFFFF;
	position: absolute;
	top: -6px;
	left: 10px;
}
.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret
{
	border-top-color: #FFFFFF;
}
.navbar .nav .active .caret
{
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle
{
	background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover
{
	color: #FFFFFF;
}
.navbar .nav.pull-right .dropdown-menu
{
	left: auto;
	right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before
{
	left: auto;
	right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after
{
	left: auto;
	right: 13px;
}

.collapse
{
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-ms-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
	position: relative;
	overflow: hidden;
	height: 0;
}
.collapse.in
{
	height: auto;
}
/*start max-width:480px*/
@media (max-width:480px)
{
	.nav-collapse
	{
		-webkit-transform: translate3d(0, 0, 0);
	}
	.page-header H1 SMALL
	{
		display: block;
		line-height: 18px;
	}
	INPUT[class*="span"], SELECT[class*="span"], TEXTAREA[class*="span"], .uneditable-input
	{
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.input-prepend INPUT[class*="span"], .input-append INPUT[class*="span"]
	{
		width: auto;
	}
	INPUT[type="checkbox"], INPUT[type="radio"]
	{
		border: 1px solid #CCC;
	}
	.form-horizontal .control-group > LABEL
	{
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
	}
	.form-horizontal .controls
	{
		margin-left: 0;
	}
	.form-horizontal .control-list
	{
		padding-top: 0;
	}
	.form-horizontal .form-actions
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.modal
	{
		position: absolute;
		top: 10px;
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0;
	}
	.modal.fade.in
	{
		top: auto;
	}
	.modal-header .close
	{
		padding: 10px;
		margin: -10px;
	}
	.carousel-caption
	{
		position: static;
	}
	.productName
	{
		margin: 0 0 -10px;
	}
	#logo
	{
		margin: 10px auto;
	}
/*start max-width:767px*/
}
@media (max-width:767px)
{
	.container
	{
		width: auto;
		padding: 0 20px;
	}
	.row-fluid
	{
		width: 100%;
	}
	.row
	{
		margin-left: 0;
	}
	.row > [class*="span"], .row-fluid > [class*="span"]
	{
		float: none;
		display: block;
		width: auto;
		margin: 0;
	}
	.visible-phone
	{
		display: inherit !important;
	}
	.hidden-phone
	{
		display: none !important;
	}
	.hidden-desktop
	{
		display: inherit !important;
	}
	.visible-desktop
	{
		display: none !important;
	}
	#logo
	{
		margin: 10px auto;
	}
/*start (min-width:768px) and (max-width:979px)*/
}
@media (min-width:768px) and (max-width:979px)
{
	.row
	{
		margin-left: -20px;
		=zoom: 1;
	}
	.row:before, .row:after
	{
		display: table;
		content: "";
	}
	.row:after
	{
		clear: both;
	}
	[class*="span"]
	{
		float: left;
		margin-left: 20px;
	}
	.span1
	{
		width: 42px;
	}
	.span2
	{
		width: 104px;
	}
	.span3
	{
		width: 166px;
	}
	.span4
	{
		width: 228px;
	}
	.span5
	{
		width: 290px;
	}
	.span6
	{
		width: 352px;
	}
	.span7
	{
		width: 414px;
	}
	.span8
	{
		width: 476px;
	}
	.span9
	{
		width: 538px;
	}
	.span10
	{
		width: 600px;
	}
	.span11
	{
		width: 662px;
	}
	.span12, .container
	{
		width: 724px;
	}
	.offset1
	{
		margin-left: 82px;
	}
	.offset2
	{
		margin-left: 144px;
	}
	.offset3
	{
		margin-left: 206px;
	}
	.offset4
	{
		margin-left: 268px;
	}
	.offset5
	{
		margin-left: 330px;
	}
	.offset6
	{
		margin-left: 392px;
	}
	.offset7
	{
		margin-left: 454px;
	}
	.offset8
	{
		margin-left: 516px;
	}
	.offset9
	{
		margin-left: 578px;
	}
	.offset10
	{
		margin-left: 640px;
	}
	.offset11
	{
		margin-left: 702px;
	}
	.row-fluid
	{
		width: 100%;
		=zoom: 1;
	}
	.row-fluid:before, .row-fluid:after
	{
		display: table;
		content: "";
	}
	.row-fluid:after
	{
		clear: both;
	}
	.row-fluid > [class*="span"]
	{
		float: left;
		margin-left: 2.762430939%;
	}
	.row-fluid > [class*="span"]:first-child
	{
		margin-left: 0;
	}
	.row-fluid > .span1
	{
		width: 5.801104972%;
	}
	.row-fluid > .span2
	{
		width: 14.364640883%;
	}
	.row-fluid > .span3
	{
		width: 22.928176794%;
	}
	.row-fluid > .span4
	{
		width: 31.491712705%;
	}
	.row-fluid > .span5
	{
		width: 40.055248616%;
	}
	.row-fluid > .span6
	{
		width: 48.618784527%;
	}
	.row-fluid > .span7
	{
		width: 57.182320438%;
	}
	.row-fluid > .span8
	{
		width: 65.745856349%;
	}
	.row-fluid > .span9
	{
		width: 74.30939226%;
	}
	.row-fluid > .span10
	{
		width: 82.872928171%;
	}
	.row-fluid > .span11
	{
		width: 91.436464082%;
	}
	.row-fluid > .span12
	{
		width: 99.999999993%;
	}
	INPUT.span1, TEXTAREA.span1, .uneditable-input.span1
	{
		width: 32px;
	}
	INPUT.span2, TEXTAREA.span2, .uneditable-input.span2
	{
		width: 94px;
	}
	INPUT.span3, TEXTAREA.span3, .uneditable-input.span3
	{
		width: 156px;
	}
	INPUT.span4, TEXTAREA.span4, .uneditable-input.span4
	{
		width: 218px;
	}
	INPUT.span5, TEXTAREA.span5, .uneditable-input.span5
	{
		width: 280px;
	}
	INPUT.span6, TEXTAREA.span6, .uneditable-input.span6
	{
		width: 342px;
	}
	INPUT.span7, TEXTAREA.span7, .uneditable-input.span7
	{
		width: 404px;
	}
	INPUT.span8, TEXTAREA.span8, .uneditable-input.span8
	{
		width: 466px;
	}
	INPUT.span9, TEXTAREA.span9, .uneditable-input.span9
	{
		width: 528px;
	}
	INPUT.span10, TEXTAREA.span10, .uneditable-input.span10
	{
		width: 590px;
	}
	INPUT.span11, TEXTAREA.span11, .uneditable-input.span11
	{
		width: 652px;
	}
	INPUT.span12, TEXTAREA.span12, .uneditable-input.span12
	{
		width: 714px;
	}
	.visible-tablet
	{
		display: inherit !important;
	}
	.hidden-tablet
	{
		display: none !important;
	}
	.hidden-desktop
	{
		display: inherit !important;
	}
	.visible-desktop
	{
		display: none !important;
	}
	#logo
	{
		margin: 10px auto;
	}
/*start (max-width:979px)*/
}
@media (max-width:979px)
{
	.navbar-fixed-top
	{
		margin-bottom: 0;
	}
	.navbar-fixed-top .navbar-inner
	{
		padding: 5px;
	}
	.navbar .container
	{
		padding: 0;
	}
	.navbar .brand
	{
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 0 0 -5px;
	}
	.navbar .nav-collapse
	{
		clear: left;
	}
	.navbar .nav
	{
		float: none;
		margin: 0 0 9px;
	}
	.navbar .nav > LI
	{
		float: none;
	}
	.navbar .nav > LI > A
	{
		margin-bottom: 2px;
	}
	.navbar .nav > .divider-vertical
	{
		display: none;
	}
	.navbar .nav .nav-header
	{
		color: #999999;
		text-shadow: none;
	}
	.navbar .nav > LI > A, .navbar .dropdown-menu A
	{
		padding: 6px 15px;
		font-weight: bold;
		color: #999999;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.navbar .dropdown-menu LI + LI A
	{
		margin-bottom: 2px;
	}
	.navbar .nav > LI > A:hover, .navbar .dropdown-menu A:hover
	{
		background-color: #222222;
	}
	.navbar .dropdown-menu
	{
		position: static;
		top: auto;
		left: auto;
		float: none;
		display: block;
		max-width: none;
		margin: 0 15px;
		padding: 0;
		background-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.navbar .dropdown-menu:before, .navbar .dropdown-menu:after
	{
		display: none;
	}
	.navbar .dropdown-menu .divider
	{
		display: none;
	}
	.navbar-form, .navbar-search
	{
		float: none;
		padding: 9px 15px;
		margin: 9px 0;
		border-top: 1px solid #222222;
		border-bottom: 1px solid #222222;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.1);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar .nav.pull-right
	{
		float: none;
		margin-left: 0;
	}
	.navbar-static .navbar-inner
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.btn-navbar
	{
		display: block;
	}
	.nav-collapse
	{
		overflow: hidden;
		height: 0;
	}
/*start (min-width:980px)*/
}
@media (min-width:980px)
{
	.nav-collapse.collapse
	{
		height: auto !important;
	}
/*start (min-width:1200px)*/
}
@media (min-width:1200px)
{
	.row
	{
		margin-left: -30px;
		=zoom: 1;
	}
	.row:before, .row:after
	{
		display: table;
		content: "";
	}
	.row:after
	{
		clear: both;
	}
	[class*="span"]
	{
		float: left;
		margin-left: 30px;
	}
	.span1
	{
		width: 70px;
	}
	.span2
	{
		width: 170px;
	}
	.span3
	{
		width: 270px;
	}
	.span4
	{
		width: 370px;
	}
	.span5
	{
		width: 470px;
	}
	.span6
	{
		width: 570px;
	}
	.span7
	{
		width: 670px;
	}
	.span8
	{
		width: 770px;
	}
	.span9
	{
		width: 870px;
	}
	.span10
	{
		width: 970px;
	}
	.span11
	{
		width: 1070px;
	}
	.span12, .container
	{
		width: 1170px;
	}
	.offset1
	{
		margin-left: 130px;
	}
	.offset2
	{
		margin-left: 230px;
	}
	.offset3
	{
		margin-left: 330px;
	}
	.offset4
	{
		margin-left: 430px;
	}
	.offset5
	{
		margin-left: 530px;
	}
	.offset6
	{
		margin-left: 630px;
	}
	.offset7
	{
		margin-left: 730px;
	}
	.offset8
	{
		margin-left: 830px;
	}
	.offset9
	{
		margin-left: 930px;
	}
	.offset10
	{
		margin-left: 1030px;
	}
	.offset11
	{
		margin-left: 1130px;
	}
	.row-fluid
	{
		width: 100%;
		=zoom: 1;
	}
	.row-fluid:before, .row-fluid:after
	{
		display: table;
		content: "";
	}
	.row-fluid:after
	{
		clear: both;
	}
	.row-fluid > [class*="span"]
	{
		float: left;
		margin-left: 2.564102564%;
	}
	.row-fluid > [class*="span"]:first-child
	{
		margin-left: 0;
	}
	.row-fluid > .span1
	{
		width: 5.982905983%;
	}
	.row-fluid > .span2
	{
		width: 14.52991453%;
	}
	.row-fluid > .span3
	{
		width: 23.076923077%;
	}
	.row-fluid > .span4
	{
		width: 31.623931624%;
	}
	.row-fluid > .span5
	{
		width: 40.170940171%;
	}
	.row-fluid > .span6
	{
		width: 48.717948718%;
	}
	.row-fluid > .span7
	{
		width: 57.264957265%;
	}
	.row-fluid > .span8
	{
		width: 65.811965812%;
	}
	.row-fluid > .span9
	{
		width: 74.358974359%;
	}
	.row-fluid > .span10
	{
		width: 82.905982906%;
	}
	.row-fluid > .span11
	{
		width: 91.452991453%;
	}
	.row-fluid > .span12
	{
		width: 100%;
	}
	INPUT.span1, TEXTAREA.span1, .uneditable-input.span1
	{
		width: 60px;
	}
	INPUT.span2, TEXTAREA.span2, .uneditable-input.span2
	{
		width: 160px;
	}
	INPUT.span3, TEXTAREA.span3, .uneditable-input.span3
	{
		width: 260px;
	}
	INPUT.span4, TEXTAREA.span4, .uneditable-input.span4
	{
		width: 360px;
	}
	INPUT.span5, TEXTAREA.span5, .uneditable-input.span5
	{
		width: 460px;
	}
	INPUT.span6, TEXTAREA.span6, .uneditable-input.span6
	{
		width: 560px;
	}
	INPUT.span7, TEXTAREA.span7, .uneditable-input.span7
	{
		width: 660px;
	}
	INPUT.span8, TEXTAREA.span8, .uneditable-input.span8
	{
		width: 760px;
	}
	INPUT.span9, TEXTAREA.span9, .uneditable-input.span9
	{
		width: 860px;
	}
	INPUT.span10, TEXTAREA.span10, .uneditable-input.span10
	{
		width: 960px;
	}
	INPUT.span11, TEXTAREA.span11, .uneditable-input.span11
	{
		width: 1060px;
	}
	INPUT.span12, TEXTAREA.span12, .uneditable-input.span12
	{
		width: 1160px;
	}
	.thumbnails
	{
		margin-left: -30px;
	}
	.thumbnails > LI
	{
		margin-left: 30px;
	}
}
[class^="icon-"], [class*=" icon-"]
{
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../images/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	=margin-right: 0.3em;
}
[class^="icon-"]:last-child, [class*=" icon-"]:last-child
{
	=margin-left: 0;
}
.icon-white
{
	background-image: url("../images/glyphicons-halflings-white.png");
}
.icon-glass
{
	background-position: 0 0;
}
.icon-music
{
	background-position: -24px 0;
}
.icon-search
{
	background-position: -48px 0;
}
.icon-envelope
{
	background-position: -72px 0;
}
.icon-heart
{
	background-position: -96px 0;
}
.icon-star
{
	background-position: -120px 0;
}
.icon-star-empty
{
	background-position: -144px 0;
}
.icon-user
{
	background-position: -168px 0;
}
.icon-film
{
	background-position: -192px 0;
}
.icon-th-large
{
	background-position: -216px 0;
}
.icon-th
{
	background-position: -240px 0;
}
.icon-th-list
{
	background-position: -264px 0;
}
.icon-ok
{
	background-position: -288px 0;
}
.icon-remove
{
	background-position: -312px 0;
}
.icon-zoom-in
{
	background-position: -336px 0;
}
.icon-zoom-out
{
	background-position: -360px 0;
}
.icon-off
{
	background-position: -384px 0;
}
.icon-signal
{
	background-position: -408px 0;
}
.icon-cog
{
	background-position: -432px 0;
}
.icon-trash
{
	background-position: -456px 0;
}
.icon-home
{
	background-position: 0 -24px;
}
.icon-file
{
	background-position: -24px -24px;
}
.icon-time
{
	background-position: -48px -24px;
}
.icon-road
{
	background-position: -72px -24px;
}
.icon-download-alt
{
	background-position: -96px -24px;
}
.icon-download
{
	background-position: -120px -24px;
}
.icon-upload
{
	background-position: -144px -24px;
}
.icon-inbox
{
	background-position: -168px -24px;
}
.icon-play-circle
{
	background-position: -192px -24px;
}
.icon-repeat
{
	background-position: -216px -24px;
}
.icon-refresh
{
	background-position: -240px -24px;
}
.icon-list-alt
{
	background-position: -264px -24px;
}
.icon-lock
{
	background-position: -287px -24px;
}
.icon-flag
{
	background-position: -312px -24px;
}
.icon-headphones
{
	background-position: -336px -24px;
}
.icon-volume-off
{
	background-position: -360px -24px;
}
.icon-volume-down
{
	background-position: -384px -24px;
}
.icon-volume-up
{
	background-position: -408px -24px;
}
.icon-qrcode
{
	background-position: -432px -24px;
}
.icon-barcode
{
	background-position: -456px -24px;
}
.icon-tag
{
	background-position: 0 -48px;
}
.icon-tags
{
	background-position: -25px -48px;
}
.icon-book
{
	background-position: -48px -48px;
}
.icon-bookmark
{
	background-position: -72px -48px;
}
.icon-print
{
	background-position: -96px -48px;
}
.icon-camera
{
	background-position: -120px -48px;
}
.icon-font
{
	background-position: -144px -48px;
}
.icon-bold
{
	background-position: -167px -48px;
}
.icon-italic
{
	background-position: -192px -48px;
}
.icon-text-height
{
	background-position: -216px -48px;
}
.icon-text-width
{
	background-position: -240px -48px;
}
.icon-align-left
{
	background-position: -264px -48px;
}
.icon-align-center
{
	background-position: -288px -48px;
}
.icon-align-right
{
	background-position: -312px -48px;
}
.icon-align-justify
{
	background-position: -336px -48px;
}
.icon-list
{
	background-position: -360px -48px;
}
.icon-indent-left
{
	background-position: -384px -48px;
}
.icon-indent-right
{
	background-position: -408px -48px;
}
.icon-facetime-video
{
	background-position: -432px -48px;
}
.icon-picture
{
	background-position: -456px -48px;
}
.icon-pencil
{
	background-position: 0 -72px;
}
.icon-map-marker
{
	background-position: -24px -72px;
}
.icon-adjust
{
	background-position: -48px -72px;
}
.icon-tint
{
	background-position: -72px -72px;
}
.icon-edit
{
	background-position: -96px -72px;
}
.icon-share
{
	background-position: -120px -72px;
}
.icon-check
{
	background-position: -144px -72px;
}
.icon-move
{
	background-position: -168px -72px;
}
.icon-step-backward
{
	background-position: -192px -72px;
}
.icon-fast-backward
{
	background-position: -216px -72px;
}
.icon-backward
{
	background-position: -240px -72px;
}
.icon-play
{
	background-position: -264px -72px;
}
.icon-pause
{
	background-position: -288px -72px;
}
.icon-stop
{
	background-position: -312px -72px;
}
.icon-forward
{
	background-position: -336px -72px;
}
.icon-fast-forward
{
	background-position: -360px -72px;
}
.icon-step-forward
{
	background-position: -384px -72px;
}
.icon-eject
{
	background-position: -408px -72px;
}
.icon-chevron-left
{
	background-position: -432px -72px;
}
.icon-chevron-right
{
	background-position: -456px -72px;
}
.icon-plus-sign
{
	background-position: 0 -96px;
}
.icon-minus-sign
{
	background-position: -24px -96px;
}
.icon-remove-sign
{
	background-position: -48px -96px;
}
.icon-ok-sign
{
	background-position: -72px -96px;
}
.icon-question-sign
{
	background-position: -96px -96px;
}
.icon-info-sign
{
	background-position: -120px -96px;
}
.icon-screenshot
{
	background-position: -144px -96px;
}
.icon-remove-circle
{
	background-position: -168px -96px;
}
.icon-ok-circle
{
	background-position: -192px -96px;
}
.icon-ban-circle
{
	background-position: -216px -96px;
}
.icon-arrow-left
{
	background-position: -240px -96px;
}
.icon-arrow-right
{
	background-position: -264px -96px;
}
.icon-arrow-up
{
	background-position: -289px -96px;
}
.icon-arrow-down
{
	background-position: -312px -96px;
}
.icon-share-alt
{
	background-position: -336px -96px;
}
.icon-resize-full
{
	background-position: -360px -96px;
}
.icon-resize-small
{
	background-position: -384px -96px;
}
.icon-plus
{
	background-position: -408px -96px;
}
.icon-minus
{
	background-position: -433px -96px;
}
.icon-asterisk
{
	background-position: -456px -96px;
}
.icon-exclamation-sign
{
	background-position: 0 -120px;
}
.icon-gift
{
	background-position: -24px -120px;
}
.icon-leaf
{
	background-position: -48px -120px;
}
.icon-fire
{
	background-position: -72px -120px;
}
.icon-eye-open
{
	background-position: -96px -120px;
}
.icon-eye-close
{
	background-position: -120px -120px;
}
.icon-warning-sign
{
	background-position: -144px -120px;
}
.icon-plane
{
	background-position: -168px -120px;
}
.icon-calendar
{
	background-position: -192px -120px;
}
.icon-random
{
	background-position: -216px -120px;
}
.icon-comment
{
	background-position: -240px -120px;
}
.icon-magnet
{
	background-position: -264px -120px;
}
.icon-chevron-up
{
	background-position: -288px -120px;
}
.icon-chevron-down
{
	background-position: -313px -119px;
}
.icon-retweet
{
	background-position: -336px -120px;
}
.icon-shopping-cart
{
	background-position: -360px -120px;
}
.icon-folder-close
{
	background-position: -384px -120px;
}
.icon-folder-open
{
	background-position: -408px -120px;
}
.icon-resize-vertical
{
	background-position: -432px -119px;
}
.icon-resize-horizontal
{
	background-position: -456px -118px;
}
