/* CSS Document */
.content li {
	list-style-type:none;
}
h1.Brands {
	background:url(../image/H1-bullet.gif) no-repeat 0px 3px;
	border-bottom:2px solid #DAD3C3;
	color:#000;
	font:12px verdana;
	font-weight: normal;
	padding:0 0 7px 20px;
	margin: 0 10px 0 0;
}
h1.Brands b {
	text-transform:uppercase;
}
.Imgfix {
	float: left;
	padding:10px 0;
	width: 165px;
	height: 180px;
}
.Pricefix {
	padding: 10px 0;
	height: 180px;
	margin-left:165px;
}
.BrandsPrice {
	display: block;
	list-style-type:none;
	padding:10px 0;
	margin-right: 10px;
}
.BrandsPrice li.ops {
	float:left;
	list-style-type: none;
	width: 100%;
}
.BrandsPrice li.ops ul {
	list-style-type:none;
}
.BrandsPrice li.ops ul li.buynow {
	border-top: 1px solid #dad3c3;
	margin-top: 10px;
	padding-top: 5px;
	text-align: right;	
}
.BrandsPrice li.ops ul li.buynow span.left {
	float: left;
}
.BrandsPrice li.ops ul li.buynow span.right {
	float: right;
}
.BrandsPrice li.ops ul.choose {
	display: block;
	margin-left: 40px;
}
.BrandsPrice li.ops ul.choose li {
	display: block;
	line-height: 10px;	
}
.BrandsPrice li.ops ul.choose li img {
	float: left;
}
.BrandsPrice li.ops ul.choose p {
	font: 12px verdana;
	cursor: pointer;
	padding:0 0 0 25px;
}
.BrandsPrice li.ops ul.choose label:hover {
	color: #c00;
        cursor: pointer;
}
.BrandsPrice li.ops ul.choose span {
	font: 11px verdana;
	cursor: pointer;
	margin:0;
	padding:0;
	color:#008000;
}

.BrandsPrice li.clr {
	clear: left;
}
.BrandsPrice ul p.brandName {
	border-bottom: 2px solid #000;
	line-height:16px;
	margin-right:0;
}
.BrandsPrice ul p b {
	color: #c00;
}

/* Radio Buttons */
.BrandsPrice li.ops ul.choose li label.radio_checked {
	background: #fff url(../image/selected.gif) no-repeat left 50%;
	padding:3px 0px 0px 28px;
	cursor: pointer;
	display: block;
}
.BrandsPrice li.ops ul.choose li label.radio_unchecked  {
	background: #fff url(../image/unselected.gif) no-repeat left 50%;
	padding:3px 0px 0px 28px;
	cursor: pointer;
	display: block;
}


/* Hover State */
label:hover{
	color: #908364;
}

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

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