 
* {
   margin: 0px;
   padding: 0px;
} 

	
ul.tight {
	margin-top: 0px;
	padding-left: 22px;
}

ul.tight > li {
	margin-top: 26px;
	}
a.blackt:visited { 
	color: #000000;
	text-decoration: none;
}

a.blackt:link {
	color: #000000;
	text-decoration: none;
}
a.blackt:hover {
	text-decoration: underline;
}
a.blackt2:visited { 
	color: #000000;
	text-decoration: underline;
}

a.blackt2:link {
	color: #000000;
	text-decoration: underline;
}
#screen_shade{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1200px;
	width: 100%;
	background-color: #000000;
	opacity: .4;
	filter: alpha(opacity=40);
	display: none;
	z-index: 1000;
}

body {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
}

body >	#canvas{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
body > #canvas  #header {
	text-align: center;
	background: url('../images/banner.jpg');
	background-size: contain;

}
body > #canvas  #header img {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 2% 0;
	width: 46%
}

@media (max-width: 600px){
	body {
		font-size: 10px;
		font-family:Arial, Helvetica, sans-serif;
		background-color: #000000;
	}

	body > #canvas  #header img {
		display: block;
		text-align: center;
		margin: 0 auto;
		padding: 2% 0;
		width: 80%;
	}
	body >#canvas #container #content #scart{
		font-size: .8em;
		text-align: right;
		padding: 10px 50px 0 0;

	}

	body >#canvas #container #content #cart-ct{
		font-size: .8em;
		text-align: right;
		padding: 0 136px 0 0;
		margin-top: -25px;
	}
}
@media (min-width: 601px) and (max-width: 800px){
	body {
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		background-color: #000000;
	}

	body >#canvas #container #content #scart{
		font-size: .8em;
		text-align: right;
		padding: 10px 50px 0 0;

	}

	body >#canvas #container #content #cart-ct{
		font-size: .8em;
		text-align: right;
		padding: 0 136px 0 0;
		margin-top: -25px;
	}
}
@media (min-width: 801px) {
	body >#canvas #container #content #scart{
		font-size: .8em;
		text-align: right;
		padding: 10px 50px 0 0;

	}
	body >#canvas #container #content #cart-ct{
		font-size: .8em;
		text-align: right;
		padding: 0 165px 0 0;
		margin-top: -26px;
	
	}
}


body > #canvas  #container{

}

body > #canvas   #container  #content {
	background-color: #ffffff;

}


#footer {
	background: url('../images/footer.jpg');
	font-size: 1em;
	height: 45px;
	padding: 55px 10px 0 10px;
}
#footer > #col1{
	width: 30%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
#footer > #col2{
	width: 30%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#footer > #col3{
	width: 30%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

/* home page specifics follow */
hr	{
	margin: 20px 40px 0 40px;
}
.book {
	padding: 20px 0 0 0px;
	text-align: center;
}
.book .book-title {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.book .book-block .info-block{
	border: 1px solid grey;
	padding: 10px;

}
.book .book-block .info-block .info-sub-block .item-line{
	margin-bottom: 5px;
}
.book .book-block .info-block .info-sub-block .item-line:last-child{
	margin-bottom: 0;
}
.book .book-block .info-block .info-sub-block .item-line .item-ck{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: .7em;
	width: 10%;
}
.book .book-block .info-block .info-sub-block .item-line .item-text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: .8em;
	width: 85%;
}

@media (max-width: 800px){

	body {
		font-size: 12px;
	}
	.book .book-pic {
		display: block;
	}
	.book .book-pic img{
		display: block;
		width:96%;
		margin-left: auto;
		margin-right: auto;
	}
	.book .book-block {
		display: block;
		margin: 10px 5%;
		width: 90%;
		vertical-align: top;
	}
	.book .book-block .info-block{
		padding: 7px;
		text-align: left;

	}
	.book .book-block .info-block .info-sub-block{
		display: inline-block;
		vertical-align: top;
		width: 45%;
		text-align: left;
		font-size: 1.2em;
		padding-right: 5px;
	}
	.book .book-block .info-block .info-sub-block:last-child{
		padding-left: 5px;
		border-left: dotted 1px #000000;
	}
}

/*@media (min-width: 601px) and (max-width: 800px) {

	.book .book-pic {
		display: inline-block;
		vertical-align: top;
		width:45%;
	}
	.book .book-pic img{
		display: block;
		width:96%;
		margin-left: auto;
		margin-right: auto;
	}

	.book .book-block {
		display: inline-block;
		margin-left: 5%;
		width: 45%;
		vertical-align: top;
	}
	.book .book-block .info-block{
		border: 1px solid grey;
		padding: 10px;
		
	
	}
	.book .book-block .info-block .info-sub-block{
			display: inline-block;
			vertical-align: top;
			width: 45%;
			text-align: left;
			font-size: 1.4em;
	}
}*/
@media (min-width: 801px) {

	.book .book-pic {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		max-width:450px;
	}
	.book .book-pic img{
		width: 96%;
		max-width: 450px;
	}
	.book .book-block {
		display: inline-block;
		margin-left: 20px;
		width: 40%;
		max-width: 450px;
		vertical-align: top;
	}
	.book .book-block .info-block .info-sub-block{
		display: block;
		text-align: left;
		font-size: 1.3em;
	}
	.book .book-block .info-block .info-sub-block:last-child{
		margin-top: 30px;
	}

}

.book .book-pic img{
	text-align: right;
}

#biggest-div {
	position: absolute;
	top: 40px;
	width: 100%;
	display: none;
	z-index: 1001;
}
#biggest-pic{
	height: 90%;
	width: 90%;
	max-height: 600px;
	max-width: 980px;
	border: 20px solid #c5c5c5;
	border-radius: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#biggest-div  #red-x{
	position: absolute;
	top: -20px;
	left: 0px;
}

#zoomers{
	display: none;
}
#cart {
	position: absolute;
	top: 40px;
	padding: 10px;
	border: 10px solid #c5c5c5;
	background-color: #ffffff;
	border-radius: 15px;
	display: none;
	z-index: 1001;
	text-align: center;
	width: 300px;
	margin-left: -170px;
	left: 50%;
	
}

/* order page specifics follow */

#form-div{
	text-align: center;
	width: 90%;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	
}
#form-div #title{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #b87855;
}
form {
	margin-top: 30px;
	width: 100%;
}
form .radio-line {  /*for radio button lines*/
	display: inline-block;
	vertical-align: middle;
}
form #formCol1{
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 45%;
	max-width: 540px;
	padding: 15px;
	border: 1px solid grey;
	margin-left: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #e8e8e8;
	
}
form #formCol1 #copies{
	border: 1px solid grey;
	padding: 10px;
	border-radius: 10px;
	background-color: #e8e8e8;
}
form #formCol1 #calc{
	border: 1px solid grey;
	margin-top:20px;
	padding: 10px;
	border-radius: 10px;
	background-color: #e8e8e8;
}
form #formCol1 #calc input{
	background: url("../images/classy-input.jpg");
	background-color: #bbbbbb;
	
}

form #formCol2{
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 53%;
	max-width: 620px;
	padding: 15px;
	border: 1px solid grey;
	margin-left: 20px;
	border-radius: 10px;
	background-color: #e8e8e8;
}
form .row{
	margin-top: 10px;
}
form .row .col1{
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
}
form .row .col3{
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
	
	width: 45%;
}
form .row .col3 textarea{
	height: 111px;
	width: 100%;
}
form .row .col3 input{
	width: 100%
	}
form .row .col2{
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
	margin-left: 10px;
	width: 49%;
}
form .classy-i{
	width: 50px;
	text-align: right;
}
form .classy-i2{
	width: 50px
}

@media (max-width: 800px){
	form #formCol1,
	form #formCol2,
	form #formCol1 #copies,
	form #formCol1 #calc
	{
		display: block;
		width: 90%
	}
	form #formCol2{
		margin-left: 0px;
		margin-top: 20px;
	}
	form #formCol2 .row .col1{
		display: block;
	}
	form #formCol2 .row .col3{
		display: block;
		width: 100%;
	}
	form #formCol2 .row .col3 textarea{
		height: 111px;
		width: 100%;
	}
	form #formCol2 .row .col3 input{

	}
	form #formCol2 .row .col2{
		display: block;
		margin-top: 2px;
		margin-left: 0px;
		width: 100%
	}
	

}
#badge {
	position: absolute;
	top: -15px;
	left: 108px;
}
#badge img{
	max-height: 320px;
}