/*-----------------------------------------------------------------------------
MMA Style Sheet
version:   1.0
author:    janneke maat
email:     info@moonwise.nl
website:   http://www.moonwise.nl
-----------------------------------------------------------------------------*/
/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}
/* Class for clearing floats */
.clear {
	clear: both;
}
body {
	font: 62.5%/1.6 Tahoma, Verdana, sans-serif;
	background: url(../images/topbg2.gif) #666666 repeat-x;
	text-align: center;
	height: 100%;
	min-width: 780px;
}
/* IE needs larger font-size */
* html body{
	font-size: 70%;
}
ul {
	list-style: none;
}
li {
	line-height: 1.4;
	padding: 0 0 0 15px;
	background: url(../images/arrow.gif) no-repeat 0px 2px;
	font-size: 1.2em;
}
ol {
	list-style: decimal inside;
}
ol li{
	line-height: 1.4;
	background: none;
	font-size: 1.2em;
	padding: 3px 0 3px 3px;
}
h1, h2, h3, p {
	margin: 1em 0;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3, h4{
	font-weight: normal;
	color: #000066;
	background-color: #ffffff;
}

h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.2em;
}
/* =Links
-----------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	background-color: #ffffff;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	background-color: #ffffff;
	color: #000099;
	text-decoration: underline;
}
/* =Forms
-----------------------------------------------------------------------------*/
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #666666;
}
legend {
	font-weight: bold;
	border: 1px solid #666666;
	padding: 1px 10px 4px 10px;
	background: #F0F0F0;
	color: #000000;
}
label {
	display: block;
}
input, textarea, select {
	width: 20em;
	border: 1px solid #666666;
}
input:focus, textarea:focus{
	background: #F1F1F1;
	color: #000000;
}
input.auto{
	width: auto;
}
/* styling of acronym and abbrivations */
acronym, abbr {
	border-bottom: 1px dotted #333333;
	cursor: help;
}
/* styling defition lists */
dl {
	padding: 5px;
}
dt {
	font-weight: bold;
}
dd {
	padding: 0 0 0.5em 2em;
}
/* LAYOUT TEMPLATE
================================= */
/* =Accessibility
-----------------------------------------------------------------------------*/
#accessibility {
	display: block;
	left: -2000px;
	position: absolute;
	top: -2000px;
}
/* =wrapper
// contains branding, content, mainnav and footer
-----------------------------------------------------------------------------*/
#wrapper {
	width: 85%;
	margin: 0 auto;
	text-align: left; 
	background: url(../images/leftfauxcol.gif) #FFFFFF repeat-y 23% 0;
}
#wrapper2 {
	background: url(../images/rightfauxcol2.gif) repeat-y 98% 0;
}
/* =Branding
// contains sitename and images
-----------------------------------------------------------------------------*/
#branding{
	background: url(../images/head3a.gif) no-repeat 50% top;
	width: 100%;
	height: 210px;
	overflow: hidden;
}
#branding h1{
	font-size: 2.0em;
	font-weight: normal;
	text-indent: -5000px;
	background: none;
}
/* =Main Nav
-----------------------------------------------------------------------------*/
#mainnav {
	width: 21%;
	margin-left: 1%;
	float: left;
	list-style: none;
}
a.mainlevel, a.mainlevel:visited {
	border-bottom: 1px solid #999999;
	background: #CCCCCC;
	color: #000000;
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 2px;
	padding-left: 3px;
	text-indent: 2em;
	text-decoration: none;
	voice-family: "\"}\""; /* Box Model fix */
	voice-family: inherit;
	width: 90%;
}
a.mainlevel:hover {
	font-size: 1.1em;
	color: #CC0000;
	background: #F0F0F0;
	text-decoration: none;
}
a.mainlevel#active_menu {
	font-size: 1.1em;
	background: #CCCCCC;
	color: #CC0000;
	text-decoration: none;
}
/* =Content
// contains mainsection of website
-----------------------------------------------------------------------------*/
#content {
	width: 73%;
	margin-right: 2%;
	float: right;
}
#maincontent {
	min-width: 490px;
	width: 98%;
	float: right;
}

#pathway{
	width: 500px;
	height: 19px;
	padding-top: 5px;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	padding: 1px 20px;
	text-align: right;
	clear: both;
}
/* =Misc 1
-----------------------------------------------------------------------------*/
/* external links
================================== */
a[href^="http:"] {
	background: url(../images/externallink.gif) no-repeat right top;
	padding-right: 10px;
}
a[href^="http://localhost/mma"], a[href^="http://www.mmacycles.com"], a[href^="http://mmacycles.com"] {
	padding-right: 0;
	background: none;
}
/* =Misc 2 - Joomla specific
-----------------------------------------------------------------------------*/
/* styling of search module */
.search .inputbox {
	width: 9em;
	border: 1px solid #666666;
	margin-bottom: 0.5em;
}
.search .button {
	width: 9em;
	border: 1px solid #666666;
}
/* Title of the component being used to display the content.*/
table.contentpaneopen, table.contentpane {
	width: 95%;
}
table.contentpaneopen td, table.contentpane td{
	padding: 3px;
}
table.contentpaneopen p, 
table.contentpane p {
	font-size: 1.2em;
	padding: 3px;
}

.contentpaneopen img , .contentpane img {
	padding: 5px;
}
.contentheading {
	font-size: 1.5em;
	width: 90%;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #F1F1F1;
	border-top: 1px solid #F1F1F1;
	line-height: 30px;
}
.componentheading {
	color: #000066;
	background-color: #ffffff;
	font-size: 1.25em;
	display: block;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #F1F1F1;
	border-top: 1px solid #F1F1F1;
	line-height: 30px;
	width: 90%;
}
.sectiontableheader {
	font-weight: bold;
	height: 1.3em;
	line-height: 1.3em;
}
.categorytitle {
	font-size: 1.25em;
	font-weight: bold;
	height: 1.3em;
	line-height: 1.3em;
}
table.data{
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
.sectiontableentry1 {
	background: #F0F0F0;
	color: #000000;
	padding: 2px;
	text-align: left;
}
.sectiontableentry2 {
	background: #FFFFFF;
	color: #000000;
	padding: 2px;
	text-align: left;
}
tr.sectiontableentry1:hover,
tr.sectiontableentry2:hover {
	color: #FFFFFF;
	background: #D4D4D4;
}
#mainnav div.module {
	font-size: 1em;
	margin-bottom: 3em;
}
#mainnav div.module div div div{
	width: 90%;
}
.module {
	margin-bottom: 0.5em;
}
div.module h3 {
	font-size: 1.25em;
	background-color: #cccccc;
	color: #000066;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
}
a.readon {
	background: url(../images/readon.gif) no-repeat left;
	font-size: 1em;
	margin-top: 10px;
	padding-left: 15px;
	text-decoration: none;
}
a.readon:hover {
	background: url(../images/readon.gif) #F0F0F0 no-repeat left;
	border: 1px solid #F0F0F0;
	text-decoration: none;
}
.small, .createdate, .modifydate {
	background-color: #ffffff;
	color: #555A4C;
	font-size: 1em;
}
.button {
	width: auto;
	border: 1px solid #666666;
}
/* Styling for Webshop*/
table {
/*	padding: 1%;
	width: 95%;*/
}

table.product{
	padding: 1%;
	width: 95%;
	border-bottom: 1px solid #F1F1F1;
}
.product h2{
	margin: 0;
}
.product h3{
	padding-left: 0.5em;
	margin: 0;
}
table.options{
	width: 50%;
}
em.sub{
	font-size: 1.25em;
}
h3.extra {
	font-size: 1.25em;
	background-color: #cccccc;
	color: #000066;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
}