/*********************************************************
	Defines common color and fonts by common components
*********************************************************/

/*
	The panel to put over a disable component or panel
*/
.fsDisableOverlay {
	background-color:#000000;
	color:#ffffff;
}

/************************************************************
	Texts
************************************************************/

/*
	Defines the global text font
	
	fsApplicationTitleText: The most important title
	fsTitleText: a first title
	fsSubTitleText: a second title
	fsText: generic text
	fsFormLabel: a label used in forms
	fsErrorText: the text error
	fsRequiredText: the required text
	fsFormValidationErrorMessage: the text in a validation message.
	fsDialogTitle: text for a dialog title
*/
.fsApplicationTitleText, .fsTitleText, .fsSubTitleText, .fsText, .fsDarkText, .fsInfoText, .fsTextHighlighted, .fsFormLabel, 
.fsErrorText, .fsRequiredText, .fsFormValidationErrorMessage,
.fsDialogTitleText, .fsActionBar {
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	-x-system-font:none;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
}

.fsActionBar {
	background-color: #B7B8BA;
	padding: 5px 8px;
}

#fsFacebookFriendsPaneContent > .fsActionBar, #fsFacebookFavoritesPaneContent > .fsActionBar {
	background-color: #f9f9f9;
}

#fsFacebookFriendsPaneContent > .fsActionBar .fsActionBarLink, #fsFacebookFavoritesPaneContent > .fsActionBar .fsActionBarLink {
	color: #777777;
}

#fsFacebookFriendsPaneContent > .fsActionBar .fsActionBarLink:hover, #fsFacebookFavoritesPaneContent > .fsActionBar .fsActionBarLink:hover {
	color: #c83f8e;
}


/*
	Defines specific text font
*/
.fsText{
	color: #777777;
	font: normal 10px/10px Arial, Helvetica, sans-serif;
}


/*
	Defines titles

	fsApplicationTitleText: The most important title
	fsTitleText: a frist title
	fsSubTitleText: a second title
*/
.fsApplicationTitleText, .fsTitleText, .fsSubTitleText {
	font-weight: bold;
	color: #707D83;
}

/*
	The style for the application title
*/
.fsApplicationTitleText {
	color: #707D83;
	font: bold 16px/16px Arial;
}

/*
	The style for the titles
*/
.fsTitleText {
	font-size: 16px;
}

/*
	The style for the subtitles
*/
.fsSubTitleText {
	font-size: 13px;
}

/*
	The specific style for dialog title
*/
.fsDialogTitleText {
	font-size:14px;
	font-weight:bold;
}

/*
	Is a single text with other color
*/
.fsTextHighlighted {
	color: #FFFFC0;
}

/*
	Is a single text but dark
*/
.fsDarkText {
	color: #92999b;
}

/*
	Is a single text to show info
*/
.fsInfoText {
	color: #92999b;
	font-weight:bold;
}

/*
	fsErrorText: the text error
	fsRequiredText: the required text
	fsFormValidationErrorMessage: the text in a validation message.
*/
.fsErrorText, .fsRequiredText, .fsFormValidationErrorMessage {
	color:#C00000!important;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}


/************************************************************
	Containers
************************************************************/

/*
	Basic container.
	
	fsBox: a basic container, only for grouping componets.
	fsPanel: a FS panel.
*/
.fsBox, .fsPanel {
	color: #92999B;
}

/*
	Properties visibles for containers

	fsPanel: a FS panel.
	fsPopup: a container to popups.
*/
.fsPanel, .fsPopup {
	border: none;
	background-color: #f9f9f9;
}

/*
	Alternate color scheme panel
*/
.fsPanelAlternate {
	color: #777777;
	border: none;
	background-color: #f9f9f9;
}

/*
	A generic container for tooltips
*/
.fsTooltip {
    background-color: #ffee99; 
    border-color: #cc9; 
}

/**
	A generic progress panel
*/
.fsProgressPanel {
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#ffffff;
	color:#000000;
	border: solid 1px #000000;
	-moz-border-radius: 5px;
}

/*
	Border color for some containers
*/
#fsItemScrollerBackground, #fsChatContainer, .fsFormInputText{
	border-color: #b2bec5!important;
}
/*
	border color for product image container
*/

.fsChatProductImage  {
	border:1px solid #b2bec5!important;
}
/* Light background for name container*/
#fsHeaderTopContainer  {
	background:#F4F4F5;
}
/************************************************************
	Buttons
************************************************************/

/*
	The global styles for the buttons
*/
.fsButton {
	color: #ffffff;
	background-color:#707d83;
	font: bold 10px/10px Arial, Helvetica;
	text-transform: uppercase;
	border: 1px solid #B7C2D9;
    -moz-border-radius: 2px!important;
}

.fsButton:hover {
	color: #ffffff;
	background-color: #95a8b2;	
}

/*
	The global styles for the link buttons
*/
.fsBasicLink, .fsLinkButton, .fsActionBarLink {
	font-size: 9px; 
}

.fsActionBarLink {
	color: #ffffff;
}

.fsLinkButton:hover, .fsLinkCloseButton:hover {
	background-color: #95a8b2;
}

.fsActionBarLink:hover {
	color: #c83f8e;
}

/*
	links and link buttons

	fsBasicLink: a basic link
	fsLinkButton: a link button
	fsImageGoBackButton: a special link button to go to previous panel
	fsImageCloseButton: a special link button to close a panel 
*/
.fsBasicLink, .fsLinkButton, .fsLinkGoBackButton, .fsLinkCloseButton {
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
}

.fsLinkCloseButton{
	background-color: #707D83;
}
/*
	The basic link color
*/
.fsBasicLink, .fsBasicLink a:visited, .fsBasicLink a:active {
	color: #92999b;
}

/*
	The link button for goBack
*/
.fsLinkGoBackButton {
	font-weight: bold;
	font-size: 12px;
	color: #707D83;
}

/**
	New design of hands and arrow buttons in chat window
*/
#fsISPossitiveFeedbackLink  {
	background-image:url("../images/yesBlack.png")!important;
}

#fsISNegativeFeedbackLink  {
	background-image:url("../images/noBlack.png")!important;
}

#fsPanelChatSendButton  {
	background:url("../images/send-buttonTheme.png") no-repeat top left!important;
	padding-top: 10px;
}

.fsChatPositiveFeedbackImage  {
background-image:url("../images/yesBlack.png")!important;
}

.fsChatNegativeFeedbackImage  {
background-image:url("../images/noBlack.png")!important;
}

/**
	Link to product button in chat window
*/
.fsMsgLinkToProduct{
	font-weight: bold;
	color: #707d83!important
}

/**
	Invite more friends and continue buttons
*/
#fsBodyEmailInvitationInviteMoreButton, #fsBodyEmailInvitationGetStartedButton  {
font-size:10px !important;
}
/************************************************************
	Inputs
************************************************************/

/*
	The input components
	
	fsFormInputText: for single text
	fsFormInputTextArea: for multi line text
	fsFormInputError: an input with error
*/
.fsFormInputText, .fsFormInputTextArea, .fsFormInputError {
	color: #000000;
	font-family: Arial;
	font-size:12px;	
}

/*
	The input components
	
	fsFormInputText: for single text
	fsFormInputTextArea: for multi line text
*/
.fsFormInputText, .fsFormInputTextArea {
	border-color: #666666;
	background-color: #ffffff;
	color: #707D83; /*font color for de link*/
}

/*
	The input components
	
	fsFormInputError: an input with error
*/
.fsFormInputError {
	border-color: #C00000;
}

/************************************************************
 	Standard dialogs 
************************************************************/

/*
	Dialog and alert
*/
.fsWaitDialog, .fsAlertDialog {
	background-color:#ffffff;
	border-color: #000000;
	font:bold 11px Verdana;
}

/************************************************************
 	Menu (Dropdown options)
************************************************************/

/*
	The items in menu
*/
.fsDropDownMenu {
	color: #92999B;
}

/*
	The items in menu
*/
.fsDropDownMenu li a {
	color: #92999b;
}

/*
	The items in menu
*/
.fsDropDownMenu li ul a, .fsDropDownMenu li ul a:link, .fsDropDownMenu li ul a:visited {
	background-color: #999999;
	color: #000000;
}

/*
	Submenus
*/
.fsDropDownMenu li ul.fsDropDownSubMenu {
	border-color: #e0e0e0;
	background: #eeeeee;
	color: #000000;
}

/*
	Submenus (without mouse over)
*/
.fsDropDownMenu li ul.fsDropDownSubMenu li a:link, .fsDropDownMenu li ul.fsDropDownSubMenu li a:visited {
	background: #eeeeee;
}

/*
	Submenus (mouse over)
*/
.fsDropDownMenu li ul.fsDropDownSubMenu li:hover a, .fsDropDownMenu li ul.fsDropDownSubMenu li a:hover {
	background: #707d83;
	color: #ffffff;
}

/************************************************************
 		FSTabContainer, to contains FS applications  
************************************************************/

/* root element for tabs  */
ul.fsAppContainerTabs { 
	border-bottom-color:#666;	
}

/* single tab */
ul.fsAppContainerTabs li { 
	text-indent:0;
	border-color:#000000;
}

/* link inside the tab. uses a background image */
ul.fsAppContainerTabs a {
	font-size:11px;
	color:#ffffff;
	font-family: Arial;
	text-align:left;
	text-decoration:none;
	background-color: #95a8b2;
	border-color: #999999;
}

/* when mouse enters the tab move the background image */
ul.fsAppContainerTabs a:hover {
	background-color: #92999b;	
	color:#FFFFFF !important;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.fsAppContainerTabs a.current, ul.fsAppContainerTabs a.current:hover, ul.fsAppContainerTabs li.current a {
	background-color: #ffffff;
	border-bottom-color: #ffffff;
	color: #92999b!important; 
}


div.fsAppContainerPanes > div.fsAppContainerPane {
	border-color:#999999;
	background-color:#ffffff;
	color:#FFFFFF !important;
	font-family: Arial;
	font-size:10px;
}

/*********************************************************************
 * CUSTOMIZE TABS /// SHARING
 *********************************************************************/
 
/* font color of share menu label */
#fsSharingMenuLabel {
	color: #92999b!important; 
}
/* Sharing EMail Dialog*/
.fsApplicationTitleText, .fsTitleText, .fsSubTitleText, .fsText, .fsDarkText, .fsInfoText, .fsTextHighlighted, .fsFormLabel, .fsErrorText, .fsFormValidationErrorMessage, .fsDialogTitleText {
color:#92999B;
}
/* border color of input text*/

.fsFormInputText, .fsFormInputTextArea {
border-color:#b2bec5;
}

/*********************************************************************
 * CUSTOMIZE TABS /// FACEBOOK
 * Defines colors and fonts, background images required
 * by the Facebook app.
 *********************************************************************/
 
/* This is a style from Facebook's css that we need to override. */
a.FB_Link
{
	color: #92999b !important;
}

/* DVF's CSS messes with Facebook's dialogs. */
td.fb_pop_content h2
{
	color: #FFFFFF !important;
	visibility: visible !important;
}


/*********************************************************************
 * Facebook Tabs
 *********************************************************************/

/* root element for tabs  */
ul.fsFacebookTabs
{
	height: 22px;
	font-weight: normal;
}

ul.fsFacebookTabs .fsFacebookTabSeparator
{
	line-height: 21px;
	padding: 0 1px;
	visibility: hidden;
	text-indent: -999em;
}

/* link inside tab. */
ul.fsFacebookTabs a
{ 
	font-size: 10px;
	height: 21px;  
	line-height: 21px;
	padding: 0 5px;
	color: #ffffff;
	background-color: #B7B8BA;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px solid #B7B8BA;
	border-left: 1px solid #B7B8BA;
	border-right: 1px solid #B7B8BA;
	position: relative;
	top: 1px;
	text-align: center;
	*position: static;
}

/* active tab uses a class name "current". */
ul.fsFacebookTabs a.current span.fsFacebookTabText, ul.fsFacebookTabs a:hover span.fsFacebookTabText,
ul.fsFacebookTabs a.current span.fsFacebookTabCount, ul.fsFacebookTabs a:hover span.fsFacebookTabCount,
ul.fsFacebookTabs a.current, ul.fsFacebookTabs a:hover
{
	color: #777777;
	background-color: #f9f9f9;
}

.fsFacebookPanes
{
	border: 1px solid #B7B8BA;
}

#fsFacebookShareTab
{
	width: 60px;
}

#fsFacebookFriendsTab
{
	width: 120px;
}

#fsFacebookFavoritesTab
{
	width: 120px;
}


/*********************************************************************
 * Facebook Pane Content when user is not logged in
 *********************************************************************/

div.fsFacebookConnectText
{
	width: 40%;
}


/*********************************************************************
 * Facebook Share Pane
 *********************************************************************/

#fsFacebookSharePaneShareButton
{
	background: url(../images/share_product.gif) no-repeat; 
	width: 113px; 
	height: 17px; 
}

#fsFacebookSharePaneShareButton:hover
{
	background-position: 0 -17px;
}


/*********************************************************************
 * Facebook My Friends Say Pane
 *********************************************************************/

#fsFacebookFriendsPaneContent
{
	margin: 0; 
	padding: 0 0 10px 0; 
}

#fsFacebookFriendsPanePostReview
{
	text-indent: -999em;
	*text-indent: 999em;
	background: url(../images/fb_btn_post_comment.gif) no-repeat; 
	width: 85px; 
	height: 17px;
}

#fsFacebookFriendsPanePostReview:hover
{
	background-position: 0 -17px;
}

div.fsFacebookFavoritesPaneItemAddedBy a.FB_Link
{
	color: #222222 !important;
}

.fsFacebookFriendsPaneReview
{
	background-color: #f1f1f1;
}

.fsStarRating div.rating-cancel, .fsStarRating div.star-rating
{
	width: 18px;
	height: 16px;
}

.fsStarRating div.rating-cancel, .fsStarRating div.rating-cancel a
{
	background: url(../images/rating_cancel.gif) no-repeat;
}

.fsStarRating div.star-rating, .fsStarRating div.star-rating a
{
	background: url(../images/rating_star.gif) no-repeat;
}

.fsStarRating div.star-rating-on a
{
	background-position: 0 -16px!important;
}

.fsStarRating div.star-rating-hover a
{
	background-position:0 -32px;
}

.fsStarRating div.star-rating-hover.rating-cancel a
{
	background-position: 0 -16px;
}

#fsFacebookFriendsPaneReviewContainer
{
	height: auto;
	max-height: 160px;
}


/*********************************************************************
 * Facebook My Friends Like Pane
 *********************************************************************/

#fsFacebookFavoritesPaneContent, #fsFacebookStandaloneFavoritesPaneContent
{
	padding: 0; 
}

#fsFacebookFavoritesPaneScroller, #fsFacebookStandaloneFavoritesPaneScroller
{
	margin-left: auto;
	margin-right: auto;
	width: 338px;
}

/* Previous and Next buttons */
a.fsFacebookFavoritesPanePrevious, a.fsFacebookFavoritesPaneNext
{
	width: 15px;
	height: 29px;
	background: url(../images/scrollarrows_left.png) no-repeat;
}

/* next button uses another background image */
a.fsFacebookFavoritesPaneNext
{
	background-image: url(../images/scrollarrows_right.png);
}

/* mouseover state */
a.fsFacebookFavoritesPanePrevious:hover, a.fsFacebookFavoritesPaneNext:hover
{
	background-position: 0 -29px;		
}

/* disabled state */
a.fsFacebookFavoritesPanePrevious.fsFacebookFavoritesPaneDisabled, a.fsFacebookFavoritesPaneNext.fsFacebookFavoritesPaneDisabled
{
	background-position: 0 -58px;		
}


/*********************************************************************
 * Facebook Comment Bubble
 *********************************************************************/

#fsFacebookCommentBubbleHeading
{
	width: 86px;
	height: 12px;
	text-indent: -999em;
	background: url(../images/sub_hdr_friends_say.gif) no-repeat;
}

#fsFacebookCommentBubbleQuoteCaret
{
	background: url(../images/quote_caret.gif) no-repeat;
	width: 11px;
	height: 10px;
}

#fsFacebookCommentBubbleQuoteTop
{
	background: url(../images/quote_top.gif) no-repeat;
	width: 259px;
	height: 8px;
}

#fsFacebookCommentBubbleQuoteMiddle
{
	background-color: #F4F6F4;
}

#fsFacebookCommentBubbleQuoteBottom
{
	background: url(../images/quote_bot.gif) no-repeat;
	width: 259px;
	height: 8px;
}

#fsFacebookCommentBubbleOpeningQuote
{
	background: url(../images/quotes_start.gif) no-repeat;
	width: 8px;
	height: 7px;
}

#fsFacebookCommentBubbleClosingQuote
{
	background: url(../images/quotes_finish.gif) no-repeat;
	width: 8px;
	height: 7px;
}


/*********************************************************************
 * Facebook Dialogs
 *********************************************************************/

#fsFacebookHelpDialog td
{
	color: #707D83;
	font-size: 11px;
}
