.mscDeployBanner {
	right: auto;
	left: 0;
	text-align: left;
}

/**************************************************************
** BASE ELEMENT STYLES
***************************************************************/

body, td, th, ul, li {
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	line-height: 16px;
}
body {
	background-color: #547DB2;
	/* background-image: url(../images/bg_haber.jpg); 
	background-repeat: repeat-x; */
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #294A77;
}
h1 {
   	font-size: 20px;
   	margin-top: 0;
   	margin-bottom: 6px;
}
h2 {
    font-size: 18px;
   	margin-top: 0;
   	margin-bottom: 6px;
}		
h3 {
   	font-size: 16px;
   	margin-top: 0;
   	margin-bottom: 4px;
}	
h4 {
   	font-size: 16px;
   	margin-top: 0;
   	margin-bottom: 4px;
}	
h5 {
   	font-size: 12px;
   	margin-top: 0;
   	margin-bottom: 4px;
}	
h6 {
   	font-size: 10px;
   	margin-top: 0;
   	margin-bottom: 2px;
}	

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; cursor: pointer; }
a:active { text-decoration: underline; }


/**************************************************************
** CLASS STYLES
***************************************************************/
.hidden { display: none; }


.mscSmall, .mscSmall td, .mscSmall th, .mscSmall ul, .mscSmall li { font-size: 11px; }
.mscSmall input, .mscSmall select, .mscSmall textarea, .mscSmall button { font-size: 11px; }

.mscMicro, .mscMicro td, .mscMicro th, .mscMicro ul, .mscMicro li { font-size: 10px; }
.mscMicro input, .mscMicro select, .mscMicro textarea, .mscMicro button { font-size: 10px; }


.mscCompanyHeader .mscCompanyInfo { font-size: 10px; }

.LeftNav { padding: 6px 10px 30px; background-color: #bcdaff; }
.LeftNav .Categories h5 { margin-top: 5px; }
.LeftNav .Login h5 { margin-top: 15px; }

.heading {
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman", Times, Serif;
}
a {
	color: #3366CC;
	text-decoration: underline;
}
.detail_headers {
	font-weight: bold;
	color: #547DB2;
}
.product {
	padding-right: 15px;
	padding-left: 15px;
}
.red {
	color: #990033;
}
.copyright {
	font-size: 11px;
	padding: 8px 3px 3px;
	text-align: left;
}
a.copyright {
	color: #000033;
	text-decoration: none;
}
a.copyright:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	background-color: #294f86;
	color: #e2e8ef;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a.footer {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
	border-top-color: #3366CC;
	border-right-color: #3366CC;
	border-bottom-color: #3366CC;
	border-left-color: #3366CC;
}
.content 
{  
    /* changed padding 5px to 0px to fix index page image problem*/
	padding:0px;
	background-color:White;
}
.BodyContent { 
	padding: 15px 15px 30px; 
	width: 950px;
}

.GlobalActions {
	padding-right: 15px;
}
.GlobalActions .Affinity {
	margin-right: 15px;
}
.GlobalActions .Affinity .Text {
	position: relative;
	display: inline-block;
}
.GlobalActions .Affinity .Validation {
	left: 0px;
	top: 27px;
	border: 1px solid #FD7C05;
	position: absolute;
	margin: 0;
	padding: 6px;
	display: block;
	background-color: #FCAF00;
	text-align: left;
	width: 160px;
	cursor: pointer; 
}
.GlobalActions .Affinity .Validation a.Close {
	float: right;
}
.GlobalActions .Known {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}

.GlobalActions .Logout {
	margin-right: 5px;
}
.GlobalActions .Account {
	margin-right: 5px;
}
.GlobalActions .Cart {
	margin-right: 5px;
}

.formbutton {
	padding-top: 3px;
	margin-bottom: -3px;
}
.modelshot {
	padding-right: 15px;
	padding-bottom: 15px;
}
.divider {
	background-color: #e2e8ef;
	margin-top: 5px;
	margin-bottom: -5px;
}
.formcartbutton {
	padding-top: 7px;
	margin-bottom: -7px;
}
#ddmenus {
	position: absolute;
	left: 50%;
	top: 143px;
	z-index:50;
	visibility: visible;
}
.ddmenu {
	text-transform: uppercase;
	background-image: url(../images/bg_ddmenu.jpg);
	background-repeat:no-repeat;	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #547DB2;
	line-height: 12px;
}
#dd_sunglasses {
	position:absolute;
	z-index:auto;
	width: 205px;
	left: -199px;
	text-indent: 0px;
	display: block;
	visibility: hidden;
}
.ddmenuitems {
	display: block;
	list-style-type: none;
	line-height:25px;
	height:10px;
	text-transform:uppercase;
	text-indent: 0px;
	vertical-align:middle;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #A9BED8;
	border-right-color: #A9BED8;
	border-bottom-color: #A9BED8;
	border-left-color: #A9BED8;
	letter-spacing: .05em;
	color:#fcffff;	
	font-family: Times Helvetica,Arial,Geneva;	
	font-weight:bold;
	cursor:pointer;
	z-index: 100;
}
a.ddmenuitems {
	color: #FFFFFF;
	text-decoration: none;
}
a.ddmenuitems:hover {
	color: #112949;
	text-decoration: none;
	background-color: #B6CFED;
}
#dd_goggles {
	position:absolute;
	z-index:auto;
	width: 153px;
	left: 6px;
	text-indent: 0px;
	display: block;
	visibility: hidden;
}
#dd_bags_accessories {
	position:absolute;
	z-index:auto;
	width: 312px;
	left: 160px;
	text-indent: 0px;
	display: block;
	visibility: hidden;
}
.dd2menuitems {
	display: block;
	list-style-type: none;
	text-indent: 0px;
	text-align: left;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #224069;
	border-right-color: #112848;
	border-bottom-color: #A9BED8;
	border-left-color: #112848;
	border-top-style: solid;
	letter-spacing: .05em;
}

a.breadcrumb {
	color: #2F5587;
	text-decoration: none;
}
.breadcrumb {
	font-size: 11px;
	color: #2F5587;
	font-weight: bold;
	text-align: left;
}
a.breadcrumb:hover {
	text-decoration: underline;
}
.rightbarcolumn {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #adcfee;
	border-right-color: #adcfee;
	border-bottom-color: #adcfee;
	border-left-color: #adcfee;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding: 9px;
	font-size: 11px;
}
.alwayssave_ds {
	background-image: url(../images/rightsidebar_alwayssave_ds.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.landingcenter {
	padding-right: 0px;
	padding-left: 0px;
}
.productlist {
	/*font-family: Helvetica, Arial, Geneva;*/
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}
.categorypageheading {
	font-family: "Times New Roman", Times, Serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/bg_category_titlebar.jpg);
	text-align: center;
	height: 27px;
	padding-top: 5px;
	display: block;
	background-repeat: no-repeat;
}
.relatedproducts {
	display: block;
	height: 120px;
	width: 160px;
	margin: 8px;
	border: thin solid #FFFFFF;
}
a.relatedproducts {
	display: block;
	height: 120px;
	width: 160px;
	margin: 10px;
	text-decoration: none;
}
a.relatedproducts:hover {
	display: block;
	height: 120px;
	width: 160px;
	margin: 10px;
	text-decoration: none;
	border: thin solid #3366CC;
}
.home {
	background-image: url(../images/bg_homepage.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 18px;
	padding-right: 30px;
	text-align: justify;
	padding-bottom: 15px;
}
.choosefrom {
	font-weight: bold;
	color: #999999;
	margin: 1px;
}
/*
.ItemAttTitle {font-family:Tahoma; font-weight:600; font-size:12px; color:#1668DB;}
. {font-family:Tahoma; font-weight:700; font-size:14px; color:#1668DB;}
*/
.ItemDescription 
{
	font-family:Arial Helvertica Sans-Serif;
	font-size:9pt;
	line-height:16px;
	width:200px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.ImgVariations
{
	cursor:pointer;
}
/*
.AttLabel
{ font-family:Helvetica; font-size:9pt; line-height:12px; }
.AttValue
{ font-family:Tahoma; font-size:9pt; line-height:12px; width:200px; }
*/

/*#main_inner { display: inline; width: 160px;	height: 180px;	padding: 0 0 0 15px;	margin: 5px 0 0 0;	}	*/

.rightside_bg 
{
    background-image: url(../images/rightbar_shadowside.gif);
    background-repeat: repeat-y;
    width: 4px;
}

.ddmenuitems1 {	
	font-family:Arial;
	font-size:8pt;	
	font-weight:bold;
	cursor:pointer;
	cursor:pointer;
	color:#fff;
	background:#4672B3;	
	border-top:solid 1px #B6CFED;
	border-bottom:solid 1px #B6CFED;
	margin-left:2px;
	letter-spacing:1px;
}
.ddmenuitems1_hover {	
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	cursor:pointer;
	cursor:pointer;
	color:#000;	
	background:#B6CFED;
	border-top:solid 1px #B6CFED;
	border-bottom:solid 1px #B6CFED;
	margin-left:2px;
	letter-spacing:1px;
}

.AccountNav {
	margin-bottom: 20px;
}

.Profile h3 { 
	margin-top: 10px;
}

/**************************************************************
** BREADCRUMBS
***************************************************************/
.mscBreadCrumbs {
	font-family: "Times New Roman", Times, Serif;
}
.mscBreadCrumbs a.mscNone {
	text-decoration: none;
}


/**************************************************************
** LANDING RESULTSVIEW
***************************************************************/
.Products {
	width: 318px;
}
.CategoryContent {
	width: 400px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}
.mscResultsView .mscGalleryCell {
	padding: 0;
	margin: 0;
}
.mscResultsView .mscGalleryContents .mscGalleryItem .mscPhoto {
	height: auto;
}
.mscResultsView .mscGalleryContents .mscGalleryItem .mscItemTitle {
	font-family:Tahoma; 
	font-weight:700; 
	font-size:14px; 
	color:#1668DB;
}
.mscResultsView .mscGalleryContents .mscGalleryItem .mscItemDescription {
	font-weight:bold; 
	font-size:10px; 
	text-align: left;
}
.mscResultsView .mscItemReadMore {
	width: 100%;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 20px;
}

/**************************************************************
** IMAGE OVERLAY STYLES
***************************************************************/
.overlayFrame {
	position: relative; 
}
.overlayFrame .overlay {
    overflow:hidden;
    position:absolute;
}
.overlayFrame .newImage {
	width: 62px; 
	height: 44px;
}
.overlayFrame .rxImage {
	right: 5px; 
	bottom: 14px; 
	width: 22px; 
	height: 18px;
}

.mscResultsView .overlayFrame .newImage {
	left: -45px; 
	top: -2px; 
}
.mscResultsView .overlayFrame .rxImage {
	right: 10px; 
	top: 77px;
	/*bottom: 14px;*/
}



/**************************************************************
** ITEM DETAIL
***************************************************************/
.mscItemDetailView td.FreeformDescription {
	padding-right: 10px;
	width: 370px;
}
.mscItemDetailView div.FreeformDescription {
	width: 370px;
}
.mscItemDetailView .ProductInfo {
	margin-left: 17px;
	width: 334px; 
}
.mscItemDetailView .ProductInfo .mscPhoto {
	text-align: center;
	width: 100%;
}
.mscItemDetailView .mscReviewTable td { 
	font-size: 11px;
}
.mscItemDetailView .mscReviewTable td { 
	width: 50%;
}
.mscItemDetailView .mscReviewTable .mscItemSavings td {
	color: #990033;
}
.mscItemDetailView .Variations {
	margin-bottom: 10px;
}
.mscItemDetailView .Variations .VariationCount {
	color: #999999;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
}

.mscItemDetailView .Variations .swatchlink {
	border: 2px solid #FFFFFF;
	width: 100px;
	display: block;
	padding: 2px;
}
.mscItemDetailView .Variations a.swatchlink:hover {
	border: 2px solid #3366CC;
	cursor: pointer;
}
.mscItemDetailView .Variations .swatchlink img {
	width: 100px;
}

.mscItemDetailView .Variations .mscSelected {
	border: 2px solid #999999;
}
.mscItemDetailView .ItemAdd {
	padding: 6px;
	margin: 6px 0;
}
.mscItemDetailView .ItemAdd select {
	width: 300px;
	height: 19px;
	border: #999999 1px solid; 
	font-size: 12px; 
	color: #000000;
}
.mscItemDetailView .ItemAdd .AddToCart {
	margin-top: 6px;
	width: 300px;
}
.mscItemDetailView .ItemAdd td.Action {
	text-align: left;
}

/* DETAIL IMAGE OVERLAYS */
.mscItemDetailView .overlayFrame .newImage {
	left: 0px; 
	top: 0px; 
}
.mscItemDetailView .overlayFrame .rxImage {
	right: 0px; 
	bottom: 0px; 
}
.mscItemDetailView .overlayFrame .loadingImage {
	right: 20px; 
	top: 0px; 
}

/**************************************************************
** 180 DEGREE VIEW
***************************************************************/
.OneEightyView { 
}
.OneEightyPage { 
	background-color: #fff;
	margin: 20px;
	padding: 20px;
}
.OneEightyContent {
	text-align: center;
}

/**************************************************************
** ITEM ASSOCIATIONS VIEW
***************************************************************/
tr.CrossSellHeading img {
	margin-bottom: 0px;
}

.mscItemAssociationView .mscGalleryItem {
	position: relative;
	
}
.mscItemAssociationView .mscPhoto td {
	text-align: center;
}
/*
.mscItemAssociationView .mscItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
}
*/
.mscItemAssociationView .mscItemTitle {
	width: 100%;
	text-align: center;
	position: relative;
	top: -20px;
}


/* ASSOC IMAGE OVERLAYS */
.mscItemAssociationView .mscResultsView .overlayFrame .newImage {
	left:auto;
	left: -40px; 
	top: 0px; 
}
.mscItemAssociationView .mscResultsView .overlayFrame .rxImage {
	right: 5px; 
	bottom: 45px; 
}


/**************************************************************
** LOGIN/REGISTRATION FORM
***************************************************************/
.mscExistingCustomer h3 {
	padding-top: 10px;
}
.mscNewCustomer h3 {
	padding-top: 10px;
}
tr.AffinityCode .mscInstructions {
	margin-top: 14px;
	margin-bottom: 6px;
}
tr.AffinityCode .NoCode {
	margin-top: 12px;
	margin-bottom: 6px;
}

/**************************************************************
** NEWSLETTER FORM SECTION
***************************************************************/
.mscFormTable .OptionsInput fieldset.Interests {
	padding: 10px;
}
.mscFormTable .OptionsInput fieldset.Interests legend {
	font-weight: bold;
	font-size: 10px;
}
.mscFormTable .OptionsInput fieldset.Interests .mscInstructions {
	padding: 4px 8px;
	font-size: 11px;
}
.mscFormTable .OptionsInput fieldset.Interests table {
	margin-left: 20px;
	margin-right: 10px;
}
.mscFormTable .OptionsInput .Newsletter {
	margin-top: 15px;
}
/**************************************************************
** CART VIEW
***************************************************************/
.Cart .mscActions {
	margin-top: 20px;
}

/**************************************************************
** CHECKOUT
***************************************************************/
.mscCartProcessView {
	margin-bottom: 10px;
}
.Checkout .Promotions {
	margin-top: 15px;
}
.Checkout .mscCartPaymentForm {
	margin-top: 15px;
}

.mscCartValidation {
    border: #ffffff 1px solid;
    background-color: #ffb3b3;
    padding: 15px;
    font-size: 120%;
}
.mscCartValidation .mscInstructions {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mscCartValidation td.mscGridCell {
	background-color: #fff;
}




/**************************************************************
** PRINT
***************************************************************/
.PRINT {
	background-color: #fff;
	width: 95%;
	margin: 0px auto;
	padding: 10px 10px 40px;
	text-align: left;
}



.headerbg {
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
}

/* Detail Page Polarized Image Classes */

img .polarizedimg { behavior: url(iepngfix.htc); }