/*---------------------------------------------------
| 																									|
|      CSS for Nixon Pages													|
| 																									|
---------------------------------------------------*/

/*CONTENTS
-----------------------
Elements
Links
Layout
	Header
	Navigation
	Body Content
Individual Pages 
	Team
	Jobs
	FAQs
	Dealer Locator
	Dealer Locator - Results
	Repair Center
General	
	
SITE COLORS
-----------------------
Text: #666666
Headers: #000000
Links #000000
Links Active #c4151b
Light Grey/Borders: #a7a9ac
-----------------------*/
	


/*---------------------------------------------------------
	Elements 
---------------------------------------------------------*/	

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #ffffff;
	padding: 0;
	color: #666666;
	height: 100%;
	min-height: 100%;
	font-size: 12px;
}


body, form, input, textarea, select { 
	margin: 0;
	}
	
h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 100;
		color: #000;
		font-size: 40px;
		line-height: 1em;
		margin: 0;
		padding: 0 0 12px 0;
	}
	
h1.sIFR-replaced {
		padding: 0;
	}
	
.jp_JP h1 {
		font-family: "MS PGothic","Osaka",Arial,Helvetica,sans-serif;\
		text-transform: uppercase;
		
	}

	
/*---------------------------------------------------------
	Links 
---------------------------------------------------------*/	
a         { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none;  }
a:hover   { color: #c4151b; text-decoration: underline;  }
a:active   { color: #c4151b; text-decoration: underline;  }


/*---------------------------------------------------------
	Layout 
---------------------------------------------------------*/	

	/*Header
	---------------------------*/
	#timestampabs { 
		width: 197px;
		text-align: right;
		float: right;
		padding-right: 10px;	
	}
	
	#timestampabs input { 
		text-align: right;
		color: #c4151b;
		background-color: none;
	}
	
	
	#master {
		margin: 0px auto;
		width: 960px;
		text-align: left;
	}
	
	#logo { 
		float: left;
		margin: 25px 0 24px 0;
	}
	
	#finddealer {
	 float: right;
	 text-align: right;
	 margin-top: 25px;
	}
	
	#dealheader { 
		float: left;
		margin: 27px 2px 0 8px;
		border: 0;
		}
		
	#vipheader { 
		float: left;
		margin: 16px 0 0 0;
		border: 0;
		}
		
	#navsearch {
		position: relative;
		float: right;
		width: 100px;
		text-align: right;
		z-index: 100;
	}
	
	#searchlink {
		display: inline-block;
		height: 16px;
		line-height: 200px;
		padding-right: 50px;
		font-size: 1.2em;
		overflow: hidden;
		background-position: 100% 0;
		background-repeat: no-repeat;
	}
	
	#navsearch:hover #searchlink {
		background-position: 100% -50px;	
	}
	
	
	#searchbox {
		display: none;
		position: absolute;
		right: -2px;
		top: 16px;
		border-top: 1px  solid transparent;
		padding: 11px 13px 13px 12px;
		background: url(/image/common/nav-search-bg.gif) no-repeat 100% 100%;
		width: 230px;
	}
	
	
	#navsearch:hover #searchbox {
		display: block;
	}
	
	#searchfield {
		padding: 3px;
		margin: 0;
		width: 222px;
		border: 1px solid #666666;
		position: relative;
		z-index: 1;
	}
	
	input:-moz-placeholder {
		color: #999;
	}
	
	#searchsubmit {
		position: absolute;
		right: 14px;
		top: 12px;
		background: url(/image/common/search-field-icon.gif) no-repeat 0 0;
		width: 22px; 
		height: 20px;
		padding: 0;
		margin: 0;
		border: none;
		text-indent: -5000px;
		z-index: 50;
		
	}
	
	/*Navigation
	---------------------------*/
	#navigation { 
		clear: both;
		border-bottom: 1px solid #bfbfbf;
		height: 15px;
		margin-bottom: 20px;
		padding: 0 0 1px 0;
		}
		
	 #navigation ul { 
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1em;
		font-size: 11px;
		z-index: 4998;
		cursor: default;
		float: left;
		}

	#nav a:link, #nav a:visited { 
		
		} 
	
	#nav a:hover, #nav a:active, #nav a:link, #nav a:visited { 
		text-decoration: none;
		} 
	
	#nav a {
		display: block;
		/*width: 10em;*/
	}
	
	#nav li { /* all list items */
		float: left;
		height: 14px;
		/*width: 10em;  width needed or else Opera goes nuts NOTE: no it doesn't this is a comment from the original menu */
	}
	
	#nav li:hover, 	#nav li.sfhover  { 
		background-repeat: no-repeat;
		background-position: 0 -20px;	
	}
	
	#nav li a { /* remove the underlines no matter what */
		text-decoration: none;
		cursor: pointer;
		font-style: italic;
		color: #666666;
	}
	
	/* second-level lists */
	#nav li ul { 
		position: absolute;
		text-transform: uppercase;
		width: 142px;
		margin: -1px 0 0 -10px;;
		padding: 0;
		left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	
	/* second-level lists elements */
	#nav li ul li { 
		width: 142px; /*added to give width to secondary list because we are not setting it on the first nav*/
		height: auto;
		background: none;
		
	}
	
#nav li ul li:hover, #nav li ul li.sfhover { 
	background-position: 0 0;
	}
	
	
	/* second-level list setting up specific layouts with header content and footer  */
	#nav li ul li.top { 
		background-image: url(/image/common/subnav-header.gif?20080808);
		background-repeat: no-repeat;
		height: 10px;
		padding: 0;
	}
	
	#nav li ul li.mid, #nav li ul li.mid:hover, #nav li ul li.mid.sfhover { 
		background-image: url(/image/common/subnav-content.gif?20080808);
		background-repeat: repeat-y;
		padding: 0;
	}
	
	#nav li ul li.mid a { 
		padding: 4px 9px 4px 10px;
	}
	
	#nav li ul li.mid img { /* position that silly little arrow */
		margin-top: -2px; 
		vertical-align: middle;
		/*margin-bottom: -6px;*/
	}
	
	#nav li ul li.bottom { 
		background-image: url(/image/common/subnav-footer.gif?20080808);
		background-repeat: no-repeat;
		height: 9px;
		padding: 0;
		cursor: default;
	}
	
	/* third-and-above-level lists */
	#nav ul ul { 
		margin: -29px 0 0 139px; /* 3 less than 138 to accomodate for that border on the right*/
	}
	
	#nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em;
	}
	
	#nav li:hover, #nav li.sfhover { /*Bug fix for ie 7*/
			position: static;
	}
	
	/* lists nested under hovered list items */
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
		left: auto;
	}
	
	/*Make the selected sub list item red*/
	#nav li li:hover a.second, #nav li li.sfhover a.second, #nav li li li:hover a.third, #nav li li li.sfhover a.third { 
		color: #cc0000;
	}
	
	#nav a.nolink { 
		cursor: default;
		}
		
	.navitem {
		background-repeat: no-repeat;
	}
		
	/*Body Content
	---------------------------*/
	
	#genPgLeftImage {
		float:left; 
		margin-right: 20px;
		margin-bottom: 20px;
		width: 430px;
	}

	#genPgRightTextContainer {
		float:left; 
		width: 450px; 
		margin-bottom: 20px;
	}
	
	#genPgRightTextContainer #titleheader {
		margin: 20px 0 50px 0;
	}
	
	/*Content Page Title Header*/
	#titleheader { 
		margin: 0 0 20px 0;
		}
		
	#titleheader h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 100;
		color: #000;
		font-size: 52px;
		line-height: 1em;
		margin: 0;
		padding: 0 0 12px 0;
		text-transform: uppercase;
	}
	
	#titleheader h1.sIFR-replaced {
		padding: 0;
	}
	
	#titleheader a:link, #titleheader a:hover {
		text-decoration: none;
	}
	
	.jp_JP h1 {
		font-family: "MS PGothic","Osaka",Arial,Helvetica,sans-serif;
		text-transform: uppercase;
	}
	
	#titleheader img { 
		display: block;
		}
	/*Footer
	---------------------------*/
	#footerdiv { 
		/*font-family: Arial, Helvetica, sans-serif;*/ 
		font-size: 10px; 
		font-weight: normal; 
		color: #666666;
	}


	.footer { 
		/*font-family: Arial, Helvetica, sans-serif;*/ 
		font-size: 10px; 
		line-height: 115%; 
		font-weight: normal; 
		color: #a7a9ac;
		padding-left: 9px;
	}
	
	.footerlinetwo { 
		/*font-family: Arial, Helvetica, sans-serif;*/ 
		font-size: 10px; 
		line-height: 30px; 
		font-weight: normal; 
		color: #000000;
		padding-left: 10px;
	}
		
	.footerMainItem {
		float: left;
		margin-left: 6px;
	}
	.footerMainItem20 {
		float: left;
		margin-left: 20px;
	}
	
	.footerLink {
		font-size: 10px;
	}
	
	.globeIcon {
		float: right;
		margin-top: -2px;
		margin-left: 8px;
		cursor: pointer;
	}
	.countryChange {
		float: right;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 11px;
	}
	
	
/*---------------------------------------------------------
	Individual Pages 
---------------------------------------------------------*/	
	
	/*Collection 
	---------------------------*/
	
	.thecollections {
		font-family: "Times New Roman", Times, serif;
		text-transform:uppercase;
		font-size: 12px;
		font-style: italic;
	}
	
	#collectionDevTop {
		width: 100%;
		background: #B7B7B7;
		height: 1px;
		margin-bottom: 10px;
	}
	
	#collectionDevBottom {
		width: 100%;
		background: #B7B7B7;
		height: 1px;
		margin-top: 10px;
	}
	
	.thecollectionslink {
		float: left;
		margin-left: 30px;
		cursor: pointer;
	}
	
	#collectionslinks { 
		clear: both;
		padding: 10px 0;
		text-transform: uppercase;
		font-style: italic;
		}
		
	
	
	#collectionslinks a:link, #collectionslinks a:visited, #collectionslinks a:active, #collectionslinks a:hover { 
		text-decoration: none;
		margin-right: 15px;
		}
		
	#collectionslinks a:link, #collectionslinks a:visited, #collectionslinks a:active, #collectionslinks a:hover { 
		text-decoration: none;
		margin-right: 15px;
		}
		
	#collectionslinks a:link, #collectionslinks a:visited { 
		color: #666666;
		}
		
	#collectionslinks a:active, #collectionslinks a:hover { 
		color:#C4151B;
		}
		
	#collectionslinks .collectioncat { 
		font-size: 12px; 
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-style: normal;
		}	
		
	#collectionslinks a:link.collectioncat, #collectionslinks a:visited.collectioncat { 
		color: #000000;
		}
		
	#collectionslinks a:hover.collectioncat, #collectionslinks a:active.collectioncat { 
		color: #C4151B;
		}
		
	/*Team 
	---------------------------*/
	.teamcont { 
		float: left;
		float: left;
		width: 200px;
		text-transform: uppercase;
		font-style: italic;
	}
	
	.teamcont a:link, .teamcont a:visited { 
		color: #666666;
	}
	
	.teamcont a:active, .teamcont a:hover { 
		color: #c4151b;
	}
	
	.teampop { 
		float: left;
		float: left;
		width: 115px;
		text-transform: uppercase;
		font-style: italic;
		color: #333333;
		padding-right: 10px;
		}
		
	.teampop a:link, .teampop a:visited, .teampop a:active, .teampop a:hover { 
		float: left;
		float: left;
		width: 125px;
		text-transform: uppercase;
		font-style: italic;
		text-decoration: none;
		}
		
.teampop a:link, .teampop a:visited { 
		color: #333333;
		}
		
.teampop a:active, .teampop a:hover { 
		color: #c4151b;
		}
	
.teampop h4 { 
	color: #ffffff;
	font-style: normal;
	}
	

#skate { 
	padding-left: 20px;
	padding-bottom: 30px;
	}

.team { font-family: arial; font-size: 9px; color: #333333; margin-right: 5px; }
.team a { color: #c4151b; }
.team a:visited { color: #c4151b; }
.team a:hover { color: #c4151b; }
.team a:focus { color: #c4151b; }

.teamtitle { 
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
	}
#teammemberimage, #genPgLeftImage { 
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 430px;
	font-size: 10px;
	}
	
#floater { 
	float: left;
	text-align: center;
	}

#teammemberimage img, #genPgLeftImage img { 
	padding-bottom: 5px;
	border: 0px;
	display: block;
	}
	
#teammembername { 
	float: left;
	width: 470px;
	}
	
#teamcopy { 
	padding-left: 3px;
	}

.teamPhotoBackground {
	background-image: url(/image/team/team_thumb_background.gif);
	width: 113px;
	height: 87px;
	background-repeat: no-repeat;
	float: left;
	padding-right: 8px;
}

.teamPhotoThumb {
	padding-left: 8px;
	padding-top: 8px;
	cursor: pointer;
}

/*Jobs 
---------------------------	*/
#jobs h3, #jobs h4 {
	padding: 0 0 10px 0;
}

#jobs div.descr {
	padding: 0 0 10px 0;
}

#jobs div.title strong, #jobs div b {
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

/*FAQs 
---------------------------*/	
#faqlinks {
	padding-bottom: 20px; 
	}

#faqlinks h2 {
	padding-bottom: 5px; 
	}

#faqlinks h4 {
	padding-bottom: 10px; 
	}	
#faqcontent {
	padding-bottom: 20px; 
	}
	
	#faqcontent strong {
	color: #666666;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform:uppercase;
	}
		
/*Dealer Locator 
---------------------------*/	
#dealertitle { 
	margin:50px 0px 50px 15px
}
	

.dealerheader { 
	padding-bottom: 26px;
	display: block;
}
	
.searchcontainer { 
	float: left;
	padding: 20px;
	border-right: 1px solid #bfbfbf;
	width: 279px;
	height: 188px;
	margin-bottom: 190px;
}
	
.searchcontainer h2.sIFR-replaced { 
	padding-bottom: 26px;
}
		
.searchcontainer select, .searchcontainer input {
	vertical-align: middle;
	}
		
	.searchinterior { 
		height: 145px;
		}
		
	.dealerlabel, .dealerform {
		float: left;
		margin-bottom: 2px;
		
	} 
	
	.dealerlabel { 
		width: 110px;
		text-align: right;
		padding: 2px 4px 0 0;
		height: 22px;
		}
	
	.dealerform { 
		width: 165px;
		text-align: left;
		height: 24px;
		}
		
	.dealercheckbox { 
		text-align: right;
		margin-right: 148px;
		clear: both;
		height: 20px;
		}
		
	.dealercheckbox input { 
		width: 18px !important;
		vertical-align: middle;
		}
	
		
	.search { 
		margin-left: 115px;
		border: 0;
		}
		
	#searchcity .searchinterior input { 
		width: 150px;
		}
	
	#searchcity select { 
		width: 156px;
		}	
		
	

	
	#searchpostal .searchinterior input { 
		width: 60px;
		}	
	
	#searchpostal select { 
		width: 66px;
		padding: 1px;
		}	
	
	#searchonline { 
		border-right: 0;
		}
		
	
	
		
		

		
	#footerline { 
		clear: both;
		}
		
		
	/*Old dealer styles. 
	#dealerformcontent { 
		padding: 0px 0px 0px 35px;
		}
		
	.dealerformimages { 
		padding: 10px 0px 2px 0px;
		}
		
	#resultstext { 
		color: #999999;
		padding: 10px 0px 0px 50px;
		width: 200px;
		float: left;
		}
		
	#resultspage { 
		color: #999999;
		width: 200px;
		margin: -20px 0px 0px 500px;
		}
		
	#searchagain { 
		margin: 5px 0px 0px 100px;
		width: 125px;
		}
	*/	
	
		
	/*Dealer Locator - Results
	---------------------------*/	
	.dealerresultsheader { 
		border-right: 1px solid #bfbfbf;
		}
	
	.resultswrapper { 
		padding-bottom: 20px;
		}
		
	.columnname, .columncity, .columnstate, .columncountry { 
		float: left;
		text-transform: uppercase;
		}
	
	.columnname { 
		width: 400px;
		}
		
	.columnname h4 span { 
		font-size: 10px;
		}
	
	.columncity { 
		width: 123px;
		text-align: center;
		}
		
	.columnstate { 
		width: 150px;
		text-align: center;
		}
		
	.columncountry { 
		width: 128px;
		text-align: center;
		}

	/*Repair Center
	---------------------------*/	
	#repaircenter { 
		padding-top: 20px;
		text-align: right;
		}

	#repaircenter h2 { 
		margin-bottom: 10px;
		text-align: left;
		}
	
	#repaircenter .formcola { 
		text-transform: uppercase;
		font-style: italic;
		width: 215px;
		text-align: right;
		padding-top: 4px;
		padding-bottom: 5px;
		}
		
	#repaircenter .formcolspan { 
		padding-left: 225px;
		width: 225px;
		text-align: left;
		padding-bottom: 5px;
		}
		
	#repaircenter input { 
		vertical-align: middle;
		}
		
	#repaircenter textarea { 
		height: 80px;
		}
		
	#repaircenter select  { 
		font-family: "Times New Roman", Times, serif;
		margin: 0;
		border: 1px solid #666666;
		font-size: 12px;
		padding: 3px;
		vertical-align: middle;
		}
		
	#repaircenter .textfield { 
		width: 257px;
		margin: 0;
		border: 1px solid #666666;
		font-size: 12px;
		padding: 3px;
		vertical-align: middle;
		color: #000;
		}
		
	#repaircenter select.selectfield, #repaircenter select.selectfieldinactive  { 
		width: 265px;
		}
		
	#repaircenter .selectfield { 
		color: #000;
		background-color: #fff;
		}
		
	#repaircenter .selectfieldinactive { 
		color: #666;
		background-color: #ccc;
		}
		
		
	#repaircenter .formcola span { 
		font-size: 10px;
		}
		
	#repaircenter .formcolb { 
		width: 265px;
		padding-bottom: 5px;
		text-align: left;
		}
		
	#repaircenter .radiocol { 
		text-align: left;
		padding-top: 4px;
		}
		
	#repaircenter .radiocol input { 
		padding: 0;
		margin: 0;
		vertical-align: middle;
		}
	#rcdisclaimer { 
 		font-size: 10px;
  	border-top: 1px solid #a7a9ac;
  	padding: 10px 0 0 0;
		margin-top: 30px;
  }
		
		/*Ad Landing
	---------------------------*/	
	#adwrapper { 
		position: relative;
		height: 550px;
		}
		
	.adcontainer { 
		position: absolute;
		height: 550px;
		overflow: hidden;
		}
		
	
	.hometeam { 
		float: left;
		margin-right: 10px;
		width: 325px;
		}
	
	.homecollections {
		float: left; 
		width: 625px;
		}


/*---------------------------------------------------------
	General 
---------------------------------------------------------*/	

form {
	padding: 0;
	}
	
a { 
	outline: none;
	}
	
input, textarea, select { 
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: inherit;
	}

img { 
	border: 0;
	}

.clear {
	clear: both;
}

.textsmall { 
	font-size: 10px;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px; 
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	}
	
h2 a:hover, h2 a:active, h2 a:link, h2 a:visited { 
	color: #000000;
	text-decoration: none;
	}

h3 {
  color: #666666;
  font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0;
	margin-top: -9px;
	padding: 0;
	font: "Times New Roman", Times, serif;
	font-family: "Times New Roman", Times, serif;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 12px; 
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 11px; 
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}


input, textarea, select {
  font-size: 11px;
}
.red {
  color: #c4151b;
}
.highlight {
  color: #c4151b;
	font-style: italic;
}
.copyright {
  font-size: 10px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.copyright a {
  margin-left: 20px;
  font-size: 10px;
}
.error { 
	color: #c4151b;
	font-weight: bold;
	}
	
.pagination { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	}

.pagination a:link, .pagination a:active, .pagination a:hover, .pagination a:visited { 
	text-decoration: none;
	color: #000000;
	padding: 2px 5px;
	}
	
.pagination a:active, .pagination a:hover { 
	background-color: #e4e5e6;
	}
	
.pagination span { 
	background-color: #000000;
	color: #ffffff;
	padding: 2px 5px;
	}
	
/* Generic Form containers*/
	
.formcola, .formcolb { 
	float: left;
	padding-bottom: 5px;
	}

.formcola { 
	width: 200px;
	margin-right: 10px;
	}
	
.formcolb { 
	width: 300px;
	}
	
.formcolspan { 
	width: 300px;
	padding-left: 210px;
	padding-bottom: 5px;
	clear: both;
	}
	
.label,.field { 
	float: left;
	padding-bottom: 5px;
	}

.label {
	width: 100px;
	margin-right: 10px;
	
	}
	
.field { 
	width: 340px;
	}

/* dealerimages */

.checkallstyles {
	position: absolute;
	top: 0px;
	left: 853px;
	width: 120px;
	;
}

#checkallstylesslider {
	display: none;
	border: 1px solid #D0D1D0;
	padding: 0px;
	height: 0px;
	overflow: hidden;
	width: 344px;
	float: left;
	background: #F8F8F8;
	margin-bottom: 25px;
	margin-top: -10px;
}

.checkallstylecolorsrel {
	position: relative;
	height: 0px;
	width: 0px;
}

.checkallstylecolorabs {
	position: absolute;
	top: -22px;
	left: 848px;
	line-height: 20px;
	width: 120px;
}

#lft-column {
float: left;
width: 320px;
}
 
#rgt-column {
float: right;
width: 300px;
}
 
#rgt-column ul {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-top: 0;
text-align: right;
}

#rgt-column li {
padding-bottom: 6px;
}
 
#flipbook {
clear: both;
padding: 46px 0 20px 20px;
}

#ffpromo_header {
  padding:30px 44px 30px 0;
  text-align: right;
}

#ffpromo_ruler {
  border-top:1px solid #BFBFBF;
  padding-bottom: 6px;
  clear:both; 
}

.addthis_toolbox { 
  float: right;
  width: 72px;
  text-align: right;
}

#yourselection .addthis_default_style {
	margin: 10px 10px 0px 0px;
}

.addthis_default_style .at300b, .addthis_default_style .at300m { 
 padding: 0 0 0 8px;
}

/* Light Box */
#processing {
	background: #FFF;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	display: none;
}

/* Main Background Shadow */
.leftTopCorner {
	position: absolute;
	left: -16px;
	top: -16px;
	height: 32px;
	width: 100%;
	background: url(../image/common/shadow.png) left top no-repeat;
}
.rightTopCorner {
	position: absolute;
	right: -16px;
	top: -16px;
	width: 32px;
	height: 100%;
	background: url(../image/common/shadow.png) right top no-repeat;
}
.leftBottomCorner {
	position: absolute;
	left: -16px;
	bottom: -16px;
	width: 32px;
	height: 100%;
	background: url(../image/common/shadow.png) left bottom no-repeat;
}
.rightBottomCorner {
	position: absolute;
	right: -16px;
	bottom: -16px;
	height: 32px;
	width: 100%;
	background: url(../image/common/shadow.png) right bottom no-repeat;
}

.masterWindow {
	position: absolute;
	z-index: 9999;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	background: #FFF;
	display: none;
	opacity:0.0;
	filter:alpha(opacity=0);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.closePopButton {
	position: absolute;
	left: -15px;
	top: -15px;
	background-image: url(../image/common/lightbox-controls.png);
	width: 30px;
	height: 30px;
	background-position: 0px -8px;
	z-index: 999;
	cursor: pointer;
}

.closePopButtonOver {
	position: absolute;
	left: -15px;
	top: -15px;
	background-image: url(../image/common/lightbox-controls.png);
	width: 30px;
	height: 30px;
	background-position: 0px -38px;
	z-index: 999;
	cursor: pointer;
}

.lightBoxNavLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30%;
	height: 100%;
	z-index: 999;
	display: block;
	background-image: url(../image/common/blank_pxl.gif);
}

.lightBoxNavRight {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30%;
	height: 100%;
	z-index: 999;
	display: block;
	background-image: url(../image/common/blank_pxl.gif);
}

.lightBoxLeftArrow {
	position: absolute;
	left: 23px;
	top: 0px;
	width: 54px;
	height: 77px;
	background-image: url(../image/common/lightbox-controls.png);
	background-position: -34px 0px;
	cursor: pointer;
	display: none;
}

.lightBoxLeftArrowOver {
	position: absolute;
	left: 23px;
	top: 0px;
	width: 54px;
	height: 77px;
	background-image: url(../image/common/lightbox-controls.png);
	background-position: -148px 0px;
	cursor: pointer;
}

.lightBoxRightArrow {
	position: absolute;
	right: 23px;
	top: 0px;
	width: 54px;
	height: 77px;
	background-image: url(../image/common/lightbox-controls.png);
	background-position: -90px;
	cursor: pointer;
	display: none;
}

.lightBoxRightArrowOver {
	position: absolute;
	right: 23px;
	top: 0px;
	width: 54px;
	height: 77px;
	background-image: url(../image/common/lightbox-controls.png);
	background-position: -204px 0px;
	cursor: pointer;
}


/* Cart Drab */
.drabButton {
	margin-top: 6px;
}

/* Home Page / Collection Page Slider */
.infoDownSlide {
	position: absolute;
	width: 960px;
	height: 0px;
	background: #FFF;
	opacity:0.90;
	filter:alpha(opacity=90);
	overflow: hidden;
}

/* margin Fix */
.noTopMarginH3 {
	margin-top: 0px;
}


/*---------------------------------------------------------
	Fancy Box Default Styles
---------------------------------------------------------*/
/*! fancyBox v2.0.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #444;
	text-shadow: none;
	/*-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;*/
}

.fancybox-opened {
	z-index: 1003;
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('/images/fancybox/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/fancybox/fancybox_sprite_custom.png');
}

.fancybox-close {
	background-image: url('/images/fancybox/fancybox_sprite_custom.png');
	background-repeat: no-repeat;
	background-position: 50% 10px;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 56px;
	height: 100%;
	cursor: pointer;
	background: transparent url('/images/fancybox/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	background-color: #fff;
	background-repeat: no-repeat;
	top: 50%;
	left: -9999px;
	width: 46px;
	height: 65px;
	margin-top: -32px;
	cursor: pointer;
	z-index: 1003;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.fancybox-prev span {
	background-position: 50% -140px;
	padding-right: 10px;
}

.fancybox-next span {
	background-position: 50% -50px;
	padding-left: 10px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 15px;
}

.fancybox-next:hover span {
	left: auto;
	right: 15px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
