#templatePhotoSelector {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
	margin: auto;
	text-align: center;
}

.productImage {
}
.productImage img {
	border: 1px solid black;	
}

.galleryTemplatePhoto {
	background: #FFFFFF;
	bordeR: 1px solid black;
	float: left; 
	display: inline; 
	margin-top: 5px;
}

#templateArea {
	/*
	width: 396px;
	height: 396px;
	*/
	width: 360px;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	margin: auto;
	bordeR: 1px solid black;
}
#templateArea img {
	/*border: 1px solid black;*/
}

.templateBox {
	padding: 0;
	margin: 0;	
	float: left;	
}
.templateBoxPhoto {
	background: url(/img/blockfill.gif);
	border: 1px solid red;
}
.templateBoxFont {	
	margin: 0;
	padding: 10px;	
}

#templateBoxLeft {
	float: left;
	margin:0;
	padding: 0;
	width: 400px;
}
#templateBoxRight {
	margin:0;
	padding: 0;
	float: right;
	width: 330px;
}

/* Template Form / Data Entry */

#name1,
#name2 {
	text-transform: uppercase;
}

/* Customization navigation & steps */
#customSteps {
	margin: auto;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top: 10px;	
	clear: both;
}
#customSteps div {}
#customSteps .prev {
	float: left;
	display: inline;
	padding-left: 20px;
}
#customSteps .next {
	float: right;
	display: inline;
	padding-right: 20px;
}
#customSteps .steps {
	display: inline;
	margin: auto;
}

/* Template W01 */

#W01_topBar,
#W01_photoOne,
#W01_bottomBar {
	display: block;
	position: absolute;	
}
#W01_topBar {
	top: 12px;
	left: 12px;
	height: 34px;
	width: 372px;
	background: #193888;
}	
#W01_photoOne {
	top: 56px;
	width: 371px;
	left: 12px;
	height: 238px;
	background: #EBEBEB;
}
#W01_bottomBar {
	height: 79px;
	width: 372px;
	left: 12px;
	top: 305px;
	background: #193888;	
}
#W01_bottomBar.TemplateFont {
	font-size: 32px;	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}
#W01_bottomBar_H1 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	margin-top: 10px;
}
#W01_bottomBar_H2 {
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}

/* Template  Colors */
/* W01 */
.W01_c1	{ color: #FFFFFF; }		
.W01_c2  { color: #5e87c9; }	

#textEditor label{
	width: 150px;
	display: block;
	margin: 0;
	padding: 0;	
	font-size: 10px;
	font-weight: bold;	
}
#textEditor input,
#textEditor select,
#textEditor textarea {	
	font-size: 10px;	
	width: auto;
}
#textEditor .fieldNotes {
	display: block;
}


#productTemplateArea {
	width: 360px;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	margin: auto;
	bordeR: 1px solid black;			
}
#productPersonalizePhotos,
#productPersonalizeColors,
#productPersonalizeEnvelopes,
#productPersonalizeWrite {
	text-align: left;
	clear: both;	
}
#productPersonalizeColors {
	height: 200px;
}
#productPersonalizeEnvelopes{
	height: 180px;
}

/* Cart */
#cart {}
#cart td.center {
	text-align:center;
}