@charset "utf-8";
/* CSS Document */

ul.pdc_products {
	list-style-type:none;
	height:inherit !important;
	margin:0;
	padding:0;
}
.pdc_products li {
	float:left;
	width:/*130px*/23%;
	text-align:center;
	background-color:#222222;
	background-image:url(/templates/default/en/img/product_thumb_background.jpg);
	background-position:center top;
	border:2px solid #1E1E1E;
	height:120px;
	margin:5px 0 0 5px;
	padding:0;
	cursor:pointer;
	cursor:hand;
}
.pdc_products li:hover, .pdc_products li.hover  {
	background-color:#000000;
	background-image:url(/templates/default/en/img/product_thumb_background_ov.jpg) !important;
	cursor:pointer !important;
	cursor:hand !important;
}
.pdc_products li img {
	padding-top:5px;
}

.select_support {
	width:auto !important;
}
/* CAL */
.next_steps {
	clear:both;
	display: none;
}
.next_steps .heading {
	margin-top:20px;
	margin-bottom:20px;
}
.pdc_question {
	margin-bottom:5px;
}
.pdc_option {
	margin-bottom:20px;
}
.pdc_answer {
	display: none;
	color:#FFFFFF;
	margin-bottom:20px;
}

/* POPUP */
#ajax_div {
	padding:10px !important;
	text-align:left !important;
	width:520px !important;
	height: auto;
	top:550px;
	background-color:#111111;
}
.headliner {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}
#ajax_div .inner_blocks {
	background-color:#000000;
}
#productdosage .inner_tabs {
	width:25%;
	text-align:center;
}
#productdosage .inner_tabs_rightb {
	width:71%;
}

/* Rogers Stuff  */
.button_div {
	float: left; 
	/*margin-left: 34%;
	width:70%;*/
	display:none;
}
.button_div button {
	width:280px;
}