/*
Theme Name: iNove
Theme URI: http://wordpress.org/extend/themes/inove/
Description: Inspired by <a href="http://maczone.sk/">MacZone.sk</a>, created by <a href="http://www.neoease.com/">mg12</a>. It is very stylish, widget supported and doesn’t require any plugin.
Version: 1.2.3
Author: mg12
Author URI: http://www.neoease.com/
*/

/* static START */
* {
	margin:0;
	padding:0;
}

.simpleBorder {
   padding:1px;
   border:1px solid #aaa;
   background-color:#fff;
}

body {
	background:#BEC3C6 url(../images/bg.jpg) repeat-x;
	color:#aaa;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
}

h1 {
	color:#666;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px;
}

.productDescription {
	width: 200px;
	float: left;
}

table.products td {
	padding:5px;
}

img {
	border:0;
}

a:hover img.sided {
	border-color:#A6A6A6;
}
a {
	color:#777;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left_ {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fixed, .clear {
	clear:both;
}

/* static END */

/* layout START */
#wrap {
	background:url(../images/light.gif) center top no-repeat;
	padding: 20px 0;
}
#container {
	margin:0 auto;
	width:936px;
}

/* layout END */

/* header START */
#header {
	background:url(../images/header_footer.jpg) 0 0 no-repeat;
	height:3px;
}
/* header END */

/* content START */
#content {
	background:#F7F7F7 url(../images/sidesep.gif) left repeat-y;
	min-height:400px;
}
/* content END */

/* main START */
#main {
	background:#FFF url(../images/bg_tree_5.png) center top no-repeat;
	width:709px;
	padding:10px 10px 10px 15px;
	float:right;
	min-height:400px;
}
/* main END */

/* sidebar START */
#sidebar {
	background:#F7F7F7;
	width:200px;
	float:left;
	font-size:95%;
	line-height:145%;
	overflow:hidden;
}

/* sidebar END */

/* footer START */
#footer {
	background:url(../images/header_footer.jpg) 0 -4px no-repeat;
	display:block;
	height:88px;
	border-top:1px solid #CCC;
	font-size:11px;
	line-height:145%;
	width:100%;
}
#footer a {
	color:#2A2A2A;
}
#copyright {
	margin-top:12px;
	margin-left:20px;
}
#themeinfo {
	margin-left:20px;
}
a#powered {
	background:url(../images/cs-logo.png) no-repeat;
	display:block;
	width:45px;
	height:57px;
	float:left;
	margin:0 10px 0 5px;
	text-indent:-999em;
}

/* footer END */

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#menu {
	text-align: center;
}

#informationLabel {
	background:url(../images/information.png) no-repeat;
	display:block;
	width:147px;
	height:11px;
	margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
	text-indent:-999em;
}
#exclamation {
	background:url(../images/exclamation.png) no-repeat;
	display:block;
	width:20px;
	height:20px;
	margin-left: auto;
  margin-right: auto;
	text-indent:-999em;
}
#infoBox {
	width: 180px;
	text-align: center;
	margin-left: auto;
  margin-right: auto;
}

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#b9b9b9; margin:0 5px;}
.b2f {height:1px; background:#b9b9b9; margin:0 3px;}
.b3f {height:1px; background:#b9b9b9; margin:0 2px;}
.b4f {height:2px; background:#b9b9b9; margin:0 1px;}
.contentf {background: #b9b9b9; 	color:#fff;}
.contentf div {margin-left: 5px;}

.save {
	background: #fff; 
	padding: 1px;
	margin: 0px; 
	cursor:pointer; 
	color: #000; 
	border: #eee 0px solid;
	background:url(../images/save.png) no-repeat;
}
.continue {
	background: #fff; 
	padding: 1px;
	margin: 0px; 
	cursor:pointer; 
	color: #000; 
	border: #eee 0px solid;
	background:url(../images/continue.png) no-repeat;
}