/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	STANDARDIZE DEFAULTS

body font is equivalent to 10px, therefore:
1.1em = 11px
1.5em = 15px
2em = 20px

-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */
/*@import url("//hello.myfonts.net/count/280fa2");*/
@font-face {
    font-family: 'FrutigerLT-Roman';
    src: url('280FA2_1_0.eot');
    src: url('280FA2_1_0.eot?#iefix') format('embedded-opentype'),url('280FA2_1_0.woff') format('woff'),url('280FA2_1_0.ttf') format('truetype');
}

html, body, form, fieldset, ul, ol, li, dl, dt, dd { /* clear-padded-elements */
	margin: 0;
	padding: 0;
}

ol {
	padding-left:2em;
}

html {
	width: 100%;
}

body {
	background-color:#E2E0D8;
	font-family:'FrutigerLT-Roman', Dosis, Arial, Trebuchet MS, sans-serif;
	font-size:100%;
	line-height:1.3;
	text-align:center;
	color:#171717;
	width:100%;
	height:100%;
	overflow-x:hidden;
}

body.popup {
	background-image:none;
	background-color:#fff;
	overflow:scroll;
}

img {
	border: none;
}

div#outer_wrap {
	text-align:center;
	width:100%;
	height:100%;
	z-index:1;
	left:0;
	top:0;
	overflow:auto;
	background:#a1a1a1!important;
}

body.desktop div#outer_wrap {
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    overflow-x:visible;
    overflow-y:visible;
}

body.iPad div#outer_wrap {
    position: relative;
}
div#outer_wrap{
	background:none !important;
    background-color:transparent !important;
}

div#inner_wrap {
	text-align:left;
	width:100%;
	position:relative;
}

body.mobile div #inner_wrap {
	position:static;
}
div#inner_wrap #body_wrap{
	background:#ffffff;
	margin:0 auto;
}

body.desktop #body_wrap,
body.tablet #body_wrap {
   padding:25px 0 0 0;
}
body.desktop #body_wrap.checkout,
body.tablet #body_wrap_checkout {
   padding:0;
}

body.desktop div#inner_wrap #body_wrap{
	width:890px;
    padding-right:25px;
    padding-left:25px;
}

body#homepage.desktop div#inner_wrap #body_wrap{
	width:940px;
    padding:0;
}

body.desktop div#inner_wrap .header,
body.tablet div#inner_wrap .header {
	width:100%;
	border-bottom:1px solid #a1a1a1;
}

div#inner_wrap, div#basic_outer_wrap, .Overlay {
	font-size:68.8%;/*Sets all fonts to 11px*/	
}
#foot_mid_right{
	width:329px !important;
	margin:0 auto;
	margin-right:auto !important;
	float:none !important;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	ANCHORS
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

a {
	background-color: transparent;
	cursor: pointer;
	color:#00427c;
	text-decoration:none;

}

a:link, a:visited {
	text-decoration:none;
    color:#00427c;
}

a:hover, a:active {
	text-decoration:underline;
}

a.tdn {
	text-decoration:none;
}

a img {
	border: none;
}

hr {
    height: 1px;
    width: 100%;
    border: 0;
    color: #c0c0c0;
    background-color: #c0c0c0;
    padding: 0;
    margin: 0;
    clear: both;
}

hr.spaced {
	margin: 10px 0;
}

.titleBar .inner h2 .inline-action  a, #js_gc_body p.giftCard .inline-action {
    background-color:#6B6251;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
}

#sign-inout-link {
	margin-left:4px;
    display:inline-block;
}

body.mobile a,
body.mobile .selected-section a {
    -webkit-tap-highlight-color: transparent !important;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Headlines for graduated semantic markup
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h1 { font-size: 155%; }
h2 { font-size: 155%; }
h3 { font-size: 150%; }
h4 { font-size: 130%; }
h5 { font-size: 120%; }
h6 { font-size: 110% }

.layer_wrapper_outer h2, .layer_wrapper_outer h3 {font-size:100%;}

p {
	margin-bottom: 5px;
}

p.intro {
	font-size:110%;
	margin-bottom:10px;
}

small {
	font-size: 85%;
}

big {
	font-size: 110%;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+FORMS
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.required-message {
	font-style:italic;
	/*text-align:right;*/
}

form label { /*	accessibility friendly */
	cursor: pointer;
    position: relative;
    top: -2px;
}

fieldset { /* quirky because of Opera */
	border: 0 solid;
}

button {
	margin: 0;
	padding: 0;
}

.btn-hot-blue input {
    -webkit-appearance:none;
    border-radius:0;
}


input,
select, select option, 
textarea{
	font-family:'FrutigerLT-Roman', Dosis, Arial, Trebuchet MS, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color: #606060;
    padding:2px;
	/*margin:0 3px -3px 0;*/
}

input[type=number]::-webkit-validation-bubble-message {
    display:none;  /* Hide chrome validation */
}

div.form-field-container #btn-gc{background-color: #6B6251; border: 1px solid #cccccc; color: #FFFFFF; cursor: pointer;font-size: 11px;font-weight: bold;padding: 1px 6px; text-transform: uppercase;}

select.expandMe { width:150px; } /* called from ie-select */

input { overflow:visible; } /* seems to control excessive padding on input buttons in ie */

div.input-group {
	margin-bottom:20px;
}

div.input-groupFriend {
	margin-bottom:4px;
}

.form-field-container
	{
	padding:4px 0;
	}

.form-field-error
	{
	background-color:#FFDDDD;
	padding:7px 5px;
	}

.form-field-error div,
.form-field-error div.error-msg
	{
	font-weight:bold;
	padding-top:3px;
	margin-bottom:3px;
	}

.form-field-error .radio-container {
	/* the error formatting in the rule above this should not apply when there is a nested radio container */
	color:#4B4B4B;
	font-weight:normal;
	font-size:1em;
	margin-bottom:0;
	}

.form-field-error .formTip {
	color:#171717;
	font-weight:normal;
	}

.form-field-error .form-field-container {
	color:#171717;
	/* needed when form-field-containers are nested */
	}

.form-field-container label {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	}

.form-field-container label.sideLabel
	{
	font-size:1em;
	display:inline; /*for checkboxes and radios */
	font-weight:normal;
	}

.form-field-container label.optional
	{
	font-weight:normal;
	}

.form-field-container div.formTip
	{
	font-style:italic;
	padding-top:7px;
	}

.form-field-container .multi-input input {
	display:block;
	margin-bottom:7px;
}

.radio-checkbox {
	margin-bottom:5px;
}

.radio-checkbox input {
	display:inline;
	float:left;
	margin-right:6px;
}

.radio-checkbox label {
	float:left;
	font-weight:normal;
	margin:0;
	padding-top:2px;
}

.inline-label-field label {
	display:inline;
	float:left;
	margin-right:6px;
	padding-top:2px;
}

.inline-label-field input {
	float:left;
	font-weight:normal;
	margin:0;
}

.nextToInput { margin-left:10px; }

p.nextToLabel { padding-top:2px; }

table.labelFieldButton td
	{
	vertical-align:middle;
	padding-right:10px;
}

.personalization-option label {
	text-transform:uppercase;
    margin-top: 3px;
    font-size: .98em;
}

body.mobile .personalization-option label {
    width:87%;
}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Default Image Sizes
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Floats
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.fl {
	display: inline;
	float: left;
}

.fr {
	display: inline;
	float: right;
}

.clear, .clr {
    clear: both;
}

.clr-right { clear: right; }
.clr-left { clear: left; }

.wrapper-left {
	float:left;
	width:49%;
}

.wrapper-right {
	float:right;
	width:49%;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Utility
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.block{ display:block;}
.inline{ display:inline;}

.show {
	display:block;
}

.hide {
	display:none;
}

.visible {
	visibility:visible;
}

.invisible {
	visibility:hidden;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Font Styles
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

var {
	font-style: normal;
}

.checkout-page-notification {
	font-size:1.2em;
	font-weight:bold;
}

.cmdMessages p {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}

.error,
.common-error,
.glo-tex-error,
div.form-field-error div {
	font-weight:bold;
	color:#af1e2d;
    margin:2px auto;
}

.glo-tex-error {
/*	display:none;*/
}

.hilite {
	color:#00427c;
	font-weight:bold;
}

.nowrap {
	white-space: nowrap;
}

.big {
	font-size:1.2em;
}

.small {
	font-size:.85em;
}

.indent {
	margin-left:30px;
}

.right {text-align:right;}
.center {text-align:center;}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+PRICING
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.price-container {
}

.var-price-container {
	display:inline;
}

.price-container .price {
}

.price-container .salePrice,
.var-price-container .salePrice {
	color: #990000;
	display:block;
}

.price-container .regPrice,
.var-price-container .regPrice {
	color: #333;
	display:block;
	font-weight:normal;
}
#fullview .price-container .regPrice,
#fullview .var-price-container .regPrice {
	float:left;
}
#fullview .price-container .salePrice,
#fullview .var-price-container .salePrice {
	float:left;
	margin-left:10px;
}

.var-price-container .regPrice .priceLabel {
	display:none;
}

#colorSelectError {
	padding-top:5px;
}

.quicklook-miniproduct #colorSelectError {
    margin: 0;
    padding-top:10px;
}

#shownIn {
	border-bottom:1px solid #cfcfcf;
	color:#525252;
	font-size:10px;
	padding:4px 0;
	text-align:center;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Lists / Navigation
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

ul {
	list-style: none;
}

#store-locator-results ul,
#productTabs .tabBody ul{
	list-style: square;
	margin-left: 1.2em;
}

ul.bullet {
	list-style: square;
	margin-left: 1.2em;
}

ul.bullet li {
	margin-bottom: .4em;
}

ul.horiz li	{
	display:inline;
}

ol.spaced,
ul.spaced
	{
	margin-bottom:0;
	}

ol.spaced li,
ul.spaced li
	{
	margin-bottom:10px;
	}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	TABLES
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

table, thead, tbody, tfoot, tr, td {
	/*font-size: 11px;*/
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
    width:100%
}

div.content_area table {
	border-collapse:separate;
}

td {
	vertical-align: top;
}

.widgetState { display:none; }

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	IMAGE SIZES  w

section: 182x243
thumb: 167x223
quickview: 167x223
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.img_thumb_mini { width:48px; height:48px; }
.img_thumb_small { width:71px; height:71px; }
.img_thumb_browse { width:148px; height:148px; }
.img_detail { width:210px; height:210px; }
.img_detail_zoom { width:350px; height:350px; }
.giftcard_thumb { width:90px; }


/*
IE6 overlay fix - leave this here, it doesn't work from within the motif engine
*/
.Overlay
{
	width:480px;
	background-color:#fff;
	border:5px solid #767676;
	padding:10px;
	min-height:425px;
	height:auto !important;
	height:425px;/* helps ie6 */
	position: relative;
	z-index: 1010;
	text-align:left;
}

/*New changes Header_Footer_2013 SOW*/

#header_wrap{background-position:bottom;}
#header_mid #sectionNav div.navItem{text-align:center}
#header_wrap{height:160px;}
#body_content_wrap{height:auto !important;}
body#homepage #body_wrap .promoArea {clear:left; margin:0px auto; display: block; text-align: center;}
body#homepage #body_wrap .homeTop,
body#homepage #body_wrap .homeMain,
body#homepage #body_wrap .homeBottom {clear:left; margin:0px auto; }
#subscribeEmail .footGroup{display:none;}
#footCallouts #Callout3 .soc-links {bottom: -40px !important; left: -250px !important;}
div#subscribeEmail .inputWrap{margin-right:40px !important;}
div.search-keyword-container .inputWrap, div#subscribeEmail .inputWrap{border:none !important;}
.sep{border-top:1px solid #a1a1a1 !important}
body#homepage #body_wrap{border:none !important;padding:25px 0px; !important;}
body#homepage div#inner_wrap #body_content_wrap{float:left !important;} /* background-color:#fff; */
body#homepage.desktop div#inner_wrap #body_content_wrap{width:940px !important;}

#foot_mid_right{margin:0px !important;width:940px !important;}
#foot_mid_right div.inner{float:none !important; margin:0 auto !important;}
div#footTop .footGroup{background-image:none !important; margin-left:5px !important;}
div#footTop{padding:0px 0px 5px 0px !important;}
ul#footBot{padding:0px 0px 15px 0px !important;}
#footSocial .footGroup { float: left;margin-top:8px;}
#foot_wrap #footLinks{margin-top:10px;font-size:10px;}
#foot_wrap #footLinks h6{font-size:10px;}
div#inner_wrap #foot_wrap{
    padding-top:20px;    
    width:100%;
	margin:0 auto;
    clear:left; /* mobile */
}



}

