/* 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:#868686 url(../images/grad-grey.gif) repeat-x bottom;
	line-height: 35px;
	border-radius: 16px 16px 0 0;
	-moz-border-radius: 16px 16px 0 0;
	-webkit-border-radius: 16px 16px 0 0;
	color:#ccc;
	padding: 0 20px;
	font-weight:bold;
	overflow:hidden;
}
pre, .code {
	background-color: #f9f7f8 !important;
	border: 1px solid #ccc !important;
	border-left-width: 5px !important;
	border-top: none !important;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	font: 1em/1.5 Monaco, Consolas, "Courier News", monospace !important;
	padding: 1.5em 15px !important;
	margin: 0 0 1.5em !important;
	overflow-x: auto;
}

/* 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 1px #666; -webkitbox-shadow: 0 0 1px #666;
	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(http://www.ambassadeangola.ch/site2012/templates/skywalker/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(http://www.ambassadeangola.ch/site2012/templates/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 */

/* Panel lists */
ul.list-style span.icon {background:url(../images/ui-style.png) no-repeat top left;}
ul.list-layout span.icon {background:url(../images/ui-layout.png) no-repeat top left;}
ul.list-menu span.icon {background:url(../images/ui-menu.png) no-repeat top left;}
ul.list-direction span.icon {background:url(../images/ui-direction.png) no-repeat top left;}
ul.list-phones span.icon {background:url(../images/ui-phone.png) no-repeat top left !important;}

/*
ul.ja-unordered-list li {
	background: url(http://www.ambassadeangola.ch/site2012/templates/skywalker/images/bullet.gif) no-repeat 20px 7px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 30px;
}

ol.ja-ordered-list li { line-height: 180%; margin-left: 30px; }

dl.ja-definition-list dt { font-weight: bold; line-height: 160%; }

dl.ja-definition-list dd { margin-left: 15px; line-height: 160%; }
*/

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

p.blocknumber .bignumber {
	background-image: url(../images/blocknumber-bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px !important;
	position: absolute;
	top: 5px;
	left: 0;
	font: bold 20px/normal Arial, sans-serif;
	text-align: center;
}

.blocknumber-1 .bignumber { background-position: 1px 0;}
.blocknumber-2 .bignumber { background-position: left -44px;}
.blocknumber-3 .bignumber { background-position: 2px -87px/*-92px*/;}
.blocknumber-4 .bignumber { background-position: 1px -132px/*-138px*/;}
.blocknumber-5 .bignumber { background-position: left -176px/*-184px*/;}
.blocknumber-6 .bignumber { background-position: left -222px/*-230px*/;}

/* 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(http://www.ambassadeangola.ch/site2012/templates/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 2px #B7D4E9 inset; -webkitbox-shadow: 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; }

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

/* 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; }

.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 3px #CCCCCC inset; -webkit-box-shadow: 0 0 3px #CCCCCC inset;}

.legend-2 .legend-title { }


/* IMAGE STYLING
--------------------------------------------------*/
.highslide img {
	padding: 0;
	border: 0;
}

.highslide:hover img {
    border: 0 !important;
}
.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-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;*/}

/* BUTTONS
--------------------------------------------------*/
/* simple */
.ja-typo-block .button {line-height:1;}
.button {text-align:center;}
.button span {font-family: Helvetica, Verdana, Arial, sans;font-size:10px;}
.button_span {text-transform:none; font-style:italic;font-weight:normal;}
.button_span_hilite {color:black;font-weight:bold;font-style:normal;}

/* Common Buttons Style ---*/
a.ja-typo-btn {
	display: block;
	text-decoration: none !important;
	white-space: nowrap;
	border: 1px solid #cddfeb;
	color: #3f9ebe;
	text-shadow: 0 1px 2px rgba(255,255,255,.8);
	background: url(../images/grad-l1-trans.png) repeat-x center #ddd;
	/*box-shadow: 0 0 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);*/
}

a.ja-typo-btn:hover,
a.ja-typo-btn:active,
a.ja-typo-btn:focus {
	color: #fff !important;
	text-shadow:none;
	background: url(../images/grad-l1-trans-over.png) repeat-x center #248eb5;
}

/*Use for Demo Page Only*/
#ja-typo a.ja-typo-btn {
	margin: 0px 20px 15px 0;
	float: left;
}

a.ja-typo-btn:hover,
a.ja-typo-btn:focus,
a.ja-typo-btn:active {
	text-decoration: none;
}


/* Icon Buttons ---*/
a.ja-typo-btn-icn {
	height: 30px;
}

a.ja-typo-btn-icn span {
	padding: 0 15px 0 34px;
	display: block;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	border: 1px solid #fff;
}

a.ja-typo-btn-icn:hover span,
a.ja-typo-btn-icn:active span,
a.ja-typo-btn-icn:focus span {
	border-color:#248eb5;
}

a.btn-icn-save span 	{ background-image: url(../images/icons/disk.png); }
a.btn-icn-tip span 		{ background-image: url(../images/icons/lightbulb.png); }
a.btn-icn-info span 	{ background-image: url(../images/icons/information.png); }
a.btn-icn-ok span 		{ background-image: url(../images/icons/tick.png); }
a.btn-icn-warning span 	{ background-image: url(../images/icons/exclamation.png); }

a.ja-typo-btn-icn span span {
	height: auto;
	line-height: 28px;
	padding: 0;
	display: inline;
	background: none;
	border: none;
}

/* Arrow Buttons 1 ---*/
a.ja-typo-btn-arr {
	height: 30px;
}

a.ja-typo-btn-arr span {
	border:1px solid #fff;
	display:block;
	height: 28px;
}

a.ja-typo-btn-arr:hover span,
a.ja-typo-btn-arr:active span,
a.ja-typo-btn-arr:focus span {
	border-color: #248EB5
}

a.ja-typo-btn-arr span span {
	float:left;
	line-height:28px;
	margin: 0 10px 0 15px;
	border: 0;
	height: auto;
}

a.ja-typo-btn-arr span span.ja-typo-arr {
	margin: 5px 10px 5px 0;
	background: url(../images/btn-arrow.png) no-repeat scroll 0 0;
	width: 18px;
	height: 18px;
	border: 0;
}

a.btn-arr-red span span.ja-typo-arr 	{ background-position: 0 -36px;  }
a.btn-arr-green span span.ja-typo-arr 	{ background-position: 0 -72px;  }
a.btn-arr-black span span.ja-typo-arr 	{ background-position: 0 -108px; }

a.btn-arr-red:hover span span.ja-typo-arr,
a.btn-arr-red:active span span.ja-typo-arr,
a.btn-arr-red:focus span span.ja-typo-arr {
	background-position: 0 -54px;
}

a.btn-arr-green:hover span span.ja-typo-arr,
a.btn-arr-green:active span span.ja-typo-arr,
a.btn-arr-green:focus span span.ja-typo-arr {
	background-position: 0 -90px;
}

a.btn-arr-black:hover span span.ja-typo-arr,
a.btn-arr-black:active span span.ja-typo-arr,
a.btn-arr-black:focus span span.ja-typo-arr {
	background-position: 0 -126px;
}

a.btn-arr2 span span.ja-typo-arr 		{ background-position: -18px -18px;  }
a.btn-arr-red2 span span.ja-typo-arr 	{ background-position: -18px -54px;  }
a.btn-arr-green2 span span.ja-typo-arr 	{ background-position: -18px -90px;  }
a.btn-arr-black2 span span.ja-typo-arr 	{ background-position: -18px -126px; }

a.btn-arr2:hover span span.ja-typo-arr,
a.btn-arr2:active span span.ja-typo-arr,
a.btn-arr2:focus span span.ja-typo-arr {
	background-position: -18px 0;
}

/* Big Buttons ----*/
a.ja-typo-btn-big {
	text-align: center;
	border: 1px solid #cddfeb;
	font-size: 125%;
	line-height: normal;
	font-weight: bold;
}

a.ja-typo-btn-big span {
	padding: 8px 15px 7px;
	border: 1px solid #fff;
	display: block;
}

a.ja-typo-btn-big:hover span,
a.ja-typo-btn-big:active span,
a.ja-typo-btn-big:focus span {
	border:1px solid #248eb5;
}


/* Small Buttons --- */
a.ja-typo-btn-sm {
	text-align: center;
	font-size: 100%;
	line-height: normal;
}

a.ja-typo-btn-sm span {
	padding: 5px 10px;
	display: block;
}

/* Common style for Dark Buttons --- */
a.btn-red,
a.btn-green,
a.btn-black {
	border: 1px solid #ccc;
	/*text-shadow: 0 1px 2px rgba(0,0,0,.8);*/
}

a.btn-red:hover, a.btn-red:active, a.btn-red:focus,
a.btn-green:hover, a.btn-green:active, a.btn-green:focus,
a.btn-black:hover, a.btn-black:active, a.btn-black:focus {

}

/* Button Black*/
a.btn-black { background-color: #dbdbdb; border-color: #dbdbdb; color: #565656 !important; }

a.btn-black:hover,
a.btn-black:active,
a.btn-black:focus { background-color: #565656; }

a.btn-black:hover span,
a.btn-black:active span,
a.btn-black:focus span { border-color: #565656; }

/* Button green*/
a.btn-green { background-color: #d4efd1; border-color: #d4efd1; color: #0ea800; }

a.btn-green:hover,
a.btn-green:active,
a.btn-green:focus { background-color: #0ea800; }

a.btn-green:hover span,
a.btn-green:active span,
a.btn-green:focus span { border-color: #0ea800; }

/* Button red*/
a.btn-red { background-color: #f7dbd7; border-color: #f7dbd7; color: #db3722; }

a.btn-red:hover,
a.btn-red:active,
a.btn-red:focus { background-color: #db3722; }

a.btn-red:hover span,
a.btn-red:active span,
a.btn-red:focus span { border-color: #db3722; }

/* Common style for Rounded Buttons --- */
.btn-rounded-icn, .btn-rounded-big, .btn-rounded-sm,
.btn-rounded-icn span, .btn-rounded-big span, .btn-rounded-sm span, .btn-rounded-arr, .btn-rounded-arr span {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
}

.btn-rounded-sm, .btn-rounded-sm span {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

/* TAGS
--------------------------------------------------*/
span.ja-typo-tag {
	line-height: 1.636 !important;
	font-size:11px;
	padding: 0.41em 12px;
	margin: 0.41em 2px;
	display: inline-block;
	line-height: normal;
	white-space: nowrap;
	background: #666;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	border:0 !important;
}

span.tag-blue 	{ background: #08c; }
span.tag-green 	{ background: #669900; }
span.tag-orange { background: #e58c00; }
span.tag-red 	{ background: #cc0000; }

span.tag-grey { background: #ccc; color: #333; 	text-shadow: 0 -1px 0 rgba(255,255,255,.8); }


/* Common style for Rounded Tags --- */
span.tag-rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

/* SPECIAL MODULE STYLE
--------------------------------------------------*/
/* Badges ---*/
.badge {
	background-image: url(../images/badge.png);
	background-repeat: no-repeat;
	height: 13px;
	position: absolute;
	right: 0; top:2px;
	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; }


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

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

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

.ja-typo-table thead th {
	background:#868686 url(../images/grad-grey.gif) repeat-x bottom;
	border-right: 1px solid #818181 !important;
	padding: 0 10px;
	color:#fff;
	line-height:36px;
}

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

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

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

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

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

.table-blue thead th {
	background:#4496c9 url(../images/grad-blue.gif) repeat-x bottom;
	border-right: 1px solid #3B91C6 !important;
}


.table-blue .ja-typo-row-caption td {
	background:#f0f6f9;
}

/* 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;
}

/* TYPO PAGE LAYOUT
-------------------------------------------------------------*/
.ja-typo-blockswrap {
	margin: 1.5em 0;
}

.ja-typo-blockrow {
	/*border-bottom: 1px dotted #ddd;
	padding: 0 0 20px;*/
}

.ja-typo-block fieldset {margin: 0;}

.ja-typo-block .ja-moduletable {margin:0 0 1.5em !important}

.ja-typo-block { float: left; /*padding-top: 20px;*/ }
.ja-typo-blockct { margin: 0 2.5% 0 0; /**/}
.ja-typo-block.last  .ja-typo-blockct {/*margin-right:0;*/}

.ja-typo-block ul, .ja-typo-block ol, .ja-typo-block dl {margin:1.5em 0}

.ja-typo-block h1, .ja-typo-block h2, .ja-typo-block h3, .ja-typo-block h4, .ja-typo-block h5,
.ja-typo-block ul, .ja-typo-block ol, .ja-typo-block dl
{}



.ja-typo-blockswrap .cols-1 .ja-typo-block { width: 100%; float: none; overflow:hidden;}
.ja-typo-blockswrap .cols-2 .ja-typo-block { width: 49.9%; float: left; overflow:hidden;}
.ja-typo-blockswrap .cols-3 .ja-typo-block { width: 33.3%; float: left; overflow:hidden;}
.ja-typo-blockswrap .cols-4 .ja-typo-block { width: 24.9%; float: left; overflow:hidden;}

.ja-typo-blockswrap .ja-typo-block.last { /*float: right;*/}

.ja-typo-blockswrap h1.ja-typo-title {
	font-size: 175%;
	border-bottom: 8px solid #ddd;
	padding: 5px;
	margin: 0;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	color: #666;
}

.ja-typo-blockswrap:hover h1.ja-typo-title  {
	border-color: #333;
	color: #333;
}

.ja-typo-blockswrap h2.ja-typo-title {
	font-size: 28px;
	text-align:center;
	margin: 10px 0;
	/*padding: 0 10px;*/
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.ja-typo-blockswrap h2.ja-typo-title span {
	color: #666;
	text-shadow: 0 -1px 1px rgba(255,255,255,.8);
	padding: 3px 10px;
	display: inline-block;
}


.ja-typo-blockrow > h2.ja-typo-title {
	/*margin-bottom: -20px;*/
	margin-top: 20px;
}

/* 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-colswrap.cols-1 .ja-typo-column { width: 100%; float: none; }
.ja-typo-colswrap.cols-2 .ja-typo-column { width: 49%; float: left;}
.ja-typo-colswrap.cols-3 .ja-typo-column { width: 32%; float: left;}
.ja-typo-colswrap.cols-4 .ja-typo-column { width: 23.5%; float: left;}

.ja-typo-column {margin: 0 2% 0 0; /*padding: 0 0 10px 0;*/ float:left;}

.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;}