/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
 /* be nice to Opera */

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */

#wrap {
margin: 0 10px 0 10px;
}

#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}
#LeftColumn {
  margin:0 5px 0 0;
  padding: 0;
  width: 140px;
  float: left;
}
#LeftColumn, #articles {
  border-left: solid 1px #404040;
  border-right: solid 1px #404040;
  border-bottom: solid 1px #404040;
}
#articles {	margin-bottom: 10px; }

#RightColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 520px;
}
#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	width: 620px;
	margin-right: 15px;
	padding-top: 5px;
}
#sidebar {
	width: 140px;
	margin-top: 0;
}
.SpryHiddenRegion {
   visibility: hidden;
}

.Categorie {
	font-size:10px;
}
#mainImageName{
	font-family:'Times New Roman', Times, serif;
	font-size:14px;
	color:#1A3B5A;
}

/* Form Elements
----------------------------------------------- */


/* Table Rules
----------------------------------------------- */
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	background: url('../images/bg_grad_gray2.gif') repeat-x;
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {	color: #EAEAEA; }

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
#products tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected { color:#fc0; }
#products tbody { margin-top: 0; }
.even { background-color: #151515; }

.rowHover {
	color: #000;
	background-color: #777;
	cursor: pointer;
}

.rowSelected { color: #fc0; }

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {
width: 100px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
select{
}

#controls {	margin:0 0 5px 0px; }
#galleries {
	margin:0 0px 5px 10px;
	width: auto;
}
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 5px 10px;
	padding: 0px;
	text-align:center;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0px;
	width:40px;
	padding: 0px;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 1px 1px;
	width: auto;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 0px;
	margin: 0px 5px 10px 0px;
	background-color:#ECECEC;
	width: 140px;
	float: left;
}
#thumbnails {
	float:left;
	clear: both;
	margin: 2px 5px;
	padding:5px 0px;
	height:400px;
	width:130px;
	overflow:auto;
}
#thumbnails div {
	padding:0px;
	position: relative;
	width: 100px;
	height: 67px;
	float: left;
	margin: 4px 4px;
	display:inline;
}
#thumbnails img {
	width: 100px;
	height: 67px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	margin:0px;
	padding: 0px;
	width: 590px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}
.Categorie{width:auto;}
#picture img {	border: 1px solid #999; 
}
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }





