/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}



/* West End Sport Specifics */

.top-banner-bg{background-position:bottom; background-repeat:no-repeat;}
.top-banner-padding{padding:0px 4px 4px 3px;}

.product-banner-body
{
  background-color: #323232;
  border:#323232 1px solid;
  vertical-align:top;
}

.product-line-up-title
{
  font-size:18px;
  color:#ffffff;
  font-family:Verdana;
  font-weight:bold;  
  text-align:center;
  vertical-align:text-top;
  padding: 3px 5px 5px 5px;
  height:18px;
}

.product-line-up-text
{
  font-size:10px;
  color:#ffffff;
  font-family:Verdana;
  font-weight:bold;
  vertical-align:middle;
  padding: 10px 5px 15px 5px;
}

.product-line-up-link, A.product-line-up-link:link,A.product-line-up-link:active,A.product-line-up-link:visited
{
  background-color:#FE0E0F;
  font-size:10px;
  font-weight:bold;
  color:#ffffff;
  font-family:Verdana;
  text-decoration:none;
  text-align:center;
  border: 1px #B60B0A solid;
  padding: 3px 3px 3px 3px;
}

.product-line-up-separator
{
  background:#D11515
}

.product-button,A.product-button:link,A.product-button:active,A.product-button:visited
{
  font-weight:bold;
  font-size:10px;
  color:#ffffff;
  text-decoration:none;
  font-family:Verdana;
  vertical-align:middle;
}

A.product-button:hover
{
  font-weight:bold;
  font-size:10px;
  color:#ffffff;
  text-decoration:none;
  font-family:Verdana;
  vertical-align:middle;
}

input.search-button 
{
  color:#4B4B4B;
  font: normal Verdana;
  background-color:#eeeeee;
  border: 1px solid;
  border-color: #999999 #666666 #666666 #999999;
  filter:progid:DXImageTransform.Microsoft.Gradient
  (GradientType=0,StartColorStr='#eeeeee',EndColorStr='#999999');
}


input.search-button-hov 
{
  border-color: #c63 #930 #930 #c63;
}



/* Virtual Showroom  */

.product-padding
{
  padding:25px 0px 5px 0px;
}

.product-name
{
  font-size:14px;
  color:#bbbbbb;
  font-family:Verdana;
  font-weight:bold;
  vertical-align:middle;
  padding: 5px 5px 5px 5px;
  border-bottom-style:dashed;
  border-bottom-color:#bbbbbb;
}

.product-details
{
  font-size:10px;
  color:#000000;
  font-family:Verdana;
  font-weight:normal;
  vertical-align:middle;
  padding: 5px 5px 5px 5px;
}

.product-price
{
  font-size:12px;
  color:#D11515;
  font-family:Verdana;
  font-weight:bold;
  vertical-align:middle;
  padding: 5px 5px 0px 5px;
}

.product-image-container
{
  text-align:right;	
}

.product-no-image-container
{
  text-align:center;
  font-size:10px;
  background-color:#ffffff;  
  color:#bbbbbb;
  border:#bbbbbb 1px solid;
  font-family:Verdana;
  font-weight:bold;
  vertical-align:middle;
  padding: 5px 5px 5px 5px;
  width:188px;
  height:135px;  
}

.product-image
{
  border:#323232 1px solid;
  padding: 0px 0px 0px 0px;
  width:200px;
  height:135px;  
}

.product-description-container
{
  font-size:10px;
  background-color:#EEEEEE;  
  color:#000000;
  border:#D11515 1px solid;
  font-family:Verdana;
  font-weight:normal;
  vertical-align:middle;
  padding: 5px 5px 5px 5px;
}

.product-description
{
  font-size:10px;  
  color:#000000;
  font-family:Verdana;
  font-weight:normal;
  vertical-align:middle;
  padding: 0px 0px 0px 0px;
}

.product-date
{
  font-size:9px;  
  color:#000000;
  font-family:Verdana;
  font-weight:normal;
  vertical-align:middle;
  padding: 0px 0px 0px 0px;
  text-align:right;
}

.product-edit-link
{
  padding: 5px 0px 5px 0px;
  text-align:left;
}

/* Social bookmarks */

.social
{
    width: 200px;
    padding-bottom: 1px;
    padding-top: 1px;
    display: inline;
}
.social a
{
    width: 20px;
    height: 16px;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 5px;
}

.yahoobuzz
{
    background: url('/Portals/6/Images/Icons/yahoobuzz.gif') no-repeat 0 0;
}
.technorati
{
    background: url('/Portals/6/Images/Icons/technorati.gif') no-repeat 0 0;
}
.stumbleupon
{
    background: url('/Portals/6/Images/Icons/stumbleupon.gif') no-repeat 0 0;
}
.reddit
{
    background: url('/Portals/6/Images/Icons/reddit.gif') no-repeat 0 0;
}
.twitter
{
    background: url('/Portals/6/Images/Icons/twitter.gif') no-repeat 0 0;
}
.myspace
{
    background: url('/Portals/6/Images/Icons/myspace.gif') no-repeat 0 0;
}
.facebook
{
    background: url('/Portals/6/Images/Icons/facebook.gif') no-repeat 0 0;
}
.digg
{
    background: url('/Portals/6/Images/Icons/digg.gif') no-repeat 0 0;
}
.delicious
{
    background: url('/Portals/6/Images/Icons/delicious.gif') no-repeat 0 0;
}

