/* 

Title : Global style sheet for client-side web development
Author : Cody Lindley 
Modified : Jacek Kawiak

*/


#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 1.3em;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #BAE2F8;
	background-color: #fff;
}
@media screen and (max-width: 600px) {
  #JT {
    display:none!important; 
  }
}

#JT_copy{
  background: url(../images/background/wave_02_500.png) no-repeat bottom right;
	padding:10px 10px 10px 10px;
	color:#333333;
}
#JT_dealerstable{
  background: url(../images/background/wave_03_550.png) no-repeat bottom right;
	padding:0;
	color:#333333;
}
#JT_tip300{
  background: url(../images/background/wave_01_300.png) no-repeat bottom right;
	padding:10px 10px 10px 10px;
	color:#333333;
}
#JT_tip500{
  background: url(../images/background/wave_02_500.png) no-repeat bottom right;
  padding:10px 10px 10px 10px;
  color:#333333;
}
#JT_tip800{
  background: url(../images/background/wave_04_800.png) no-repeat bottom right;
  padding:10px 10px 10px 10px;
  color:#333333;
}
#JT_tip_plain{
}
#JT_priority{
  background: url(../images/background/wave_03_550.png) no-repeat bottom right;
	padding:10px 10px 10px 10px;
	color:#333333;
}
#JT_close_left{
	background-color: #BAE2F8;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #BAE2F8;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #BAE2F8;
}

/*
Dodatek - helper z numerem komórkowym/stacjonarnym
*/

#JT_jk {
	position: absolute;
	z-index:100;
	border: 1px solid #808080;
	background-color: #fff;
}

#JT_close_jk{
	background-image: url(../sf/calendar/skins/aqua/dark-bg.gif);
	background-color: #CCCCFF;
	border-bottom: 1px solid #808080;
	font-size:11px;
	text-align: center;
	padding-left: 8px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-weight:bold;
}

#JT_copy_jk{
	background-image: url(../sf/calendar/skins/aqua/normal-bg.gif);
	padding:5px;
	color:#333333;
}

.telephone_helper_button {
  width:85px;
  margin-bottom:5px;
  background-image: url(../sf/calendar/skins/aqua/dark-bg.gif);
  border: 1px solid #808080;
  cursor: pointer;
}

.telephone_helper_button_corded {
  float:right;
}

.telephone_helper_button_mobile {
  float:left;
}

.telephone_helper_button:hover {
  background-image: url(../sf/calendar/skins/aqua/hover-bg.gif);
}

#JT_logged_in {
  background: url(../images/background/wave_02_500.png) no-repeat bottom right;
	padding:10px 10px 10px 10px;
	color:#333333;
	}