@charset "utf-8";
/* CSS Document */

/* ---------------------------- vectorart.php  --------------------------- */
#artLeft {
	float:left;
	width:25%;
	margin:0px;
	padding:0px;
	margin-left:5px;
	}
#artRight {
	float:left;
	width:73%;
	margin:5px 0px 0px 5px;
	padding:0px;
	}	
.binder {
	height:174px;
	width:150px;
	float:left;
	border:0px;
	}
.newArt{
	position:relative;
	top:-8px;
	right:-7px;
	z-index:+1;
	float:right;
	border:0px;
	margin:4px;
	}
/* ---------------------------- samples of all artwork pages ------------------------------- */	
.artSamples {
	float:left;
	margin:20px;
	padding:1px;
	background-color:#ffffff;
	border:1px solid #777;
	}
.artSamples:hover {
	border:1px solid #4698CA;
	padding:1px;
	}

/* ---------------------------- shelves ---------------------- */	
.shelves {
	margin:0px;
	background:url(../images/shelves.jpg);
	min-width:1020px;
	width:101%;
	}
.spiralBinder {
	margin-top:23px;
	}
/*---------------------  Tables ------------------------------*/
	.specs tr td { 
	background-color: #efefef; 
	border:1px solid #ccc; 
	}
/*---------------------  Tables ------------------------------*/
#tutorialsContainer {
	clear:both;
	padding:0px;
	margin:0px;
	width:820px;
}

