
body {
	text-align: center;
	color: #333;
	background: #ffffff ;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}

.noprint{
	display:none;	
}


div#header {
	display:inline;
}

div#search {
	/*background: #00f;*/
	display:none;
	}
div.inner {
	display:none;
}
div#search div.inner {
	display:none;
}
div#header h1 {
	display:inline;
	display:inline;
	font-variant:small-caps;
}
div#header h1 a {
	display:none;
}

div#search form {
	display:none;
}
div#search form * {
	display:none;
}
input#s {
	display:none;
}
ul#sidebar input#s {
	display:none;
}

div#wrapper {
	text-align: left;
	width: 840px;
	/*padding: 20px;*/
	margin: auto;
	
	background: #fff ;
	/*background-position: -60px 0px;
	border: 2px solid #242c34;*/
	
}
div#content {
	width: 580px;
	/*margin-top: -25px;*/
	float: left;
	padding: 5px 10px 0 20px;
	/*border: 2px solid #242c34;*/
}

*#sidebar{
list-style:none;
margin:0; padding:0;
border-left: 1px dotted #ccc;
}
#sidebar{
	/*margin-top:-25px;*/	
}
ul#sidebar {
	display: block;
	width: 190px;
	float: left;
	padding: 5px 10px 0 10px;
	font-size: 13px;
	/*border: 1px solid #f00;*/
}
ul#sidebar h2 {
	font-size: 20px;
}
ul#sidebar li {
	margin: 0;
	padding: 7px 0 7px 0;
	border-bottom: 1px dotted #ccc;
}
ul#sidebar li ul li {
	font-size: 13px!important;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}

div.post-title h2 {
	font-size: 23px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
	font-variant:small-caps;
	font-weight:normal;
}
div.post-title a {
	color: #555;
	text-decoration: none;
	
}
div.post-title a:hover {
	color: #000;
	text-decoration: none;
}
div.post h3 {
	font-size: 15px;
	border-bottom:1px #ccc dotted;
	margin-right: 10px;
	}
div.post img {margin-right:5px;}
p {
	margin: 0 10px 10px 0;
	font-size: 13px;
	line-height: 20px;
}

img {border:0;}



a {
	text-decoration: none;
	color: #6898d1;
}
a:hover {
	color: #000000;
}
.post-content a {
	color: #6898d1;
	border-bottom: 1px dashed;
}
.post-content a:hover {
	color: #000000;
	border-bottom: 1px solid #0095f8;
}


.prod_table{
	
	border-style: hidden;
	border-collapse: collapse;
	background-color: white;	
}

/*.prod_table th{
	border-width: 1px;
	padding: 2px;
	border-style: none;
	max-width:110px;
}*/

.prod_table td, .prod_table th {
	border-width:1px;
	border-color:#CCCCCC;
	padding: 5px;
	border-style: solid;
	max-width:10px;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	font-variant:small-caps;
	height:100px;
	font-weight:bold;
}

.prod_table td a {
	border:0;
	/*color:#000;*/
}

.prod_table td a:hover {
	
	border-bottom: 1px dashed #6898d1;
	color:  #6898d1;

}

/*.prod_table td:hover {
	background: #d1dbe8;
	
}*/

div#footer {
	clear: both;
	background: #fff;
	display: block;
	width: 840px;
	margin: auto;
	
	text-align: left;
	height:35px;
}
div#footer p {
	font-size: 10px;
	
	
	
}
div#footer a {
	font-size: 10px;
	
	text-decoration: none;
	border-bottom: 0px dotted #333333;
	font-weight: normal;
}






