
#body1
{
	background-color:#000000;
	background-image:url('../images/back8.jpg');
	background-repeat:no-repeat;
	margin:0; 
	padding:0px; 
	font-family:georgia,serif;
	color:#C0C0C0;
	line-height:200%;
	min-height:100%;
	overflow-x: hidden; 
}



body a
{

	text-decoration:underline;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

div.designer
{
	padding:30px !important;
}

div.contact
{
	background-color:#555;
	background: -webkit-linear-gradient(bottom,  #054E71 0%,#8ecbe8 100%);
	background: -moz-linear-gradient(bottom,  #054E71 0%, #8ecbe8 100%); /* FF3.6-15 */
	background: linear-gradient(to top,  #bcc 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border:5px #222 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	padding:10px;
	width:50%;
	margin:0 auto;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Mozilla */
	opacity: 0.7; /* CSS3 */
}

div.highlight
{
	background-color:#333;
	padding:10px;
	margin:0 auto;
	border:2px #444 solid;
	text-align: center;
}





button:focus,active
{
	border: none;
	-moz-outline-style: none; 
	outline: none;
}


th
{	
	background-color:#404040;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100&0.28+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(125,126,125,0.28) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,0.28) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(125,126,125,0.28) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	padding:2px;
}





img.simg-gap
{ 
	margin-right:10px;
}

h1
{
	font-size:200%;
	color:#636060;
}

h2
{
	font-size:175%;
	color:#838080;
	
}

h3
{
	font-size:150%;
	color:#505050;
	
}

h4
{
	font-size:115%;
	color:#838080;
	
}
a
{
	outline:none; 
	text-decoration:none;
}

a:link {color:#888;}      /* unvisited link */
a:visited {color:#888;}  /* visited link */
a:hover {color:white;}  /* mouse over link */
a:active {color:white;}  /* mouse over link */

font.quote
{
color:silver;
}



ul.mainlists
{
	font-weight:bold;
}

div.mainsec
{
	width:75%; 
	display:block; 
	clear:both;
}








img{margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}


img.original
{
	margin:2%;
	height:180px;
	width:auto;


}




img.bordered
{
	border-style:solid;
	border-width:2px;
	border-color:black;
}

ul
{
    margin:0; 
    padding:0px;
}


.ProdDiv 
{
	position:relative;
	width: 504px; /**some width in pixels, ems or %**/
	border: 0;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
	background-color:#f0f0f0;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity:0.9; /* Mozilla */
	opacity: 0.9; /* CSS3 */
	color:black;
}

.Sold 
{
/** text **/
	font-size:130%;
	color: white;
	padding:1%;
	background: black;
	text-align:center;
	position: absolute;
	width:100%;
	/**adjust as needed**/ 
	top: 20%; 
	left: 0;
	/**note: CSS3 TRANSFORM: ROTATE DOESN'T WORK IN ALL BROWSERS YET**/ 
	-webkit-transform: rotate(-20deg); /**safari, chrome**/
	-moz-transform: rotate(-20deg); /**firefox**/
	transform: rotate(-20deg); /**other browsers**/
}



/*  ----------- DIV -----------  */

div.float-left
{
	float:left;
	margin:10px;
}

div.float-right
{
	float:right;
	margin:10px;
}

div.table-style
{
	display:table;
	border-collapse: separate;
  	border-spacing: 1px;
  	table-layout:fixed;
}
div.table-row-style
{
	display:table-row;
}
div.table-cell-style
{
	display:table-cell;
	padding:5%;
	padding-top:1%;
}


div.table-cell-style-gallery
{
	display:table-cell;
	padding:5%;
	padding-top:1%;
	background-color:#111;


}
div.table-cell-style-gallery-thumbs
{
	display:table-cell;
	padding:5%;
	padding-top:1%;
	background-color:#111;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Mozilla */
	opacity: 0.8; /* CSS3 */

}

div.table-cell-style-gallery-palette
{
	display:table-cell;
	padding:0%;
}


div.table-cell-style-gallery-pallete-back
{
	display:table-cell;
	padding:5%;
	padding-top:1%;
	background-color:#111;

		background-image:url('../images/palette.png');
		background-repeat:no-repeat;
		background-position: left bottom;
}


div #picker
{
	text-align:center;
	background-color:white;
	vertical-align:top;
	padding:20px;
}

#picker:hover {
 /* transform: scale(1.5); */
}


img.printBorderThin
{
	border:5px white solid;
	width:332px;
}

img.printBorderNone
{
	border:0px;
	width:330px;

}


img.printBorderThick
{
	border:10px white solid;
	width:334px;
	
}



div.social
{
	margin:2px;
	padding:2px;
	text-align:center; 
	max-width: 100%;
	background-color:#180000;
	
}


div.nav
{
	background-color:#000000;
	width:100%;
	text-align:center;
}

div.footer
{
	color:#555;
	padding:2%;
	width:100%;
	text-align:right;
	vertical-align:bottom;
	margin-top:10px;
}

footer a:link {color:#888;}      /* unvisited link */
footer a:visited {color:#888;}  /* visited link */
footer a:hover {color:white;}  /* mouse over link */

blockquote
{
	  margin-top: 10px;
	  margin-bottom: 10px;
	  margin-left: 30px;
	  padding: 15px;
 	  font-style:italic;
 	  overflow: auto;
 	  line-height:300%;
 	  font-size:150%;
}


p.cyber
{
	font-size:75%;
}


div.table-style-poster
{
	width:100%;
	display: flex; 
	flex-flow: 
	row wrap;
	justify-content: center;
	align-items: center;
}

div.table-row-style-poster
{
	width:100%;
	display: flex; 
	flex-flow: row wrap;
	justify-content: center;
	align-items: baseline;
}

div.table-cell-style-poster
{

	margin:1%;
	font-size:80%;
	font-weight:bold;
	padding:1%;
//	line-height: 115%;
	text-align:center;
	//width:100%;
	display: inline; 
	flex-flow: row wrap;
	justify-content: center;
	align-items: baseline;
	max-width:300px;
	width:auto;
	background-color:white;
	color:black;


  }
  
  div.table-cell-style-sold
  {
  	opacity:0.8;
  	margin:1%;
  	font-size:80%;
  	font-weight:bold;
  	padding:1%;
  	line-height: 115%;
  	text-align:center;
  	//width:100%;
  	display: flex; 
  	flex-flow: row wrap;
  	justify-content: center;
  	align-items: baseline;
  	max-width:275px;
  	width:auto;
  	background-color:#202020;
  
  
  }


img.img_product
{
	margin:2%;
	height:200px;

}


span.price
{
	font-size:150%;
	color:purple;
	font-weight:bold;
}





img.printBorderThinFrameWhite
{
	box-shadow: 0px 0px 0px 20px #ddd;
	border: 5px white solid;
	width:330px;
}

img.printBorderThinFrameBlack
{
	box-shadow: 0px 0px 0px 20px #111;
	border: 5px white solid;
	width:330px;

}

img.printBorderThinFrameNone
{
	border: 5px white solid;
	width:330px;
}

img.printBorderThickFrameWhite
{
	box-shadow: 0px 0px 0px 20px #ddd;
	border: 10px white solid;
	width:330px;
}


img.printBorderThickFrameBlack
{
	box-shadow: 0px 0px 0px 20px #111;
	border: 10px white solid;
	width:330px;
}

img.printBorderThickFrameNone
{
	border: 10px white solid;
	width:330px;
}

img.printBorderNoneFrameWhite
{
	box-shadow: 0px 0px 0px 20px #ddd;
	width:330px;
}

img.printBorderNoneFrameBlack
{
	box-shadow: 0px 0px 0px 20px #111;
	width:330px;
}

img.printBorderNoneFrameNone
{
	border:none;
	width:330px;
}


img.printBorderNone
{
	border:0px;
	width:330px;
}

