/* style.css, v4.31 2014/05/24
 *
 * ABC theme for Drupal 7
 * Dr. Florian Radut, florian@radut.net
 */

body {
	font-family: "Trebuchet MS", sans-serif, Arial, Verdana, Helvetica;
	color: #000;
	line-height: 125%;
	margin: 0;
	padding: 0;
}

/* MAIN LAYOUT */
.sizer0 {
	margin: 0 auto;
}
.expander0 {
	position: relative; /* makes .expander0 visible outside .sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the star/html hack */
}
.layout-jello .page0 {
	padding: 0 520px; /* the critical side padding that sets the natural min-width! */
}
.layout-jello .sizer0 {
	width: 40%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	max-width: 160px; /* IE7 supports this property, doesn't need the fancy MS expression */
}
.layout-jello .expander0 {
	margin: 0 -520px; /* neg side margin values should be < or = to side body padding and 1/2 of min-width below */
	min-width: 1040px; /* This prevents Safari from losing the negative margins in narrow windows */
} /* .expander0 must receive "hasLayout" for IEwin bug fixing; applied in ie6.css and ie7.css */

.layout-fluid .sizer0 {
	width: 90%;
}
.layout-fixed .sizer0 {
	width: 980px;
}
.float-wrap {
	float: left;
	width: 100%;
}
.colmain {
	float: right;
	width: 100%;
}
.colleft {
	float: left;
	position: relative;
	width: 204px;			/*** cLcwv ***/
	margin-left: -204px;		/*** cLcwv ***/ /*** cLddv ***/
}
.colright {
	float: right;
	position: relative;
	width: 278px;		/*** cRcwv ***/
	margin-right: -278px;		/*** cRcwv ***/ /*** cRddv ***/
}
#sidebar-left, #sidebar-right {
	position: relative;
}
#sidebar-left {
	margin: 20px 0 20px 20px;
}
#sidebar-right {
	margin: 20px 20px 20px 0;
}

/* To modify the side column widths and the col divider widths, the values that are marked 
"Critical Left (Right) divider dimension value = cLddv (cRddv)" and 
"Critical Left (Right) col width value = cLcwv (cRcwv) also refer to the desired mod MUST be changed as a group. */

/* Variable asyimmetrical sidebars (wide) (default) */
.two-sidebars .outer {
	margin-left: 204px;			/*** cLcwv ***/
	margin-right: 278px;			/*** cLcwv ***/
}
.sidebar-first .outer {
	margin-left: 294px;			/*** cLcwv ***/
}
.sidebar-second .outer {
	margin-right: 344px;			/*** cLcwv ***/
}
.sidebar-first .colleft {
	width: 294px;			/*** cLcwv ***/
	margin-left: -294px;		/*** cLcwv ***/ /*** cLddv ***/
}
.sidebar-second .colright {
	width: 344px;		/*** cRcwv ***/
	margin-right: -344px;		/*** cRcwv ***/ /*** cRddv ***/
}

/* Fixed asyimmetrical sidebars (wide) */
.two-sidebars.fix .outer, .sidebar-first.fix .outer, .sidebar-first.fix .outer {
	margin-left: 204px;
}
.two-sidebars.fix .outer, .sidebar-second.fix .outer, .sidebar-second.fix .outer {
	margin-right: 278px;
}
.sidebar-first.fix .colleft {
	width: 204px;
	margin-left: -204px;
}
.sidebar-second.fix .colright {
	width: 278px;
	margin-right: -278px;
}

/* Variable asyimmetrical sidebars (narrow) */
.two-sidebars.var1 .colleft, .sidebar-second.var1 .colleft, .sidebar-first.var1 .colleft, 
.two-sidebars.fix1 .colleft, .sidebar-second.fix1 .colleft, .sidebar-first.fix1 .colleft {
	width: 184px;
	margin-left: -184px;
}
.two-sidebars.var1 .colright, .sidebar-second.var1 .colright, .sidebar-first.var1 .colright, 
.two-sidebars.fix1 .colright, .sidebar-second.fix1 .colright, .sidebar-first.fix1 .colright {
	width: 258px;
	margin-right: -258px;
}
.two-sidebars.var1 .outer {
	margin-left: 184px;
	margin-right: 258px;
}
.sidebar-first.var1 .outer {
	margin-left: 274px;
}
.sidebar-second.var1 .outer {
	margin-right: 324px;
}
.sidebar-first.var1 .colleft {
	width: 274px;
	margin-left: -274px;
}
.sidebar-second.var1 .colright {
	width: 324px;
	margin-right: -324px;
}

/* Fixed asyimmetrical sidebars (narrow)	*/
.two-sidebars.fix1 .outer, .sidebar-first.fix1 .outer, .sidebar-first.fix1 .outer {
	margin-left: 184px;
}
.two-sidebars.fix1 .outer, .sidebar-second.fix1 .outer, .sidebar-second.fix1 .outer {
	margin-right: 258px;
}
.sidebar-first.fix1 .colleft {
	width: 184px;
	margin-left: -184px;
}
.sidebar-second.fix1 .colright {
	width: 258px;
	margin-right: -258px;
}

/* Equal width sidebars (custom) */
.two-sidebars.eq .colleft, .sidebar-second.eq .colleft, .sidebar-first.eq .colleft {
	width: 199px;
	margin-left: -199px;
}
.two-sidebars.eq .colright, .sidebar-second.eq .colright, .sidebar-first.eq .colright {
	width: 199px;
	margin-right: -199px;
}
.two-sidebars.eq .outer, .sidebar-first.eq .outer, .sidebar-first.eq .outer {
	margin-left: 199px;
}
.two-sidebars.eq .outer, .sidebar-second.eq .outer, .sidebar-second.eq .outer {
	margin-right: 199px;
}
.sidebar-first.eq .colleft {
	width: 199px;
	margin-left: -199px;
}
.sidebar-second.eq .colright {
	width: 199px;
	margin-right: -199px;
}


/* UTILITY RULES */
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

#topex {
	z-index: 1;
}

h1, h2 {
	padding-bottom: 5px;
	margin: 10px 0;
}
h3, h4, h5, h6 {
	margin: 15px 0 0 0;
}
h1 {
	font-size: 160%;
	line-height: normal;
}
h2 {
	font-size: 125%;
}
h3 { 
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
pre {
	padding: 0.75em 1.5em;
}
.links {
	margin: 0;
	clear: both;
}
.comment .links {
	margin-bottom: 0;
}
ul.primary {
	white-space: normal;
}
ul.links {
	margin: 0;
	padding: 0;
}
ul.links.inline, #breadcrumb ul li {
	display: inline;
}
ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 4px;
	border-left: 1px solid #bbb; /* RTL */
}
table {
	width: 100%;
	font-size: 1em;
}
tbody {
	border: none;
}
tr.odd td, tr.even td {
	padding: 0.3em;
}
.sections {
	padding: 0 11px;
}
.section {
	float: left;
	vertical-align: top;
}
.col2 .section { width: 50%; }
.col3 .section { width: 33.33%; }
.col4 .section { width: 25%; }

.divider {
	border-left: 1px dashed #ccc; /* LTR */
	margin-right: -1px;
}
#help {
	font-size: 0.9em;
	margin-bottom: 1em;
}
.error {
	border-color: red;
}
.title, .title a {
	margin: 0 auto;
}
.block {
	padding-bottom: 0.75em;
	margin-bottom: 0.5em;
}
.section .block {
	margin: 7px 20px;
}
.sections .themed-block {
	margin: 7px 10px 0;
}
.block .title {
	padding: 6px;
	margin: 0 0 .25em 0;
	font-size: 150%;
}
.block title a {
	font-weight: bold;
}
.block .content {
	padding: 6px;
	margin: 0;
}
.block .content .title {
	padding: 0 0 6px 0;
}
.block .content ul {
	margin: 0;
	padding: 0 10px;
}
.block .content .vertical-tabs ul.vertical-tabs-list {
	padding: 0;
	margin: -1px 0 -1px -15em;
}
.themed-block .content {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #eee;
}
.colleft .content,
.colright .content {
	border: 1px solid #ddd;
}
#main h2.title a { /* front, node */
	font-size: 130%;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}
#main h1.title { /* node */
	font-size: 180%;
	padding: 10px 0;
	font-weight: normal;
	text-transform: none;
}
.node {
	margin: .5em 0 2em 0;
}
.node.teaser {
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.node .content, .comment .content {
	margin: .5em 0;
}
.node .terms {
	font-size: 0.8em;
}
.node .terms a {
	font-weight: normal;
}
.terms ul.taxonomy ul.vocab-list, .terms ul.taxonomy li.vocab-term {
	display: inline;
	padding: 0;
	margin: 0;
}
.submitted {
	font-size: 0.8em;
}
.submitted, .links {
	color: #3f3f3f;
}
.comment {
	padding: .5em;
	margin-bottom: 1em;
	border: 1px solid #d3d3d3;
}
.comment .title {
	padding: 10px 0 12px 19px; /* RTL */
	background: transparent url(../images/all/icon-comment.png) left center no-repeat; /* RTL */
}
.comment .title a {
	font-weight: normal;
}
.comment .new {
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right; /* RTL */
	color: red;
}
.comment-wrapper {
	padding: 25px 0;
}
.node .user-picture, .comment .user-picture {
	float: right; /* RTL */
	padding: 0 0 .5em .5em; /* RTL */
}
.node-unpublished,
.comment-unpublished {
	background-color: #fdd !important;
}
blockquote {
	padding: 10px;
	margin: 1em 2em !important;
	font-style: italic;
}
blockquote p {
	margin: 0 !important;
	width: inherit !important;
}
blockquote a:link {
	text-decoration: underline;
}
.messages {
	padding: 0.3em;
	margin-bottom: 1em;
}
blockquote, .messages {
	background-color: #eee;
	border: 1px solid #ccc;
}
.form-item label {
	font-size: 1em;
}
.form-item label, .item-list .title {
	color: #222;
}
div.admin, div.admin .left, div.admin .right {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

a, a:link,
.node .terms,
#aggregator .news-item .categories, #aggregator .source, #aggregator .age,
#forum td .name,
.admin-panel .description {
	color: #000;
}

#above {
	padding: 0 20px;
	min-height: 20px;
}
#above .block .title, #header .block .title, #footer .block .title, .byy {
	display: none;
}
#header, #content {
	width: 100%;
}
#header .block, #header .content {
	margin: 0;
	padding: 0;
}
#logo {
	float: left; /* RTL */
}
#logo img {
	margin: 0 20px 5px 20px;
}
#name-and-slogan {
	padding: 15px 20px 0 20px;
}
#site-name {
	margin: 0;
	padding: 0;
	font-family: "Lucida Console", sans-serif, Arial, Verdana, Helvetica;
}
p#site-name a, p#site-name a:hover,
h1#site-name a, h1#site-name a:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 36px;
	line-height: normal;
}
#site-slogan {
	margin: 0;
	padding: 0 2px;
	font-size: 13px;
	color: #000;
}
#top-elements {
	float: right; /* RTL */
	text-align: right; /* RTL */
	padding: 0 20px 0 0; /* RTL */
}
#search {
	margin: 0 0 10px 0;
}
#search .form-text, #search .form-submit {
	height: 22px;
	vertical-align: middle;
	border: 1px solid #555;
}
#search .form-text {
	width: 110px;
	padding: 0 0.4em;
}
#toplinks, #user_links {
	padding: 10px 0;
	display: inline;
}
#user_links {
	margin: 0 0 0 30px; /* RTL */
}
#mission {
	margin-top: 10px;
	padding: 0 10px;
	font-size: 85%;
	color: #333;
	border: solid 1px #ddd;
}
#mission a, #mission a:visited {
	font-weight: normal;
	text-decoration: underline;
}
#banner {
	margin: 7px 0;
}
#breadcrumb {
	padding-left: 20px; /* RTL */
	clear: both;
	font-size: 80%;
}
#breadcrumb ul {
	margin: 0;
}
#breadcrumb .breadcrumb {
	padding: 0;
}
#breadcrumb, #breadcrumb a {
	font-weight: normal;
	color: #1e201b !important;
}
#section1 {
	padding-top: 7px;
}
#middlecontainer {
	padding: 1px 0 0 0;
}
#wrapper {
	position: relative;
	width: 100%; /* helps IE get the child percentages right */
}
#main {
	padding: 10px 20px 20px 20px;
	overflow: visible;
}
#block-system-main .node .content a,
.page-admin .region-content a,
.page-admin .messages a {
	text-decoration: underline;
}
#main .block {
	padding-top: 10px;
}
#footer, #belowme {
	text-align: center;
	padding: 5px 44px;
}
#footer {
	font-size: 85%;
	font-weight: normal;
}
#footer, #footer a {
	color: #888 !important;
}
#footer ul.links li {
	border-left: 1px solid #909090;
}
#footer ul.links li.first, ul.links li.first, ul.links li.taxonomy-term-reference-0 {
	border: none !important;
}
#footer .block ul, #footer ul.links li.first {
	margin-left: 0; /* RTL */
	padding-left: 0; /* RTL */
}
#footer .block {
	padding: 0;
	margin: 0;
}
.legal {
	margin: 5px auto 0 auto;
	padding: 0 90px;
}
.by {
	float: right; /* RTL */
	clear: both;
	font-size: 10px;
	margin: 0 9px;
}
.by, .by a, .by a:hover {
	text-decoration: none;
	color: #888 !important;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
	font-style: italic;
	font-size: 0.9em;
}
#aggregator .feed-source {
	padding: 1em;
	margin: 1em 0;
	background-color: #eee;
	border: 1px solid #ccc;
}
#aggregator .title {
	margin-bottom: 0.5em;
}
#aggregator h3 {
	margin-top: 1em;
}
#forum table {
	width: 100%;
}
#forum td {
	padding: 0.5em;
}
#forum td .links {
	padding-top: 0.7em;
	font-size: 0.9em;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
	height: 1.5em;
}
#forum td.container {
	background: #cdcdcd url(../images/all/forum-container.jpg) right top no-repeat; /* RTL */
}
#forum td.container .name a {
	padding: 10px 0 10px 40px; /* RTL */
	background: transparent url(../images/all/forum-link.png) left center no-repeat; /* RTL */
}
#forum td .name a {
	font-weight: bold;
}
#forum td.forum, #forum td.posts {
	background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
	background-color: #ddd;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
	border: 1px solid #bbb;
}
.block-forum h3 {
	margin-bottom: .5em;
}
#profile .profile {
	clear: both;
	padding: .5em;
	margin: 1em 0em;
	border: 1px solid #abc;
}
#profile .profile .name {
	padding-bottom: 0.5em;
}
#attachments a {
	text-decoration: none !important;
}
#attachments a:hover {
	text-decoration: underline !important;
}
#user-login-form, .toboggan-login-link-container, .user-login-block, .block-logintoboggan, 
#block-user-0 .content, #block-user-login .content {
	text-align: center;
}
#user-login-form .item-list {
	text-align: left;
	padding: 15px 0 0 0;
}
#user-login-form ul li.openid-link ,
#user-login-form ul li.user-link {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
}
.in-maintenance #main {
	padding: 55px 115px 120px;
}


/* MENU & link STYLES */

ul li.leaf {
	list-style-image: url(../images/all/menu-leaf.png);
}
ul li.expanded {
	list-style-image: url(../images/all/menu-expanded.png);
}
ul li.collapsed {
	list-style-image: url(../images/all/menu-collapsed.png); /* RTL */
}
#above ul {
	height: 40px;
	margin: 0 -18px 0 0;
	float: right; /* RTL */
	list-style: none;
}
#above ul li {
	display: inline;
	float: left; /* RTL */
	margin: 0;
}
#above ul li a {
	padding: 10px 10px 13px;
	margin: 0;
	font-size: 135%;
}
#above ul a:hover, #above ul a.active {
	text-decoration: none;
}
#navlinks, #navlist {
	padding: 0 20px;
}
#subnavlist {
	padding: 5px 20px;
}
.navleft {
	float: left;
}
#navlist2 {
	text-align: center;
}
.navright {
	float: right;
}
#navlinks.navleft ul li {
	margin-right: 4px;
}
#navlinks.navright ul li {
	margin-left: 4px;
}
#navlinks ul, #navlinks ul li {
	padding: 0;
	margin: 0;
}
#navlinks ul li {
	display: inline;
	float: left; /* RTL */
	position: relative;
}
#navlinks ul li a {
	display: block;
}
#navlist a {
	display: inline;
	margin: 0;
}
#navlinks ul li a, #navlist a {
	padding: 7px 25px;
	font-weight: normal;
}
#navlinks ul li a:hover, #navlist li a:hover {
	text-decoration: none;
}
#navlist li {
	border: none !important;
	padding: 0;
}
#subnavlist li {
	border: none !important;
	padding: 2px 0;
}
#subnavlist a {
	display: inline-block;
	padding: 3px 7px;
	margin: 0;
	font-weight: normal;
	border: 1px solid #555;
}
#subnavlist li a:hover {
	text-decoration: none;
	background-color: #fff;
}
#navlist2 {
	margin-top: 15px;
}
#navlist2 a {
	font-weight: normal;
	color: #888 !important;
}
#navlist2 a:hover, #navlist2 a.active, 
#footer a:hover, #footer a.active {
	text-decoration: none;
	color: #000 !important;
}


/* DROP DOWN LI */
/* li containing sublevels */
#navlinks ul li {
	position: relative;
	z-index: 9;
}
/* set li width */
#navlinks ul li.expanded ul li {
	z-index: 99;
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/* DROP DOWN UL */
/* Hide first sublevel */
#navlinks ul li.expanded ul {
	display: none;
}
/* Sublevels */
ul.firstsublayer, 
ul.sublayer {
	z-index: 99;
	width: 180px;
	position: absolute;
	margin: 0;
}
ul.firstsublayer {
	left: 0; /* RTL */
	top: 31px;
}
ul.sublayer {
	left: 184px; /* RTL */
	top: 0;
}
/* DROP DOWN Anchors */
/* first level */
#navlinks ul li.expanded a.expandfirst {
	padding-left: 23px; /* RTL */
}
/* sublevels */
#navlinks ul li.expanded a.expand,
#navlinks ul li.expanded ul li a.expand {
	padding-right: 24px; /* RTL */
	padding-left: 10px; /* RTL */
}
#navlinks ul.firstsublayer li a {
	padding-left: 10px; /* RTL */
}
#navlinks ul.firstsublayer li, #navlinks ul.sublayer li {
	padding-top: 4px !important;
}


/* BLOCK ICONS */

.bicons .block-icon {
	position: absolute;
	width: 12px;
	height: 24px;
	margin: 10px 0 0 -10px; /* RTL */
}
.bt1.bicons .block-icon { background: transparent url(../images/sg-pink.png) no-repeat; }
.bt2.bicons .block-icon { background: transparent url(../images/sg-green.png) no-repeat; }
.bt3.bicons .block-icon { background: transparent url(../images/sg-orange.png) no-repeat; }
.bt4.bicons .block-icon { background: transparent url(../images/sg-blue.png) no-repeat; }
.bt5.bicons .block-icon { background: transparent url(../images/sg-grey.png) no-repeat; }

.bt6.bicons .region-user5 .block-icon,
.bt6.bicons #sidebar-left .block_1 .block-icon,
.bt6.bicons #sidebar-left .block_5 .block-icon {
	background: transparent url(../images/sg-pink.png) no-repeat;
}
.bt6.bicons .region-user6 .block-icon,
.bt6.bicons #sidebar-left .block_2 .block-icon,
.bt6.bicons #sidebar-left .block_6 .block-icon {
	background: transparent url(../images/sg-green.png) no-repeat;
}
.bt6.bicons .region-user7 .block-icon,
.bt6.bicons #sidebar-left .block_3 .block-icon,
.bt6.bicons #sidebar-left .block_7 .block-icon {
	background: transparent url(../images/sg-orange.png) no-repeat;
}
.bt6.bicons .region-user8 .block-icon,
.bt6.bicons #sidebar-left .block_4 .block-icon,
.bt6.bicons #sidebar-left .block_8 .block-icon {
	background: transparent url(../images/sg-blue.png) no-repeat;
}
.bt6.bicons .region-user1 .block-icon,
.bt6.bicons #sidebar-right .block_1 .block-icon,
.bt6.bicons #sidebar-right .block_5 .block-icon {
	background: transparent url(../images/sg-blue.png) no-repeat;
}
.bt6.bicons .region-user2 .block-icon,
.bt6.bicons #sidebar-right .block_2 .block-icon,
.bt6.bicons #sidebar-right .block_6 .block-icon {
	background: transparent url(../images/sg-green.png) no-repeat;
}
.bt6.bicons .region-user3 .block-icon,
.bt6.bicons #sidebar-right .block_3 .block-icon,
.bt6.bicons #sidebar-right .block_7 .block-icon {
	background: transparent url(../images/sg-pink.png) no-repeat;
}
.bt6.bicons .region-user4 .block-icon,
.bt6.bicons #sidebar-right .block_4 .block-icon,
.bt6.bicons #sidebar-right .block_8 .block-icon {
	background: transparent url(../images/sg-orange.png) no-repeat;
}


/* PAGE ICONS */

.picons .upload_attachments a {
	background: url(../images/icons/attach.png) no-repeat; /* RTL */
	padding-left: 20px; /* RTL */
}
.picons .comment-comments a {
	background: url(../images/icons/comments.png) no-repeat; /* RTL */
	padding-left: 20px; /* RTL */
}
.picons li.comment-delete a {
	background: url(../images/icons/trash.png) no-repeat 0 2px; /* RTL */
	padding-left: 15px; /* RTL */
}
.picons li.comment-edit a {
	background: url(../images/icons/edit.png) no-repeat 0 2px; /* RTL */
	padding-left: 15px; /* RTL */
}
.picons li.comment-reply a {
	background: url(../images/icons/reply.png) no-repeat 0 2px; /* RTL */
	padding-left: 15px; /* RTL */
}
.picons .book_add_child a {
	background: url(../images/icons/page-add.png) no-repeat left center; /* RTL */
	padding-left: 20px; /* RTL */
}
.picons .comment-add a {
	background: url(../images/icons/comment.png) no-repeat left center; /* RTL */
	padding-left: 20px; /* RTL */
}
.picons .print-icon {
	display: none;
}
.picons .print_html a, .picons .book_printer a {
	background: url(../images/icons/print.png) no-repeat left center; /* RTL */
	padding-left: 20px; /* RTL */
	height: 16px;
	display: inline-block;
}
.picons .print_mail a, .picons .book_mail a {
	background: url(../images/icons/mail.png) no-repeat left center; /* RTL */
	padding-left: 20px; /* RTL */
	height: 16px;
	display: inline-block;
}
.picons .print_pdf a, .picons .book_pdf a {
	background: url(../images/icons/pdf.png) no-repeat left center; /* RTL */
	padding-left: 20px; /* RTL */
	height: 16px;
	display: inline-block;
}
.picons .print_html, .picons .book_printer,
.picons .print_mail, .picons .book_mail,
.picons .print_pdf, .picons .book_pdf {
	margin: auto 0;
	padding-right: 0; /* RTL */
}
.picons .field-type-taxonomy-term-reference {
	background: url(../images/icons/tag.png) no-repeat left top; /* RTL */
	padding-left: 20px; /* RTL */
	margin: 10px 0;
}
.picons #sidebar-left a.active, .picons #sidebar-right a.active {
	background: url(../images/icons/check.png) no-repeat right center; /* RTL */
	padding-right: 20px; /* RTL */
}
#sidebar-left .block-image a.active , #sidebar-right .block-image a.active	{
	background: none;
	padding: 0;
}
.picons .node-readmore a {
	background: url(../images/icons/read_more.png) no-repeat left center; /* RTL */
	padding-left: 15px; /* RTL */
}
.picons .more-link a {
	background: url(../images/icons/more.png) no-repeat left center; /* RTL */
	padding-left: 15px; /* RTL */
	font-size: 9px;
}
.picons .blog_usernames_blog a {
	background: url(../images/icons/user_green.png) no-repeat left center; /* RTL */
	padding-left: 20px; /* RTL */
}


/* MODULE STYLES */

.book-navigation .page-links {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.book-navigation li a,
.field-type-taxonomy-term-reference a, 
.page-links a {
	text-decoration: none !important;
}
.panel-col-top .node .content {
	background-image: none;
}
.block-image .content {
	text-align: center;
	padding: 0 !important;
	background: none !important;
}
ul.images li h3 {
	display: none;
}
ul.galleries li, ul.images li {
	background : none;
	border : none;
	list-style-type: none;
}
.mceContentBody {
	font-size: 14px;
	background: #eee !important;
}
.mceContentBody a:link {
	font-weight: normal;
}
.view .view-comments-recent .views-field-subject {
	font-weight: bold;
}
.view .views-admin-links li {
	background: transparent !important;
}
.block-gmaplocation .content {
	text-align: center;
}
.block-gmaplocation a.active {
	background-image: none !important;
	padding: 0 !important;
}
li.topic_reply {
	list-style-type: none;
}
.category-grid-products table	{
	border-top: 1px dashed #ddd !important;
	border-left: 1px dashed #ddd !important;
}
.category-grid-products td {
	border-right: 1px dashed #ddd !important;
	border-bottom: 1px dashed #ddd !important;
	background-color: transparent !important;
}
.cart-block-icon-full, .cart-block-icon-empty, .cart-block-title-bar .arrow-up, .cart-block-title-bar .arrow-down {
	display: inline-block !important;
}
.cart-block-title-bar .arrow-up {
	background: transparent url(../images/all/menu-up.png) no-repeat center center !important;
}
.cart-block-title-bar .arrow-down {
	background: transparent url(../images/all/menu-expanded.png) no-repeat center center !important;
}
#continue-shopping-button {
	margin-right: 50% !important; /* RTL */
}
.uc-store-admin-panel	{
	margin: 0;
	padding: 3px;
}
.uc-store-admin-panel .uc-store-icon	{
	margin: 0;
} 
.uc-store-admin-panel .panel-title	{
	font-size: 1em;
	font-weight: bold;
	line-height: 200%;
} 
.product-image {
	padding: 7px 0 2px 5px;
}
.main-product-image {
	padding-bottom: 2px;
}
.sitemap-box h2 {
	display: none;
}
.views-exposed-widget .form-submit {
	margin-top: 15px !important;
}
.pane-content h2.title a {
	font-size: 140%;
}


/**********************/
/* THEME SETTINGS CSS */
/**********************/

/* Font size */
.fs0 { font-size: 85%; }
.fs1 { font-size: 100%; }
.fs2 { font-size: 115%; }
.fs1 ul.firstsublayer { top: 34px; }
.fs2 ul.firstsublayer { top: 37px; }

/* Site name color */
.sn1 p#site-name a, .sn1 p#site-name a:hover, .sn1 h1#site-name a, .sn1 h1#site-name a:hover { color: #c09; /* pink */ }
.sn2 p#site-name a, .sn2 p#site-name a:hover, .sn2 h1#site-name a, .sn2 h1#site-name a:hover { color: #390; /* green */ }
.sn3 p#site-name a, .sn3 p#site-name a:hover, .sn3 h1#site-name a, .sn3 h1#site-name a:hover { color: #f60; /* orange */ }
.sn4 p#site-name a, .sn4 p#site-name a:hover, .sn4 h1#site-name a, .sn4 h1#site-name a:hover { color: #025099; /* blue */ }
.sn5 p#site-name a, .sn5 p#site-name a:hover, .sn5 h1#site-name a, .sn5 h1#site-name a:hover { color: #444; /* grey */ }

/* static background */
.bi1.bgs #bg1 { background: transparent url(../images/t1-pink.png) 0 0 repeat-x; }
.bi1.bgs #bg2 { background: transparent url(../images/top-pink.png) 50% 0 no-repeat; }
.bi2.bgs #bg1 { background: transparent url(../images/t1-green.png) 0 0 repeat-x; }
.bi2.bgs #bg2 { background: transparent url(../images/top-green.png) 50% 0 no-repeat; }
.bi3.bgs #bg1 { background: transparent url(../images/t1-yellow.png) 0 0 repeat-x; }
.bi3.bgs #bg2 { background: transparent url(../images/top-yellow.png) 50% 0 no-repeat; }
.bi4.bgs #bg1 { background: transparent url(../images/t1-blue.png) 0 0 repeat-x; }
.bi4.bgs #bg2 { background: transparent url(../images/top-blue.png) 50% 0 no-repeat; }
.bi5.bgs #bg1 { background: transparent url(../images/t1-bw.png) 0 0 repeat-x; }
.bi5.bgs #bg2 { background: transparent url(../images/top-bw.png) 50% 0 no-repeat; }

/* fixed background */
.bi1.bgf #bg1 { background: transparent url(../images/t1-pink.png) 0 0 repeat-x fixed; }
.bi1.bgf #bg2 { background: transparent url(../images/top-pink.png) 50% 0 no-repeat fixed; }
.bi2.bgf #bg1 { background: transparent url(../images/t1-green.png) 0 0 repeat-x fixed; }
.bi2.bgf #bg2 { background: transparent url(../images/top-green.png) 50% 0 no-repeat fixed; }
.bi3.bgf #bg1 { background: transparent url(../images/t1-yellow.png) 0 0 repeat-x fixed; }
.bi3.bgf #bg2 { background: transparent url(../images/top-yellow.png) 50% 0 no-repeat fixed; }
.bi4.bgf #bg1 { background: transparent url(../images/t1-blue.png) 0 0 repeat-x fixed; }
.bi4.bgf #bg2 { background: transparent url(../images/top-blue.png) 50% 0 no-repeat fixed; }
.bi5.bgf #bg1 { background: transparent url(../images/t1-bw.png) 0 0 repeat-x fixed; }
.bi5.bgf #bg2 { background: transparent url(../images/top-bw.png) 50% 0 no-repeat fixed; }

/* Background bottom*/
.bi1.bgs, .bi1.bgf { background: transparent url(../images/t2-pink.png) 0 100% repeat-x; }
.bi2.bgs, .bi2.bgf { background: transparent url(../images/t2-green.png) 0 100% repeat-x; }
.bi3.bgs, .bi3.bgf { background: transparent url(../images/t2-yellow.png) 0 100% repeat-x; }
.bi4.bgs, .bi4.bgf { background: transparent url(../images/t2-blue.png) 0 100% repeat-x; }
.bi5.bgs, .bi5.bgf { background: transparent url(../images/t2-bw.png) 0 100% repeat-x; }

/* Node title color */
.nt1 .title, .nt1 .title a { color: #c09; /* pink */ }
.nt2 .title, .nt2 .title a { color: #390; /* green */ }
.nt3 .title, .nt3 .title a { color: #f60; /* orange */ }
.nt4 .title, .nt4 .title a { color: #025099; /* blue */ }
.nt5 .title, .nt5 .title a { color: #444; /* grey */ }

/* Menu item color */
.mb1 #navlinks ul li a, .mb1 #navlist a, .mb1 #navlinks ul li.expanded a, .mb1 #navlinks ul li.expanded a { background-color: #c09; color: #fff !important; } /* pink */
.mb2 #navlinks ul li a, .mb2 #navlist a, .mb2 #navlinks ul li.expanded a, .mb2 #navlinks ul li.expanded a { background-color: #390; color: #fff !important; } /* green */
.mb3 #navlinks ul li a, .mb3 #navlist a, .mb3 #navlinks ul li.expanded a, .mb3 #navlinks ul li.expanded a { background-color: #f60; color: #fff !important; } /* orange */
.mb4 #navlinks ul li a, .mb4 #navlist a, .mb4 #navlinks ul li.expanded a, .mb4 #navlinks ul li.expanded a { background-color: #025099; color: #fff !important; } /* blue */
.mb5 #navlinks ul li a, .mb5 #navlist a, .mb5 #navlinks ul li.expanded a, .mb5 #navlinks ul li.expanded a { background-color: #01437e; color: #fff !important; } /* dark blue */
.mb6 #navlinks ul li a, .mb6 #navlist a, .mb6 #navlinks ul li.expanded a, .mb6 #navlinks ul li.expanded a { background-color: #767e82; color: #fff !important; } /* light grey */
.mb7 #navlinks ul li a, .mb7 #navlist a, .mb7 #navlinks ul li.expanded a, .mb7 #navlinks ul li.expanded a { background-color: #666; color: #fff !important; } /* grey */
.mb8 #navlinks ul li a, .mb8 #navlist a, .mb8 #navlinks ul li.expanded a, .mb8 #navlinks ul li.expanded a { background-color: #444; color: #fff !important; } /* dark grey */
.mb9 #navlinks ul li a, .mb9 #navlist a, .mb9 #navlinks ul li.expanded a, .mb9 #navlinks ul li.expanded a { background-color: #333; color: #fff !important; } /* black */

.mb1 #navlinks ul li.expanded a.expandfirst { background: #c09 url(../images/nav-down.png) no-repeat 4px 50%; } /* pink */
.mb2 #navlinks ul li.expanded a.expandfirst { background: #390 url(../images/nav-down.png) no-repeat 4px 50%; } /* green */
.mb3 #navlinks ul li.expanded a.expandfirst { background: #f60 url(../images/nav-down.png) no-repeat 4px 50%; } /* orange */
.mb4 #navlinks ul li.expanded a.expandfirst { background: #025099 url(../images/nav-down.png) no-repeat 4px 50%; } /* blue */
.mb5 #navlinks ul li.expanded a.expandfirst { background: #01437e url(../images/nav-down.png) no-repeat 4px 50%; } /* dark blue */
.mb6 #navlinks ul li.expanded a.expandfirst { background: #767e82 url(../images/nav-down.png) no-repeat 4px 50%; } /* light grey */
.mb7 #navlinks ul li.expanded a.expandfirst { background: #666 url(../images/nav-down.png) no-repeat 4px 50%; } /* grey */
.mb8 #navlinks ul li.expanded a.expandfirst { background: #444 url(../images/nav-down.png) no-repeat 4px 50%; } /* dark grey */
.mb9 #navlinks ul li.expanded a.expandfirst { background: #333 url(../images/nav-down.png) no-repeat 4px 50%; } /* black */

.mb1 #navlinks ul li.expanded a.expand, .mb1 #navlinks ul li.expanded ul li a.expand { background: #c09 url(../images/nav-right.png) no-repeat 95% 50%; } /* pink */
.mb2 #navlinks ul li.expanded a.expand, .mb2 #navlinks ul li.expanded ul li a.expand { background: #390 url(../images/nav-right.png) no-repeat 95% 50%; } /* green */
.mb3 #navlinks ul li.expanded a.expand, .mb3 #navlinks ul li.expanded ul li a.expand { background: #f60 url(../images/nav-right.png) no-repeat 95% 50%; } /* orange */
.mb4 #navlinks ul li.expanded a.expand, .mb4 #navlinks ul li.expanded ul li a.expand { background: #025099 url(../images/nav-right.png) no-repeat 95% 50%; } /* blue */
.mb5 #navlinks ul li.expanded a.expand, .mb5 #navlinks ul li.expanded ul li a.expand { background: #01437e url(../images/nav-right.png) no-repeat 95% 50%; } /* dark blue */
.mb6 #navlinks ul li.expanded a.expand, .mb6 #navlinks ul li.expanded ul li a.expand { background: #767e82 url(../images/nav-right.png) no-repeat 95% 50%; } /* light grey */
.mb7 #navlinks ul li.expanded a.expand, .mb7 #navlinks ul li.expanded ul li a.expand { background: #666 url(../images/nav-right.png) no-repeat 95% 50%; } /* grey */
.mb8 #navlinks ul li.expanded a.expand, .mb8 #navlinks ul li.expanded ul li a.expand { background: #444 url(../images/nav-right.png) no-repeat 95% 50%; } /* dark grey */
.mb9 #navlinks ul li.expanded a.expand, .mb9 #navlinks ul li.expanded ul li a.expand { background: #333 url(../images/nav-right.png) no-repeat 95% 50%; } /* black */

/* Menu item rollover color */
.mr1 #navlinks ul li a:hover, .mr1 #navlist li a:hover, .mr1 #navlinks ul li ul li a:hover { background-color: #c09; } /* pink */
.mr2 #navlinks ul li a:hover, .mr2 #navlist li a:hover, .mr2 #navlinks ul li ul li a:hover { background-color: #390; } /* green */
.mr3 #navlinks ul li a:hover, .mr3 #navlist li a:hover, .mr3 #navlinks ul li ul li a:hover { background-color: #f60; } /* orange */
.mr4 #navlinks ul li a:hover, .mr4 #navlist li a:hover, .mr4 #navlinks ul li ul li a:hover { background-color: #025099; } /* blue */
.mr5 #navlinks ul li a:hover, .mr5 #navlist li a:hover, .mr5 #navlinks ul li ul li a:hover { background-color: #01437e; } /* dark blue */
.mr6 #navlinks ul li a:hover, .mr6 #navlist li a:hover, .mr6 #navlinks ul li ul li a:hover { background-color: #767e82; } /* light grey */
.mr7 #navlinks ul li a:hover, .mr7 #navlist li a:hover, .mr7 #navlinks ul li ul li a:hover { background-color: #666; } /* grey */
.mr8 #navlinks ul li a:hover, .mr8 #navlist li a:hover, .mr8 #navlinks ul li ul li a:hover { background-color: #444; } /* dark grey */
.mr9 #navlinks ul li a:hover, .mr9 #navlist li a:hover, .mr9 #navlinks ul li ul li a:hover { background-color: #333; } /* black */

.mr1 #navlinks ul li.expanded a.expandfirst:hover { background: #c09 url(../images/nav-down.png) no-repeat 4px 50%; } /* pink */
.mr2 #navlinks ul li.expanded a.expandfirst:hover { background: #390 url(../images/nav-down.png) no-repeat 4px 50%; } /* green */
.mr3 #navlinks ul li.expanded a.expandfirst:hover { background: #f60 url(../images/nav-down.png) no-repeat 4px 50%; } /* orange */
.mr4 #navlinks ul li.expanded a.expandfirst:hover { background: #025099 url(../images/nav-down.png) no-repeat 4px 50%; } /* blue */
.mr5 #navlinks ul li.expanded a.expandfirst:hover { background: #01437e url(../images/nav-down.png) no-repeat 4px 50%; } /* dark blue */
.mr6 #navlinks ul li.expanded a.expandfirst:hover { background: #767e82 url(../images/nav-down.png) no-repeat 4px 50%; } /* light grey */
.mr7 #navlinks ul li.expanded a.expandfirst:hover { background: #666 url(../images/nav-down.png) no-repeat 4px 50%; } /* grey */
.mr8 #navlinks ul li.expanded a.expandfirst:hover { background: #444 url(../images/nav-down.png) no-repeat 4px 50%; } /* dark grey */
.mr9 #navlinks ul li.expanded a.expandfirst:hover { background: #333 url(../images/nav-down.png) no-repeat 4px 50%; } /* black */

.mr1 #navlinks ul li ul li.expanded a.expand:hover { background: #c09 url(../images/nav-right.png) no-repeat 95% 50%; } /* pink */
.mr2 #navlinks ul li ul li.expanded a.expand:hover { background: #390 url(../images/nav-right.png) no-repeat 95% 50%; } /* green */
.mr3 #navlinks ul li ul li.expanded a.expand:hover { background: #f60 url(../images/nav-right.png) no-repeat 95% 50%; } /* orange */
.mr4 #navlinks ul li ul li.expanded a.expand:hover { background: #025099 url(../images/nav-right.png) no-repeat 95% 50%; } /* blue */
.mr5 #navlinks ul li ul li.expanded a.expand:hover { background: #01437e url(../images/nav-right.png) no-repeat 95% 50%; } /* dark blue */
.mr6 #navlinks ul li ul li.expanded a.expand:hover { background: #767e82 url(../images/nav-right.png) no-repeat 95% 50%; } /* light grey */
.mr7 #navlinks ul li ul li.expanded a.expand:hover { background: #666 url(../images/nav-right.png) no-repeat 95% 50%; } /* grey */
.mr8 #navlinks ul li ul li.expanded a.expand:hover { background: #444 url(../images/nav-right.png) no-repeat 95% 50%; } /* dark grey */
.mr9 #navlinks ul li ul li.expanded a.expand:hover { background: #333 url(../images/nav-right.png) no-repeat 95% 50%; } /* black */

/* First menu item color */
.fb1 #navlinks li.first a { background: #c09; } /* pink */
.fb2 #navlinks li.first a { background: #390; } /* green */
.fb3 #navlinks li.first a { background: #f60; } /* orange */
.fb4 #navlinks li.first a { background: #025099; } /* blue */
.fb5 #navlinks li.first a { background: #01437e; } /* dark blue */
.fb6 #navlinks li.first a { background: #767e82; } /* light grey */
.fb7 #navlinks li.first a { background: #666; } /* grey */
.fb8 #navlinks li.first a { background: #444; } /* dark grey */
.fb9 #navlinks li.first a { background: #333; } /* black */

/* Last menu item color */
.lb1 #navlinks li.last a { background: #c09; } /* pink */
.lb2 #navlinks li.last a { background: #390; } /* green */
.lb3 #navlinks li.last a { background: #f60; } /* orange */
.lb4 #navlinks li.last a { background: #025099; } /* blue */
.lb5 #navlinks li.last a { background: #01437e; } /* dark blue */
.lb6 #navlinks li.last a { background: #767e82; } /* light grey */
.lb7 #navlinks li.last a { background: #666; } /* grey */
.lb8 #navlinks li.last a { background: #444; } /* dark grey */
.lb9 #navlinks li.last a { background: #333; } /* black */

/* Tertiary menu items rollover color */
.tr1 #above a:hover { color: #fff !important; background: transparent url(../images/b-pink.png) 50% 100% no-repeat; } /* pink */
.tr2 #above a:hover { color: #fff !important; background: transparent url(../images/b-green.png) 50% 100% no-repeat; } /* green */
.tr3 #above a:hover { color: #fff !important; background: transparent url(../images/b-orange.png) 50% 100% no-repeat; } /* orange */
.tr4 #above a:hover { color: #fff !important; background: transparent url(../images/b-blue.png) 50% 100% no-repeat; } /* blue */
.tr5 #above a:hover { color: #fff !important; background: transparent url(../images/b-bw.png) 50% 100% no-repeat; } /* grey */

/* Block title colors */
.bt1 .block .title { color: #c09; } /* pink */
.bt2 .block .title { color: #390; } /* green */
.bt3 .block .title { color: #f60; } /* orange */
.bt4 .block .title { color: #025099; } /* blue */
.bt5 .block .title { color: #444; } /* grey */

.bt6 .region-user1 .block .title,
.bt6 .region-user8 .block .title,
.bt6 #sidebar-left .block_4 .title,
.bt6 #sidebar-left .block_8 .title,
.bt6 #sidebar-right .block_1 .title,
.bt6 #sidebar-right .block_5 .title {
	color: #025099; /* blue */
}
.bt6 .region-user2 .block .title,
.bt6 .region-user6 .block .title,
.bt6 #sidebar-left .block_2 .title,
.bt6 #sidebar-left .block_6 .title,
.bt6 #sidebar-right .block_2 .title,
.bt6 #sidebar-right .block_6 .title {
	color: #390; /* green */
}
.bt6 .region-user3 .block .title,
.bt6 .region-user5 .block .title,
.bt6 #sidebar-left .block_1 .title,
.bt6 #sidebar-left .block_5 .title,
.bt6 #sidebar-right .block_3 .title,
.bt6 #sidebar-right .block_7 .title {
	color: #c09; /* pink */
}
.bt6 .region-user4 .block .title,
.bt6 .region-user7 .block .title,
.bt6 #sidebar-left .block_3 .title,
.bt6 #sidebar-left .block_7 .title,
.bt6 #sidebar-right .block_4 .title,
.bt6 #sidebar-right .block_8 .title {
	color: #f60; /* orange */
}

/* Social links */
#toplinks .sociallinks {
	display: inline-block;
	height: 32px;
	margin: 0;
	padding: 0;
	width: 32px;
}
#toplinks .facebook { background: transparent url(../images/social/facebook_32.png) no-repeat scroll center center; }
#toplinks .twitter { background: transparent url(../images/social/twitter_32.png) no-repeat scroll center center; }
#toplinks .instagram { background: transparent url(../images/social/instagram_32.png) no-repeat scroll center center; }
#toplinks .pinterest { background: transparent url(../images/social/pinterest_32.png) no-repeat scroll center center; }
#toplinks .vimeo { background: transparent url(../images/social/vimeo_32.png) no-repeat scroll center center; }
#toplinks .googleplus { background: transparent url(../images/social/googleplus_32.png) no-repeat scroll center center; }
#toplinks .linkedin { background: transparent url(../images/social/linkedin_32.png) no-repeat scroll center center; }
#toplinks .youtube { background: transparent url(../images/social/youtube_32.png) no-repeat scroll center center; }
#toplinks .flickr { background: transparent url(../images/social/flickr_32.png) no-repeat scroll center center; }
#toplinks .tumblr { background: transparent url(../images/social/tumblr_32.png) no-repeat scroll center center; }
#toplinks .skype { background: transparent url(../images/social/skype_32.png) no-repeat scroll center center; }

/* Theme settings page */
#edit-logo .form-type-select,
#edit-background-settings .form-type-select,
#edit-title-settings .form-type-select,
#edit-menu-colors .form-type-select,
#edit-block-settings .form-type-select {
	display: inline-block;
	margin: 5px 10px;
}

.special-switch {}
.special-switch a {
  display: inline-block;
  padding-left: 38px;
  line-height: 21px;
  background: url(../images/special.png) no-repeat;
  text-decoration: none;
}
.special-switch a:active,
.special-switch a:hover {
	text-decoration: underline;
}
