/*////////////////////////////////////////////////////////////////////
 
	Trek Bicycle Corporation
	International Dealer Locator: trekbikes_locator_modal
	Author: Matthew Litherland
	Updated: 2008-9-16a

////////////////////////////////////////////////////////////////////*/

body {
	padding:0; 
	margin:0; 
	height:100%; 
	width:100%;
}

/* Overlay */
#locationModalSearch{
	margin: 0;
	padding: 0;
	
}
#modalInput{
	width: 420px;
	height: 25px;
	padding: 8px 0 0 0;
	font-size: 1.5em;
}
.distributorItem{
	float: left;
	width: 180px;
	margin: 2px;
	padding: 5px;
	border: 1px solid #333;
	height: 100px;
	text-align: left;
	
}
#modalOverlay {
	background-color:#3f3f3f; 
	opacity: 100;
	cursor:arrow;
}

/* Container */

#modalContainer {
	height:auto; 
	width:650px; 
	top:2.5%;
	background-color: #fff; 
	left:50%;
	margin-left:-300px;
}
#modalInnerContainer{

}
#modalDistributorContainer {
	height:250px; 
	width:500px;
	top:2.5%;
	background-color: #fff; 
	border: 1px solid #ccc;
	margin: 0 auto;
}

#modalContainer a.modalCloseImg {
	background: url(../../images/location/closebox.png) no-repeat; 
	width:30px; 
	height:30px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-15px; 
	cursor:pointer;
}

#modalContainer #basicModalContent {
	padding: 5px;
}
#loadingContainer{
	text-align: center;	
	padding: 65px 0 0 0;
}
#modalContainer #loadingContainer #modalLoadingContainer{
	margin: 0 auto;
	background-image: url(../../images/loading_70px.gif);
	width: 70px;
	height: 70px;
}
/* Content */

#modalDealerContent, #modalDistributorContent {
	display:none
}
/* @group Shadow Styles */

#topShadow {
	background:url(../../images/shadow_top.png) repeat-x scroll 0 0;
	height:18px;
	top:-17px;
	width:100%;
	position: absolute;
	display:block;
	position:absolute;
	z-index:70;
	line-height: 20px;
}
#topDistributorShadow {
	background:url(../../images/shadow_top.png) repeat-x scroll 0 0;
	height:18px;
	top:-19px;
	width:100%;
	position: absolute;
	display:block;
	position:absolute;
	z-index:70;
	line-height: 20px;
}
#topRightShadow{
	background:url(../../images/shadow_top_right.png) no-repeat scroll 0 0;
	height:18px;
	right:-13px;
	top:-18px;
	width:13px;
	display:block;
	position:absolute;
	z-index:70;
}
#topRightDistributorShadow{
	background:url(../../images/shadow_top_right.png) no-repeat scroll 0 0;
	height:18px;
	right:-13px;
	top:-18px;
	width:13px;
	display:block;
	position:absolute;
	z-index:70;	
}
#topLeftShadow{
	background:url(../../images/shadow_top_left.png) no-repeat scroll 0 0;
	height:18px;
	left:-13px;
	top:-18px;
	width:13px;
	display:block;
	position:absolute;
	z-index:70;
}
#leftShadow{
	background:url(../../images/shadow_left.png) repeat-y scroll 0 0;
	left:-13px;
	width:13px;
	display:block;
	position:absolute;
	z-index:70;
	height: 100% !important;
	height: 310px;
}
#rightShadow{
	background:url(../../images/shadow_right.png) repeat-y scroll 0 0;
	right:-13px;
	width:13px;
	display:block;
	position:absolute;
	z-index:70;
	height: 100% !important;
	height: 310px;
}
#leftDistributorShadow{
	background:url(../../images/shadow_left.png) repeat-y scroll 0 0;
	left:-13px;
	width:13px;
	display:block;
	position:absolute;
	z-index:70;
	height: 460px;
}
#rightDistributorShadow{
	background:url(../../images/shadow_right.png) repeat-y scroll 0 0;
	right:-13px;
	width:13px;
	display:block;
	position:absolute;
	z-index:70;
	height: 460px;
}
#bottomRightshadow{
	background:url(../../images/shadow_bottom_right.png) no-repeat scroll 0 0;
	bottom:-18px;
	height:18px;
	right:-13px;
	width:13px;
	display:block;
	position:absolute;
	z-index:70;
}
#bottomRightDistributorshadow{
	background:url(../../images/shadow_bottom_right.png) no-repeat scroll 0 0;
	bottom:-20px;
	height:18px;
	right:-13px;
	width:13px;
	display:block;
	position:absolute;
	z-index:70;
}
#bottomLeftshadow{
	background:url(../../images/shadow_bottom_left.png) no-repeat scroll 0 0;
	bottom:-18px;
	height:18px;
	left:-13px;
	width:13px;
	display:block;
	position:absolute;
	z-index:70;
}
#bottomLeftDistributorshadow{
	background:url(../../images/shadow_bottom_left.png) no-repeat scroll 0 0;
	bottom:-20px;
	height:18px;
	left:-13px;
	width:13px;
	display:block;
	position:absolute;
	z-index:70;
}
#bottomShadow {
	background:url(../../images/shadow_bottom.png) repeat-x scroll 0 0;
	bottom:-18px;
	height:18px;
	width:100%;
	display:block;
	position:absolute;
	z-index:70;
}
#bottomDistributorShadow {
	background:url(../../images/shadow_bottom.png) repeat-x scroll 0 0;
	bottom:-18px;
	height:18px;
	width:100%;
	display:block;
	position:absolute;
	z-index:70;
}
/* @end */

/* @group Header Styles */

#modalHeaderContainer {
	background-color: #EEE;
	height: 60px;
	width: 650px;
}

#modalHeaderContent {
	margin: 0 auto;
	padding: 8px 5px 5px 5px;
	float: none;
}

#logo {
	float: left;
	display: inline;
	margin: 0 0 0 20px
}
#logo a{
	border: none;
	text-decoration:none;	
}
#logo img{
	border: 0;	
}
/* @group Language Navagation */

#languageContainer{
	float: right;
	margin:15px 20px 0 0;	
}
#languageContainer #languageDrop{
	
	margin: 5px 20px 0 0;
		
}

/* @end */

/* @end */

/* @group Content Styles */

#modalContentContainer {
	z-index: 0;
	height: 200px;
	border: none;
}
#modalDistributorContentContainer {
	z-index: 0;
}
#modalContentContainer h2{
	padding: 20px 0 10px 0;
	margin: 0;
	text-align: center;
	
}
#modalDistributorContentContainer h2{
	padding: 20px 0 10px 0;
	margin: 0;
	text-align: center;
}
#locationContainer {
	width: 500px;
	height: px;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: #ffffff;
	margin: 10px auto 15px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* @group Distributor Containers Styles */

#distributorContainer {
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
}

#distributorOneContainer {
	margin:20px auto;
	padding:0 12px 0 10px;
	text-align:left;
	width:150px;
}

#distributorTwoContainer {
	padding: 0 12px;
	width: auto;
	display: inline-block;
	text-align: left;
	border-left: 1px solid #ccc;
	clear: both;
	margin: 20px auto;
}

#distributorThreeContainer {
	padding: 0 10px 0 12px;
	width: auto;
	display: inline-block;
	text-align: left;
	border-left: 1px solid #ccc;
	clear: both;
	margin: 20px auto;
}

/* @group Distributor Name */

.distributorNameContainer {
	background: url(../../images/distributor_icon.png) no-repeat;
	margin-bottom: 15px;
	width: 185px;
}

.distributorName {
	color: #000000;
	padding: 0;
	margin: 0 0 5px 25px;
	font: bold 1em/1.8em "Lucida Grande","Lucida Sans","Trebuchet","Trebuchet MS","Arial","sans";
}

/* @end */

/* @group Distributor Address */

.distributorAddressContainer {
	background: url(../../images/location_icon.png) no-repeat;
	margin-bottom: 15px;
	width: 185px;
}

.distributorAddressOne, .distributorAddressTwo, .distributorAddressThree, .distributorAddressFour {
	color: #666;
	margin: 0 0 5px 25px;
	padding: 0;
	font: 1em "Lucida Grande","Lucida Sans","Trebuchet","Trebuchet MS","Arial","sans";
}

/* @end */

/* @group Distributor Phone */

.distributorPhoneContainer {
	background: url(../../images/phone_icon.png) no-repeat;
	padding-bottom: 15px;
	width: 185px;
}

.distributorPhone {
	color: #666;
	margin-top: 0;
	margin-left: 25px;
	margin-right: 0;
	padding: 0;
	font: 1em "Lucida Grande","Lucida Sans","Trebuchet","Trebuchet MS","Arial","sans";
}

/* @end */

/* @group Distributor URL */

.distributorUrlContainer {
	background: url(../../images/web_icon.png) no-repeat;

}
#distributorItemContainer{
	margin: 0 auto;
	width: 615px;
	height: 120px;
}

.distributorUrl {
	color: #666;
	text-transform: capitalize;
	margin-top: 0;
	margin-left: 25px;
	margin-right: 0;
	padding: 0 0 5px;
	font: 1em "Lucida Grande","Lucida Sans","Trebuchet","Trebuchet MS","Arial","sans";
}

/* @end */

/* @end */

#contentContainer {
	text-align: center;
}

/* @group Search Content Styles */

#searchContentContainer {
	margin-left: 0;
	margin-right: 0;
	margin: 0;
	padding: 15px;
}

#searchInputContainer {
	margin: 0 auto;
	padding: 10px;
	width: 570px;
}
#searchInputContainer h1{
	font-size: 	1.2em;
	color: #666;
	margin: 4px;
}
#searchInput {
	color: #333;
	width: 40em;
	font-size: .9em;
	display: inline;
	margin: 1em 0 0;
	padding-top: .6em;
	padding-bottom: .6em;
	font-weight: bold;
}

/* @end */

/* @group Search Link Small Styles */

#searchLinkSmall {
	text-align: center;
	margin-bottom: 1em;
	text-transform: capitalize;
	font-weight: bold;
	width: 650px;
	height: 30px;
	margin: 15px 0 0 0;
}

#searchLinkSmall a {
	color: #666;
	background: url(../../images/search_left_arrow.png) no-repeat left center;
	padding-left: 10px;
}

#searchLinkSmall a:hover {
	color: #333;
	background: url(../../images/search_left_arrow_hover.png) no-repeat left center;
	padding-left: 10px;
}

/* @end */

#buttonContainer {
	margin: 0 auto;
	height: 38px;
	width: 100%;
}
#japanButtonContainer {
	margin: 0 auto;
	height: 50px;
	width: 550px;
	text-align: center;
	padding: 25px 0 0 0;
	color: #666;
	font-size: 1.5em;
	border: 1px solid #ddd;
	
}
#japanButtonContainer:hover{
		background:#E7E7E7 none repeat scroll 0 0;
		border:1px solid #DDDDDD #FFFFFF #FFFFFF #DDDDDD;
		color: #333;
}
/* @group Button Styles */

/* Button */

button.yes {
	background: #eee url(../../images/yes.png) no-repeat 5px center;
	color: #666;
	font-weight: bold;
	border: 1px solid;
	border-color: #ddd #ddd #ddd #ddd;
	padding: .5em 10px .5em 25px;
	margin-left: 37%;
	margin-right: 5px;
}

button.yes:hover {
	background: #e7e7e7 url(../../images/yes_hover.png) no-repeat 5px center;
	border: 1px solid;
	border-color: #ddd #fff #fff #ddd;
	color: #5eae04;
	text-decoration: none;
	cursor: pointer;
}

button.no {
	background: #eee url(../../images/no.png) no-repeat 5px center;
	color: #666;
	font-weight: bold;
	padding: .5em 10px .5em 25px;
	border: 1px solid;
	border-color: #ddd #ddd #ddd #ddd;
	margin-left: 5px;
}

button.no:hover {
	background: #e7e7e7 url(../../images/no_hover.png) no-repeat 5px center;
	border: 1px solid;
	border-color: #ddd #fff #fff #ddd;
	color: #9d0a0d;
	text-decoration: none;
	cursor: pointer;
}

button.search {
	background: #eee url(../../images/search.png) no-repeat 5px center;
	color: #666;
	font-weight: bold;
	border: 1px solid;
	border-color: #ddd #ddd #ddd #ddd;
	padding: .5em 10px .5em 25px;
	margin:0 0 0 5px;
}

button.search:hover {
	background: #e7e7e7 url(../../images/search_hover.png) no-repeat 5px center;
	border: 1px solid;
	border-color: #ddd #fff #fff #ddd;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

button.distributor {
	background: #eee;
	color: #666;
	font-weight: bold;
	border: 1px solid;
	border-color: #ddd #ddd #ddd #ddd;
	margin: 0 auto;
	width: 90%;

}
button.japan {
	background: #eee;
	color: #666;
	font-weight: bold;
	border: 1px solid;
	border-color: #ddd #ddd #ddd #ddd;
	margin: 0 auto;
	width: 500px;
	height: 75px;

}
button.distributor:hover {
	background: #e7e7e7;
	border: 1px solid;
	border-color: #ddd #fff #fff #ddd;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

button.distributor .distributorArrow {
	background: url(../../images/distributor_arrow.png) no-repeat 100% 0;
	padding-bottom: 5px;
	padding-right: 20px;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Footer Styles */

#modalFooterContainer {
	background-color: #EEE;
	height: 50px;
}

#footerContent {
	margin: 0;
	padding: 17px 10px 10px 20px;
}

#footerContent a {
	line-height: 1.4em;
	font-size: 1em;
	text-align: left;
	text-decoration: none;
	color: #666;
	background: url(../../images/search_left_arrow.png) no-repeat left center;
	padding: 0 0 0 10px;
}

#footerContent a:hover {
	line-height: 1.4em;
	font-size: 1em;
	text-align: left;
	color: #333;
	text-decoration: none;
	background: url(../../images/search_left_arrow_hover.png) no-repeat left center;
}
.clearAll{
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#locationContainerDiamant{
	width: 500px;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: #ffffff;
	margin: 0 auto 15px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.5em;
	font-family:"Century Gothic",Avant Garde,Century Gothic,Avant Garde Gothic,"Lucida Sans",Helvetica,Trebuchet,Arial,Sans;
	color: #333;
}
#locationContainerDiamant h3{
	
	line-height: 0;
	font-size: 1.0em;
}
#locationContainerDiamant ul{
	list-style: none;
	font-size: .8em;
}
#locationContainerDiamant ul li{
	display: block;
	float: left;
	padding: 0 18px;
	text-align: center;
}
