.button-1
{
	font-family: euro_style, Arial, Helvetica, sans-serif;
	font-size: 12px; background-color: #5A73BB;
	border: 1px solid #428ACA;padding: 6px 10px;
	color: #fff;font-weight: bold;border-radius: 3px;
	cursor:pointer; 
}
.mainpopup{
	display:block;
	position:absolute;
    top:15%;
    left:25%;
    width:450px;
	height:350px;
	/*z-index:1;*/
}
.numbers{background-color:#B6E59C;width:430px;height:auto; padding:10px;}
.numbers span{height:auto; padding:10px;}
.padder li{display: inline-block;}

/* COLOR PICKER CSS */
#jquery-colour-picker {
	background: #fafafa;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));

	width: 360px;
	padding: 10px 5px 5px 10px;

	border: 1px solid #666;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);

	z-index: 99;
}

	#jquery-colour-picker h2 {
		margin: 0 0 5px 0;
		font-size: 14px;
	}

	#jquery-colour-picker ul {
		margin: 0;
		padding: 0;
		list-style-type: none;

		+zoom: 1;
	}

	#jquery-colour-picker ul:after {
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
		clear: both;
	}

		#jquery-colour-picker ul li {
			float: left;
			margin: 0 5px 5px 0;
		}

			#jquery-colour-picker ul li a {
				display: block;

				width: 13px;
				height: 13px;

				text-decoration: none;
				text-indent: -100000px;
				outline: 0;

				border: 1px solid #aaa;
			}

			#jquery-colour-picker ul li a:hover {
				border-color: #000;
			}
			
/*  END */

/* SLICK SLIDE SHOW CSS START */
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:590px;
	height:130px;
	/* background:transparent url(../img/images/slider-bg.png) no-repeat 0 0; */
	position:relative;
	/* border: 10px solid #f0f0f0; */
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:500px;
  height:130px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:500px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:130px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:40px;
  height:130px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:50px;
  left:10px;
  background:transparent url(../img/images/left.png) no-repeat 0 0;
}
#rightControl {
  top:50px;
  right:0;
  background:transparent url(../img/images/right.png) no-repeat 0 0;
}

.slide table td {
padding: 0 15px; width: 95px;
text-align:center;
}

.tot-icon a {
	color: #45a52b;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px #fff solid;
	transition: .3s;
	-webkit-transition: .3s;
}
.tot-icon a:hover {
	border-bottom: 1px #c3c3c3 solid;
}
/* END */