﻿/* Shop.css holds the other formatting for different pages */




.StorePrice {
	text-align: center;
	font-size: medium;
	padding: 15px;
}
.RedPrint {
	color:red;	font-style: italic;
	padding-left:25px;
}





.BluePrint {
	color: #000080;
	font-style: italic;
}
.SecurityIndent {
	text-indent: 8px;
	font-size: smaller;
	line-height: .9em;
}
.noborder {
	border-style: none;
}
.noborderRepair {
	border-style: none;
	padding-top: 25px;
}
#robot {
	width: 202px;
	height: 311px;
}
.leftwide {
	width: 50%;
	float: left;
}
.rightwide {
	padding: 25px 10px 25px 10px;
	width: 32%;
	float: left;
	margin-left: 25px;
}
#contactRight {
	float: right;
	width: 45%;
	font-size: medium;
	font-weight: normal;
}
.changeF {
	font-family: "Arial Black";
	font-variant: small-caps;
}
#contactLeft {
	float: left;
	width: 45%;
	font-weight: normal;
	font-size: medium;
}
h5 {
	border: 1px solid #000000;
	padding: 5px;
}
.pleft {
	float: left;
	width: 25%;
}
.pright {
	float: left;
	width: 306px;
}
#contact {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}
#special {
	width: 125px;
	height: 125px;
	margin-left: 1px;
}
.BigPrint {
	font-size: large;
}
.SmallPrint {
	font-size: x-small;
}
.picture1 {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
.picture2 {
	padding: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	right: auto;
	left: auto;
	clip: rect(auto, auto, auto, auto);
}
.smallPrintItalic {
	font-size: small;
	font-style: italic;
}
.style7 {
	border: 3px solid #000080;}
.style12 {
	border: 3px solid #000080;
	font-weight: bold;
	font-size: large;
}
.style17 {
	margin: 3px;
}

#containRight {
	float: right;
	width: 45%;
	font-size: medium;
	font-weight: normal;
}
#containLeft {
	float: left;
	width: 45%;
	font-weight: normal;
	font-size: medium;
}
#contain {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}
.bord {
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 10px;
}
.style4 {
	border-collapse: collapse;
	border: 6px solid #000080;
}
button {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #000080;
	border: medium outset #FFFF00;
	margin-right: .5em;
}





.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;/*was relative*/
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: fixed;/*absolute*/
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	bottom: 100px; /* means the pop-up's top is 50px away from thumb's top */
		left: 20%; /* means the pop-up's left is 90px far from the thumb's left */
		cursor:default;
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 100px; /* enter desired thumb width here */
	height : 75px;
}

/* smart image enlarger ends here */
