/* Admin links */

div.adminLinks {
	clear: right;
	padding: 2px 4px;
    text-align: right;
}
div.adminLinks ul {
    display: block;
    margin: 0;
    padding: 0;
}
div.adminLinks li {
    display: inline;
    margin: 0 0 0 1em;
    padding: 0;
    list-style-type: none;
	cursor: pointer;
    text-align: right;
}

div.views {
    text-align: right;
}
div.views ul {
    display: block;
    margin: 0;
    padding: 0;
}
div.views li {
    display: inline;
    margin: 0 0 0 1em;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

/* Editor */
table.mceLayout, .mceEditor iframe {
	background-color: transparent !important;
}
.mceToolbar, .mceStatusbar {
	background-color: rgb(240, 240, 238) !important;
}

/* Panes */

div.panes {
	clear: both;
	text-align: right;
}
div.panes ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}
div.panes li {
	display: inline;
	margin: 0;
	padding: 0 4px;
}
div.panes li.current span, div.panes li.current a {
	position: relative;
	top: 1px;
	padding: 0 10px;
}

/* Form */

div.item
{
	margin: 1em 0;
	padding: 0 1em;
}
div.item ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
}
div.item ul li {
	display: inline;
	padding-right: 1em;
}

fieldset {
    margin: 1em 0;
    padding: 1em;
}

p.align {
	clear: both;
}
p.alignFirst {
	margin-top: 0;
}
p.alignBetween {
	margin-top: 0;
}
p.alignFirst, p.alignBetween {
	float: left;
}
p.align label, p.alignFirst label {
	float: left;
	width: 120px;
	clear: left;
}
p.alignBetween label, p.alignLast label {
	float: left;
}
p.align label, p.alignFirst label, p.alignBetween label, p.alignLast label {
	text-align: right;
	margin-right: 0.5em;
}
p.alignBetween label, p.alignLast label {
	margin-left: 1em;
}
p.align br, p.alignFirst br, p.alignBetween br, p.alignLast br {
	display: none;
}
p.align, p.alignLast {
	margin: 0 0 1.5em 0 !important;
	margin: 1em 0 1.5em 0;
}
p.required label, label.required {
	font-weight: bold;
}

div.buttons {
	text-align: right;
}

/* Tables */

table th.current {
    font-style: italic;
}


/* Tooltips */
.tip {
	position: absolute;
	z-index: 13000;
	width: 140px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
	padding: 4px 8px;
	font-size: 11px;
	color: #fff;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.8);
}
.errorTips .tip {
	background: rgb(255,0,0);
	background: rgba(255,0,0,.8);
}


/* Data Manager */

div.cama-dataManager table, div.cama-dataManager tr, div.cama-dataManager th, div.cama-dataManager td {
	border: none;
}
div.cama-dataManager-toolbar-top table {
	width: 100%;
	margin: 0;
	color: #000;
	background-color: buttonface;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: none;
	border-right: 1px solid buttonshadow;
}
div.cama-dataManager-toolbar-middle table {
	width: 100%;
	margin: 0;
	color: #000;
	background-color: buttonface;
	border-top: none;
	border-left: 1px solid buttonhighlight;
	border-bottom: none;
	border-right: 1px solid buttonshadow;
}
div.cama-dataManager-toolbar-middle td {
	padding: 0.5em 0;
	text-align: center;
}
div.cama-dataManager-toolbar-bottom table {
	width: 100%;
	margin: 0;
	color: #000;
	background-color: buttonface;
	border-top: none;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
}
div.cama-dataManager-toolbar-viewColumns {
	z-index: 20;
	position: absolute;
	margin: -10px 0 0 10px !important;
	margin: 5px 0 0 -100px;
	color: #000;
	background-color: buttonface;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
}
div.cama-dataManager-toolbar-viewColumns select {
	margin: 0;
	padding: 0;
}
div.cama-dataManager-toolbar-viewColumns p {
	margin: 0;
	padding: 2px;
	text-align: right;
}
div.cama-dataManager-toolbar-viewColumns input {
	margin: 0;
}
span.cama-dataManager-toolbar-arrows {
	font-size: 1.5em;
	vertical-align: baseline
}
div.cama-dataManager-checkAllPagesWarning p {
	margin: 0 !important;
	padding: 5px;
	text-align: center;
	background-color: orange;
}
div.cama-dataManager-table {
	overflow: auto;
	margin-top: 0;
}
div.cama-dataManager-table table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: separate !important;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
div.cama-dataManager-table thead {
	white-space: nowrap;
}
div.cama-dataManager-table th {
	background-color: buttonface;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	white-space: nowrap;
}
div.cama-dataManager-table th a {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
div.cama-dataManager-table th a span {
	font-style: normal;
}
div.cama-dataManager-table tbody {
	white-space: nowrap;
	vertical-align: top;
	background-color: #FFF;
	color: #000;
}
div.cama-dataManager-table tbody tr:hover {
	background-color: #F0F0F0;
}
div.cama-dataManager-table td, div.cama-dataManager-table a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
div.cama-dataManager-table tfoot td {
	color: #000;
	background-color: buttonface;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
}

/* Notices, Warnings, Errors */

.notices {
	background-color: green;
}
.warnings {
	background-color: orange;
}
.errors {
	background-color: red;
}
.warnings {
	color: #000;
}
.notices, .errors {
	color: #fff;
}
.warnings a, .warnings a:hover, .warnings a:focus, .warnings a:active, .errors a, .errors a:hover, .errors a:focus, .errors a:active {
	color: #000;
	text-decoration: underline;
	text-shadow: #444 4px 2px 5px;
}
.notices a, .notices a:hover, .notices a:focus, .notices a:active, .errors a, .errors a:hover, .errors a:focus, .errors a:active {
	color: #fff;
}
div.notices, div.warnings, div.errors {
	margin: 20px;
	padding: 0.5em;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
}

.error {
	outline: 1px dashed red;
}

.readMore { white-space: nowrap }

/* MODULES */

/* Articles */

div.mod-Articles div.entry
{
	clear: both;
}
div.mod-Articles .image
{
	float: left;
	margin: 0 0.5em 0.5em 0;
}
div.mod-Articles div.content, div.mod-Articles p.externalUrl
{
	clear: left;
}

/* Events */

div.mod-Events div.entry
{
	clear: both;
}
div.mod-Events .image
{
	float: left;
	margin: 0 0.5em 0.5em 0;
}

/* Image Gallery */

div.mod-ImageGallery table
{
	width: 100%;
}
div.mod-ImageGallery tr, div.mod-ImageGallery td
{
	text-align: center;
}
div.mod-ImageGallery div.container
{
	display: inline-block;
	text-align: center;
	width: 100px;
	margin-bottom: 1em;
}
div.mod-ImageGallery a
{
	cursor: pointer;
}

/* Product Category */

div.mod-productCategory
{
	clear: both;
}
div.mod-productCategory div.cart td.quantity, div.mod-productCategory div.cart td.price, div.mod-productCategory div.cart td.buttons
{
	text-align: right;
}
div.mod-productCategory div.cart p.removeAll
{
	float: right;
}
div.mod-productCategory div.container
{
	margin-bottom: 1em;
	border: 2px solid;
}
div.mod-productCategory div.container form
{
	margin: 0; padding: 0;
}
div.mod-productCategory div.container div.title
{
	padding: 2px;
}
div.mod-productCategory div.container p.description
{
	margin-bottom: 1em !important;
	margin-bottom: 0;
	padding-bottom: 0 !important;
	padding-bottom: 1em;
}
div.mod-productCategory div.container div.image
{
	text-align: center;
}
div.mod-productCategory div.container div.price
{
	clear: both;
	text-align: center;
}
div.mod-productCategory div.container div.buy
{
	height: 2em;
	line-height: 2em;
	text-align: center;
}
div.mod-productCategory div.recommended div.container div.image
{
	float: left;
	padding: 0;
}
div.mod-productCategory div.thumbs table, div.mod-productCategory div.list table
{
	width: 100%;
	margin-top: 1em;
	border: none;
	border-collapse: collapse;
}
div.mod-productCategory div.thumbs div.normal tr
{
	border: none;
}
div.mod-productCategory div.thumbs div.normal td
{
	width: 33%;
	padding: 10px 0;
	vertical-align: bottom;
	border: none;
}
div.mod-productCategory div.normal div.container div.title
{
	text-align: center;
}
div.mod-productCategory div.list table
{
	border: none;
	border-collapse: collapse;
	margin-bottom: 1em;
}
div.mod-productCategory div.list th
{
	height: 1.5em;
}
div.mod-productCategory div.list th, div.mod-productCategory div.list td
{
	margin: 0;
	padding: 0;
	border: none;
}
div.mod-productCategory div.list td.image
{
	width: 64px;
	height: 64px;
	padding: 2px 1em 2px 0;
}
div.mod-productCategory div.list th.price
{
	padding-right: 1em;
	text-align: right;
	white-space: nowrap;
}
div.mod-productCategory div.list td.buy, div.mod-productCategory div.list td.price
{
	padding-left: 1em;
	text-align: right;
	white-space: nowrap;
}

/* RSS Feeds */

.mod-RSSFeeds ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.mod-RSSFeeds li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
}
.mod-RSSFeeds .date {
	white-space: nowrap;
	color: gray;
}
.mod-RSSFeeds .feedTitle {
	font-weight: bold;
}

/* Comments */
div.comments, div.comments div.comment, div.comments div.controls
{
	clear: both;
}
div.comments div.image
{
	float: left;
	margin-bottom: 1em;
}
div.comments div.image p
{
	margin: 0;
}
div.comments div.content
{
	clear: none;
	margin-left: 74px;
}