/* CSS Document - MN_CMS Author: D Domazet 2004 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000 url(assets/b.png) repeat-x;
	color: #ccc;
	margin-top: 0px;
}

#container {
	width: 733px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px 10px 10px;
	border: 1px solid #333;
	background-color: #000;
	border-top-color: #000;
	border-top-width: 0;
}

a:link,a:visited, a:active {
	/*color: #259ECB;*/
	color: #339966;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

h1 {
	font-size: 26px;
	color: #ccc;
	font-weight: 300;
	margin-top: 0px;
}
h3 {
	/*color: #259ECB;*/
	color: #339966;
	font-size: 13px;
}

pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333;
	margin-top: 2px;
	margin-bottom: 2px;
}

.copyright {
	float: right;
}

#header {
	height: 103px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 27px;
	background: url(assets/mwheader.gif) no-repeat;
	text-align: right;
}

#header a:link, #header a:visited, #header a:hover, #header a:active {
	font-size: 11px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	font-weight: bold;
}

.floatbox {
	
	
	background: url(assets/c4floatbox.jpg) repeat-x;
	height:148px;
	
}
.fbwrap {
	width: 30%;
	float: left;
	margin: 11px !important;
	margin:6px;
}
#navcontainer {
	width: 184px;
	float: left;
}

.navcover {
	padding-top: 12px;
	background-color: #999;
}
.navcover p {
	font-size: 11px;
	color: #000;
	margin-top: 2px;
}

#footer {
	font-size: 10px;
	clear: both;
	width: 713px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	height: 39px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#sitemap {
	padding-left: 150px;
}

/* CMS SPECIFIC STYLES - DO NOT DELETE */

/* #content - used for print this page */

#content {
	padding-right: 12px;
	padding-left: 12px;
}
p.cssnav {
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 2px;
	background: url(assets/bullet.gif) no-repeat 0 5px;
}

.cssnav a:link, .cssnav a:visited, .cssnav a:active {
	display: block;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-top: 1px;
	/*width: 150px;*/
	color: #666;
	font-weight: bold;
}

.cssnav a:hover {
	color: #666;
	/*text-decoration: none;*/
}
.csscurrentnav {
	color: #f8ff49;	
	
}
.csscurrentnav a:link, .csscurrentnav a:visited,.csscurrentnav a:hover,.csscurrentnav a:active {
	color: #f8ff49;	
}

p.csssubnav {
	color: #FFFFFF;
	font-size: 10px;
	margin-bottom: 2px;
	margin-left: 6px;
	margin-top: 0px
}

.csssubnav a {
	color: #FFFFFF;
	display: block;
	padding-left: 6px;
	
	text-decoration: none;
}

.csssubnav a:hover {
	text-decoration: none;
}

/* Admin navigation div */

.adminquicklinks {
	
	margin-top: -20px;
	margin-right: 10px;
	padding: 2px;
	width: 550px;
	float: right;
	font-size: 10px;
}

#header .adminquicklinks a:link, #header  .adminquicklinks a:visited, #header  .adminquicklinks a:hover, #header  .adminquicklinks a:active {
	margin: 2px;
	font-size: 10px;
	font-weight: 200;
	color: #fff;
	padding-right:2px;
	padding-left:2px;
}

.adminquicklinks a:hover {
	text-decoration: underline;
}

/*Editor Layer positioning Styles*/

/* Table build divs for the admin area */


.bottomborder {
	border-bottom: 1px dashed #999;
	clear: both;
	/*height: 12px;*/
	padding-top: 3px;
	padding-bottom: 2px;
}

.bottomborder2 {
	border-bottom: 1px dashed #999;
	background-color: #EEEEEE;
	clear: both;
	padding-top: 3px;
	padding-bottom: 2px;
}

/* Table hover effect for admin area */

.n {
	background-color: #FFFFFF;
	clear: both;
	height: 16px;
}

.h {
	background-color: #EEEEEE;
	clear: both;
	height: 16px;
}

.leftaligned1 {
	float: left;
	width: 500px;
	/*height: 16px;*/
}

.leftaligned2 {
	float: left;
	width: 155px;
	/*height: 16px;*/
}

.optinfo {
	float: right;
	font-size: 8px;
	color: #999999;
}

/* End table build divs for the admin area */

.imgrep {
	float: left;
	width: 50px;
	height: 50px;
	padding: 0px;
	margin-left: 12px;
	margin-right: 12px;
	border: 4px solid #DDD;
	overflow: hidden;
}

#editorcontainer {
	clear: both;
	height: 530px;
	background: #EEEEEE;
	padding: 4px;
}

#options {
	clear: both;
	height: 20px;
}

#formbuttons {
	top: 0px;
	float: right
}

#articletext {
	position: absolute;
	clear: both;
}

#articletext p {
	font-size: 11px;
	color: #222222;
	font-weight: bold;
	margin: 3px;
}

.articleoptions {
	visibility: hidden;
	position: absolute;
}

#Form1 {
	margin-top: 2px;
}

/*End Editor Layer positioning Styles*/

/* form styles */

.formrow {
	clear: both;
	padding: 2px;
}

.formtitlecell {
	float: left;
	width: 90px;
	font-weight: bold;
	padding: 2px;
}

.formvaluecell {
	float: left;
	padding: 2px;
}

/* Recordset pagging highlight */

.paging {
	background: #202E5E;
	color: #FFFFFF;
	padding-left: 1px;
	padding-right: 1px;
}

/* Text for admin area */

.admintext {
	font-size: 11px;
	font-style: italic;
	color: #999999;
	margin: 1px;
}

/*Cart Styles*/

.checkoutheading {
	background-color: #666;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

/*Cart Styles*/

/* END CMS SPECIFIC STYLES */
