/*
$JA#COPYRIGHT$
*/
/* PREFORMATTED TEXT
-------------------------------------------------------------*/
/* Pre, Code ---*/
pre, .code {
	background: #ffffcc;
	border-left: 5px solid #ccc;
	font: 1em/1.5 "Courier News", monospace;
	margin: 5px 0 15px !important;
	padding: 10px 15px;
}

/* Dropcap ---*/
.dropcap {
	color: #4B4B4B;
	font: 50px/40px Georgia, Times, serif;
	padding: 4px 8px 0 0;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	background: url(../images/icon-error.gif) no-repeat top left;
	padding-left: 25px;
}

p.message {
	background: url(../images/icon-info.gif) no-repeat top left;
	padding-left: 25px;
}

p.tips {
	background: url(../images/icon-tips.gif) no-repeat top left;
	padding-left: 25px;
}

/* Blockquote ---*/
blockquote {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 100%;
	padding: 1em 40px 1em 15px !important;
}

blockquote.testimonial {
	border-bottom: 1px solid #E7E8E6;
	padding: 0 0 10px !important;
}

blockquote.testimonial span.author {
	display: block;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
}

blockquote.testimonial span.author a{
	background: url(../images/icon-author.gif) 5px 50% no-repeat;
	padding-left: 20px;
}

blockquote span.open { background: url(../images/so-q.gif) no-repeat left top; }

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* sub & sup tags ---*/ 
sub, sup { color: #0C2577; font-size: 11px; font-weight: bold; }

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 5px center #fff;
	border: 1px solid #E7E8E6;
	padding: 10px 5px 10px 45px;
}

p.download {
	background: url(../images/download-bg.gif) no-repeat 5px center #fff;
	border: 1px solid #E7E8E6;
	padding: 20px 0 20px 45px;
}

/* LIST STYLES
-----------------------------------------------------------------*/
/* Special list style ---*/
ul.ja-typo-list li {
	background: none;
	margin-left: 8px;
	overflow: hidden;
	padding: 0 0 0 25px;
	position: relative;
}

ul.ja-typo-list span.icon {
	background-image: url(../images/icons-sprites-silk.png);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 0;
	width: 18px;
}

ul.list-arrow 	span.icon { background-position: left top; }

ul.list-star 	span.icon { background-position: left -18px; }

ul.list-check	span.icon { background-position: left -36px; }

/* Check list */
ul.checklist li {
	background: url(../images/icon-checklist.gif) no-repeat 0 4px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Check list (star) */
ul.stars li {
	background: url(../images/icon-star.gif) no-repeat 0 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* List arrow */
ul.arrow li {
	background: url(../images/icon-arrow.gif) no-repeat 3px 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Big Number ---*/
.blocknumber {
	clear: both;
	min-height: 44px;
	padding: 5px 15px 55px;
	position: relative;
}

/* Bignumber */
.bignumber {
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #fff;
	display: block;
	font: bold 20px/normal Arial, sans-serif;
	left: 12px;
	margin-right: 8px;
	padding: 6px 7px;
	position: absolute;
	top: 5px;
}

.blocknumber-1 .bignumber { background-position: left top; }

.blocknumber-2 .bignumber { background-position: left -44px; }

.blocknumber-3 .bignumber { background-position: left -88px; }

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 { margin: 15px 0; }

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author { font-weight: bold; margin-left: 15px; padding-left: 0; }

div.bubble1 div {
	background: url(../images/bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div { margin: 0; padding: 10px 15px 20px; width: auto; }

div.bubble2 div {
	background: url(../images/bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div { margin: 0; padding: 10px 15px 25px; width: auto; }

div.bubble3 div {
	background: url(../images/bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div { margin: 0; padding: 10px 15px 45px; width: auto; }

div.bubble4 div {
	background: url(../images/bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div { margin: 0; padding: 10px 15px 45px; width: auto; }

/* ICON STYLE
-----------------------------------------------------------------*/
/* Tips, Error, Message, Hightlight ---*/
p.ja-typo-icon { padding-left: 25px; position: relative; }

p.ja-typo-icon span.icon {
	background-image: url(../images/icons-sprites-silk.png);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 18px;
}

p.icon-error	span.icon { background-position: left -54px; }

p.icon-message	span.icon { background-position: left -72px; }

p.icon-tips 	span.icon { background-position: left -90px; }

p.icon-key 		span.icon { background-position: left -108px; }

p.icon-tag 		span.icon { background-position: left -126px; }

p.icon-cart 	span.icon { background-position: right -54px; }

p.icon-doc 		span.icon { background-position: right -72px; }

p.icon-note 	span.icon { background-position: right -90px; }

p.icon-photo 	span.icon { background-position: right -108px; }

p.icon-mobi 	span.icon { background-position: right -126px; }

p.icon-error	{ color: #CC0000; }

p.icon-message	{ color: #2C79B3; }

p.icon-tips		{ color: #E58C00; }

/* BUBBLES
-----------------------------------------------------------------*/
/* Common Style + Style 1 */
.ja-typo-bubble { margin: 20px 0; position: relative; }

.ja-typo-bubblect { border: 3px solid #ddd; padding: 15px; }

.ja-typo-bubble p.ja-typo-bubble-meta { height: 25px; margin: -3px 0 0; padding-left: 65px; }

.ja-typo-bubble span.ja-typo-bubble-author { display: block; font-weight: bold; padding-top: 5px; }

.ja-typo-bubble span.ja-typo-bubble-arrow {
	background: url(../images/bubble-arrow.png) 0 0;
	bottom: 0;
	display: block;
	height: 25px;
	left: 28px;
	position: absolute;
	width: 25px;
}

/* Style 2 --- */
.bubble-2 .ja-typo-bubblect { background: #ddd; border: 0; }

.bubble-2 span.ja-typo-bubble-arrow { background-position: -25px 0; }

/* Style 3 --- */
.bubble-3 .ja-typo-bubblect { border: 3px solid #08c; }

.bubble-3 span.ja-typo-bubble-arrow { background-position: 0 -25px; }

/* Style 4 --- */
.bubble-4 .ja-typo-bubblect { background: #08c; border: 0; color: #fff; }

.bubble-4 span.ja-typo-bubble-arrow { background-position: -25px -25px; }

/* Style 5 --- */
.bubble-5 .ja-typo-bubblect { border: 3px solid #333; }

.bubble-5 span.ja-typo-bubble-arrow { background-position: -50px -50px; }

/* Style 6 --- */
.bubble-6 .ja-typo-bubblect { background: #333; border: none; color: #fff; }

.bubble-6 span.ja-typo-bubble-arrow { background-position: -25px -50px; }

/* MESSAGE BOXES AND LEGENDS STYLE
-----------------------------------------------------------------*/
/* Box style ---*/
p.ja-typo-box { border: 3px solid #ddd; padding: 10px 10px 10px 50px; }

/* Box with icons */
p.box-download, p.box-sticky {
	background-position: 10px 15px;
	background-repeat: no-repeat;
}

p.box-download {
	background-image: url(../images/icons/download-big.png);
}

p.box-sticky { background-image: url(../images/icons/sticky-big.png); }

/* Box without icons - Style 1*/
p.box-grey-1, p.box-hilite-1 { padding: 10px 15px; }

p.box-grey-1 { background: #f7f7f7; border-color: #dddddd; }

p.box-hilite-1 { background: #ffffdd; border-color: #d2d2b6; }

/* Box without icons - Style 2*/
p.box-grey-2, p.box-hilite-2 { padding: 10px 15px; }

p.box-grey-2 {
	background: #f7f7f7;
	border-color: #dddddd;
	border-style: dotted;
}

p.box-hilite-2 {
	background: #ffffdd;
	border-color: #d2d2b6;
	border-style: dotted;
}

/* Legend ---*/
.ja-typo-legend {
	border: 3px solid #ddd;
	margin: 20px 0;
	padding: 20px 15px 15px;
	position: relative;
}

.ja-typo-legend .legend-title {
	background: #fff;
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
	left: 10px;
	line-height: normal;
	margin: 0 !important;
	padding: 5px !important;
	position: absolute;
	top: -17px;
}

/* Legend Style 2 */
.legend-2 { border: 3px solid #08c; }

.legend-2 .legend-title { color: #08c; }

/* BUTTONS
--------------------------------------------------*/
/* Common Buttons Style ---*/
a.ja-typo-btn {
	background: url(../images/grad-l1-trans.png) repeat-x top #ddd;
	border: 1px solid #ccc;
	color: #333;
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

a.ja-typo-btn:hover,
a.ja-typo-btn:active,
a.ja-typo-btn:focus {
	background-position: bottom;
	border: 1px solid #aaa;
	color: #333;
}

/*Use for Demo Page Only*/
#ja-typo a.ja-typo-btn { float: left; margin: 20px 30px 10px 0; }

#ja-typo a.ja-typo-btn:hover,
#ja-typo a.ja-typo-btn:focus,
#ja-typo a.ja-typo-btn:active { text-decoration: none; }

/* Icon Buttons ---*/
a.ja-typo-btn-icn { color: #333; height: 30px; }

a.ja-typo-btn-icn span {
	background-position: 10px 7px;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	display: block;
	padding: 0 15px 0 34px;
}

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 {
	background: none;
	border: none;
	display: inline;
	height: auto;
	line-height: 28px;
	padding: 0;
}

/* Big Buttons ----*/
a.ja-typo-btn-big {
	border: 1px solid #ccc;
	font-size: 125%;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}

a.ja-typo-btn-big span {
	border: 1px solid #fff;
	display: block;
	padding: 8px 15px;
}

/* Small Buttons --- */
a.ja-typo-btn-sm {
	border: 1px solid #ccc;
	font-size: 100%;
	line-height: normal;
	text-align: center;
}

a.ja-typo-btn-sm span {
	border: 1px solid #fff;
	display: block;
	padding: 5px 10px;
}

/* Common style for Dark Buttons --- */
a.btn-blue,
a.btn-red,
a.btn-green,
a.btn-orange,
a.btn-black {
	background-image: url(../images/grad-d1-trans.png);
	border: 1px solid #ccc;
	color: #fff;
}

a.btn-blue:hover, a.btn-blue:active, a.btn-blue:focus,
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-orange:hover, a.btn-orange:active, a.btn-orange:focus,
a.btn-black:hover, a.btn-black:active, a.btn-black:focus {
	background-image: url(../images/grad-d1-trans.png);
	background-position: bottom;
	border-color: #aaa;
}

/* Button Blue*/
a.btn-blue { background-color: #08c; border-color: #08c; }

a.btn-blue:hover,
a.btn-blue:active,
a.btn-blue:focus { border-color: #006ea6; color: #fff; }

a.btn-blue span { border-color: #6ab9e1; }

/* Button Black*/
a.btn-black { background-color: #666; border-color: #666; }

a.btn-black:hover,
a.btn-black:active,
a.btn-black:focus { border-color: #333; color: #fff; }

a.btn-black span { border-color: #999; }

/* Button green*/
a.btn-green { background-color: #669900; border-color: #669900; }

a.btn-green:hover,
a.btn-green:active,
a.btn-green:focus { border-color: #4d7300; color: #fff; }

a.btn-green span { border-color: #b1cb7d; }

/* Button red*/
a.btn-red { background-color: #cc0000; border-color: #cc0000; }

a.btn-red:hover,
a.btn-red:active,
a.btn-red:focus { border-color: #9a0000; color: #fff; }

a.btn-red span { border-color: #e47878; }

/* Button orange*/
a.btn-orange { background-color: #e58c00; border-color: #e58c00; }

a.btn-orange:hover,
a.btn-orange:active,
a.btn-orange:focus { border-color: #a96700; color: #fff; }

a.btn-orange span { border-color: #f1c073; }

/* TAGS
--------------------------------------------------*/
span.ja-typo-tag {
	background: #666;
	color: #fff;
	display: inline-block;
	line-height: normal;
	margin: 0 2px;
	padding: 3px 12px;
	white-space: nowrap;
}

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; }

/* SPECIAL MODULE STYLE
--------------------------------------------------*/
/* Badge ---*/
.badge {
	background-image: url(../images/badge.png);
	background-repeat: no-repeat;
	height: 46px;
	position: absolute;
	right: 0;
	width: 45px;
}

.badge-hot 	.badge { background-position: 0 0; }

.badge-new 	.badge { background-position: 0 -46px; }

.badge-pick .badge { background-position: 0 -92px; }

.badge-top 	.badge { background-position: 0 -138px; }

/*Use for Demo Page Only*/
#ja-typo .moduletable_badge { margin: 0; min-height: 40px; padding: 0; }

#ja-typo .moduletable_badge .ja-box-ct {
	background: #f7f7f7;
	border: 3px solid #ddd;
	padding: 20px;
}

/* FORM
--------------------------------------------------*/
/* Fieldset ----*/
/* Common Style + Style 1 */
fieldset.ja-typo-fieldset { border: 3px solid #ddd; padding: 10px 15px; }

fieldset.ja-typo-fieldset legend { padding: 0 10px; }

/* Style 2 */
fieldset.fieldset-2 { border: 3px solid #08c; }

fieldset.fieldset-2 legend { color: #08c; }

/*Use for Demo Page Only*/
#ja-typo fieldset { margin-top: 20px; }

/* TYPO PAGE LAYOUT
-------------------------------------------------------------*/
.ja-typo-blockswrap { margin: 15px 0; }

.ja-typo-blockrow { border-bottom: 1px dotted #ddd; padding: 0 0 20px; }

.ja-typo-block { float: left; padding-top: 20px; }

.ja-typo-blockct { padding: 0 10px; }

.ja-typo-blockswrap .cols-1 .ja-typo-block { float: none; width: 100%; }

.ja-typo-blockswrap .cols-2 .ja-typo-block { float: left; width: 50%; }

.ja-typo-blockswrap .cols-3 .ja-typo-block { float: left; width: 33%; }

.ja-typo-blockswrap .cols-4 .ja-typo-block { float: left; width: 24.9%; }

.ja-typo-blockswrap .ja-typo-block.last { float: right; }

.ja-typo-blockswrap h1.ja-typo-title {
	border-bottom: 8px solid #ddd;
	color: #666;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	position: relative;
	text-transform: uppercase;
}

.ja-typo-blockswrap:hover h1.ja-typo-title { border-color: #333; color: #333; }

.ja-typo-blockswrap h2.ja-typo-title {
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 115%;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
}

.ja-typo-blockswrap h2.ja-typo-title span {
	background: #f2f2f2;
	color: #666;
	display: inline-block;
	padding: 3px 10px;
}

.ja-typo-blockswrap:hover h2.ja-typo-title span { background: #ddd; color: #333; }

.ja-typo-blockrow > h2.ja-typo-title { margin-bottom: -20px; margin-top: 20px; }

/* Blockswrap Actions ---*/
.ja-typo-blocks-actions {
	color: #999;
	font-size: 85%;
	position: absolute;
	right: 5px;
	top: 5px;
}

.ja-typo-blocks-actions a {
	color: #c00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

/* Legend */
.legend { border: 1px solid #E7E8E6; }