/* text allignments */
.align-justify {text-align:justify;}
.align-left {text-align:left;}
.align-right {text-align:right;}
.align-center {text-align:center;}


/* PREFORMATTED TEXT
-------------------------------------------------------------*/
/* Pre, Code ---*/
.ja-typo-pre-title {
	background: url(../images/plus.png) #eee ;
	background-image: url(../images/plus.png), -webkit-linear-gradient(top,  #ffffff,  #e6e6e6);
	background-image: url(../images/plus.png), -moz-linear-gradient(top,  #ffffff,  #e6e6e6);
	background-image: url(../images/plus.png), -ms-linear-gradient(top,  #ffffff,  #e6e6e6);
	background-image: url(../images/plus.png), -o-linear-gradient(top,  #ffffff,  #e6e6e6);	
	line-height: 36px;
	border-radius: 5px; -webkit-border-radius: 5px; 
	margin:1.5em 0;
	color:#333; text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.9), 1px 1px 0px rgba(255, 255, 255, 0.5);
	padding: 0 15px;
	box-shadow: 0 0 0 1px #ddd inset, 0 1px 0 1px #fff inset;
	-webkit-box-shadow: 0 0 0 1px #ddd inset, 0 1px 0 1px #fff inset;
	background-position:98.8% center;
	background-repeat:no-repeat;
	position: relative; overflow:hidden;
    font-family: 'Oswald', Helvetica, Verdana, Arial, sans-serif;
	clear:both;
}
.ja-typo-pre-title:hover {cursor:pointer;}

.ja-typo-pre-title.expanded {
	border-radius: 5px 5px 0 0;	-webkit-border-radius: 5px 5px 0 0;
	background: url(../images/plus.png) #e6e6e6 ;
	background-image: url(../images/minus.png), -webkit-linear-gradient(top,  #f6f6f6,  #dddddd);
	background-image: url(../images/minus.png), -moz-linear-gradient(top,  #f6f6f6,  #dddddd);
	background-image: url(../images/minus.png), -ms-linear-gradient(top,  #f6f6f6,  #dddddd);
	background-image: url(../images/minus.png), -o-linear-gradient(top,  #f6f6f6,  #dddddd);
	background-position: 98.8% center;
	background-repeat: no-repeat; 
}

pre, .code, .contents {
	background: url(../images/pre.png) repeat #F9F7F8 !important;
	border: 1px solid #ccc !important;
	border-left-width: 3px !important;
	border-top: none !important;
	border-radius: 0 0 5px 8px;
	-moz-border-radius: 0 0 5px 8px;
	-webkit-border-radius: 0 0 5px 8px;
	font: 1em/1.5 Monaco, Consolas, "Courier News", monospace !important;
	margin: 0 0 1.5em !important;
	position:relative;
}

pre, .code {padding: 0.75em 15px !important; overflow-x: auto;}

.contents {
	border-left-width: 1px !important;
	font: 1em Helvetica, Verdana, Arial, sans-serif !important;
	overflow: hidden;
	padding: 0 15px;
	background: none !important;
}

.contents img {border-radius: 4px;-webkit-border-radius: 4px;}

.codediv {display:none;margin:0;padding:0; position: relative; }


/* Inline Words Hilite ---*/
.highlight {
	background: #666; color: #fff; font-weight:normal;
	padding: 0px 5px;
}

/* Dropcap ---*/
.dropcap {
	display: block;
	float: left;
	font: 40px/20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 7px 8px 0 0;
	color:inherit;
}

/* Blockquote ---*/
blockquote { font-size: 100%; font-style:italic; color:#909090; }

blockquote.left {
	width:48%;
	padding: 0 2% 0 0;
}

blockquote.background {
	background:#f3f3f3;
	border: 0; box-shadow: 0 0 0 1px #ccc; -webkitbox-shadow: 0 0 0 1px #ccc;
	padding: 1.45em 15px !important;
	margin: 1.5em 0 !important;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}
blockquote {margin-top:0 !important}

blockquote span.open {
	background: url(../images/so-q.png) no-repeat left 5px;
	display: inline-block;
	padding: 1.5em 0 0 30px;
}

blockquote.background span.open {}

blockquote span.close {
	background: url(../images/sc-q.png) no-repeat bottom right;
	display: inline-block;
	padding: 0 30px 0.75em 0;
	margin-bottom:0.75em;
}

blockquote.background span.close {
	background-image: url(../images/sc-q1.png);
}


/* sub & sup tags ---*/ 
sub, sup { color: #CC0000; font-size: 11px; font-weight: bold; }

/* LIST STYLES
-----------------------------------------------------------------*/
ul li {/*margin-left:5px; fix*/}

/* Special list style ---*/
ul.ja-typo-list {line-height:1.5; margin: 1.5em 0;}

ul.ja-typo-list li {
	background: none !important;
	margin-left: 0/*8px*/;
	padding: 0 10px 0 20px !important;
	position: relative;
	overflow: hidden;
	line-height: 1.5;
}

.icon {
    padding-left: 0 !important;
}

ul.ja-typo-list span.icon {
	background-image: url(../images/icons-sprites-silk.png);
	/*background-image: url(../../images/icons/icons-sprites-tango.png);*/
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

ul.list-arrow 	span.icon { background-position: left top !important; } /* fixed */
ul.list-star 	span.icon { background-position: left -18px !important; } /* fixed */
ul.list-check	span.icon {	background-position: left -36px !important; } /* fixed */
ul.list-phone	span.icon { background-position: -18px top !important; } /* fixed */
ul.list-address	span.icon { background-position: -18px -18px !important; } /* fixed */
ul.list-mail	span.icon { background-position: -18px -36px !important; } /* fixed */

/* Addons lists */
ul.list-style span.icon {background:url(../images/ui-style.png) no-repeat top left;}
ul.list-blog span.icon {background:url(../images/ui-blog.png) no-repeat top left;}
ul.list-menu span.icon {background:url(../images/ui-menu.png) no-repeat top left;}
ul.list-task span.icon {background:url(../images/ui-task.png) no-repeat top left;}
ul.list-monitor span.icon {background:url(../images/ui-monitor.png) no-repeat top left;}
ul.list-gears span.icon {background:url(../images/ui-gear.png) no-repeat top left;}

/* Business lists */
ul.list-address-book span.icon {background:url(../images/biz-address-book.png) no-repeat top left;}
ul.list-building span.icon {background:url(../images/biz-building.png) no-repeat top left;}
ul.list-calculator span.icon {background:url(../images/biz-calculator.png) no-repeat top left;}
ul.list-calendar span.icon {background:url(../images/biz-calendar.png) no-repeat top left;}
ul.list-chart span.icon {background:url(../images/biz-chart.png) no-repeat top left;}
ul.list-chart-pie span.icon {background:url(../images/biz-chart-pie.png) no-repeat top left;}

dl dd {padding-left:10px;}

/* Big Number ---*/
p.blocknumber {
	position: relative;
	padding: 0 0 0 55px !important;
	min-height: 36px;
}

p.blocknumber .bignumber {
	background: #999;
	color: #fff; 
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px !important;
	position: absolute;
	top: 5px;
	left: 1px;
	font: bold 26px/normal Arial, sans-serif;
	text-align: center;
	border-radius:25px; -webkit-border-radius: 25px;
	/*letter-spacing:-1px;*/
}

p.blocknumber .bignumber.green {background: #74B600;}
p.blocknumber .bignumber.blue {background: #10CDE1;}
p.blocknumber .bignumber.red {background: #f00e0e;}
p.blocknumber .bignumber.orange {background: #f78d1d;}
p.blocknumber .bignumber.black {background: #111;}

/* ICON STYLE
-----------------------------------------------------------------*/
/* Tips, Error, Message, Hightlight ---*/
p.ja-typo-icon {
	padding-left: 25px !important;
	position: relative;
}

p.ja-typo-icon span.icon {
	background-image: url(../images/icons-sprites-silk.png);
	/*background-image: url(../../images/icons/icons-sprites-tango.png);*/
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
}

p.icon-error	span.icon { background-position: left -54px !important; } /* fixed */
p.icon-message	span.icon { background-position: left -72px !important; } /* fixed */
p.icon-tips 	span.icon {	background-position: left -90px !important; } /* fixed */
p.icon-key 		span.icon { background-position: left -108px !important; } /* fixed */
p.icon-tag 		span.icon { background-position: left -126px !important; } /* fixed */
p.icon-cart 	span.icon { background-position: right -54px !important; } /* fixed */
p.icon-doc 		span.icon { background-position: right -72px !important; } /* fixed */
p.icon-note 	span.icon { background-position: right -90px !important; } /* fixed */
p.icon-photo 	span.icon { background-position: right -108px !important; } /* fixed */
p.icon-mobi 	span.icon { background-position: right -126px !important; } /* fixed */

p.icon-error	{ color: #CC0000;}
p.icon-message	{ color: #2C79B3;}
p.icon-tips		{ color: #E58C00;}

/*fix */
.icon-mobi, .icon-photo, .icon-note, .icon-doc,
.icon-cart, .icon-tag, .icon-key, .icon-tips, .icon-message , .icon-error{
	background-image: none !important; padding-top:0 !important;padding-bottom:0 !important;
}

/* BUBBLES
-----------------------------------------------------------------*/
/* Common Style + Style 1 */
.ja-typo-bubble {
	position: relative;
	margin: 1.5em 0;
}

.ja-typo-blockrow .ja-typo-bubble {margin: 1.5em 0;}

.ja-typo-bubblect {
	padding: 1.5em 15px;
	border: 0; box-shadow:0 0 1px #666 inset; -webkit-box-shadow:0 0 1px #666 inset;
}

.ja-typo-bubble p.ja-typo-bubble-meta {
	margin: 0;
	height: 18px;
	padding-left: 65px;
}

.ja-typo-bubble span.ja-typo-bubble-author {
	font-weight: bold;
	display: block;
	padding-top: 0px;
	font-size:11px;
}

.ja-typo-bubble span.ja-typo-bubble-arrow {
	display: block;
	position: absolute;
	bottom: 1px;
	left: 28px;
	width: 25px;
	height: 18px;
	background: url(../images/bubble-arrow.png) 0 0;
}

/* Style 2 --- */
.bubble-2 .ja-typo-bubblect { box-shadow:0 0 1px #666 inset; -webkit-box-shadow:0 0 1px #666 inset; }
.bubble-2 span.ja-typo-bubble-arrow { background-position: -25px 0; }

/* Style 3 --- */
.bubble-3 .ja-typo-bubblect { box-shadow:0 0 1px #157CBB inset; -webkit-box-shadow:0 0 1px #157CBB inset; background:#e5f2fe; }
.bubble-3 span.ja-typo-bubble-arrow { background-position: 0 -18px; }

/* Style 4 --- */
.bubble-4 .ja-typo-bubblect { background: #E5F2FE; border: 0 none; box-shadow: 0 0 0 2px #B7D4E9 inset; -webkitbox-shadow: 0 0 0 2px #B7D4E9 inset; }
.bubble-4 span.ja-typo-bubble-arrow { background-position: -25px -18px; }

/* Style 5 --- */
.bubble-5 .ja-typo-bubblect { border: 0; background: #454545; color: #fff; }
.bubble-5 span.ja-typo-bubble-arrow { background-position: -50px -36px; }
.bubble-5 strong {color:#fff;}

/* Style 6 --- */
.bubble-6 .ja-typo-bubblect { border: 0; background: #157cbb; color: #fff; }
.bubble-6 span.ja-typo-bubble-arrow { background-position: -25px -36px; }
.bubble-6 strong {color:#fff;}

/* Common Style for Rounded Bubbles --- */
.bubble-rounded .ja-typo-bubblect {
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

/* MESSAGE BOXES AND LEGENDS STYLE
-----------------------------------------------------------------*/
/* Box style ---*/
.ja-typo-box {
	border: 0; box-shadow:0 0 1px #333 inset; -webkit-box-shadow:0 0 1px #333 inset;
	padding: 1.5em 10px 1.5em 50px !important;
	margin: 1.5em 0 !important;
}

/* boxes */
.box-grey, .box-hilite { padding: 1.5em 15px !important; border-radius: 5px; -webkit-border-radius:5px;}

.box-grey { background: #eee; box-shadow: none; -webkit-box-shadow: none; }
.box-hilite { background: #fff url(../images/grad-b.gif) repeat-x bottom; border: 0; box-shadow:0 0 1px #aaa inset; -webkit-box-shadow:0 0 1px #aaa inset; padding: 1.5em 16px !important; }

/* Legend ---*/
.ja-typo-legend {
	border: 0;
	background: #eee;
	margin: 1.5em 0;
	padding: 1.5em 15px !important;
	position: relative;
}

.ja-typo-legend .legend-title {
	color: #fff; background:#ccc;
	display: block;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
	left: 15px;
	line-height: normal;
	margin: 0 !important;
	padding: 5px 10px !important;
	position: absolute;
	top: -18px;
	border: 0;
}
/* Legend Style 2 */
.legend-2 { border: 0; background:#f3f5f7; box-shadow: 0 0 0px 3px #CCCCCC inset; -webkit-box-shadow: 0 0 0px 3px #CCCCCC inset;}

.legend-2 .legend-title { }

.legend-1, .legend-2 {	border-radius: 5px; -webkit-border-radius:5px;}

.legend-title {border-radius: 5px; -webkit-border-radius:5px;}


/* IMAGE STYLING
--------------------------------------------------*/
img.round {border-radius: 4px; -webkit-border-radius: 4px;}

/* round border */
.ja-typo-img-wrap, .img-wrap-2 div, .img-wrap-3 div div, .img-wrap-8 div div, .img-wrap-9 span, .img-wrap-9 img {border-radius: 4px; -webkit-border-radius: 4px;}
.img-wrap-7 img {border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;}
.img-wrap-7 span span {border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px;}
.ja-typo-img-wrap {
	border: 1px solid #e3e3e3;
	display:inline-block;
	background:#fff;
	position:relative;
	
}

.ja-typo-img-wrap img {
	padding:4px;
}


.img-wrap-2 {
	background: url(../images/img-shadow.png) no-repeat bottom center;
	padding-bottom: 10px;
	border: none;
}

.img-wrap-2 div {
	border: 1px solid #e3e3e3;
}

.img-wrap-3, .img-wrap-8 {
	background: url(../images/img-shadow2-l.png) no-repeat bottom left;
	border: none;
}

.img-wrap-3 div, .img-wrap-8 div {
	background: url(../images/img-shadow2-r.png) no-repeat bottom right;
	padding-bottom: 10px;
}

.img-wrap-3 div div, .img-wrap-8 div div {
	background:#fff;
	border: 1px solid #e3e3e3;
	background:none;
	padding:0;
}

.img-wrap-4 {
	border: 1px solid #d6e4ec;
	background:#d6e4ec;
}

.img-wrap-5 {
	border: 1px solid #b1b1b1;
	background:#b1b1b1;
}

.img-wrap-5 img {background:none;}

.img-wrap-6 {
	float:left;
}

.img-wrap-6 span {
	clear:both;
	display:block;
	font-size:92%;
	padding: 3px 7px 4px;
	color:#868686;
}

.img-wrap-7 {
	border:none;
	/* width: 170px; */
	position:relative;
	/*height: 100px;*/
	margin-bottom: 26px;
}
.img-wrap-7 span {
	clear:both;
	display:block;
	background:url(../images/img-wrap-7.gif) no-repeat scroll 10px 0;
	padding: 11px 0 0;
	margin: -11px 0 0;
	position:absolute;/**/
	bottom:0;
	z-index:1;
	width: 100%;
}
.img-wrap-7 span span {
	font-size:12px;
	color:#fff;
	display:block;
	/*padding: 9px 7px 7px;*/
	margin:0;
	background:#157cbb;
	bottom: auto;
	/*width: 156px;*/
	width:95%; /* custom */
	padding: 5px 2.5%; /* custom */
}
.img-wrap-7 img {
	padding:0;
	/*position:absolute;*/
}

.img-wrap-8 {
	position:relative;
}
.img-wrap-8 span {
	position:absolute;
	background:url(../images/img-wrap-8.png);
	color:#fff;
	font-size:92%;
	/*width: 156px; custom*/
	padding: 9px 7px 7px;
	bottom: 15px;
	left:5px;
	right:5px; /* custom */
}

.img-wrap-9 {
	border:none;
}

.img-wrap-9 img {
	padding: 5px;
	background:#d6e4ec;
}

.img-wrap-9 span {
	width: auto;
	border: 1px solid #d6e4ec;
	display:block;
	background:#edf3f7;
	margin: 10px 0 0;
	font-size:11px;
	color:#868686;
	padding: 5px 10px;
	position:relative;
}

.img-wrap-9 span span {
	border:none;
	width: 13px;
	height: 8px;
	margin: -13px auto 5px;
	padding:0;
	background:url(../images/img-wrap-9.gif) no-repeat;
}

.img-wrap-10 {
	background:#5f5f5f;
	border:none;
}

.img-wrap-10 img {
	padding: 5px;
	background:none;
}

.img-wrap-10 span {
	display:block;
	padding: 5px 10px 10px;
	color:#fff;
	font-size: 11px;
}

.img-wrap-11, .img-wrap-12 a {
	position:relative;
}

.img-wrap-11 a, .img-wrap-12 a {
	display:block;
	position:absolute;
	width: 100%/*180px*/;
	height: 100%/*110px*/;
	top: -1px;
	left: -1px;
	text-indent:-9999px;
}

.img-wrap-1.pattern, 
.img-wrap-10.pattern {background:url(../images/pattern.png) repeat #666; border:0;
box-shadow: -webkit-box-shadow: 0 0 0 1px #444 inset; box-shadow: 0 0 0 1px #444 inset;}

.pattern img {opacity:0.7; filter: alpha(opacity = 70);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pattern img:hover {opacity:1; filter: alpha(opacity = 100)}

.img-wrap-10.pattern span {text-shadow: 1px 1px 1px #222;}

.img-wrap-11 a:hover,
.img-wrap-11 a:active,
.img-wrap-11 a:focus {
	background:url(../images/img-wrap-11.png) no-repeat center;
}

.img-wrap-12 a:hover,
.img-wrap-12 a:active,
.img-wrap-12 a:focus {
	background:url(../images/img-wrap-12.png) no-repeat center;
}

.img-wrap-1.left, 
.img-wrap-2.left,
.img-wrap-3.left,
.img-wrap-4.left, 
.img-wrap-5.left,
.img-wrap-6.left,
.img-wrap-7.left,
.img-wrap-8.left,
.img-wrap-9.left,
.img-wrap-10.left,
.img-wrap-11.left,
.img-wrap-12 .left
{float:left; margin-right:10px;/*margin-top:1.5em; margin-bottom:15px;*/}

.img-wrap-1.right, 
.img-wrap-2.right,
.img-wrap-3.right,
.img-wrap-4.right, 
.img-wrap-5.right,
.img-wrap-6.right,
.img-wrap-7.right,
.img-wrap-8.right,
.img-wrap-9.right,
.img-wrap-10.right,
.img-wrap-11.right,
.img-wrap-12 .right
{float:right; margin-left:10px;/*margin-top:1.5em; margin-bottom:15px;*/}

/* MORE BUTTON STYLES
--------------------------------------------------*/
/* p button wrapper */
p.buttons {line-height:1.285; margin: 1.285em 0;}
p.buttons .button {margin-right:4%;}

/* sizes */
.button.big {font-size: 14px; padding: 0.285em 1em !important;}
.button.bigrounded {
	-webkit-border-radius: 2em;
	border-radius: 2em;
	font-size: 14px;
	padding: 0.285em 1em !important;
}
.button.medium {
	font-size: 12px;
}

.button.small { line-height: 1.5; text-transform: none; }

a.button { text-decoration: none !important; }

/* black */
.button.black {
	color: #ccc;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #222, 0 0 1px 0 #999999, 0 0 0 3px rgba(0, 0, 0, 0.2);	
	box-shadow: inset 0 0 0 1px #222, 0 0 1px 0 #999999, 0 0 0 3px rgba(0, 0, 0, 0.2);
	background: #333;
	background-image: -webkit-linear-gradient(top,  #666,  #000);
	background-image: -moz-linear-gradient(top,  #666,  #000);
	background-image: -ms-linear-gradient(top,  #666,  #000);
	background-image: -o-linear-gradient(top,  #666,  #000);
}
.button.black:hover, .button.black:focus {
	color:#fff;
	background: #111;
	background-image: -webkit-linear-gradient(top,  #444,  #000);
	background-image: -moz-linear-gradient(top,  #444,  #000);
	background-image: -ms-linear-gradient(top,  #444,  #000);
	background-image: -o-linear-gradient(top,  #444,  #000);
}


/* gray */
.button.gray {
	color: #eee;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #555, 0 0 1px 0 #999, 0 0 0 3px rgba(0, 0, 0, 0.2);	
	box-shadow: inset 0 0 0 1px #555, 0 0 1px 0 #999, 0 0 0 3px rgba(0, 0, 0, 0.2);
	background: #999;
	background-image: -webkit-linear-gradient(top,  #888,  #575757);
	background-image: -moz-linear-gradient(top,  #888,  #575757);
	background-image: -ms-linear-gradient(top,  #888,  #575757);
	background-image: -o-linear-gradient(top,  #888,  #575757);
}
.button.gray:hover, .button.gray:focus {
	color:#fff;
	background: #858585;
	background-image: -webkit-linear-gradient(top,  #757575,  #4b4b4b);
	background-image: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	background-image: -ms-linear-gradient(top,  #757575,  #4b4b4b);
	background-image: -o-linear-gradient(top,  #757575,  #4b4b4b);
}

/* green */
.button.green {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #487004, 0 0 1px 0 #999999, 0 0 0 3px rgba(0, 0, 0, 0.2); 
	box-shadow: inset 0 0 0 1px #487004, 0 0 1px 0 #999999, 0 0 0 3px rgba(0, 0, 0, 0.2);
	background: #81cb00;
	background-image: -webkit-linear-gradient(top,  #81cb00,  #4d7900);
	background-image: -moz-linear-gradient(top,  #81cb00,  #4d7900);
	background-image: -ms-linear-gradient(top,  #81cb00,  #4d7900);
	background-image: -o-linear-gradient(top,  #81cb00,  #4d7900);
}

.button.green:hover, .button.green:focus {
	color:#fff;
	background: #68a301;
	background-image: -webkit-linear-gradient(top,  #74b504,  #4d7900);
	background-image: -moz-linear-gradient(top,  #74b504,  #4d7900);
	background-image: -ms-linear-gradient(top,  #74b504,  #4d7900);
	background-image: -o-linear-gradient(top,  #74b504,  #4d7900);
}

/* blue */
.button.blue {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #078491, 0 0 1px 0 #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.12); 
	box-shadow: inset 0 0 0 1px #078491, 0 0 1px 0 #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.12);
	background: #10CDE1;
	background-image: -webkit-linear-gradient(top,  #10CDE1,  #0A8C9A);
	background-image: -moz-linear-gradient(top,  #10CDE1,  #0A8C9A);
	background-image: -ms-linear-gradient(top,  #10CDE1,  #0A8C9A);
	background-image: -o-linear-gradient(top,  #10CDE1,  #0A8C9A);
}
.button.blue:hover, .button.blue:focus {
	color:#fff;
	background: #0bbacd;
	background-image: -webkit-linear-gradient(top,  #0bbacd,  #0b8390);
	background-image: -moz-linear-gradient(top,  #0bbacd,  #0b8390);
	background-image: -ms-linear-gradient(top,  #0bbacd,  #0b8390);
	background-image: -o-linear-gradient(top,  #0bbacd,  #0b8390);
}

.button.red {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #8d0303, 0 0 1px 0 #999999, 0 0 0 3px rgba(0, 0, 0, 0.2);	
	box-shadow: inset 0 0 0 1px #8d0303, 0 0 1px 0 #999999, 0 0 0 3px rgba(0, 0, 0, 0.2);
	background: #f00e0e;
	background-image: -webkit-linear-gradient(top,  #f00e0e,  #ab0303);
	background-image: -moz-linear-gradient(top,  #f00e0e,  #ab0303);
	background-image: -ms-linear-gradient(top,  #f00e0e,  #ab0303);
	background-image: -o-linear-gradient(top,  #f00e0e,  #ab0303);
}
.button.red:hover, .button.red:focus {
	color:#fff;
	background: #d60404;
	background-image: -webkit-linear-gradient(top,  #d60404,  #8c0303);
	background-image: -moz-linear-gradient(top,  #d60404,  #8c0303);
	background-image: -ms-linear-gradient(top,  #d60404,  #8c0303);
	background-image: -o-linear-gradient(top,  #d60404,  #8c0303);
}

/* orange */
.button.orange {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #aa4003, 0 0 1px 0 #eeeeee, 0 0 0 3px rgba(0, 0, 0, 0.2);	
	box-shadow: inset 0 0 0 1px #aa4003, 0 0 1px 0 #eeeeee, 0 0 0 3px rgba(0, 0, 0, 0.2);
	background: #f78d1d;
	background-image: -webkit-linear-gradient(top,  #faa51a,  #c74900);
	background-image: -moz-linear-gradient(top,  #faa51a,  #c74900);
	background-image: -ms-linear-gradient(top,  #faa51a,  #c74900);
	background-image: -o-linear-gradient(top,  #faa51a,  #c74900);
}
.button.orange:hover, .button.orange:focus {
	color:#fff;
	background: #e55908;
	background-image: -webkit-linear-gradient(top,  #f38b2f,  #b64301);
	background-image: -moz-linear-gradient(top,  #f38b2f,  #b64301);
	background-image: -ms-linear-gradient(top,  #f38b2f,  #b64301);
	background-image: -o-linear-gradient(top,  #f38b2f,  #b64301);
}


/* SPECIAL MODULE STYLE
--------------------------------------------------*/
/* Badges ---*/
.badge {
	background-image: url(../images/badge.png) !important;
	background-repeat: no-repeat;
	height: 13px;
	position: absolute;
	right: 0; top:3px;
	width: 29px;
}

.badge-new 	.badge { background-position: 0 0; }
.badge-pick .badge { background-position: 0 -13px; }
.badge-top 	.badge { background-position: 0 -26px; }
.badge-hot 	.badge { background-position: 0 -39px; }


/* TABLES
--------------------------------------------------*/
.ja-typo-table thead tr th {border:0;}
.ja-typo-table {
	border-collapse: separate;
	margin:0 0 1.5em; padding:0;
}

.ja-typo-table td {
	border: 0; 
	padding: 0 10px;
	border-top: none;
	border-left: none;
	box-shadow: -1px -1px 0 #CCCCCC inset, 0 0 15px 0 #eee inset;
	-webkit-box-shadow: -1px -1px 0 #CCCCCC inset, 0 0 15px 0 #eee inset;
	-moz-box-shadow: -1px -1px 0 #CCCCCC inset, 0 0 15px 0 #eee inset;
}

.ja-typo-table td.first {
	border-left: 1px solid #ddd;
}

.ja-typo-table thead th {
	background:#888;
	background: -webkit-linear-gradient(top,  #999,  #666);
	background: -moz-linear-gradient(top,  #999,  #666);
	background: -ms-linear-gradient(top,  #999,  #666);
	background: -o-linear-gradient(top,  #999,  #666);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666')";
	border-right: 1px solid #999 !important;
	padding: 0 10px;
	color:#fff; font-weight:normal; text-shadow: 0 1px 1px rgba(0,0,0, 0.2);
	line-height:36px; font-weight:bold;
	text-align:center;
}

.ja-typo-table thead th {text-align:center; }
.ja-typo-table thead th.last, .ja-typo-table tr td.last {text-align:left;}

.ja-typo-table thead th.first {text-transform:uppercase;text-align:left; }
.ja-typo-table tr td.first {text-align:left;}

.table-rounded thead th.first {
	border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
}

.table-rounded thead th.last {
	border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	border-right: 0 !important;
}

.table-rounded tr.last td.first {
	border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
}

.table-rounded tr.last td.last {
	border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-webkit-border-radius: 0 0 4px 0;
}

.ja-typo-row-caption td {
	background:#f6f6f6;
}

/* styles */
.table-blue .ja-typo-row-caption td {
	background:#f0f6f9;
}
.table-blue thead th {
	background:#0da3b3;
	border-right: 1px solid #10CDE1 !important;
	background: -webkit-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -moz-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -ms-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -o-linear-gradient(top,  #10CDE1,  #0da3b3);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#10CDE1', endColorstr='#0da3b3')";
}


.table-green .ja-typo-row-caption td {
	background:#ebffc6;
}

.table-green thead th {
	background:#4d7900;
	border-right: 1px solid #81CB00 !important;
	background: -webkit-linear-gradient(top,  #81CB00,  #4d7900);
	background: -moz-linear-gradient(top,  #81CB00,  #4d7900);
	background: -ms-linear-gradient(top,  #81CB00,  #4d7900);
	background: -o-linear-gradient(top,  #81CB00,  #4d7900);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#81CB00', endColorstr='#4d7900')";
}

.table-red .ja-typo-row-caption td {
	background:#fde2e2;
}

.table-red thead th {
	background:#950101;
	border-right: 1px solid #e90000 !important;
	background: -webkit-linear-gradient(top,  #e90000,  #950101);
	background: -moz-linear-gradient(top,  #e90000,  #950101);
	background: -ms-linear-gradient(top,  #e90000,  #950101);
	background: -o-linear-gradient(top,  #e90000,  #950101);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90000', endColorstr='#950101')";
}

.table-orange .ja-typo-row-caption td {
	background:#fef0da;
}

.table-orange thead th {
	background: #c74900;
	border-right: 1px solid #ec9a13 !important;
	background: -webkit-linear-gradient(top,  #ec9a13,  #c74900);
	background: -moz-linear-gradient(top,  #ec9a13,  #c74900);
	background: -ms-linear-gradient(top,  #ec9a13,  #c74900);
	background: -o-linear-gradient(top,  #ec9a13,  #c74900);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9a13', endColorstr='#c74900')";
}

/* new vertical pricing tables */
.vertical-table {
    border-collapse: separate;
    border-spacing: 5px 0;
}

.vertical-table tr td .button {margin:0.75em auto;}
.vertical-table tr td .button.big, .vertical-table tr td .button.bigrounded {margin:0.25em auto;}

.vertical-table tr td, .vertical-table tr td.first, .vertical-table thead th  {box-shadow: none; -webkit-box-shadow: none; border:0}

.vertical-table thead th {padding:1.5em 10px;
	background:#e6e6e6; color:#666; text-align:center; text-transform:none; 
	-ms-filter: none;  border:0 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);	
}

.vertical-table thead th.first{text-align:right; vertical-align:bottom; background: none; width:25%; padding-right: 10px;
	color:#666; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.vertical-table thead th.last{}

.vertical-table thead th {line-height: normal; padding:0.75em 0;}
.vertical-table thead th span {float:left;width:100%;}
span.table-price-heading {font-size:12px; line-height:1.5;font-weight:bold;}
span.table-price {font-size:54px; line-height:1; background: url(../images/pw.png) repeat;}
span.table-price-rate {font-size:12px; line-height:1.5; text-transform:none;}
span.table-price-line {font-size:14px; line-height:1.285;}

.vertical-table tr td span.table-price-heading{color:#333;}

/* just to make them darker
.vertical-table thead th.green span.table-price {background:#4d7900;}
.vertical-table thead th.blue span.table-price {background:#0da3b3;}
.vertical-table thead th.orange span.table-price {background:#c74900;}
.vertical-table thead th.red span.table-price {background:#950101;}
.vertical-table thead th.gray span.table-price {background:#666;}*/

.vertical-table thead th.green, .vertical-table thead th.blue,
.vertical-table thead th.orange, .vertical-table thead th.red,
.vertical-table thead th.gray { border: 0; color:#fff; text-transform:uppercase;
	border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0;
}

.vertical-table thead th.green{
	background:#4d7900;
	background: -webkit-linear-gradient(top,  #81CB00,  #4d7900);
	background: -moz-linear-gradient(top,  #81CB00,  #4d7900);
	background: -ms-linear-gradient(top,  #81CB00,  #4d7900);
	background: -o-linear-gradient(top,  #81CB00,  #4d7900);
}

.vertical-table thead th.blue{
	background:#0da3b3;
	background: -webkit-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -moz-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -ms-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -o-linear-gradient(top,  #10CDE1,  #0da3b3);
}
.vertical-table thead th.orange{
	background: #c74900;
	background: -webkit-linear-gradient(top,  #ec9a13,  #c74900);
	background: -moz-linear-gradient(top,  #ec9a13,  #c74900);
	background: -ms-linear-gradient(top,  #ec9a13,  #c74900);
	background: -o-linear-gradient(top,  #ec9a13,  #c74900);
}
.vertical-table thead th.red{
	background:#950101;
	background: -webkit-linear-gradient(top,  #e90000,  #950101);
	background: -moz-linear-gradient(top,  #e90000,  #950101);
	background: -ms-linear-gradient(top,  #e90000,  #950101);
	background: -o-linear-gradient(top,  #e90000,  #950101);
}
.vertical-table thead th.gray{
	background:#888;
	background: -webkit-linear-gradient(top,  #999,  #666);
	background: -moz-linear-gradient(top,  #999,  #666);
	background: -ms-linear-gradient(top,  #999,  #666);
	background: -p-linear-gradient(top,  #999,  #666);
}


.vertical-table tr td { text-align:center; text-transform:none;  padding: 0.75em 10px; background:#eee;}
.vertical-table tr.first td.first { border-radius:4px 0 0 0; -webkit-border-radius:4px 0 0 0; }
.vertical-table tr.first td {}
.vertical-table tr td.first{text-align:right; background-color:#fff;}

.vertical-table tr td.first {background:#eee}
.vertical-table tr.row2 td.first {background:#e0e0e0}

.vertical-table tr td.first.left-header { background-color: transparent; border-radius: 0; -webkit-border-radius: 0; }

.vertical-table tr.last td.last, .vertical-table tr td.last {text-align:center;}

.vertical-table tr td.orange {background:#fae3c0;}
.vertical-table tr td.red { background:#fddbdb;}
.vertical-table tr td.green { background:#e0ffa8;}
.vertical-table tr td.blue {	background:#D8F4FD;}
.vertical-table tr td.gray {	background:#f0f0f0;}

.vertical-table tr.row2 td {}
.vertical-table tr.row2 td.orange {background:#f8d49e;}
.vertical-table tr.row2 td.red { background:#f9cbcb;}
.vertical-table tr.row2 td.green { background:#d2f590;}
.vertical-table tr.row2 td.blue {	background:#b1e9fa;}
.vertical-table tr.row2 td.gray {	background:#e6e6e6;}

.vertical-table tr.last td.space{}
.vertical-table tr td.space.blue { background: #f0f6f9;}
.vertical-table tr td.space.green { background: #ebffc6;}
.vertical-table tr td.space.orange { background: #fef0da;}
.vertical-table tr td.space.red { background: #fdecec;}
.vertical-table tr td.space.gray { background: #f6f6f6;}




/* FORM
--------------------------------------------------*/
/* Fieldset ----*/
/* Common Style + Style 1 */
fieldset.ja-typo-fieldset {
	border: 3px solid #ddd;
	padding: 15px;
}

fieldset.ja-typo-fieldset legend {
	padding: 0 10px;
}

/* Style 2 */
fieldset.fieldset-2 {
	border: 3px solid #08c;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
}

fieldset.fieldset-2 legend {
	color: #08c;
}

/*Use for Demo Page Only*/
#ja-typo fieldset {
	margin-top: 1.5em;
}


/* content columns */
.ja-typo-column h1, .ja-typo-column h2, .ja-typo-column h3, .ja-typo-column h4, .ja-typo-column h5
{}
.ja-typo-colswrap {/*text-align: justify;*/overflow:hidden; }

.ja-typo-column { margin: 0 1.5% 0 0; padding: 0; float:left; }

.ja-typo-colswrap.cols-1 .ja-typo-column { width: 100%; float: none; margin:0;}
.ja-typo-colswrap.cols-2 .ja-typo-column { width: 49%; float: left; margin:0 2% 0 0;}
.ja-typo-colswrap.cols-3 .ja-typo-column { width: 32%; float: left; margin:0 1.9% 0 0}
.ja-typo-colswrap.cols-4 .ja-typo-column { width: 23.5%; float: left; margin:0 1.9% 0 0}


.ja-typo-column ul {}

.ja-typo-colswrap .ja-typo-column.last { /*float: right;*/margin-right:0;}


/* CSS3 columns */
.css3-columns2,
.css3-columns3,
.css3-columns4 {text-align:justify;}

.css3-columns2 {
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	column-count: 2;
	column-gap: 15px;
}
.css3-columns3 {
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	column-count: 3;
	column-gap: 15px;
}
.css3-columns4 {
	-moz-column-count: 4;
	-moz-column-gap: 15px;
	-webkit-column-count: 4;
	-webkit-column-gap: 15px;
	column-count: 4;
	column-gap: 15px;
}

/* content columns*/

/* Blockswrap Actions ---*/
.ja-typo-blocks-actions {
	font-size: 85%;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #999;
}

.ja-typo-blocks-actions a {
	font-size: 85%;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c00;
	text-decoration: none;
}

.ja-typo-blockswrap small {color:#aaa;font-size:10px;font-weight:normal;}

em {font-family:Georgia, Helvetica, Arial, sans-serif;}

