/* Product Marketing CSS */
/* Contains specific styles for product section that are not used in other site sections. */
/* 1.0 - 10/20/11 - 11:00am */

/* Layouts
______________________________________________________________________________ */

#products_all #main_content {
	width: 510px;
	float: right;
}
#products_all #sub_content {
	width: 238px;
	float: left;
	border: 1px solid #d2d2db;
}
.product #main_content {
	float: left;
	width: 450px;
	padding-right: 10px;
}
.product #sub_content {
	float: right;
	width: 272px;
	padding-top: 40px;
}
.ecom_product #main_content {
	float: left;
	width: 48%;
	padding-right: 0;
}
.ecom_product #sub_content {
	float: right;
	width: 52%;
	padding-top: 60px;
}
#product_joblogo #sub_content {
	padding-top: 80px;
}
/* this should probably spread to all pages, once the design does */
#mobile_ambassador #sub_content, #supply_demand_portal #sub_content {padding: 0;}

/* Common Styles
______________________________________________________________________________ */

/* text */
.products .header h1, .product .header h1 {
	color: #fff;
	padding: 19px 0 4px 8px;
	font-size: 30px;
	line-height: 30px;
}
.ecom_product h1 {
	font-size: 18px;
	padding-bottom: 10px;
}
.product .header h1 {width:500px;}
.product h1 {padding: 0;}
.product .header h2 {
	position: absolute;
	left: -9999em;
}
#products_all #sub_content h2 {
	background-color: #ffa003;
	background: url(../products/products_fallback_gradient.jpg);
	background: -moz-linear-gradient(top, #FF9900 0%, #FF7D00 50%, #FF9900 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF9900), color-stop(50%,#FF7D00), color-stop(100%,#FF9900)); /* webkit */
	background: -o-linear-gradient(top, #FF9900 0%,#FF7D00 50%,#FF9900 100%); /* opera */	
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 16px 8px;
}
#products_all #sub_content p {
	padding: 12px 8px;
	line-height: 20px;
}
.wrapper h2#product_name {
	padding-top: 10px;
	font: bold 30px Arial, sans-serif;
	color: #999;
}
.product #main_content h3, .product #sub_content h3 {
	font: bold 18px Arial, sans-serif;
	color: #132F6E;
}
.ecom_product h4 {
	font-weight: bold;
	text-transform: none;
}
.product #sub_content h4 {
	font: bold 14px Arial, sans-serif;
	color: #183C8D;
	text-transform: none;
}
.product #sub_content .learn_more h4 {
	color: #202245;
	padding-left: 5px;
	font-size: 12px;
}
.wrapper blockquote {
	width: 440px;
}
.wrapper blockquote h3, .product #main_content blockquote h3, .product #sub_content blockquote h3 {
	padding: 3px 0 0 0;
	width: 440px;
	height: 20px;	
	background: url(http://img.icbdr.com/images/jp/content/quote-bkg.gif) no-repeat;
	text-transform: capitalize;
	color: #999;
	font: normal 12px Arial, sans-serif;
}
#supply_demand_portal blockquote h3 {
	background-position: 230px 0;
}
.wrapper blockquote p {
	width: 440px;
	font-style: italic;
	color: #999;
}	
.wrapper blockquote cite {
	display: block;
	width: 440px;
	font-style: italic;
	color: #999;
}
.ecom_product #main_content blockquote, .ecom_product #main_content blockquote h3, .ecom_product #main_content blockquote p, .ecom_product #main_content blockquote cite {
	width: auto;
}
/* end text */

/* images */
.product .interior_image {
	margin-bottom: 4px;
}
.product #main_content a img.site_screenshot {
	border: 1px solid #ececec;
	margin: 10px 0 10px 70px;
	height: 218px;
	width: 300px;
}
/* end images */


/* Specific Styles
______________________________________________________________________________ */

/* product page headers */
.products .header, .product .header {
	clear: both;
	background: #2c51a2 url(../products/ecommerce_header.jpg) no-repeat top left;
	width: 750px;
	height: 157px;
	color: #ecf3ff;
	position: relative;
}
#products_all .header {
	background-image: url(../products/ecommerce_header.jpg);
	margin-bottom: 30px;
}
#products_ecommerce .header {
	background-image: url(../products/ecommerce_header.jpg);
}
.products .header p, .product .header p {
	font-size: 16px;
	line-height: 20px;
	width: 460px;
	padding: 0 0 0 8px;
}
.product_category .header {height: 100px;}
#product_category_target .header {background-image: url(../products/target_header.jpg);}
#product_category_engage .header {background-image: url(../products/engage_header.jpg);}
#product_category_attract .header {background-image: url(../products/attract_header.jpg);}
#product_category_maximize .header {background-image: url(../products/maximize_header.jpg);}
#cbmobile .header {
	height: 115px;
	background-image: url(../products/cbmobile_header.jpg);
}
#supply_demand_portal .header {
	background-image: url(http://img.icbdr.com/images/jp/products/supplydemand_header.jpg);
	height: 100px;
}
.products .intro {
	font-size: 14px;
	line-height: 22px;
	margin: 16px 0 10px;
}
.product .intro {
	font-size: 18px;
	line-height: 26px;
	margin: 15px 0 0 0;
}
.product .also {
	font-size: 14px;
	line-height: 22px;
	margin: 5px 0;
}
.product_nologo .also {margin: 5px 0;}
#supply_demand_portal .also {margin: 10px 0 5px 0;}
#supply_demand_portal .also_cont {margin: 0 0 20px 0;}
/* end product page headers */

/* product page lists - all and categories */
#products_all .product_list, .product_category .product_list {
	list-style: none;
	font-size: 12px;
	padding: 0;
}
#products_all .product_list li, .product_category .product_list li {
	width: 220px;
	height: 230px;
	position: relative;
	float: left;
	list-style-image: none;
	padding: 12px 8px 0 8px;
	border: 1px solid #d2d2db;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 12px 12px;
	background: #fff url(../products/product_details_bg.gif) repeat-x bottom left;
}
#products_all .product_list h3, #products_all .product_list h3 a {color: #183c8d;}
#products_all .product_list h3 a, .product_category .product_list h4 a {
	text-transform: none;
	text-decoration: none;
	font-size: 16px;
	color: #183c8d;
}
#products_all .product_list h3 a:hover, #products_all .product_list h3 a:focus, #products_all .product_list h3 a:active, .product_category .product_list h4 a:hover, .product_category .product_list h4 a:focus, .product_category .product_list h4 a:active { text-decoration: underline;}
#products_all .product_list a.product_details, .product_category .product_list a.product_details {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #c9d3e9;
	background: #fff url(../img/learn_arrow.gif) no-repeat center left;
	padding: 2px 12px;
	display: inline-block;
	font: normal 11px Arial, Helvetica;
	text-decoration: none;
	margin: 0 0 9px 0;
	position: absolute;
	bottom: 0;
}
/* end product page lists - all and categories */

/* product subcategories */
.product_category .product_subcat {
	padding-bottom: 16px;
	width: 100%;
}
.product_category .product_subcat h3 {
	background: #132F6E;
	color: #fff;
	padding: 8px;
	margin-bottom: 14px;
	display: block;
}
/* end product subcategories */

/* ecom product page lists only */
#products_ecommerce .product_list {
	list-style: none;
	font-size: 12px;
	padding: 8px 0 16px 0;
}
#products_ecommerce .product_list li {
	list-style-image: none;
	min-height: 90px;
	padding: 14px 0 0 12px;
	background: #fff url(../products/product_bg.gif) repeat-x bottom left;
}
#products_ecommerce .product_list h3 {
	font-size: 18px;
	color: #183c8d;
}
#products_ecommerce .product_list a.product_details {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #c9d3e9;
	background: #fff url(../img/learn_arrow.gif) no-repeat center left;
	padding: 2px 12px;
	display: inline-block;
	font: normal 11px Arial, Helvetica;
	text-decoration: none;
	margin: 4px 0 16px 0;
}
#products_ecommerce .product_list .info {
	width: 560px;
	float: left;
}
#products_ecommerce .product_list .buy {
	width: 175px;
	float: right;
	margin: 10px auto;
	text-align: center;
}
#products_ecommerce .product_list .buy p, #products_ecommerce .product_list .buy strong {
	display: block;
	width: 65px;
	margin: 0 auto;
	padding: 0;
}
#products_ecommerce .product_list .buy p {
	font-weight: normal;
}
#products_ecommerce .product_list .buy a {
	background: url(../products/buy_button.jpg) no-repeat;
	width: 60px;
	height: 23px;
	margin: 8px auto;
	border: 0;
	display: block;
	text-indent: -9999em;
}
#products_ecommerce .product_list .buy a:hover, #products_ecommerce .product_list .buy a:focus, #products_ecommerce .product_list .buy a:active {
	text-decoration: underline;
}
/* end ecom product page lists only */

/* product page checkbox filter */
#products_all #filter {
	background: #fff;
	color: #333;
	border-top: 1px solid #d2d2db;
	padding: 12px 8px;
}
#products_all #filter ul {
	list-style: none;
	font-size: 12px;
	padding: 0;
}
#products_all #filter li {
	list-style-image: none;
	padding: 0 0 14px 0;
}
#products_all #filter li input {
	margin: 0 6px 0 0;
	display: block;
	float: left;
	width: 13px;
}
#products_all #filter .clarify {
	font-size: 11px;
	padding: 4px 0 0 18px;
	line-height: 16px;
}
.jquery #products_all #filter .clarify {
	display: none;
}
/* end product page checkbox filter */

/* info boxes */
.product .request_info {
	width: 200px;
	background: url(http://img.icbdr.com/images/jp/img/gradient-bkg.jpg) repeat-x bottom;
	padding: 5px;
	border: 1px solid #ccc;
	float: right;
	margin: 15px 0 15px 20px;
}
.product .request_info a {
	background: url(http://img.icbdr.com/images/js/elements/buttons/bg_btn.gif) repeat-x #ff7d00;
	border-color: #fc6 #c30 #c30;
	border-right: 1px solid #c30;
	border-style: solid;
	border-width: 1px;
	margin: 5px auto 10px auto;
	padding: 0.25em 0;
	color: #fff;
	font: bold 14px Arial, sans-serif;
	width: 200px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.product .request_info p {
	line-height: 20px;
	margin-bottom: 40px;
	width: 200px;
	margin: 0 auto 40px auto;
}
.product .learn_more {width: 260px;}
#cbmobile .learn_more {float:right;}
.product #sub_content .learn_more h4 {
	color: #202245;
	padding-left: 5px;
	font-size: 12px;
}
.ecom_product .learn_more {
	float: right;
	width: 359px;
	margin: 12px 0;
}
.product #sub_content .test_drive {
	font-size: 12px;
}
.product #sub_content .test_drive p {
	padding-bottom: 5px;
}
.product #sub_content .test_drive a {
	font-size: 11px;
}
.product .info_box {
	width: 262px;
	background: #ff6c00 url(http://img.icbdr.com/images/jp/content/info-bkg.jpg) repeat-x top;
	padding: 5px;
	font: bold 14px/1.4em Arial, sans-serif;
	color: #fff;
	margin-bottom: 10px;
}
.product .rss_box {
	width: 260px;
	background: url(../img/gradient-bkg.jpg) repeat-x bottom;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	clear: both;
	float: right;
}
.product .didyouknow_box {
	width: 260px;
	background: url(../img/gradient-bkg.jpg) repeat-x bottom;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	clear: both;
	float: right;
}
#supply_demand_portal .rss_box {width: 250px;}
.product .rss_box h3 {
	padding: 10px 0 5px 36px;
	background: url(../icons/ths_26.gif) no-repeat 5px 5px;
}
.product .rss_box ul {
	list-style: none;
	margin-left: 5px;
}
.product .rss_box li {
	margin-left: 0;
	list-style-image: none;
}
.product #sub_content .rss_box li h4 {
	font-size: 12px;
}
.product .didyouknow_box h3 {
	padding: 10px 0 5px 10px;
	font-size: 14px;
	line-height: 20px;
}
/* end info boxes */

/* product pricing */
.ecom_product .pricing {
	width: 328px;
	margin-bottom: 20px;
}
.ecom_product .pricing caption, .ecom_product .pricing thead {
	text-align: left;
	border-bottom: 2px solid #c5c5bf;
}
.ecom_product .pricing tr:nth-child(2n) {
  background: #ffffe5;
}
.ecom_product .pricing th, .ecom_product .pricing td {
	border-bottom: 1px solid #c5c5bf;
	padding: 5px 0;
	color: #666;
	font-size: 13px;
}
.ecom_product .pricing td strong {
	color: #006837;
}
.ecom_product .pricing tfoot td {
	font-size: 11px;
	border: 0;
	color: #333;
}
.ecom_product .pricing tfoot td strong {
	color: #333;
}
/* end product pricing */

/* product results */
.ecom_product #main_content .results, .ecom_product #sub_content .results {
	background: none;
}
.ecom_product #main_content .results h3, .ecom_product #sub_content .results h3 { font-size: 16px;}
.ecom_product table.results {
	margin: 0 0 10px 5px;
}
.ecom_product table.results thead {
	text-align: left;
	border-bottom: 2px solid #c5c5bf;
}
.ecom_product table.results th, .ecom_product table.results td {
	padding: 7px 3px;
	color: #333;
	font-size: 12px;
	width: 30%;
}
.ecom_product table.results th {
	color: #132f6e;
}
/* end product results */

/* purchase forms */
.wrapper form.purchase fieldset {
	width: 325px;
	margin-bottom: 24px;
	padding: 20px 15px 20px 15px;
	display: block;
	border: 1px solid #CECECE;
}
.wrapper form.purchase h3 {
	font: bold 15px/25px Arial, sans-serif;
	color: #4c4c4c;
}
.wrapper form.purchase select.quantity, .wrapper form.purchase #costValue, .wrapper form.purchase .checkout {
	float: left;
	display: block;
	font: bold 16px Arial, sans-serif;
	color: #193D71;
}
.wrapper form.purchase select.quantity {
	margin: 2px 10px 0 0;
}
.wrapper form.purchase #costValue {
	font-size: 18px;
	max-width: 65px;
	min-width: 40px;
	padding: 3px 15px 0 5px;	
}
.wrapper form.purchase .savings {
	padding-top: 2px;
	font: bold 15px Arial, sans-serif;
	min-width: 40px;
	color: #006837;
}
.wrapper form.purchase .savings strong, .wrapper form.purchase .savings #savingsValue {
	display: block;
	float: left;
}
.wrapper form.purchase .savings strong {
	padding: 3px 4px 0 0;	
}
.wrapper form.purchase .savings #savingsValue {
	color: #fff;
	background: #006837;
	padding: 2px 4px;
}
.wrapper form.purchase .checkout {
	background: url(http://img.icbdr.com/images/js/elements/buttons/bg_btn.gif) repeat-x #ff7d00;
	border-color: #fc6 #c30 #c30;
	border-right: 1px solid #c30;
	border-style: solid;
	border-width: 1px;
	padding: 0.25em;
	cursor: pointer;
	color: #fff;
	font: bold 14px Arial, sans-serif;
	width: 150px;
}
.wrapper form.purchase p {
	clear: both;
	padding: 12px 0 0 0;
}
.wrapper form.purchase p.buy_more {
	font: normal 11px Arial, sans-serif;
	padding: 8px 0;
	color: #006837;
}
/* end purchase forms */

/* product images */
#mobileambassador_experience_flow {
	width: 595px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#cbmobile #cbmobile_experience_flow {
	position: relative;
	width: 750px;
	height: 217px;
	background: #57585b;
	color: #fff;
	margin: 2px 0 30px 0;
	padding: 0;
}
#cbmobile #cbmobile_experience_flow img {
	display: block;
	float: right;
	width: 595px;
}
#cbmobile #cbmobile_experience_flow .article {
	position: absolute;
	left: 20px;
	top: 35px;
	font-size: 10px;
	width: 175px;
}
#cbmobile #cbmobile_experience_flow .article h3 {
	color: #fff;
	font-size: 14px;
}
#cbmobile #cbmobile_experience_flow .article ul {
	list-style: disc outside;
	list-style-image: none;
	font-size: 10px;
	padding-top: 0;
}
#cbmobile #cbmobile_experience_flow .article ul li {
	padding-bottom: 4px;
}
#recruitment_display_ads #recruitmentdisplay_example {
	padding-bottom: 15px;
}
#recruitment_display_ads #recruitmentdisplay_example img {
	border: 1px solid #ececec;
	padding: 5px;
}
/* end product images */

/* demand portal */
#supply_demand_portal #access {
	float: left;
	width: 420px;
	font-size: 14px;
	line-height: 22px;
}
#supply_demand_portal #portal_results {
	float: right;
	width: 305px;
	border-left: 1px solid #ccc;
	margin-left: 10px;
	padding-left: 10px;
}
#supply_demand_portal #portal_results .letter {list-style: lower-alpha;}
#supply_demand_portal #portal_results .letter li {
	width: 35%;
	float: left;
	margin-left: 5%;
}
#supply_demand_portal #portal_results .letter:first-child {
	margin-left: 0;
}
#supply_demand_portal #labor_map {
	display: block;
	width: 260px;
	float: right;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
/* end demand portal */ 