/* Style to set the occasions title in the PIP page and Choose a style page */
div.oTitle h2 {display: inline; font-weight: bold; font-size: 15px; font-family: Century Gothic; color: #FF9900;}

div.oTitleCards h2 {font-family: Arial; font-weight: normal; font-size: 18px; color: #FF9900; padding-top:5px; padding-bottom:5px;}

/* Style to highlight the style selected in the style page */
img.highlightedStyle {
  	border: 5px solid;
    border-top-color: rgb(254, 153, 0);
    border-right-color: rgb(254, 153, 0);
    border-bottom-color: rgb(254, 153, 0);
    border-left-color: rgb(254, 153, 0);  	
}

/* Style used for the styles not selected */
img.fakeDropGrayBorder {
  	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;	
	border-bottom: 2px solid #999999;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #999999;	
}

a.nameLnk {color: #6666CC; font-size: 11px;}

.cardInfo {font-size: 10px;
	border-right:10px solid white; 
}

/* style used for the style name selected */
.label_style{font-weight: bold; font-size: 15px;}

.selected_card_style {font-weight:bold; font-size:11px; line-height:1.2;}

.solidLines {
  
border-bottom:1px solid #BFBFBF;
height:11px;
line-height:11px;
width:auto;
}

#formFactors td.cardInfo {
	color:#666666;

}
#featuredCardsTitle H2 {
	padding-top:3px;
}

.cardLink A {
	text-decoration:none;
	
}

#totalAvailable {
	color:#666666;
	font-size:11px;
	font-family:Arial;	
}

#formFactors A.nameLnk {
	font-family:Verdana;
	font-size:13px;
}



