@charset "utf-8";
/* CSS Document */
.txt2 > p { color: #555; font-size: 1.2em; letter-spacing: 1px;  line-height: 150%;  }

.about .btn-area .btn-primary {
	text-align: center;
  border-radius: 0;
  border: none;
  background-color: #af3832;
  padding: 0 20px;
  line-height: 55px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cart .btn-area .btn-primary:hover {
  	opacity: .8;
}
.cart .btn-area .btn-default {
  	border-radius: 0;
}
.cart .btn-area .btn-default:hover {
  	opacity: .8;
}

#ship-doc a:link { color: #af3832; }
#ship-doc a:visited { color: #af3832; }
#ship-doc a:hover { color: #cf3832; }