

/***********************************
 **
 ** Style do ResultMessage'y
 **
 ************************************/

table.tableRM_Error {
	border: 1px red solid; 
	margin-bottom: 3px;
	padding: 3px; 
	color:red; 
	background-color: #ffcfcf;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
}


table.tableRM_OK {
	border: 1px green solid; 
	margin-bottom: 3px;
	padding: 3px; 
	color: #204e17; 
	background-color: #a9ed9b;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
}


table.tableRM_Notice {
	border: 1px #8a8800 solid; 
	margin-bottom: 3px;
	padding: 3px; 
	color: #545506; 
	background-color: #fffe9d;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
}




/***********************************
 **
 ** Style do linkow
 **
 ************************************/

a {
	color: #444444;
	background: none;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	background: none;
	text-decoration: underline;
}


a.nodec {
	color: #555555;
	background: none; 	
	text-decoration: none;
	border-bottom: dotted 1px #999999; 	
}

a.nodec:hover
{
	color: #000000;
	background: none; 	
	text-decoration: none;
	border-bottom: dotted 1px #999999; 	
}


a.ico2w {
	color: #eeeeee;
	text-decoration: none;
	border-bottom: none;
	background: url(http://www.alsen.pl/layout/images/ico_link.gif) no-repeat;
	background-position: 2px 2px;
	padding-left: 15px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
}

a.ico2w:hover
{
	color: white;
	text-decoration: underline;
}

a.ico2b {
	color: #333333;
	text-decoration: none;
	border-bottom: none;
	background: url(http://www.alsen.pl/layout/images/ico_link.gif) no-repeat;
	background-position: 2px 2px;
	padding-left: 15px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
}

a.ico2b:hover
{
	color: #000000;
	border-bottom: none;
	text-decoration: underline;
}


a.ico {
	color: #333333;
	text-decoration: none;
	background: url(http://www.alsen.pl/layout/images/ico_link.gif) no-repeat;
	background-position: 2px 2px;
	padding-left: 15px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
}

a.ico:hover
{
	color: white;
	text-decoration: underline;
	background-color: #c1241c;
}


a.noUnderline {
	color: white;
	text-decoration: none;
	border-bottom: none;
}


a.noUnderline:hover {
	color: black;
	background-color: white;
	border-bottom: none;
}

a.noDecoration {
	color: black;
	background-color: transparent;
	border-bottom: none;
}

a.noDecoration:hover { 
	color: black;
	background-color: transparent;
	border-bottom: none;
}


.linkLike2 {
	color: white;
	text-decoration: none;
	cursor: pointer;
	border-bottom: none;
}


.linkLike2:hover {
	background-color: white;
	color: black;
	cursor: pointer;
	border-bottom: none;
}




.linkLike {
	color: black;
	text-decoration: none;
	border-bottom: dotted 1px #999999; 	
	cursor: pointer;
}


.linkLike:hover {
	background-color: black;
	color: white;
	cursor: pointer;
	border-bottom: dotted 1px white; 	
}




/***********************************
 **
 ** Style do tabelek
 **
 ************************************/


table.productList {
	width: 580px; 
	border-spacing: 3px; 
	border: 0px black solid;
}

table.productList tr {
	vertical-align: middle;
}

table.productList td.head {
	width: 33%; 
	height: 32px; 
	padding: 2px; 
	vertical-align: top; 
	background-color: #c1241c; 
	color: white; 
	font-weight: bold;
}

table.productList th.head {
	padding: 3px; 
	padding-left: 5px; padding-right: 5px;
	vertical-align: top; 
	background-color: #c1241c; 
	color: white; 
	font-weight: bold;
	font-size: 11px;
}

table.productList td.headLow {
	text-align: right; 
	background-color: #eeeeee;
}

table.productList td.image {
	padding: 0px; 
	text-align: center;
}




table.groupList {
	width: 100%; 
	border-spacing: 3px; 
	border: 0px black solid;
}

table.groupList tr {
	vertical-align: middle;
}

table.groupList td.head {
	width: 33%; 
	height: 25px; 
	padding: 2px; 
	vertical-align: middle; 
	text-align: center;
	background-color: #c1241c; 
	color: white; 
	font-size: 12px;
	font-weight: bold;
}

table.groupList td.headLow {
	text-align: right; 
	background-color: #eeeeee;
}

table.groupList td.image {
	padding: 0px; 
	text-align: center;
}




table.classic {
	border-spacing: 1px; 
	border: 1px #bbbbbb solid;
}

table.classic tr {
}

table.classic th {
	padding: 5px; 
	background-color: #c1241c; 
	color: white; 
	font-weight: bold;
	font-size: 11px;
}

table.classic th.light {
	padding: 2px; 
	background-color: #dddddd; 
	color: black; 
	font-weight: bold;
	text-align: left;
}


table.classic td {
	padding: 2px;
	background-color: #eeeeee;
}







table.tform {
	border: 1px #e2e2e2 solid; 
	padding: 1px; 
	margin: 0px; 
	border-spacing: 1px;
	background: none;
	background-color: #f6f6f6;
}

table.tform tr {
	border: 0px black solid; 
	padding: 0px; 
	margin: 0px; 
	border-spacing: 0px;
	background: none;
}

table.tform th {
	border: 0px black solid; 
	padding: 2px; 
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px; 
	border-spacing: 0px;
	background: none;
	text-align: left;
	font-size: 11px;
	background-color: #f1f1f1;
}

table.tform th.dark {
	border: 0px black solid; 
	padding: 4px; 
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px; 
	border-spacing: 0px;
	background: none;
	text-align: left;
	font-size: 11px;
	background-color: #ececec;
}


table.tform th.dark2 {
	border: 0px black solid; 
	padding: 4px; 
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px; 
	border-spacing: 0px;
	background: none;
	text-align: left;
	font-size: 11px;
	background-color: #333333;
	color: white;
}



table.tform td {
	border: 0px black solid; 
	padding: 2px; 
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px; 
	border-spacing: 0px;
	background: none;
	text-align: left;
}

table.tform td.submit {
	border: 0px black solid; 
	padding: 2px; 
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px; 
	border-spacing: 0px;
	background: none;
	text-align: right;
	background-color: #ececec;
}


table.tform td.dark {
	border: 0px black solid; 
	padding: 2px; 
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px; 
	border-spacing: 0px;
	background: none;
	background-color: #ececec;
}




table.classicLight {
	border-spacing: 1px; 
}

table.classicLight tr {
}

table.classicLight th {
	padding: 4px; 
	background-color: #c1241c; 
	color: white; 
	font-weight: bold;
	font-size: 11px;
}

table.classicLight th.light {
	padding: 3px; 
	background-color: #eeeeee; 
	color: black; 
	font-weight: bold;
	text-align: left;
	font-size: 11px;
}


table.classicLight td {
	padding: 3px;
	font-size: 11px;
	background-color: #f3f3f3;
}











table.tableForm {
	border-spacing: 1px; 
	background-color: #f3f3f3; 
	border: 1px #bbbbbb solid;
}


table.tableForm th {
	padding-top: 6px; 
	padding-bottom: 6px; 
	background: url(http://www.alsen.pl/layout/images/tab_back1.png); 
	font-size: 11px; 
	color: black;
	border-bottom: 1px #bbbbbb solid;
}

table.tableForm th.strong {
	padding-top: 6px; 
	padding-bottom: 6px; 
	background: url(http://www.alsen.pl/layout/images/tab_back1.png); 
	font-size: 11px; 
	color: black;
	border-bottom: 1px #bbbbbb solid;
}

table.tableForm td {
	padding: 5px; 
}

table.tableForm td.green {
	background-color: #cdffb7;
	color: black;
	text-align: left;
	padding: 4px;
}

table.tableForm td.yellow {
	background-color: #fbffb7;
	color: black;
	text-align: left;
	padding: 4px;
}

table.tableForm td.error {
	background-color: red;
	color: white;
	text-align: left;
	padding: 4px;
}

table.tableForm td.submit {
	background-color: #c8e0f9;
	color: black;
	text-align: right;
	padding: 2px;
}












table.tableTight {
	border: 0px;
	padding: 0px;
	border-spacing: 1px;
}


table.tableTight th {
	padding: 1px;
	background: transparent;
}

table.tableTight td {
	padding: 1px;
	background: transparent;
}



table.tight {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}


table.tight th {
	padding: 0px;
	background: transparent;
}

table.tight td {
	padding: 0px;
	background: transparent;
}




table.noSpace {
	border: 0px black solid; 
	padding: 0px; 
	margin: 0px; 
	border-spacing: 0px;
	background: none;
}

table.noSpace tr {
	border: 0px black solid; 
	padding: 0px; 
	margin: 0px; 
	border-spacing: 0px;
	background: none;
}

table.noSpace th {
	border: 0px black solid; 
	padding: 0px; 
	margin: 0px; 
	border-spacing: 0px;
	background: none;
}

table.noSpace td {
	border: 0px black solid; 
	padding: 0px; 
	margin: 0px; 
	border-spacing: 0px;
	background: none;
}





table.horizBar {
	border-spacing: 1px; 
	background-color: #f3f3f3; 
	border: 1px #bbbbbb solid;
	height: 27px;
}

table.horizBar th {
	background-color: #c1241c; 
	font-size: 11px; 
	color: white; 
	width: 10px;
}

table.horizBar td {
	padding: 2px; 
	background: url(http://www.alsen.pl/layout/images/tab_back1.png); 
	color: black; 
	padding-right: 5px;
}




table.panel {
	width: 170px; 
	border-spacing: 0px; 
	background-color: #f3f3f3; 
	border: 1px #bbbbbb solid;
	padding: 0px;
	margin: 0px;
}

table.panel th.head {
	padding-top: 0px;
	height: 27px; 
	padding-bottom: 0px;
	margin: 0px; 
	background: url(http://www.alsen.pl/layout/images/sidebar_header.png); 
	font-size: 11px; 
	color: black;
}


table.panel th.head_alt {
	padding-top: 0px;
	height: 27px; 
	padding-bottom: 0px;
	margin: 0px; 
	background-image: none;
	background-color: #c1241c;  
	font-size: 12px; 
	color: yellow;
}


table.panel td.normal {
	padding: 5px; 
	border-top: 1px #bbbbbb solid;	
}

table.panel td.decorated {
	padding: 5px; 
	border-top: 1px #bbbbbb solid;	
	background: url(http://www.alsen.pl/layout/images/tab_back2.png);
}


/***********************************
 **
 ** Ogolne ustawienia styli
 **
 ************************************/

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


html {
	width:100%; 
	height: 100%; 
	padding: 0px;
	margin: 0px;
	font-family: arial;
	color: #444444;
	font-size: 11px;
}

body {
	width:100%; 
	height: 100%; 
	padding: 0px;
	margin: 0px;
	font-family: arial;
	color: #444444;
	font-size: 11px;
}

table {
	font-family: arial;
	font-size: 11px;
}

td {
/*	text-align: left; */
}

form {
	display: inline;
}

button {
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	border-top: 1px white solid;
	border-left: 1px white solid;
	border-style: outset;
	background-color: #efefef; 
	color: #666666; 
	font-family: arial; 
	font-size: 9px; 
	height: 16px;	
	margin: 0px;
	font-weight: bold;
}

.button {
	border: 1px #aaaaaa solid;
	border-style: outset;
	background-color: #efefef; 
	color: #666666; 
	font-family: arial; 
	font-size: 9px; 
	height: 16px;	
	margin: 0px;
	font-weight: bold;
	padding: 0px;
}

input {
	border-style: outset;
	border: 1px #cccccc solid; 
	background-color: #fcfcfc;
	font-family: arial;
	font-size: 9px;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

select {
	border-style: outset;
	border: 1px #cccccc solid; 
	background-color: #fcfcfc;
	font-family: arial;
	font-size: 11px;
	height: 16px;
	padding-left: 3px;
}

textarea {
	border-style: outset;
	border: 1px #cccccc solid; 
	background-color: #fcfcfc;
	font-family: arial, arial;
	font-size: 11px;
	padding-left: 3px;
}

h3 {
	padding: 0px; 
	font-family: arial; 
	color: black;
	font-weight: bold;
	font-size: 17px;
	margin: 2px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 5px;
}


h4 {
	padding: 0px; 
	font-family: arial; 
	color: black;
	font-weight: bold;
	font-size: 14px;
	margin: 2px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 5px;
}


hr {
	height: 1px; 
	background-color: transparent; 
	border-bottom: 1px grey dotted;
	border-top: 0px grey dotted;
	border-left: 0px grey dotted;
	border-right: 0px grey dotted;
	margin-top: 0px; 
	margin-bottom: 4px;
}


div.error {
	text-align: center; 
	font-weight: bold; 
	color: red; 
	font-size: 11px;
}



a.ban1 {
	background-color: red;
	color: white;
	font-size: 9px;
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	border-bottom: none;
}

a.ban1:hover {
	text-decoration: none;
	border-bottom: none;
}

a.ban2 {
	background-color: black;
	color: white;
	font-size: 9px;
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	border-bottom: none;
}

a.ban2:hover {
	text-decoration: none;
	border-bottom: none;
}







a.prm1 {
	background-color: #dddddd;
	color: #555555;
	font-size: 11px;
	cursor: pointer;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
	border-bottom: none;
}

a.prm1:hover {
	text-decoration: none;
	border-bottom: none;
}

a.prm2 {
	background-color: #666666;
	color: white;
	font-size: 11px;
	cursor: pointer;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
	border-bottom: none;
}

a.prm2:hover {
	text-decoration: none;
	border-bottom: none;
}


div.emText {
	margin: 0px 0px 5px 0px;
}

div.emField {
	margin: 0px 0px 10px 0px;
}

div.emSubmit {
}


div.ProductDiv0 {
}

div.ProductDiv1 {
	max-width: 600px;
	padding: 5px;
}

#tabs img {
    max-width: 570px;
}