/* CSS Document for all brands page */

div.Brand {
	display:block;
	border-bottom: 1px solid #dedede;
	float: left;
	width: 100%;
	padding:10px 0;
}
div.BrandOne {
	display:block;
	float: left;
	width: 100%;
	padding:10px 0;
}
div.Brand.last {
	border-bottom:0;
}
div.Brand  div.PriceChecker a {
	font: 15px Tahoma;
	color: #C00;
	text-decoration: none;
}
div.Brand  div.PriceChecker a:hover {
	text-decoration: underline;
}
div.Brand  div.PriceChecker div p b {
	color: #c00;
}
div.Brand a img {
	float: left;
	margin-right: 24px;
        margin-top: 10px;
        margin-bottom:20px;
}
.buynow {
	background:#eee;
	border:1px outset #888888;
	width:100px;
	cursor: pointer;
        float: right;
}

/* Radio Buttons */
div.Brand  div.PriceChecker {
	display: block;
	margin-top: 16px;
}

div.Brand  div.PriceChecker hr {
	background: #ccc;
	height:1px;
	border:0;
	margin-left:0;
}
div.Brand  div.PriceChecker div label {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:26px;

}
div.Brand  div.PriceChecker div label.radio_checked {
	background: #fff url(/img/checked-EU-US.gif) no-repeat left 50%;
	padding:5px 0px 5px 36px;
	cursor: pointer;
	margin-left:24px;
	color: #008000;
	
}
div.Brand div.PriceChecker div label.radio_unchecked  {
	background: #fff url(/img/unchecked-EU-US.gif)  no-repeat left 50%;
	padding:5px 0px 5px 36px;
	cursor: pointer;
	margin-left:24px;
	
}


/* Hover State */
label:hover{
	
}

label.highlighted {
	border: 1px solid #333;
	cursor: pointer;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
