/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Trebuchet MS, sans-serif;
	font-weight:lighter;
	text-decoration:none;
	height:auto;
	min-width:900px;
	margin:0;
	text-align:center;
	}
	
div.footer {
	clear:both;
	text-align:right;
	font-size:9px;
	color:#000000;
	}

.text	{
	color:#FFFFFF;
	font-size:11px;
	line-height:155%;
	text-decoration:none;
	font-weight:normal;
	}
	

.productimg {
	border-color:#bc2f3a;
	border-style:solid;
	border-width:1px;
	}

a	{
	color:#000000;
	text-decoration:none;
	}
	
a.a1	{
	color:#333333;
	text-decoration:none;
	}
		
a:hover {
	color:#0000FF;
	text-decoration:none;
	}

#imageContainer {
	position:relative;
	text-align:center;
	}
	
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
	text-align:center;
	}
	
.highslide img {
	border-color:#bc2f3a;
	border-style:solid;
	border-width:1px;
	}
.highslide:hover img {
	border-color:#ffffff;
	border-style:solid;
	border-width:1px;
	}
	
.highslide:hover {
	color:#bc2f3a;
	text-decoration:none;	
	}

.highslide-image {
    border-color:#bc2f3a;
	border-style:solid;
	border-width:2px;
	}
	
.highslide-image-blur {
	}
	
.highslide-caption {
    display: none;
	color:#FFFFFF;
	border-color:#bc2f3a;
	border-style:solid;
	border-width:2px;
	border-top:0px;
    padding: 5px;
    background-color:#000000;
	}
	
.highslide-loading {
    display: block;
	color: #ffffff;
	font-size: 11px;
	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(images/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
	}

.highslide-move {
    cursor: move;
	}

.highslide-overlay {
	display: none;
	}
	
/* Controlbar example */
.controlbar {	
	margin-left: 60px;
	background: url(images/graphics/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}