#snapLinkSmall:link,  #snapLinkSmall:visited {
    color: white;
    background-color: orange;
    position: absolute;
    top: 163px;
    right: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-weight: bold;
    display: none;
	font-weight: 400;
    background-color: #d45027;
    border: solid 1px #f35e2d;			    
    color: white;
    box-shadow: 0px 0px 5px #6d6d6d;
}

#snapLinkSmall:hover {
	box-shadow: 0px 0px 5px #6d6d6d, inset 0px 17px 20px #a94222;
	border-color: #a94222;
}

@media screen and (max-width:550px) {
	#snapLinkSmall:link,  #snapLinkSmall:visited {
		display: block;				
	}
}





img {
	border: none;
}

body {
	background-color: transparent;
	font-size: 14px;
}

       		

.reviewItemContent {
	height: 187px;
	padding: 10px;
	overflow: hidden;
}

.firstSection {
	vertical-align: middle;
	display: inline-block;				
}

.secondSection {
	vertical-align: middle;
}

#theReviews {
	margin: 0px;
	border-radius: 20px 0px 0px 20px;
	float: left;
	width: 80%;
	height: 187px; 
	overflow: hidden;
}

#snapLink {
	overflow: hidden;
	height: 187px;
	float: right;
	width: 20%;
	padding-left: 6px;
	text-align: center;
	
}


.textHolder {
	border: 10px solid white;
	padding: 0px;
	margin-right: 10px;
	max-height: 110px;
	overflow: hidden; 
}


.reviewItemContent {
	padding: 0;
	display: table;
}

#snapLink {
	display: table;
}
 	
.firstSection, .secondSection {
    display: table-cell;
    vertical-align: middle;
    height: 187px;
    float: none;
}

.withoutPhoto.secondSection {
    padding: 0 20px;
}

.snapLinkContent {
    display: table-cell;
    vertical-align: middle;
    height: 187px;
}

#snapLinkContent {
	width: 100%;
	background-color: #9f9f9f;
	display: table-cell;
    vertical-align: middle;
    height: 187px;
    border-radius: 0px 20px 20px 0px;
}

.imageHolder {
    padding-left: 20px;
}
 	
 	
.miniContent {
    width: 800px;
    margin: 20px auto; 
    
}

.bigButton:link, .bigButton:visited {
	display: block;
	font-weight: 400;
    background-color: #d45027;
    box-shadow: inset 0px 17px 20px #f4854b;
    border: solid 1px #f35e2d;			    
    color: white;
    max-width: 80%;
    font-size: 120%;			    
    margin: 0 auto;
    padding: 5px;
    border-radius: 10px;
}

.bigButton:hover {
    box-shadow: inset 0px 17px 20px #a94222;
    border-color: #a94222;
}

#powerLink:link, #powerLink:visited {
	font-size: 100%;
	text-align: center;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
	color: black;
}

#powerLink:hover {
	filter: alpha(opacity=100);
	opacity: 1;							
}

#powerLink img {
	height:14px;
}

@media screen and (min-width:800px) {
	.bigButton {	
		font-size: 140%;
		padding: 10px;
	}
    .textHolder {
    	max-height: 130px;
    }

}

@media screen and (max-width:600px) {

	#powerLink:link {
		font-size: 80%;
	}

	#powerLink img {
		height:10px;
	}

	.firstSection {
		width: 30%;
	}
	
	.secondSection {
		width: 70%;
	}

    .firstSection, .secondSection {
	    display: table-cell;
		margin: 0px;
    }				

    .textHolder {
    	border: 10px solid white;
    	padding: 0px;
    	margin-right: 10px;
    	max-height: 110px;
    	overflow: hidden; 
    }

	.secondSection.withoutPhoto {
		width: 100%;
	}		    
	
	.carPic {
		width: 90%;
		margin: 0px;
	}
	
	.imageHolder {
		padding: 0px;
	}

}	

@media screen and (max-width:550px) {

	#theReviews {
		width: 100%;
		border-radius: 20px;
	}

	#snapLink {
	    display: none;
	}		    

	.topLine {
		padding-bottom: 5px;
	}
		
}

@media screen and (max-width:400px) {

	.firstSection {
		display: none;
	}
	
	.secondSection {
		width: 100%;
		
	}
	
	.textHolder {
		margin: 0 10px;
	}		    

}