/*  File: authentics.css    */
/*  By:   Jeremy Tredway    */
/*  Ver:  2008-07-29        */


#pg_authentics {
	background-color: #000;
}
.auth_content {
	background: transparent url("/canada/images/authentics/products/men_low_bootcut.jpg") no-repeat 0 0;
	color: #fff;
	height: 555px;
	padding: 0 5px 0 585px;
	text-align: left;
}
.auth_content .close_dialog {
	background-position: 100% -436px;
	padding-top: 4px;
}
#auth_logo {
	padding: 10px 0 1em 0;
	text-align: center;
}
.auth_content h2 {
	padding: .5em 0;
}
.auth_content .list_arrow {
	padding-bottom: .5em;
}
.auth_content h3 {
	color: #fff;
}
#auth_nav li {
	float: left;
	padding-right: 5px;
}
#auth_nav ul {
	clear: both;
	height: 80px;
}
#auth_nav li img {
	border: 1px solid #fff;
}
#auth_nav li .active img {
	border: 1px solid #9c142e;
}

#auth_loading {
	background: #000 url("/canada/images/loading.gif") no-repeat 190px 49%;
}

#men_low_bootcut {
	background-image: url("/canada/images/authentics/products/men_low_bootcut.jpg");
}
#men_outfit {
	background-image: url("/canada/images/authentics/products/men_outfit.jpg");
}


/* dialog box elements */

#jDialogOverlay {
	background:#000;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	z-index:1000;
	display:none;
}

#jDialogProgressBar {
	position:absolute; 
	display:block; 
	top:250px; 
	left:50%; 
	width:220px;
	height:19px;
	margin-left:-110px;
	display:none; 
	z-index:10000;
}

#jDialogContainer {
	background:#000;
	border: 4px solid #9c142e;
	position:absolute; 
	display:block; 
	top:43px; 
	left:50%; 
	margin-left:-471px;
	width:935px;
	height:555px;
	z-index:100000;
}
