@charset "UTF-8";
/* CSS Document */





#mainContainer {
	width:960px;
	height:auto;
	margin:auto;
}

#compHeaderMain {
    float:left;
	width:353px;
	height:26px;
	background:url(../image/accessories.jpg) no-repeat;
}


#leftCol {
	float:left;
	width:238px;
	height:auto;
}


#rightCol {
	float:right;
	width:692px;
	height:auto;
	background-color:#FFF;
	padding-top:30px;
	padding-left:30px;
}

#beautyRestImg {
	clear:left;
	float:left;
	width:234px;
	height:127px;
	background:url(../image/leftImg_top.jpg) no-repeat;
}
#beautyRestCopy {
	background:url(../image/leftImg_btm.jpg) no-repeat;
}


#contentArea {
	float:left;
	width: 960px;
	height:auto;
}


#compImgHolder {
	float:left;
	width:130px;
	height:auto;
	margin-top:20px;
	background-color:#FFFFFF;
}

#1870Img{
float:right;
width: auto;
height:auto;
}

#1889Img{
	float:right;
	width: auto;
	height:auto;
	padding-top:88px;
}
#compHistCopy a:link {
	color: #3333FF;
	text-decoration:none;
}


.highlightit img{
border: 1px solid #ccc;
}

.highlightit:hover img{
border: 1px solid navy;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}