﻿.Mover{ 
	text-decoration: underline;
	cursor:pointer;
}
.Mout {
	text-decoration: none;
}


.Morztranslucent{
	background-color:#000000; 
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index:9999;
	background: url("http://www.apposh.com/wp-content/themes/theron-lite/images/book/pino01.png") no-repeat left #000;
	background-size: 400px 550px;
	background-position: 0px 20px;
/*	width: 50;
	height: 250;*/
}


.Txt_NoBold10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #342c17;
	font-weight: bold;
	text-decoration: none;
}

.Txt_NoBold11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	border: #9f884b 1px solid;
}
.Txt_NoBold11px a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;	
	text-decoration: none;
	color: #342c17;	
	font-weight: normal;
}	
	
.Txt_NoBold11px a:hover {
	text-decoration: underline;
	color: #342c17;
}


.Txt_Bold13px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	border: blue 5px dotted !important;
}

.Txt_Bold10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #342c17;
	font-weight: bold;
	text-decoration: none;
}

.shadow{	
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
	background-repeat:no-repeat;
	border:8px solid transparent;
	-webkit-box-shadow:0 0 8px rgba(115,98,54,0.5);
	-moz-box-shadow:0 0 8px rgba(115,98,54,0.5);
	box-shadow:0 0 8px rgba(115,98,54,0.5);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

