/*** Style ogólne *************************************************************/
body
{
	font-family: verdana, tahoma;
	font-size: 12px;
	
	background: url('../images/body-bg.png') repeat-x left 170px;
}

body, table
{
	color: #404040;
}

.error
{
	color: #000077;
}

a
{
	text-decoration: none;
	color: #bf0000;
}

.theme-color
{
	color: #bf0000;
}

/* Bloki przycisków */
div.buttons
{
	text-align: right;
}

/* Przyciski */
/*
.main-actions ul
{
	margin: 10px 0px;
	padding: 0px;
	
	list-style-type: none;
}

.main-actions a,
*/
.button
{
	padding: 3px 10px 3px 25px;
	
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	
	letter-spacing: 1px;

	color: #bf0000;
	
	border-top: 1px solid #cacaca;
	border-right: 1px solid #787878;
	border-bottom: 1px solid #787878;
	border-left: 1px solid #cacaca;
	
	background: #ededed url('../images/arrow-right.png') no-repeat 5px center;
}

.suggested-button
{
	padding: 3px 10px 3px 25px;
	
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	
	letter-spacing: 1px;

	color: #bf0000;
	
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #565656;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #aaaaaa;
	
	background: #bababa url('../images/arrow-right.png') no-repeat 5px center;
}

.button:active
{
	font-size: 12px;
	font-weight: normal;
	
	letter-spacing: 1px;

	color: #ffffff;
	
	border-top: 1px solid #787878;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #787878;
	
	background-color: #bf0000;
}

.addtocart-button,
.order-button
{
	font-weight: bold;

	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #565656;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #aaaaaa;
	
	background: #bababa url('../images/arrow-right-anim.gif') no-repeat 5px center;
}

.addtocart-button:active,
.order-button:active
{
	font-weight: bold;
}

/* Bufor danych */
#output-buffer
{
	position: absolute;
	top: 0;
	left: 0;
	
	border: 1px solid #cacaca;
	margin: 1px;
	padding: 0px;
	background: white;
	
	font-family: tahoma;
	width: 450px;
}

#output-buffer h1
{
	font-family: tahoma;
	font-size: 16px;
	background: #cacaca;
	margin: 1px;
	padding: 2px;
}

/*** Predefiniowane filtry ***/
.predefined-filter
{
	margin: 5px 0px;
	padding: 5px 3px;
	
	border: 1px solid #cacaca;
	background-color: #efefef;
}

.predefined-filter ul
{
	margin: 0px;
	padding: 0px;
}

.predefined-filter li
{
	display: inline;

	padding-right: 5px;

	list-style-type: none;
}

.predefined-filter li
{
	padding: 4px 0px;
	margin: 0px -1px;
}

.predefined-filter li:hover
{
	background-color: #565656;
}

.predefined-filter li.title
{
	padding: 5px;
	margin: 0px 2px 0px -3px;

	background-color: #cacaca;
}

.predefined-filter li.title:hover
{
	background-color: #909090;
}

.predefined-filter li.current
{
	padding: 4px 6px;

	background-color: #ababab;
}

.predefined-filter li a
{
	padding: 4px 6px;

	text-decoration: none;
	color: #565656;
}

.predefined-filter li a:hover
{
	color: #ffffff;
}

/*** Strona *******************************************************************/
#page-panel
{
}

#page-body
{
}

/*** Nagłówek *****************************************************************/
#header-panel
{
}

#h-body
{
}

#h-body a.logo img
{
}

/* Mini koszyk */
#header-panel #mini-cart
{
	float: right;
	
	text-align: center;
	
	margin-left: 10px;
	width: 300px;
	height: 150px;;

	border-left: 1px solid #bfbfbf;
}

#header-panel #mini-cart h3
{
	padding: 2px 0px;
	margin: 0px 0px 10px -1px;
	
	width: 120px;
	
	font-size: 13px;
	text-align: center;
	color: #ffffff;

	background-color: #848484;
}

#header-panel #mini-cart .quantity
{
	float: left;
	
	margin-left: 20px;
	width: 100px;
	height: 30px;

	padding: 4px 10px 4px 0px;

	text-align: left;
}

#header-panel #mini-cart #cart-quantity
{
	float: left;

	width: 160px;

	padding: 15px 0px 10px 0px;
	
	font-weight: bold;
	text-align: left;
}

#header-panel #mini-cart .value
{
	float: left;
	
	margin-left: 20px;
	width: 100px;
	height: 30px;
	
	padding: 4px 10px 4px 0px;

	text-align: left;
}

#header-panel #mini-cart #cart-value
{
	float: left;

	margin-bottom: 5px;
	
	width: 160px;

	padding: 15px 0px 10px 0px;

	font-weight: bold;
	text-align: left;
}

#header-panel #mini-cart a.arrow-right
{
	margin-right: 37px;

	font-weight: bold;
	font-size: 11px;
}

.arrow-right
{
	padding-right: 23px;
	
	background: url('../images/arrow-right.png') no-repeat right center;
}

.arrow-left
{
	padding-left: 23px;

	background: url('../images/arrow-right.png') no-repeat left center;
}

/* Informacje handlowe */
div.translation-information
{
	font-size: 12px;
	color: #909090;
}

div.translation-information .caption
{
	margin: 5px 0px;
}

div.translation-types
{
	padding: 5px;
	
	margin-left: -10000px;
	padding-left: 10000px;
	
	width: 310px;
	
	font-weight: bold;
	color: #ffffff;
	
	background-color: #848484;
}

div.translation-types a
{
	color: #ffffff;
}

div.translation-types a:hover
{
	color: #cacaca;
}

div.left-box
{
	float: left;

	width: 315px;
}

div.marketing-information
{
	float: left;

	margin-left: 20px;
	width: 330px;

	text-align: left;
	color: #404040;
}

div.marketing-information h2
{
	text-align: right;
	height: 65px;
}

div.marketing-information div
{
	margin-bottom: 5px;
	font-size: 12px;
}

div.marketing-information a
{
	text-decoration: underline;
}

div.marketing-information a:hover
{
}

/* Pasek nawigacji */
#navigation-bar
{
	padding: 2px 0px;
	margin-bottom: 10px;

	height: 10px;
	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	
	background-color: #5f5f5f;
}

#navigation-bar a
{
	color: #ffffff;
}

#navigation-bar a:hover
{
	color: #cacaca;
}

/*** Panel główny *************************************************************/
#main-panel
{
	background: url('../images/main-panel-bg.png') repeat-y 200px;
}

/*** Lewy panel ***************************************************************/
#left-panel .body
{
	color: #808080;
}

#left-panel .body ul
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#left-panel .body ul.menu-level-1 li
{
	font-size: 15px;
}

#left-panel .body ul.menu-level-1 li a
{
	display: block;
	_width: 100%;

	margin: 1px;
	padding: 7px 10px 7px 5px;

	font-weight: bold;
	text-align: right;
	color: #989898;
}

#left-panel .body ul li.subitems
{
	background: none;
}

#left-panel .body ul li.subitems:hover
{
	background: none;
}

#left-panel .body ul li:hover
{
	background: #f9f9f9;
	color: #989898;
	text-decoration: underline;
}

#left-panel .body ul li:active,
#left-panel .body ul li a:active
{
	background: #fff9f9;
	color: #bf0000;
	text-decoration: underline;
}

#left-panel .body ul.menu-level-2 li
{
	padding-left: 10px;
}

#left-panel .body ul.menu-level-2 li:hover
{
	background: #eaeaea;
}

#left-panel .body ul.menu-level-2 li.subitems
{
	background: none;
}

#left-panel .body ul.menu-level-3 li
{
	padding: 0px;
	background: none;
}

#left-panel .body ul.menu-level-3 li:hover
{
	background: none;
}

#left-panel .body ul.menu-level-3 li a
{
	padding: 2px 5px;
	font-weight: normal;
	color: #787878;
}

#left-panel .body ul.menu-level-3 li:hover a
{
	text-decoration: underline;
}

#left-panel .body ul.menu-level-3 li
{
	padding-left: 10px;
}

#left-panel .manage-actions ul.menu-level-1
{
	border-bottom: 1px solid #cacaca;
}

#left-panel .manage-actions ul.menu-level-1 li a
{
	padding: 3px 10px 3px 5px;
	font-size: 13px;
}

/* Bannery */
#left-panel #banners
{
	text-align: left;
}

#left-panel .banner
{
	margin: 5px 0px;

	font-weight: bold;
}

/* Informacje o zalogowanym użytkowniku */
#left-panel #user-panel
{
	text-align: right;
	
	padding-right: 15px;
}

#left-panel #user-panel h3
{
	float: right;
	
	padding: 2px 0px;
	margin: 0px -16px 10px 0px;
	
	width: 200px;
	
	font-size: 13px;
	text-align: center;
	color: #ffffff;

	background-color: #848484;
}

#left-panel #user-panel .buttons
{
	padding: 10px 0px 20px 0px;
}

#left-panel #user-panel input.text, 
#left-panel #user-panel input.password 
{
	width: 75%;

	text-align: right;
}

/*** Środkowy panel ***********************************************************/
#middle-panel
{
}

#middle-panel .body
{
	padding-left: 20px;
}

/*** Prawy panel **************************************************************/
#right-panel
{
	display: none;
	margin-top: 5px;
}

#right-panel ul.bottom-menu
{
	margin: 10px 0px;
	padding: 0px;
	
	list-style-type: none;
	text-align: center;
}

#right-panel ul.bottom-menu li
{
	display: inline;
	margin-left: 10px;
	padding-right: 15px;
	
	border-right: 1px solid #a6a6a6;
}

#right-panel ul.bottom-menu li.last
{
	border: 0px;
}

#right-panel div.warnings
{
	margin-top: 10px;
	
	text-align: center;
	color: #a5a5a5;
}

/*** Stopka *******************************************************************/
#footer-panel
{
	margin-top: 5px;
	border-top: 1px solid #cacaca;
}

#f-body
{
}


