/*****************************************************************************************/
/*****************************************************************************************/
/* EMO Master Motorrad CSS file. Created on 07/09/09 by Jon Mackie for Psand Ltd
Use this file to import all other style sheets. To import a new style sheet use the
following code:
@import url(file_name.css);
Replace file_name.css with the file name of the new CSS file. Make sure that the new
CSS file is uploaded to the:
/css/emo_css/ directory. */
/*****************************************************************************************/
/*****************************************************************************************/
@import url(equipment.css);

.sperformanceContainer {
	width:480px;
	padding-bottom:20px;
}

.sperformanceConatiner1{
	width:180px;
	float:left;
}

.sperformanceConatiner2 {
	width:300px;
	float:right;
}

.sperformanceLink {
	width:186px;
}

.clear {
	clear:both;
}

.sperformanceMenu {
	color:#197AA5;
	margin:10px 0px;
	padding-left:10px;
	list-style:none;
}


.sperformanceMenu li {
	display:inline;
}

.activated {
	padding-right:5px;
}

.sperformanceMenu li a:link, .sperformanceMenu li a:visited {
color:#4C4C4C;
}

.sperformanceMenu li a:link, .sperformanceMenu  li a:visited {
text-decoration:none;
}

.sperformanceMenu  li a {
padding-right:5px;
}

.sperformanceMenu li a:hover {
	color:#197AA5;
}

.sperformanceMenu li a:link, .sperformanceMenu li a:visited {
	text-decoration:none;
}
.sperformanceLeft {
	background-image:url(/images/navigation/blue_arrow_left.png);
	background-repeat:no-repeat;
	background-position:-1px -2px;	
}


.sperformanceRight {
	background-image:url(/images/navigation/blue_arrow_right.png);
	background-repeat:no-repeat;
	background-position:-1px -2px;
}

li.sperformanceLeft a.sperformanceHide{
color:#FFF;
font-size:1px;
}

li.sperformanceRight a.sperformanceHide{
color:#FFFFFF;
font-size:1px;
padding-left:1px;
}
