@charset "utf-8";
/* CSS Document */

body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.twoColFixRt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 312px;
	padding: 0px;
	background-color: #000000;
	margin: 0px;
}
.twoColFixRt #mainContent {
	margin-top: 0;
	margin-right: 314px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.thrColFix #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 154px;
	background-color: #EEEEEE;
	background-image: url(../img/content-leftnav.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 250px;
	padding-left: 0px;
	background-position: bottom;
}
.thrColFix #sidebar1 a {
	display: block;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	background-image: url(../img/subnab-bg-inactive.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.thrColFix #sidebar1 a:link {
	display: block;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	background-image: url(../img/subnab-bg-inactive.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.thrColFix #sidebar1 a:active {
	display: block;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	background-image: url(../img/subnab-bg-inactive.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.thrColFix #sidebar1 a:visited {
	display: block;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../img/subnab-bg-inactive.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColFix #sidebar1 a:hover {
	display: block;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #003366;
	background-image: url(../img/subnab-bg-active.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.thrColFix #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.thrColFix #sidebar1 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 154px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 156px;
	margin-bottom: 0;
	margin-left: 156px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.thrColFix #mainContentTop {
	margin-top: 0;
	margin-right: 156px;
	margin-bottom: 0;
	margin-left: 156px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}


#mainContent h1 {
	font-size: 22px;
	font-weight: bold;
	color: #003399;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#top-outer {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#topnav {
	background-image: url(../img/topnav-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#topnav-errea {
	background-image: url(../img/topnav-background-errea.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#topnav-coaching {
	background-image: url(../img/topnav-background-sports-products.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#topnav-sportsmedicine {
	background-image: url(../img/topnav-background-sports-medicine.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#topnav-clubzone {
	background-image: url(../img/topnav-background-club-zone.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#topnav-prosown {
	background-image: url(../img/topnav-background-pro-zone.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 50px;
}






.topnav-1 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CC0000;
	background-image: url(../img/topnav-backblend.jpg);
	height: 24px;
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-position: bottom;
	width: 154px;
}

.topnav-1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../img/topnav-over.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.topnav-1-selected {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CC0000;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-image: url(../img/selected-errea.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #CCCCCC;
	width: 152px;
}





.topnav-2 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	background-image: url(../img/topnav-backblend.jpg);
	height: 24px;
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-position: bottom;
	width: 154px;
}
.topnav-2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../img/topnav-over.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.topnav-2-selected {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-image: url(../img/selected-coaching.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 152px;
}



.topnav-3 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #336600;
	background-image: url(../img/topnav-backblend.jpg);
	height: 24px;
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-position: bottom;
	width: 154px;
}

.topnav-3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-3 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-3 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../img/topnav-over.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.topnav-3-selected {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #336600;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-image: url(../img/selected-sportsmedicine.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 152px;
}


.topnav-4 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #3399FF;
	background-image: url(../img/topnav-backblend.jpg);
	height: 24px;
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-position: bottom;
	width: 154px;
}

.topnav-4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-4 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-4 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-4 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../img/topnav-over.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
} 
.topnav-4-selected {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #3399FF;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-image: url(../img/selected-clubzone.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 152px;
}

.topnav-5 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #993366;
	background-image: url(../img/topnav-backblend.jpg);
	height: 24px;
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-position: bottom;
	width: 154px;
}
.topnav-5 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-5 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-5 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-5 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topnav-5 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../img/topnav-over.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.topnav-5-selected {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #993366;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-image: url(../img/selected-prosown.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 152px;
}

#top-outer img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.name-protech {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.name-sport {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #003399;
}
#mainContent h2 {
	font-size: 18px;
	font-weight: normal;
	color: #336699;
}
a {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}
.et-image {
	border: 1px solid #CCCCCC;
	padding: 1px;
}
.et-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-top-color: #CCCCCC;
}
.newsfeed {
	background-color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.newsfeed a {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.newsfeed a:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.newsfeed h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
