
.search-box .title-search{ background: url(../../common/images/bg_blue.png); padding: 4px; text-align: left; margin: 24px auto 0; font-weight: bold; }
.search-box .title-search i{ color: #222fae; font-size: 18px;}
.search-box .button-brand { width: 100%;}
.search-box .button-brand ul{ text-align: left;}
.search-box .button-brand ul li{ width: 47%; display: inline-block; border: 1px solid #0082cc; border-radius: 4px; margin: 4px 1%;border-bottom: 2px solid #0082cc;}
.search-box .button-brand ul li a{ display: block; width: 100%; padding: 8px 0; color: #633c1e; text-align: center;}
.search-box .button-brand ul li a img{ max-width: 100%;}
.search-box .button-brand ul li a span{ font-size: 22px;}

.how-to-buy{ display: block; padding: 12px; text-align: center; margin: 24px 12px 12px; border-radius: 4px; border-bottom: 3px solid #ab2001;
	background: rgba(244,12,12,1);
	background: -moz-linear-gradient(top, rgba(244,12,12,1) 0%, rgba(244,12,12,1) 50%, rgba(176,3,3,1) 51%, rgba(221,1,1,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,12,12,1)), color-stop(50%, rgba(244,12,12,1)), color-stop(51%, rgba(176,3,3,1)), color-stop(100%, rgba(221,1,1,1)));
	background: -webkit-linear-gradient(top, rgba(244,12,12,1) 0%, rgba(244,12,12,1) 50%, rgba(176,3,3,1) 51%, rgba(221,1,1,1) 100%);
	background: -o-linear-gradient(top, rgba(244,12,12,1) 0%, rgba(244,12,12,1) 50%, rgba(176,3,3,1) 51%, rgba(221,1,1,1) 100%);
	background: -ms-linear-gradient(top, rgba(244,12,12,1) 0%, rgba(244,12,12,1) 50%, rgba(176,3,3,1) 51%, rgba(221,1,1,1) 100%);
	background: linear-gradient(to bottom, rgba(244,12,12,1) 0%, rgba(244,12,12,1) 50%, rgba(176,3,3,1) 51%, rgba(221,1,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40c0c', endColorstr='#dd0101', GradientType=0 );
}
.how-to-buy img{ max-width: 100%;}

.personal .title-personal{ background: url(../images/bg-darkblue.png); padding: 12px;}
.personal .title-personal .bg-white{ background: #fff; padding: 18px 8px; color: #0087e3; font-size: 28px; font-weight: bold; text-align: center; line-height: 1.5;}
.personal .img-personal{ text-align: center;}
.personal .img-personal img{ width: 100%;}