
/*
 Created by Cleanet.cz
 for PujckaProKazdeho.cz
*/


/* Small info and request buttons */

.small-button {
 list-style: none;
}

.small-button li a, .small-button li span {
 display: block;
 height: 40px;
 width: 151px; 
}

.small-button li a {
 position: relative;
 line-height: 40px;
}

.small-button li span {
 position: absolute;
 top: 0;
 left: 0;
 cursor: pointer; 
}

.small-button li a:hover span {
	background-position: 0 -40px;
}

/* Blue info button */

.blue-info-button a span {
	background: url(images/blue-info-button.png) 0 0 no-repeat;
}

/* Green info button */

.green-info-button a span {
	background: url(images/green-info-button.png) 0 0 no-repeat;
}

/* Orange info button */

.orange-info-button a span {
	background: url(images/orange-info-button.png) 0 0 no-repeat;
}

/* Red info button */

.red-info-button a span {
	background: url(images/red-info-button.png) 0 0 no-repeat;
}

/* Blue request button */

.blue-request-button a span {
	background: url(images/blue-request-button.png) 0 0 no-repeat;
}

/* Green request button */

.green-request-button a span {
	background: url(images/green-request-button.png) 0 0 no-repeat;
}

/* Orange request button */

.orange-request-button a span {
	background: url(images/orange-request-button.png) 0 0 no-repeat;
}

/* Red request button */

.red-request-button a span {
	background: url(images/red-request-button.png) 0 0 no-repeat;
}

/* Red request button */

.red-request-button-question a span {
	background: url(images/red-request-button-question.png) 0 0 no-repeat;
}

/* Big request buttons */

.big-button {
 list-style: none;
}

.big-button li a, .big-button li span {
 display: block;
 height: 50px;
 width: 465px; 
}

.big-button li a {
 position: relative;
 line-height: 50px;
}

.big-button li span {
 position: absolute;
 top: 0;
 left: 0;
 cursor: pointer; 
}

.big-button li a:hover span {
	background-position: 0 -50px;
}

/* Big request buttons 2 */

.big-button2 {
 list-style: none;
}

.big-button2 li a, .big-button2 li span {
 display: block;
 height: 50px;
 width: 465px; 
}

.big-button2 li a {
 position: relative;
 line-height: 50px;
}

.big-button2 li span {
 position: absolute;
 top: 0;
 left: 0;
 cursor: pointer; 
}

.big-button2 li a:hover span {
	background-position: 0 -50px;
}

/* Big request buttons 3*/

.big-button3 {
 list-style: none;  
 float: right;
 margin: -50px 0px 0px 0px;
}

.big-button3 li a, .big-button3 li span {
 display: block;
 height: 50px;
 width: 395px; 
}

.big-button3 li a {
 position: relative;
 line-height: 50px;
}

.big-button3 li span {
 position: absolute;
 top: 0;
 left: 0;
 cursor: pointer; 
}

.big-button3 li a:hover span {
	background-position: 0 -50px;
}

/* Big request buttons 4*/

.big-button4 {
 list-style: none;
 float: left; 
 margin: 0px 200px 0px 0px;
}

.big-button4 li a, .big-button4 li span {
 display: block;
 height: 50px;
 width: 265px; 
}

.big-button4 li a {
 position: relative;
 line-height: 50px;
}

.big-button4 li span {
 position: absolute;
 top: 0;
 left: 0;
 cursor: pointer; 
}

.big-button4 li a:hover span {
	background-position: 0 -50px;
}

/* Big blue request button */

.blue-big-button a span {
	background: url(images/blue-big-button.png) 0 0 no-repeat;
}

/* Big green request button */

.green-big-button a span {
	background: url(images/green-big-button.png) 0 0 no-repeat;
}

/* Big red request button question */

.red-big-button-question a span {
	background: url(images/red-big-button-question.png) 0 0 no-repeat;
}

/* Big orange request button */

.orange-big-button a span {
	background: url(images/orange-big-button.png) 0 0 no-repeat;
}

/* Big red request button */

.red-big-button a span {
	background: url(images/red-big-button.png) 0 0 no-repeat;
}

.red-big-button2 a span {
	background: url(images/red-big-button2.png) 0 0 no-repeat;
}
