/* ALTe.pl 2.0 CSS */

html {
	margin:auto;
	color:#333;
}
body {
    margin: 0;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;               /* wymusza normalną wagę w Chromium */
    text-decoration: none;
    background-color: #F4F4F4;

    /* Wygładzenie czcionek w Chromium */
    -webkit-font-smoothing: antialiased; /* Chrome / Edge */
    -moz-osx-font-smoothing: grayscale;  /* Firefox / macOS, nie przeszkadza w Windows */

    /* Poprawa renderowania liter i kerningu */
    text-rendering: optimizeLegibility;
    letter-spacing: 0;                  /* wyrównuje szerokość liter */
}

/* Hack tylko dla Chrome i Edge */
@supports (-webkit-font-smoothing: antialiased) {
    body {
        font-family: Arial, Helvetica, sans-serif; /* Tahoma często jest gruba na Windows ARM */
    }
}
@supports (-webkit-font-smoothing: antialiased) {
    body { font-family: Arial, Helvetica, sans-serif !important; }
}

a {
	color:#DD5A2A;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color:#00778C;
}

h1 {
	font-size:18px;
	width:600px;
	font-family:Arial;
	color:#BA254C;
	margin:5px 0px 20px 0px;
}

h2 {
	font-size:15px;
	color:#145F76;
	font-family:Arial;
}

h2.tableInfo {
	margin:27px 0 20px 0;
}

h3 {
	font-size:14px;
	color:#126881;
}

.clear_both {
	clear:both;
}

/* Container */
#container {
	text-align:left;
	display:block;
	float:left;
	width:100%;
	height:100%;
}

/* Header */
#header {
	display:block;
	width:100%;
	height:85px;
	padding:0px;
	margin:auto;
	background-color:#126881;
}
#headerBody {
	display:block;
	width:950px;
	padding:0px;
	margin:auto;
}
#headerBody .topMenu {
	float:right;
	color:#FFFFFF;
	font-size:11px;
	line-height:24px;
	margin-right:2px;
	width:650px;
}
#headerBody .topMenu a {
	color:#FFFFFF;
	margin:0px 5px 0px 5px;
	display:inline;
	float:right;
	margin-top:2px;
	font-weight:normal;
}
#headerBody .topMenu a:hover {
	color:#C5EAF5;
	text-decoration:none;
}
#alteLogo {
	display:inline;
	float:left;
	width:250px;
	height:85px;
	background-image:url(../img/common/alte_logo_white.gif);
	background-repeat:no-repeat;
}
.topSep {
	display:inline;
	float:right;
	border-left:1px #A0A0A0 dotted;
	margin-left:6px;
	width:6px;
	height:20px;
	margin-top:0px;
}
ul#mainMenu {
	display:block;
	float:right;
	width:550px;
	height:34px;
	padding:0px;
	margin:0px;
	margin-top:25px;
	list-style:none;
}
ul#mainMenu li {
	float:right;
	list-style-type:none;
	display:inline;
	text-align:center;
	margin:0px;
	position:relative;
}
ul#mainMenu li a {
	display:block;
	width:88px;
	height:27px;
	padding-top:7px;
	margin-right:4px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	background-image:url(../img/start/main_menu_off.gif);
	position:relative;
	z-index:1;
}
ul#mainMenu li a:hover {
	background-image:url(../img/start/main_menu_on.gif);
	color:#DF5F2F;
	text-decoration:none;
}
ul#mainMenu li span {
	position:absolute;
	left:-999em;
	top:0;
	height:41px;
	width:88px;
	z-index:999;
}
#mDomeny .mDomeny a, #mHosting .mHosting a, #mSerwery .mSerwery a, #mSerwisy .mSerwisy a, #mPomoc .mPomoc a, #mKontakt .mKontakt a {
	width:88px;
	height:27px;
	display:block;
	padding-top:7px;
	margin-right:4px;
	color:#DF5F2F;
	background-image:url(../img/start/main_menu_on.gif);
}
#mDomeny .mDomeny span, #mHosting .mHosting span, #mSerwery .mSerwery span, #mSerwisy .mSerwisy span, #mPomoc .mPomoc span, #mKontakt .mKontakt span {
	/* left:0;  Tak ma byc jesli aktualna pozycja menu ma byc nieklikalna */
	background-image:url(../img/start/main_menu_empty.gif);
}
/* Content */
#content {
	width:100%;
	text-align:left;
	display:block;
	float:left;
	padding-bottom:15px;
	padding-top:25px;
	background-color:#FFFFFF;
}
#contentBody {
	display:block;
	width:950px;
	padding:0px;
	margin:auto;
}
#mainTop {
	display:block;
	float:left;
	width:950px;
}

/* subMenu Level 1 */
.subMenu {
	padding:0px;
	margin:0px;
	width:200px;
	display:block;
	float:left;
	overflow:hidden;
}
.subMenu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left:8px;
	display:block;
	overflow:hidden;
}
.subMenu li {
	padding-bottom:1px;
	overflow:hidden;
}
a.subMenu {
	overflow:hidden;
	display:block;
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#00456A;
	line-height:30px;
	padding-left:10px;
	border-bottom:1px #CCCCCC dotted;
}
a.subMenu:active {
	color:#FFFFFF;
	background-color:#DD5A2A;
	border-bottom:1px #FFFFFF solid;
}
a.subMenu:hover {
	color:#FFFFFF;
	background-color:#DD5A2A;
	border-bottom:1px #FFFFFF solid;
}
a.subMenu.clicked {
	cursor:default;
	color:#FFFFFF;
	background-color:#DD5A2A;
	border-bottom:1px #FFFFFF solid;
}
a.subMenu.actual {
	overflow:hidden;
	padding-left:24px;
	cursor:default;
	color:#FFFFFF;
	background-color:#DD5A2A;
	background-image:url(../img/common/arrow_right_white.gif);
	background-repeat:no-repeat;
	background-position:10px 11px;
	border-bottom:1px #FFFFFF solid;
}
a.subMenu.actual.sub {
	overflow:hidden;
	padding-left:24px;
	cursor:default;
	color:#FFFFFF;
	background-color:#DD5A2A;
	background-image:url(../img/common/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:8px 13px;
	border-bottom:1px #FFFFFF solid;
}
/* subMenu Level 2 */
.subMenu2 ul {
	overflow:hidden;
	list-style-type:none;
	padding:0px 0px 5px 0px;
	width:200px;
	display:block;
	margin:5px 0px 0px 0px;
	float:left;
	border-bottom:1px #CCCCCC dotted;
}
.subMenu2 li {
	overflow:hidden;
}
.subMenu2 a {
	overflow:hidden;
	display:block;
	width:170px;
	padding:0px;
	border:none;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	color:#00456A;
	padding:3px 0px 3px 24px;
}
.subMenu2 a:active {
	color:#DD5A2A;
	background-image:url(../img/common/submenu.gif);
	background-repeat:no-repeat;
	background-position:10px 8px;
}
.subMenu2 a:hover {
	color:#DD5A2A;
	background-image:url(../img/common/submenu.gif);
	background-repeat:no-repeat;
	background-position:10px 8px;
}
.subMenu2 a.actual {
	color:#DD5A2A;
	background-image:url(../img/common/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:11px 7px;
	cursor:default;
}

/* subPage */
#pageTitle {
	display:inline;
	float:left;
	width:60px;
	height:50px;
}

#subPage {
	display:block;
	float:right;
	position:relative;
	width:715px;
	margin-right:5px;
	line-height:20px;
	text-align:justify;
	color:#323232;	
}
#subTitle {
	height:37px;
	padding-bottom:13px;
}
.subTxt {
	margin:0px 0px 20px 0px;
}

.formTable tr td {
	padding:8px 14px 7px 14px;
	font-size:12px;
	color:#515050;
	font-family:Arial;
}

.formTable tr td.left {
	text-align:right;
	font-weight:bold;
	width:44%;
}

.formTable tr td.right {
	text-align:left;
	width:56%;
	padding-left:0px;
}

.infoTable tr td {
	padding:11px 14px 10px 14px;
	font-size:13px;
	color:#515050;
	font-family:Arial;
}

.infoTable tr td div {
	display:inline;
	float:left;
	margin-right:15px;
}

.infoTable tr td span {
	display:inline;
	float:left;
	padding-top:4px;
}

.odd {
	background-color:#FCFCFC;
}

.dotted {
	border-bottom:1px #CCCCCC dotted;
}
.infoTable tr th {
	padding:8px 14px 12px 14px;
	font-size:15px;
	color:#005867;
	background-color:#e8e8e8;
	font-family:Arial;
}

.infoTable tr th.left {
	text-align:left;
}

.infoTable tr th.right {
	text-align:center;
}

.infoTable tr td.left {
	text-align:left;
	padding-left:20px;
}

.infoTable tr td.right {
	text-align:center;
	font-size:14px
}

/* Footer */
#footer {
	display:block;
	clear:left;
	border-top:1px solid #E0E0E0;
	width:100%;
	height:134px;
}
#footerBody {
	display:block;
	height:120px;
	width:930px;
	font-size:11px;
	margin:auto;
	padding-left:10px;
	padding-right:10px;
}
#footerBody a {
	color:#9D9FA3;
	font-weight:normal;
}
#footerBody a:hover {
	color:#616161;
	text-decoration:none;
}
#footerBody .box {
	display:inline;
	float:left;
	margin:17px 30px 15px 0px;
	font-size:11px;
	color:#616161;
	text-align:left;
	border-left:1px #C8C8C8 dotted;
	padding-left:7px;
}
#footerBody .box ul {
	margin:7px 0px 0px 4px;
	padding:0px;
}
#footerBody .box ul li {
	list-style-type:none;
	margin:0px 0px 5px 0px;
	padding:0px;
}
#footerBody .copyright {
	width:170px;
	margin-top:25px;
	color:#9D9FA3;
	display:block;
	float:right;
	text-align:right;
}
#footerBody .infolinia {
	display:block;
	float:right;
	background-image:url(../img/common/infolinia.png);
	width:199px;
	height:50px;
	margin-top:11px;
}



/* COMMON */

.tip {
	border:1px #F00 dotted;
	padding:15px 25px 15px 102px;
	text-align:justify;
	background-color:#FFC;
	background-image:url(../img/common/idea.png);
	background-repeat:no-repeat;
	background-position:10px 9px;
	color:#000;
}

.errors {
    border:1px dotted red;
    color:#FF0000;
    background:#FEFAEB;       
    margin:0px 0px 20px 0px;
    padding:15px
}      

.infos {    
    border:1px dotted green;
    background:#E8FFE8;
    color:green;       
    margin:0px 0px 20px 0px;
    padding:15px
}

.required {
    background-color:#FFF3F3;
}

/* Corner */

.cornerBody {
	display:block;
	background:#FAFAFA;
	border:0 solid #C8C8C8;
	border-width:0 1px;
	padding:0px;
	margin:auto;
	color:#333;
	/* font: normal 12px /1.7  Verdana, Arial, Helvetica, sans-serif; */
}

.cornerBody h2 {
	width:698px;
	background-color:#E8E8E8;
	margin:0px 0px 8px 0px;
	padding:8px 0px 10px 15px;
}

.cornerTop, .cornerBottom {
	display:block;
	background:transparent;
	font-size:1px;
	margin:auto;
}
.corner1, .corner2, .corner3, .corner4 {
	display:block;
	overflow:hidden;
}
.corner1, .corner2, .corner3 {
	height:1px;
}
.corner2, .corner3, .corner4 {
	background:#FAFAFA;
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
}
.corner1 {
	margin:0 5px;
	background:#C8C8C8;
}
.corner2 {
	margin:0 3px;
	border-width:0 2px;
}
.corner3 {
	margin:0 2px;
}
.corner4 {
	height:2px;
	margin:0 1px;
}
.corner1dark, .corner2dark, .corner3dark, .corner4dark {
	display:block;
	overflow:hidden;
}
.corner1dark, .corner2dark, .corner3dark {
	height:1px;
}
.corner2dark, .corner3dark, .corner4dark {
	background:#E8E8E8;
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
}
.corner1dark {
	margin:0 5px;
	background:#C8C8C8;
}
.corner2dark {
	margin:0 3px;
	border-width:0 2px;
}
.corner3dark {
	margin:0 2px;
}
.corner4dark {
	height:2px;
	margin:0 1px;
}



/* Forms */

.input {
	border:1px solid #D2D2D2;
	background-image:url(../img/common/input_long.gif);
	border-radius:2px;
	height:20px;
	padding:4px 4px 2px 4px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px
}

.inputBig {
	border:1px solid #D2D2D2;
	background-image:url(../img/common/input_bg.gif);
	background-repeat:repeat-x;
	border-radius:2px;
	padding:4px 4px 2px 4px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px
}
.select {
    border:1px solid #D2D2D2;
    font-size:13px;
	background-image:url(../img/common/input_bg.gif);
	background-repeat:repeat-x;
	color:#515050;
    padding:4px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px
}

#conditions {
	width:600px;
	display:inline;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	margin:5px 0px 5px 0px;
}

.input_button {
	padding:11px 37px 11px 37px;
	background-color:#DD5A2A;
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	border:0px;
	display:inline;
	float:right;
	margin-top:5px;
	cursor:pointer;
	font-size:18px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px
}

.input_button:hover {
	background-image:url(../img/button/button_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(/img/common/arrow_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:12px;
	border-top:1px solid #DD5A2A;
	text-align:center;
	width:210px;
	padding:15px 15px 35px 15px;
	color:#323232;	
}

/* style the trigger elements */
#dyna img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:url(/img/common/arrow_top.png);
	padding:35px 15px 15px 15px;
	background-position:top;
	border-bottom:1px solid #DD5A2A;
	border-top:none;
	background-repeat:no-repeat;
}

	
.formTitle {
		text-align:right;
		font-weight:bold;
		padding:10px 10px 10px 0;
}
	
.formTitle2 {
		text-align:right;
		font-weight:bold;
		padding:8px 10px 8px 0;
}

.formTitle3 {
		text-align:right;
		font-weight:normal;
		padding-right:10px;
}
		
#inputs label {
		text-align:right;
		width:75px;
		padding-right:20px;
}
	
#inputs br {
		:left;
}


.selectList {
    background-color:#FFFFFF;
    background-image:url(../img/common/input_bg.gif);
    background-repeat:repeat-x;
    border-color:#C8C8C8;
    border-right:1px solid #BDBDBD;
    border-style:solid;
    border-width:1px;
    color:#000;
    font-family:Tahoma,Arial,sans-serif;
    font-size:13px;
    height:25px;
    padding:2px;
    text-decoration:none;
}

/* showItem */

.expand {
	/* border:1px #83C978 dotted; */
	padding:15px 15px;
	text-align:justify;
	background-color:#EEE; 
	margin:10px 25px 16px 0;
	color:#333;
	border-radius:5px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;	
}

ul.expandList{
    list-style-type:square;
    list-style-position:outside;
    padding-left:15px;
	padding-top:5px;
	margin-bottom:12px;
}

ol.expandList{
    padding-left:27px;
	padding-top:5px;
	margin-bottom:12px;
}
ol.expandList li {
    margin:3px 0 3px 0;
	padding:0;
	font-weight:bold;
}

ol.expandList li span {
	font-weight:normal;
}

ol.listItem{
	color:#3889A0;
    list-style-type:square;
    list-style-position:outside;
    padding-left:17px;
	padding-top:3px;
	margin:5px 0 5px 20px;
}
ol.listItem li{
	padding:2px 0;
}
ol.listItem li a {
	/*	font: normal 12px /1.2 Verdana, Arial, Helvetica, sans-serif; */
}
.showHide {
    position:absolute;
	top:0px;
	right:0px;
}
.showHide a{
    color:#FFFFFF;
	display:block;
	float:right;
    text-decoration:none;
	padding:5px 12px 5px 12px;
	background-color:#DD5A2A;
	text-align:center;
	border-radius:2px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
    font:bold 11px/1 Arial, Helvetica, sans-serif;
}
.showHide a:hover{
	background-color:#00778C;	
}
.subTable, .priceTable {
	border:none;
	border-collapse:collapse;
}

.subTable tr th {
	text-align:left;
	color:#005867;
	font-size:13px;
	font-weight:bold;
	padding:5px 0px 9px 20px;
	background-color:#E8E8E8;	
}

.priceTable tr th {
	text-align:left;
	color:#005867;
	font-size:13px;
	font-weight:bold;
	padding:5px 0px 9px 10px;
	background-color:#E8E8E8;	
}

.subTable tr td {
	padding:9px 0px 9px 20px;
}

.priceTable tr td {
	padding:9px 0px 9px 10px;
}

.subTable tr.odd, tr td.odd {
	background-color:#F4F4F4;	
}

.priceTable tr.odd, tr td.odd {
	background-color:#F4F4F4;	
}

.subTable tr td span {
	color:#155D72;
}

.priceTable tr td span {
	color:#155D72;
}

.tdCenter {
	padding-left:0px !important;
	text-align:center !important;
}

.tdLeft {
	text-align:left !important;
}

.infoLink{
	font-weight:normal;
	font-size:11px;
}

div.tableInfo {
	padding:20px 20px 5px 20px;
}


/* DOMENY */

.domenyIco-01 {
	display:inline;
	float:left;
	width:32px;
	height:32px;
	margin-right:15px;
	margin-top:5px;
	background-image:url(../img/domeny/ico-01.png);
}

.domenyIco-02 {
	display:inline;
	float:left;
	width:32px;
	height:32px;
	margin-right:15px;
	margin-top:5px;
	background-image:url(../img/domeny/ico-02.png);
}

.domenyIco-03 {
	display:inline;
	float:left;
	width:32px;
	height:32px;
	margin-right:15px;
	margin-top:5px;
	background-image:url(../img/domeny/ico-03.png);
	vertical-align: central;
}

.txt {
	display:block;
	width:90%;
	margin:25px 25px 0 25px;
}

.txt a img {
	border:none;
}
.txt2 {
	display:block;
	width:93%;
	margin:10px 25px 25px 25px;
}

.whoisBox {
	display:block;

	margin:10px 0px 30px 47px;
	padding:17px 0px 17px 50px;
	background-color:#F8F8F8;
	border:1px solid #E5E5E5;
	text-align:center;
	width:47%;
    color:#DD5A2A;
    font-size:16px;
    font-weight:bold;
	background-repeat:no-repeat;
}

#whoisInput {
	background-image:url(../img/common/input_short.gif);
	background-repeat:no-repeat;
	width:50px;
	height:28px;
	border:none;
	margin:0px 6px;
	padding:0 10px;
}

#domenyButtonCheck {
	background-image:url(../img/button/button_check.gif);
	background-repeat:no-repeat;
	width:103px;
	display:block;
	float:left;
	height:29px;
	border:none;
	cursor:pointer;
	margin-left:188px
}

#domenyButtonCheck:hover {
	-moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); background-color:#FFFFFF;
}


#buttonClear {
	background-image:url(../img/button/button_clear.gif);
	background-repeat:no-repeat;
	width:73px;
	display:block;
	float:left;
	height:29px;
	border:none;
	cursor:pointer;
	margin-left:25px
}

#buttonClear:hover {
	-moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); background-color:#FFFFFF;
}

#buttonSend {
	background-image:url(../img/button/button_send.gif);
	background-repeat:no-repeat;
	width:89px;
	display:block;
	float:left;
	height:29px;
	border:none;
	cursor:pointer;
	margin-left:240px
}

#buttonSend:hover {
	-moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); background-color:#FFFFFF;
}

/* SERWERY */

.serweryIco {
	display:inline;
	float:left;
	width:32px;
	height:32px;
	margin-right:15px;
	margin-top:5px;
}


/* KONTAKT */

a.specialButton {
    color:#FFFFFF;
	display:inline;
	float:left;
	background-image:url(../img/common/showHide.png);
    text-decoration:none;
	padding:8px 30px 11px 30px;
	border-right:1px solid #C44422;
	text-align:center;
	text-shadow:1px 1px 1px #545454;
	margin:10px 0;
    font:bold 11px/1 Arial, Helvetica, sans-serif;
}
a:hover.specialButton {
    color:#FFFFFF;
	-moz-opacity:0.8; 
	opacity:0.8; 
	filter:alpha(opacity=80); 
	background-color:#FFFFFF;	
}

#buttonLogin {
	background-image:url(../img/button/button_login.gif);
	background-repeat:no-repeat;
	width:114px;
	display:block;
	float:left;
	height:29px;
	border:none;
	cursor:pointer;
	margin-top:12px;
	margin-left:220px
}

#buttonLogin:hover {
	-moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); background-color:#FFFFFF;
}

input.specialSubmit {
    color:#FFFFFF;
	display:inline;
    text-decoration:none;
	border:none;
	cursor:pointer;
	padding:5px 12px 5px 12px;
	background-color:#DD5A2A;
	text-align:center;
	margin:10px 0;
	border-radius:2px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
    font:bold 11px Arial, Helvetica, sans-serif;

}
input:hover.specialSubmit {
    background-color:#00778C;	
}


input.specialSubmitOff {
    color:#FFFFFF;
	display:inline;
	background-color:#767676;
    text-decoration:none;
	border:none;
	cursor:pointer;
	padding:5px 12px 5px 12px;
	border-right:1px solid #737373;
	text-align:center;
	margin:10px 0;
	border-radius:2px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
    font:bold 11px Arial, Helvetica, sans-serif;
}
input:hover.specialSubmitOff {
	background-color:#919191;	
}



.numberBox {
	margin:27px auto 30px auto;
	background-color:#F8F8F8;
	border:1px solid #E5E5E5;
	background-position:0 -4px;
	width:93%;
	background-repeat:no-repeat;
}

.numberBoxInner {
	display:block;
	padding:10px 230px 10px 50px;
	text-align:justify;
	background-repeat:no-repeat;
}

.siteScreen {
	display:inline;
	float:left;
	width:280px;
	border:1px solid #CCC;
	margin:15px 0 10px 25px;
}

.siteScreen a img {
	border:none;
}

.siteDesc {
	display:inline;
	float:right;
	width:350px;
	margin:0 35px 0 0;
}

ul.descList{
    list-style-type:none;
    padding-left:15px;
	padding-top:3px;
	margin: 7px 0 12px 0;
}

ul.descList li {
	margin-bottom:10px;
}

#pagination {
	display:block;
	margin: 15px auto 10px auto;
	text-align:center;
	width:650px;
}


#pagination a#pLeft {
	display:inline;
	padding-right:15px;
	text-align:center;
	color:#00778C;
}
#pagination a:hover#pLeft {
	text-decoration:none;
	color:#DD5A2A;
}

#pagination a#pCenter{
	display:inline;
	text-align:center;
	padding:4px 8px;
	background-color:#DD5A2A;
	font-size:14px;
	margin:0 2px;
	color:#fff;
	border-radius:2px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px
}

#pagination a:hover#pCenter{
	text-decoration:none;
	background-color:#f37647;
}

#pagination a#pRight{
	display:inline;
	padding-left:15px;
	text-align:center;
	color:#00778C;
}

#pagination a:hover#pRight{
	text-decoration:none;
	color:#DD5A2A;
}

a.orangeButton {
    color:#FFFFFF;
	display:inline;
	float:left;
    text-decoration:none;
	padding:5px 12px 5px 12px;
	background-color:#DD5A2A;
	text-align:center;
	margin:10px 0 0 0;
	border-radius:2px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
    font:bold 11px Arial, Helvetica, sans-serif;
}
a:hover.orangeButton {
	background-color:#00778C;	
}

a.greyButton, div.greyButton {
    color:#FFFFFF;
	display:inline;
	float:left;
    text-decoration:none;
	padding:5px 12px 5px 12px;
	background-color:#7c7c7c;
	text-align:center;
	margin:10px 0 0 0;
	border-radius:2px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
    font:bold 11px Arial, Helvetica, sans-serif;
}
a:hover.greyButton {
	background-color:#939393;	
}

a.contentButton {
    color:#FFF;
    text-decoration:none;
	padding:2px 7px 2px 7px;
	background-color:#8C8C8C;
	text-align:center;
	margin:10px 0 0 0;
	border-radius:2px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
    font:bold 11px Arial, Helvetica, sans-serif;
}
a:hover.contentButton {
	background-color:#00778C;
	color:#FFF;
}

.primus, .medius, .magnus, .altus {
	font-size:14px;
}
.primus {
	color:#5EA130;
}
.medius {
	color:#4D7994;
}
.magnus {
	color:#D87E03;
}
.altus {
	color:#A49703;
}
.price {
	color:#155D72;
	font-size:14px;
	font-weight:bold;
}
.przekreslenie {
	text-decoration:line-through;
}
.podkreslenie {
	text-decoration:underline;
}

div.panelRadio {
	border:1px solid #CCC;
	padding:5px 0 10px 5px;
	background-image:url(../img/common/input_bg.gif);
	background-repeat:repeat-x;
	width:290px;
	margin-bottom:10px;
}

div:hover.panelRadio {
	background-color:#F7F7F7
}
div.panelRadio input {
	display:inline;
	float:left;
	width:4%;
}
div.panelRadio label {
	display:inline;
	float:left;
	height:20px;
	cursor:pointer;
	padding-top:2px;
	width:265px;
}

div.rodo {
	font-size:11px;
	font-weight:normal;
	text-align: justify;
	text-decoration:none;
	color:#666;
}
