/**
	IONX BUTTON STYLES MASTER SHEET
	For use on all Ionx family sites.
**/

/* Base Styling and Blue Coloring */
#quiz button,
#quiz .finish,
.newbtn{
	border:1px solid #002E51 !important;color:#fff !important;background:#005daa;font-size:16px;font-weight:700;margin:10px;z-index:50;vertical-align:middle !important;font-family:Arial, Helvetica, sans-serif !important;text-shadow:0 1px 1px #000;
	cursor:pointer;padding:7px 12px 6px !important;text-decoration:none !important;text-align:center;display:inline-block;line-height:20px;outline:none;
	-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-ms-transition:all 0.2s ease;transition:all 0.2s ease;
	-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;
	-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3) !important;-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,0.3) !important;}

#quiz button:hover,
#quiz button:focus,
#quiz .finish:hover,
#quiz .finish:focus,
.newbtn:hover,
.newbtn:focus{background:#0069BF;}

#quiz button:active,
#quiz .finish:active,
.newbtn:active,
.newbtn.selected,
.newbtn.partselected{background:#003C6D;
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5) !important;-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5) !important;box-shadow:inset 0 1px 3px rgba(0,0,0,0.5) !important;}
	
/* Smaller */
.newbtn.mini{font-size:12px;padding:3px 8px 4px !important;margin:0;line-height:15px;}
.newbtn.smallz {font-size:12px;padding:1px 5px 2px !important;margin:0;line-height:14px;}
.newbtn.tiny{font-size:10px;padding:1px 5px 2px !important;margin:0;line-height:12px;}

/* Block Elements */
.newbtn.block{display:block !important;font-size:21px;line-height:24px;margin:0 0 10px;padding:10px 12px;}
	.newbtn.block span{display:block;font-size:16px;line-height:18px;margin:0 !important;padding:0;}
.newbtn.miniblock{display:block;font-size:13px;padding:4px 8px;margin:0 0 10px !important;}
	.newbtn.miniblock span{display:block;font-size:11px;line-height:13px;margin:0 !important;padding:0;}
	
/* Disabled */
.newbtn.selected{opacity:0.4;pointer-events:none;cursor:default;}
.newbtn.partselected{opacity:0.7;}
	
/* Oranges */
.newbtn.undone,.newbtn.orange{background:#ED751A;color:#fff !important;border:1px solid #6D340C !important;}
	.newbtn.undone:hover,.newbtn.undone:focus,.newbtn.orange:hover,.newbtn.orange:focus{background:#FF8C3F;}
	.newbtn.undone:active,.newbtn.undone:active,.newbtn.orangeselected,.newbtn.orangeselected{background:#A85012;}
	
.newbtn.rss{background:#DB8206;color:#fff !important;border:1px solid #7C4803 !important;}
	.newbtn.rss:hover,.newbtn.rss:focus{background:#FF9A07;}
	.newbtn.rss:active,.newbtn.rss.selected{background:#BA6B05;}
	
.newbtn.bulu{background:#F05002;color:#fff !important;border:0 !important;text-shadow:none !important;}
	.newbtn.bulu:hover,.newbtn.bulu:focus{background:#D24604;}
	.newbtn.bulu selected,.newbtn.bulu selected{background:#D24604;}
	
.newbtn.amazon{background:#232F3E;color:#fff !important;border:2px solid #FF9900 !important;text-shadow:none !important;}
	.newbtn.amazon:hover,.newbtn.amazon:focus{background:#232F3E;}
	.newbtn.amazon:active,.newbtn.amazon.selected{background:#232F3E;}
	
/* Review Like Thumbs Up Color */
.newbtn.likeit{background:#F4C693;color:#846140 !important;border:1px solid #846140 !important;text-shadow:0 1px 1px #fff;}
	.newbtn.likeit:hover,.newbtn.likeit:focus{background:#FCDFC2;}
	.newbtn.likeit:active,.newbtn.likeit.selected{background:#DBB28A;}
			
/* Blues */
.newbtn.lite{background:#ADC1CE;color:#345270 !important;border:1px solid #556E7A !important;text-shadow:0 1px 1px #fff;}
	.newbtn.lite:hover,.newbtn.lite:focus{background:#C9D6DD;}
	.newbtn.lite:active,.newbtn.lite.selected{background:#89A9BF;}
	
/* Greens */
.newbtn.green{background:#54B948;color:#fff !important;border:1px solid #2D6326 !important;}
	.newbtn.green:hover,.newbtn.green:focus{background:#5CC94E;}
	.newbtn.green:active,.newbtn.green.selected{background:#45963A;}
	
/* SmartPoint Gold */
.newbtn.gold{background:#CA9E24;color:#000 !important;border:1px solid #5B4610 !important;text-shadow:0 1px 1px #fff;}
	.newbtn.gold:hover,.newbtn.gold:focus{background:#E2C87E;}
	.newbtn.gold:active,.newbtn.gold.selected,.newbtn.gold.partselected{background:#9E7B1C;}
	
/* Black */
.newbtn.dark{background:#222;border:1px solid #111 !important;}
	.newbtn.dark:hover,.newbtn.dark:focus{background:#444;}
	.newbtn.dark:active,.newbtn.dark.selected{background:#111;}
	
/* Purples */
.newbtn.purple{background:#6f3488;}
	.newbtn.purple:hover{background:#b780ce;}
	
.newbtn.litepurp{background:#b780ce;}
	.newbtn.litepurp:hover{background:#e3cbed;}

/* Red */
.newbtn.red{background:#A80200;border:1px solid #4F0100 !important;}
		.newbtn.red:hover,.newbtn.red:focus{background:#BC0300;}
		.newbtn.red:active{background:#6B0100;}

/* Yellow */		
.newbtn.yellow{background:#A88F00;border:1px solid #4F4300 !important;}
	.newbtn.yellow:hover,.newbtn.yellow:focus{background:#BCA000;}
	.newbtn.yellow:active{background:#6B5B00;}
	
/* Color-Changing As On SSS Nav */
.page-nav .newbtn{padding:4px 20px;font-size:14px;text-transform:uppercase;}
	.page-nav .newbtn:hover,.page-nav .newbtn:focus{background:#54B948;}
	.page-nav .newbtn:active,.page-nav .newbtn.selected{background:#45963A;}
		
/* Buttons Positioned Near Headers */
.newbtn.headside{position:relative;float:right;}
	.newbtn.headside.mini{top:10px;}
	.newbtn.headside.tiny{top:8px;}
	.newbtn.headside.extrabump{margin-top:25px;}
	.newbtn.headside.smallbump{margin-top:8px;}
	.newbtn.headside.pullup{margin-top:-7px;}
		
/* Grouped Buttons */
.newbtn.group{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;margin-right:0;margin-left:0;}
	.newbtn.group+.newbtn.group{border-left-width:0 !important;}
	.newbtn.group.selected+.newbtn.group{border-left-width:1px !important;}
	.newbtn.group.starter{-webkit-border-top-left-radius:10px;-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-topleft:10px;-moz-border-radius-bottomleft:10px;
	border-top-left-radius:10px;border-bottom-left-radius:10px;}
	.newbtn.group.finisher{-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;
	border-top-right-radius:10px;border-bottom-right-radius:10px;}
	
/* Arrows Appended */
.newbtn.wrarr:after,.newbtn.wrarr::after{content:' \00a0 \25b6';}
.newbtn.wdarr:after,.newbtn.wdarr::after{content:' \00a0 \25bc';}
.newbtn.wuarr:after,.newbtn.udarr::after{content:' \00a0 \25b2';}
.newbtn.wlarr:before,.newbtn.wlarr::before{content:'\25c0 \00a0 ';}

.smallertext .newbtn{ font-size:11px !important; }
	
/* End of File */