@CHARSET "UTF-8";

html,body,div,table,p,ul,li,form,input,label {
    margin: 0px;
    padding: 0px;
}

html,body {
    text-align: left;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #313032;
}

/* layout */
div#content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px;
}

div#logo {
    float: left;
    margin-top: 15px;
}

div#loginPanel {
    float: right;
}

div#header {
    height: 50px;
    margin-bottom: 10px;
}

div#mainMenuWrapper {
    background: #d8d8d7;
    height: 34px;
    border: none;
}

div#mainMenu { /*border: 1px solid #d8d8d7;*/
    border: none;
    background-color: #f0f0f0;
    background-image: url("../img/layout/main_menu_bg.png");
    background-repeat: repeat-x;
    height: 34px;
}

div#subMainMenu {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #2a2828;
    background-color: #2a2828;
    background-image: url("../img/layout/main_menu_hover_bg.png");
    background-repeat: repeat-x;
    width: 980px;
    height: 19px;
}

div#mainBody {
    margin-top: 10px;
    margin-bottom: 10px;
}

div#mainBody .leftMenu {
    float: left;
    width: 180px;
    padding: 5px;
    margin: 0px;
    margin-right: 10px;
}

div#mainBody .rightPanelBody {
    float: right;
    width: 800px;
    padding: 0px;
    margin: 0px;
}

div#footer {
    border-top: 1px solid #F2F2F2;
    width: 980px;
    margin: 0 auto;
    padding: 5px 0px;
    color: #ACACAC;
}

.clear {
    clear: both;
}

/* end layout */
.inputTextWrapperOuter {
    background: #d8d8d7;
    border: none;
}

.inputTextWrapperInner {
    border: none;
    background: #ffffff;
}

.inputButtonWrapperOuter {
    background: #d8d8d7;
    border: none;
}

.inputButtonWrapperInner {
    border: none;
    background-color: #a7075a;
    background-image: url("../img/layout/button_bg.png");
    background-repeat: repeat-x;
}

.mainPageWrapperOuter {
    background: #d8d8d7;
    border: none;
}

.mainPageWrapperInner {
    border: none;
    /*background-color: #F0F0F0;
	background-image: url("../img/mainpage/panel_bg.png");
	background-repeat: repeat-x;*/
    padding: 8px 10px;
}

.mainPagePriceHeader {
    font-size: 25px;
    font-weight: bold;
    background-color: #a7075a;
    color: #ffffff;
    padding: 8px 10px;
}

.mainPageBoxMinHeight {
    min-height: 310px;
}

.mainPageGrafBg {
    background-image: url("../img/mainpage/graf_bg.png");
    background-repeat: repeat-x;
}

.gridMainPageRightColumn {
    vertical-align: top;
    width: 300px;
}

.gridMainPageMiddleColumn {
    vertical-align: top;
    width: 300px;
}

.gridMainPageLeft3Column {
    vertical-align: left;
    width: 295px;
}

.gridMainPageLeftColumn {
    vertical-align: left;
    width: 300px;
}

.gridGrafRightColumn {
    vertical-align: top;
    width: 520px;
    text-align: center;
}

.gridGrafLeftColumn {
    vertical-align: top;
}

a img {
    border: none;
}

a {
    color: #080a09;
    outline: transparent;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

a:hover {
    outline: transparent;
    text-decoration: underline;
}

a:active,a:link,a:visited {
    color: #080a09;
    outline: transparent;
}

a.active {
    display: inline;
    float: left;
    margin: 0;
    padding: 11px;
    color: #ffffff;
    background: #2a2828;
    background-image: url("../img/layout/main_menu_hover_bg.png");
    background-repeat: repeat-x;
}

a.active:HOVER {
    text-decoration: none;
}

a.menulink {
    display: inline;
    float: left;
    margin: 0;
    padding: 11px;
}

a.menulink:HOVER {
    color: #ffffff;
    display: inline;
    float: left;
    margin: 0;
    padding: 11px;
    background: #2a2828;
    background-image: url("../img/layout/main_menu_hover_bg.png");
    background-repeat: repeat-x;
    text-decoration: none;
}

div.menulinkseparator {
    width: 0px;
    height: 34px;
    border-right: 1px solid #ffffff;
    float: left;
}

a.submenulink {
    color: #ffffff;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    padding: 2px 10px;
}

a.submenulink:HOVER {
    text-decoration: underline;
}

a.subactive {
    color: #c5268f;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    padding: 2px 10px;
    font-weight: bold;
}

a.subactive:HOVER {
    color: #c5268f;
    text-decoration: underline;
}

a.footermenulink {
    font-weight: bold;
    display: inline;
    margin: 0;
    padding: 2px 10px;
}

a.footermenulink:HOVER {
    color: #c5268f;
    text-decoration: none;
}

a:VISITED {
    outline: transparent;
}

th a.sortnone {
    background-image: url(../img/searh_none.gif);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    padding-right: 8px;
}

th a.sortasc {
    background-image: url(../img/searh_asc.gif);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    padding-right: 8px;
}

th a.sortdesc {
    background-image: url(../img/searh_desc.gif);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    padding-right: 8px;
}

input[type=text],input[type=password],textarea,select {
    border: none;
    background: none;
    color: #313032;
    padding: 2px 4px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

button[type=button],button[type=reset],button[type=submit],input[type=reset],input[type=submit],input[type=button] {
    border: none;
    background: none;
    color: #ffffff;
    padding: 2px 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    cursor: pointer;
}

input.exampleText {
    color: #868688;
}

.inputText {
    width: 200px;
}

.boldMarker {
    font-weight: bold;
}

.greenMarker {
    color: green;
}

.redMarker {
    color: red;
}

/* messages */
.message {
    border: 1px solid #c5268f;
    background: no-repeat left center;
    background-color: #d8d8d7;
    font-weight: bold;
    margin: 0;
    padding: 8px 10px;
}

.message dt {
    background: no-repeat left center;
    font-weight: bold;
    padding-left: 25px;
    padding-bottom: 2px;
}

.message dt.infomsg {
    background-image: url(../img/msginfo.png);
}

.message dt.errormsg {
    background-image: url(../img/msgerror.png);
}

.message dt.warnmsg {
    background-image: url(../img/msgwarn.png);
}

/* end messages */
.required {
    color: #FF0000;
    padding-left: 2px;
}

.rightButton {
    float: right;
    text-align: right;
}

/* table */
.panelGridLeftColumn {
    text-align: right;
    font-weight: bold;
    width: 30%;
    padding: 4px;
    border-left: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
}

.panelGridRightColumn {
    text-align: left;
    width: 70%;
    padding: 4px;
    border-left: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
}

.panelGridBorder {
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
}

.gridColumnTop {
    vertical-align: top;
}

.gridColumnTop50 {
    vertical-align: top;
    width: 50%;
}

.gridColumnTopStaticPage {
    vertical-align: top;
    width: 253px;
}

.gridColumn {
    vertical-align: top;
    width: 31%;
}

.rightPanelGrid {
    text-align: left;
}

.leftPanelGrid {
    text-align: right;
    width: 30%;
}

.leftPanelGrid40 {
    text-align: right;
    width: 40%;
}

.leftPanelGridWithRightBorder {
    border-right: 1px solid #D8D8D7;
}

.none {
    
}

.tcolumnCenter {
    text-align: center;
}

.tcolumnText5 {
    width: 5%;
}

.tcolumnText10 {
    width: 10%;
}

.tcolumnText15 {
    width: 15%;
}

.tcolumnText25 {
    width: 25%;
}

.tcolumnText30 {
    width: 30%;
}

.trowCbgLight {
    background-color: #F8F8F8;
}

/* end table */ /* spiner */
.superSpiner {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    /*margin-top: -50px;*/
    margin-left: -100px;
}

* html .superSpiner { /* for IE6*/
    position: absolute;
}

.spinerWrapperOuter {
    background: #a7075a;
    border: none;
    z-index: 10000;
    padding: 2px;
}

.spinerWrapperInner {
    border: none;
    background-color: #d8d8d7;
    z-index: 10000;
    padding: 10px;
    font-weight: bold;
}
/* end spiner */

/* promoring */

/* START: TOP BENHAUER BANER */
div#topBenhauerBaner {
    background-color: #f6f6f6;
    height: 35px;

    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

div#topBenhauerBaner .top_text {
    color: #b4b4b4;
    font-size: 17px;
    font-weight: bold;
}

div#topBenhauerBaner .wybierz {
    float: left;
    background: url("../img/promoring/wiecej1.png") no-repeat;
    width: 63px;
    height: 22px;
    margin-left: 30px;
}

div#topBenhauerBaner .wybierz a {
    font-size: 13px;
    display: block;
    height: 31px;
    color: #9d9d9d;
    font-weight: bold;
    text-decoration: none;
}

div#topBenhauerBaner .wybierz:hover {
    float: left;
    background: url("../img/promoring/wiecej2.png") no-repeat;
    width: 63px;
    height: 33px;
    margin-left: 30px;
}

/* END: TOP BENHAUER BANER */

/* end promoring */

/*==== wygenerowany ====*/ /*
html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	margin: 0px;
}



h1 {
	font-size: 1.6em;
	margin-top: 0;
}

input[type=submit], input[type=button] {
	font-size: 11px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input[type=text], input[type=password], textarea {
	font-size: 12px;
	padding-left: 1px;
}

select {
	font-size: 13px;
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

.rich-table {
	width: 100%;
}

.body {
	padding: 30px;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	float: left;
	padding: 5px;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: #FF0000;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea, .errors select {
	border: 1px solid red !important;
}



.rich-stglpanel-body {
	overflow: auto;
} 
*/ /* the specificity here is necessary to override the defaults */ /*
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}*/ /*
.rich-panel input[type=submit],.rich-panel input[type=button],.rich-tabpanel input[type=submit],.rich-tabpanel input[type=button]
	{
	margin-bottom: 0;
}

.tableControl input[type=submit],.tableControl input[type=button],.tableControl select
	{
	margin: 5px 0 5px 5px;
}
*/
/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
/*
.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	padding-left: 1px;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-toolbar-item a {
	text-decoration: none;
}

.rich-toolbar-item a:hover,.rich-ddmenu-label-select {
	text-decoration: underline;
}

.rich-toolbar-item .rich-menu-item a:hover {
	text-decoration: none;
}

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

div.info {
	font-size: 1.2em;
}

ul.bullets {
	list-style: square;
}

ul.bullets li {
	padding-bottom: 2px;
}

td.action {
	text-align: center;
	width: 8em;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}

table.radio {
	border: 0;
}

table.radio td {
	padding: 0 2px;
}

table.radio input[type=radio] {
	vertical-align: bottom;
}
*/
