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

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

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

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:Arial, Helvetica, Verdana, 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%;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	overflow:auto;
	overflow-x:visible;
	overflow-y:visible;
}

body.iPad div#outer_wrap {
    position: relative;
}


div#inner_wrap {
	text-align:left;
	width:940px;
	margin:0 auto;
	position:relative;
}

div#inner_wrap, div#basic_outer_wrap, .Overlay {
	font-size:68.8%;/*Sets all fonts to 11px*/	
}

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

a {
	background-color: transparent;
	cursor: pointer;
	color:#00427c;
	text-decoration:none;
	/*font-weight:normal;*/
}

a:link, a:visited {
	text-decoration:none;
}

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;
}

.inline-action {
	font-size:10px;
	margin-left:12px;
	padding-bottom:1px;
	text-transform:lowercase;
	white-space:nowrap;
}

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

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	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%; font-weight:bold; }

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;
}

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

button {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif; /* needed for textarea */
	font-weight:normal;
	font-size: 11px;
	color: #606060;
	/*margin:0 3px -3px 0;*/
}

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;
}

.form-field-container
	{
	padding:7px 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;
}

.personalization-option span.inline-action {
	margin-left:0;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	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;
}

.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;
	font-weight:bold;
}

.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;
}

#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;
}

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

td {
	vertical-align: top;
}

.widgetState { display:none; }

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

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;
}

