/* FIT GUIDE CSS STYLESHEET */




#selectorcontainer
{
	border-bottom: 1px dotted #808080;	
	float: left;
	margin-bottom: 5px;
	width: 100%;
	position: relative;
}

/* positioning for when the page is first loaded */
#selectorcontainer.initialload
{
	border-top: 1px dotted #808080;	
	top: 100px;
	position: absolute;
}

#content
{
	min-height: 500px;
}


/* STYLE SELECTOR  */

/*
	surrounding div for Style Selector
*/
#styleselector {
	float:left;
	margin: 0px;
}

/*
	this div contains the images that are scrollable
*/
#styleselector .items {
	height:230px;
	float:left;
	width: 680px;
	margin: 0px 15px;
}

#styleselector .items a > div
{
	text-transform: uppercase;
	text-align: center;
	color: #444444;
	font-size: 11px;
}

#styleselector .items a.active div
{
	color: #0049ac;
	font-weight: bold;
}


/*
	previous and next buttons for scrolling
	both get background image left.png first, the next link gets a different background
	image in the next step
*/	
#styleselector a.prev, #styleselector a.next {
	background:url(../img/prev.png) no-repeat 0 0;
	visibility:hidden;
	width:40px;
	height:40px;
	cursor:pointer;
	position: absolute;
	left: 0px;
	top: 60px;
	z-index: 99;
}

/*
	set background image for next link
*/
#styleselector a.next {
	background-image:url(../img/next.png);
	left: auto;
	right: 0px;
}

/*
	links surrounding images in scrolling div
	get a margin-right assigned for spacing between images
*/
#styleselector .items a {
	display:block;
	width:85px;
	/*height:53px;*/
	float:left;
	/*margin-right:3px;*/
}

/*
	the images in the scrolling div get a border with color of light grey
*/
#styleselector .items img {
	margin:0px;
	padding:0px;
	width: 85px;
}
/* STYLESELECTOR IMAGES - END */



/* ALTERNATE ITEMS */

/*
	this div contains the images that are scrollable
*/
#alternates .items {
	height:210px;
	float:left;
	width:250px;
}

#alternates .items a > div
{
	text-transform: uppercase;
	text-align: center;
	color: #444444;
	font-size: 11px;
	margin: 5px 0px;
}

#alternates .items a.active div
{
	color: #0049ac;
	font-weight: bold;
}

/*
	previous and next buttons for scrolling
	both get background image left.png first, the next link gets a different background
	image in the next step
*/	
#alternates a.prev, #alternates a.next {
	background:url(../img/prev.png) no-repeat 0 0;
	visibility:hidden;
	width:40px;
	height:40px;
	cursor:pointer;
	position: absolute;
	left: 460px;
	top: 580px;
	z-index: 99;
}

/*
	set background image for next link
*/
#alternates a.next {
	background-image:url(../img/next.png);
	left: auto;
	right: 0px;
}

#alternates .items a {
	display:block;
	width:83px;
	float:left;
}

#alternates .items img {
	margin:0px;
	padding:0px;
	width: 83px;
}

/* ALTERNATE ITEMS - END */



/* DETAILS layout */

#styledetail 
{
	float: left;
	border-top: 1px dotted #808080;
}

#activeimage
{
	float: left;
	width: 450px;
	text-align: center;
	min-height: 600px;
	/*background: url(../img/ajax-loader.gif) no-repeat 50% 50%;*/
}

#activeimage img
{
	/* width: 450px; when real imgs arrive, that's what I told Ashley */
}

#description, #shoplink, #alternates
{
	float: right;
	width: 250px;
	margin-bottom: 10px;
}

#description
{
	background-color: #000000;
	color: #ffffff;
	margin-top: 20px;
	height: 200px; /* KAB 20100830 - fixed height needed to make sure Alternate Views left/right buttons (abs. positioned) are in the right place */
}

#description #name
{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#description #name, #description #desc
{
	margin: 10px;
}

#description #desc
{
	width: 50%;
}

#shoplink
{
	background-color: #00274C;
}

#shoplink div
{
	margin: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	background-image: url(../img/blue_dots.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	font-weight: bold;
}

/* DETAILS layout - end */


#fitguideheader
{
	font-weight: normal;
	margin-top: 10px;
	margin-left: 10px;
}
