﻿/* background color for the content part of the pages */
Body
{
	background-color: white;
	margin: 0px;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}


/* GENERIC */
H1
{
	
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

A:link
{
	text-decoration: none;
	color: #003366;
}

A:visited
{
	text-decoration: none;
	color: #003366;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:active
{
	text-decoration: none;
	color: #003366;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	padding-top:5px;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}

.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

.PagingTable
{
	height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
	background-color: navy;
	color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */
	white-space: nowrap; /* makes toolbar horizontal */
	background: url(../../images/eip_toolbar.gif);
	background-color: #99cccc;
	height: 22px;
}

.eipbuttonbackimg
{
	width: 21px;
	height: 21px;
	cursor: pointer; /*change mouse to pointer when hover over button*/
	display: -moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/
	display: inline-block; /* supported by Opera and ? */
}

.eipbutton_edit
{
	background: url(../../images/eip_edit.gif) no-repeat 100% center;
}
.eipbutton_save
{
	background: url(../../images/eip_save.gif) no-repeat 100% center;
}
.eipborderhover
{
	border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
	width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
	text-align: left;
}
.DNNAlignright
{
	text-align: right;
}
.DNNAligncenter
{
	text-align: center;
}

/* Login Styles */
.LoginPanel
{

}

.LoginTabGroup
{
	
}

.LoginTab {
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}

.LoginTabSelected{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	background-position: 0% -41px;
	border: 1px #25569a solid;
}

.LoginTabHover
{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
	clear: both;
	padding-top: 5px;
}

.LoginContainer
{
	
}

#tablist 
{
	width: 120px;
	margin: 0;
	border-right: 1px solid black;
	padding-bottom: 10px;
	float:left;
}

.dashboardPanel 
{
	margin-left: 120px;
	padding: 0 10px 10px 10px;
	
}

.dashboardPanel table td
{
	padding: 2px 4px;
}

.dashboardPanel table th
{
	padding: 2px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #036;
	border-bottom: 1px solid #9FB1BC;
}

.dashboardTableAlt 
{
	background-color: #eee;
}

.dashboardGrid
{
	margin: 10px;
}

/* BEGIN SKIN CSS */

/* CSS Document */
body, img, form {margin:0; border:none;}
#body, input, select, textarea {color:#555; font-size:11px; font-family:Arial, Helvetica, sans-serif;}
#body {}

ul {padding:0px 20px 0px 25px; margin:0px;}
ul li {padding-bottom:12px;}

.moduleproduct ul {margin-top: 7px;}
.moduleproduct ul li {padding:0px 10px 2px 0px;}

.normal a:link, .normal a:visited {text-decoration:none; color:#40a2d7;}
.normal a:hover {text-decoration:underline;}

a:link, a:visited {color:#715128;}

.tab_active2 {background: url(/portals/_default/images/activetab_v3.gif) no-repeat; width:220px; height:24px; _height:34px; color:#ffffff; font-size:14px; font-weight:bold; padding:10px 0px 0px 10px;}
.add_to_cart_form_class select {display:none; }
.add_to_cart_form_class {font-size:1px; color:white;}
.add_to_cart_form_class input {display:none;}
.aspdnsf_AddToCartLabel {display:none;}
.add_to_cart_form_class input.aspdnsf_AddToCartButton {display:inline;}

tr.rowHeading td {background-color:#40a2d7; color:#ffffff; font-size:15px; font-weight:bolder; font-family:trebuchet; padding:4px 0px 4px 5px;}
tr.dataRowLt td, tr.dataRowDk td {padding: 4px 8px 4px 8px; color: #222; font-size: 11px; text-align: center;}
tr.dataRowLt td.rowLabel , tr.dataRowDk td.rowLabel {text-align: left; font-weight: bold;}
tr.dataRowDk {background-color:#dddddd;}
tr.dataRowLt {background-color:#ffffff;}
/* tr.dataRowDk td.yep {background: url(/portals/_default/img/yepx.gif) no-repeat center 1px; width:12px; height:12px; text-align:center; vertical-align:center; display:block; background-position:center;} */
.variantname {font-size:14px; font-weight:bolder; color:#665c52;}
.columnHeadName {font-size:14px; font-weight:bold; color:#665c52; }
.columnHeadPrice {color:#665c52; padding:4px 0px 12px 0px;}
/* .tableButton {background: url(/portals/_default/images/buyNowButton1.png) no-repeat center; height:25px; width:125px; clear: both; padding: 10px 0px 10px 0px; margin: 0; font-size: 11px; width: 100%; display: block;} */

.bulletlist ul {padding:0px margin:0px;}
.bulletlist ul li {padding:0px; margin:0px;}

a.breadcrumb:link, a.breadcrumb:visited {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#1987c8;}
a.breadcrumb:hover {text-decoration:underline;}
.breadcrumb_separator {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#a59a8f;}

/* STORE BREADCRUMB  */
.store_breadcrumb {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#1987c8; padding:8px 0px 5px 5px;}
.store_breadcrumb a:link, .store_breadbrumb a:visited {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#1987c8;}
.store_breadcrumb a:hover {text-decoration:underline;}
a.breadcrumb_link2:link, a.breadcrumb_link2:visited {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#1987c8;}

/* END STORE BREADCRUMB  */


.summarytext {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#665c52; margin-top:10px; margin-bottom:10px;}

.greenballoon_contentRowBG, .greenballoon_contentRowBG a:link, .greenballoon_contentRowBG a:visited{ font-weight: bold; color: #ffffff; font-size: 13px; line-height: 120%; } 
.greenballoon_contentRowBG a:hover{ color: #ffffff; font-size: 13px; font-weight:bold; text-decoration: underline; }

.border1 {background:url(/portals/_default/images/centerborder1.jpg) repeat-x;}

.aspdnsf_addtocartbutton {background:url(/portals/_default/images/buynowbutton1.jpg) no-repeat; width:132px; height;25px; border:0; cursor:pointer;clear:both; display:block; padding:5px; margin-top:7px;}

.EmailText {line-height:1px;}
.EmailText a:link, .EmailText a:visited {color:#8f8377; font-size:11px; font-family:Arial, Helvetica, sans-serif; padding-right:7px; margin:0px; }
.EmailText a:hover {text-decoration:underline;}
.EmailText .aspdnsf_Normal {line-height:11px;}

h1 {color:#40a2d7; font-size:24px; font-family:Arial, Helvetica, sans-serif; padding:10px 0px 10px 0px; margin:0px;}

.PageTitle2 {color:#40a2d7; font-size:27px; font-family:Arial, Helvetica, sans-serif; padding:0px 0px 0px 0px; margin:0px; font-weight:bolder;}

.SectionHeader1, .SectionHeader1 a:link, .SectionHeader1 a:visited {color:#40a2d7; font-size:20px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; padding-bottom:10px;}
.SectionText1 {color:#665c52; font-size: 12px; font-family:Arial, Helvetica, sans-serif;}
.SectionText1 ul li {list-style:disc;}

.SkinLink1 a:link, .SkinLink1 a:visited {color:#40a2d7; font-size:18px; font-weight:bolder; font-family:Arial, Helvetica, sans-serif;}
.SkinLink1 a:hover {text-decoration:underline;}

.DescriptionText {color:#665c52; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
.DescriptionText ul li {color:#715128; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
.DescriptionHeader {color:#1987c8; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bolder;}
.Descriptionbox {border:#89d2f3 solid 1px; background-color:#f3fafe; padding:25px; vertical-align:top;}

h2 {color:#40a2d7; font-weight:bolder;}
h3 {font-weight:bolder;}

.FormLabel {font-size:12px; font-weight:bold; color:#665c52; margin-left:40px; padding-top:5px;}
.FormTextBox {margin:5px 10px 18px 40px;}
.FormTextBox label {font-size:12px; color:Black; font-weight:bold; margin-left:5px;}
.FormTable {margin-left: 0px;}

.FormLabel1 {font-size:12px; font-weight:bold; color:#164973; margin-left:40px; margin-top:9px; display:block;}

.FormLabel2 {font-size:12px; padding-left:20px; padding-right: 20px; padding-top:20px; font-weight:bold; color:#164973; margin-top:10px; background-color:white;display:block;}
.FormTextBox2 {padding-top:10px; padding-left:100px; padding-bottom:20px; margin:0px 0px 5px 0px; background-color:white;display:block;}
.FormTextBox2 label {font-size:12px; color:Black; font-weight:bold;}

table td {padding:0px; margin:0px;}

.preloadnavleft1 {background:url(/portals/_default/images/menu_left2.jpg) no-repeat; margin-left:-9000px; position:absolute;}
.preloadnavcenter1 {background:url(/portals/_default/images/menu_back.jpg) no-repeat; margin-left:-9000px; position:absolute;}
.preloadnavright1 {background:url(/portals/_default/images/menu_right.jpg) no-repeat; margin-left:-9000px; position:absolute;}
.preloaddemobutton1 {background:url(/portals/_default/images/DemosButton_Brown1.png) margin-left:-9000px; position:absolute;}

.ColumnHeader1 {background:url(/portals/_default/images/HeaderBkg1.jpg) no-repeat; text-align:center; font-size:21px;}
.ColumnHeader1 a:link, .ColumnHeader1 a:visited, .ColumnHeader1 a:hover {text-decoration:none;}

.FeatProdHeader1 {background:url(/portals/_default/images/FeatProdHeadlineBkg1.jpg) no-repeat; text-align:center; font-size:15px; color:#ffffff; font-weight:bold;}
.FeatProdHeader2 {color:#40a2d7; font-size: 16px; font-family:Arial, Helvetica, sans-serif; text-align:center; padding:5px 5px 5px 5px; line-height:150%; border-bottom:#89d2f3 solid 1px;}
.FeatProdText1 {color:#665c52; font-size:12px; font-family:Arial, Helvetica, sans-serif; border-bottom:#89d2f3 solid 1px;}

.promolinktext1, .promolinktext1 a:link, .promolinktext1 a:visited {color:#40a2d7; font-size:16px; font-family:Arial, Helvetica, sans-serif; padding:10px 5px 5px 0px;}
.promolinktext1 a:hover {text-decoration:underline;}

.mainarea1 {background:url(/portals/_default/images/MainImage2.jpg) no-repeat; height:324px; width:942;  }

h2 {font-size:12px; margin:0; padding:0;}
h2 img {vertical-align:middle; }

.lnk1 {color:#665c52; text-decoration:none;}
.lnk1:hover {color:#665c52; text-decoration:underline;}

.kline {text-decoration:underline;}
.kline:hover {text-decoration:none;}

.bgclr1 {background-color:#e6dfcd;}

.imbrd1 {border:1px solid #a2998b;}

.toplinkStretch {color:#FFF; background:url(images/bgd_quicklinktop.gif) repeat-x; height:29px; line-height:25px; text-align:center;} 
.toplinkStretch img {vertical-align:middle;}
.toplinkStretch, .toplinkStretch a:link, .toplinkStretch a:visited {color:#e0d7c0;}
.toplinkStretch a:hover {color:#e0d7c0; text-decoration:underline}

	.listtype1 {margin:0; padding:0; list-style:none; font-size:11px;}
	.listtype1 li {display:inline; border-right:1px solid #bfb6a3;}
	.listtype1 a {padding:0 8px; color:#e0d7c0; text-decoration:none;}
	.listtype1 a:hover { text-decoration:underline;}
	.listtype1 li.lastitem {border:none;}
	
	.inputbgd1 {color:#FFF; padding:2px 4px 0 4px; margin:4px 0 0 0; background:url(images/bgd_inputtype0.gif) left top no-repeat; border:1px solid #9e8f79;}
	.inputbgd2 {color:#333; padding:2px 4px 0 4px; margin:4px 0 0 0; background:url(images/bgd_inputtype1.gif) left top no-repeat; border:1px solid #fff;}
	.inputbgd3 {color:#333; padding:0px 4px 0 4px; margin:0px 0 0 0; background:url(images/bgd_inputtype1.gif) left top no-repeat; border:1px solid #fff;}

	.h2bg1 {color:#FFF; font-size:12px; font-weight:bold; padding:8px; background:url(images/h2bgd_type2.gif) repeat-x; height:23px;}
	.h2bg2 {color:#FFF; font-size:12px; font-weight:bold; padding:8px; background:url(images/h2bgd_type1.gif) repeat-x; height:23px;}
	.h2bg3 {color:#FFF; font-size:12px; font-weight:bold; padding:8px; background:url(images/h2bgd_type3.gif) repeat-x; height:23px;}
	
	.marR5 {margin-right:5px;}
	

 .containerStretch {background:url(images/bgd_container.jpg) left top no-repeat; text-align:center;} 
.container {width:967px; margin:0 auto; text-align:left;} 
.content {background:url(images/bgd_content1.gif) bottom center no-repeat; padding:10px 10px 15px 10px; }
.subpage_content {background:url(images/bgd_content1.gif) bottom center no-repeat; padding:0px 0px 7px 0px; }
		
	.tbltype1 {color:#333; text-align:left;}
	.tbltype1 td img {vertical-align:middle;}
	
	.listtype2 {margin:0;padding:0; list-style:none; background:url(images/menu.gif) left top no-repeat; height:36px;}
		.actmenu0 {}
	.listtype2 li {display:inline;}
	.listtype2 li a {color:#333; font-size:12px; font-weight:bold; text-align:center; padding-top:5px; height:31px; line-height:31px;float:left; text-decoration:none;}
	.listtype2 li a:hover {color:#555; text-decoration:none;}
		.listtype2 li span { text-align:center;}	
		.menu1 {width:106px; display:block;}
		.menu2 {width:87px; display:block;}
		.menu3 {width:131px; display:block;}
		.menu4 {width:125px; display:block;}
		.menu5 {width:76px; display:block;}	
		.menu6 {width:119px; display:block;}
		.menu7 {width:108px; display:block;}
		
	.conttype01 {padding:8px;}

.footer { text-align:center; color:#6b6b6e; padding:10px 0 20px 0;}
.footer a:link, .footer a:visited {color:#6b6b6e; padding:0 5px; line-height:20px; text-decoration:none;}
.footer a:hover {text-decoration:underline;}

/* STORE LEFT NAVIGATION BEGIN  */

.LeftNavStore ul		{ margin:0px; padding:0px; width:185px; }
.LeftNavStore ul li		{ background:url(images/LeftNav_SectionBorder1.jpg) no-repeat; margin:0px 0px 0px 4px; padding:5px 5px 6px 10px; list-style:none; color:#715128; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
.LeftNavStore ul li.Inactive	{ }
.LeftNavStore ul li.Active	{ }
.LeftNavStore ul li a		{ margin:0px; padding:0px 5px 0px 10px; color:#715128; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; display:block; line-height: 12px; }
.LeftNavStore ul li a:hover	{ text-decoration:underline;}
.LeftNavStore ul li a.Inactive	{ margin:0px; padding:14px 5px 12px 10px; color:#715128; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; display:block; line-height: 12px;}
.LeftNavStore ul li a.Active	{ margin:0px; color:#1181c4; background:url(images/LargeBlueChevron1.jpg) no-repeat; background-position:11px 12px; padding:14px 5px 7px 28px; display:block; background-color:transparent; line-height:12px;}


.LeftNavStore ul li ul			{ padding: 0px 0px 5px 0px; margin: 0px; background: none; font-size:12px;}
.LeftNavStore ul li ul li		{ list-style:none; color:#8f8377; font-size:12px; font-family:Arial, Helvetica, sans-serif; padding:3px 5px 5px 18px; margin:0px; width:150px; background:none; }
.LeftNavStore ul li ul li.Inactive	{ margin: 0px; list-style:none; background:none; font-size:12px;}
.LeftNavStore ul li ul li.Active	{ margin: 0px; list-style:none; background:none; font-size:12px;}
.LeftNavStore ul li ul li a		{ color:#8f8377; font-size:12px; font-family:Arial, Helvetica, sans-serif; list-style:none; background:none;}
.LeftNavStore ul li ul li a:hover	{ text-decoration:underline; background:none; font-size:12px;}
.LeftNavStore ul li ul li a.Inactive	{ color:#8f8377; font-size:12px;font-weight:bolder; background:none; padding:0px 0px 0px 10px; margin:0px;}
.LeftNavStore ul li ul li a.Active	{ list-style:none; color:#8f8377; font-size:12px; background:none; text-decoration:underline; padding:0px 0px 0px 10px; margin:0px;}

.LeftNavStore ul li ul li ul			{ padding:5px 0px 0px 0px; margin: 0px; background: none; text-decoration: none;}
.LeftNavStore ul li ul li ul li		{ list-style:none; color:#8f8377; font-size:11px; font-family:Arial, Helvetica, sans-serif; padding:4px 5px 4px 18px; margin:0px; width:150px; background:none; text-decoration: none;}
.LeftNavStore ul li ul li ul li.Inactive	{ margin: 0px; list-style:none; line-height:22px; text-decoration: none; padding:0px 0px 5px 8px;}
.LeftNavStore ul li ul li ul li.Active	{ margin: 0px; list-style:none; line-height:22px; text-decoration: none; color:#000000; padding:0px 0px 5px 8px;}
.LeftNavStore ul li ul li ul li a		{ padding:0px 0px 0px 8px; display: block; width: 110px; _width:119px; font-weight:normal; text-decoration: underline;}
.LeftNavStore ul li ul li ul li a.Inactive	{ padding:0px 0px 0px 8px; width: 110px; _width:119px; color:#8f8377; font-weight:normal; text-decoration: none;}
.LeftNavStore ul li ul li ul li a.Active	{ padding:0px 0px 0px 8px; width: 110px; _width:119px; color:#000000; font-weight:normal; text-decoration: none;}
.LeftNavStore ul li ul li ul li a:hover	{ color:#000000; width: 110px; _width:119px; font-weight:normal; text-decoration: none; padding:0px 0px 0px 8px;}

/* STORE LEFT NAVIGATION END  */


/* Custom CSS Classes */
.search
{
	color:#333;
	font-size:11px;
}

.newsletter
{
	color:#fff;
	font-size:11px;
}

.cart
{
	color:#665c52;
	font-size:11px;
}

.contFont
{
	font-size:11px;
}



/* BBLinksTab HEADER 1 Starts HERE */
.LeftMenu
{
	width:11px;
	height:36px;
	background:url(images/menu_left.jpg);
}

.RightMenu
{
	width:13px;
	height:36px;
	background:url(images/menu_right.jpg);
}

.MidMenu
{
	color:#333;
	font-size:12px;
	font-weight:bold;
	background:url(images/menu_back.jpg);
}

.MidMenu a
{
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.MidMenu a:hover
{
	color:#555;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.MidMenu a:visited
{
	color:#333;
	text-decoration:none;
}

.MidMenuActive
{
	color:#555;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:url(images/menu_back.jpg);
}

.MidMenuActive a
{
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.MidMenuActive a:hover
{
	color:#555;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.MidMenuActive a:visited
{
	color:#333;
	text-decoration:none;
}
/* BBLinksTab HEADER 1 Ends HERE */



/* BBLinksTab HEADER 2 Starts HERE */
.MenuContainer
{
    position:relative; 
    padding-bottom:36px;   
    width:620px;
}

.MenuBackground22
{
    position:absolute;
    width:98%;
    height:36px;    
    background:url(images/menu_back.jpg) repeat-x;
    z-index:1;
}

.Menu
{
    position:absolute;
    width:100%;
    height:36px;    
    z-index:2;
}


.LeftMenuSide2
{
    width:12px;
    height:36px;
    background:url(images/menu_left2.jpg) no-repeat top right;
}

.LeftMenu2
{
  	width:0px;
	background:url(images/menu_back.jpg);
}

.LeftMenuActive2
{
    width:0px;
	background:url(images/menu_back.jpg);
}

.RightMenu2
{
	width:12px;
	height:36px;
	margin-left:0px;
	background:url(images/menu_right2.gif) no-repeat;
}

.RightMenuActive2
{
	width:12px;
	height:36px;
	margin-left:0px;
	background:url(images/menu_right2.gif) no-repeat;
}

.MidMenu2, .MidMenu2 a:visited

{
	color:black;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


.MidMenuActive2
{
    color:#8c1008;
	font-size:12px;
	font-weight:bold;
	background:url(images/menu_back.jpg);
}

.MidMenuActive2 a:hover, .MidMenuActive2 a, .MidMenuActive2 a:visited
{
    color:#8c1008;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}



/* BBLinksTab HEADER 2 Ends HERE */


.links
{
	color:#bfb6a3;
	font-size:11px;
	text-decoration:none;
}

.links a
{
	color:#e0d7c0;
	font-size:11px;
	text-decoration:none;
}

/* Administration Menus  */

.AdminMenu 
{
	color: #ffffff;
	font-size: 11px;
	font-weight:  bold;
	background-color: #164973;
	font-family: Verdana, Arial, sans-serif; 
}

.AdminMenuHighlight 
{

	color: #0B4A35;
	font-size: 11px;
	font-weight:  bold;	
	font-family: Verdana, Arial, sans-serif; 
	background-color: #E2F789;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #95B7DA 1px solid;
	border-bottom: #95B7DA 1px solid;
	border-top: #95B7DA 0px solid;
}

.AdminMenuContainer 
{
	color: #ffffff;
	font-size: 11px;
	font-weight:  bold;
	background-color: transparent;
	font-family: Verdana, Arial, sans-serif; 
	width: 175px;
	float: left;
}

/* END SKIN CSS */

/* BEGIN CONTAINER CSS */

/* CSS Document */
.5StarWine h2.h2bg1 .Head img
{
	vertical-align:middle;
}


.5StarWine h2.h2bg1 .Head
{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/h2bgd_type2.gif) repeat-x;
}

.5StarWine h2.h2bg2 .Head
{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/h2bgd_type1.gif) repeat-x;
}

.5StarWine h2.h2bg3 .Head
{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/h2bgd_type3.gif) repeat-x;
}

.Head img
{
	vertical-align:middle;
}


/* Mozilla / Safari FIX */
.Head
{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}





/* STORE HOME */




/*.wine_shop_bg_image {background:url('/Portals/0/containers/5StarWine/images/photo_wineshop01.jpg'); width:750px; height:88px;} */
.wine_shop_text_container {padding-left:300px; padding-right:10px; text-align:left;}
.wine_shop_text_container div, .wine_shop_text_container p, .wine_shop_text_container span {color:#50463c; font-size:11px;}


/*.AddToCartButton {background:url(/Portals/0/Containers/5StarWine/images/btn_buynow.gif); border:0px; font-size:0px; height:17px; width:66px; cursor:pointer;}*/
.AddToCartButton {border:0px; height:17px; width:66px; cursor:pointer; background:#8e0f06; color:white;}


.clr01 {color:#919295;}
.clr02 {color:#a7896b;}
.clr03 {color:#8e0f07;}


body, img, form {margin:0; border:none;}
body {color:#555; font-size:11px; font-family:Arial, Helvetica, sans-serif; text-align:center;}

div, span, td, tr {font-size:11px; font-family:Arial, Helvetica, sans-serif;}

/*END STORE HOME*/



/* BLUE BACKGROUND HEADER WITH TITLE*/
/* border color = 89d2f3 */
.PfCont .bbgh_topside { background: url(images/bbgh_topside.gif) repeat-x;}

.PfCont .bbgh_titleRowL {  border-bottom: solid 1px #89d2f3; background: #5fb5e4 url(images/bbgh_titlerowL.gif) repeat-y;}
.PfCont .bbgh_titleRowR {  border-bottom: solid 1px #89d2f3;  background: #5fb5e4 url(images/bbgh_titlerowR.gif) repeat-y;}
.PfCont .bbgh_titleBG {  background: #5fb5e4 url(images/bbgh_titlerow.gif) repeat-x; border-bottom: solid 1px #89d2f3; vertical-align: middle;} 
.PfCont .bbgh_titleBG2 {  background: #5fb5e4 url(images/bbgh_titlerow.gif) repeat-x; vertical-align: middle; width:150px;}
.PfCont .bbgh_titleBG .Head { font: bold 13px arial, helvetica, sans-serif; color: #ffffff; vertical-align: middle; margin: 0px 0px 12px 0px; display:block; }
.PfCont .bbgh_titleBG2 .Head { font: bold 18px arial, helvetica, sans-serif; color: #ffffff; vertical-align: middle; padding: 0px 7px 0px 7px; display:block; }

.PfCont .bbgh_contentRowL  { border-bottom: solid 1px #89d2f3; background: #f2fafd url(images/bbgh_contentrowL.gif) repeat-y; }
.PfCont .bbgh_contentRowR  { border-bottom: solid 1px #89d2f3; background: #f2fafd url(images/bbgh_contentrowR.gif) repeat-y; }
.PfCont .bbgh_contentRowBG {  border-bottom: solid 1px #89d2f3; background-color: #f2fafd; padding: 10px 0px 10px 0px;}
.PfCont .bbgh_contentRowBG .Normal { line-height: 140%; }

/* white background */
.PfCont .bbgh_contentRowBG_whitebackground {  border-bottom: solid 1px #89d2f3; background-color: #ffffff; padding: 10px 0px 10px 0px;}
.PfCont .bbgh_contentRowBG2_whitebackground {  border-bottom: solid 1px #89d2f3; background-color: #ffffff; padding: 0px 0px 0px 4px;}
.PfCont .bbgh_contentRowL_whitebackground  { border-bottom: solid 1px #89d2f3; background: url(images/bbgh_contentrowL2.gif) repeat-y; }
.PfCont .bbgh_contentRowR_whitebackground  { border-bottom: solid 1px #89d2f3; background: url(images/bbgh_contentrowR2.gif) repeat-y; }
.PfCont .bbgh_contentRowBG_whitebackground .Normal { line-height: 140%; }
.PfCont .bbgh_contentRowBG_whitebackground a:link, .PfCont .bbgh_contentRowBG_whitebackground a:visited {color:#715128;}


/* BIG BLUE TITLE*/
.PfCont .BBT_topside { background: url(images/BBT_topMid.gif) repeat-x;}
.PfCont .BBT_title .Head { color: #40a2d7; font: bold 17px arial, helvetica, sans-serif;  }
.PfCont .BBT_BotMid { background: url(images/BBT_botMid.gif) repeat-x; } 
.PfCont .BBT_Content .Normal { line-height: 140%; }
.PfCont .BBT_Content a:link, .PfCont .BBT_Content a:visited {color:#715128;}
.PfCont ul li {padding-top:10px 0px 0px 0px; margin:0px 0px 0px 0px;}

.PfCont .normal a:link, .PfCont .normal a:visited {color:#715128;}


/*  BLUE BALLOON */
.PfCont .bballoon_botside { background: url(images/BlueBalloon_BotSideRepeatX.gif) repeat-x;}
.PfCont .bballoon_topside { background: url(images/BlueBalloon_TopSideRepeatX.gif) repeat-x;}
.PfCont .blueballoon_contentRowL { background: #2c94cf url(images/BlueBalloon_LeftSideRepeatY.gif) repeat-y;  }
.PfCont .blueballoon_contentRowR {  background: #2c94cf url(images/BlueBalloon_RightSideRepeatY.gif) repeat-y; }
.PfCont .blueballoon_contentRowBG { background: #2c94cf url(images/BlueBalloon_ContentGrad.gif) repeat-x; padding-top:10px; padding-bottom:10px;}
.PfCont .blueballoon_contentRowBG .Normal { font-weight: bold; color: ; font-size: 14px; line-height: 130%; } 
.PfCont .blueballoon_contentRowBG .Normal a:link, .PfCont .blueballoon_contentRowBG .Normal a:visited
{ color: #ffffff; font-size: 14px; font-weight:bold; text-decoration: none; }
.PfCont .blueballoon_contentRowBG .Normal a:hover {text-decoration:underline;}




/*  Green BALLOON */
.PfCont .gballoon_botside { background: url(images/GreenBalloon_BotSideRepeatX.gif) repeat-x;}
.PfCont .gballoon_topside { background: url(images/GreenBalloon_TopSideRepeatX.gif) repeat-x;}
.PfCont .greenballoon_contentRowL { background: #8bc31f url(images/GreenBalloon_LeftSideRepeatY.gif) repeat-y;  }
.PfCont .greenballoon_contentRowR {  background: #8bc31f url(images/GreenBalloon_RightSideRepeatY.gif) repeat-y; }
.PfCont .greenballoon_contentRowBG { background: #8bc31f url(images/GreenBalloon_ContentGrad.gif) repeat-x; padding-top:10px; padding-bottom:10px;}
.PfCont .greenballoon_contentRowBG .Normal { font-weight: bold; color: #ffffff; font-size: 14px; line-height: 130%; } 
.PfCont .greenballoon_contentRowBG .Normal a:link, .PfCont .greenballoon_contentRowBG .Normal a:visited { color: #ffffff; font-size: 14px; font-weight:bold; text-decoration: none; }
.PfCont .greenballoon_contentRowBG .Normal a:hover {text-decoration:underline;}


/*  END CONTAINER CSS  */

