﻿/*del { display:block; }*/

#prices_contents {
	background-color:#fafafa;
	border:3px solid #abbf00;
	padding:3px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px; 
	width: 540px;
	-moz-box-shadow: 0 0 5px #f0ffc0;
}

#prices_subNav {
	margin: 30px 0;
}

#prices_subNav > a
 {
	display:block;
	border:3px solid #dbdedf;
	background-color: #dbdedf;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 0px;
	font-size: 12px;
	margin-bottom: 5px;
	border-left: 0 none;
	text-decoration:none;
	padding: 14px 0 14px 10px;
	color: #666;
}

#prices_subNav > a:hover {
	border-color: #a5acb0;
	text-shadow: 1px 1px 0 #fff;
}

#prices_subNav > a.selectedTab {
	font-size: 13px;
	background-color:#fafafa;
	font-weight:bold;
	text-shadow: 1px 1px 0 #fff;
	color:#808f00;
	border-color: #abbf00;
	margin-left: -3px;
}


.spar {
	font-size:10px;
	padding:1px 2px;
	background-color:#f0ffc0;
	color:#333;
	border:1px solid #666;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	width:auto;
	margin-top:2px;
	
}




.pageNavigation {
 font-weight:normal;
 font-family:Tahoma, Sans-Serif; 
 font-size:12px;
 color: #fff;
}

.pageNavigation a {
 font-weight:normal;
 color: inherit;
}

.pageNavigation .currentUrl {
 font-weight:bold;
}


.subPageNavigation {
  padding-left: 8px;
  padding-bottom: 10px;
  margin-top:-2px;
  clear: both;
}

.subPageNavigation span {
}

.subPageNavigation a {
	color:#555a5e;
	text-decoration:none;
	text-align:center;
	padding:3px 8px;
}

.subPageNavigation a:hover{
 text-decoration: underline;
}

.subPageNavigation .currentUrl {
 font-weight:bold;
 color: #AEBE3A;
}

.subPageNavigation .currentUrl:before {
 content: '» ';
}
