/*
Theme Name: Hilti
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: 
*/

/* Begin Typography & Colors */
@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
html {
	min-width:985px;
}
body {
	background:url(images/red-nav-bg.png) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#464646;
	margin:0;
	padding:0;
}

ul, ol {
	list-style:none;
}
table {
	padding:0px;
	border:none;
	border-collapse:collapse;
}
.blue {
	color:#006699;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
	float:left;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}

/*input:focus, textarea {
    outline: none !important;
}*/

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#eb0d21;
	font-size:20px;
	margin-bottom:5px;
	}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#eb0d21;
	font-size:16px;
	margin-bottom:4px;
	}
	
p{
	font-family:Arial, Helvetica, sans-serif;
	color:#464646;
	font-size:13px;
	line-height:20px;
	margin-bottom:20px;
	}
	
img{
	border:none;
	}
	
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	border:none;
	}

/*a:hover{
	color:#156c32
	}*/

.no-margin{
	margin:0px;
	}

.tb-margin{
	margin:10px 0px;
	}

.b-margin{
	margin-bottom:10px;
	}

.red{
	color:#eb0d21;
	}
/****====****/

#main {
	display:block;
	width:985px;
	margin:0px auto;
	}

#header{
	display: block;
	width: 975px;
	height: 140px;
	padding-top: 16px;
	padding-left: 10px;
/*	margin-bottom:15px;	*/
	}

.header-top{
	display:block;
	width:975px;
	height:77px;
	}
.header-top h1{
	font-weight:bold;
	color:#000;
	font-style:italic;
	font-size:17px;
	float:left;
	}
.logo{
	display:block;
	float:left;
	}

.call{
	display:block;
	overflow:hidden;
	float:right;
	margin-right:15px;
	}

.call img{
	float:left;
	}
	
.call span{
	float:left;
	font-weight:bold;
	font-size:24px;
	margin-left:5px;
	color:#000;
	}
	
.nav-black{
	display:block;
	overflow:hidden;
	float:right;
	margin-right:7px;
	margin-top:-1px;
	width:100%;
	}
	
.nav-black ul{
	float:right;
	display:block;
	overflow:hidden;
	}
	
.nav-black ul li{
	display:block;
	overflow:hidden;
	background:url(images/nav-black-bg.png) 0 0 no-repeat;
	float:left;
	width:84px;
	height:27px;
	margin-right:1px;
	text-align:center;
	}

.nav-black ul li.big{
	display:block;
	overflow:hidden;
	background:url(images/nav-black-bg-big.png) 0 0 no-repeat;
	float:left;
	width:120px;
	height:27px;
	margin-right:1px;
	text-align:center;
	}

.nav-black ul li.big:hover{
	background:url(images/nav-black-bg-hover-big.png) 0 0 no-repeat;
	}


.nav-black ul li:hover{
	background:url(images/nav-black-bg-hover.png) 0 0 no-repeat;
	}

.nav-black ul li .selected{
	background:url(images/nav-black-bg-hover.png) 0 0 no-repeat;
	}


.nav-black ul li a{
	display:block;
	padding-top:8px;
	}
	
#banner{
	display:block;
	overflow:hidden;
	width:985px;
	height:250px;
	margin-bottom:22px;
	margin-top:15px;
	}
	
#content{
	display:block;
	overflow:hidden;
	margin:0px auto;
	}

.content-left{
	display:block;
	overflow:hidden;
	width:691px;
	padding-left:9px;
	float:left;
	}

.content-left h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#eb0d21;
	font-size:20px;
	margin-bottom:5px;
	}

.content-left a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#eb0d21;
	margin-bottom:5px;
	}

	
.content-left p{
	font-family:Arial, Helvetica, sans-serif;
	color:#464646;
	font-size:13px;
	line-height:20px;
	margin-bottom:20px;
	}

.content-left a{

text-decoration:none;
}


.content-left a:hover{
color:#666666;
text-decoration:none;
}

.product-categories{
	display:block;
	overflow:hidden;
	}
	
.product-categories ul{
	display:block;
	overflow:hidden;
	margin-top:15px;
	}
.product-categories ul li{
	display:block;
	overflow:hidden;
	float:left;
	width:198px;
	height:173px;
	border:solid 1px #e1e1e1;
	cursor:hand;
	margin-bottom:20px;
	margin-right:30px;
	}

.product-categories ul li img{
	width:198px;
	height:138px;
	display:block;
	overflow:hidden;
	}

.product-categories ul li img:hover {
    opacity: 0.4;
    filter: alpha(opacity=80);
	border:0px;
}

.product-categories ul li .product-name{
	width:178px;
	height:19px;
	display:block;
	overflow:hidden;
	background:#000;
	padding:8px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	line-height:12px;
	}

.product-categories ul li .product-name:hover {color:#E4E4E4;}

.content-right{
	display:block;
	overflow:hidden;
	width:218px;
	float:right;
	
	}

.pdf{
	display:block;
	overflow:hidden;
	float:right;
	width:249px;
	margin-bottom:20px;
	}
	
.pdf-top{
	background:url(../images/pdf-top.png) 0 0 no-repeat;
	width:249px;
	height:8px;
	display:block;
	overflow:hidden;
	}
	
.pdf-mid{
	background:url(../images/pdf-mid.png) 0 0 repeat-y;
	width:216px;
	display:block;
	overflow:hidden;
	padding:5px 15px 5px 18px;
	}
	
	.pdf-email{
	background:#717171;
	border:solid 1px #e9e9e9;
	width:177px;
	height:23px;
	padding:3px;
	margin-bottom:10px;
	color:#fff;
	}

.pdf-download{
	background:url(../images/pdf-download.png) 0 0 no-repeat;
	width:185px;
	height:41px;
	cursor:pointer;
	border:none;
	}

.pdf-bottom{
	background:url(../images/pdf-bottom.png) 0 0 no-repeat;
	width:249px;
	height:8px;
	display:block;
	overflow:hidden;
	}
	
#footer{
	width:100%;
	padding:20px 0px 15px 0px;
	border-top:solid 6px #d70d20;
	background:#141414;
	margin-top:25px;
	}

.footer-top{
	display:block;
	overflow:hidden;
	width:100%;
	padding-bottom:20px;
	}

.footer-top a:hover{
	text-decoration:underline;
	}

.footer-top .footer-categories{
	display:block;
	overflow:hidden;
	width:615px;
	float:left;
	}
	
.footer-categories h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	font-size:16px;
	margin-bottom:15px;
	}

.footer-categories ul{
	display:block;
	overflow:hidden;
	float:left;
	margin-right:44px;
	}
	
.footer-categories ul li{
	display:block;
	overflow:hidden;
	background:url(images/footer-categories-bg.png) 0 50% no-repeat;
	padding-left:9px;
	margin-bottom:10px;
	}
	
.footer-categories ul li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#c1c1c1;
	text-decoration:none;
	}

.footer-nav{
width:370px;
	display:block;
	overflow:hidden;
	float:right;
	margin-top:30px;
	}

.footer-nav ul{
	display:block;
	overflow:hidden;
	}

.footer-nav ul li{
	float:left;
	background:url(images/footer-nav-bg.png) 100% 50% no-repeat;
	padding:0px 9px;
	}
.footer-nav ul li.last{background:none; }
	
.footer-nav ul li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#c1c1c1;
	text-decoration:none;
	}

.footer-bottom{
	width:100%;
	border-top:solid 1px #353535;
	padding-top:25px;
	height:50px;
	}
	
.footer-bottom .footer-bottom-left{
	display:block;
	overflow:hidden;
	float:left;
	}

.footer-bottom-left img{
	float:left;
	margin-right:5px;
	}

.footer-bottom-left p{
	float:left;
	margin-right:5px;
	color:#848484;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin-bottom:0px;
	}
	
.footer-bottom .footer-bottom-right{
	display:block;
	overflow:hidden;
	float:right;
	}

.footer-bottom-right img{
	float:left;
	margin-right:11px;
	}

#bread{
	width:100%;
	display:block;
	overflow:hidden;
	background:url(images/bread-bg.png) 0 0 repeat-x;
	height:82px;
	margin-bottom:30px;
	}
	
#bread .breadcrumbs{
	float:right;
	margin-top:18px;
	margin-right:8px;
	display:block;
	overflow:hidden;
	color:#CCC;
	}

.breadcrumbs ul li{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
	float:left;
	margin-right:5px;
	}

.breadcrumbs a{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
	text-decoration:underline;
	}

#bread h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:22px;
	margin-left:9px;
	margin-top:18px;
	}

.rfq{
	display:block;
	overflow:hidden;
	width:650px;
	}
	
.rfq-top{
	display:block;
	overflow:hidden;
	background:url(images/rfq-top.png) 0 0 no-repeat;
	width:650px;
	height:16px;
	}

.rfq-mid{
	display:block;
	overflow:hidden;
	background:url(images/rfq-mid.png) 0 0 repeat-y;
	width:540px;
	padding:0px 55px 25px 55px;
	}

.rfq-mid table{
	display:block;
	overflow:hidden;
	margin-top:20px;
	}
	
.rfq-mid table tr td{
	font-size:13px;
	height:45px;
	padding:4px;
	}

.tfield1{
	display:block;
	overflow:hidden;
	background:url(images/tfield1.png) 0 0 no-repeat;
	width:195px;
	height:45px;
	border:none;
	padding:0px 3px;
	}
	
.file_1 {
	display:block;
	overflow:hidden;
   background:url(images/tfield1.png) 0 0 no-repeat;
	width:195px;
	height:45px;
	border:none;
	padding:0px 3px;
}	

.tarea1{
	display:block;
	overflow:hidden;
	width:351px;
	height:97px;
	background:url(images/tarea1.png) 0 0 no-repeat;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
	}
	
.submit{
	display:block;
	overflow:hidden;
	width:193px;
	height:41px;
	background:url(images/submit.png) 0 0 no-repeat;
	cursor:pointer;
	border:none;
	}

.rfq-bottom{
	display:block;
	overflow:hidden;
	background:url(images/rfq-bottom.png) 0 0 no-repeat;
	width:650px;
	height:17px;
	}

.product-desc{
	display:block;
	overflow:hidden;
	}

.product-desc .product-image{
	float:left;
	display:block;
	overflow:hidden;
	margin-right:20px;
	}

.product-image .image-top{
	display:block;
	overflow:hidden;
	}
	
.image-top img{
	border:solid 1px #9b9b9b;
	margin-bottom:20px;
	}

.product-image .image-bottom{
	display:block;
	overflow:hidden;
	text-align:center;
	}
		
.image-bottom img{
	margin-bottom:20px;
	}

.request{
	overflow:hidden;
	width:250px;
	float:right;
	margin-top:30px;
	}

.request img{
	float:right;
	}

.product-features{
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	}

.product-features .features-head{
	display:block;
	overflow:hidden;
	background:url(images/features-head.png) 0 0 no-repeat;
	width:676px;
	height:28px;
	padding:12px 0px 0px 14px;
	font-size:20px;
	color:#fff;
	}

.product-features .features-list{
	display:block;
	overflow:hidden;
	height:auto;
	width:676px;
	padding:12px 0px 0px 14px;
	background:url(images/features-list-bg.png) 0 0 repeat-y;
}

.features-list ul{
	display:block;
	overflow:hidden;
	}

.features-list ul li{
	background:url(images/features-list.png) left top no-repeat;
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	padding-left:28px;
	}
	
.technical-data{
	display:block;
	overflow:hidden;
	}
	
.technical-head{
	display:block;
	overflow:hidden;
	background:url(images/features-head.png) 0 0 no-repeat;
	width:665px;
	height:40px;
	padding-left:25px;
	font-size:20px;
	color:#fff;
	}

.technical-head .head-tab1{
	float:left;
	display:block;
	overflow:hidden;
	width:220px;
	height:28px;
	padding-top:12px;
	border-right:solid 1px #393939;
	}

.technical-head .head-tab2{
	float:left;
	display:block;
	overflow:hidden;
	height:28px;
	padding:12px 0px 0px 20px;
	}
.technical-data .tablearea{
	display:block;
	overflow:hidden;
	width:686px;
	padding:0px 1px 0px 3px;
	background:url(images/features-list-bg.png) 0 0 repeat-y;
	}
	
.technical-data table{
	display:block;
	overflow:hidden;
	width:686px;
	}

.technical-data table tr td{
	background:#f3f3f3;
	padding:10px 15px;
	margin-bottom:20px;
	}

.technical-data table tr .td1{
	border-right:solid 1px #d9d9d9;
	}

.technical-data table .tr-nobg td{
	background:none;
	height:20px;
	padding:0px;
	}

.listings-approvals{
	display:block;
	overflow:hidden;
	width:630px;
	padding:10px 30px;
	background:#a1a1a1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	}

.listings-approvals p{
	margin-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	}


.listings-approvals ul li{
	list-style:inside;
	margin-bottom:5px;
	}
	
.table-detail{
	display:block;
	overflow:hidden;
	width:680px;
	padding-left:10px;
	margin-bottom:15px;
	}

.table-detail h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	size:13px;
	}

.table-detail table{
	display:block;
	overflow:hidden;
	float:left;
	margin-right:5px;
	width:590px;
	}

.table-detail table tr td{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}

	
.table-detail table .tr-gray td{
	background:#e3e3e3;
	}

.table-detail table tr .td-border{
	border-right:solid 2px #ececec;
	}


.table-detail table tr td{
	padding:3px 7px 3px 5px;
	}

.table-detail table tr .td-anchor{
	border-bottom:solid 1px #000;
	}

.table-detail img{
	}

/************************/


.table-detail-long{
	display:block;
	overflow:hidden;
	width:680px;
	padding-left:10px;
	margin-bottom:15px;
	}

.table-detail-long h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	size:13px;
	}

.table-detail-long table{
	display:block;
	overflow:hidden;
	float:left;
	margin-right:5px;

	}

.table-detail-long table tr td{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}

	
.table-detail-long table .tr-gray td{
	background:#e3e3e3;
	}

.table-detail-long table tr .td-border{
	border-right:solid 2px #ececec;
	}


.table-detail-long table tr td{
	padding:3px 7px 3px 5px;
	}

.table-detail-long table tr .td-anchor{
	border-bottom:solid 1px #000;
	}

.table-detail img{
	}


/**************************/

.smltxtfrm {font-size:11px;}
#contact input[type="text"] {

   background: url("images/tfield1.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    height: 45px;
    overflow: hidden;
    padding: 0 3px;
    width: 195px ;
}

#rfq input[type="text"] {

   background: url("images/tfield1.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    height: 45px;
    overflow: hidden;
    padding: 0 3px;
    width: 195px ;
}
#contact-form label{
	float: left;
	width: 100px;
	margin:15px 20px 0 0;
	
}
#contact-form label.comments{
	margin-top:45px;
}
#contact-form .row{
	margin-bottom: 15px;
}

p.miniform-header{
font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#eb0d21;
	font-size:24px;
	margin-bottom:4px;
	height: 100px;
	display: block;
	line-height:normal;
}

.miniform-txtinput{
	background:#959595;
	border:solid 1px #000000;
	width:130px;
	height:18px;
	padding:3px;
	margin-bottom:4px;
	color:#fff;
	display: block;
	}
	
	.miniform-txtinput:focus{
	background:#000000;
	border:solid 1px #f6de5a;
	color:#fff;
	}
	
p.miniform-label{
font-size:12px;
margin: 0 0 2px 0;
font-weight: bold;
display: block;
float: left;
width: 70px;
}

textarea.bigbox {
width: 200px;
background:#959595;
border:solid 1px #000000;
height:80px;
padding:3px;
margin-bottom:8px;
color:#fff;
display: block;
}

textarea.bigbox:focus{
background:#000000;
border:solid 1px #f6de5a;
color:#fff;
}

.miniform-send{
	background:url(https://www.ohioservicesupply.com/images/miniform-send.png) 0 0 no-repeat;
	width:185px;
	height:41px;
	cursor:pointer;
	border:none;
	float:right;
	display:block;
	margin-right: 10px;
	}
	
	img.pdf-sm {
	margin-left:6px;
	float:right;
	}
	
	p.pdf-info {
	font-size:11px;
	line-height: normal;
	height:70px;
	display:block;
	}
	
		p.pdf-enter {
	font-size:12px;
	font-weight: bold;
	margin-bottom:4px;
	}
	
	.pdf-txtbox{
background:#959595;
	border:solid 1px #000000;
	width:198px;
	height:18px;
	padding:3px;
	margin-bottom:8px;
	color:#fff;
	display: block;
	}
	
		.pdf-txtbox:focus{
	background:#000000;
	border:solid 1px #f6de5a;
	color:#fff;
	}
	
	.pdf-dl {
	background:url(https://www.ohioservicesupply.com/images/pdf-download.png) 0 0 no-repeat;
	width:185px;
	height:41px;
	cursor:pointer;
	border:none;
	float:right;
	display:block;
	margin-right: 10px;
	}

.footnotesheader {
	display:block;
	overflow:hidden;
	width:630px;
	padding:10px 30px;
	background:#a1a1a1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	margin-top: 16px;
	}
	
	.footnotesheader p{
	margin-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	}
	
.footnotes {
margin-top: 4px;
}

.footnotes p{
	font-size:12px;
	margin-bottom: 4px;
	margin-top:2px;
	line-height: normal;
	}
	
.footnotes ol{
margin-top: 4px;
margin-left: 16px;
font-size:12px;
font-weight: bold;
list-style: decimal;
}

.footnotes li{
font-size:12px;
margin: 2px 0 4px 6px;
line-height: normal;
font-weight: normal;
}

/*  ddsmoothmenu */

.ddsmoothmenu{
font: bold 12px Arial;
/*background: #414141; background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background:url(images/nav-red-bg.png) 100% 0 no-repeat;
text-align:center;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*background: #414141; background of menu items (default state)*/
color: white;
height:25px;
padding: 3px 10px 10px 10px;
text-decoration: none;
text-align:center;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li .sel{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #111 !important; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #111; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#111;
border-bottom:solid 7px #eb0d21;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
color:#fff;
text-align:left;
border-bottom: 1px solid gray;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 199px; /*width of sub menus*/
margin: 0;
border-top-width: 0;
text-align:left;
height:auto;
padding:6px 5px 6px 25px;
background:url(images/sub-nav-bg.png) 4% 9px no-repeat;
}


.ddsmoothmenu ul li ul li a:hover{
width: 199px; /*width of sub menus*/
margin: 0;
border-top-width: 0;
text-align:left;
background:url(images/sub-nav-bg.png) 4% 9px no-repeat;
background-color:#eb0d21;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
display:none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

.content-right li {
	padding: 15px 14px 12px 17px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	border: solid 1px #b2b2b2;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-box-shadow:inset 0px 0px 6px #dedede;
    -webkit-box-shadow:inset 0px 0px 6px #dedede;
    box-shadow:inset 0px 0px 6px #dedede;
}

.content-right li ul li{
	border: 0;
	padding: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
   -moz-box-shadow:inset 0px 0px 0px #000000;
    -webkit-box-shadow:inset 0px 0px 0px #000000;
    box-shadow:inset 0px 0px 0px #000000;


}

p.postmetadata {
	font-size: 11px;
}

.postmetadata a{
	font-size: 11px;
}

.content-right ul p, .content-right ul select {
	margin: 5px 0 8px;
}

.content-right ul ul, .content-right ul ol {
	margin: 5px 0 0 0;
}

.content-right ul ul ul, .content-right ul ol {
	margin: 0 0 0 10px;
}

.content-right ul ol li {
	list-style: decimal outside;
}

.content-right ul ul li, .content-right ul ol li {
	margin: 3px 0 0;
	padding: 0;
	border: 0;
}

.content-right li ul li {
	color: #464646;
}

.content-right a{
color: #EB0D21;
text-decoration: underline;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

#commentform a {
	font-size: 13px;
}

#commentform input[type="text"]{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background: none repeat scroll 0 0 #959595;
	border: 1px solid #000000;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background: none repeat scroll 0 0 #959595; 
	border: 1px solid #000000;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.commentmetadata a, .reply a{
	font-size: 13px;
}
.navigation a { font-size: 15px; font-weight: bold;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.widgettitle {
	margin-bottom: 10px;
}

a.title {
  color: #EB0D21;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}

.entry ul {
 list-style-type: disc;
margin: 6px 0 14px 14px;
}

p.tagline {
margin: 0;
padding: 0;
font-size: 20px;
margin-left: 30px;
font-weight: bold;
}