/* 
Name: Kiosk Style
Description: supplies the styling for elements of the redesigned Kiosk pages
Author: Tom Belknap
Date: September 17, 2008
*/

#demo_container {
	display: block;
	/* float: right; */
	width: 350px;
	height: 510px;
	border: 1px solid #A3A3A3;
}

#demo_display {
	display: block;
	position: absolute;
	width: 330px;
	height: 260px;
	margin: 10px;
	overflow: hidden;
	/* border: 1px solid #A3A3A3; */
}

#styles_button {
	display: block;
	position: absolute;
	width: 165px;
	height: 30px;
	margin: 280px 0 0 10px;
	padding-top: 7px;
	padding-left: 3px;
	text-indent: 5px;
	font-weight: bold;
	background: url(/global/mul/digital/kiosk/img/styles_up.jpg) no-repeat;
}

/*  This CSS is commented out because it needs to be included in the JHTML chunk directly.  In those pages where there is only one tab, 
//  this div needs to look like the styles_button div, with a dummy div on it's right side.  I've left it in the stylesheet for reference.

#designs_button {
	display: block;
	position: absolute;
	width: 165px;
	height: 30px;
	margin: 280px 10px 0 175px;
	padding-top: 12px;
	padding-left: 3px;
	text-indent: 5px;
	font-weight: bold;
	background: url(/global/mul/digital/kiosk/img/designs_down.jpg) no-repeat;
}
*/

#styles {
	display: block;
	position: absolute;
	z-index: 1;
	width: 329px; 
	height: 190px; 
	margin: 310px 10px 10px 10px;
	border-left: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	border-right: 1px solid #A3A3A3;
	background: #FFF;
	overflow: hidden;
}

#designs {
	display: block;
	position: absolute;
	z-index: 0;
	width: 329px; 
	height: 190px; 
	margin: 310px 10px 10px 10px;
	border-left: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	border-right: 1px solid #A3A3A3;
	background: #FFF;
	overflow: hidden;
}

#designs img, #styles img {
	margin: 0 0 0 10px;
	display: block;
	float: left;
}

#designs p, #styles p {
	margin: 20px 0 0 10px;
}

/*/////////////////////////////////////
//                                   //
//  Kiosk Locator styles             //
//  For home page, product pages     //
//                                   //
/////////////////////////////////////*/

.locator_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	font-weight:bold;
}

.locator_label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	font-weight:bold;
	font-variant:small-caps;
}

.locator_text_input {

}

.locator_select {
	width: 100px;
}

.locator_star {
	font-size: .8em;
}

.kiosk_locator {
	background: url(/global/mul/digital/kiosk/img/locatorb.gif) no-repeat;
}
