.ageCheckFloat {
	float: left !important;
	clear: none !important;
}

.bdayRow {
	margin-right: 50px !important;
}

.bdayWrap {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
}

.facebookLink {
	width: 19px;
	height: 19px;
	background: url(../images/global/buttons/facebook.gif) no-repeat;
}

.disabled {
	cursor: default !important;
	color: #666 !important;
	background: #ededed !important;
}

.invisible {
	visibility: hidden;
}

p.ie6 {
	width: 85%;
}

/*
.jsEnabled #fader {
	background: #9D9D9D url(../images/global/body_bg.gif) repeat-x left top;
	position: absolute;
	z-index: 100000;
	width: 100%;
	height: 5000px;
	top: 0;
	left: 0;
}
*/

/* start:global styles */
html {
	min-height: 100%;
	/*overflow: -moz-scrollbars-vertical;*/
}

@font-face {
  font-family: MyHelvetica;
  src: local("Helvetica Neue"), local("HelveticaNeue"), 
       url(../fonts/MgOpenModernaRegular.ttf) format('opentype');
}

body {
	font: normal 12px "Helvetica Neue", "HelveticaNeue Roman", Arial, Verdana, sans-serif;
	background: #9D9D9D url(../images/global/body_bg.gif) repeat-x left top;
	color: #000;
	text-align: center;
}

a, a:hover, img, input.submit {
	outline: none;
}

a {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	color: #FF6600 !important;
}

a:visited {
	color: #FF6600;
}

img {
	border: 0;
}

label {
	font-weight: bold;
}

input.submit {
	cursor: pointer;
}

#blockUI {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9000;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.ajaxLoaderWrap {
	position: absolute;
	background: #000;
	border: 1px solid #aaa;
	color: #fff;
	text-align: left;
	z-index: 9999;
	width: 100px;
	height: 50px;
	padding: 5px 0;
}

span.loaderMsg {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

div.loaderWrap {
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 944px;
	position: relative;
	overflow: hidden;
	height: 1%;
}

#header {
	z-index: 200;
}

#header, #headerInfo {
	height: 133px;
}

#header h1 a {
	background: url(../images/global/logo.jpg) no-repeat;
	width: 244px;
	height: 133px;
}

#header, #header a {
	color: #fff;
	text-transform: uppercase;
}

#header { position: relative; }

#headerInfo {
	position: absolute;
	top: 0;
	right: 0;
	width: 615px;
}

#headerNav li {
	float: left;
	margin-right: 10px;
	font-size: 11px;
	line-height: 18px;
}

#headerNav li.last {margin-right: 0; margin-left: 8px; }
#headerNav a {font-size: 10px;}

#headerSubNav li {
	float: left;
	margin-right: 70px;
}

#headerSubNav {
	position: absolute;
	top: 100px;
	left: 0;
}

#headerSubNav a {
	display: block;
	height: 16px;
	background: url(../images/global/headersubnav_links.gif) no-repeat left top;
	text-indent: -1000em;
}

#headerSubNav a.home {width: 20px; background-position: 0 0;}
#headerSubNav a.collections {width: 75px; background-position: -89px 0;}
#headerSubNav a.performance {width: 81px; background-position: -217px 0;}

#headerNavCartLink {
	padding-left: 15px;
	background: url(../images/global/ecommerce_cart.gif)no-repeat 0 50%;
}

#search {
	top: 100px;
	right: 0;
}

#search form {
	width: 218px;
}
#search form input {
	position: absolute;
	top: 0;
}

#searchBox {
	border: 1px solid #fff;
	background: #ccc;
	width: 170px;
}


#searchSuggestions {
	position: relative
	float: right;
	background: #fff;
	z-index: 2000;
}

#searchSuggestions li {
	padding: 5px;
	text-align: left;
}

#searchSuggestions a {
	color: #000;
	text-transform: lowercase;
}

.go {
	right: 0;
	background: url(../images/global/buttons/search_go.gif) no-repeat 0 50%;
	width: 40px;
	height: 17px;
	border: 0;
}

#content {
	background: #fff;
	z-index: 1;
}

/*THIS IS USED FOR THE HOMEPAGE FLASH MODULE */
#content942 {
	background: #fff;
	z-index: 1;
	margin: 0 auto;
	text-align: left;
	width: 942px;
	position: relative;
	overflow: hidden;
	height: 1%;
}

#navigation, #content {clear: both;}

#footer {margin: 10px auto; color: #fff; font-size: 10px;clear:both;}
#footer a {float: left; margin: 0 7px 0 0; text-transform: uppercase; color: #fff;}

#globalTouts {margin: 5px 0; padding: 5px; background: #fff; text-transform: lowercase; font-size: 1.2em; color: #000;}
#globalTouts ul, #globalTouts p {margin: 0; padding: 0; list-style: none;}
#globalTouts li {float: left; width: 32%; text-align: center;line-height:20px;}
#globalTouts a {float: none; padding-left: 10px; text-transform: uppercase; font-weight: bold; font-size: 0.9em; color: #fd540a;}
#globalTouts .customerService span {text-transform: uppercase;}
#globalTouts .fb {width:20px;}

#locality {float: right;}



/* end:global styles */

/* start:reusable elements */
.invalid {
	background-color: #fedbdb !important;
}

.overlay {
	padding: 10px;
}

.paginateTray {
	position: relative;
	left: 0;
	width: 944px;
	overflow: hidden;
}

.paginateTray .tray {
	float: left;
	width: 944px;
	height: 1%;
	margin: 0;
	padding: 10px 0;
	background: #fff;
}

.glass_views {
	font-size: 9px;
	border-right: 0 none;
	height: 25px;
	margin: 5px 0 0;
}

div.icn {
	float: left;
	height: 20px;
	margin: 0;
	padding: 5px;
	width: 25px;
}

.pdp_fr img {
	height: 15px;
	width: 24px;
}

.pdp_qt img {
	height: 16px;
	width: 26px;
}

.addStylefile {
	background: transparent url(../images/global/buttons/add_stylefile.gif) no-repeat scroll 0 0;
	height: 14px;
	margin: 0;
	padding: 0;
	width: 122px;
}

.arrowLink {
	margin-right: 4px;
	background: transparent url(../images/global/orange_arrow.gif) no-repeat scroll 100% 50%;
	color: #CC6600;
	font-weight: bold;
	padding-right: 18px;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
}

.cta {
	background: url(../images/global/orange_arrow_nobox.gif) no-repeat 100% 49%;
	padding-right: 10px;
}

input.arrowLink {
	padding-right: 14px;
}
.ie input.arrowLink {
	padding-right: 20px !important;
}

/* start:page_actions */
/* (Email, Print, Blog) */
.overlayModule {
	position: absolute;
	right: 10px;
	top: 30px;
	display: none;
	z-index: 70;
	width: 250px;
	padding: 20px;
	background: #EAEBED;
	border: 1px solid #555;
}

#emailModule form {
	margin-top: 20px;
}

#emailModule .submit {
	margin: 10px 0;
}

#emailModule label, #emailModule input.text {
	display: block;
}

#emailModule label {
	font-weight: normal;
	text-transform: none;
	color: #666;
	margin-top:10px;
}

#emailModule input.text {
	margin-bottom: 0;
}

#emailModule label.support {
	display: inline;
	text-transform: none;
}

#emailModule textarea, #emailModule input.text, #emailModule label.support {
	margin-bottom: 10px;
}

#emailModule textarea, #emailModule input.text {
	width: 200px;
}

#blogModule {
	width: 250px;
}
/* end:page_actions */

.pdp_qt {
	top: 6px !important;
}

.displayToggle {
	padding: 8px 5px;
	position: relative;
	top: 4px;
}

.displayToggle.on {
	background: transparent url(../images/pdp/brackets_sunglass.gif) no-repeat scroll 0 1px;
}

.productDisplay {
	margin-top: 5px;
}

.productDisplay label {
	text-transform: uppercase;
}

.clear { clear: both; }

.imgReplace span {
	display: none;
}

.imgReplace, .button {
	display: block;
}

.link {
	background: url(../images/global/arrow_box_right.gif) 100% 49% no-repeat;
	padding-right: 18px;
}

.addToCart {
	background: url(../images/bkgd_add_to_cart.jpg) no-repeat left top;
	width: 24px;
	height: 23px;
}

.addToCart.upgunned {
	background: transparent url(../images/bkgd_add_to_cart.jpg) no-repeat scroll 0 0 !important;
	height: 33px !important;
	width: 122px !important;
}

.addToFav {
	background: url(../images/global/buttons/add_fav.gif) no-repeat;
	width: 24px;
	height: 23px;
}

.close, .button_close {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #cc6500;
	text-transform: uppercase;
	background: url(../images/global/buttons/x_white.gif) 100% 1px no-repeat;
	padding-right: 18px;
	font-size: 11px;
	font-weight: bold;
}

.close:hover, .button_close:hover {
	color: #cc6500;
}

.checkout {
	width: 84px;
	height: 20px;
	background: url(../images/global/buttons/checkout.gif) 0 0 no-repeat;
}

.viewCart {
	width: 84px;
	height: 14px;
	background: url(../images/global/buttons/view_cart.gif) 0 0 no-repeat;
}

.pageActions {
	position: absolute;
	top: 10px;
	right: 10px;
}

a.pageAction {
	float: left;
	margin-left: 8px;
}

.pageAction {
	height: 13px;
}

.actionBlog {
	width: 52px;
	background: url(../images/global/buttons/blog.gif) 0 2px no-repeat;
}

.actionEmail {
	width: 42px;
	background: url(../images/global/buttons/email.gif) 0 2px no-repeat;
}

.actionPrint {
	width: 44px;
	background: url(../images/global/buttons/print.gif) no-repeat;
}

.scrollableWrap {
	height: 240px;
	width: 400px;
	overflow: hidden;
}

.scroller {
	position: absolute;
	font-weight: bold;
	color: #fff;
	left: -25px;
	width: 19px;
	height: 13px;
}

.scroller.up {
	top: 107px;
	background: url(../images/global/arrow_up.gif) no-repeat;
}

.scroller.down {
	bottom: 106px;
	background: url(../images/global/arrow_down.gif) no-repeat;
}

.paginate {
	width: 18px;
	height: 21px;
}

.next {
	background: url(../images/collections/grey_arrow_right.gif) no-repeat;
	float: right;
	margin-right: 175px;
}

.prev{
	background: url(../images/collections/grey_arrow_left.gif) no-repeat;
	float: left;
	margin-left: 175px;
}

.notransform {display: inline; float: none; text-transform: none !important;}

.boxbutton {
	cursor: pointer;
	padding: 2px 5px;
	border: 1px solid #999;
	text-transform: uppercase;
	background: #fff !important;
	font-size: 9px;
	font-weight: bold;
	color: #5e8cc7;
}

.submit .boxbutton {width: auto !important;}

#content a.action, #content .action a {text-transform: uppercase; font-size: 15px; font-weight: bold;}

.clearfix:after, .holder:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .clearfix, * html .holder { height:1px; }
.clearfix, .holder { display:block; min-width:0; }
/* end:reusable elements */