﻿#content-menu{
	display:block;
}

	#contentoro_nav .ContentOro_ContentTOC{
		padding:20px;
		margin-right:30px;

	}
	.nav_container{
		width:100%;
		background-color: white;
		margin-top: -10px;
	}



/*------------------------------------*/

.ContentOro_Book { display: inline-block; padding: 0 2.6107% 40px; background: #fff; }
.ContentOro_Main { float: left; width: 34%; padding: 3.26939%; background: #e7ebd3; }
.ContentOro_BookParagraphWithImage1 { display: inline-block; margin-top: 50px; }
.ContentOro_ParagraphImage1 { float: left; width: 21.79598%; max-width: 200px; margin-right: 2.17959%; }
.ContentOro_BookParagraphWithImage1 > p { float: left; width: 69.48562%; padding: 3.26939%; background: #e7ebd3; }
.ContentOro_ChapterSpecialImages { display: inline-block; width: 100%; margin-top: 27px; }
.ContentOro_BookImage23,
.ContentOro_BookImage24,
.ContentOro_BookImage25 { float: left; width: 31.4%; margin-top: 2.883%; }
.ContentOro_BookImage23,
.ContentOro_BookImage24 { margin-right: 2.883%; }
.ContentOro_BookImage21,
.ContentOro_BookImage22 { float: left; width: 43.8597%; }
.ContentOro_BookImage21 { width: 53.2582%; margin-right: 2.883%; }
.ContentOro_BookParagraph1 > ul { clear:both; }


.ContentOro_Banner { height:100px;	width:50%; margin-bottom:20px; vertical-align:top; float:left;}
.ContentOro_SearchBox {	width:40%; float:right; text-align:right; }
.ContentOro_SearchResults { width:66%; margin-left:15%; }
.ContentOro_SearchResultsEach { height:80px; overflow:hidden; vertical-align:top; padding:5px; }



.ContentOro_ContentTOC li{
	list-style-type: none;
	display: inline-block;
	margin-right:20px;
	background-color: #eeeeee;
	color: #463323;
	padding: 10px;
	border-radius: 20px;
	/*border:1px solid;*/
	box-shadow: 4px 4px 4px #888888;
	font-size:16px;	
}

.ContentOro_ContentTOC li:hover{
	background-color: #e7ebd3;
}
.ContentOro_ContentTOC a:hover{
	color:teal;
}

.ContentOro_ContentTOC li a{
	font-size:14px;
	text-decoration:none;
}

.ContentOro_ContentTOC a	
{
	font-size:14px;
	text-decoration:none;
	line-height:2em;
}


.ContentOro_ChapterTitle p{
font-size: 30px !important;
}

.ContentOro_ChapterImage 
{
	float:left; 
	width:35%; 
	padding:10px;	
}

.ContentOro_SubChapterTitle p{
font-size: 24px !important;
}




/* Same as Dog Training Guide */
.ContentOro_Main{
    padding: 3.26939%;
		width:93%;
		float:left;
}

.ContentOro_ParagraphTitle1{
	display:block;
}

.ContentOro_BookParagraph1{
	padding-right: 3.26939%;
	padding-left: 3.26939%;

}

.ContentOro_Main .ContentOro_BookParagraph1{
	padding:0px;
}

.ContentOro_BookParagraphWithImage1 {
		margin-top:0px;
		display: block;

}

.ContentOro_Chapter
{
	background: #e7ebd3;
	clear:both;
	padding:10px;
}

.ContentOro_SubChapter
{
	background: #EEFFEE;
	clear:both;
}


.ContentOro_Chapter a{
font-size: 16px;
font-weight: bold;
text-decoration:none;
}

.ContentOro_BookParagraphWithImage1 > p{
	width: 93.4%;
	clear:both;
	text-align: center;
	font-size: 10px;
	margin:0px;
}


.ContentOro_ParagraphImage1 {
    width: 50%;
    max-width: 500px;
    margin: 0px auto;
    display: block;
		float:none;
}
/*Mini TOC */

.ContentOro_ContentTOC div{
	width: 200px;
	min-height: 230px;
	background: white;
	text-align: center;
	margin: 0px 30px 30px 20px;
	display:inline-block;
	vertical-align: top;
}

.ContentOro_ContentTOC img{
	overflow:hidden;
	width:200px;
	padding-bottom:6px;

}

#minitoc .ContentOro_ContentTOC div:nth-child(4n+4){
	 margin-right: 0px;
}

.ContentOro_ContentTOC div > a{
	color: #443323;
	font-size: 1.2em;
	line-height: 1;
	margin: 0;
	font-weight: bold;
	color: #181818;	
	text-decoration:none;
}

.ContentOro_ContentTOC{
	text-decoration:none;
}

@media only screen and (max-width: 1024px) {
	.ContentOro_ContentTOC div {
	 width: 40%;
	 margin-right: 10px;
	 padding: 2%;

	}

	#minitoc .ContentOro_ContentTOC div:nth-child(4n+4) {
	margin-right: 2%;
	}
}

	@media only screen and (max-width: 414px) {
		.ContentOro_ContentTOC div {
		 width: 80% !important;
		}
	}

