body {
	background-color: #fff4cf;
	margin: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#main {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-size: 11pt;
	line-height: 24px;
	color: #22292B;
	font-family: Tahoma, Geneva, sans-serif;
}
#main .content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	line-height: 24px;
	color: #111111;
}
#main .content a {
	text-decoration: underline;
	color: #330;
}
#main .content a:hover {
	text-decoration: none;
}
#bookRight {
	text-align: left;
	vertical-align: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
	line-height: 20px;
}

#bookRight a:link {
	color: #FFF;
	text-decoration: none;
}
#bookRight a:hover {
	color: #FFF;
	text-decoration: none;
}
#bookRight a:visited {
	color: #FFF;
	text-decoration: none;
}

/* button 
---------------------------------------------- */

#bookRight .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#bookRight .button a {
	text-decoration: none;
	color:#FFF;
}
#bookRight .button a:hover {
	text-decoration: none;
}

#bookRight .bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
#bookRight .medium {
	font-size: 12px;
	padding: .4em 1em .42em;
}
#bookRight .small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
/* red */
.red {
	color: #faddde;
	border: solid 1px #e03523;
	background: #e03523;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
#reading {
	text-align: center;
	font-size: 10pt;
	line-height: 20px;
	color: #442F22;
	margin-top: 30px;
}

#reading a:link {
	color: #FFF;
	text-decoration: none;
}
#reading a:hover {
	color: #FFF;
	text-decoration: none;
}
#reading a:visited {
	color: #FFF;
	text-decoration: none;
}

/* button 
---------------------------------------------- */

#reading .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */


	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-top: 1;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.55em;
	padding-left: 1em;
}
#reading .button a {
	text-decoration: none;
	color:#FFF;
}
#reading .button a:hover {
	text-decoration: none;
}

#reading .bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
#reading .medium {
	font-size: 12px;
	padding: .4em 1em .42em;
}
#reading .small {
	font-size: 11px;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.275em;
	padding-left: 0.7em;
}

.bookname {
	font-size: 11pt;
	font-weight: bold;
	color: #B91B22;
}

.price {
	color: #A02416;
	font-size: 14pt;
	font-weight: bold;
}


.text01 {
	border:solid 1px #700000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 7px;
	background-color: #AF2525;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
.text02 {
	color: #A02416;
}
.text03 {
	color: #841c00;
}
.text04 {
	color: #660;
}
.text05 {
	color: #369;
}
.footer {
	background-image: url(images/index_10.jpg);
	background-repeat: no-repeat;
	height: 98px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #630;
}
.top {
	font-size: 10pt;
	text-align: right;
}
.text06 {
	font-size: 13pt;
	color: #432323;
	line-height: 26px;
	letter-spacing: -0.1em;
}
.bookDecBack {
	background-image: url(images/index_05.jpg);
	background-repeat: no-repeat;
}
.bookDec {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #464646;
	line-height: 20px;
}
.bookname a {
	color: #B91B22;
	text-decoration: none;
}
.tableBack {
	background-color: #CCEAEC;
}
.divYoutube {
	float: right;
	height: 260px;
	width: 380px;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFF;
	text-align: center;
	font-size: 12px;
	color: #999;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
	color: #666;
}
.name {
	display: block;
	padding: 2px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-align: right;
	color: #936;
	margin-bottom: 15px;
}

a: {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color:#000000;;
}
-->
