/*------------------------------------------------------------------------
# JA Trona for joomla 1.5 - Version 1.0 - Licence Owner JA147546
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background-color:#ffffff;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

body#bd {
	background-color:#ffffff;
	color: #4F4F4F;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #D7025F;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #D7025F;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h3, h4 {
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan, a.readon,
#ja-pathway, #ja-subnav, #ja-botsl {
	font-size: 92%;
}

/*article image*/
img {
	margin: 0;
	padding: 0;
}

.img_caption p {
	text-align: center;
	color: #999999;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

.img_caption img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.img_caption p {
	background: url(images/shadow-bg.gif) no-repeat right top;
	padding-top: 5px;
	margin-top: 0px;
}

.shadow img {
	padding: 1px;
	border: 1px solid #CCCCCC;	
}

.shadow {
	float: left;
	margin-right: 10px;
	padding-bottom: 3px;
	background: url(images/shadow-bg.gif) no-repeat 99% 100%;
}

/* Heading */
h1 {font-size: 150%; color:#D7025F;}
h2 { color:#D7025F !important; }
h3 {font-size: 115%;}
h4 {font-size: 100%;}

p, pre, blockquote, ul, ol, h1, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(images/bullet.gif) no-repeat 20px 8px;
	padding-left: 30px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(images/dot.gif) repeat-x top;
}


fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

legend {
	font-weight: bold;
	background: #FFFFFF;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
}

br {}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button; .button_2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}

.inputbox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #4F4F4F;
	font-size: 100%;
}

.button {
	padding: 1px 8px;
	border: 1px solid #D7025F;
	background: url(images/grad-1.gif) repeat-x top #D7025F;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 92%;
}

.button_2 {
	padding: 1px 8px;
	border: 1px solid #D7025F;
	background: url(images/grad-1.gif) repeat-x top #D7025F;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 92%;
	margin-top: 10px;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator, .article_seperator {
	clear: both;
	display: block;
	height: 30px;




	margin: 0;
	background: url(images/dot.gif) repeat-x center;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: #333333;
	padding: 4px 8px;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	background: url(images/dot.gif) repeat-x bottom;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

table.contenttoc td {
	background: url(images/bullet.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #EEEEEE;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(images/dot.gif) repeat-x top;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(images/bullet.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	font-size: 200%;
	border-bottom: 1px solid #EEEEEE; 
	margin: 0 0 15px;
	padding: 5px 0;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0;
	font-size: 200%;
}


table.blog .contentheading {
	font-size: 150%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	color: #FFFFFF;
	background: #D7025F;
	text-transform: uppercase;
	padding: 0 4px;
}

a.readon:hover, a.readon:focus, a.readon:active {
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 10px 0 0;
	background: url(images/dot.gif) repeat-x top;
	color: #999999;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
	background: #EEEEEE;
	color: #4F4F4F;
	border: 1px solid #DDDDDD;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #D7025F;
	color: #FFFFFF;
}

.pagenavbar {
	background: url(images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews a, ul.mostread a {
	color: #666666;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	color: #999999;
}

.createby {
}

.createdate {
	padding-right: 6px;
	margin-right: 5px;
	background: url(images/vline.gif) no-repeat right center;
}

.modifydate {
	width: 100%;
	display: block;
	color: #D7025F;
	margin: 15px 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
	background: url(images/vline.gif) no-repeat left center;
}

.article-section a {
	color: #999999;
}

.article-category a {
	color: #999999;
}

div.buttonheading {
	position: absolute;
	top: 4px;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-mainnav,
#ja-header,
#ja-topsl,
#ja-botsl,
#ja-container,
.ja-footer {
	width: 950px;
	margin: 0 auto;
}

.narrow #ja-mainnav,
.narrow #ja-header,
.narrow #ja-topsl,
.narrow #ja-botsl,
.narrow #ja-container,
.narrow .ja-footer {
	width: 750px;
	margin: 0 auto;
}
#ja-container {}

#ja-mainbody {
	width: 74.8%;
	float: left;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 72%;
}

#ja-current-content {
	padding: 0 30px;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 28%;
}

#ja-col1 div.ja-innerpad {
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 25%;
}

#ja-col2 div.ja-innerpad {
}

/*common style for column*/


/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-fr,
#ja-containerwrap-fl,
#ja-containerwrap-f {
	padding: 30px 0;
	margin: 0;
	clear: both;
}

/*content + left*/
#ja-containerwrap-fr #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fr #ja-col1 {
	width: 22%;
}

#ja-containerwrap-fr #ja-content {
	width: 78%;
}

#ja-containerwrap-fr #ja-current-content {
	padding-right: 0;
}

/*content + right*/
#ja-containerwrap-fl #ja-content {
	width: 100%;
}

#ja-containerwrap-fl #ja-current-content {
	padding-left: 0;
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
}

#ja-containerwrap-f #ja-current-content {
	padding-left: 0;
	padding-right: 0;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3{
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left:auto; 
    margin-right:auto; 
	padding: 1px 0 1px 1px;
	color: #D7025F;
}

div.moduletable,
div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite {
        margin-left:auto; 
        margin-right:auto; 
			padding: 0;
}

div.module h3,
div.module_text h3,
div.module_menu h3,
div.module_hilite h3 {
        margin-left:auto; 
        margin-right:auto; 
			padding: 0px 0 5px;
	font-size: 150%;
	color: #D7025F;
}

div.module,
div.module_text,
div.module_menu,
div.module_hilite {
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	        margin-left:auto; 
        margin-right:auto; 
}

div.module div,
div.module_text div,
div.module_menu div,
div.module_hilite div {
	padding: 0;
}

div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div {
	padding: 0;
}

div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.module_hilite div div div {
	padding: 15px;
}

/*hilite*/
div.module_hilite {
}

div.module_hilite div {
}

div.module_hilite div div {
}

div.module_hilite div div div {
}

div.module_hilite, div.module_hilite h3 {
	color: #FFFFFF;
}

div.module_hilite a, div.module_hilite a:hover, div.module_hilite a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

/*tabs*/
div.module_tabs {
	padding: 0;
	margin-bottom: 5px;
	        margin-left:auto; 
        margin-right:auto; 
	float: left;
	width: 100%;
}

/*reset*/
div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div,
div.module_hilite div div div div {
	        margin-left:auto; 
        margin-right:auto; 
	padding: 0;
	background: none;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li {
	padding-left: 13px;
	background-position: 5px 7px;
}

/* HEADER
--------------------------------------------------------- */

#ja-headerwrap {
        width: 950px;
        height: 192px;
        margin-left:auto; 
        margin-right:auto; 
		    padding: 0px;
	      clear: both;
        background: url(images/bg_header.gif) repeat-x bottom #ffffff;
}
#ja-headerwrap2 {
        width: 950px;
        height: 20px;
		margin-top: 5px;
		margin-bottom: 0px;
        margin-left:auto; 
        margin-right:auto; 
	    clear: both;
		text-align:right;
}
#ja-headerwrap3 {
        width: 950px;
		margin-top: 0px;
		margin-bottom: 0px;
        margin-left:auto; 
        margin-right:auto; 
		padding-top: 10px;
		padding-right: 160px; 
	    /* clear: both; */
		text-align:right;
		background-color:#000;
		color:  #FFFFFF;
}

#ja-header {
	line-height: normal;
	position: relative;
	padding-top: 22px;
	/*z-index: 999;*/
}

h1.logo, div.logo-text {
	margin: 0 0 5px;
	padding: 0;
}

h1.logo a {
	width: 277px;
	height: 120px;
	display: block;
	background: url(images/logo.gif) no-repeat center;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	outline: none;
}

div.logo-text h1 {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div.logo-text h1 a {
	color: #FFFFFF;
	text-transform: uppercase;
}

.site-slogan {
	color: #999999;
	margin: 0 0 -2px 10px;
	padding: 0;
	letter-spacing: 1px;
}


/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	position: absolute;
	top: 0;
	background: url(images/grad-1.gif) repeat-x top #D7025F;
}

#ja-mainnav {
	padding: 0;
	position: relative;
	background: url(images/mainnav-bg.gif) no-repeat bottom #D7025F;
	border-top: 1px solid #E03681;
}

.narrow #ja-mainnav {
	background: url(images/mainnav-bg-n.gif) no-repeat bottom #D7025F;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
	line-height: normal;
}

#ja-subnav {
}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#ja-subnav li {
	display: block;
	background: url(images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 8px 15px;
	margin: 0;
	text-decoration: none;
	color: #4F4F4F;
	background: url(images/arrow.png) no-repeat 5px 13px;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	color: #D7025F;
	text-decoration: none;
}

#ja-subnav li.active a {
	font-weight: bold;
	color: #D7025F;
}

/* breadcrumbs */
#ja-pathway {
	color: #999999;
	margin-bottom: 10px;
}

#ja-pathway a:hover {
  color: #ffffff !important; }

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	background: url(images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 8px 15px;
	margin: 0;
	text-decoration: none;
	color: #4F4F4F;
	background: url(images/arrow.png) no-repeat 5px 13px;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #D7025F;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	color: #D7025F;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: none;
	padding: 0;
}

ul.menu li li a {
	border: none;
	padding: 5px 5px 5px 25px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(images/arrow.png) no-repeat 15px 10px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #D7025F;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #4F4F4F;
	font-weight: bold !important;
}

ul.menu li li li a {
	color: #4F4F4F !important;
	font-weight: normal !important;
	padding-left: 35px !important;
	background: url(images/bullet.gif) no-repeat 25px 10px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

#ja-topsl .ja-box-left:hover, .topsl-hover-left {
	background: url(images/topsl-hover.gif) no-repeat left top;
}

#ja-topsl .ja-box-center:hover, #ja-topsl .ja-box-full:hover, .topsl-hover-center {
	background: url(images/topsl-hover.gif) no-repeat center top;
}

#ja-topsl .ja-box-right:hover, .topsl-hover-right {
	background: url(images/topsl-hover.gif) no-repeat right top;
}

/* Top Spotlight */
#ja-topsl {
	background: url(images/topsl-bg.png) no-repeat center top;
}

.narrow #ja-topsl {
	background: url(images/topsl-bg-n.png) no-repeat center top;
}

#ja-topsl div.moduletable {
	padding: 20px;
	margin-bottom: 0;
	color: #999999;
}

#ja-topsl div.moduletable h3 {
	padding: 0;
	color: #EEEEEE;
	background: none;
}

/* Bottom spotlight */
#ja-botsl {
	clear: both;
	padding: 20px 0;
	background: url(images/dot.gif) repeat-x top;
}

#ja-botsl div.moduletable,
#ja-botsl div.moduletable_default {
	padding: 0 10px;
	margin-bottom: 0;
}

#ja-botsl .ja-box-left div.moduletable,
#ja-botsl .ja-box-left div.moduletable_default {
	padding: 0 20px 0 0;
}

#ja-botsl .ja-box-right div.moduletable,
#ja-botsl .ja-box-right div.moduletable_default {
	padding: 0 0 0 20px;
}

#ja-botsl .ja-box-center div.moduletable,
#ja-botsl .ja-box-center div.moduletable_default {
	padding: 0 5px;
	margin-bottom: 0;
}

/* FOOTER
--------------------------------------------------------- */

.ja-footerwrap {
        width: 950px;
        margin-left:auto; 
        margin-right:auto; 
	clear: both;
	background: #ffffff;
	padding: 5px 0;
	border-top: 3px solid #000000;
}

.ja_footer {
	position: relative;
	color: #666666;
}

.ja-footer a {
	color: #666666;
}

.ja-footer a:hover, .ja-footer a:active, .ja-footer a:focus {
	color: #000000;
}

.ja-footer small {
	font-size: 100%;
}

.ja-footer ul {
	float: right;
	padding: 0;
	margin: 0;
}

.ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(images/arrow-2.png) no-repeat left center;
}

.ja-footer li a {
	display: inline;
	padding: 0 10px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

li.ja-firstitem {
	background: none !important;
}

/* Cpanel */
.ja-cpanel-switcher, .hide {
	position: absolute;
	right: 15px;
	top: 6px;
	color: #FFFFFF;
	width: 22px;
	height: 22px;
	text-indent: -5000px;
}

.show {
}

#ja-cpanel {
	width: 100%;
	height: 40px;
	/*z-index: 100;*/
	position: relative;
	border-bottom: 1px solid #BE0254;
}

#ja-cpanel a {
	outline: none;
}

/* Login */
#ja-login  {
	float: left;
	padding: 5px 10px 0;
}

#login-wrap {
	height: 36px;
}

#logout-wrap {
	background: none;
	color: #F6BCD5;
}

#logout-wrap div {
	float: left;
	padding: 8px 5px 0 10px;
}

#logout-wrap form input.button {
	float: left;
	background: #333333 !important;
	border: 1px solid #333333 !important;
}

#ja-login form {
	float: left;
}

#ja-login form label {
	float: left;
}

label.ja-login-user span,
label.ja-login-password span {
	display: none;
}

#ja-login form input.button {
	font-size: 11px !important;
	float: left;
	background: none;
	border: none;
	color: #CCCCCC;
	margin-top: 10px;
	
}

#ja-login form #mod_login_username,
#ja-login form #mod_login_password {
	width: 110px;
	margin: 10px 0 0 38px;
	font-size: 12px !important;
	padding: 2px;
	background: none;
	border: none;
	color: #4F4F4F;
}

#ja-login form #mod_login_password {
	margin: 10px 10px 0 40px;
}

div.ja-login-links {
	padding: 0px 0 0 0px;
	margin-top: 10px;
	margin-left: 0px;
	float: left;
	font-size: 11px;
}

.ja-login-links a {
	margin-top: 10px;
	color: #D7025F;
	padding: 0 10px;
}

.ja-login-links a:hover, .ja-login-links a:active, .ja-login-links a:focus {
	margin-top: 10px;
	color: #D7025F;
	text-decoration:underline;
}

/*usertools*/
#ja-usertools {
	position: absolute;
	right: 210px;
	top: 88px;
}

div#ja-usercolors {
	float: right;
	padding: 14px 10px 0 0;
}

#ja-usertools ul,
#ja-usercolors ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-usertools ul li,
#ja-usercolors ul li {
	margin: 0;
	padding: 0 2px;
	float: left;
	background: none;
}

/* Search */
#ja-search {
	position: absolute;
	right: 0;
	bottom: 5px;
	height: 25px;
	width: 195px;
	font-size: 12px;
	/*z-index: 1;*/
}

#ja-search .inputbox {
	margin: 2px 3px 0 15px;
	border: 1pt;
	border-style:solid;
	border-color:#cccccc;
	background: none;
	width: 110px;
}

*+html #ja-search .inputbox { /*IE 7*/
	width: 100px;
}

*+html #ja-search .button { /*IE 7*/
  padding: 1px 0px 1px 3px!important;
}

#ja-search .button {
	padding: 0px 3px;
	border: 1px solid #D7025F;
	background: url(images/grad-1.gif) repeat-x top #D7025F;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 92%;
}

* html #ja-search .button {
	width: 50px;
	height: 22px;
}

/*others*/
#ja-banner {
	padding: 20px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

div.back_button_2 a,
div.back_button_2 a:hover,
div.back_button_2 a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
}

div.ja-innerdiv {
	padding: 10px 0 12px !important;
	background: url(images/dot.gif) repeat-x bottom !important;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	/*z-index: 999;*/
	color: #333333;
}

.tool-title {
	background: url(images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

a.header_links1, a.header_links2, a.header_links3, a.header_links4 { display: inline; margin-bottom: 0px; text-align:left;
         border-style:none; border-width:0px; padding-top: 0px; padding-bottom:0px; padding-bottom:0px; padding-left:0px; 
		 padding-right:0px; text-decoration:none; 
		 font-family: Helvetica, Arial, sans-serif;
		 font-size: 10pt;
		 font-weight:bold;
		 color: #ffffff; }

/*a.header_links1:hover   { border-bottom: 8px solid #e5035f;}
a.header_links2:hover   { border-bottom: 8px solid #ff0000;}
a.header_links3:hover   { border-bottom: 8px solid #ff7600;}
a.header_links4:hover   { border-bottom: 8px solid #D7025F;}
*/
a.footer_navi {color: #4f4f4f; text-decoration:none;}
a.footer_navi:hover {text-decoration:underline;}

.navi_blue {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align:left;
}
a.navi_blue:link {
	color: #000000;
	text-decoration: none;
	}
a.navi_blue:visited {
	color: #000000;
	text-decoration:none;
}
a.navi_blue:active {
	color: #000000;
	text-decoration:none;
}
a.navi_blue:hover {
	color: #000000;
	text-decoration:underline;}
	
.schulbedarf_news_title { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;}
	
.schulbedarf_infobox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	text-align:left;
}

.unternavi {margin-left:20px;}

.logos {text-align: center;}

.clear { clear: both; }

.indenwarenkorb {
  font-style: italic;
  font-size: 14px;
  background: #fff;
  padding: 0;
  color: #D7025F;
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #fff;
  cursor: pointer; }

.indenwarenkorb:hover {
  border-bottom: 1px solid #D7025F; }

.anzahl {
  border: 0;
  border: 1px solid #D7025F;
  font-weight: bold;
  width: 100px;
  color: #D7025F;
  font-size: 14px;
  font-style: italic;  }

.act {
  color: #D7025F !important; }

#shop_variants_dropdownselect {
  width: 200px;
  margin-bottom: 10px;
  border: 1px dotted #B2B2B2;
  color: #666666; }

.thumbcontainer {
  border: 1px solid #EBEBEB; 
  height: 100px; 
  width: 130px;
  vertical-align: middle; 
  cursor: pointer; }

.thumbcontainer:hover {
  border-color: #D7025F;  }

.thumbcontainer img {
  outline: none;  }

#ja-current-content a {
  color: #4F4F4F;
  padding: 0 0px;
  text-decoration: underline; }

#ja-current-content a:hover {
  color: #fff; /* hier nicht important setzen */
  background: #DB1D71;
  text-decoration: none !important; }

/* ++++++++++++++++ STARTSEITE +++++++++++++++++++++ */

.aufmacher table {
  float: left;
  margin: 0 10px 10px 0; }

.aufmacher {
  cursor: pointer;
  padding: 5px 10px 10px 10px;
  border-bottom: 1px dotted #B2B2B2; }

.aufmacher h3 {
  margin: 0 0 5px 0; }

.teaserbild {
  margin: 0 0 10px 12px; }

.teaserbild img {
  border: 1px solid #E6E6E6; 
  padding: 0px; }

.teaserbild img:hover {
  border-color: #D7025F; }

/* ++++++++++++++++ WARENKORB RECHTS +++++++++++++++++++++ */

#ja-col2 div#warenkorb {
  border: 1px solid #E6E6E6;
  width: 185px;
  background: #F8ECF1; }

#ja-col2 div#warenkorb p {
  margin: 0;
  padding: 2px 0;
  border-top: 1px solid #E6E6E6; }

#ja-col2 div#warenkorb p:hover {
  background: #DC2073;
  cursor: pointer; }

#ja-col2 div#warenkorb p:hover a {
  color: #fff;
  text-decoration: none; }

#ja-col2 div#warenkorb p.submit {
  text-align: right;
  width: 180px;
  padding-right: 5px;
  font-size: 16px;
  background-color: #fff;
  font-weight: bold;
  font-style: italic; }

/* Kasse-button*/
#ja-col2 div#warenkorb p.submit a {
  color: #DC2073; }

/* Warenkorb-Detail-Button */
#ja-col2 div#warenkorb a.bearbeiten {
  font-size: 10px;
  color: #c4c4c4;
  display: block;
  background: #fff; }


#ja-col2 div#warenkorb p.submit:hover a {
  text-decoration: underline; }

#ja-col2 div#warenkorb p.gesamtpreis {
  background: #ffffff;
  padding: 4px;
  border-top: 1px solid #C3C3C3; }
  
#ja-col2 div#warenkorb p.gesamtpreis:hover {
  cursor: default;
  background: #fff; }

/* ++++++++++++++++ WARENKORB KOMPLETT +++++++++++++++++++++ */

.warenkorb_weiter {
  float: right;
  color: #fff;
  background: #DC2073; 
  border: 0;
  text-align: right;
  margin-bottom: 5px;
  text-decoration: underline;
  padding: 2px 30px;
  font-size: 16px;
  border: 1px solid #DC2073;
  font-weight: bold;
  font-style: italic; }

.warenkorb_weiter:hover {
  cursor: pointer; }

.kategorieansicht {
  width: 440px; 
  margin-bottom: 20px;
  border-bottom: 2px solid #4F4F4F;  }
  
/* ++++++++++++++++ KATEGORIEANSICHT +++++++++++++++++++++ */

.kategorieansicht a {
  display: block;
  font-size: 28px;
  text-decoration: none !important; }

.kategorieansicht:hover a, .kategorieansicht:hover {
  color: #DC2073 !important;
  border-color: #DC2073;
  background-color: transparent !important; }

/* ++++++++++++++++ KONTAKTFORMULAR +++++++++++++++++++++ */

.cpforms_textarea, .cpforms_text, .cpforms_email {
  border: 1px solid #c4c4c4;
  width: 300px;  }

/* ++++++++++++++++ HOMETEASER ++++++++++++++++++++++++++ */

#hometeaser {
	width: 433px;
	overflow: hidden; }
  