#productsDetailsHolder{

	float:left;
	margin-left:40px;
	
}

#productsPhotoHolder{

	margin-left:40px;
	float:left;

	width:310px;
}

#productsPhotoHolder img{

	border:1px solid #fff;

}

#productsPhotoHolder :hover{
    opacity:0.92;	
}

#productsHolder{
	overflow: auto;
	margin:20px;
}

#productsTitleHolder{

	color:#fff;
	margin-left:100px;
	padding-top:3px;
}

#productsContainer{

  min-width:300px;
  min-height:300px;
color:#fff;
    background-color: #007F0E;
	-webkit-box-shadow:1px 0px 12px 4px rgba(0,0,0,0.4) ;
    -moz-box-shadow:1px 0px 12px 4px rgba(0,0,0,0.4) ;
    box-shadow:1px 0px 12px 4px rgba(0,0,0,0.4) ;
}

.productSecondPhotos{
}
.productSecondPhotos img{
	margin:7px;
}

.backButton a{
	text-decoration:none;
}
.backButton:hover{
	background-color:#F1FFE0;
}
.backButton a:visited
{
 color:inherit;
}
.backButton{
	margin: 0 auto; 
	text-align:center;	
	width:200px;

	font-size:14px;
	line-height:17px;
    white-space:nowrap;
    text-shadow:0px 1px 1px #495644;
	
	text-decoration:none;
	border:1px solid #008E0B;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	
	padding:3px;
	
	background-color:#fff;
	color:inherit;

}