/*!--*************************************************************--*/
/*!-- Dotnetnuke skins - http://www.2designstudio.net     --*/                                                                                                                   
/*!-- Copyright (c) 2003-2008 www.2designstudio.net   --*/                                                                                                      
/*!-- support@2designstudio.net --*/                                                                                                                     
/*!--*************************************************************--*/
html { height: 100%; }
.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #ffffff;
    BORDER-RIGHT: #ffffff 1px solid; 
    BORDER-TOP: #ffffff 1px solid; 
    BORDER-x: #ffffff 1px solid; 
    BORDER-BOTTOM: #ffffff 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #2854AB;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#2854AB;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#2854AB;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#2854AB;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#2854AB;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #02B3E1;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #02B3E1;
}

/* 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: #545454;
}

/* 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: #1E4B84;
}

/* 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;
}
/* 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: #00ADDC;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #00ADDC;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #2854AB;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #00ADDC;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #1B6A95;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #2854AB;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #2854AB;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #0090C3;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #0090C3;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #0090C3;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #0090C3;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #0090C3;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #0090C3;
}

A:link  {
    text-decoration:    none;
    color:  #0090C3;
}

A:visited   {
    text-decoration:    none;
    color:  #0090C3;
}

A:hover {
    text-decoration:    underline;
    color:  #202020;
}

A:active    {
    text-decoration:    none;
    color:  #0090C3;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

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: #CCCCCC;
    height:1pt;
    text-align:right
}

body { margin: 0; background: #FFFFFF; margin: 0 0 0 0; }
table, tr, td {	font-family: Tahoma, Arial, Helvetica; font-size: 11px; margin: 0;}
p {font-family: tahoma; font-size: 11px;}
.StandardWidth { width:813px; }
.FullHeight { height:100%; }
.FullWidth { width:100%; }
.OuterTable { width:100%; height:100%; background:#FFF; }
.OuterTableBoxed { width:100%; height:100%; background: #FFFFFF; }
.OuterTDBoxed { padding:15px 0 15px 0; }
.PrivacyTD { text-align: center; padding: 0 0 0 0; }
.CopyrightTD { text-align: center; padding: 0 0 0 0; height: 66px; vertical-align: middle; }

.Head_object, a.Head_object:link, a.Head_object:visited, a.Head_object:active { color: #676767;  font-size: 11px; font-weight: normal; text-decoration: none; height:17px; padding: 2px 16px 0 0; margin: 0 12px 0 0px; }
a.Head_object:hover {  color: #676767; font-weight: normal; font-size: 11px; text-decoration: none; }
.Head_object1, a.Head_object1:link, a.Head_object1:visited, a.Head_object1:active { color: #676767;font-size: 11px; font-weight: normal; text-decoration: none; height:17px; margin: 0 0px 0 0px; padding-top:2px; }
a.Head_object1:hover { color: #676767; font-weight: normal; font-size: 11px; text-decoration: none;  padding-top:2px; }

.BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #8f8f8f; font-size: 11px; text-decoration: none; font-weight: normal;}
a.BREADCRUMBS_object:hover { color: #666; font-size: 11px; text-decoration: none; font-weight: normal; }
.FOOTER_objects1 { color:#FFFFFF; font-size: 11px; }
a.FOOTER_objects1:link, a.FOOTER_objects1:visited, a.FOOTER_objects1:active { font-size: 11px; color:#FFFFFF; font-weight:bold; text-decoration:none; }
a.FOOTER_objects1:hover { font-size: 11px; color:#FFFFFF; font-weight:bold; text-decoration: underline; }
.FOOTER_objects2 { color:#045F85; font-size: 11px; line-height: 160%;  }
a.FOOTER_objects2:link, a.FOOTER_objects2:visited, a.FOOTER_objects2:active { font-size: 11px; color:#045F85; font-weight: normal; text-decoration:none; }
a.FOOTER_objects2:hover { font-size: 11px; color:#045F85; font-weight: normal; text-decoration: underline;  }
.Language_object { color: #003366; font-family: tahoma; font-size: 10px; text-decoration: none; }
.TopPane { width: 100%; padding:10px 0px 0px 0px;}
.LeftPane { padding:10px 0px 0px 10px; width:205px;}
.RightPane { padding:10px 10px 0px 0px; width:205px;}
.BottomPane { width: 100%; padding:10px 0px 0px 0px;}
.ContentPane2 { padding:10px 0px 0px 0px;}

.Storeonline_bannerbg01{
	background-image: url(Storeonline_bannerbg01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 168px;
}
.Storeonline_bannerbg02{
	
	background-repeat: repeat-x;
	height: 168px;
}
.Storeonline_bannerbg03
{
	background-image: url(Storeonline_menubg01.jpg);
	/*background-image: url(Storeonline_bannerbg03.jpg);*/
	background-repeat: repeat-x;
	background-position: left;
	height: 26px; 
	width: 234px;
}
.Storeonline_bannerbg04{
/*	background-image: url(Storeonline_bannerbg04.jpg); */
	background-repeat: no-repeat;
	background-position: top left;
	height: 38px;
	padding: 5px 0px 0px 28px;
   color: #666; 
	font-size: 11px;
}
.Storeonline_menubg01{
	background-image: url(Storeonline_menubg01.jpg);
	background-repeat:repeat;
	height: 26px;
	padding-left: 10px;
}
.Storeonline_bottombg{
	background-image: url(Storeonline_bottombg.jpg);
	background-repeat:repeat;
	height: 30px;
	text-align: center;
}
.Storeonline_herebg{
	background-image: url(Storeonline_here.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.ModuleTitle_MenuContainer {
   background-position: top;
}
.ModuleTitle_MenuBar {
	cursor: hand;
	background-color: Transparent;
	background-position: top;
}
.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #C6C6C6; 
	background-position: top;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-position: top;
	text-align: center; 
	color: #343434;
	background-color: #000000; 
	border-left: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
}
.ModuleTitle_SubMenu {
	border-bottom: #363636 1px solid; 
	background-position: top;
	border-left: #363636 1px solid; 
	border-top: #363636 1px solid;  
	border-right: #363636 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #343434;
	background-color: #363636; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
}
.ModuleTitle_MenuBreak {
	border-bottom: #FFFFFF 0px solid; 
	background-position: top;
	border-left: white 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
	background-color: #A0A0A0;
	height: 1px;
	color: #343434;
}
.ModuleTitle_MenuItemSel {
	background-color: #90908E;
	cursor: hand; 
	font-size: 11px; 
	background-position: top;
	font-weight: normal; 
	font-style: normal;
	color: #FFE100;
}
.ModuleTitle_MenuArrow {
	background-position: top;
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-size: 11px; 
	background-position: top;
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_MenuContainer {	
	background-color: Transparent;
	background-position: top;
   margin:0px auto;
}
.MainMenu_MenuBar {
}
.RootItem TD{
	background-image: url(Storeonline_menubg01.jpg);
	background-repeat: repeat;
	height: 26px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
.RootItemActive TD{
	background-image: url(Storeonline_menubg01.jpg);
	background-repeat: repeat;
	height: 26px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
.RootItemSelected TD{
	background-image: url(Storeonline_menubg01.jpg);
	background-repeat: repeat;
	height: 26px;
	color: #853B00;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
.RootItemBreadCrumb TD{
	background-image: url(Storeonline_menubg01.jpg);
	background-repeat: repeat;
	height: 26px;
	color: #853B00;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #C6C6C6; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-position: top;
	border-left: #FFFFFF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #000000; 
	border-left: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	text-align: center; 
	width: 15; 
	height: 20;
}
.MainMenu_SubMenu {
	border-bottom: #363636 1px solid; 
	border-left: #363636 1px solid; 
	background-position: top;
	border-top: #363636 1px solid;  
	border-right: #363636 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #363636; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
}
.MainMenu_MenuBreak {
   display:none;
}
.MainMenu_MenuItemSel {
	background-color: #90908E;
	cursor: hand; 
	color: #FFE100;
	background-position: top;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
}
.MainMenu_MenuArrow {
   display: none;
}
.MainMenu_RootMenuArrow {
   display: none;
}
.Main {
	border-right:  #AAAAAA 1px solid; 
	border-left:  #AAAAAA 1px solid; 
	background-position: top;
}
