/*#####   Gomb  #####*/
a.cssButton span{
	/*background:transparent url(../images/buttonL.png) no-repeat scroll 0 0;*/
	display:block;
	line-height: 16px;
	/*height: 29px;*/
	padding: 6px 0 6px 13px;
	border:none;
	border:0;
	color: #FFFFFF;
  background-color: #c71444;		
}

a.cssButton {
	/*background:transparent url(../images/buttonR.png) no-repeat scroll right top;*/
	display:block;
	float:left;
	font-family: 'NissanAg_Bold';
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;

	/*height:29px;
	line-height:normal;*/
	margin-right:6px;
	padding-right:9px;
	text-decoration:none;		
}

a.cssButton img {
  /*padding: 3px;*/
  /*padding-right: 10px;  */
  border:none;
  border:0;
}
a.cssButton .imgLeft {
	margin-right: 10px;  
}
a.cssButton .imgRight {
  margin-left: 10px;  
}

/*#####   Gomb vĂ©ge #####*/

/*#####   Gomb - disabled  #####*/
a.cssButtond span{
	/*background:transparent url(../images/buttonLd.png) no-repeat scroll 0 0;*/
	display:block;
	line-height: 16px;
	/*height: 29px;*/
	padding: 6px 0 6px 13px;
	border:none;
	border:0;
	color: #FFFFFF;
  background-color: #c71444;	
}

a.cssButtond {
	background:transparent url(../images/buttonRd.png) no-repeat scroll right top;
	display:block;
	float:left;
	font-family: 'NissanAg_Bold';
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;

	/*height:29px;
	line-height:normal;*/
	margin-right:6px;
	padding-right:9px;
	text-decoration:none;		
}

a.cssButtond img {
  /*padding: 3px;*/
  /*padding-right: 10px;  */
  border:none;
  border:0;
}
a.cssButtond .imgLeft {
	margin-right: 10px;  
}
a.cssButtond .imgRight {
  margin-left: 10px;  
}

/*#####   Gomb - disabled vége  #####*/


/*#####   Gomb Wide #####*/
a.cssButtonWide {
	/*background:transparent url(../images/buttonWideR.png) no-repeat scroll right top;*/
	display:block;
	float:left;
	font-family: 'NissanAg_Bold';
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	/*height:29px;
	line-height:normal;*/
	margin-right:6px;
  padding-right:9px;
	text-decoration:none;
  background-color: #c71444;		
}

div.cssButtonWide {
  /*background:transparent url(../images/buttonR.png) no-repeat scroll right top;*/
	display:block;
	float:left;
	font-family: 'NissanAg_Bold';
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;

	/*height:29px;
	line-height:normal;*/
	margin-right:6px;
	margin-top: 10px;
	padding-right:9px;
	text-decoration:none;	
  cursor: pointer;
  background-color: #c71444;	
}

div.cssButtonWide div{
	/*background:transparent url(../images/buttonL.png) no-repeat scroll 0 0;*/
	display:block;
	line-height: 18px;
	padding: 5px 0 5px 13px;
	border:none;
	border:0;
	color: #FFFFFF;
	width: 84px;
	text-align: center;
  background-color: #c71444;	
  overflow: hidden;
  height: 18px;	  	
}

a.cssButtonWide div{
	/*background:transparent url(../images/buttonWideL.png) no-repeat scroll 0 0;*/
	display:block;
	line-height: 18px;
	padding: 5px 0 5px 13px;
	border:none;
	border:0;
	color: #FFFFFF;
	width: 195px;
	text-align: center;
  background-color: #c71444;	
}
a.cssButtonWide:hover, a.cssButtonWide:active {
	background-position: right -28px;
}
a.cssButtonWide:hover div, a.cssButtonWide:active div{
	background-position: 0 -28px;
}
/*#####   Gomb Wide vége #####*/


/*#####   Gomb Wided - disabled #####*/
div.cssButtonWided {
	/*background:transparent url(../images/buttonWideRd.png) no-repeat scroll right top;*/
	display:block;
	float:left;
	font-family: 'NissanAg_Bold';
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	background-color: rgb(208,208,208);

	/*height:29px;
	line-height:normal;*/
	margin-right:6px;
	margin-top: 10px;
	padding-right:9px;
	text-decoration:none;	
  cursor: not-allowed;	
}

       
div.cssButtonWided div{
	/*background:transparent url(../images/buttonWideLd.png) no-repeat scroll 0 0;*/
	display:block;
	line-height: 18px;
	padding: 5px 0 5px 13px;
	border:none;
	border:0;
	color: #a98080;
	background-color: rgb(208,208,208);
	/*width: 195px;*/
	width: 84px;
	text-align: center;
  overflow: hidden;
  height: 18px;	  	
}
a.cssButtonWide:hover, a.cssButtonWide:active {
	background-position: right -28px;
}
a.cssButtonWide:hover div, a.cssButtonWide:active div{
	background-position: 0 -28px;
}

div.button_thickbox
{
  bottom:0;
  padding-bottom:10px;
  padding-left:110px;
  /*position:absolute;*/
}

/*#####   Gomb Wide vége - disabled  #####*/
