﻿/* ca_product_letters.css Styling for ProductFinder*/

/* Productfinder subZone1 */

#productHome #subzone1 {
	width:505px !important;
}

/* Productfinder radiobuttons */

#subZone1 label{
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	padding-left:5px;
	padding-right:30px;
}

/* Alfabeth */

.letters {
	list-style:none;
	margin:0;
	padding:10px 0 80px;
	clear:both;
}

.ie .letters{
	padding: 10px 0 40px;
}

.letters li {
	float:left;
	margin:0 2px 2px 0px;
}

.ie .letters li {
	margin: -10px 2px 2px 0px;
}

.ie .PFListPanel #product{
	padding-top: 10px;
}

.letters a {
	display:block;
	padding:0px 0px 0 0;
	background:url("/_layouts/Pfizer.Europe.Country.Template.ProductFinder/buttons.png") no-repeat;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
	white-space:nowrap;
	outline:0;
}

.letters span {
	display:block;
	padding:7px 0px 0 0;
	background:url("/_layouts/Pfizer.Europe.Country.Template.ProductFinder/buttons.png") no-repeat;
	width:36px;
	height:23px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}

.ie .letters span{
	height: 30px;
}

.letters a:hover span, .letters a:hover {
	background-position:100% -30px;
}

.letters .selected a span {
	background-position:100% -30px;
}

.letters .inactive span {
	background-position:100% -60px;
	cursor:default;
}


/* Styling for ProductFinder Tooltip */

.productTooltip{
	margin-top: -30px;
	margin-left: 10px;
}

.ie .productTooltip{
	position:absolute;
}

.productTooltip .tooltipL{
	background: transparent url('images/tooltips_l.gif') no-repeat left top;
	width: 24px;
}

.productTooltip .tooltipM{
	background: transparent url('images/tooltips_m.gif') repeat left top;
	width: 300px;
}

.productTooltip .tooltipR{
	background: transparent url('images/tooltips_r.gif') no-repeat left top;
	width: 14px;
}

.productTooltip .tooltipLB{
	background: transparent url('images/tooltips_bl.gif') no-repeat left top;
	height: 21px;	
}

.productTooltip .tooltipMB{
	background: transparent url('images/tooltips_bm.gif') repeat left top;
}

.productTooltip .tooltipRB{
	background: transparent url('images/tooltips_br.gif') no-repeat left top;	
}

.productTooltip .tooltipM h1{
	border: 0 none;
	color: #00457A;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin: 0;
	padding: 16px 0 0 10px;
}

.productTooltip .tooltipM p{
	border: 0 none;
	color: #797979;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin: 0;
	padding: 12px 0 0 10px;
}

.productTooltip .tooltipM ul{
	border: 0 none;
	line-height :12px;
	margin: 0;
	padding: 0 0 5px 10px;
}

.productTooltip .tooltipM li{
	list-style-type:none;
	outline-style: none;
	outline-width: medium;
	background: transparent url(images/list.arrow.trans2.gif) no-repeat scroll 0 4px;
	border: 0 none;
	color: #797979;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin: 12px 0 0;
	padding: 0 0 0 12px;
}
