@charset "utf-8";
/* CSS Document */

/* Menu starts */ 	
#menu {  
   	list-style:none;  
    width:960px;  
    margin:0px auto 0px auto;  
    height:51px;  
    padding:0px 0px 0px 0px;
	}
#menu li {  
    float:left;  
    display:block;  
    text-align:center;  
    position:relative;  
    padding: 5px 5px 5px 5px;  
    margin-right:30px;  
    margin-top:10px;
    border:none;  
	} 
#menu li:hover {
	padding: 5px 5px 16px 5px;
	/* Background color and gradients */  
    background: #ffffff;
	/* Rounded corners */  
    -moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	}  
#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	}  
#menu li:hover a {  
    color:#006772;  
	text-shadow: none;
	} 
#menu li .drop {  
    padding-right:21px;  
    background:url("images/drop.png") no-repeat right 8px;  
	}  
#menu li:hover .drop {  
    background:url("images/drop.png") no-repeat right 8px;  
	}  
.dropdown_1,
.dropdown_2,
.dropdown_3{  
    margin:16px auto;  
    position:absolute;  
    left:-999em; /* Hides the drop down */  
    text-align:left;  
    padding:10px 5px 10px 5px;
	z-index:100;
    /* Gradient background */  
    background:#FFFFFF;
    /* Rounded Corners */  
    -moz-border-radius: 0px 0px 5px 5px;  
    -webkit-border-radius: 0px 0px 5px 5px;  
    border-radius: 0px 0px 5px 5px;
	box-shadow: 3px 3px 5px #333;
	-moz-box-shadow: 4px 4px 5px #333;
	-webkit-box-shadow: 4px 4px 5px #333;
	} 
.dropdown_1 {width: 790px;}  
.dropdown_2 {width: 430px;}
.dropdown_3 {width: 530px;}
#menu li:hover .dropdown_1,
#menu li:hover .dropdown_2,
#menu li:hover .dropdown_3 {  
    left:0px;top:auto;  
	z-index:100;
	}  
#logo {
	float: left;
	display: inline-block;
	width: 120px;
	padding-top: 3px;
	}
#navigation {
	display: block;
	position:relative;
	margin:0px auto 0px auto;
	width: 960px;
	} 
.col_1,
.col_2 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	}
.col_1 {width:250px;}
.col_2 {width:200px;}
#menu p, #menu h5, #menu h3, #menu ul li {  
    font-family:Arial, Helvetica, sans-serif;  
    line-height:21px;  
    font-size:12px;  
    text-align:left;  
    text-shadow: 1px 1px 1px #FFFFFF;  
	}
#menu h5 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
	}
#menu li:hover div a {
	font-size:12px;
	color:#006772;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 8px; 
	padding-left: 14px;
	}
#menu li:hover div a:hover {
	color:#00ABBD;
	}
#menu li ul {  
    list-style:none;  
    padding:0;  
    margin:0 0 12px 0;  
	}  
#menu li ul li {  
    font-size:12px;  
    line-height:24px;  
    position:relative;  
    text-shadow: 1px 1px 1px #ffffff;  
    padding:0;  
    margin:0;  
    float:none;  
    text-align:left;  
    width:250px;  
	}  
#menu li ul li:hover {  
    background:none;  
    border:none;  
    padding:0;  
    margin:0;  
	}
#location {
	float:right;
	margin-right: 10px;
	margin-top: 15px;
	color: #FFF;
	font-size: 11px;
	}
#location a{
	color:#00ABBD;
}
#location a:hover{
	text-decoration:underline;
}
#search {
	float:right;
	margin-top: 14px;
	width: 180px;
	}
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	}
.searchform .searchfield {
	background: #fff;
	padding: 2px 2px 2px 10px;
	width: 120px;
	border: solid 1px #bcbbbb;
	outline: none;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.2);
	}
.searchform .searchbutton {	
	}
/* Menu ends */ 	

/* Button */
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #215C01;
	}
.button:hover {
	text-decoration: none;
	}
.button:active {
	position: relative;
	top: 1px;
	}
.button-col {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #215C01;
	margin-top:15px;

	}
.button-col:hover {
	text-decoration: none;
	}
.button-col:active {
	position: relative;
	top: 1px;
	}
.green {
	color: #FFF;
	border: solid 1px #379701;
	background-image: url(images/bout-win.png);
	background: #379701;
	background: -webkit-gradient(linear, left top, left bottom, from(#7ACB0A), to(#379701));
	background: -moz-linear-gradient(top,  #7ACB0A,  #379701);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ACB0A', endColorstr='#379701');
	}
.green:hover {
	color: #FFF;
	background: #7ACB0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#7ACB0A), to(#7ACB0A));
	background: -moz-linear-gradient(top,  #7ACB0A,  #7ACB0A);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ACB0A', endColorstr='#7ACB0A');
	}
.green:active {
	color: #FFFF;
	background: #7ACB0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#7ACB0A), to(#379701));
	background: -moz-linear-gradient(top,  #7ACB0A,  ##379701);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ACB0A', endColorstr='#379701');
	}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
	}

/* Button ends */

/* Footer starts */ 
	
#footer {
	background-color: #E3E3E3;
	margin-top:20px;
	color: #666;
	line-height: 16px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
#footer td {
	padding-top:10px;
	padding-bottom: 10px;
	}
#footer a {
	color: #666;
	font-weight:normal;
	}
#footer a:hover {
	text-decoration: underline;
	}
/* Footer ends */ 
/* lightbox begins */
/* Buttons on page: */
#lightbox-map-bouton{
}
.lightbox-button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #215C01;
	color: #FFF;
	border: solid 1px #379701;
	background-image: url(images/bout-win.png);
	background: #379701;
	background: -webkit-gradient(linear, left top, left bottom, from(#7ACB0A), to(#379701));
	background: -moz-linear-gradient(top,  #7ACB0A,  #379701);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ACB0A', endColorstr='#379701');
	}
.lightbox-button:hover {
	color: #FFF;
	background: #7ACB0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#7ACB0A), to(#7ACB0A));
	background: -moz-linear-gradient(top,  #7ACB0A,  #7ACB0A);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ACB0A', endColorstr='#7ACB0A');
	}
.lightbox-button:active {
	position: relative;
	top: 1px;
	}
.lightbox-1-button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #215C01;
	color: #FFF;
	border: solid 1px #379701;
	background-image: url(images/bout-win.png);
	background: #379701;
	background: -webkit-gradient(linear, left top, left bottom, from(#7ACB0A), to(#379701));
	background: -moz-linear-gradient(top,  #7ACB0A,  #379701);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ACB0A', endColorstr='#379701');
	}
.lightbox-1-button:hover {
	color: #FFF;
	background: #7ACB0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#7ACB0A), to(#7ACB0A));
	background: -moz-linear-gradient(top,  #7ACB0A,  #7ACB0A);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ACB0A', endColorstr='#7ACB0A');
	}
.lightbox-1-button:active {
	position: relative;
	top: 1px;
	}
/* popup frame: */
#modal {
	visibility:hidden;
	width:360px;
	height:189px;
	padding:8px;
	background:rgba(0,0,0,.3);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:fixed !important;
	top:50% !important;
	left:50% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
}
#modal-1 {
	visibility:hidden;
	width:360px;
	height:189px;
	padding:8px;
	background:rgba(0,0,0,.3);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:fixed !important;
	top:50% !important;
	left:50% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
}
#modal-map {
	visibility:hidden;
	width:360px;
	height:289px;
	padding:8px;
	background:rgba(0,0,0,.3);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:fixed !important;
	top:50% !important;
	left:50% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
}
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
/* header of the popup frame: */
#heading {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	width:360px;
	height:44px;
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
	border-bottom:1px solid #bababa;
	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:44px;
	color:#444444;
	text-shadow:0px 1px 0px #fff;
}
/* popup content: */
#lightbox-content {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:100%;
	width:360px;
	height:144px;
	background:#fcfcfc;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}
#lightbox-1-content {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:100%;
	width:360px;
	height:144px;
	background:#fcfcfc;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}
#lightbox-map-content {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:100%;
	width:360px;
	height:244px;
	background:#fcfcfc;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}
#lightbox-content p {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	line-height:22px;
	color:#555555;
	width:100%;
	float: left;
	margin:19px 0;
}
#lightbox-map-content a {
	color:#006772;
}
#lightbox-1-content p {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	line-height:22px;
	color:#555555;
	width:100%;
	float: left;
	margin:19px 0;
}
#lightbox-map-content p {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	color:#000000;
	width:100%;
	float: left;
	margin:19px 0 0 20px;
}
/* OS buttons inside popups: */
.lightbox-os-button {
	width:138px;
	height:33px;
	font-size:13px;
	font-weight:bold;
	line-height:33px;
	color:#fff;
	text-shadow:0px 1px 0px rgba(0,0,0,.2);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	float:left;
	text-decoration:none;
}
.lightbox-os-button img { 
	float:left;
	width:33px;
	height:33px;
	border:0px;
}
.lightbox-os-button.green {
	background: -webkit-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	background: -moz-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	background: -o-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	background: -ms-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	background: linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ACB0A', endColorstr='#379701',GradientType=0  );
	border:1px solid #5b8821;
	margin:0 5px 0 35px;
	text-decoration:none;
}
.lightbox-os-button.green:hover {
	color:#333333;
}
.lightbox-os-button.green2 {
	background: -webkit-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	background: -moz-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	background: -o-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	background: -ms-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	background: linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ACB0A', endColorstr='#379701',GradientType=0  );
	border:1px solid #5b8821;
	margin:0 35px 0 5px;
	text-decoration:none;
}
.lightbox-os-button.green2:hover {
	color:#333333;
}
.lightbox-ostest-button {
	width:130px;
	height:33px;
	font-size:13px;
	font-weight:bold;
	line-height:33px;
	color:#fff;
	text-align: center;
	text-shadow:0px 1px 0px rgba(0,0,0,.2);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	float:left;
	text-decoration:none;
}
.lightbox-ostest-button.green {
	background: -webkit-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	background: -moz-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	background: -o-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	background: -ms-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	background: linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ACB0A', endColorstr='#379701',GradientType=0  );
	border:1px solid #5b8821;
	margin:0 5px 0 35px;
	text-decoration:none;
}
.lightbox-ostest-button:hover {
	color: #FFF;
	background: #7ACB0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#7ACB0A), to(#7ACB0A));
	background: -moz-linear-gradient(top,  #7ACB0A,  #7ACB0A);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ACB0A', endColorstr='#7ACB0A');
	}
.lightbox-ostest-button:active {
	position: relative;
	top: 1px;
	}
/* Lightbox ends */