#BoxNavigationRight {
	width: 242px;
	float: right;
	font-size: 1.1em;
	line-height: 1.5;
	position: relative;
}

#BoxNavigationRight:first-child {
	padding-top: 7px;
}

.Box-whiteMainPage {
	margin: 4px;
	background: #f7f7f7;
}

.Box-whiteMainPage:hover {
	background: #fdd68b;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	
	-webkit-transition: background 0.2s ease-in-out;
}

.Box-whiteMainPage:active {
	background: #f5a63d;
}

.Box-whiteMainPage a.ApplicationButton {
	display: block;
	text-decoration: none;
	color: #555;
	padding: 5px 6px 11px 6px;
	-webkit-transition: color 0.2s ease-in-out;
}

.Box-whiteMainPage a:hover.ApplicationButton {
	color: #ff8019;
	border-bottom: none !important;
}

.Box-white {
	background: url( /blog/wp-content/themes/p2/i/sidebar_back.gif ) top right repeat-y;
	margin-bottom: 5px;
}

.Box-white a {
	display: block;
	min-height: 35px;
	text-decoration: none;
	color: #999;
	padding: 10px;
	-webkit-transition: color 0.2s ease-in-out;
}


.Box-ApplicationName {
	display: block;
	clear: both;
	margin: 0 0 0 63px;
	line-height: 1.2;
	font-size: 12px;
}

.Box-ApplicationName b, .Box-ApplicationName strong {
	font-size: 22px;
	color: #555;
	font-weight: bold;
}

.Box-white a:hover {
	color: #555;
	border-bottom: none !important;
} 

.Box-white a:hover .Box-Title strong {
	color: #e79031;
} 

.Box-white a.Download {
	background: url(/images/Icon-Download.png) no-repeat 10px 14px;
} 

.Box-white a#Support {
	background: url(/images/Icon-Support.png) no-repeat 10px 4px;
}

.Box-white a#Testimonials {
	background: url(/images/Icon-Testimonials.png) no-repeat 10px 14px;
	cursor: default;
	text-align: justify;
} 

.Box-highlight {
	background: #fdd68b;
	margin: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	
	-webkit-transition: background 0.35s ease-in-out;
}

.Box-highlight:hover {
	background: #f5a63d;
	border-bottom: none !important;
}

.Box-highlight a {
	display: block;
	min-height: 35px;
	text-decoration: none;
	color: #555;
	padding: 10px;
	-webkit-transition: color 0.35s ease-in-out;
} 

.Box-highlight a:hover {
	border-bottom: none !important;
}

.Box-highlight a#Pricing {
	background: url(/images/Icon-Buy.png) no-repeat 10px 14px;
} 


/* Hack fÃ¼r IE6 -  zeigt gif anstatt png: */
* html .Box-white a#Downloads {
	background: url(/images/Icon-Download.gif) no-repeat 10px 14px;
}
* html .Box-white a#Support {
	background: url(/images/Icon-Support.gif) no-repeat 10px 14px;
}
* html .Box-white a#Testimonials {
	background: url(/images/Icon-Testimonials.gif) no-repeat 10px 14px;
}
* html .Box-white a#Pricing {
	background: url(/images/Icon-Buy.gif) no-repeat 10px 14px;
}

.Box-Title {
	color: #666;
	display: block;
	clear: both;
	margin: 0 0 10px 50px;
	line-height: 1.1;	
}

.Box-Title strong {
	font-size: 1.8em !important;
	color: #666;
	font-weight: normal;
	
	-webkit-transition: color 0.2s ease-in-out;
}

.Box-highlight .Box-Title strong {
	color: #555;
}

#Downloads .Box-Title strong {
	font-size: 2.2em !important;
}

.SpanLeft {
	display: block; width: 85px; text-align: right; float: left; font-weight: bold; 
	padding: 0 12px 0 40px; 
	cursor: pointer;
}
.SpanRight {
	display: block; text-align: left; float: left;
	cursor: pointer;
}

#TestimonialsSpan, .TestimonialsSpan {
	display: block; margin: 10px 6px 0 50px; clear: both;
	-webkit-transition: color 0.2s ease-in-out;
}

#TestimonialsSpan:hover, .TestimonialsSpan:hover {
	color: #555;
}

.Box-white a:hover#Testimonials {
	color: #777;
}
