.sdtable {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #cecece;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.sdtable table{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

.sdtable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.sdtable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.sdtable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}

.sdtable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.sdtable tr:hover td{
	
}
.sdtable tr:nth-child(odd){ background-color:#ffffff; }
.sdtable tr:nth-child(even)    { background-color:#ffffff; }


.sdtable td{
	vertical-align:middle;	
	border:1px solid #cecece;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:2px;
	font-size:16px;
	font-family: "Times New Roman",Times,serif;
	font-weight:normal;
	color:#444;
}

.sdtable tr:last-child td{
	border-width:0px 1px 0px 0px;
	height: 30px;
}

.sdtable tr td:last-child{
	border-width:0px 0px 1px 0px;
}

.sdtable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.sdtable tr:first-child td{
	background:-o-linear-gradient(bottom, #f6f6f6 5%, #f6f6f6 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6", endColorstr="#f6f6f6");	
	background: -o-linear-gradient(top,#f6f6f6,#f6f6f6);
	background-color: #f6f6f6;
	border:0px solid #cecece;
	text-align:left;
	border-width:0px 1px 1px 0px;
	font-size:14px;
	font-family: "Times New Roman",Times,serif;
	font-weight:bold;
	color:#444;
	height: 30px;
}
.sdtable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #f6f6f6 5%, #f6f6f6 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6", endColorstr="#f6f6f6");	
	background: -o-linear-gradient(top,#f6f6f6,#f6f6f6);
	background-color: #f6f6f6;
}
.sdtable tr:first-child td:first-child{
	border-width:0px 1px 1px 0px;
}
.sdtable tr:first-child td:last-child{
	border-width:0px 0px 1px 0px;
}

.list-notes span {
display: inline-block;
width: 16px;
height: 16px;
line-height: 17px;
text-align: center;
font-size: .8em;
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.list-notes span.design {
background-color: #df6c4f;
}

.list-notes span.creativity {
background-color: #ecd06f;
}

.list-notes span.usability {
background-color: #409f89;
}

.list-notes span.content {
background-color: #1a99aa;
}


ol {
display: block;
list-style-type: decimal;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}

section .legend ol {
overflow: hidden;
}

section .legend ol li.design:before {
background-color: #df6c4f;
}
	
section .legend ol li.creativity:before {
background-color: #ecd06f;
}

section .legend ol li.usability:before {
background-color: #409f89;
}

section .legend ol li.content:before {
background-color: #1a99aa;
}

section .legend ol li:before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
margin-right: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

section .legend ol li {
float: left;
margin: 0;
padding: 0;
list-style: none;
color: #aaa;
}

li {
display: list-item;
text-align: -webkit-match-parent;
}




.box_search {
display: none;
position: relative;
width: 100%;
margin-top: -35px;
margin-bottom: 40px;
border-bottom: 1px solid #b6b8b7;
overflow: hidden;
}

.box_search:after {
content: '';
display: block;
position: absolute;
bottom: -2px;
width: 100%;
height: 1px;
border-bottom: 1px solid #fff;
}

div.colors, .box_search div.date, .box_search div.structure, .box_search div.country {
display: none;
padding: 10px 0 5px 0;
overflow: hidden;
overflow-y: auto;
}

.box_search div.colors {
text-align: center;
}

.box_search div.colors ul li:before {
content: '';
display: block;
width: 66px;
height: 66px;
margin: 7px 0 0 7px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.box_search div.colors ul li {
position: relative;
display: inline-block;
width: 80px;
height: 97px;
color: #aaa;
cursor: pointer;
}

.box_search div.colors ul li.orange:before {
background-color: #d95b43;
}

.box_search div.colors ul li.black:before {
background-color: #000;
}

.box_search div.colors ul li.blue:before {
background-color: #2779a7;
}

.box_search div.colors ul li.brown:before {
background-color: #987654;
}

.box_search div.colors ul li.green:before {
background-color: #45a38d;
}

.box_search div.colors ul li.orange:before {
background-color: #d95b43;
}

.box_search div.colors ul li.pink:before {
background-color: #e36fed;
}

.box_search div.colors ul li.red:before {
background-color: #ec3939;
}

.box_search div.colors ul li.silver:before {
background-color: #9c9c9c;
}

.box_search div.colors ul li.white:before {
background-color: #fff;
}

.box_search div.colors ul li.yellow:before {
background-color: #ebcf77;
}




.button.big {
font-size: 1.25em;
}

.button:hover {
color: #fff;
opacity: .75;
}

.button.green {
background-color: #409f89;
text-shadow: 1px 1px 0 #337d6c;
}

.button.big {
height: 30px;
line-height: 31px;
font-size: 1.3em;
text-shadow: 1px 1px 0 #333;
}

.button.size2 {
width: 290px;
}

input[type=submit] {
-webkit-appearance: none;
}

.buttonBlack {
display: inline-block;
height: 33px;
line-height: 34px;
padding: 0 15px;
background-color: #444;
color: #fff;
cursor: pointer;
border: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: opacity .2s linear;
-moz-transition: opacity .2s linear;
transition: opacity .2s linear;
}

.button, a.aButton {
  background-color:#6DCA19;
  background-image: linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);
  background-image: -o-linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);
  background-image: -moz-linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);
  background-image: -webkit-linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);
  background-image: -ms-linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);	
  border-color: #65C900 ;
  border-radius: 0.25em;
  border-style: solid;
  border-width: 0.25px;
  color: #FFFFFF !important;
  font: 12px/100% Arial,Helvetica,sans-serif;
  outline: medium none;
  width:120px;
  padding:5px 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	cursor:pointer;
}

.button:hover, a.aButton:hover{
  text-decoration:none !important;
	background-color:#84d82f;
	background-image: linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
  background-image: -o-linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
  background-image: -moz-linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
  background-image: -webkit-linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
  background-image: -ms-linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
}

.button:disabled, a.aButton:disabled{
text-decoration:none !important;
cursor: default;
background-position: 0 -300px;
border: 1px solid #d0d0d0;
background-color: #bbb;
}

.buttonLarge, a.aButton {
  background-color:#6DCA19;
  background-image: linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);
  background-image: -o-linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);
  background-image: -moz-linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);
  background-image: -webkit-linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);
  background-image: -ms-linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);	
  border-color: #65C900 ;
  border-radius: 0.25em;
  border-style: solid;
  border-width: 0.25px;
  color: #FFFFFF !important;
  display: block;
  font: 16px/100% Arial,Helvetica,sans-serif;
  outline: medium none;
  width:290px;
  height:40px;
  padding:5px 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	cursor:pointer;
}

.buttonLarge:hover{
  text-decoration:none !important;
	background-color:#84d82f;
	background-image: linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
  background-image: -o-linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
  background-image: -moz-linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
  background-image: -webkit-linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
  background-image: -ms-linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
}

.buttonSmall, a.aButton {
  background-color:#6DCA19;
  background-image: linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);
  background-image: -o-linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);
  background-image: -moz-linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);
  background-image: -webkit-linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);
  background-image: -ms-linear-gradient(bottom, rgb(108,202,25) 50%, rgb(131,216,47) 50%);	
  border-color: #65C900 ;
  border-radius: 0.25em;
  border-radius: 0.25em;
  border-style: solid;
  border-width: 0.25px;
  color: #FFFFFF !important;
  display: block;
  font: 16px/100% Arial,Helvetica,sans-serif;
  outline: medium none;
  width:50px;
  height:40px;
  padding:5px 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	cursor:pointer;
}

.buttonSmall:hover{
  text-decoration:none !important;
	background-color:#84d82f;
	background-image: linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
  background-image: -o-linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
  background-image: -moz-linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
  background-image: -webkit-linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
  background-image: -ms-linear-gradient(bottom, rgb(113,214,19) 50%, rgb(132,230,34) 50%);
}