/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFECAA;
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: transparent;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SkinObject {

    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for the selected tab */
A.SkinObject:link {
	text-decoration: none;
	color: Maroon;
}

A.SkinObject:visited  {
	text-decoration: none;
	color: Black;
}

A.SkinObject:active   {
	text-decoration: none;
	color: Red;
}

A.SkinObject:hover    {
	text-decoration: none;
	color: Red;
}

/* text style for the unselected tabs */
.OtherTabs {

    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	text-decoration: none;
	color: Black;
}

A.OtherTabs:visited  {
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	text-decoration: none;
	color: Black;
}

A.OtherTabs:active   {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: Black;
}

A.OtherTabs:hover    {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: Red;
}

/* tabela */
Table: P {color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* 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: normal;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* 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;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* 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:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

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:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

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;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left;
	 font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #003366;
}

/* Menu-Styles */
/* Menu tytulu kontenera */
.ModuleTitle_MenuContainer {
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	border-bottom: 0px solid blue;
	border-left: 0px solid blue;
	border-top: 0px solid blue;
	border-right: 0px solid blue;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	height: 16;
	background-color: Aqua;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: 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; 
	cursor: hand; 
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: White;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.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;
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-bottom: #;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

/* ramka i podklad calego menu */
.MainMenu_MenuContainer {
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	border-bottom: 0px solid #404040;
	border-left: 0px solid #FF8080;
	border-top: 0px solid #FF8080;
	border-right: 0px solid #404040;
	background-color: transparent;
}

/* kolory podkladu pod przyciski z glownego menu */
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	height: 16;
	background: transparent;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
}

/* kolor czcionek w menu glownym + kolor ramki na przyciskach rozwijanych wokol napisow */
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: Black;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
}

/* kolor ramki przycisku rozwijanego, ale tylko po lewej stronei od napisu (dookola ikonki) */
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	text-align: center;
	width: 15;
	height: 21;
	background-color: White;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
}

/* cale rozwijane menu (otoczka) */
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	background: White;
}

.MainMenu_MenuBreak {
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	border-top: #FF8080 1px solid;
	background-color: White;
	height: 1px;
}
/* pozycje po najechaniu myszka */
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: Yellow;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	background: Black;
}

/* kolor ramki po pierwszym najechaniu w pozycjach rozwijanych, po prawej stronie od napisu */
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*  kolory do sklepu   */

/* ================================
    CSS STYLES FOR Module Store
   ================================
*/

.HeaderBackground
{
	background-color: #FFFFFF;
}

.LeftPanelBackground
{
	background-color: #FFFBEC;
}

.RightPanelBackground
{
	background-color: #FFFBEC;
}

.PanelTitles
{
	color: Black;
	font-family: Arial;
	font-size: 16px;
	line-height: 17px;
	font-weight: bolder;
}

.TitleBar
{
	background-color: #FFD74D;
	color: Black;
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}

A.TitleBarLink, A.TitleBarLink:link, A.TitleBarLink:visited
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

A.TitleBarLink:hover
{
	color: #ffb200;
	text-decoration: none;
}

.MenuMainCategory
{
	background-color: #FFD74D;
}

A.MenuMainCategory, A.MenuMainCategory:link, A.MenuMainCategory:visited
{
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

A.MenuMainCategory:hover
{
	color: black;
}

A.MenuCategory, A.MenuCategory:link, A.MenuCategory:visited
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: Normal;
	text-decoration: none;
}

A.MenuCategory:hover
{
	text-decoration: underline;
}

A.ProductListTitle, A.ProductListTitle:link, A.ProductListTitle:visited
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}

A.ProductListTitle:hover
{
	color: black;
	text-decoration: underline;
}

.ProductListFirstField
{
    	color: #B47347;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}

A.ProductListPrice, A.ProductListPrice:link, A.ProductListPrice:visited
{
    	color: #E86703;
	font-family: Verdana, Arial;
	font-size: 15px;
	font-weight: bolder;
	font-style: Italic;
	line-height: 16px;
	text-decoration: none;
}

A.ProductListPrice:hover
{
	color: #E86703;
    	text-decoration: underline;
}

.ProductListPriceText
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}

.ProductListText
{
    	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A.ProductListMore, A.ProductListMore:link, A.ProductListMore:visited
{
	color: #B47347;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A.ProductListMore:hover
{
	color: #B47347;
	text-decoration: none;
}

.ProductListLabel
{
	color: #945327;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

A.ProductListLink, A.ProductListLink:link, A.ProductListLink:visited
{
	color: #A46337;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}

A.ProductListLink:hover
{
	color: #A46337;
	text-decoration: none;
}

A.HeaderLink, A.HeaderLink:link, A.HeaderLink:visited
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

A.HeaderLink:hover
{
    color: #ffb200;
    text-decoration: none;
}

A.AdminLink, A.AdminLink:link, A.AdminLink:visited
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

A.AdminLink:hover
{
    color: #ffb200;
    text-decoration: none;
}

.ProductPriceText
{
	color: Black;
	font-family: Verdana, Arial;
	font-size: 14px;
	line-height: 24px;
}

.ProductPrice
{
	color: #E86703;
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: Bold;
	font-style: Italic;
	line-height: 24px;
}

.ProductText
{
	color: #945327;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
}

A.ProductLink, A.ProductLink:link, A.ProductLink:visited
{
	color: #945327;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	text-decoration:underline;
}

A.ProductLink:hover
{
	color: Black;
}

.ProductSelect
{
	color: Black;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

.ShoppingCartHeader
{
	background-color: #C7DD99;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 12pt;
	padding-left: 5px;
}

.ShoppingCartItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.ShoppingCartItem2
{
	background-color: #FFD74D;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px;
}

.ShoppingCartFooter
{
	background-color: #C7DD99;
	border-top: black 1px solid;
	line-height: 12pt;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

.NormalImages
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;    
}

.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.AlsoBoughtHeader
{
	color: #945327;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}

A.AlsoBoughtLink, A.AlsoBoughtLink:link, A.AlsoBoughtLink:visited
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

A.AlsoBoughtLink:hover
{
    color: #ffb200;
    text-decoration: none;
}

.InfoText
{
	color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  14px;
    font-weight: bold;
}

.StoreHelp
{
	color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
}

A.StoreHelp, A.StoreHelp:link, A.StoreHelp:visited
{
	color: #945327;
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
    text-decoration: none;
    font-size:  12px;
}

A.StoreHelp:hover
{
	color: #ffb200;
    text-decoration: none;
}

.StoreButton 
{
	background-color: #E7E7E7;
	border-bottom: solid 1px Black;
	border-right: solid 1px Black;
	border-top: solid 1px Black;
	border-left: solid 1px Black;
	color: Black;
	font-weight: 700;
}


