/* My Account */
a.newEntry {
 font: 15.5px 'Museo500Regular', 'Arial', sans-serif;
 }
 
a.newEntry:hover {
 text-decoration: none;
 color: #6B67AE;
 } 

img.brdImg{
	border:1px solid #dedede;
}	
 
 
#AccNav {
 border: 1px solid #ddd;
 margin-top: 13px;
 background: #ececec;
 padding-bottom: 5px;
 _width: 135px;
 }

#AccNav h2 {
 width: 90%;
 margin: 10px;
 *padding: 10px;
 *width: 88%;
 }
 
#AccNav span {
 padding: 5px 0 5px 30px;
 font-weight: bold;
 display: block;
 background: url("triangle_expanded.png") 8px 6px no-repeat;
 }

#AccNav span a {
 color: #666;
 }

#AccNav div a {
 color: #666;
 display: block;
 padding: 5px 0 5px 15px;
 }

#AccNav div.sub a {
 padding-left: 35px;
 font-weight: normal;
 font-size: 11px;
 }

#AccNav div.hl a {
font-weight: bold;
background: #666;
color: #fff;
 }

.grid_13 h2{color:#333;} 
 
ul.products, ul.productsFive {
 width: 790px;
 margin:10px 0 0;
 }
 
ul.products li, ul.productsFive li {
 width: 145px;
 float: left; 
 margin: 0 10px 0 0; 
 }

 
ul.products > :nth-child(4n+4) { margin-right: 0; }
ul.productsFive > :nth-child(5n+5) { margin-right: 0; }

div.prodCell {
 height: 200px; 
 }

div.prodCell div.details {
 height: 200px;
 }

 
img.item {
 display: block;
 width:116px;
 border: 1px solid #dedede;
 padding:10px;
 margin: 0 auto 5px auto;
 }

div.prodCell a:hover img.item {
 width:136px;
 border: 1px solid #bbb;
 padding:0;
 } 

span.item {
 display: block;
 font-weight: bold;
 margin-bottom: 3px;
 color:#666;
 }

span.item a {
 text-decoration: none;
 }

span.item a:hover {
 text-decoration: none;
 }

span.price {
 display: block;
 font-size: 12px;
 color:#c30000;
 font-weight:bold;
 margin-bottom: 5px;
 }
 
 .contactform {
	width:600px;
	border-top:0px #ccc solid;
	padding:10px;
	color:both;
	margin-bottom:10px;
	padding-right:0px;
}
.contactform table td {
	vertical-align:top;
	padding-bottom:10px;
	color:#666;
	padding-top:5px;
}
.contactform table td span {
	color:#ff6600;
}
.contactform table td label.error{
	display:block;
	margin-top:3px;
}