/**
* 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 $
 */

@font-face {
     font-family: LatoRegular;
     src: url('../fonts/Lato/Lato-Regular.ttf');
}
@font-face {
     font-family: LatoBold;
     src: url('../fonts/Lato/Lato-Bold.ttf');
}
@font-face {
	font-family: 'Conv_Lato-Regular';
	src: url('../fonts/Lato/Lato-Regular.eot');
	src: local('☺'), url('../fonts/Lato/Lato-Regular.woff') format('woff'), url('../fonts/Lato/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato/Lato-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Lato-Light';
	src: url('../fonts/Lato/Lato-Light.eot');
	src: local('☺'), url('../fonts/Lato/Lato-Light.woff') format('woff'), url('../fonts/Lato/Lato-Light.ttf') format('truetype'), url('../fonts/Lato/Lato-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

input[type=button], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

BODY
{
	margin: 0;
	font-family: LatoRegular, arial, helvetica, sans-serif;
	font-size: 82%;
	color: #231F20;
	letter-spacing:1px;
	background-image: url(../images/bg.png);
	
}


#topBanner {
    background-color: #444444;
    color: #dddddd;
    float: none;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-bottom: 16px;
    padding-top: 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#topBanner #closeIcon {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

#ezpagesContent UL LI 
{
	color: #523315;
	text-decoration: none;
	
	display: block;
	text-align: left;
	

	/*+box-shadow:0 1px #FFFFFF;*/
	
	background: url(../images/dbstr.png) no-repeat left center;
}
A{
color:#523315;
text-decoration: none;
}
A:visited
{
	text-decoration: none;
	color: #523315;
}
A:hover, #navEZPagesTOC UL LI A:hover, #navMain UL LI A:hover, #navSupp UL LI A:hover, #navCatTabs UL LI A:hover
{
	color: #000000;
}
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;
}
.jqZoomWindow img{
	max-width: none;
}
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-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"]
{
/*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
{
	=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
{
	color: #321F12;
	margin-bottom: 0px;
	font-size: 19px;
}
H2
{
	/*font: 1.6em "Arial, Helvetica, sans-serif";*/
}
H3
{
	/*font: 1.5em "Arial, Helvetica, sans-serif";*/
}
H4, H5, H6, LABEL, H4.optionName, LEGEND, ADDRESS, .larger
{
	font-size:12.5px;
}
.biggerText
{
	font-size: 1.2em;
}
H1, H2, H3, H4, H5, H6
{
	margin: 0.3em 0;
}
H1#indexDefaultHeading
{
	font: 1.8em "Arial, Helvetica, sans-serif";
}
/*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:2px;
}
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;
}
H4.optionName
{
	line-height: 1.5em;
	padding: 0.2em;
	font-weight: normal;
	display: block;
	font-size:19.5px;
	color:#EA5220;
}
.optionName
{color: #231F20;
	
}
.attribsInput {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #231F20;
	margin-right: 5.5em;
}
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;
	font-size:12px;
}
#checkoutPayment LABEL.radioButtonLabel img{
	/*width:30px;
	height:17px;*/
}
P, ADDRESS
{
	padding: 0.5em;
}
ADDRESS
{
	font-style: normal;
}
.clearBoth
{
	clear: both;
}
HR
{
		height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #bdbdbd;
	width: 100%;
}
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;
    text-align: center;
}
.messageStackCaution
{
	background-color: #FFFF66;
	color: #000000;
}
/*wrappers - page or section containers*/
#mainWrapper
{
	max-width: 1140px;
	/*vertical-align: top;
    text-align: left;*/
}
#dropDownMenuSecondary
{
	margin: 11px auto 0;
	position: absolute;
	text-align: center;
}
#dropdownMenuBar
{
	max-width: 1000px;
	height: 35px;
}
/*#originalbar {background: url(../images/originalbar_home.jpg) no-repeat center; height: 35px; max-width: 1000px;}*/

#dropdownMenuBoxLeft
{
	
	height: 60px;
	float: left;
	width: 32px;
}
#dropdownMenuBox
{
	/*background: #000000 url(../images/navbar-middle.png) repeat-x center;*/
	height: 35px;
	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
{
	
	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
{border: 0;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#headerWrapper{
	border-bottom:2px solid #000000;
	z-index: 150;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 1em;
	vertical-align: top;
	/*height:140px;*/
}
.logopos{
	display:block;
    /*line-height: 0;*/
    position: relative;
    width: 100%;
}
#logo {
    height: 80px;
    /*margin-left: 29.5%;*/
    margin-top: 20px;
    /*position: absolute;*/
    float: left;
    text-align: center;
    z-index: 9999;
}
#logoRegular {
    font-family:'LatoRegular';
    margin: 9px 0 7px 0;
    font-size: 12px;
    text-transform: uppercase;
}
#logoLight {
    font-family:'LatoRegular';
    font-size: 11px;
}
#logoMobile img {
    /*width: 45%; 
    margin: 0 auto;
    margin-top: 5px;*/
    width: 155px;
    margin: 0 auto;
    margin-top: 8px !important;
}
#logoWrapper
{
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
	z-index: 100;
}
.cssmenu {
    float: left;
}
.form-mobileSearch #searchKeyword {
    background-color: #eaeaea;
    border: none;
}
.form-mobileSearch #searchSubmit {
    margin-left: -22px;
 }
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper
{
	margin: auto;
	/*background:url(../images/paper-bg.jpg) repeat-y;*/
}
#tagline
{
	color: #000000;
	font-size: 2em;
	text-align: center;
	vertical-align: middle;
}
#sendSpendWrapper
{
	border: 1px solid #CACACA;
	float: right;
	margin: 0em 0em 1em 1em;
}

#gvFaqDefault #sendSpendWrapper {
    margin-bottom: 20px;
    padding: 10px 2%;
    width: 96% !important;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper
{
	margin: 0;
	width: 47%;
}
.wrapperAttribsOptions
{
	margin: 0.3em 0em;
}

/*navigation*/
.navperpageResult a {
	padding: 2px;
	margin-right: 2px;
	border: 0px solid #8C4549;
	font-size: 10px;
	font-family: arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	color: #8C4549;
}
.navperpageResult  a:hover, .navperpageResult .active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
}
.navSplitPagesResult
{
}
.navSplitPagesLinks
{
}
.navSplitPagesLinks
{
	list-style-type: none;
}
.navSplitPagesLinks .current
{
	color: #000;
	padding: 2px 5px;
	/*+border-radius:4px;*/
	margin-left: -5px;
}
.navSplitPagesLinks A
{
	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
{
	color: #ffffff;
    float: right;
    /*height: 94px;*/
    margin: 10px 0 0;
    position: relative;
    /*width: 100%;*/
    z-index: 9999;
}
#navMainWrapperR {
    color: #ffffff;
    float: right;
    height: 30px;
    margin:-94px 0 0;
}
#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%;
	display:none;
}
#navCatTabsWrapper
{
	background-color: #FFFFFF;
	color: #9A9A9A;
	background-image: none;
}
#navSupp UL
{
	margin: 0;
	padding:0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#navMain UL
{
	margin: 0;
	padding: 0.3em 0em;
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
}
#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;
	/*+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;
}
#navSuppFooter a, #navSupp a,#navSupp UL LI A
{
	color: #231f20;
    font-family: LatoRegular;
    font-size: 11px;
    letter-spacing: 0.1px;
    margin: 0;
    padding: 0 0.5em;
	line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
}
#navSuppFooter div+div, #navSupp div+div{
	background:url(../images/line-y.png) right center no-repeat;
	padding-left: 3px;
    padding-right: 3px;
}
#navSupp UL LI+LI
{
	background:url(../images/line-y.png) right center no-repeat;
	padding-left: 3px;
    padding-right: 3px;
}
#navSupp UL LI:last-child, #navSuppFooter div:last-child, #navSupp div:last-of-type, #navSupp div:last-child, #navSuppFooter div:last-of-type
{
	background:none;
	padding-right:0px;
}
#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
{
	color: #414040;
    font-family: LatoRegular;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    float: left;
	
}
#navBreadCrumb A
{
	color: #414040;
    font-family: LatoRegular;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
}

#navBreadCrumb span {
    color: #414040;
    font-family: verdana;
    font-size: 15px;
    font-weight: bold;
}
#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: -15px;
}
LI#socialIcons A
{
	float: left;
	width: 25px;
	padding: 0;
	margin: 0 0 0 -20px;
}
#ccacceptContent, #ccaccept {
text-align: center !important;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew
{
	max-width: 220px;
	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: .8em 1.5em 0.8em 0.8em;*/
}
.smallText, #siteinfoCredits, #siteinfoStatus
{
	font-size: 0.9em;
}
#siteinfoLegal, #siteinfoLegal a{
	font-family: LatoRegular;
	color:#020202;
    font-size:12px;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
}
smallText a, #siteinfoCredits a, #siteinfoStatus a, #siteinfoIP a{
	color: #c2a57b;
}

#siteinfoIP
{
	font-size: 0.9em;
	color: #9B9B9B;
	margin: 12px 0 0;
}
.legalCopyright A
{
	color: #9B9B9B;
}
.productListing-data DIV.listingDescription
{font-weight: normal;
	text-align: left;
	padding: 0 10px;
}
.listingDescription {
	text-align: left;
	color: #000;
	font-size: 11px; font-weight: normal;
}
#clickHere
{
	float: right;
	margin-top: 5px;
}
.productListing-data H3.itemTitle
{font: 1.5em "Arial, Helvetica, sans-serif";
}
/*Shopping Cart Display*/
#cartAdd {
	color: #231F20;
    font-size: 12px;
    padding: 0 0 10px 0;
    text-align: center;
}
#orDiv, #advancedCustom {
    width: 220px;
    display: inline-block;
    text-align: center;
    margin: 7px 0;
    font-size: 13px;
}
#advancedCustom {
    font-weight: bold;
    text-decoration: underline;
}
.nonRequired {
    display: none;
}

.qty {
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
}
#cartAdd input[type="text"] {
    border: 1px solid #c5c5c5;
    padding: 10px;
    text-align: center;
    width: 18px;
}
.tableHeading TH {
	color: #ffffff;
    font-family: LatoRegular;
    font-size: 16px;
    font-weight: normal;
}
.tableHeading, #cartSubTotal {
	/*background-color: #AF7208;*/
}

.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;
}
.product-detail-section .image_outer {
    float: left;
    width: 380px;
	text-align:center;
}
.product-detail-section .pro_des {
    float: right;
    width: 60%;
}
#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:#523315;*/
}
.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;
    padding: 6px 5px 2px 1px;
}
.attributesComments
{
	font-size: 13px;
	font-weight: normal;
	color: #231F20;
}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew
{
	margin: 0em 0em;
}
.centerBoxWrapper
{
	
	margin: 1.1em 0;
	
}
H2.centerBoxHeading
{
	color: #231f20;
    font-family: LatoRegular;
    font-size: 17px;
	padding-left: 5px;
    text-align: center;
    text-transform: uppercase;
}
/*sideboxes*/
.columnLeft
{
}
H3.leftBoxHeading, H3.rightBoxHeading
{text-transform: uppercase;
font-weight: bold;
font-size: 1em;
color: #AF7208;
}
H3#categoriesHeading
{font-size: 1.4em; margin-top: -5px;
	margin-bottom: ;
}
H3.leftBoxHeading A, H3.rightBoxHeading A
{
	color: #AF7208;
}
.leftBoxHeading,  .rightBoxHeading
{
	margin: 0em 0 0 .8em;
	padding: 0.6em 0.2em 1em;
}

.centerBoxHeading
{
	margin: 0em 0 0 .0em;
	padding: 0;
}

.leftBoxContainer, .rightBoxContainer
{
	
	

	/*background: url(../images/leftnav-bg.png) repeat-y;*/	
}
	
	
.sideBoxContent
{padding: 0.4em 1em 1em 25px;
line-height: 16px;
font-family: LatoRegular, verdana, arial;
color: #870606;
font-weight: normal;
}
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, #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
{
	text-align: center;
}

#RSSFeedLink {
	text-align: center; padding: 5px;
}
#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*/
#categoriesContent {padding-left: 40px;}
#ezpagesContent {padding-left: 40px;}
#bestsellersContent {width: 165px;
padding-left: 30px;}
#mostviewContent{
width: 167px;
padding-left: 40px;
}
A.category-top, A.category-top:visited
{
	text-decoration: none;
	display: block;
	text-align: left;
	text-transform: none;
	border-bottom: 0px;
	padding: 0 0 0 20px;
	margin: -14px 0 0;
	background: url(../images/dbstr.png) no-repeat left center;
	color: #523315;
	font-size: 13px;
	font-weight: normal;
}
A.category-top:hover
{
	color:#000;
}
A.category-links:hover, .betterEzpages a:hover
{
	color: #000;
}
A.category-links, A.category-links:visited, .betterEzpages a, .betterEzpages a:visited
{
	color: #523315;
	text-decoration: none;
	display: block;
	text-align: center;
	text-transform: none;
	border-bottom: 0px;
	padding: 0;
	margin: -14px 0 0;
	text-align: left;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited
{
	color: #B8834E;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 0 0 0 20px;
	background: url(../images/dstr.png) no-repeat 6% 50%;
	margin: -17px 0 0;
}
.betterCategories:hover {
	background-color: #29abe2;
	color: #fbf8ea;
}
.betterCategories:hover a{
	color:#fff;
}
SPAN.category-subs-parent
{
	font-weight: bold;color: #900;
}
SPAN.category-subs-selected
{
	font-weight: bold;
	color: #990000;
}
/*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:#231f20;
    height: 3em;
}
.productListing-rowheading
{
	height: 4em;
	font: 1.3em "Arial, Helvetica, sans-serif";
	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: #fcf8eb;
}
.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
{ 
	margin: 15px auto 0;
}
.imageFrame
{
	max-width: 210px;
	min-height: 200px;
	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-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: #AF7208;
	display: block;
}
.imageShadow
{
}
.headerdivider
{margin-top: -20px;
}
.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: #AF7208;
}
.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: 400px;
	min-width: 200px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 0;
	color: #050505;
	text-align: right;
	float: right;
	padding: 0 30px 0 0;
}
#cartHeader
{
	background: url(../images/cart.png) no-repeat left;
	height: 30px;
	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: 0;
}
#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%;
	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: #523315;
	background: url(../images/searchsmall.png) no-repeat 0px 0;
	padding: 0px 0px 0px 20px;
}
.imgLink A
{
	color: #523315;
}
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;
}
A.prodTitle
{
	font-size: 1.4em;
	color: #523315;
}
A.prodPrice
{
	font-size: 1.4em;
	color: #000000;
}
A.prodTitle:hover
{
	font-size: 1.4em;
	color: #AF7208;
}
.qtyBox
{
	font-family: Lobster;
}


#navMainLinks UL LI A
{
	padding: 0 10px 0 0;
	margin-left: 10px;
	font-size: 1.1em;
	font-weight: normal;
	color: #A8A8A8;
}
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: -40px auto 0 2.8em;
	max-width: 220px;
	text-align: left; padding-bottom: 30px;
}
A.priceListing
{
	color:#000;
}
A.priceListing:hover
{
	color: #000000;
}
H3.itemTitle A
{	font-family: Arial, Helvetica, sans-serif;
	color: #523315; font-weight: bold;
	text-decoration: none;
	font-size: 17px;
	/*[empty]background-color:;*/
	

}
H3.itemTitle A:hover
{
	color: #000;
}
A.productListing-heading
{
	color: #838181;
	font: 1em "Arial, Helvetica, sans-serif";
}
INPUT
{
	/*[empty]border:;*/
}
#navCurrenciesWrapper
{ 
	position: relative;
	top: 0px;
	left: 20px;
	z-index: 1000;
}
#navSuppWrapperBottom
{
}
#subscribe-btn{
	background:transparent;
	border:4px solid #231f20;
	font-family:LatoRegular;
	color: #414040;
	font-size:14px;
	text-transform: uppercase;
	padding: 2px 5px;
	cursor: pointer; cursor: hand;
}
#subscribe-form input[type="text"] {
    background: #b8b8b8;
    border: medium none;
    color: #ffffff;
    font-family: LatoRegular;
    font-size: 15px;
    font-weight: normal;
    margin-right: 20px;
    padding: 5px;
    width: 33%;
}
#prodinfoImageFrame
{
	width: 320px;
	float: left;
}
#additionalImagesBox
{
	width: 90px;
	height: 90px;
	padding: 3px;
	vertical-align: bottom;
	position: relative;
}
#additionalImagesBox IMG
{
	bottom: 3px;
	position: absolute;
	left: 3px;
}
#productDateAdded
{
	font-size: 0.9em;
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 4px;
    margin-top: 9px;
    vertical-align: top;
    width: 0;
}

.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: #fcf8eb;
	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: #fcf8eb;
	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;

}
.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, .left-flyout-nav
{
	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;
}


[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;
}
.centerBoxContentsProducts{
	padding: 5px 1% 5px 0;
	font-size: 13px;
	/*min-width:150px;*/
}

#feedback input[type="text"], #feedback  .text, #feedback  textarea {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07) inset;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 13px;
    padding: 12px;
    width: 100%;
	width: 90%\9;
}
#feedback textarea {
    line-height: 20px;
    min-height: 150px;
    overflow: auto;
}
#feedback {
    background: none repeat scroll 0 0 #FFFFFF;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);*/
    padding-bottom: 20px;
	margin: 0 10px;
}
#feedback .heading {
    background-color: #383838;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    margin: -30px -30px 20px;
    padding: 14px 30px;
}#feedback {
	background: url("../images/feedback_icon.png") no-repeat scroll 5px 17px #EAE3D7;
    padding: 10px 35px 10px 43px;
	margin-right: 30px;
}
#feedback textarea {
    color: #B4B4B4;
    font-weight: bold;
    height: 40px;
    min-height: 40px;
    overflow: hidden;
    padding: 8px 12px 11px;
    resize: none;
}
#feedback  textarea.focus {
    color: #1A1A1A;
    font-weight: normal;
    overflow: auto;
    resize: vertical;
}
#feedback .button {
    margin-top: 10px;
}
#feedback h3 {
    margin-bottom: 0;
}
#contentMainShadow{
	background: url(../images/ftr-bg.jpg) no-repeat;
	height: 53px;
}
#CutMonooverlay{background: url(../images/opacity_80-black.png) repeat scroll 0 0 transparent;position: fixed;width: 100%;height: 100%;opacity: 0.9;cursor: pointer;display: none;top:0;left:0;}
.close-popup{background:url(../images/close_popup.png) no-repeat 0 0;display:block;width:30px;height:20px;}

/*a.size-chat{display: inline-block;font-family: PillGothic300mgLight;letter-spacing: 1px;font-size: 10px;font-weight: bold;color: #fff;padding: 2px 0;width: 80px;background-color: #3B3B3B;cursor: pointer;text-decoration: none;text-transform: uppercase;text-align: center;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
a.size-chat:hover{color:#fff;background:#3A3838;}*/
a.size-chat {
    display: inline-block;
    font-family: PillGothic300mgLight;
    font-size: 13px;
    font-weight: bold;
    color: #0000ff;
    padding: 2px 0;
    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase;
    margin-left: 8px;
}

.product-detail-section .product-second-name {
    color: #3a383a;
    display: block;
    font-size: 18px;
    padding: 10px 0 0;
}
.second-name {color: #660000;padding-bottom: 5px;}
.btn-search{width: 20px;height: 21px;position: absolute;top: 7px;right: 9px;background-image: url(../images/btn-mobile-search.png);}
.mobile-menublock { /*margin-bottom: 8px;*/clear: both;overflow: hidden;}
.mobile-search {
    margin-top: 12px;
    /*padding-top: 20px;*/
    display: none;
}
.mobile-search .cancel {
    float: left;
    font-family: PillGothic300mgRegular,sans-serif;
    font-size: 14px;
    font-size: 1.4em;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
}
.mobile-search .form-mobileSearch {}
.mobile-search .form-mobileSearch input[type="text"] {width: 70%;border-color: #acacac;border-radius: 3px;border: 1px solid #bcbcbc;height: 30px;color: #787878;outline: 0;padding: 0 8px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;vertical-align: top;}
.mobile-searchOn .form-mobileSearchOn input[type="text"] {width: 70%;border-color: #acacac;border-radius: 3px;border: 1px solid #bcbcbc;height: 30px;color: #787878;outline: 0;padding: 0 8px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;vertical-align: top;}

.btn-search-on{z-index:99999;cursor: pointer; cursor: hand; position: relative;}
.mobile-menublockOn {margin-bottom:1px;clear: both;overflow: hidden;position: absolute;z-index:-9;}
.mobile-searchOn {margin-top: 4px;padding-top: 20px;display: none;}
.mobile-searchOn .form-mobileSearchOn input[type="text"] {width: 178px;border-color: #acacac;border-radius: 3px;border: 1px solid #bcbcbc;height: 30px;color: #787878;outline: 0;padding: 0 8px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;vertical-align: top;}
#navMainAcc {
    float: right;
}
#shopping_bag_submenu {
    background: none repeat scroll 0 0 rgba(237, 237, 237, 0.9);
    right: 0;
    width: 260px;
}
#shopping_bag_submenu .shopping-bag-item .top-pop-cart-image{ width:19%!important; padding:1%!important;}
#shopping_bag_submenu .shopping-bag-item .top-pop-cart-title{ width:80%!important}
#shopping_bag_submenu .shopping-bag-item a{white-space: inherit!important;}
#navMain #shopping_bag_submenu ul#cartcontent li.shopping-bag-item, #navMain #shopping_bag_submenu ul#cartcontent li.shopping-bag-item h4 a{
	font-size: 12px;
    text-transform: none;
    white-space: inherit !important;
}
#navMain #shopping_bag_submenu ul#cartcontent li.shopping-bag-item:hover,#navMain #shopping_bag_submenu ul#cartcontent li.shopping-bag-item h4 a:hover{
    background: none ;
	color:#414040;
}
#currencies{
	width: 85px;
    background:#ededed;
    background:rgba(237, 237, 237, 0.9);}
.currencies{margin:0px;padding:0 10px}
#navMain ul.currencies li {
    width: 75px;
}



.productsList.products {
    margin-right:20px;
}
.productsList {
    border: 0px solid #e9e9e9;
    box-sizing: border-box;
    color: #2e3233;
    float: left;
    height: 350px;
    padding: 10px;
    position: relative;
	text-align: center;
    width:23.60%;
	margin-top: 20px;
}
.productsList .pimage {
    background:#f8f8f8;
    height: 170px;
	text-align: center;
	vertical-align: middle;
	/* fallback for non-Flexbox browsers */
	display: inline-block;
	/* Flexbox browsers */
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	/* vertical centering for legacy, horizontal centering for modern */
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	/* modern Flexbox only */
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	/* legacy Flexbox only */
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	width: 100%;
}
.productsList .pname {
    font-family: LatoRegular;
	color:#231f20;
    font-size:13px;
	margin-top:15px;
    margin-bottom:15px;
	text-align: center;
	height: 35px;
	overflow:hidden;
}
.productsList .pname a{
    font-family: LatoRegular;
	color:#231f20;
    font-size:13px;
	text-transform: uppercase;
	text-decoration:none;
}
.productsList .pprice {
    font-family: LatoRegular;
	color:#231f20;
    font-size:14px;
	text-align: center;
}
.paddTop{
	padding-top:20px;
}

#navSuppFooter{
	border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 7px;
    text-align: center;
    width: 100%;
}
.newsletter{
	float: left;
    text-align: right;
    width: 60%;
}

#navSuppWrapperBottom{
	
}

.centerBoxWrapperContents .product_col {
    float: left;
    margin-right: 2%;
    padding: 1%;
    text-align: center;
    width: 20%;
}
#indexCategories .categoryListBoxContents {
    background:#3d3d3d;
    color: #fff;
    text-decoration: none;
}
.categoryListBoxContents{ margin: 10px 0 0 0; float: left; vertical-align: top; text-align: center; }
#indexCategories .categoryListBoxContents{ background:#3d3d3d; color:#fff; text-decoration:none}
#indexCategories .categoryListBoxContents a{ color:#fff; text-decoration:none; font-size:16px; display:block; padding:10px 5px;}

.productListing-data{
padding-bottom:10px;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.3em 0em;
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
}
#navMain ul li div ul li{
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 6px;
    text-transform: uppercase;
    white-space: nowrap;
}
#navMain ul li div ul li a{
    color: #2f2f2;
    text-decoration: none;
}
#navMain ul li div ul li a:hover{
    color: #fff;
    text-decoration: none;
}
#navMain ul li div ul li:hover {
    background:#29abe2;
	color: #fff;
	text-decoration: none;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	float: left;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	font-family:LatoBold;
	font-size:11px;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #231f20;
	text-transform: uppercase;
}
#navMainAcc ul li a{
	font-family:LatoBold;
	font-size:12px;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	z-index: 9;
	color: #231f20;
	white-space: nowrap;
	text-transform: uppercase;
}
.navigation-flyout li{ border-bottom:1px solid #ccc; display:block; padding:5px !important; margin:0px!important; float:none; width:90%; font-size:12px}
.navigation-flyout li a{ display:block; font-size:12px}

.shopmore {
    background: none repeat scroll 0 0 #f9738e;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto !important;
}
.social_icons2 {
    padding: 6px 0 0 0px;
    float: left;
}
.social_icons2 .w60 {
    float: left;
    margin-right: 5px;
    width: 60px !important;
}
.social_icons2 .w80 {
    float: left;
    margin-right: 5px;
    width: 80px !important;
}

#cartAdd .cssButton.button_in_cart, #cartAdd .cssButton.button_in_cart:hover {
    background: none repeat scroll 0 0 #E46F18;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    font-weight: normal;
    height: 37px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 220px !important;
}

.product-detail-section .image_outer img {
    margin-bottom: 2px;
    max-width: 100%;
}
.product-detail-section .image_outer img{ max-width:100%}
.fr {float: right;}
#testimonialsBody{}
#testimonialsBody .testimonilas_wrapper{ padding:0px 20px 20px 20px;}
#testimonialsBody .add_testimonials{ margin:auto; padding:25px 25px 10px 25px; background:#f9f6f0; margin-top:15px}
#testimonialsBody .add_testimonials p{ padding:0px 0px 10px 0px ; margin:0px; text-align:left; clear:left}
#testimonialsBody .add_testimonials p label{ display:block; float:none; font-size:14px; }
#testimonialsBody .add_testimonials input[type="text"], #testimonialsBody .add_testimonials .text, #testimonialsBody .add_testimonials textarea,#testimonialsBody .add_testimonials input[type="password"]{ width:80%; padding:8px 8px;  border:1px solid #9a9a9a; font-size:14px; margin:0px}
#testimonialsBody .add_testimonials textarea{width:100%;}
#testimonialsBody .add_testimonials input[type="text"]:focus, 
#testimonialsBody .add_testimonials .text:focus, 
#testimonialsBody .add_testimonials textarea:focus,
#testimonialsBody .add_testimonials input[type="password"]:focus{ background:#fff;}
#testimonialsBody .add_testimonials select{ width:90%; padding:8px 8px; margin-bottom:15px }
#testimonialsBody .testimonials_item{ background:#f9f6f0; padding:15px 25px;}
#testimonialsBody .testimonials_item:nth-child(even) {background: #fff;}
#testimonialsBody .testimonials_item .maintest{ line-height:24px; font-size:14px}
#testimonialsBody .testimonials_item .title{ padding-top:10px; font-weight:700; text-align:right; padding-bottom:10px; font-size:14px}
#testimonialsBody .testimonials_item .rating{text-align:right; padding-bottom:10px; font-size:14px}
#testimonialsBody .testimonials_item .date{text-align:right; padding-bottom:10px; font-size:14px}
#testimonialsBody #testimonial_namecityemail p{float:left;clear: none;width: 33%;}
#testimonialsBody #testimonial_enquiry .left{float:left;width: 53%;}
#testimonialsBody #testimonial_enquiry .right{float:right;}
#testimonialsBody .testimonials_item .pageHeading{ padding-top:10px; font-weight:700; text-align:left; padding-bottom:10px; font-size:14px}
.testimonials_outer .test_info .photo{ float:left}
.testimonials_outer .test_info .info{ margin-left:110px}
.testimonials_outer .pageresults{ float:left; width:49%; padding:10px 0px}

#categoryImgListing {
    margin-bottom: 12px;
}

select[name=alpha_filter_id]::-ms-expand{
  display:none;
}
select[name=alpha_filter_id] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: url("../images/dropdown-arrow.png") no-repeat scroll right -9px #eee;
    padding: 2px 25px 2px 0;
    border: none;
    margin-top: 1px;
    -webkit-border-radius:0;
}

#bigLogin {
    text-align: center;
}
#bigLogin span.button_login {
    padding: 5px 70px;
}
.messageStackSuccess img {
    display: none;
}

#productTellFriendLink {
    margin: 6px 0;
}

@media (max-width: 720px) {
#testimonialsBody .add_testimonials{padding-left:15px;}
#testimonialsBody .add_testimonials input[type="text"], #testimonialsBody .add_testimonials .text, #testimonialsBody .add_testimonials textarea, #testimonialsBody .add_testimonials input[type="password"]{width:95%;}
#testimonialsBody #testimonial_namecityemail p{clear:left;width:100%;}
#testimonialsBody #testimonial_enquiry .left{clear:left;width:100%;}
#testimonialsBody #testimonial_enquiry .right{clear:right;width: 100%;}
}

#comments-minus, #show-hide-comments, #show-hide-coupon, #discount-coupon-minus, #show-hide-gift, #gift-minus {display:none;}

#discount-coupon-plus, #discount-coupon-minus, #gift-plus, #gift-minus {cursor:pointer;}



@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm),
screen and(-webkit-min-device-pixel-ratio:0)
{
  .chrome-img-fix {width:100%;}
}

@media (max-width: 780px) {
    .cssmenu { display: none; }
    .attribImg { padding: 0; }
}

#measurement_td {
    width: 40%;
}

#slides a {
    cursor: pointer !important;
}
#navMain2 .container { position: relative; } 
#productinfoBody #filt-wrap {
    margin-left: 0;
    float: none;
}
#categoryImgListing img {
    width: 100%;
}
/*                 MENU                  */
#mainBg {
    position: relative;
    top: 0;
}
.nav-baner{
   top: 47px !important; 
}
.nav-slidein {
    padding: 10px 0;
    width: 270px;
    max-width: 96%;
background: #fff;
position: absolute;
top: 114px;
left: 0;
z-index: 550;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform .2s ease;
-o-transition: -o-transform .2s ease;
transition: transform .2s ease;
overflow-x: hidden;
overflow-y: auto;
height: 100%;
} 
.nav-slidein.is-visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.u-bb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pull-left {
    float: left;
}

.nav-hover {
    position: relative;
}
.nav-item, .subnav-item {
        padding: 0px 12px;
    width: 100%;
    height: auto;
    display: inline-block;
    font: 15px/48px ProximaNova,Arial,sans-serif;
    color: gray;
    text-transform: uppercase;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
a.nav-item:visited, a.nav-item:hover, .subnav-item:visited{
     color: gray !important;
}
.new-arrivals.nav-detail-lg {
    padding: 0;
}
.nav-detail.is-visible {
    background: #fff;
    display: block;
    z-index: 450;
    transition: transform .2s ease;
}
.nav-detail {
    width: 210px;
    height: 100%;
    border-left: 1px solid #eee;
    display: none;
    position: absolute;
    top: 0;
    left: 22%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .2s ease;
    -o-transition: -o-transform .2s ease;
    transition: transform .2s ease;
}
.nav-detail-lg {
    overflow: auto;
    white-space: nowrap;
}
.nav-title {
    margin: 0;
    padding: 10px 12px;
    width: 100%;
    font: 13px/20px ProximaNova,Arial,sans-serif;
    color: #ccc;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.subnav-overlay {
    background: gray;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    
}
.subnav-overlay.is-visible {
    width: 100%;
    height: 100%;
    opacity: .6;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 10px;
    }
.subnav-back{
    color: #CCC;
    display: block;
    cursor: pointer;
}
.subnav-item:hover {
    background: #f4f4f4;
}
.centerColumn.is-visible {
    z-index: 500;
    opacity: .4;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-color: #000;
}
#loginForm{
    width: 313px;
    display: block;
    margin: 0 auto !important;
}
#loginForm fieldset{
    padding: 0;
    margin: 0;
}
#loginbox, .create-account{
     display: inline-block;
    width: auto;
}
.buttonLogin, .buttonAccount{
        margin: 25px 0 0 0;
}
.buttonLogin input, .buttonAccount input{
    width: 300px !important;
    line-height: 23px !important;
}
.buttonLogin input:hover{
    background: #8c8c8c;
}
.login, .account{
    width: 288px;
    height: 40px;
    margin: 0 0 10px 0 !important;
}
#login-password:focus, #login-email-address:focus{
    border: 2px solid #c6c6c6;
}
.login_head{
    margin: 25px 0 5px 0 !important;
    text-transform: uppercase !important;
}
#loginDefault .login_account a{
    color: #29abe2;
}
#loginDefault .login_account a:hover{
    text-decoration: underline;
}
#loginDefault .login_account{
        font-size: 18px;
        font-family: LatoRegular;
}
.tab{
    text-align: center;
    display: block;
}
#tab2{display: none;}
#loginDefault .create-account legend {
    margin-bottom: 21px !important;
}
.create-account .information{
    text-align: left !important;
}