﻿/*#mySlideshow
{
	width: 800px;
	height: 200px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 50px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 12px;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 10px;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('img/fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('img/fleche2.gif') no-repeat top right; }

#slider {
    width: 800px;
    height: 200px;
    position: relative;
	overflow: hidden;
}
#sliderContainer 
{
    width: 800px;
    height: 200px;
    padding: 0;
	margin: 0;
}
#sliderContent {
    width: 800px;
    position: absolute;
	top:0;
	left:0;
	margin:0;
	padding: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 785px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.sliderClear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.sliderTop {
	top: 0;
	left: 0;
}
.sliderBottom {
	bottom: 0;
    left: 0;
}
.sliderLeft {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 185px;
}
.sliderRight {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 185px;
}*/

#imgPreviewContainer {
    background: #222 url(/images/imgpreview.gif) no-repeat center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 8px;
    z-index: 999;
    border: none;
}

/*#imgPreviewContainer img {
    display:block;
    border: none;
    z-index: 1000;
}*/

#imgPreviewContainer span {
    color: white;
    text-align: center;
    display: block;
    padding: 3px 0px 0px 0px;
}

#product_slideshow1
{
	width: 240px;
	height: 180px;
}
#product_slideshow2
{
	width: 240px;
	height: 180px;
}
.splash
{
	height: 200px;
	width: 800px;
	padding: 0;
	margin: 0;
}
.splash div
{
	padding: 0;
	border: 0;
	width: 800px;
	height: 200px;
	top: 0;
	left: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/*Button*/
.button
{
	background-image: url(/images/3tone.aspx?top=f3f3f3&middle=ffffff&bottom=e3e3e3&height=18&mheight=1);
	border: 1px solid #666666;
	margin: 0;
	color: #333;
}
.button:hover
{
	background-image: url(/images/3tone.aspx?top=f3f3f3&middle=ffffff&bottom=d3d3d3&height=18&mheight=1);
	border: 1px solid #444444;
	text-decoration: none;
}
.button:active
{
	background-image: url(/images/3tone.aspx?top=d3d3d3&middle=ffffff&bottom=f3f3f3&height=18&mheight=1);
	border: 1px solid #222222;
	text-decoration: none;
}
.button:focus
{
	outline: 0;
}

/*Form Fields*/
/*input
{
    background-color:#ffffff;
    border: 1px solid #666666;
    padding:3px;
    margin:0;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    overflow:visible;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    background-image: url(/images/controls/dropdown/bg.gif);
    background-position: top left;
    border: 0px none;
    color: #FFFFFF;
    padding: 4px 0px 3px 5px;
    font-size: 13px;
    height: 16px;
    width: 240px;
}
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url(/images/controls/dropdown/arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 23px;
    width: 23px;
}
.AjaxToolkitStyle .ajax__combobox_itemlist
{
    border-color: #0F2543;
    background-color: #EFEFEF;
}*/

div.cmxform {
	width: 500px;
	font-size: 1.1em;
	color: #333;
	}
	
div.cmxform legend { padding-left: 0; }
	
div.cmxform legend,
div.cmxform label { color: #333; }

div.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(/images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
div.cmxform fieldset fieldset { background: none; }
	
div.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(/images/cmxform-divider.gif) left bottom repeat-x;
	}
	
div.cmxform fieldset { margin-bottom: 10px; }
	
div.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
div.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
div.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
div.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
div.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
div.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
div.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

div.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

div.cmxform label { width: 150px; } /* Width of labels */
div.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

