a{
    text-decoration: none;
}
.sj-categories-accordion {
    overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border-radius: 2px;
}

.sj-heading {
	background: white;
	font-family: sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 12px;
}

.ca-element {
	background: white;
	margin: 0 0 1px 0;
}

.ca-element.last{
    margin: 0 !important;
}

.ca-element .ca-element-heading {
	cursor: pointer;
	padding: 8px 10px;
}

.ca-element-heading.show-image .ca-category-wrap .ca-category-image {
	float: left;
	margin: 0 10px 0 0;
}

.ca-element-heading.show-image .ca-category-wrap .ca-category-image img {
	float: left;
	border:0;
	padding: 0;
	margin: 0;
	outline: 0;
	line-height: 100%;
}

.ca-element .ca-element-heading .ca-category-wrap {
	padding: 0 0 0 30px;
	background-image: url(../images/layout-hidden.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.ca-element.selected .ca-element-heading .ca-category-wrap {
	padding: 0 0 0 30px;
	background-image: url(../images/layout-show.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.ca-element .ca-element-heading.show-image .ca-category-wrap {
	padding: 0 50px 0 0;
	background-image: url(../images/buttonimage-hidden.png);
	background-position: 100% 50%;
    min-height: 38px;
}

.ca-element.selected .ca-element-heading.show-image .ca-category-wrap {
	padding: 0 40px 0 0;
	background-image: url(../images/buttonimage-show.png);
	background-position: 100% 50%;
    min-height: 38px;
}

.ca-element .ca-element-heading .ca-category-title {
	font-size: 14px;
	text-transform: uppercase;
    word-wrap: break-word;
}

.ca-element:hover .ca-element-heading .ca-category-title {
    text-shadow: 0.1em 0.1em 0.3em;

}

.ca-element.selected .ca-element-heading .ca-category-title {
    text-shadow: 0.1em 0.1em 0.3em;
}
.ca-element .ca-element-heading .ca-category-description{
    word-wrap: break-word;
}
.ca-element .ca-element-content{
	height: 0px;
	overflow: hidden;
    position: relative;
}

.ca-content-pages{
	overflow: hidden;
    border-bottom: dashed 1px #666;
    margin: 0 auto;
    position: relative;
}
.ca-content-pages-inner{
	position: absolute;
    width: 99999px;
}
.ca-content-pages .page{
	float: left;
	width: 530px;
}

.ca-content-pages .page .item-wrap{
	float: left;
	padding: 10px 0;
	margin: 0;
	width: 255px;
	margin: 0 5px;
    overflow: hidden;
}

.content-page-right {
	float: right;
}

.content-page-left {
	float: left;
	overflow: hidden;
}

.item-wrap .item-image {
	float: left;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
}

.item-wrap .item-image img {
	float: left;
	border:0;
	padding: 0;
	margin: 0;
	outline: 0;
} 
.item-wrap .item-image.item-image-hover {
    opacity:1;
    filter: alpha(opacity=100);
}

.item-wrap .item-image.item-image-hover:hover {
    opacity:0.8;
    filter: alpha(opacity=80);
}

.item-wrap .item-image img {
	float: left;
	border:0;
	padding: 0;
	margin: 0;
	outline: 0;
}

.item-wrap .item-title {
	font-size: 12px;
	font-weight: bold;
}

.item-wrap .item-title:hover a {
    text-decoration:underline;
}

.item-wrap .item-description,.item-wrap .item-visited,
.item-wrap .item-created {
	font-size: 12px;
}
.item-wrap .item-created {
    padding-bottom: 5px;
}
.item-wrap .number {
	font-size: 12px;
}

.item-wrap .item-image.item-image-left {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
	margin-bottom: 10px;
}

.item-wrap .item-image.item-image-left img {
	border:0;
	padding: 0;
	margin: 0;
	outline: 0;
} 

.item-image.style2 {
	position: relative;
}

.item-image.style2 .bg-item-info{
    position: absolute;
	bottom: 0;
    left: 0;
    opacity:0.7;
    filter: alpha(opacity=70);
	background-repeat: repeat;
    width: 100%;
    height:100%;
    overflow:hidden;   
    z-index: 1;
}

.item-image.style2 .item-info {
	position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
    overflow:hidden;
}

.item-image.style2 .item-info .item-info-title {
	padding: 0 15px;
    position: relative;
    z-index: 2;
}

.item-image.style2.closed .item-info .item-title, .item-image.style2 .item-info .item-title,.item-image.style2 .item-info .item-info-description,
.item-image.style2.closed .item-info .item-info-description{
    opacity:1;
    filter: alpha(opacity=100); 
    position: relative;
    z-index: 2;
}

.item-image.style2.closed .item-info .item-title {
	background-image: url(../images/layout2-hidden.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 10px 0;
}

.item-image.style2 .item-info .item-title {
	background-image: url(../images/layout2-show.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 10px 0;
}

.item-image.style2 .item-info .item-info-description {
	padding: 0 15px;
} 

.ca-element .ca-control {
	height: 40px;
    padding: 0 10px;
    margin: 0 auto;
}
.ca-element .ca-control ul.page-paging{
	margin: 0 auto;
	padding-top: 10px;
}
.ca-element .ca-control ul.page-paging li.paging{
	float: left;
	height: 20px;
	background: url(../images/button.png) no-repeat;
	background-position: 0 -80px;
	list-style: none;
	text-indent: -9999px;
	cursor: pointer;
    height:20px;
    width:15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ca-element .ca-control ul.page-paging li.paging:hover, 
.ca-element .ca-control ul.page-paging li.paging.active {
	background-position: 0 -99px;
}

.ca-element .ca-control ul.page-paging li.paging.previous{
	background-position: 2px 1px;
}
.ca-element .ca-control ul.page-paging li.paging.previous:hover{
	background-position: 2px -19px;
}

.ca-element .ca-control ul.page-paging li.paging.next{
	background-position: 1px -39px;
}
.ca-element .ca-control ul.page-paging li.paging.next:hover{
	background-position: 1px -60px;
}

/*clearfix*/
.ca-element .ca-control ul.page-paging:after,
.ca-content-pages-inner:after,
.item-wrap .item-image.style2:after, 
.ca-category-wrap:after,.content-page:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.ca-element .ca-control ul.page-paging,
.ca-content-pages-inner,
.item-wrap .item-image.style2, 
.ca-category-wrap,.content-page {
	display: block;
}

.clear {
	clear: both;
	height: 0;
}