@charset "UTF-8";

/* CSS Document */
/**
      * @tab Button
      * @section background-Colour
      */
      .button {
	/*@editable*/ background-color: #fede59 !important;
	/*@editable*/ border-radius:3px !important;
	/*@editable*/ color: #004098 !important;
}
/**
      * @tab Button_2
      * @section background-Colour
      */
      .button_2 {
	/*@editable*/ background-color: #ffc648;
	/*@editable*/ border-radius:3px !important;
	/*@editable*/ color: #666 !important;
}
/**
	   * @tab Red Bg Color
      * @section background-Colour
      */
      .red_bg_color {
	/*@editable*/ background-color: #006699 !important;
}
body {
	margin: 0px !important;
	padding: 0px !important;
	-webkit-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
	-webkit-font-smoothing: antialiased !important;
}
h2.main-title {
	font-size: 30px;
	margin: 8px 0 0 0;
	font-weight: bold;
	width: auto;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	padding: 0;
	margin: 0 0 10px 0;
}
img {
	border: 0 !important;
	outline: none !important;
	display: block !important;
}
table {
	border-collapse: collapse;
	mso-table-lspace: 0px;
	mso-table-rspace: 0px;
}
td {
	border-collapse: collapse;
	mso-line-height-rule: exactly;
}
a{
	text-decoration: none;
}
.ExternalClass * {
	line-height: 100%;
}
.white a {
	color: #ffffff;
	text-decoration: none;
}
.white1 a {
	color: #e6e7e8;
	text-decoration: none;
	background-color:#333333;
}
.white2 a {
	color: #f1f4f5;
	text-decoration: none;
}
.black a {
	color: #333333;
	text-decoration: none;
}
.black3 a {
	color: #333333;
	text-decoration: none;
}
.black2 a {
	color: #282828;
	text-decoration: none;
}
.red a {
	color: #006699;
	text-decoration: none;
}
.grey a {
	color: #808080;
	text-decoration: none;
}
.grey1 a {
	color: #808080;
	text-decoration: none;
}
.applewhiltelink a {
	color: inherit !important;
	text-decoration: none !important;
}
.video img {
	width: 100%;
	height: auto;
}
.btn-group td {
	width: 100%!important;
	display: block!important;
	margin-bottom: 10px!important;
}
td.column {
	display: block;
	width: 100%!important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-list-table{
	padding-top: 30px;
	width: 320px;
}
.product-btn{
	font-family: Arial, 'sans-serif';
	color: #ffffff!important;
	margin: 0px; 
	padding: 12px 15px;
	font-size: 16px;
	background-color: #FF7E00;
	width: 120px;
	text-decoration: none;
}
.product-price{
	font-family: Arial, 'sans-serif';
	font-weight: bold;
	color: #E10012;
	font-size: 22px;
}
.product-btn a, .table-Group-btnB a {
	color: #ffffff;
}
.note {
	font-family: Arial, sans-serf;
	font-size: 12px; 
	color: #333333;
	line-height: 130%;
	}
	
td.pattern .hero_image img, .banner img {
	width: 100%!important;
	max-width: 100%!important;
	height: auto!important;
}
 @media only screen and (min-width:481px) and (max-width:599px) {
table[class=wrapper] {
	width: 100% !important;
}
table[class=main_table] {
	width: 100% !important;
}
td[class=pad_side] {
	padding-left: 14px !important;
	padding-right: 14px !important;
}
td[class=hide], br[class=hide] {
	display: none !important;
}
img[class=full_img] {
	width: 100% !important;
	height: auto !important;
}
td[class=text], td[class=black], td[class=black2], td[class=red], td[class=white], td[class=white1], td[class=white2], td[class=grey] {
	text-align: center !important;
}
td[class=pad_bottom] {
	padding-bottom: 20px !important;
}
td[class=pad_top] {
	padding-top: 20px !important;
}
td[class=fix_height] {
	height: 20px !important;
}
td[class=video] img {
	width: 100% !important;
	height: auto !important;
}
}
 @media only screen and (max-width:480px) {
table[class=wrapper] {
	width: 100% !important;
}
table[class=main_table] {
	width: 100% !important;
}
td[class=pad_side] {
	padding-left: 14px !important;
	padding-right: 14px !important;
}
td[class=hide], br[class=hide] {
	display: none !important;
}
img[class=full_img] {
	width: 100% !important;
	height: auto !important;
}
td[class=text], td[class=black], td[class=black2], td[class=red], td[class=white], td[class=white1], td[class=white2], td[class=grey] {
	text-align: left !important;
}
td[class=pad_bottom] {
	padding-bottom: 20px !important;
}
td[class=pad_top] {
	padding-top: 20px !important;
}
td[class=fix_height] {
	height: 20px !important;
}
td[class=video] img {
	width: 100% !important;
	height: auto !important;
}
}

</style>