body.contentpane {
	background: #ffffff;
	padding: 25px;
}

#theme-width {
	margin: 0px auto;
}

.w-fluid {
	width: 100%;
}

.w-fixedwide {
	width: 1200px;
}

.w-fixednarrow {
	width: 1060px;
}

h1.headerdebug, h2.headerdebug {
	color: #ffffff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

h1.headerdebug a {
	color: #ffffff;
}

h1.headerdebug {
	background: #990000;
}

h2.headerdebug {
	background: #0074E3;
}

/* modules
----------------------------------------------- */

.moduletable, .moduletable_text, .moduletable_menu, .moduletable_empty {
	margin-bottom: 15px;
	height: 100%;
	text-shadow: 1px 1px 0px #ffffff;
}

.moduletable .w-space, 
.moduletable_text .w-space, 
.moduletable_menu .w-space {
	height: 40px;
}

.moduletable ul li, .moduletable_text ul li, .moduletable_menu ul li {
	margin: 0 0 0 5px;
}

.moduletable .tl,
.moduletable_text .tl,
.moduletable_menu .tl {
	background: url(../images/mod-tl-bg.png) no-repeat 0 0;
}

.moduletable .tt,
.moduletable_text .tt,
.moduletable_menu .tt {
	background: url(../images/mod-tt-bg.png) repeat-x 0 0;
	margin-left: 10px;
	margin-right: 10px;
	height: 100%;
}

.moduletable .tr,
.moduletable_text .tr,
.moduletable_menu .tr {
	background: url(../images/mod-tr-bg.png) no-repeat 100% 0;
	height: 100%;
}

.moduletable .tr .block,
.moduletable_text .tr .block,
.moduletable_menu .tr .block {
	margin-left: -10px;
	margin-right: -10px;
	background: url(../images/mod-m1-bg.png) repeat-y 0 0;
	padding: 0 !important;
}

.moduletable .tr .block .m2,
.moduletable_text .tr .block .m2,
.moduletable_menu .tr .block .m2 {
	background: url(../images/mod-m2-bg.png) repeat-y 100% 0;
	width: 100%;
}

.moduletable .tr .block .m3,
.moduletable_text .tr .block .m3,
.moduletable_menu .tr .block .m3 {
	padding: 0 10px 1px 10px;
}

.moduletable .tr .block .m2.hf,
.moduletable_text .tr .block .m2.hf,
.moduletable_menu .tr .block .m2.hf {
	height: 100%;
}

.moduletable .bl,
.moduletable_text .bl,
.moduletable_menu .bl {
	background: url(../images/mod-bl-bg.png) no-repeat 0 0;
}

.moduletable .bb,
.moduletable_text .bb,
.moduletable_menu .bb {
	background: url(../images/mod-bb-bg.png) repeat-x 0 0;
	margin-left: 10px;
	margin-right: 10px;
	height: 10px;
}

.moduletable .br,
.moduletable_text .br,
.moduletable_menu .br {
	background: url(../images/mod-br-bg.png) no-repeat 100% 0;
	height: 100%;
}

.moduletable h3.ht,
.moduletable_text h3.ht,
.moduletable_menu h3.ht,
.moduletable_empty h3.ht {
	font-size: 16px;
	margin: 0;
	padding: 13px 10px 13px 30px;
	background: url(../images/mod-h-star.png) no-repeat 0 10px;
}

.moduletable_empty h3.ht {
	padding: 12px 0 10px 0;
	background: none;
}

.moduletable h3.ht a, .moduletable h3.ht a.visible,
.moduletable_text h3.ht a, .moduletable_text h3.ht a.visible,
.moduletable_menu h3.ht a, .moduletable_menu h3.ht a.visible {
	font-weight: normal;
	background: url("../images/switch_minus.png") 100% 7px no-repeat;
	display:block;
	color: #555555;
	text-shadow: 1px 1px 0px #ffffff;
	text-decoration: none;
}

.moduletable h3.ht a.hidden,
.moduletable h3.ht a.hidden:hover,
.moduletable_text h3.ht a.hidden,
.moduletable_text h3.ht a.hidden:hover,
.moduletable_menu h3.ht a.hidden,
.moduletable_menu h3.ht a.hidden:hover {
	background-image: url("../images/switch_plus.png");
}

.moduletable h3.hide a, .moduletable h3.hide a.visible,
.moduletable_text h3.hide a, .moduletable_text h3.hide a.visible,
.moduletable_menu h3.hide a, .moduletable_menu h3.hide a.visible {
	background: url("../images/switch_plus.png") 100% 7px no-repeat;
}

.moduletable h3.hide a.hidden,
.moduletable h3.hide a.hidden:hover,
.moduletable_text h3.hide a.hidden,
.moduletable_text h3.hide a.hidden:hover,
.moduletable_menu h3.hide a.hidden,
.moduletable_menu h3.hide a.hidden:hover {
	background-image: url("../images/switch_minus.png");
}

.moduletable_empty {
	background: url(../images/mod-empty-bg.png) no-repeat 100% 100%;
}

#top-modules .moduletable_empty {
	padding: 0 5px 5px 0px;
}

/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-handler {
	line-height: 22px;
}

#breadcrumb-handler img {
	vertical-align: middle;
	margin: -2px 6px 0 6px;
}

#breadcrumb-handler a {
	font-weight: bold;
}

/* Article Details
----------------------------------------------- */

.cols1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 {
	width: 48%;
}

.cols3 {
	width: 30%;
}

.column1, .column2 {
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2, .column1 {
	float: left;
	margin: 0;
}

.column2 {
	float: right;
	margin: 0;
	width: 48%;
}

.article_row {
	margin: 0px;
	padding: 0;
	overflow: hidden;
}

.article_column {
	padding: 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

.blog_more {
	clear: both;
}

.buttonheading {
	float: right;
	margin: 4px 0;
}

.buttonheading a {
	margin: 0 2px;
}

.createdate, .modifydate, .createdby {
	display: block;
	font-size: 11px;
}

.articleinfo {
	float: right;
	width: 48%;
	margin-left: 2%;
	border-left: 2px solid #eaeaea;
	padding: 2px 0px 2px 2%;
}

.modifydate {
	color: #999999;
}

.createdate {
	font-weight: bold;
}

.createdby {
	color: #999999;
}

table.contenttoc {
	float: right;
	width: 48%;
	margin-left: 2%;
}

table.contenttoc td {
	background: url(../images/arrow.png) no-repeat 4px 6px;
	padding: 5px 4px 5px 30px;
}

.counter {
	padding: 5px 0px;
	text-align: center;
}

/* Messages 
----------------------------------------------- */

#system-message dt.error, #system-message dt.notice, #system-message dt.message {
	display: none;
}

#system-message ul {
	padding: 0 15px 0 25px;
	margin: 0;
	list-style: none;
}

#system-message ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

/* Top Small Menu
----------------------------------------------- */

#top-small-menu ul {
	padding: 6px 10px 0 0;
	margin: 0;
	overflow: hidden;
}

#top-small-menu ul li {
	display: inline;
	margin: 0;
	padding: 0 11px;
	font-size: 11px;
	text-shadow: 1px 1px 0px #ffffff;
	background: url(../images/top-small-menu-sep.gif) repeat-y 100% 0;
}

#top-small-menu ul li a {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	color: #737373;
}

#top-small-menu ul li a:hover {
	color: #555555;
}

/* VirtueMart Currency
----------------------------------------------- */

#currency form br {
	display: none;
}

#currency select, #currency select option {
	font-size: 10px;
}

#currency select {
	width: 99px !important;
	height: 17px;
	margin: 2px 0 0 5px;
	padding: 0;
	border: 0;
	background: transparent;
	float: left;
}

#currency input.button {
	width: 31px;
	height: 21px;
	float: right;
	text-indent: 9999px;
	text-align: right;
	overflow: hidden;
	border: 0;
	background: url(../images/currency-button.png) no-repeat 0 0;
	cursor: pointer;
	font-size: 0;
	color: #F3F3F2;
	margin: 0;
	padding: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius: 0;
}

#josForm label, .publishing .n-order label, .n-1st-order, form.user .user-lb label, fieldset.publishing div label {
	float: left;
	width: 20%;
	line-height: 30px;
	margin: 3px 0;
}

.n-order .inputbox {
	width: 60%;
}

.button2-left {
	float: left;
	margin: 5px 10px 10px 0px;
}

.modal-button, .button2-left .readmore a, .button2-left .blank a, a.button {
	font-weight: bold; font-size: 12px;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	padding: 0px 15px 0px 15px;
	margin: 3px 0px;
	background: #e9e9e9 url(../images/button-bg.gif) repeat-x 0 0;
	color: #505050 !important;
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #dcdcdc;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	float: left;
}

.modal-button:hover, .button2-left .readmore a:hover {
	text-decoration: none;
}

.tool-tip {
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-box-shadow: #dedede 0px 0px 0px 1px, rgba(0, 0, 0, 0.296875) 1px 2px 5px;
	box-shadow: #dedede 0px 0px 0px 1px, rgba(0, 0, 0, 0.296875) 1px 2px 5px;
	-moz-box-shadow:0 0 0 1px #dedede, 1px 2px 5px rgba(0, 0, 0, 0.3);
	background: #fafafa;
	padding: 10px;
}

.tool-title {
	font-weight: bold;
	padding: 5px 0;
}

.weblinks .contentdescription img {
	margin: 0 10px 20px 10px;
}

.weblinks td img {
	margin: 3px 5px 0px 0px;
}

.contact_email label {
	float: left;
	line-height: 36px;
	width: 180px;
}

.contact_email {
	clear: both;
	padding: 3px 0px;
}

.contact_address {
	text-align:center;
}

.contact p,img {
	text-align:center;
}