/* CSS Document */
#clear{
	clear:both;	
}
#ProdTitle{
	font-size:20px;
	width:400px;
	font-family: 'Didact Gothic', sans-serif;
	font-weight:bold;
}
#ProdDetails{
	font-size:14px;
	width:400px;
	font-family: 'Didact Gothic', sans-serif;
}
#ProdSize{
	width:100%;
	height:70px;
	background-color:rgba(215,215,215,0.50);
	padding:15px;
	border-radius:5px;
}
#slasher{
	text-decoration:line-through;
}
#priceMenu{
	height:33px;
	width:300px;
	padding-left:10px;
	cursor:pointer;	
	font-size:16px;
}
.priceFont{
	font-size:19px;
	font-weight:bold;
	position:relative;
	bottom:5px;
	font-family: 'Didact Gothic', sans-serif;	
}
#SizeSelector{
	margin-top:10px;
	height:45px;
	width:200px;
	background-color:rgba(144,144,144,1.00);
	border-radius:5px;
	color:rgba(255,255,255,1.00);
	text-align:center;
	top:10px;
	position:relative;
	cursor:pointer;
	font-family: 'Didact Gothic', sans-serif;
	margin:0 auto;
	left:50px;
}
#SizeSelector:hover{
	margin-top:10px;
	height:45px;
	width:200px;
	background-color:#3A5EAC;
	border-radius:5px;
	color:rgba(255,255,255,1.00);
	text-align:center;
	position:relative;
	margin:0 auto;
}
.highlighter{
	color:#3A5EAC;	
}
#shipping{
	font-weight:bold;
	font-size:15px;
	position:relative;
	left:70px;
	color:#79849d;
}
#Pricer{
	text-align:center;
	font-size:30px;
	font-weight:bolder;	
	float:left;
	position:relative;
	left:70px;
}
#butit{
	margin-left:100px;
	float:left;
		
}
.ad2cPos{
	position:relative;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	top:5px;
	font-size:22px;
	left:55px;
}
.AlsoLike{
	position:relative;
	top:4px;
	font-size:17px;
}
.sideMenus{
	cursor:pointer;
}
.sideMenus:hover{
	background-color:rgba(183,150,150,0.10);
}
#OtherItems{
	background-color:rgba(183,150,150,0.10);
	height:33px;
	padding-left:15px;
	font-family: 'Didact Gothic', sans-serif;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
}
#XtraProdPic{
	background-image:url(../product-images/venox_anti_aging2.png);
	background-size:50%;
	background-repeat:no-repeat;
	background-position:center;
	/*border:rgba(143,139,139,0.20) thin solid;*/
	width:70px;
	height:86px;
	float:left;
}
/*#XtraProdPic:hover{
	background-color:rgba(131,138,166,0.20)	;
}*/
#XtraProdPic2{
	background-image:url(../product-images/wricle.png);
	background-size:50%;
	background-repeat:no-repeat;
	background-position:center;
	width:70px;
	height:86px;
	float:left;
}
/*#XtraProdPic2:hover{
	background-color:rgba(131,138,166,0.20)	;
}*/
#XtraProdPic3{
	background-image:url(../product-images/Scar_Recovery_ps-2.png);
	background-size:50%;
	background-repeat:no-repeat;
	background-position:center;
	width:70px;
	height:86px;
	float:left;
}
/*#XtraProdPic3:hover{
	background-color:rgba(131,138,166,0.20)	;
}*/
#XtraProdName{
	font-size:15px;
	font-weight:bolder;
	float:left;
	width:200px;
	margin-top:12px;
}
#hr{
	background-color:rgba(0,0,0,0.09);	
}
.faqHead{
	font-weight:bold;
	font-size:15px;	
}
#reviewBox{
	border:rgba(148,148,148,0.50) thin solid;
	padding:5px;
}
#boldit{
	font-weight:bolder;
	font-size:14px;
}
.bgcolor{
	background-color:rgba(0,0,0,0.01);
}
.sidebarother{
	padding-left: 10px;	
}