/* CSS Document */
/* ------ GLOBAL ------ */

		/*
		html {
			*overflow: auto;
		}
		*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
		/*
		html, body {
			scrollbar-face-color:#404040;
			scrollbar-arrow-color:#000000;
			scrollbar-track-color:#202020;
			scrollbar-shadow-color:#202020;
			scrollbar-highlight-color:#5a5a5a;
			scrollbar-3dlight-color:#363636;
			scrollbar-darkshadow-Color:#202020;
		}
		*/
h1, h2, h3, h4, form, input, p, hr, a, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.clr {
	clear: both;
}
.nomargin {
	margin: 0px;
}
a, a:focus, a:active, div {
	outline: none;
}
h1.site_title {
	position: absolute;
	top: -500px;
	font-size: 0px;
}

/* ------ HEADER ------ */
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(gfx_n/header_bg.jpg) repeat-x;
	width: 100%;
	height: 30px;
}
#logo {
	display: block;
	background: url(gfx_n/logo.jpg) no-repeat;
	width: 250px;
	height: 30px;
	float: left;
}
#menu {
	float: right;
}
#menu li {
	display: inline;
	height: 30px;
	line-height: 30px;
}
#menu li.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	background: url(gfx_n/menu_sep.gif) no-repeat right;
	letter-spacing: 0px;
}
#menu li.menu_text_last {
	background: none;
}
#menu li.menu_text a {
	color: #A8A8A8;
	text-decoration: none;
}
#menu li.menu_text a:hover {
	color: #FFFFFF;
}
#menu_but {
	float: right;
}
#menu_but img {
	border: none;
}
#menu_but a {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 1px;
	margin-top: 5px;
}
#menu_but span {
	display: none;
}
#menu_but a:hover {
			/*
			filter:alpha(opacity=60);
			*/
	opacity: 0.60;	
}
#menu_but a.menu_but_rss {	background: url(gfx_n/menu_but_rss.gif) no-repeat; }
#menu_but a.menu_but_last { margin-right: 9px; }

/* ------ HEADER SHADOW ------ */
#header_shadow {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	height: 10px;
	font-size: 0px;
	background: url(gfx_n/header_shadow.png) no-repeat;
			/*
			*background-image: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='templates/jr_v3/gfx_n/header_shadow.png',sizingMethod='crop');
			*/
}

/* ------ CONTENT ------ */
#content {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	height: 600px;
	overflow: auto;
	background: url(gfx_others/transpa.gif);
}
#doc_title {
	position: absolute;
	left: 11px;
	bottom: 15px;
	width: 23px;
}
#doc_copy {
	position: absolute;
	right: 20px;
	bottom: 5px;
	font-size: 10px;
	color: #FFFFFF;
}
span.lettrine {
	font-size: 30px;
	font-weight: bold;
}
/* ------ BROWSE / CATEGORIES ------ */
#categories_block {
	position: absolute;
	top: 35px;
	left: 5px;
	background: url(gfx_n/stucco_lvl2.jpg);
	width: 250px;
}
#accordionBrowse dt {
	background: #222222 url(gfx_others/toggle_off.gif) no-repeat left center;
	cursor: pointer;
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	height: 19px;
	line-height: 19px;
	padding-right: 5px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
#categories_block ul {
	margin: 5px;
}
#categories_block li {
	display: block;
}
#categories_block li a {
	display: block;
	padding: 3px;
	padding-left: 5px;
			/*
			*padding-top: 2px;
			*/
	font-size: 11px;
	text-decoration: none;
	color: #A8A8A8;
}
#categories_block li a:hover {
	background: url(gfx_n/stucco_lvl3.jpg);
	color: #FFFFFF;
}
#categories_block li a.selected {
	border-right: 4px solid #84aec7;
	color: #84aec7;
}
#categories_block #copyright {
	font-size: 11px;
	color: #A8A8A8;
	text-align: center;
	background: url(gfx_others/copy_bg.jpg);
	height: 83px;
}
#categories_block #copyright a {
	color: #FFFFFF;
}

/* ------ BROWSE / THUMBNAILS ------ */
#photolist_block {
	position: absolute;
	top: 35px;
	left: 260px;
}
#photolist_block a.thumbnails {
	display: block;
	width: 190px;
	height: 190px;
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid transparent;
}
#photolist_block a.thumbnails:hover {
	border: 1px solid #999999;
}
#photolist_block div.thumb_shadow {
	width: 198px;
	height: 198px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	background: url(gfx_others/thumb_shadow.gif) right bottom no-repeat;
}
#photolist_block a.thumb_buylink {
	display: block;
	width: 20px;
	height: 20px;
	background: url(gfx_n/menu_but_cart.gif) no-repeat top left;
	margin-top: -188px;
	margin-left: 169px;
}

/* ------ CUSTOM SCROLLBAR ------ */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 16px;
background-color: #000000;
cursor: pointer;
}

.vscrollerbar {
background: #424242 url(gfx_n/scroll_hscrollerbar.gif) 0px 0px repeat-y;
width: 16px;
cursor: n-resize;
}

.vscrollerbar, .hscrollerbar {
padding: 16px;
z-index: 2;
}

.vscrollerbarbeg {
background: url(gfx_n/scroll_vscrollerbarbeg.gif) 0px 0px  no-repeat;
width: 16px;
height: 16px !important;
}

.vscrollerbarend {
background: url(gfx_n/scroll_vscrollerbarend.gif) 0px 0px  no-repeat;
width: 16px;
height: 16px;
}

.vscrollerbase {
background: #222222 url(gfx_n/scroll_vscrollerbase.gif) 0px 0px repeat-y;
}

.vscrollerbasebeg {
background: url(gfx_n/scroll_vscrollerbasebeg.gif) 0px 0px no-repeat;
width: 16px;
height: 16px !important;
}

.vscrollerbaseend {
background: url(gfx_n/scroll_vscrollerbaseend.gif) 0px 0px no-repeat;
height: 16px;
width: 16px;
}

/* ------ ABOUT / ACCORDION ------ */
#accordionAbout {
	margin-left: -1000px;
	margin-top: 20px;
	width: 440px;
	font-size: 11px;
	color: #DDDDDD;
}
#accordionAbout dt {
	background: #000000 url(gfx_others/acc_tog_bg.gif) no-repeat top left;
	cursor: pointer;
	margin-bottom: 2px;
	text-align: right;
	text-transform: uppercase;
	height: 19px;
	line-height: 19px;
	padding-right: 5px;
	letter-spacing: 2px;
	color: #AAAAAA;
}
#accordionAbout p {
	text-align: justify;
	margin-bottom: 10px;
	text-indent: 10px;
}
#accordionAbout a {
	color: #FFFFFF;
}
#accordionAbout li {
	text-transform: uppercase;
	color: #d6c81d;
	line-height: 16px;
	margin-bottom: 20px;
}
#accordionAbout li li {
	margin-left: 20px;
	text-transform: none;
	color: #DDDDDD;
	margin-bottom: 0px;
}
#accordionAbout #separator {
	height: 18px;
	width: 96px;
	margin-left: 172px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: url(gfx_others/separator_about.png) no-repeat;
			/*
			*background-image: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='templates/jr_v3/gfx_others/separator_about.png',sizingMethod='crop');
			*/
}
/* ------ ABOUT / OTHERS ------ */
#photo_about {
	margin-left: 45px;
	width: 475px;
}
#contact_about {
	width: 475px;
	height: 30px;
	margin-left: 45px;
	background-color: #000000;
	color: #DDDDDD;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
			/*
			filter:alpha(opacity=40);
			*/
	opacity: 0.40;	
}
#contact_about a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
#contact_about a:hover {
	text-decoration: underline;
}
/* ------ LINKS / ACCORDION ------ */
#accordionLinks {
	margin-left: -1000px;
	width: 654px;
	font-size: 11px;
	color: #DDDDDD;
}
#accordionLinks a {
	color: #DDDDDD;
}
#accordionLinks dt {
	background: #000000 url(gfx_others/toggle_off.gif) no-repeat left center;
	cursor: pointer;
	margin-bottom: 2px;
	text-align: right;
	text-transform: uppercase;
	height: 19px;
	line-height: 19px;
	padding-right: 5px;
	letter-spacing: 1px;
	color: #FFFFFF;
			/*
			filter:alpha(opacity=50);
			*/
	opacity: 0.50;	
}
#accordionLinks dt span.sep {
	color: #777777;
}
#accordionLinks span.french {
	color: #84aec7;
	margin-top: 5px;
}
#accordionLinks span.french a {
	color: #84aec7;
}
#accordionLinks div.head_links {
	text-align:center;
	margin-bottom: 10px;
	padding: 5px;
	background: url(gfx_others/alpha_30.png) no-repeat;
			/*
			_background-image: none;
			*/
}
#accordionLinks ul.jr_comment_urls {
	width: 310px;
	float: right;
	overflow: hidden;
}
#accordionLinks ul.jr_comment_urls a {
	text-decoration: none;
	line-height: 15px;
	color: #AAAAAA;
	padding-left: 10px;
	background: url(gfx_others/links_bullet.gif) no-repeat left center;
}
#accordionLinks ul.jr_comment_urls a:hover {
	color: #FFFFFF;
}
#accordionLinks ul.jr_comment_urls a strong {
	color: #EEEEEE;
}
#accordionLinks ul.links_1col {
	width: 620px;
	float: right;
}
#accordionLinks ul.links_1col li {
	background: url(gfx_others/links_bullet.gif) no-repeat left center;
	padding-left: 10px;
	color: #AAAAAA;
}
#accordionLinks ul.links_1col a {
	text-decoration: none;
	line-height: 17px;
	color: #FFFFFF;
	font-weight: bold;
}
#accordionLinks ul.links_1col a:hover {
	color: #AAAAAA;
}
#accordionLinks ul.links_2col {
	width: 620px;
	float: right;
}
#accordionLinks ul.links_2col li {
	width: 300px;
	float: left;
	margin-right: 10px;
	line-height: 19px;
	background: url(gfx_others/links_bullet.gif) no-repeat 5px center;
}
#accordionLinks ul.links_2col a {
	display: block;
	padding-left: 15px;
	color: #EEEEEE;
	text-decoration: none;
}
#accordionLinks ul.links_2col a:visited {
	color: #AAAAAA;
}
#accordionLinks ul.links_2col a:hover {
	background: url(gfx_others/alpha_30.png) no-repeat;
			/*
			_background-image: none;
			*/
	color: #FFFFFF;
}
/* ------ TUTOS ------ */
#tempo_tutos {
	margin-left: 63px;
	margin-top: 20px;
	width: 440px;
	font-size: 11px;
	color: #DDDDDD;	
}
#tempo_tutos span.french {
	color: #deb296;
}
