/* CSS Document */

.BlueBack {
	position:relative;
	float:right;
	right:115px;
	width:180px;
	height:600px;
	text-align:center;
	padding:0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(../Layout/rightfade.gif);
	color:#30439A;
}

.leftSide {
	position:relative;
	width:510px;
	height:auto;
	float:left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding:0px;
}

.uh {
	float:right;
	width:250px;
	margin-right:40px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.leftSide h1 {
	font-size:12px;
}

.leftSide h2{
	font-size:12px;
}

.leftSide h3{
	font-size:10px;
}

.imgChange {
	height:150px;
	width:150px;
	float:right;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align:center;
}

.imgChange img {
	margin-top:auto;
	margin-bottom:auto;
}

.ProductName {
    font-weight:bold;
	font-size:12px;
}

.ProdPic {
	float:left;
	width:200px;
	height:auto;
	padding-top:40px;
	text-align:center;
	margin-right:10px;
	margin-bottom:20px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.EachProd {
	
}

/* Highslide CSS starts here */

.highslide {
	cursor: url(../js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-image {
	border:none;
    background-color: #232F79;
	padding:5px;	
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: none;
    padding: 5px;
    background-color: #232F79;
	text-align:center;
}

.highslide-caption a {
	font-size:12px;
	font-weight:bold;
}

.highslide-caption h1 { 
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}