/*====================================================================*/
/* Buying Solutions */
/* Updated on Mar 2009 */
/* Selection Tools styles */
/*====================================================================*/

/* ------------------------------------------------------------------ */
/* =Product selection form */
/* ------------------------------------------------------------------ */

form#ps_form {
	border-top: 1px solid #EFEEEC;}

form#ps_form div.form_container {
	position: relative;
	border: solid #EFEEEC;
	border-width: 0 1px;
	padding: 10px;
	background: #FAF9F8;
	}

form#ps_form div.form_container.odd {background: #fff;}

form#ps_form label {
	float: left;
	margin: 3px 0 0 0;
	width: 30%;
	line-height: 1.3;
	}

form#ps_form div.form_right {overflow: hidden;}
* html form#ps_form div.form_right {height: 1%;} /* IE6 hasLayout fix */

form#ps_form select {
	margin: 0;
	width: 95%;
	}

/* Loading graphic */

form#ps_form div.spinner {
	position: absolute;
	right: 5px;
	top: 12px;
	margin: 2px 0 0 0;
	width: 20px;
	height: 20px;
	background: url(/graphics/loading_small_pink.gif) no-repeat;
	text-indent: -1000em;
	}

/* Filter container */

#filter_container {
	border-top: 1px solid #EFEEEC;
	padding: 10px 38px;
	text-align: right;
	}

/* Product count */

#product_count {
	margin: 0 auto;
	padding: 10px 60px;
	max-width: 22em;
	min-width: 100px;
	text-align: center;
	}

* html #product_count {width: 250px;} /* For IE6 and lower because they don't understand max/min widths */
	
#content #product_count h3 {
	margin: 0;
	padding: 10px;
	background: #B81C8C;
	color: #fff;
	font-size: 1.2em;
	}

#product_count div.wrapper {
	border: 1px solid #EFEEEC;
	padding: 10px 15px 15px 15px;
	background: #FAF9F8;
	}

#content p#count_number {
	margin: 0 auto 10px auto;
	border: 2px dotted #EFEEEC;
	padding: 5px;
	width: 5em;
	background: #fff;
	font-size: 1.5em;
	}

/* Button */

#product_count input {
	border: 3px double #A63434;
	border-top-color: #DEA4A5;
	border-left-color: #DEA4A5;
	padding: 3px 10px;
	background: #E7D7D7;
	color: #571819;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	}

#product_count input:hover,
#product_count input:focus {
	border: 3px double #DEA4A5;
	border-top-color: #A63434;
	border-left-color: #A63434;
	color: #2D0A0B;
	}

/* ------------------------------------------------------------------ */
/* =Services selection form */
/* ------------------------------------------------------------------ */

#content form#service_finder ul {list-style: none;}

/* Breadcrumbs trail */

#content form#service_finder ul.breadcrumbs {
	margin: 0 0 0.5em 0;
	border: 1px solid #efeeec;
	padding: 5px 10px;
	background: #f8f7f5;
	}

#content form#service_finder ul.breadcrumbs li {display: inline;}

#content form#service_finder ul.breadcrumbs li a {
	background: url(/graphics/navigation/blue_arrow_right.gif) no-repeat 0 3px;
	padding: 0 0 0 14px;
	}

/* Radio options */

#content form#service_finder ul.radio_options {
	margin-left: 0;
	border: 1px solid #efeeec;
	padding: 20px;
	background: #f8f7f5;
	}

#content form#service_finder ul.radio_options li {margin: 5px 0;}

#content form#service_finder ul.radio_options input {
	margin: 0 3px 0 0;
	vertical-align: middle;
	}

/* ------------------------------------------------------------------ */
/* =Flash Print Slider Selector */
/* ------------------------------------------------------------------ */

div.print_box {
	margin: 10px 0;
	background: #F8F7F5;
	width: 70%;
	text-align: center;
	}

#content div.print_box h3 {
	margin: 0;
	border-bottom: 1px solid #fff;
	padding: 7px 10px;
	background: #B71A8B url(/graphics/print_box_header_bg.gif) repeat-x 0 100%;
	color: #F8F6FD;
	font-size: 1.4em;
	letter-spacing: -0.05em;
	}

div.print_box div.wrapper {padding: 10px 30px;}

div.print_box div.result {
	margin: 10px 0;
	padding: 15px;
	background: #fff;
	text-align: left;
	}

#content div.print_box div.result h4 {
	border-bottom: 1px solid #F1EDEA;
	padding-bottom: 5px;
	font-size: 1.3em;
	}

#content div.print_box div.result ul {
	margin: 10px 0 5px 0;
	list-style: none;
	font-size: 0.9em;
	}
