/* Ficher CSS updated : august 2014 */

html, body {
	background: #F2F2F2;
	height: 100%;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }

h1{
	color:#636163;
	font-weight:normal;
}

img {border:none;}
img a{border:none;}

#block-othersproducts					{display:none;width:280px;margin-top:76px;margin-left:1370px;position:absolute;border:1px solid #E4E4EB;background:white;}
#block-othersproducts h2				{font-family: 'Carrois Gothic', sans-serif;color: #595959;text-align: center;padding: 1% 0;margin: 0;border-bottom: 1px solid #E4E4EB;}
#block-othersproducts ul				{padding: 2%;margin:0;}
#block-othersproducts ul li 			{display:block;padding: 2% 0;overflow: hidden;border-bottom:1px solid #E4E4EB;}
#block-othersproducts ul li:last-child	{border-bottom:0px dotted silver;}
#block-othersproducts ul li a			{color:black;}
#block-othersproducts ul li img			{width:20%;float:left;margin-right:3%;}
#block-othersproducts ul li span		{width:77%;float:left;font-size: 0.8em;}

#block-ticketcode a{color:black;}
#block-ticketcode{margin: 1% auto;  border: 0px solid red;}
#block-ticketcode img{margin: 2% auto;display:block;}
#ticketcode-infos{margin:1% 0;text-align:left;}
#block-ticket-send{margin:1% 0;text-align:left;}
#block-ticketcode input[type="text"]{width:85%;padding:8px;}

/* #block-ticketcode input[type="submit"],#block-ticketcode input[type="button"]{ */
input[type="submit"],input[type="button"]{
  cursor: pointer;
  padding: 4px 17px;
  margin-bottom: 1em;
  margin-right: 1em;
  color: #5a5a5a;
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}



#logoup{
	background: white;
	max-width: 748px;
	padding: 1% 8px 0 8px;
	
	overflow: hidden;
}

#mbuy-overlay {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	z-index: 5;
	height: 100%;
	margin: 0; 
	padding: 1% 0 0 0;
	top: 0;
	left: 0;
	display: none;
	overflow: auto;
}
#mbuy-overlay form {
	font-size:0.9em;
	max-width: 380px;
	margin: 0 auto;
/* 	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; */
	padding: 1%;
	background: white;
}

#mbuy-overlay form label {
	display: inline-block;
	width: 130px;
	border: 0px solid red;
}
#mbuy-overlay form input[type="text"],#mbuy-overlay form select{

}
#mbuy-overlay form input[type="submit"],#mbuy-overlay form input[type="button"]{
	margin: 2% auto;
}

#mbuy-overlay form #user_fill_address{
	font-weight: bold;
	margin: 2% 0;
	display: block;
}

#mbuy-overlay #block-cardpayment-overlay{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

#orderconfirm{
	font-size: 0.8em;
}

#buyer-choices{
	border-bottom: 1px solid silver;
	padding-bottom: 13px;
	margin-bottom: 13px;
	display:none;
}

.state-error, .state-success, .state-cancelled, .state-info, .state-warning {
	margin: 10px auto 10px auto;
	padding: 11px 31px;
	/* -moz-border-radius: 10px; */
	/* border-radius: 10px; */
	/* width: 90%; */
}


.state-error {
	color:#F54E4E;
	border: 1px solid red;
	background: #FDD;
}

.state-warning {
	border:1px solid #ed5;
	background:#fffce5;
	/* background-image: url('http://mbuy.ch/images/message-warning.png'); */
	background-repeat: no-repeat;
	background-position-x: 5px;
	background-position-y: 7px;
}


.state-success {
	border:1px solid #be7;
	background:#f8fff0;
}

.ok-easypay {
	background-image: url('http://mbuy.ch/images/message-ok.png');
	background-repeat: no-repeat;
	background-position-x: 5px;
	background-position-y: 7px;
}


.state-cancelled ,.state-info {
	color:#327CDB;
	border: 1px solid #A1A6ED;
	background: #E8EDFC;
	display:block;
	overlow:hidden;
}

.stickyfooter {
	position: fixed;
	bottom: -1px;
	display:;
	color: #fff;
	font-family: 'Trebuchet MS';
	font-size: 20px;
	padding: 10px 0 10px 0;
	font-weight: normal;
	text-decoration: none;
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	margin: 0 auto;
	color: white;
	text-align: center;
	vertical-align: middle;
	left: 0;right: 0;
	width: 100%;
	max-width:290px;
	background: #fa5b5b;
	background: -moz-linear-gradient(top, #fa5b5b 1%, #e21919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fa5b5b), color-stop(100%,#e21919));
	background: -webkit-linear-gradient(top, #fa5b5b 1%,#e21919 100%);
	background: -o-linear-gradient(top, #fa5b5b 1%,#e21919 100%);
	background: -ms-linear-gradient(top, #fa5b5b 1%,#e21919 100%);
	background: linear-gradient(top, #fa5b5b 1%,#e21919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5b5b', endColorstr='#e21919',GradientType=0 );
}

.stickyfooter:hover {}


#iframe-payment{}


#block-logos-payment img{
	border:0;
}



input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="text"] {
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	border: 1px solid #cececf;
	border-top-color: #b5b5b6;
	border-bottom-color: #dededf;
	margin:3px 0;
}

select{
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
	padding: 4px;
	border: 1px solid #A3A3A3;
}



.btn-navigation {
/* 	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	
	-webkit-border-top-left-radius:14px;
	-moz-border-radius-topleft:14px;
	border-top-left-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	-moz-border-radius-bottomright:14px;
	border-bottom-right-radius:14px;
	text-indent:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:38px;
	line-height:38px;
	padding:0.5% 4%;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 11px #ffffff; */
	
	
  cursor: pointer;
  padding: 4px 17px;
  margin-bottom: 1em;
  margin-right: 1em;
  color: #5a5a5a;
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
	
}
.btn-navigation:hover {
/* 	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf; */
}

.btn-navigation:active {
	position:relative;
	top:1px;
}

/* Page de formulaire (page 1 et 2 du modele) */

#payment-mode-selection div{
	border: 1px solid #E6E3E3;
	padding: 4px;
	background: rgba(255,255,255,1);
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#block-order-summary{
	/* background: #E8E8E8; */
	background: #F0F0F0;
	padding: 1%;
	margin: 2% 2%;
	/* border: 1px solid #ddd; */
	border: 0px solid #ddd;
}

#block-order-summary-choice #choicesDiv table{
	width: 175px;
	margin: 0 auto;
}


/* Payment : 98ASDF9CVBNM */
#choicesDiv , #summaryDiv , #operatorDiv, #infosDiv , #registeredMailDiv, #orderAgainDiv ,#mailFormDiv, #thanksDiv {
	background: #E8E8E8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:1%;
	margin: 0 0 2% 0;
}

#infosDiv{
	font-size: 0.8em;
}

#summaryDiv ul, li {
	text-align:left;
	line-height:1.5em;
	list-style-type: none;
}

#purchaseDiv {
	color:white;
	background: #9C9C9C;
	padding: 2% 0;
}

#purchaseDiv  a{
	color:white;
}

#purchaseDiv img {
	border:none;
}

#read-accept-legacy{
	margin-bottom: 2%;
}

#errorDiv {
	width:100%;
}

#thanksDiv {
	border: 1px solid #22A334;
	background: #BEF0A5;
}

#registeredMailDiv {
	background: #BEF0A5;
	border: 1px solid #22A334;
}

/* Fin payment */


#wrap {
	min-height: 100%;
	background: #F1F0F2;
}


#main {
	padding: 4px 8px 0 8px;
	overflow:auto;
	padding-bottom: 100px; /* must be same height as the footer */
	text-align:left;
	max-width:748px;
	background: white;
} 

#main iframe{
	width:100%;
	max-width:inherit;
	height:280px;
}

#main img {
	margin: 0 0 2px 0;
}

#image{
	/* width: 85%; */
	margin: 0 auto;
}


#footer {
	display:none;
	background:red;
	position: relative;
	height:auto;
	clear:both;
	text-align:center;
}


#fixedfooter {
	margin-top:8px;
	height:15px;
	color:#888;
	text-align:center;
	font-size:10px;
	font-weight:normal;
}

.bthome {
	display:none;
	float: left;
	margin: 10px 0 12px 10px;
}

.logo {
	float: right;
	margin: 5px 5px 0 0;
}

#pricebox {
	width:80px;
	height:80px;
	z-index:2;
	position:inherit;
	display:block;
	float:right;
 	right:20px;
	text-align:center;

	/* GRADIENT BCKGRND */
	background: #fa5b5b;
	background: -moz-linear-gradient(top,  #fa5b5b 1%, #e21919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fa5b5b), color-stop(100%,#e21919));
	background: -webkit-linear-gradient(top,  #fa5b5b 1%,#e21919 100%);
	background: -o-linear-gradient(top,  #fa5b5b 1%,#e21919 100%);
	background: -ms-linear-gradient(top,  #fa5b5b 1%,#e21919 100%);
	background: linear-gradient(top,  #fa5b5b 1%,#e21919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5b5b', endColorstr='#e21919',GradientType=0 );
	
	/* SHADOW */
	-webkit-box-shadow: 0px 0px 3px 2px rgba(25, 25, 25, 0.2);
	-moz-box-shadow: 0px 0px 3px 2px rgba(25, 25, 25, 0.2);
	box-shadow: 0px 0px 3px 2px rgba(25, 25, 25, 0.2);
	
	/* ROUNDED */
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
}

.oldprice {
	font-family:'Helvetica', Arial, Verdana, sans-serif;
	font-size:12px;
	text-decoration:line-through;
	color:#FFF;
	text-shadow:none;
}

.price {
	margin-top:24px;
	font-family:'Helvetica', Arial, Verdana, sans-serif;
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	text-shadow: 0px -1px 0px #3B3B3B;
	filter: dropshadow(color=#3B3B3B, offx=0, offy=-1);
}

.devise {
	font-family:'Helvetica', Arial, Verdana, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	text-shadow: 0px -1px 0px #3B3B3B;
	filter: dropshadow(color=#3B3B3B, offx=0, offy=-1);
}

.copyright {
	font-size:10px;
	background:#F2F2F2;
	padding:5px;
	
}

.copyright span {
	font-weight:bold;
}

#errorDiv {
	width:90%;
	margin: 10px auto 10px auto;
	padding:10px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#F54E4E;
	border: 1px solid red;
	background: #FDD;
}

.expiredoffer {
    font-size:17px;
    text-align:center;
    color: white;
    width: 80%;
    margin: 20px 0 20px 0;
    padding: 10px;
    background: none repeat scroll 0% 0% rgb(232, 73, 73);
    font-weight: bold;
    border-radius: 6px 6px 6px 6px;
}

button.clean-gray {
    background-color: rgb(238, 238, 238);
    background-image: -moz-linear-gradient(center top , rgb(238, 238, 238), rgb(204, 204, 204));
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(187, 187, 187);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    color: rgb(51, 51, 51);
    font: bold 15px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    padding: 8px 0px;
    text-align: center;
    text-shadow: 0px 1px 0px rgb(238, 238, 238);
    width: 80%;
    margin-bottom:20px;
}

button.clean-gray:hover	{
  background-color: #dddddd;
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-left-width-value: 1px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-left-style-value: solid;
  border-top-color: #bbbbbb;
  border-right-color-value: #bbbbbb;
  border-left-color-value: #bbbbbb;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
  cursor: pointer;
  text-shadow: #dddddd;
}

#wrapper-contest{
	font-size:0.9em;
	font-family:arial;
}

#block-contest {
	margin:20px 0 20px 0;
	padding:10px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.55) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0.55)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.55) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.55) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.55) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.55) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#8cffffff',GradientType=0 );
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#imgcaptcha {
    border: 1px solid rgb(119, 119, 119);
}

#wrapper-contest .state-error{
	color:white;
	margin: 10px 0 10px 0;
	padding:10px;
	background: #E84949;
	font-weight:bold;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#block-contest .state-confirm		{border:1px solid #22A334 !important;background:#AEE693;color:#10751E;padding:10px 2%;display:block;width:96%;text-align:center !important;-webkit-border-radius: 5px;border-radius: 5px;margin:25px 0 !important;}

#block-contest .contest-section		{border:0px solid green;text-align:center;margin:10px 0 10px 0;}

#block-contest input[type="text"]	{margin-left:4px;}

#block-contest .contest-info		{border:0px solid blue;font-size:0.7em;display:block;width:100%;padding:5px 0 10px 0;}

#block-contest .centre				{text-align:center;}
.titre-contest						{font-weight:bold;}
.contest-price 						{color:rgb(0, 153, 204); text-align:center;}
.contest-rules						{font-style:italic;font-size:0.8em;display:block;width:100%;padding:5px 0 10px 0;}

#block-contest input[type="button"],#block-contest input[type="submit"]	{
	background-color: rgb(238, 238, 238);
    background-image: -moz-linear-gradient(center top , rgb(238, 238, 238), rgb(204, 204, 204));
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(187, 187, 187);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    color: rgb(51, 51, 51);
    font: bold 15px "Lucida Grande","Lucida Sans Unicode","Lucida Sans","Geneva",Verdana,sans-serif;
    padding: 8px 10px;
    text-align: center;
    text-shadow: 0px 1px 0px rgb(238, 238, 238);
  	cursor:pointer;
	margin:0;
}

#block-contest input[type="button"],#block-contest input[type="submit"]:hover	{
  background-color: #dddddd;
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-left-width-value: 1px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-left-style-value: solid;
  border-top-color: #bbbbbb;
  border-right-color-value: #bbbbbb;
  border-left-color-value: #bbbbbb;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
  cursor: pointer;
  text-shadow: #dddddd;
}


#btnParticiperContest{
	background-color: rgb(238, 238, 238);
	background-image: -moz-linear-gradient(center top , rgb(238, 238, 238), rgb(204, 204, 204));
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(187, 187, 187);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-radius: 3px 3px 3px 3px;
	color: rgb(51, 51, 51);
	font: bold 15px "Lucida Grande","Lucida Sans Unicode","Lucida Sans","Geneva",Verdana,sans-serif;
	padding: 8px 10px;
	text-align: center;
	text-shadow: 0px 1px 0px rgb(238, 238, 238);
	cursor: pointer;
	margin: 0 auto;
	display:block;
	text-transform:uppercase;
}

@media all and (max-width:1320px){

	#block-othersproducts{
		width: 250px;
	}

}
 
@media all and (max-width:1240px){

	#block-othersproducts{
		width: 230px;
	}

}

@media all and (max-width:1239px){
	#block-othersproducts{
		display:none !important;
	}
}

@media all and (max-width:560px){

	#main {
		padding: 4px 2px 60px 2px;
	}
	
	.stickyfooter {width:60%;}

	h1{font-size:1.3em;}

	.btn-navigation {
		font-size:14px;
	}
	
	#summaryDiv ul, li {
		line-height: 1.2em;
	}

	#block-payment-method-sms,#mailFormDiv,#registeredMailDiv, #orderAgainDiv,#thanksDiv{
		font-size:0.9em;
	}

	#mbuy-overlay #block-cardpayment-overlay{
		max-width: 320px;
	}

}
#globalnav {
/*	font-family:"Trebuchet MS", helvetica, arial, verdana, sans-serif; */  
	font-family: 'Carrois Gothic', sans-serif;
	font-size:20px;
	/* margin-bottom:15px; */
	letter-spacing:-0.05em;
	height:3em;
	width:100%;
	text-align:left;
	/* background: #212121; */
	background: #333;
}

.nav {
	display:block;
	width:100%;
	/* max-width:680px; */
	max-width:764px;
	/* min-width:320px; */
}

.nav a {
	padding-top: 1em;
	text-decoration:none;
}

.nav a:hover {
		text-decoration:none;
}


.navhome {
    display:block;
    float: left;
	width:18%;
	border-right:1px solid #808080;
	border-left:1px solid #808080;	
}


.navhome a {
	color:#FFF;	
	height:2em;
    display:block;
}

.navhome a:hover {
	color:#CCC;   
}


.navorder {
    float: left;
    width: 39%;
}

.navorder a {
	color:#FFF;
	color:#41c5ef;
	font-weight:bold;
	height:2em;
    display:block;
	border-right:1px solid #808080;
}

.navorder a:hover {
	color:#CCC; 
	
}

.navback a {
	height:2em;
	width:21%;
    display:block;
	float:left;
	border-right:1px solid #808080;	
}

 .navnext {
	overflow:auto;
}

.navnext a {
	height:2em;
	/* width:21%; */
    display:block;
	/* float:left; */
	border-right:1px solid #808080; 
}

