.imgleft
{
    float:left;
    padding-right:10px;
}

.imgright
{
    float:right;
    padding-left:10px;
}

.splitleft
{
    float:left;
    width: 350px;
}

.splitright
{
    float:right;
    width: 350px;
}

table.styledTable
{
	margin-top: 25px;
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #5f9645;
    border-bottom: 1px solid #5f9645;
}

table.styledTable th
{
    text-align: left;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #5f9645;
}

table.styledTable td
{
    text-align: left;
    border-top: 1px dotted #5f9645;
    padding: 0.2em 0.5em;
}

table.styledTable thead th
{
    border-bottom: 1px solid #5f9645;
}

/*------------
eCards 
------------*/
.card 
{
    text-align:center;
    margin-left: 45px;
}

.card img 
{
    margin: 10px 10px 10px 10px;
}

.card a
{
    text-decoration:none;
}


/*------------
MISC 
------------*/
.small
{
	font-size:80%;
}

.center
{
	text-align:center;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}


.noborder
{
	border:none !important;
}

.error /*pink/red*/
{
    background-color: #ffc0cb;
    border: solid 1px #f00;
    padding: 10px;
}

.notify /*light green/green*/
{
    background-color:#EDF4C1;
    border: solid 1px #5f9645;
    padding: 10px;    
}

.clear
{
    clear:both;
}

.copyright
{
    font-style:italic;
    padding: 20px 0;
}

.archivedate
{
    width:80px;
    display:block;
    float:left;
    font-style:italic;
}

.indent
{
    padding-left: 15px;
}

/*used on project archive page*/
#content .archivelist li
{
    padding:0;
}

/*****Jo-Ann stores*****/
#joann
{
	position:relative;
	padding-left:7px;
	height:580px;
	border:1px solid black;
}
.jsquare
{
	display:block;
	width:336px;
	float:left;
	position:relative;
	padding:5px;
	margin:5px;
	border:1px solid black;
}
.jsquaretall
{
    height:300px;
}
.jsquareshort
{
    height:230px;
}

div.jsquareproducts
{
	background-color:#cd676e;
}
div.jsquareproducts *
{
	color:#fff;
}

div.jsquare h1, div.jsquare h2, div.jsquare h3, div.jsquare h4
{
	text-align:center;
	margin:0 0 5px 0;
	padding:2px 0;
}

div.jsquare img
{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

div.jsquare ul li 
{
	margin-left:10px;
	font-size:90%;
	list-style:none;
	clear:both;
}

div.jsquare div.jallfree 
{
	margin-top:10px;
	font-size:90%;
}

.jsquarebr
{
    text-align:center;
	border-bottom:8px solid #cd676e;
}
.jsquarebl
{
	border-bottom:8px solid #cd676e;
}
table#jshop
{
    width:330px;
    margin-top:30px;
}
table#jshop td
{
	text-align:center;
	height:120px;
	vertical-align:bottom;
}

table#jshop img
{
    margin-bottom:20px;
}

.jsquaretl
{
    background-image: url(/Joann/images/background.jpg);
}

img#dmforjlogo
{
    position:absolute;
    left:-13px;
    top:-6px;
}

div#jsubscribe
{
	text-align:center;
	clear:both;
	position:relative;
	margin-top:10px;
	font-size:120%;
}
div#jsubscribe input
{
	font-size:120%;
}

#dmstorefooter
{
    padding:5px;
    margin-top:10px;
    background-color:#9B001A;
    color:#fff;
    text-align:right;
    padding-right:20px;
    font-weight:bold;
}

#dmstorefooter p a
{
    color:#fff;
}

#homepage { width:772px; height:329px; background-image:url(/images/homepage.jpg); padding-top:1px;}
#homepage ul li { margin-top:15px; padding-left:10px; color:#fff; } 
	#homepage ul li a { color:#fff; text-decoration:none; }	
	#homepage ul li a:hover { font-weight:bold; }

