@charset "utf-8";

/* additional product default settings */

.btnAdditInfo {
	background: rgb(127,127,127);
	background: -moz-linear-gradient(top,  rgba(127,127,127,1) 0%, rgba(73,73,73,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,127,127,1)), color-stop(100%,rgba(73,73,73,1)));
	background: -webkit-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(73,73,73,1) 100%);
	background: -o-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(73,73,73,1) 100%);
	background: -ms-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(73,73,73,1) 100%);
	background: linear-gradient(to bottom,  rgba(127,127,127,1) 0%,rgba(73,73,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#494949',GradientType=0 );
	
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	float: right;
	padding: 12px 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: inherit;}

.btnAdditInfo:hover {	
background: rgb(127,127,127);
background: -moz-linear-gradient(top,  rgba(127,127,127,1) 0%, rgba(114,114,114,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,127,127,1)), color-stop(100%,rgba(114,114,114,1)));
background: -webkit-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(114,114,114,1) 100%);
background: -o-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(114,114,114,1) 100%);
background: -ms-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(114,114,114,1) 100%);
background: linear-gradient(to bottom,  rgba(127,127,127,1) 0%,rgba(114,114,114,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#727272',GradientType=0 );}
	

.moreinfo {
	background: #fff;}

.moreinfo p {
	font-family: inherit;
	margin: 15px 5% 25px 15px; padding:0;}	
	
.moreinfo p span {
	font-size: 16px; margin: 0; line-height: 22px;}	



.moreinfo_img {
 float: left;
 margin: 8px;
 padding: 5px;
 width: 25%;
 display: block; 
 max-width: 220px;
 max-height: 140px;
 overflow: hidden;
 background: #dbdbdb;}

.moreinfo_img img {
 width: 100%;
 height: auto;
 display: block; 
 max-width: 240px;}
	
.pickup
{
    padding:5px;
    border-style: solid;
    border-width: 1px;    
}
