/*--------------------------------------------------
	New related site selector on the very top this is
	for all of our sites:
	RCS: 08.25.11
---------------------------------------------------*/
#B2C_RelatedSites
{   
	background:#fff url(/images/related_sites/v2/silverbar_bg.png) repeat-x;
	color:#000;
	font-size:11px;
	height:37px; 
	text-align:left;
	width: 100%;
}
.menu {
	background: #fff url(/images/related_sites/v2/silverbar_bg.png) repeat-x;
	font-family:verdana,arial,sans;
	font-size:11px;
	height:37px;
	line-height:37px;
	list-style: none;
	margin:0;
	padding:0;
	width:980px;
}
.menu li {
	background-repeat: no-repeat; 
	height: 37px;
	list-style: none;
	padding: 0;
	margin: 0;	
}
.menu li a, .menu li a:visited {
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	text-decoration: none; 
	text-indent: -1000px;
}
.bicycle {background-image: url(/images/related_sites/v2/site_bicycle.png); background-position: 0 -37px; width: 83px;}
.bicycle a {background-image: url(/images/related_sites/v2/site_bicycle.png); width: 83px;}
.broderbund {background-image: url(/images/related_sites/v2/site_broderbund.png); background-position: 0 -37px; width: 142px;}
.broderbund a {background-image: url(/images/related_sites/v2/site_broderbund.png); width: 142px;}
.encore {background-image: url(/images/related_sites/v2/site_encore.png); background-position: 0 -74px; width: 110px;}
.encore a {background-image: url(/images/related_sites/v2/site_encore.png); width: 110px;}
.hoyle {background-image: url(/images/related_sites/v2/site_hoyle.png); background-position: 0 -37px; width: 107px;}
.hoyle a {background-image: url(/images/related_sites/v2/site_hoyle.png); width: 107px;}
.king {background-image: url(/images/related_sites/v2/site_king.png); background-position: 0 -37px; width: 67px;}
.king a {background-image: url(/images/related_sites/v2/site_king.png); width: 67px;}
.printshop {background-image: url(/images/related_sites/v2/site_printshop.png); background-position: 0 -37px; width: 118px;}
.printshop a {background-image: url(/images/related_sites/v2/site_printshop.png); width: 118px;}
.punchsoftware {background-image: url(/images/related_sites/v2/site_punchsoftware.png); background-position: 0 -37px; width: 105px;}
.punchsoftware a {background-image: url(/images/related_sites/v2/site_punchsoftware.png); width: 105px;}
.punchcad {background-image: url(/images/related_sites/v2/site_punchcad.png); background-position: 0 -37px; width: 137px;}
.punchcad a {background-image: url(/images/related_sites/v2/site_punchcad.png); width: 137px;}
.support {background-image: url(/images/related_sites/v2/site_support.png); background-position: 0 -37px; width: 120px;}
.support a {background-image: url(/images/related_sites/v2/site_support.png); width: 120px;}
.vivamedia {background-image: url(/images/related_sites/v2/site_viva3.png); background-position: 0 -37px; width: 89px;}
.vivamedia a {background-image: url(/images/related_sites/v2/site_viva3.png); width: 89px;}

ul.menu li a:hover {background: none;}
ul.menu li a.site_on {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/*--------------------------------------------------
	HTML selectors for the Encore website:
	RCS: 03.16.10
---------------------------------------------------*/
html,html body {height:100%}


a {
	color:#0569a7;
}
body {
	background:#0061aa;
	/*background: #308eb3 url(/images/encore/banner_promo/en_bg_halloween2011.jpg) no-repeat top center;*/ /*Put any promo banner here: RCS: 03.16.10 */
	background: #0061aa url(/images/encore/encore_background.jpg) top center;
	background-attachment: fixed;
	height:100%;
	margin-top:0px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;	
	padding:0px;
}
/*--------------------------------------------------------------------------------------------------
								MASTER TEMPLATE CODE: RCS: 03.16.10
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------
	Selectors for the Header, Separator, Body Left
	Panel, Right Panel and Footer Panel:
	Richard C. Silveiro: 03.16.10
---------------------------------------------------*/
#B2C_MasterPage
{
    width: 980px;
	background-color:#fff;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 0.71em !important;
}
#B2C_Header {
	background-color: #fff; 
	border-bottom: solid 1px #868686;
	border-top: solid 1px #868686; 
	clear: left;
	height: 75px;
	line-height: 35px;
	margin: 0;
	position: relative;
	text-align: left;
	width: 980px;
	z-index: 1;
}
#B2C_Seperator {
	background: #fff;
	width:980px;
	padding:0px;
}
#B2C_PageContent {
	background: #fff;
	/*background-color:#fdf7d3;*/
	width:980px;
}
#B2C_SidebarLeft {
	background-color:#fff;
	float:left;
	width:160px;
	padding:0 10px;
	text-align: center;
}
#B2C_Content {
	background-color:#fff;
	float:left;
	width:600px;
	margin-top: 10px;
	padding: 0 10px 10px 10px;
}
#B2C_SidebarRight {
	background-color:#fff;
	float:right;	
	width:160px;
	padding:0 10px;
	text-align:center;
}
#B2C_Footer {
	padding-top:10px;
	width:980px;
}
#footer2{
	background:#fff;
	border:2px solid #e1e1e1!important;
	border-radius:3px;
	color:#575c5f;
	font-size:12px;
	line-height:18px;
	margin:10px 5px 10px 5px;
	-moz-border-radius:5px;
	padding:10px 10px 10px 10px;
	-webkit-border-radius:5px
}
#footer2 a{
	color:#575c5f;
	text-decoration:none
}
#footer2 strong{
	text-decoration:underline
}
.footerItem{
	border-right:1px solid #e1e1e1
}
.footerItem a{
	font-size:12px!important;
	line-height:18px!important;
}
#B2C_Footer .to_top{
	font-size:13px;
	text-decoration:underline;
}
/* This code is to align the footer all the way to the bottom: RCS: 05.24.10 */
#B2C_MasterPage {
	min-height: 100%;
}
#B2C_Content {
	min-height:520px;
}
#B2C_Footer {
	bottom:0;
	/*height:175px;*/
	position:relative;	
}
html {
	clear:both;
}
/*--------------------------------------------------------------------------------------------------
								HEADER AREA: RCS: 02.16.10
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------
	Header selectors (navigation, logo, etc): 
	RCS: 03.04.10
---------------------------------------------------*/
#B2C_Header #headerLogo1 {
	float:left;
	height:75px;
	width: 218px;
}
#B2C_Header #horizNav
{
	background: #fff url(/images/encore/order_by_phone_horr_update_040115.png) no-repeat 0 5px;
    border-top: solid 0px #fff;
    border-bottom: solid 0px #fff;	
    clear: none;
    float:left;
    height:34px;
    line-height: 0px;
    position: relative;
    margin: 0;
    text-align: right;
    width: 440px; /* was 150px; */
	z-index: 1;
}
/*--------------------------------------------------
	Main navigation CSS selectors for Encore: 
	RCS: 03.16.10
---------------------------------------------------*/
#B2C_Header #top_nav {
	background:url(/images/encore/encore_nav.jpg) no-repeat;
	width:597px;
	height:40px;
	margin:0;
	padding:0;
	float:left;
	margin-top:35px;
}

#B2C_Header #top_nav span {
	display: none;
}		

#B2C_Header #top_nav li, #top_nav a {
	height:40px;
	display:block;
}
#B2C_Header #top_nav li {
	float:left;
	list-style:none;
	display:inline;
}
/*Individual links for Encore - off/hover state: RCS: 03.16.10*/
#B2C_Header #encore_nav_onsale {
	width: 96px;
}
#B2C_Header #encore_nav_registration {
	width: 142px;
}
#B2C_Header #encore_nav_support {
	width: 105px;
}
#B2C_Header #encore_nav_corporate {
	width: 122px;
}
#B2C_Header #encore_nav_contactus {
	width: 132px;
}
/*hover state for navigation*/
#B2C_Header #encore_nav_onsale a:hover {
	background:url(/images/encore/encore_nav.jpg) 0px -40px no-repeat; 
}
#B2C_Header #encore_nav_registration a:hover {
	background:url(/images/encore/encore_nav.jpg) -96px -40px no-repeat; 
}
#B2C_Header #encore_nav_support a:hover {
	background:url(/images/encore/encore_nav.jpg) -238px -40px no-repeat; 
}
#B2C_Header #encore_nav_corporate a:hover {
	background:url(/images/encore/encore_nav.jpg) -343px -40px no-repeat; 
}
#B2C_Header #encore_nav_contactus a:hover {
	background:url(/images/encore/encore_nav.jpg) -465px -40px no-repeat; 
}
/*--------------------------------------------------
	Shopping Cart selectors: RCS
	03.16.10
---------------------------------------------------*/
#B2C_Header .shoppingCart {
	float:right;
	font-size:11px;
	height:30px;
	/*margin-right:75px;*/
	position:relative;
	z-index:2;
	/*WORK WITH DAVE ON THIS*/
}
#B2C_Header .shoppingCartCountIcon {
	background-image:url(/images/encore/encore_icon_shopping.gif);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	float:left;
	height:18px;
	margin-top:7px;
	width:27px;
}
#B2C_Header .shoppingCart .shoppingCartCountLabel,
#B2C_Header .shoppingCart .shoppingCartSubTotalLabel {
	color:#6b6b6b;
	padding:0 0px;
}
#B2C_Header .shoppingCart .shoppingCartItemCount,
#B2C_Header .shoppingCart .shoppingCartSubTotal {
	color:#6b6b6b;
}
#B2C_Header .shoppingCart .shoppingCartCheckoutLink a {
	color:#6b6b6b;
	padding-right:10px; /*padding on the edge of the master container*/
	text-decoration:none;
}
#B2C_Header .shoppingCart .shoppingCartCheckoutLink a:hover {
	text-decoration:underline;
}
/*logout*/
#B2C_Header .ShoppingCartEmptyText{
	color:#6b6b6b;
	padding:0 0px;
	padding-right:16px; /*padding on the edge of the master container*/
}
#ValSummary,
#lblAcctUpdateMsg,
#ErrorMsgLabel {
	font-size:11px;
	padding-bottom:4px;
}
#pnlSelectShipping, #pnlSelectShipping, #lblChooseShippingAddr {
	font-size:12px;
}
/*--------------------------------------------------
	Login selectors: RCS
	05.03.10
---------------------------------------------------*/
#B2C_Header #headerHTMLContent1 .linkDivider {
	color:#6b6b6b;
	padding: 0 5px 0 5px;
}
#B2C_Header .login {
	float:right;
	font-size:11px;	
	margin-top:14px;
	margin-right:10px; /*padding on the edge of the master container*/
	padding-top:-10px;
	height:30px;	
	width:150px; /*150px;*/
	position: relative;
	top:0px;
	left:-2px;
	z-index:2;
}
#B2C_Header .login .userName {
	display:none;
}
#B2C_Header .login .loginText a {
	color:#6b6b6b;
	padding-right:5px;
	text-decoration:none;
}
#B2C_Header .login .loginText a:hover {
	text-decoration:underline;
}
/*--------------------------------------------------
	My Account selector (part of the login control): 
	RCS: 05.03.10
---------------------------------------------------*/
#B2C_Header .myAccountLink a {
	color:#6b6b6b;
	font-size:11px;
	text-decoration:none;
}
#B2C_Header .myAccountLink a:hover {
	text-decoration:underline;
}
/*--------------------------------------------------
	Miscellaneous header items for Encore (link 
	for newsletter sign up): 
	RCS: 03.16.10
---------------------------------------------------*/
/*
#B2C_Header #headerHTMLContent1 {
	background-image:url(/images/encore/encore_icon_email.gif);
	background-repeat:no-repeat;
	background-position:left;		
	position:relative;
	float:right;
	margin-left:20px;
	margin-top:8px;
	top:5px;
	left:10px;		
	padding:0px;
	width:120px;
}
#B2C_Header #headerHTMLContent1 .newsletterLink a {
	color:#6b6b6b;
	font-size:11px;
	padding: 0 0 0 25px;
	text-decoration:none;
}
#B2C_Header #headerHTMLContent1 .newsletterLink a:hover {
	text-decoration:underline;
}
#B2C_Header #email_icon {
	float:left;width:20px;
}
#B2C_Header #email_txt {
	float:left;width:88px;
}
#B2C_Header #shopping_icon {
	float:left;width:23px;
}
#B2C_Header #shopping_txt {
	float:left;width:88px;
}
*/
/*--------------------------------------------------------------------------------------------------
								CLEAR: RCS: 02.16.10
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------
	Selector to clear both header and separator:
	RCS: 03.05.10
---------------------------------------------------*/
.clear {
	height:5px;
	clear:both;
}
/*--------------------------------------------------------------------------------------------------
								SEPARATOR AREA: RCS: 02.16.10
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------
	Selectors for breadcrumb:
	Richard C. Silveiro: 03.16.10
---------------------------------------------------*/
#B2C_Seperator .breadcrumb{
	background: url(/images/encore/encore_breadcrumb_bg_2.gif) no-repeat;
	/*border-bottom: solid 1px #939d9f;
	border-top: solid 1px #939d9f;*/
	color:#333333;
	float:right;
	height:34px;
	width:627px;
	/*margin-right:10px;*/
	padding-left:3px;
	padding-bottom:10px;
	*padding-bottom:0;
	text-transform:capitalize;	
}
#B2C_Seperator .breadcrumb .breadcrumb_nav,
#B2C_Seperator .breadcrumb .breadcrumb_current,
#B2C_Seperator .breadcrumb .breadcrumb_current_nav  {
	float:left;
	padding:12px 0; 
}
#B2C_Seperator .breadcrumb .breadcrumb_current, 
#B2C_Seperator .breadcrumb .breadcrumb_current_nav {
	font-size:11px;
}
#B2C_Seperator .breadcrumb .breadcrumb_arrow {
	background-image: url(/images/encore/breadcrum_arrow.gif) ;
	float:left;
	height:34px;
	margin: 0 5px;
	width:10px;
}
#B2C_Seperator .breadcrumb .breadcrumb_nav a {
	color:#333333;
	font-size:11px;
	text-decoration:none;
}
/*--------------------------------------------------
	Selectors for search:
	Richard C. Silveiro: 03.16.10
---------------------------------------------------*/
#B2C_Seperator #separatorSearch {
	background:#fff url(/images/encore/search_box_2.jpg) no-repeat; 
	float:left;
	height:34px;
	margin-left:10px;
	width:230px;
	padding-bottom:10px;
	*padding-bottom:0;
}
#B2C_Seperator #separatorSearch .searchBox {
	float:left;
	margin-top:12px;
	margin-left:16px;
	width:175px;		
}
.searchBox {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:0 none;
	float:right;
	font-size:12px;
	margin:10px 10px 0 0px;
	padding:0;
	width:175px;					
}
#B2C_Seperator #separatorSearch .Go {
	background:url(/images/encore/encore_btn_search.gif);
	border:none; 
	cursor:pointer;
	float:left;
	height:14px;
	width:16px;
	margin:11px 0px 0 1px;
	font-size:0px;
}
/*--------------------------------------------------
	Selectors for newsletter:
	Richard C. Silveiro: 04.05.10
---------------------------------------------------*/
#newsletterContainer {
	background:#ccc url(/images/encore/tile_encore_newsletter.gif);
	background-repeat:no-repeat;
	background-position:left;	
	float:right;
	height:24px;
	padding-top:10px; /*padding plus height will equal to 34 pixels*/
	margin-top:0px;		
	margin-right:10px;
	width:100px;
}
#newsletterContainer .newsletterLink a {
	color:#E24500;
	font-size:11px;
	padding: 10px 0 0 25px;
	text-decoration:none;
}
#newsletterContainer .newsletterLink a:hover {
	text-decoration:underline;
}
/*--------------------------------------------------
	Selectors for Top Banner Center:
	Richard C. Silveiro: 03.16.10
---------------------------------------------------*/
#seperatorHTMLContent1 {
	background-color:#fff;
	padding:12px 0 5px 0;
	text-align:center;
	width:980px;
}
/*--------------------------------------------------------------------------------------------------
								LEFT PANEL/RIGHT PANEL: RCS: 02.16.10
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------
	Selectors for categories control:
	Richard C. Silveiro: 03.16.10
---------------------------------------------------*/
#sidebarLeftCategories, 
#sidebarRightBestSellers,
#sidebarLeftVerticalProductGrid {
	width:160px;
}
#B2C_SidebarLeft #sidebarLeftCategories #category_top
{
    background-image: url(/images/encore/encore_subnav_categories.jpg);
    height:45px;
    width:160px;
    border:0;
}
ul.category, ul.product_listing {
	border:0px solid #0f74aa;
	border-left:1px solid #0f74aa;
	border-right:1px solid #0f74aa;		 
	list-style-type: none;
	margin:0px;
	padding:0;
	text-align:left;
	width:158px;
}
ul.category li.category_list, ul.product_listing li.product_listing_item {
	padding:0;
}
ul.category li.category_list a, ul.product_listing li.product_listing_item a {
	background-color: #fff;
	border-bottom: 1px solid  #fff;
	color:#313131;
	display:block;
	font-size:12px;
	margin-left:0px;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:6px;
	text-decoration:none;
	/*width:148px;*/
}
ul.category li.category_list a, ul.category li.category_list_sale a, ul.category li.category_list ul.sub_category li a{
	background: #e4e4e3 url(/images/broderbund/broderbund_nav_menu_bg.gif) no-repeat top;
	font-size: 11px;
}
ul.product_listing li.product_listing_item a {font-size:11px;}
ul.category li.category_list a:hover {
	background: #d3e9f4;
	color:#313131;
}
/* Sale Item: RCS: 03.23.10 */
ul.category li.category_list_sale a {
	background-color: #fff;
	border-bottom: 1px solid  #fff;
	color:#e24500;
	display:block;
	font-size:12px;
	margin-left:0px;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:6px;
	text-decoration:none;
	width:148px;	
}
ul.category li.category_list_sale a:hover {
	background: #d3e9f4;
	color:#e24500;
}
#B2C_SidebarLeft #sidebarLeftCategories #category_bottom
{
    background-image: url(/images/encore/encore_subnav_bm.gif);
    border:0;    
    height:9px;
    margin-bottom:10px;
    width:160px;
}
/*--------------------------------------------------
	Selectors for what's new control:
	Richard C. Silveiro: 03.16.10
---------------------------------------------------*/
#sidebarLeftVerticalProductGrid #product_listing_top {
    background-image: url(/images/encore/encore_subnav_whatsnew.jpg);
    border:0;
	height:45px;
    width:160px;
}
#sidebarLeftVerticalProductGrid #product_listing_bottom
{
    background-image: url(/images/encore/encore_subnav_bm.gif);
    border:0;    
	height:9px;
	margin-bottom:10px;
    width:160px;
}
/*--------------------------------------------------
	Selectors for best sellers control:
	Richard C. Silveiro: 03.16.10
---------------------------------------------------*/
#B2C_SidebarRight #sidebarRightBestSellers #product_listing_top
{
    background-image: url(/images/encore/encore_subnav_bestsellers.jpg);
    height:45px;
    width:160px;
    border:0;
}
#B2C_SidebarRight #sidebarRightBestSellers #product_listing_bottom
{
    background-image: url(/images/encore/encore_subnav_bm.gif);
    border:0;
	height:9px;
	margin-bottom:10px;	
    width:160px;
}
/*--------------------------------------------------
	Selectors for Corporate Info control:
	Richard C. Silveiro: 11.22.10
---------------------------------------------------*/
#B2C_SidebarRight #sidebarRightCorporateInfo #product_listing_top
{
    background-image: url(/images/encore/encore_subnav_corporateinfo.jpg);
    height:45px;
    width:160px;
    border:0;
}
#B2C_SidebarRight #sidebarRightCorporateInfo #product_listing_bottom
{
    background-image: url(/images/encore/encore_subnav_bm.gif);
    border:0;
	height:9px;
	margin-bottom:10px;	
    width:160px;
}
/*--------------------------------------------------------------------------------------------------
								FOOTER PANEL: RCS: 03.16.10
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------
	Selectors for the footer area:
	Richard C. Silveiro: 05.18.10
---------------------------------------------------*/
#footerMenu {
	/*background-color:#f0f0f0;*/
	/*height:87px;*/
	margin:0px auto;
	text-align:left;
	width:980px;
}
#footerMenu .footer_divider {
	background-color: #0569a7;
	float:left;
	height:70px;
	margin: 9px 0 8px 0;
	width:1px;
}
#footer_support, 
#footer_legal,
#footer_registration,
#footer_corporate_info,
#footer_hours {
	float:left;
	padding:12px;
}
#footer_support {width:106px;}
#footer_legal {width:143px;}
#footer_registration {width:165px;}
#footer_corporate_info {width:166px;}
#footer_hours {
	color:#0569a7;
	font-size:12px;
	width:265px;
}
#footerMenu a.footer_link_heading, #footerMenu strong.footer_link_heading {
	color:#0569a7;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
#footerMenu a {
	color:#6b6b6b;
	font-size:12px;
	text-decoration: none;
}
#footerHTMLContent1 {
	/*background:#f0f0f0 url(/images/encore/bottom_frame_encore.gif) no-repeat bottom;*/
	background-color:#f0f0f0;
	color: #0569a7;
	/*height:135px; *//* height:75px; */
	font-size:10px;
	margin:0px auto;
	padding: 0px;
	text-align:left;
	width:980px;	
	
}
#footer_copyrighttext,
#footer_ssl_site_seal {
	float:left;
	width:48%;
}
#footer_copyrighttext {
	margin-left:15px;
}
#footer_ssl_site_seal {
	text-align:right;
}	
#footer_copyrighttext a {
	color:#0569a7;
}
/*--------------------------------------------------------------------------------------------------
								HIDDEN CONTROLS: RCS: 02.16.10
--------------------------------------------------------------------------------------------------*/
/*#sidebarLeftLogo1,
#sidebarLeftHTMLContent2,
#sidebarRightHTMLContent1,*/
#sidebarRightProductListing,
#sidebarLeftBestSellers {
	display:none;
}
/*--------------------------------------------------------------------------------------------------
								GENERAL SELECTORS/PAGE SPECIFIC: RCS: 02.16.10
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------
	Selectors for Category page:
	Richard C. Silveiro: 03.16.10
---------------------------------------------------*/
/*Repositioning the Category banner: RCS: 04.29.10*/
#B2C_Category_HTMLContent1 a img,
#B2C_Category_HTMLContent1 img {
	position:relative;
	left:-10px;
	margin-bottom: 10px;
	width:620;
}
#B2C_Category_HTMLContent1 {
	width:600px;
}
#B2C_Category_CategoryName {
	margin-top:-12px;
	*margin-top:-18px;
}
h1 {
	border-bottom: solid 1px #433f3c;
	color:#433f3c;
	font-size:20px;
	font-weight:bold;
	padding:5px 0;
}
h3 {
	color:#0569A7;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
}
#home_page .product,
#category_page .product {
	float:left;
	margin: 12px 5px 0px 15px;
	width:280px;
}
#home_page .product_right,
#category_page .product_right {
	float: left;
	width: 92px;
}
#home_page .product_left,
#category_page .product_left {
	float: right;
	width: 184px;	
	padding-right:2px;
}
#home_page .product_image,
#category_page .product_image {
	height:164px; /*height:151px;*/ 
}
#home_page .product_image img,
#category_page .product_image img {
	max-width:80px;
}
#home_page .product_name a,
#category_page .product_name a {
	color: #0569a7;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#home_page .product_price,
#category_page .product_price {
	color:#44180d;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
/* Sale price: RCS: 05.25.10*/
.SalePrice,
#category_page .product_price .SalePrice {
	color:#c00 !important;
	font-size: 11px;
}
#home_page .SalePrice,
#category_page .product_price .SalePrice,
#product_main .SalePrice {
	font-size: 12px;
	font-weight:bold;	
}
#home_page .product_summary,
#category_page .product_summary {
	color:#000;
	font-size: 12px;
	padding-bottom: 14px;
}
.more { float: right; }
#home_page .product_link a,
#category_page .product_link a {
	/*color: #0569a7;*/
	color:#00f;
	font-size: 12px;
	font-weight: normal;
	margin-left: 140px;
	text-decoration: none;
}
/*pagination selectors*/
.paging_control_top {
	position:relative;
	top:-35px;
	width:600px;
}
.paging_contol_bottom {
	display:block;
	width:600px;	
	margin-bottom:10px;
}
.paging_contol {
	color:#433f3c;
	clear:both;
	font-size: 1.4em;
	text-align:right;
	width:600px;
}
a.prev_pagination, 
a.next_pagination,
a.PageNumber {
	color:#0939a8;
	text-decoration:none;
}
a.prev_pagination:hover, 
a.next_pagination:hover,
a.PageNumber:hover {
	color:#0939a8;
	text-decoration:underline;
}
.paging_contol_label,
.page_number,
.paging_contol_prev,
.paging_divider {
	padding-right:10px;
}
#B2C_Category_SortModule {
	display:none; /* hide this control temporarily:RCS: 02.19.10 */
}
/*--------------------------------------------------
	Selectors for Product Detail page:
	Richard C. Silveiro: 05.17.10
---------------------------------------------------*/
#product_top{
	background-color:#fff;
	/*border-bottom: solid 1px #220904;
	border-top: solid 1px #220904;*/
	border: solid 1px #fff;
	height:300px;
	position:relative;
	width:600px;
	z-index:2;
}	

#ProductPic {
	float:left;
	margin-left:20px;	
	/*padding-top: 20px;
	/*height:260px;*/
	max-width:200px;
}	
#product_top_right {
	float:left;
	padding-left: 30px;
	padding-top: 20px;
	width: 345px;
}
#product_title h1 {
	border-bottom: solid 0px #0569a7;
	color:#0569a7;
	display:inline;
	font-size:2.2em;
	font-weight:bold;
	width: 345px;
}
#product_description_text{
	border-bottom: dashed 1px #000;
	font-size:12px;
}
#product_description_text li {
	font-size:12px;
}
#product_subtitle, #product_varients {
	font-size:12px;
	font-weight:none;
	padding-bottom:30px;
	width: 345px;	
}
#product_top_right .AddToCartButton  {
	background:url(/images/encore/buy_btn.jpg);
	border:none; 
	cursor:pointer;
	height:35px;
	width:117px;
	font-size:0;
}
#product_top_right .AddToCartButton:hover  {
	background:url(/images/encore/buy_btn.jpg) 0px -70px no-repeat;
}	
/*pre-oder button: RCS: 08.03.10*/
#product_top_right .PreOrderButton  {
	background:url(/images/encore/btn_preorder.jpg);
	border:none; 
	cursor:pointer;	
	height:35px;
	width:117px;
	font-size:0;
}
#product_middle {
	font-size:1.35em;
}
#product_description_title h2 {
	border-bottom: solid 1px #0569a7;
	color:#0569a7;
	font-size:1.8em;
	font-weight:bold;
}
#product_min_sys_req {
	font-size:10px;
}	
#product_min_sys_req_title h2,
.product_min_sys_req_title h2 {
	font-size:1em;
}
#product_legal_notice_icon {
	background:url(/images/encore/encore_icon_legal.gif) no-repeat;
	float:left;
	height:18px;
	width:23px;
}
#product_legal_notice {
	height:18px;
	padding-top:10px;
}

#product_legal_notice a {
	color: #0569a7;
	font-size: 1.38em;
	text-decoration: none;		
}
#product_legal_notice a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------
	Selectors for Product Detail page for the "You
	May Also Like" control (right side):
	Richard C. Silveiro: 03.17.10
---------------------------------------------------*/
#related_products {
	background:#e9e8e8 url(/images/encore/encore_bg_youmayalsolike_gray.gif) repeat-y;
	margin-top:10px;
}
#related_products .related_product_top {
    background-image: url(/images/encore/encore_subnav_mayalsolike.jpg);
    height:35px;
    width:160px;
    border:0;
}
#related_products .related_product_bottom {
    background-image: url(/images/encore/encore_subnav_bm_gray.gif);
    height:9px;
    width:160px;
    border:0;
}
.related_product_image {
	float:left;	
	padding:8px;
	width:50px;	
}
.related_product_name {
	float:right;	
	padding: 8px 8px 0px 0;
	text-align:left;			
	width:78px;	
}	
.related_product_name a {
	color:#666666;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.related_product_summary {
	color:#539ec5;
	float:right;	
	font-size:10px;
	text-align:left;			
	width:85px;	
	
}
.related_product_price {
	color:#41403c;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
.RegularPrice {
	text-decoration: line-through;
}
.related_product_footer {
	border-bottom: solid 1px #e9e8e8;
	clear:both;
	margin-left:4px;
	*margin-left:4px;
	width:150px;
}
.related_product_left {
	float:left;
	width:70px;
}
.related_product_right {
	float:right;
	width:85px;
}
/*--------------------------------------------------
	Legal box for individual product on Product
	Detail page: RCS: 10.06.10
---------------------------------------------------*/
#legal-box {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow : 0 0 10px #000000;
	-moz-box-shadow : 0 0 10px #000000;	
	background:#fff;
	border:1px solid #210a04;
	box-shadow : 0 0 10px #000000;
	border-radius: 6px;
	clear:both;
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0px 0 10px 0;
	padding:30px 10px 40px 20px;
	position:absolute;
	margin-top:-320px;
	width:570px;
	z-index:3;	
}
a#close-legal,
a#close_legal_bottom,
a#close_legal_top {
	color:#1471ac;
	float:right;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	width:50px;	
}
a#close_legal_top {
	position:relative;
	top:-20px;
}
a#close-legal:hover {
	text-decoration:underline;
}
/*--------------------------------------------------
	Selectors for Product Detail page (right side):
	Richard C. Silveiro: 03.01.10
---------------------------------------------------*/
#product_top_right_panel {
	/*background-color:#fff;
	border-bottom: solid 1px #220904;
	border-top: solid 1px #220904;
	border-left: solid 1px #220904;*/
	/*border: solid 1px #210a04;*/
	margin-bottom:10px;
	position:relative;
	top:0px;
	/*height:300px;*/
}
#sidebarRightESRBRating {
	width:150px;
	margin-left:5px;
	*margin-left:0;
}	
#product_images {
	margin-top:12px;
	width:600px;
}
#sidebarRightAlternateImages #product_images_module {
	padding-left:8px;
	*padding-left:6px;
}
#sidebarRightAlternateImages #product_images_module .thumbnail {
	float:left;
	padding-left:5px;
	height:50px;
	width:70px;	
}	
#sidebarRightAlternateImages #product_images_module img {
	height:50px;
	width:70px;
} 
#product_images_title {
	font-size:1.5em;
	font-weight:bold;
}	
.product_top_right_panel_divider {
	/*border-bottom: solid 1px #220904;*/
	height:24px;
	margin-bottom:12px;
}
/*--------------------------------------------------
	Selectors for ESRBs:
	Richard C. Silveiro: 04.05.10
---------------------------------------------------*/
#sidebarRightESRBRating {
	height:80px;
	width:150px;
	margin-bottom:5px;
	margin-top:5px;
}
.esrb_rating_text {
	display: table;
	font-size:9px;	
	height: 80px;
	left:50px;
	*left: 25px;/* IE 6 Fix */
	position: relative;
	overflow: hidden;
	padding-left:2px;
	text-align:left;
	width: 100px;
}

.esrb_middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}

.esrb_inner {
	#position: relative;
	#top: -50%;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height: 10px;
	padding-left:2px;
}
.esrb_E {
	background: #fff url(/images/site_images/esrb/e.jpg) no-repeat;
	height:80px;
	width:150px;	
	position:relative;
	top:0;
	left:0;	
}
.esrb_EC {
	background: #fff url(/images/site_images/esrb/ec.jpg) no-repeat;
	height:80px;
	width:150px;	
	position:relative;
	top:0;
	left:0;	
}
.esrb_AO {
	background: #fff url(/images/site_images/esrb/ao.jpg) no-repeat;
	height:80px;
	width:150px;	
	position:relative;
	top:0;
	left:0;	
}
.esrb_E10 {
	background: #fff url(/images/site_images/esrb/e10.jpg) no-repeat;
	height:80px;
	width:150px;	
	position:relative;
	top:0;
	left:0;	
}
.esrb_M {
	background: #fff url(/images/site_images/esrb/m.jpg) no-repeat;
	height:80px;
	width:150px;	
	position:relative;
	top:0;
	left:0;	
}
.esrb_T {
	background: #fff url(/images/site_images/esrb/t.jpg) no-repeat;
	height:80px;
	width:150px;	
	position:relative;
	top:0;
	left:0;	
}

.esrb_E_only {
	background: #fff url(/images/site_images/esrb/E-only.jpg) no-repeat;
	height:80px;
	width:54px;	
	position:relative;
	top:0;
	left:0;	
}
.esrb_AO_only {
	background: #fff url(/images/site_images/esrb/Ao-only.jpg) no-repeat;
	height:80px;
	width:54px;	
	position:relative;
	top:0;
	left:0;	
}
.esrb_T_only {
	background: #fff url(/images/site_images/esrb/T-only.jpg) no-repeat;
	height:80px;
	width:54px;	
	position:relative;
	top:0;
	left:0;	
}
.esrb_E10_only {
	background: #fff url(/images/site_images/esrb/e10-only.jpg) no-repeat;
	height:80px;
	width:54px;	
	position:relative;
	top:0;
	left:0;	
}
.esrb_EC_only {
	background: #fff url(/images/site_images/esrb/eC-only.jpg) no-repeat;
	height:80px;
	width:54px;	
	position:relative;
	top:0;
	left:0;	
}
.esrb_M_only {
	background: #fff url(/images/site_images/esrb/M-only.jpg) no-repeat;
	height:80px;
	width:54px;	
	position:relative;
	top:0;
	left:0;	
}
.esrb_onr {
	background-color:#fff;
	border: solid 1px #9e9e9e;
	color:#373536;
	font-size:6pt;
	margin-top: -1px;
	padding: 2px 0;
}
/*--------------------------------------------------
	Selectors for search result page:
	Richard C. Silveiro: 03.16.10
---------------------------------------------------*/
form#FilterForm input {
	margin:10px 0;
}
form#FilterForm ul li input {
	margin:3px;
}
#search_page #B2C_Search_SortModule {
	background-color:#0337ad;
	height:25px;
}
#search_page #B2C_Search_SortModule #sort_title {
	color:#fff;
	float:left;
	font-size:1.5em;
	padding: 4px 12px;
	width:25px;
}
#search_page #B2C_Search_SortModule .sort_main {
	float:left;
	padding: 4px 0;
	width:150px;

}
#search_page .product {
	border-bottom: solid 3px #c7dfeb;
	float:left;
	margin-bottom:12px;
	margin-right:12px;
	margin-top: 12px;
	padding-bottom:20px;
	width:590px;
}
#search_page .product_right {
	float: left;
	text-align:center;
	width:110px;
}
#search_page .product_left {
	float: right;
	padding:0 12px;
	width:456px;	
}
#search_page .product_image img {
	max-width:80px;
}
#search_page .product_name {
	width:250px;
}
#search_page .product_name a {
	color: #0569A7;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#search_page .product_price {
	color:#44180D;
	font-size:2em;
	font-weight:bold;
	margin:-10px;
	text-align:center;
	width:116px;
	float:right;
}
#search_page .product_summary {
	font-size:11px;
	width:250px;
}
#search_page .product_link {
	background: #fff;
	clear:both;
	height:25px;
	width:95px;
	float:right;
}
#search_page .product_link a {
	color:#1471ac; /*#e2ac92*/
	display:block;
	/*font-size:0px;*/
	padding-left:0px;
	text-align: center;
	height:25px;
	width:95px;
}
#search_page .product_link a:hover {
	/*background:url(/images/encore/encore_btn_addcart.gif) 0px -25px no-repeat;*/
}
/*right panel*/
#search_filter {
	background-color:#fff;

}
#search_filter_header {
	background-image: url(/images/encore/encore_subnav_refinesearch.jpg);
	height:45px;
	width:160px;
}
#search_filter_category_title,
#search_filter_platform_title,
#search_filter_rating_title,
#search_filter_description_title {
	background-color: #BCD8E6;
	color:#220B05;
	font-size:10px;
	height:18px;
	padding:4px 12px;
	text-align:left;
	text-transform: uppercase;
	width:134px;
}
.search_filter_main {
	border-left: 1px solid  #0f74aa;
	border-right: 1px solid  #0f74aa;
}
#search_filter_footer {
    background-image: url(/images/encore/encore_subnav_bm.gif);
    height:9px;
	margin-bottom:10px;
	width:160px;
}
#search_filter_category_options ul,
#search_filter_platform_options ul,
#search_filter_rating_options ul {
	 border:0px solid #333;
	 list-style-type: none;
     margin:0px;
     
	 text-align:left;
     width:160px;
}
#search_filter_category_options ul li,
#search_filter_platform_options ul li,
#search_filter_rating_options ul li {
	border-bottom: 0px solid  #dddddd;
	color:#000;
	font-size:10px;
	margin-left:-36px;
	*margin-left:4px;
	padding:1px;
	width:142px;
}
#search_filter_description_options ul {
   margin: 0;
   padding: 0;
   list-style-position: inside; 
}
/*
#search_filter input#btnFilter  {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/encore/search_btn.jpg) repeat scroll 0 0;
	border:medium none;
	height:19px;
	width:147px;
}
#search_filter input#btnFilter:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/encore/search_btn.jpg) repeat scroll 0 -19px;
	border:medium none;
	height:19px;
	width:147px;
}
*/
/*--------------------------------------------------
	Selectors for search result heading :
	Richard C. Silveiro: 02.15.11
---------------------------------------------------*/
#B2C_Category_matches {
	display:none; /*We will hide this control for Encore for now*/
}
#search_result_header_count {
	background-color:#bcd8e6;
	border-top: solid 0px #bcd8e6;
	color:#220b05;
	font-size: 1.8em;
	font-weight:bold;
	height:15px;	
	padding:10px;
}
#search_result_copy {
	float:left;
	/*width:430px;*/
}
#search_result_header_sort {
	/*background:url(/images/encore/encore_arrow_bm.gif) no-repeat;*/
	background-position:center left;
	display:inline;
	font-size:10px;
	font-weight:none;
	padding:0 10px;
	float:right;
	/*width:110px;*/
}
#search_result_sort {
	background-color:#2181b4;
	border-top: solid 1px #210a04;
	height:15px;
	font-size: 12px;
	padding:8px 0;
}
#search_result_sort_title {
	float:left;
	text-align:center;
	width:110px;
}
#B2C_Content #search_result_sort_title a,
#B2C_Content #search_result_sort_Price a {
	background:url(/images/encore/encore_search_head_arrow.gif) no-repeat 0px 4px;
	color:#ffd148;
	font-size:12px;
	padding-left:14px;		
}
#search_result_sort_description {	
	color:#fff;
	float:left;
	padding-left:90px;
	width:265px;
}
#search_result_sort_Price {
	float:left;	
	text-align:center;
	width:116px;
}
#search_result_header_sort {

}
#search_result_noitemsfound {
	border:1px solid #000000;
	font-size:12px;
	padding:10px;
	text-align:center;
}
/*--------------------------------------------------
	Selectors for shopping cart pages:
	Richard C. Silveiro: 06.25.10
---------------------------------------------------*/
img#billinginfo_gif, 
img#shippinginfo_gif, 
img#accountinfo_gif, 
img#skipreg_gif, 
img#signin_gif {
	left:-1px;
	position:relative;
	top:2px;
}
/*--------------------------------------------------
	Selectors for shopping cart pages:
	Richard C. Silveiro: 05.03.10
---------------------------------------------------*/
/*step 1*/
#btnCheckOutNowTop,
#btnCheckOutNowBottom,
/*step 2*/
#btnContinueToCheckOut,
#btnCheckOut,
/*step 3*/
#btnContinueCheckout,
/*step 4*/
.PaymentPageContinueCheckoutButton,
/*Step 5*/
#btnContinueCheckout1,
#btnContinueCheckout2
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/encore/btn_continuecheckout.gif) repeat scroll 0 0;
	border:medium none;
	height:26px;
	width:153px;
}
#btnCheckOutNowTop,
#btnCheckOutNowBottom {
	background:transparent url(/images/encore/btn_securecheckout.gif) repeat scroll 0 0;
}
#btnContinueCheckout1,
#btnContinueCheckout2,
#btnContinueCheckout {
	background:transparent url(/images/encore/btn_completeorder.gif) repeat scroll 0 0;
}
/*step 1*/
#btnCheckOutNowTop:hover,
#btnCheckOutNowBottom:hover, 
/*step 2*/
#btnContinueToCheckOut:hover,
#btnCheckOut:hover,
/*step 3*/
#btnContinueCheckout:hover,
/*step 4*/
.PaymentPageContinueCheckoutButton:hover,
/*Step 5*/
#btnContinueCheckout1:hover,
#btnContinueCheckout2:hover
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/encore/btn_continuecheckout.gif) repeat scroll 0 -26px;
	border:medium none;
	cursor:pointer;
	height:26px;
	width:153px;
}
#btnCheckOutNowTop:hover,
#btnCheckOutNowBottom:hover {
	background:transparent url(/images/encore/btn_securecheckout.gif) repeat scroll 0 -26px;
}
#btnContinueCheckout1:hover,
#btnContinueCheckout2:hover,
#btnContinueCheckout:hover {
	background:transparent url(/images/encore/btn_completeorder.gif) repeat scroll 0 -26px;
}
#B2C_Content table a {
	color:#2e82e4; 
}
#btnUpdateCart1,
#btnRequestEstimates {
	display:none;
}
table a {
	font-size:1.3em;
}
/*
.CartDeleteButton {
	background:transparent url(/images/encore/encore_remove_btn.jpg) repeat scroll 0 0;
	border:0px;
	cursor:pointer;
	height:26px;
	width:67px;
}
.CartDeleteButton:hover {
	background:transparent url(/images/encore/encore_remove_btn.jpg) repeat scroll 0 -26px;
}
*/
#OrderConfirmation {
	font-size:12px;
}
/* Hide these elements for the Shopping Cart/Checkout pages 04.29.10 */
#ReturnPolicy,
#PrivacyInformation,
#ShippingInformation {
	display:none;
}
/* Hide these buttons on the checkout pages: RCS: 05.25.10*/
#btnContinueShoppingTop,
#btnCheckOutNowTop {
	display:none;
}

#btnContinueCheckout, #btnContinueCheckout:hover, #btnCheckOutNowTop, #btnCheckOutNowBottom, #btnCheckOutNowTop:hover, #btnCheckOutNowBottom:hover {
  background-image: url(/images/btn_securecheckout.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #339900;
  border-bottom: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px!important;
  line-height: 18px!important;
  padding: 3px 15px 3px 40px;
  font-weight: bold;
  width: auto;
}

/*--------------------------------------------------
	Selectors for all buttons for this site:
	Richard C. Silveiro: 05.18.10
---------------------------------------------------*/
input#btnContinueShoppingTop,
input#btnUpdateCart3,
input#btnContinueShoppingBottom,
input#RegisterAndCheckoutButton,
input#btnSignInAndCheckout,
/*input.PaymentPageContinueCheckoutButton,*/
input#LoginButton,
input#btnRequestNewPassword,
input#btnShppingEqBilling,
/*input#btnContinueCheckout,*/
input#btnChgPwd,
/*input#btnContinueCheckout1,
input#btnContinueCheckout2,*/
input#btnReturn,
/*input#btnCheckOut,*/
input#btnUpdateAccount,
/*input#btnContinueToCheckOut,*/
input#btnRemoveContinueCheckout,
input#btnRecalcShipping,
input.CartDeleteButton,
input.CartUpdateButton,
input#submitAQuestionBtn,
#search_filter input#btnFilter,
#search_filter input#btnClear,
input#btnValidateAddress,
input#btnSaveAddress,
input#btnDeleteAddress,
input#btnShippingEqualsBilling 
{
	/*background:#1179ac url(/images/encore/bg_btn_tile.gif) repeat-x;*/
	background-color:#7fd0d5;	
	border: solid 1px #333;
	color:#333;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:22px;
	/*padding-bottom:1px;*/	
}
@-moz-document url-prefix() {
	input#btnContinueShoppingTop,
	input#btnUpdateCart3,
	input#btnContinueShoppingBottom,
	input#RegisterAndCheckoutButton,
	input#btnSignInAndCheckout,
	/*input.PaymentPageContinueCheckoutButton,*/
	input#LoginButton,
	input#btnRequestNewPassword,
	input#btnShppingEqBilling,
	/*input#btnContinueCheckout,*/
	input#btnChgPwd,
	/*input#btnContinueCheckout1,
	input#btnContinueCheckout2,*/
	input#btnReturn,
	/*input#btnCheckOut,*/
	input#btnUpdateAccount,
	/*input#btnContinueToCheckOut,*/
	input#btnRemoveContinueCheckout,
	input#btnRecalcShipping,
	input.CartDeleteButton,
	input.CartUpdateButton,	
	input#submitAQuestionBtn,
	#search_filter input#btnFilter,
	#search_filter input#btnClear,
	input#btnValidateAddress,
	input#btnSaveAddress,
	input#btnDeleteAddress,
	input#btnShippingEqualsBilling			
{
		/*background:#1179ac url(/images/encore/bg_btn_tile.gif) repeat-x;*/
		background-color:#7fd0d5;	
		border: solid 1px #333;
		color:#333;
		cursor:pointer;
		font-size:11px;
		font-weight:bold;
		height:22px;
		padding-bottom:3px;
	}	
}
input.CartDeleteButton {
	background:#fcca44 url(/images/encore/trashcan_icon_encore.gif) repeat-x;
	border: solid 0px #333;
	height:22px;
	position:relative;
	top:0px;
	width:22px;
}
#search_filter input#btnFilter {
	left:-25px;
	position:relative;
	top:10px;
}
#search_filter input#btnClear {
	left:35px;
	position:relative;
	top:-22px;
}
/*--------------------------------------------------
	Selectors for static pages:
	Richard C. Silveiro: 03.12.10
---------------------------------------------------*/
#B2C_Content p,
#B2C_Content ul li,
#B2C_Content ol li {
	color:#5b5b5b;
	font-size: 12px;
}
h2 {
	color:#0569a7;
	font-size:1.8em;
	font-weight:bold;
	padding: 0;
}
hr {
	color:#dddddd;
	height:1px;
	margin:5px 0;	
}
#B2C_Content p a {
	color: #0569a7;
}
/*--------------------------------------------------
	Selectors for Sitemap page: 
	RCS: 03.17.10
---------------------------------------------------*/
#sitemap_page_title h2,
#sitemap_category_title h2 {
	font-size:14px;
	font-weight:bold;
}
#sitemap_category_title, #sitemap_page_title {
	font-size:1.5em;
	font-weight:bold;
}
#site_map ul {
	font-size:1.5em;
	list-style-type: square;
}
#site_map ul ul {
	font-size:1.0em; 
	list-style-type: square;
}
#site_map ul a, #site_map ul ul a {
	color:#0569a7;
} 














































/*-----------------------------------------------------------------------------
	Start selectors for gallery: RCS: 02.16.10
-----------------------------------------------------------------------------*/
#product_top #product_images_module {
	
	padding-left:8px;
	*padding-left:6px;
	width:620px;
}
#product_top #product_images_module .thumbnail {
	float:left;
	padding-left:5px;
	height:50px;
	width:70px;	
}	
#product_top #product_images_module img {
	height:50px;
	width:70px;
} 
#product_images_title {
	border-bottom: solid 0px #fff;
	color:#666;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	padding:0;
	width:620px;
}	
#product_images {	
	/*background:#d7d6b7;*/
	/*border-bottom:1px solid #0233cd; /*#006599*/
	/*border-top:1px solid #0233cd; /*#006599*/
	margin:-10px 0 0 -8px;
	overflow:hidden;
	width:620px;		
}
#product_images ul {
	list-style-type:none;
	float:left;
	
	padding:0px;
	*padding: 0 0 10px 0; /* IE 6 Fix */
	margin: 10px 0;
	*margin: 10px 0;/* IE 6 Fix */ 
}

#product_images li {
	float:left;
	margin:0 3px 5px 0;
}
#product_images ul a {
	float:left;
	line-height:0;
}
/*
#product_images li a img {
	width:100px;	
}
*/




/*--------------------------------------------------
	Selectors for search result - Category 
	Search box: Richard C. Silveiro: 03.02.10
---------------------------------------------------*/
#B2C_Category_matches_heading {
	background-color:#210A04;
	font-size:1.38em;
	height:15px;
	padding:8px 10px;
}
#B2C_Category_matches_heading {
	color:#fff;
	font-weight:bold;
}
#B2C_Category_matches_body {
	background-color:#EDE7CF;
	border-top:1px solid #000000;
	color:#29190A;
	font-size:1.5em;
	font-weight:none;
	margin-bottom:10px;
	padding:10px;
}

#B2C_Category_matches_body a {
	color:#AC2000;
	text-decoration:none;
}
#B2C_Category_matches_body a:hover {
	text-decoration:underline;
}
/*--------------------------------------------------
	Selectors for Checkout pages: 
	RCS: 03.03.10
---------------------------------------------------*/
#B2C_Content a#SignUpLink,
#B2C_Content a#accountaspx4,
#B2C_Content a,
#B2C_Content p a {
	color:#1471ac;
	font-size:12px;
}
#B2C_Content a#accountaspx4,
#B2C_Content #pnlAddressList,
#B2C_Content a#lnkAddAddress,
#B2C_Content table tr td,
#B2C_Content table tr td a,
#B2C_Content #pnlCartAllowsShippingMethodSelection,
#B2C_Content #pnlCartAllowsShippingMethodSelection #ShipSelectionMsg,
#B2C_Content #pnlCreditCardPane,
#B2C_Content #TopPanel {
	font-size:12px;
}
#B2C_Content .ProductNameText { font-size:12px; }
/*--------------------------------------------------
	Selectors for sub menus used on Categories:
	Richard C. Silveiro: 03.10.10
---------------------------------------------------*/
ul.category li.category_list ul.sub_category {
	display: none; 
	left:160px;
	*left: 120px;/* IE 6 Fix */
	list-style-type: none;
	position:relative;
	top:-25px;
	width:210px;
	height:1px; /*Work with this*/
	padding:0px;
	margin-top:-1px;	
	z-index:100;
}
@-moz-document url-prefix() {
    ul.category li.category_list ul.sub_category {
        left:160px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.category li.category_list ul.sub_category{ left:160px; }
}
ul.category li.category_list ul.sub_category li {
	/*height:24px;
	height: 26px;*/
}
ul.category li.category_list ul.sub_category li a {
	background: #d3e9f4;
	color:#595959;
	background: #e4e4e3 url(/images/broderbund/broderbund_nav_menu_bg.gif) repeat-x top left;
	border-bottom: 1px solid #fff;
} 
ul.category li.category_list_sale ul.sub_category li a {
	background: #d3e9f4;
	color:#595959;
} 
ul.category li.category_list ul.sub_category li a:hover {
	background: #d3e9f4 url(/images/encore/encore_subnav_bg_hover.gif) no-repeat top left;
	color:#0f74aa;
	/*text-decoration:underline;*/
} 
ul.category li.category_list_sale ul.sub_category li a:hover {
	background: #d3e9f4 url(/images/encore/encore_subnav_bg_hover.gif);
	color:#0f74aa;
	/*text-decoration:underline;*/
} 
/*--------------------------------------------------
	Selectors for sub menus used on Sale Category:
	Richard C. Silveiro: 05.18.10
---------------------------------------------------*/
ul.category li.category_list_sale ul.sub_category {
	display: none; 
	left:160px;
	*left: 120px;/* IE 6 Fix */
	list-style-type: none;
	position:relative;
	top:-25px;
	width:210px;
	height:1px; /*Work with this*/
	padding:0px;
	margin-top:-1px;	
	z-index:100;
}
@-moz-document url-prefix() {
    ul.category li.category_list_sale ul.sub_category {
        left:160px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.category li.category_list_sale ul.sub_category{ left:160px; }
}
ul.category li.category_list_sale ul.sub_category li {
	height:24px;
}
ul.category li.category_list_sale ul.sub_category li a {
	background: #eaeae9;
	color:#595959;
} 
ul.category li.category_list_sale ul.sub_category li a:hover {
	background: #eaeae9;
	color:#595959;
	text-decoration:underline;
} 
/*--------------------------------------------------
	Selectors for arrows for the categories control:
	Richard C. Silveiro: 03.10.10
---------------------------------------------------*/
ul.category li.sfHover a.sf-with-ul {
	background: url(/images/encore/encore_nav_menu_bg_hover.gif) no-repeat center;
	color:#0569a7;
	background: #e4e4e3 url(/images/broderbund/broderbund_nav_menu_bg.gif) no-repeat top;
	background: #d3e9f4;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
/*--------------------------------------------------
	Selectors for tool tip features:
	Richard C. Silveiro: 03.19.10
---------------------------------------------------*/
html body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}
html>body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}
.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#fff;
	font-size: 11px;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#fff;
	text-decoration: none;
}
.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}
#tooltip_arrow_left{
	background-image: url(/images/encore/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px; 
    top:-3px;
}
#tooltip_arrow_right{
	background-image: url(/images/encore/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}
#tooltip {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}
#tooltip_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}
#tooltip_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}
#tooltip_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}
#tooltip_copy p{
	margin:5px 0;
}
.tool_tip{
	cursor:help;
}
/*--------------------------------------------------
	Selectors for tool tip features:
	Richard C. Silveiro: 03.12.10
---------------------------------------------------*/
#b2c_disclaimer {
	background-color: #fff;
	border: 2px solid #ccc;
	display:none;
	padding:5px;
	position: absolute;
	left:50%;
	width:250px;
	z-index:100;
}
#close-sd {
	font-size: 10px;
}
/*--------------------------------------------------
	Selector use for the iFrame on the Registration
	page: Richard C. Silveiro: 03.30.10
---------------------------------------------------*/
.b2c_reg_iframe {
	width:100%; 
	height:760px;
	border:1px solid #fff; 
	overflow-x: hidden;
}
/*--------------------------------------------------
	Selectors upsell:
	Richard C. Silveiro: 05.11.10
---------------------------------------------------*/
#pnlUpsellProducts {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow : 0 0 10px #000000;
	-moz-box-shadow : 0 0 10px #000000;	
	background-color:#fff;
	border:1px solid #0939a8;
	box-shadow : 0 0 10px #000000;
	border-radius: 6px;
	clear:left;
	opacity:0.1;filter:alpha(opacity=10);
	float:center; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0px 0 10px -20px;
	padding:30px 10px 40px 20px;
	position:absolute;
	top:300px;
	
	width:570px;
	z-index:3;
}
#upsell_products_teaser {
	font-size:12px;
	font-weight:bold;
}
.upsell_product_summary {
	font-size:11px;
}
#upsell_products {

}
.upsell_product {
	margin-top:15px;
}
#upsell_products_teaser {
	color:#0569a7;
	font-size: 12px;
}
.upsell_product_left {
	width:120px;
	float:left;
}
.upsell_product_right {
	width:450px;
	float:left;	
}
.upsell_product_title a {
	color:#0569a7;
	font-size: 1.5em;
	font-weight:bold;
}
.upsell_product_title {	
	float:left;
	width:77%;
}
.upsell_product_price {
	float:left;
	font-size: 1.5em;
	width:12%;
}
.upsell_product_verify {	
	float:left;
	text-align:center;
	width:8%;
}

input#btnNoThanks,
input#btnUpdateCart5 {
	background:#1179ac url(/images/encore/bg_btn_tile.jpg) repeat-x;
	border: solid 1px #333;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:22px;
	/*padding-bottom:1px;*/		
}
/*--------------------------------------------------
	Selectors for upgrade box:
	Richard C. Silveiro: 07.19.10
---------------------------------------------------*/
#product_variant_upgrades {
	border: solid 1px #333;
	background-color:#fff;
	font-size:12px;
	padding:5px;
	position:absolute;
	top:75px;
}
/*--------------------------------------------------
	Selectors for Affiliate page: 
	RCS: 08.10.10
---------------------------------------------------*/
#affiliate_banner {
	height:80px;
	width:604px;
}
#affiliate_banner_links {
	/*background-color:#f00;*/
	color:#6B6B6B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	position:relative;
	top:-25px;
	left:285px;
	width:320px;
}
#affiliate_banner_links a, #affiliate_banner a {
	color:#6B6B6B;
	text-decoration:none;
}
#affiliate_banner_links a:hover, #affiliate_banner a:hover {
	color:#E24500;
}
/*--------------------------------------------------
	Selectors for the shopping cart's Download  
	Insurance: Richard C. Silveiro: 09.27.10
---------------------------------------------------*/
#FullfillerDescription {
	background-color:#fff;
	border: solid 1px #220904;
	color:#000;
	font-size:11px;
	padding:10px;
	position:relative;
	top:0px;
	text-align:left;
	width:583px;
}
/*--------------------------------------------------
	Selectors SEO stuff: Richard C. Silveiro: 01.05.11
---------------------------------------------------*/
#text-container {
	width:560px;
	background:#fff;
	border:1px solid #ccc;
	z-index:100;
	position:absolute;
	top:10px;
	left:20px;
	padding:10px;
	display:none;
}
#text-container p {
	color:#000;
	font-weight:normal;
}
a.trigger {
	font-size:12px;
	color:#999;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding-top:5px
}
a.trigger2 {
	float:right;
}
/*--------------------------------------------------
	McAfee Selector: Richard C. Silveiro: 01.25.11
---------------------------------------------------*/
#McAfeeSecureLink 
{
	border:none;
	height:37px;
	/*left:903px;*/
	left: auto;
	position:absolute;
	/*top:2px;*/
	top: auto;
	right: 101px;
	bottom: -5px;
	width:65px;
	z-index:1000;
}
/*--------------------------------------------------
	Selectors for JQuery Tabs for the Product Detail
	Pages: Richard C. Silveiro: 12.17.10
---------------------------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

.ui-autocomplete { position: absolute; cursor: default; }	
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-tabs { position: relative; padding: .2em; zoom: 1; } 
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: 2px; text-decoration: none; } /*was padding: .5em 1em;*/
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background-color:#ffffff; color: #000; }
.ui-widget-content a { color: #000; }
.ui-widget-header { border: 1px solid #aaaaaa; background-color:#e3e3e3; color: #000; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #909090; background: #b4b4b4; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background-color:#c7c7c7; font-weight:normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background-color:#ffffff; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }
/*--------------------------------------------------
	Selectors for the Rotating Banners Page:  
	Richard C. Silveiro: 03.08.11
---------------------------------------------------*/
.slideshow {
	margin:0;	
	position:relative;
	padding:0;
}
.slideshow a img {
	border:none;
}
.slideshow li.slide {
	list-style-type:none;
}
.slideshow .slides {
height:260px;
margin:0;
}
.slideshow .slides li.slide {
	left:0px;
	position:absolute;
	top:0;
	visibility:hidden;
}
.slideshow .buttons {
	display:none;
}
.slideshow .buttons {
	display:block;
	left:485px;
	margin:0;
	position:absolute;
	top:175px;
	z-index:100;
}
.slideshow .buttons li {
	background:url(/images/encore/banner_promo/en_button_rotatingbanner.png) no-repeat;
	float:left;
	display:inline;
	height:21px;
	line-height:21px;
	margin:0 3px 0 0;
	padding-left:1px;
	width:21px;	
}
.slideshow .buttons li a {
	color:#fff;
	float:left;
	font-size:12px;
	height:21px;
	outline:0;
	text-decoration:none;
	width:21px;	
	
}
.slideshow ul.buttons li a:hover {
	color:#ff0;
	text-decoration:none;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
	color:#f93;
}
/*Fluid Columns*/
.columns{ width:100%; float:left; margin-bottom:20px; }
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.one_sixth{ width:13.33%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
.center {text-align:center;}
/*Image Alignment */
img.left {float: left;margin-bottom: 5px;margin-right: 5px;}
img.right {float: right;margin-bottom: 5px;margin-left: 5px;}
img.center {display: block;margin: 0 auto;}
.socialMedia {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 30px;
  font-weight: bold;
}
.socialMedia .socialMediaFacebook {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 14px;
}
.socialMedia .socialMediaFacebook a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-box-shadow: 1px 1px 5px -0px #555555;
  -moz-box-shadow: 1px 1px 5px -0px #555555;
  box-shadow: 1px 1px 5px -0px #555555;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.socialMedia .socialMediaFacebook a img {
  vertical-align: middle;
  border-radius: 12px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.socialMedia .socialMediaFacebook a img:hover {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}