/**
* INDEX	- selection_tool.css	v. 1.2
* ----------------------------
*	@Common styles
*	@Page structure
* ----------------------------
*	@Selectors
*	@Tab navigation
* ----------------------------
*	@Intro
*	@Order view
*	@Response view
* ----------------------------
*	@Product list
*	@Product
* ----------------------------
*/
/**
* @Common styles
*/
html,
body
{
	background: #FFF;
	color: #6c6f70;
	height: 100%;
	line-height: 16px;
	font-family: Arial, Helvetica;
	font-size: 13px;
}
h1
{
	color: #00b0ca;
	line-height: 28px;
	font-family: Helvetica, Arial;
	font-size: 26px;
}
h2
{
	color: #00b0ca;
	line-height: 26px;
	font-family: Helvetica, Arial;
	font-size: 20px;
}
h3
{
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
}
h4
{
	margin: 0 0 14px 0;
	line-height: 26px;
	font-family: Helvetica, Arial;
	font-size: 20px;
}
h5
{
	position: absolute;
	top: 0;
	left: 8px;
	line-height: 16px;
	font-family: Helvetica, Arial;
	font-size: 12px;
}
h6
{
	color: #00b0ca;
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
}
a,
a:hover
{
	color: #00b0ca;
	text-decoration: none;
}
ul,li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
button
{
	background: transparent url(../images/layout/bg.button.png) repeat-x;
	border: none;
	border-radius: 5px;
	color: #FFF;
	padding: 10px 15px;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
}
button.disabled
{
	opacity: 0.3;
}
::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 2px 0 0 0;
}
:focus {-moz-outline-style: none; outline: none;}
a:focus
{
	outline: none;
}
.windows ::-moz-focus-inner
{ 
    padding: 0;
}
input:invalid,
input:valid
{
	border-color: #F09;
	font-family: Arial, Helvetica;
}
/**
* @Page structure
*/
#canvas
{
	position: relative;
	background: #FFF;
	margin: 0 auto;
	width: 700px;
}
.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
}
.disabled,
.disabled a
{
	cursor: default;
}
.view
{
	display: none;
	position: relative;
}
.border
{
	border: 1px solid #e5e3de;
	border-radius: 5px;
}
.round_edge
{
	border-radius: 5px;
}
.step_content
{
	position: relative;
	height: 100%;
}
.preloader
{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	background: transparent url(../images/layout/ajax-loader.gif) no-repeat;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
.bodytext,
.preface
{
	padding: 0 0 18px 0;
}
.note
{
	float: left;
	line-height: 14px;
	font-size: 10px;
}

.go_back_wrapper
{
	padding: 10px 0 0 33px;
}
#go_back
{
	display: none;
	background: #FFF url(../images/layout/arrow_back.png) no-repeat 0 2px;
	padding: 0px 0 0 20px;
}
/**
* @Selectors
*/
.selectors
{
	position: relative;
	z-index: 222;
	width: 308px;
	overflow: hidden;
}
.selectors ul li
{
	background: transparent url(../images/layout/bg.selector.png) no-repeat -308px 0;
	margin: 0 0 2px 0;
	line-height: 20px;
	font-family: Helvetica, Arial;
	font-size: 16px;
	overflow: hidden;
}
.selectors ul li a
{
	display: block;
	background: transparent url(../images/layout/bg.selector.end.png) no-repeat top right;
	color: #FFF;
	width: 100%;
	height: 61px;
	overflow: hidden;
}
.selectors ul li a.numlines_1
{
	padding: 22px 0 0 17px;
	height: 39px;
}
.selectors ul li a.numlines_2
{
	padding: 10px 0 0 17px;
	height: 51px;
}
.mac .firefox .selectors ul li a.numlines_2
{
	padding: 10px 0 0 17px;
	height: 51px;
}
.windows .firefox .selectors ul li a.numlines_1
{
	padding: 17px 0 0 17px;
	height: 40px;
}
.windows .firefox .selectors ul li a.numlines_2
{
	padding: 8px 0 0 17px;
	height: 53px;
}
/**
* @Tab navigation
*/
.tab_navigation
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%;
	overflow: hidden;
}
.tab_navigation ul li
{
	float: left;
	text-align: center;
	cursor: default;
	height: 100%;
}
.tab_navigation ul li a
{
	display: block;
	color: #FFF;
	padding: 12px 0 0 0;
	width: 100%;
	height: 41px;
	line-height: 20px;
	font-family: Helvetica, Arial;
	font-size: 16px;
	overflow: hidden;
}
.windows .firefox .tab_navigation ul li a
{
	padding: 10px 0 0 0;
	height: 43px;
}
/**
* @Intro
*/
#intro
{
	height: 467px;
}
#intro article
{
	position: relative;
	z-index: 111;
	float: right;
	background: #FFF no-repeat 341px 0;
	width: 341px;
	height: 100%;
}
#intro article header
{
	position: absolute;
	left: 0;
	bottom: 66px;
	background: transparent url(../images/layout/bg.intro.header.png) repeat-x;
	width: 100%;
	height: 81px;
	overflow: hidden;
}
#intro article header .arrow
{
	position: absolute;
	right: 19px;
	top: 15px;
	background: transparent url(../images/layout/arrows.png) no-repeat;
	width: 17px;
	height: 43px;
	overflow: hidden;
}
#intro article header h2
{
	float: left;
	color: #FFF;
	padding: 10px 0 0 19px;
	height: 54px;
	overflow: hidden;
}
.windows #intro article header h2
{
	padding: 8px 0 0 19px;
	height: 56px;
}
#intro article aside
{
	display: none;
	padding: 69px 0 0 36px;
	width: 240px;
	overflow: hidden;
}
#intro article aside h1
{
	margin: 0 0 7px 0;
}
/* first-child overrides */
#intro article:first-child
{
	float: left;
	background: #FFF no-repeat -341px 0;
}
#intro article:first-child header .arrow
{
	left: 19px;
	right: auto;
	background-position: -17px 0;
}
#intro article:first-child header h2
{
	float: right;
	padding-left: 55px;
	padding-right: 19px;
}
#intro article:first-child aside
{
	padding: 69px 0 0 186px;
	width: 260px;
}
#intro article:first-child aside button
{
	float: right;
}
/**
* @Order view
*/
.order_view
{
	position: relative;
	padding: 13px 33px 33px 33px;
}
.order_view .product_resume
{
	float: right;
	position: relative;
	margin: 15px 0 0 0;
	/*
	position: absolute;
	top: 62px;
	right: 41px;
	*/
	background: #eeede9;
	width: 182px;
	overflow: hidden;
}
.order_view .product_resume .ie-border
{
	padding: 8px;
}
.order_view .product_resume .intro
{
	padding: 0 0 3px 0;
}
.order_view .product_resume ul li
{
	padding: 0 0 6px 0;
}
.order_view .product_resume ul li a
{
	color: #6c6f70;
	text-decoration: underline;
	font-size: 10px;
}
.order_view .form
{
	position: relative;
	float: left;
	z-index: 222;
	width: 335px;
	min-height: 333px;
}
.order_view .form .preloader
{
	display: none;
}
.order_view .form fieldset
{
	background: #FFF;
	padding: 0 0 8px 0;
}
.order_view .form fieldset legend
{
	padding: 0 0 15px 10px;
	font-size: 13px;
}
.order_view .form fieldset label
{
	padding: 0 0 0 4px;
}
.order_view .form fieldset .field
{
	position: relative;
	float: left;
	margin: 0 0 4px 0;
	padding: 0 0 0 8px;
}
.order_view .form fieldset .field .required
{
	position: absolute;
	top: 0;
	left: 0;
	color: #00b0ca;
}
.order_view .form fieldset .input input,
.order_view .form fieldset .input2 input,
.order_view .form fieldset .input3 input,
.order_view .form fieldset .input4 input,
.order_view .form fieldset .email input,
.order_view .form fieldset .dropdown select,
.order_view .form fieldset .dropdown2 select
{
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	color: #6c6f70;
	padding-left: 8px;
	width: 317px;
	height: 28px;
}
.order_view .form fieldset .dropdown select,
.order_view .form fieldset .dropdown2 select
{
	margin: 19px 0 2px 0;
	width: 328px;
	height: 32px;
}
.firefox .order_view .form fieldset .dropdown select,
.firefox .order_view .form fieldset .dropdown2 select
{
	padding: 8px 0 7px 8px;
	height: auto;
}
.order_view .form fieldset .dropdown h5,
.order_view .form fieldset .dropdown2 h5
{
	width: 200%;
	max-width: 335px;
}
.order_view .form fieldset .input2 input { margin: 0 3px 0 0; width: 99px; }
.order_view .form fieldset .input3 input,
.order_view .form fieldset .email input { width: 196px; }
.order_view .form fieldset .input4 input { margin: 19px 0 6px 0; width: 150px; }
.order_view .form fieldset .dropdown2 select { width: 155px; }
.order_view .form fieldset .radio div {	margin: 4px 0; }
.order_view .form fieldset .checkbox label { position: relative; top: 3px; }
.windows .firefox .order_view .form fieldset .checkbox label { top: 2px; }
.order_view .form .actions
{
	padding: 8px 0;
}
.windows .firefox .order_view .form fieldset .radio input
{
	position: relative;
	top: -1px;
}
.order_view .form .actions button {	margin: 0 0 0 7px; }
.order_view .form .actions button.reset { background: transparent url(../images/layout/bg.button.reset.png) repeat-x; }
.order_view .errorView
{
	color: #800;
	padding: 8px;
	font-weight: bold;
}
.order_view .form fieldset .input input.bvalidator_invalid,
.order_view .form fieldset .input2 input.bvalidator_invalid,
.order_view .form fieldset .input3 input.bvalidator_invalid,
.order_view .form fieldset .input4 input.bvalidator_invalid,
.order_view .form fieldset .email input.bvalidator_invalid,
.order_view .form fieldset .dropdown select.bvalidator_invalid,
.order_view .form fieldset .dropdown2 select.bvalidator_invalid
{
	background-color: #FFF;
	border: 1px solid #800;
}
/**
* @Response view
*/
.response_view
{
	position: relative;
	padding: 13px 33px;
}
.response_view h1
{
	color: #6c6f70;
	margin: 0 0 10px 0;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
}
.response_view .product_list_resume
{
	background: #eeede9;
	margin: 0 0 15px 0;
	padding: 10px;
}
.response_view .start_over
{
	float: right;
	background: transparent url(../images/layout/bg.button.png) repeat-x;
	border: none;
	border-radius: 5px;
	color: #FFF;
	margin: 0 0 12px 0;
	padding: 10px 15px;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
}
/**
* @Product list
*/
.product_list
{
	padding: 0 0 18px 0;
}
.products ul
{
	padding: 6px 0 0 0; 
	width: 100%;
}
.products ul li
{
	position: relative;
	margin: 0 0 22px 0;
	width: 100%;
}
.products ul li .figure
{
	position: relative;
	float: left;
	width: 52px;
	height: 52px;
	overflow: hidden;
}
.products ul li .info
{
	float: left;
	padding: 0 0 0 10px;
	width: 420px;
}
.products ul li .info .bodytext
{
	margin: 0 0 3px 0;
	padding: 0;
	height: 16px;
	overflow: hidden;
}
.products ul li .info .detail_button
{
	background: #00B0CA url(../images/layout/arrow_info.png) no-repeat right;
	border-radius: 4px;
	color: #FFF;
	padding: 2px 20px 2px 6px;
	font-size: 11px;
}
.products ul li .checkbox
{
	float: right;
	display: block;
	background: transparent url(../images/layout/checkbox.unchecked.png) no-repeat right top;
	margin: 12px 0 0 0;
	padding: 5px 23px 0 0;
	height: 15px;
	font-size: 10px;
}
.products ul li .checkbox_checked
{
	background: transparent url(../images/layout/checkbox.checked.png) no-repeat right top;
}
.products ul li .no_sample_box
{
	float: right;
	display: block;
	text-align: right;
	font-style: italic;
	font-size: 10px;
}
.products ul li .warning
{
	display: none;
	position: absolute;
	top: -110px;
	right: -16px;
	background: transparent url(../images/layout/bg.warning.png) no-repeat;
	padding: 13px 30px 13px 10px;
	cursor: pointer;
	width: 166px;
	height: 90px;
	line-height: 13px;
	font-size: 10px;
}
/**
* @Product detail
*/
#product_detail
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
}
#product_detail .background
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 111;
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}
#product_detail button.close
{
	position: absolute;
	top: 3px;
	right: -5px;
	background: transparent url(../images/layout/close.png) no-repeat;
	z-index: 333;
	width: 21px;
	height: 21px;
}
#product_detail button.back
{
	float: right;
}
#product_detail article
{
	position: relative;
	z-index: 222;
	background: #FFF;
	margin: 14px;
	padding: 14px;
}
#product_detail article #preview
{
	position: relative;
	float: left;
	margin: 0 14px 14px 0;
	width: 400px;
	height: 225px;
	overflow: hidden;
}
#product_detail article .description
{
	float: right;
	width: 222px;
}
#product_detail article .thumbnails
{
	float: left;
}
#product_detail article .thumbnails .thumbnail
{
	visibility: hidden;
	position: relative;
	float: left;
	margin: 1px 0 0 22px;
	padding: 1px;
	width: 80px;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
}
#product_detail article .thumbnails .thumbnail .playbtn
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 888;
	background: transparent url(../images/layout/playbtn.png) no-repeat;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
}
#product_detail article .thumbnails .thumbnail_first
{
	margin-left: 0;
}
#product_detail article .thumbnails .thumbnail_active
{
	border: 2px solid #00b0ca;
	padding: 0;
}
#product_detail article .thumbnails .image_thumbnail img
{
	position: relative;
	top: 7px;
}