/* @override http://s73219.gridserver.com/public/stylesheets/strip.css */

* { margin: 0; padding: 0 }

p#cross-links { text-align: center }

p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

a:focus { outline:none }

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0 20px -10px;
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	/*border: 5px solid #000;  this is the border. should have the same value for the links*/ 
	/*margin: auto;*/
	width: 650px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 200px;
	clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 650px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .rapper { /* rapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0px 0 0 11px;
	padding: 0;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	text-decoration: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */

}

#stripNav0 ul li a:link {
	border: 1px solid #808080;

}

.stripNav a { /* The nav links */
	float: left;
	display: inline;
	text-indent: -9000px;
	margin-right: 10px;
	font-size: 19px;
	width: 75px;
	margin-bottom: 15px;
	text-decoration: none;
	border: 1px solid #808080;
	

}

.stripNav li.tab1 a{ background: url(/images/ui/swatch/btnSwatchActive_01.png) no-repeat bottom; height: 25px;border: 1px solid #808080;}
.stripNav li.tab2 a{ background: url(/images/ui/swatch/btnSwatchActive_02.png) no-repeat bottom; height: 25px;border: 1px solid #808080;}
.stripNav li.tab3 a{ background: url(/images/ui/swatch/btnSwatchActive_03.png) no-repeat bottom; height: 25px;border: 1px solid #808080;}
.stripNav li.tab4 a{ background: url(/images/ui/swatch/btnSwatchActive_04.png) no-repeat bottom; height: 25px;border: 1px solid #808080;}
.stripNav li.tab5 a{ background: url(/images/ui/swatch/btnSwatchActive_05.png) no-repeat bottom; height: 25px;border: 1px solid #808080;}

.stripNav li.tab1 a:hover { background: url(/images/ui/swatch/btnSwatchActive_01.png) no-repeat top; height: 25px;border: 1px solid #808080;}
.stripNav li.tab2 a:hover { background: url(/images/ui/swatch/btnSwatchActive_02.png) no-repeat top; height: 25px;border: 1px solid #808080;}
.stripNav li.tab3 a:hover { background: url(/images/ui/swatch/btnSwatchActive_03.png) no-repeat top; height: 25px;border: 1px solid #808080;}
.stripNav li.tab4 a:hover { background: url(/images/ui/swatch/btnSwatchActive_04.png) no-repeat top; height: 25px;border: 1px solid #808080;}
.stripNav li.tab5 a:hover { background: url(/images/ui/swatch/btnSwatchActive_05.png) no-repeat top; height: 25px;border: 1px solid #808080;}

.stripNav li.tab1 a.current { background: url(/images/ui/swatch/btnSwatchActive_01.png) no-repeat top; height: 25px;border: 1px solid #808080;}
.stripNav li.tab2 a.current { background: url(/images/ui/swatch/btnSwatchActive_02.png) no-repeat top; height: 25px;border: 1px solid #808080;}
.stripNav li.tab3 a.current { background: url(/images/ui/swatch/btnSwatchActive_03.png) no-repeat top; height: 25px;border: 1px solid #808080;}
.stripNav li.tab4 a.current { background: url(/images/ui/swatch/btnSwatchActive_04.png) no-repeat top; height: 25px;border: 1px solid #808080;}
.stripNav li.tab5 a.current { background: url(/images/ui/swatch/btnSwatchActive_05.png) no-repeat top; height: 25px;border: 1px solid #808080;}


.stripNavL, .stripNavR {  
	position: absolute;
	top: 16px;
}

.stripNavL a, .stripNavR a {
	display: block;
	font-size: 18px;
	height: 40px;
}

.stripNavL {
	left: 473px;
}

.stripNavR {
	right: 317px;
}

.stripNavL {
	text-indent: 9999em;
	width: 30px;
	height: 40px;
	background: url("/images/ui/arrow96.png") no-repeat 3px;
}

.stripNavR {
	text-indent: -9999em;
	width: 20px;
	height: 40px;
	background: url("/images/ui/arrow97.png") no-repeat right;
}

#slider1 div.panelContainer div.panel div.rapper span.hr_faces {
	width: 165px;
	padding: 0;
	height: 1px;
}

span.hr_faces{
	float: left;
	border-bottom: 1px solid #e4e4e4;
	width: 195px;
	margin: 0 0 9px;
	height: 1px;

}

.skin_type{
	width: 180px;
	float: left;
	margin-right: 25px;
}
.skin_type img{
	border: 1px solid gray;
	margin-top: 3px;
}
.colors_to_try{
	width: 180px;
	float: left;
	margin-right: 25px;
}

.colors_to_avoid{
	width: 180px;
	float: left;
}
.miniswatchfloat{
	margin-bottom: 20px;
	margin-top: 15px;
}
.miniswatchfloat img{
	border: 1px solid gray;
	vertical-align: top;
	margin-top: -3px;
}

#slider1 div.panelContainer div.panel div.rapper div.skin_type p, #slider1 div.panelContainer div.panel div.rapper div.colors_to_try p,#slider1 div.panelContainer div.panel div.rapper div.colors_to_avoid p{
	margin-bottom: 5px;
	font-weight: bold;
	color: #585858;
}

.miniswatchfloat span{
	margin-left: 10px;

}

#slider1 div.panelContainer div.panel div.rapper div.miniswatchfloat span {
	font: normal 12px Helvetica, Arial, Verdana, sans-serif;
	color: #585858;
	
}

