/*****************************************************************************************/
/* DO NOT INCLUDE THIS FILE IN CONTENT SLOTS. IT IS USED BY THE FLASH COMPONENTS  */
/****************************************************************************************/

default { fontFamily: _Arial; color: #989898; font-size: 10; letterSpacing: 1; }

.homeLabel
{
	fontFamily: _Arial;
	color: #666666;
	font-size: 10;
	letterSpacing: 1;
}

.paneSuperTitle
{
	fontFamily: _Arial;
	color: #666666;
	font-size: 10;
	letterSpacing: 1;
}

.paneLargeTitle
{
	fontFamily: _Arial;
	color: #000000;
	font-size: 14;
	letterSpacing: 1;
}

.paneTitle
{
	fontFamily: _Arial;
	color: #000000;
	font-size: 12;
	letterSpacing: 1;
}

.paneBody
{
	fontFamily: _Arial;
	color: #333333;
	font-size: 8;
	leading: 1;
	letterSpacing: 2;
}

.paneLink
{
	fontFamily: _Arial;
	color: #000000;
	font-size: 9;
	letterSpacing: 1.5;
}

.conceptPaneTitle
{
	fontFamily: _ArialBold;
	color: #000000;
	font-size: 10;
	font-weight: bold;
	letterSpacing: 2;
}

.conceptPaneBody
{
	fontFamily: _Arial;
	color: #666666;
	font-size: 8;
	leading: 1;
	letterSpacing: 2;
}

TheoryButton 
{ 
	font-size: 10; 
	fontFamily: _Arial;
	letterSpacing: 0.15;
	background: 0xFFFFFF; 
	color: 0x919191;
	paddingLeft: 9;
	paddingRight: 9;
	direction: none;
	stretchable: false;
}

TheoryButton:hover 
{ 
	color: 0x000000; 
}

TheoryButton:selected 
{ 
	color: 0x000000;
}

HomeStoresTheoryButton 
{ 
	font-size: 10; 
	fontFamily: _Arial;
	letterSpacing: 1;
	background: 0xFFFFFF; 
	color: 0x919191;
	paddingLeft: 9;
	paddingRight: 9;
	direction: right;
	stretchable: true;
}

HomeStoresTheoryButton:hover 
{ 
	color: 0x000000; 
}

FlagShipStoresButton 
{ 
	font-size: 10; 
	fontFamily: _Arial;
	letterSpacing: 1;
	background: 0xE5E5E5; 
	color: 0x333333;
	paddingLeft: 9;
	paddingRight: 9;
	direction: left;
	stretchable: true;
}

FlagShipStoresButton:hover 
{
	color: 0x000000; 
}

FlagShipStoresButtonCaption
{ 
	fontFamily: _Arial; 
	color: #000000; 
	font-size: 10; 
	letterSpacing: 1; 
}

TimelineTheoryButton 
{ 
	font-size: 10; 
	fontFamily: _Arial;
	letterSpacing: 1;
	background: 0xe5e5e5; 
	color: 0x666666;
	paddingLeft: 9;
	paddingRight: 9;
	direction: left;
	stretchable: true;
}

TimelineTheoryButton:hover 
{ 
	color: 0x000000; 
}

ConceptsPaneTheoryButton 
{ 
	font-size: 8; 
	fontFamily: _Arial;
	letterSpacing: 1;
	background: 0xe5e5e5;
	backgroundAlpha: 0;
	color: 0x666666;
	paddingLeft: 0;
	paddingRight: 0;
	direction: right;
	stretchable: true;
}

ConceptsPaneTheoryButton:hover 
{ 
	color: 0x000000; 
}

FeaturedStoresNavigationButton
{ 
	font-size: 10; 
	fontFamily: _Arial;
	letterSpacing: 0.15;
	background: 0x000000; 
	color: 0x999999;
	paddingLeft: 20;
	paddingRight: 20;
	direction: none;
	stretchable: true;
}

FeaturedStoresNavigationButton:hover
{ 
	color: 0xcccccc
}

.insiderLooksToolTip
{
	width: 178;
	paddingLeft: 10;
	paddingRight: 10;
	paddingTop: 10;
	paddingBottom: 10;
	fillColor: 0x000000;
	fillAlpha: 1;
	
	font-size: 10; 
	fontFamily: _Arial;
	letterSpacing: 0.2;
	color: #FFFFFF;
}


