/* general */

* {
	margin: 0;
	padding: 0;
	border: none;
	zoom: 1.0;
	-webkit-font-smoothing: antialiased !important;
}

a, span, div { outline: none; }

a { color: #333; text-decoration: none; }
a:hover { color: #999; }

img { display: inline-block; }

.red { color: #d31044 !important; }
.green { color: #34a75a !important; }

.centered { text-align: center; }

.clear {
	clear: both !important;
	height: 1px !important;
	overflow: hidden !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	border: none !important;
	background: none !important;
	list-style: none !important;
	min-height: 0 !important;
}

#tip, .tip, blockquote {
    background: #f1f1f1;
    border: 1px solid #ccc;
    clear: both;
	margin: 0 10px 10px;
    padding: 10px 0 1px;
}

hr {
	clear: both;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
	height: 5px;
	display: block;
}

h1 {
	font-size: 42px;
	font-weight: normal;
	line-height: 42px;
	height: 71px;
	color: #666;
	position: relative;
	padding: 29px 10px 0;
	margin: 0 0 8px;
}

h3, p.header {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin: 0 10px 10px;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin: 0 10px 10px;
}

ul, ol, dl, p {
	margin: 0 10px 10px;
}

.header-primary {
	font-size: 15px;	
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: 15px 13px;
	background: #f9b71e url(/static/img/site/gradient-orange.gif) repeat-x left bottom;
	border: 1px solid #e98820;
	position: relative;
}

.header-primary a.top-right {
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 16px;
	color: #fff;
}

.header-primary a.top-right:hover { text-decoration: underline; }

.header-secondary {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 10px 0;
	height: 24px;
	background: #000;
	color: #fff;
	margin: 0 0 10px;
	position: relative;
}

.header-table { margin: 0; }

.header-table span {
	position: absolute;
	top: 6px;
}

/* breadcrumbs */

.breadcrumb {
	padding: 0 5px 8px;
	font-size: 11px;
}

.breadcrumb a { margin: 0 5px; }

/* sidebar */

#sidebar {
	float: left;
	width: 160px;
}

/* content */

#content {
	float: right;
	width: 781px;
	margin-right: 10px;
	padding: 0 0 20px;
}

/* forms */

input[type=text],
input[type=email],
input[type=password],
textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;	
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	padding: 8px;
	width: 80%;
	position: relative;
}

.wk input[type=file],
.ie input[type=file] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;	
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	padding: 8px;
}

input[type=checkbox],
input[type=radio] { outline: none; margin-right: 4px; }

textarea { height: 60px; }

select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;	
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	padding: 7px;
	position: relative;
}

select.form-multiselect,
.wk select.form-multiselect {
	height: auto;
	overflow: scroll;
}

.wk input[type=text],
.wk input[type=email],
.wk input[type=password] { 
	padding-bottom: 7px;
	position: relative;
}

.wk select { 
	height: 31px;
	position: relative;
	line-height: 26px;
}

input.form-xs,
select.form-xs { width: 50px; }

input.form-s,
select.form-s { width: 100px; }

input.form-m,
select.form-m { width: 200px; }

input.form-l,
select.form-l { width: 300px; }

input.form-xl,
select.form-xl,
textarea.form-xl { width: 423px; }

.form label,
label.form-label {
	font-weight: bold;
	color: #666;
}

input[type=submit],
input.button,
a.button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;	
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
	display: inline-block;
	cursor: pointer;
	padding: 7px 9px;
	width: auto;
	overflow: visible;
	z-index: 5;
	-webkit-appearance: none;
	background: #f9b71e url(/static/img/site/gradient-orange.gif) repeat-x left bottom;
	border: 1px solid #e98820;
}

input.button::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}

input[type=submit]:hover,
input.button:hover,
a.button:hover { 
	background-image: none !important;
	color: #fff !important;
}

input.button-grey,
a.button-grey {	
	background: #666 url(/static/img/site/gradient-black.gif) repeat-x left bottom;
	border: 1px solid #333;
}
	
input.button-big,
a.button-big {
	font-size: 16px;
	line-height: 15px;	
	padding: 12px 10px 10px;
}
	
input.button-wide,
a.button-wide {
	padding-left: 20px;
	padding-right: 20px;
}

input.button-text {
	background: none;
	border: none;
	text-shadow: none;
	font-size: 12px;
	color: #666 !important;
	font-weight: normal;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	display: inline;
}

input.button-text:hover { color: #999 !important; }

input[type="submit"].form-disabled,
input[disabled="disabled"].button {
	background: #ddd !important;
	text-shadow: none;
	cursor: not-allowed;
	border: 1px solid #ccc;
}

dl.form { margin-bottom: 5px; }

dl.form dt {
	float: left;
	width: 25%;
	clear: both;
	padding: 0 0 5px;
	position: relative;
}

dl.form dt label {
	display: block;
	padding: 6px 0;
}
dl.form dd {
	float: left;
	width: 70%;
	padding: 0 0 5px;
	position: relative;
}

dl.form dt.form-full,
dl.form dd.form-full {
	float: none;
	width: auto;
	clear: both;
}

.form-submit {
	position: relative;
	text-align: right;
	margin: 0 10px 10px;
}

/* carousel nav */

.jcarousel-prev,
.jcarousel-next {
	background: url(/static/img/site/arrow-carousel.png);
	width: 15px;
	height: 24px;
	position: absolute;
	cursor: pointer;
}

.jcarousel-prev {
	background-position: left top;
	left: 0;
}
.jcarousel-prev:hover { background-position: left bottom; }

.jcarousel-next {
	background-position: right top;
	right: 0;
}
.jcarousel-next:hover { background-position: right bottom; }

.jcarousel-prev-disabled { background-position: left bottom; cursor: default; }
.jcarousel-next-disabled { background-position: right bottom; cursor: default; }

/* modals */

#modal { text-align: left; padding: 20px; }

#modal h1 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0;
	height: auto;
}

/* .atg_store_companyNavigation subnavs */

.atg_store_companyNavigation ul, #atg_store_myAccountNav ul { border-top: 1px solid #ccc; }
.atg_store_companyNavigation ul li, #atg_store_myAccountNav ul li {
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
	list-style: none;
}

/* .content pages */

.bold { font-weight: bold; }
.box {
	background: #f0f0f0;
	border: 1px solid #ccc;
	margin: 0 0 10px;
	padding: 20px 10px 10px;
	text-shadow: 0 1px 0 #fff;
}

.content table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 95%;
	margin: 0 10px 12px;
}

.content th {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #999;
	text-align: left;
	vertical-align: bottom;
}

.content td {
	border: 1px solid #999;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.content li {
	margin: 0 0 5px 30px;
}

.content a { text-decoration: underline; }

.atg_store_basicForm li { list-style: none; margin-left: 0; }

/* store locator */

.mapContainer {
	float: left;
	width: 550px;
}

#storeCanvas {
	position: relative;
	border: 1px solid #ccc;
	width: 548px;
	height: 548px;
}

.renderedMapContainer {}

.locationContainer {
	float: right;
	width: 400px;
}

ul#locationList { margin: 0; }

ul#locationList li {
	list-style: none;
	margin: 0;
	padding: 10px 20px 18px;
	margin: 0 0 10px;
	border-bottom: 2px solid #666;
}

ul#locationList li p { margin-left: 0; }

ul#locationList li .storeName {
	color: #f90;
	font-weight: bold;
}

ul#locationList table {
	width: 360px;
	margin: 10px 0 0;
}

ul#locationList table .date {
	font-weight: bold;
	width: 33%;
	float: left;
}
ul#locationList table .hours {
	float: left;
	width: 66%;
}

ul#locationList .tableLabel { font-weight: bold; }
ul#locationList a { text-decoration: underline; }

ul#locationList hr { position: absolute; left: -9999em; }

fieldset.overwrite label {
	display: inline;
	text-transform: none !important;
}

.errorMessage {
	padding: 3px;
	color: red;
	font-weight: bold;
}

.errorBack {
	background-color:#CC0000;
	color:white;
	padding:5px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

.error-size {
	width: 100px;
}

.error-width {
	width: 115px;
}

ul.modal-error-list {
	background-color:#CC0000;
	color:white;
}

ul.modal-error-list li{
	margin-left:10px;
	margin-right:10px;
	list-style: none;
}

/* #atg_store_formValidationError ul { */
/* 	padding-bottom: 5px; */
/* 	color: red; */
/* 	font-weight: bold; */
/* 	margin-top: -30px; */
/* } */

/* #atg_store_formValidationError ul li{ */
/* 	list-style: none; */
/* } */

ul.sitemap li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 20px;
	width: 24.5%;
}

ul.sitemap ul {
	margin: 0;
}

ul.sitemap li li {
	float: none;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 0;
	width: auto;
}

ul.brand-alpha {
	font-weight: bold;
	height: 32px;
}

ul.brand-alpha li {
	float: left;
	list-style: none outside none;
	margin: 0 3px 0 0;
	width: 32px;
}

ul.brand-alpha li a {
	background: none repeat scroll 0 0 #F0F0F0;
	display: block;
	height: 24px;
	padding: 8px 0 0;
	text-align: center;
	width: 32px;
}

ul.brand-alpha li span {
	color: #CCCCCC;
	display: block;
	height: 24px;
	padding: 8px 0 0;
	text-align: center;
	width: 32px;
}

ul.brand-list li {
	list-style: none outside none;
}

ul.brand-list li li {
	float: left;
	padding: 0 0 5px;
	width: 19.5%;
}

.padding-top-10 {
	padding-top: 10px;
}

.second-header-print {
	padding: 10px;
}

#infoWindowClass {
	display:none;
	background:transparent url(/static/img/site/storelocator/info-window-bg.png) scroll no-repeat 0 0;
	width:229px;
	height:165px;
	color:#3f3f3f;
	position:absolute;
	padding:38px 16px 0;
	font-size: 10px;
}

#infoWindowClass .addressEntry {
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-transform:uppercase;
}

#infoWindowClass .addressEntry h3 {
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-weight:700;
	font-size:14px;
	margin:2px 0 4px;
	line-height: 18px;
}

#infoWindowClass .addressEntry p {
	color:#444;
	line-height:16px;
	margin:0;
	padding:0;
}

#infoWindowClass .directionsTable {
	width:100%;
	margin-top:2px;
}

#infoWindowClass .addressEntry a {
	text-decoration: underline;
}

.disclaimer-header {
	margin: 10px;
}

.message-bag-red {
	background-color: #F7D9D9;
}
.message-bag {
	display: none;
	border-radius: 3px 3px 3px 3px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 7px;
	padding: 10px;
	position: relative;
	text-align: left;
	text-shadow: 0 1px 0 #FFFFFF;
}

.float-left {
	float: left;
}

.gift-content {
	width: 360px !important;
	padding-left: 25px;
	float:left !important;
}

.gift-button {
	padding-left: 110px;
	padding-top:20px;
}

.gift-content-resize {
	width: 391px !important;
}

.gift-width-93percent {
	width: 93% !important;
}

.gift-width-35percent {
	width: 35% !important;
}

.gift-width-65percent {
	width: 65% !important;
}

.shop-gift-ul {
	float: none !important;
	width: auto !important;
}

.footer-customer {
	width: 160px !important;
}

.footer-about-us {
	width: 190px !important;
}

.footer-shop {
	width: 260px !important;
}

.gift-par {
	margin-top: -5px !important;
}

.no-border {
	border: none !important;
}