/*CSS TO HANDLE THE LEFT  BARS*/
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}  
/*ajouté par moi*/



/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

body#photography #qm0 a.odd	
	{ background-color:#31302C;}

body#photography #qm0 a.even	
	{ background-color:#272931;}


body#mensunderwear #qm0 a.odd	
	{
	background-color:#F2F2F2;
}

body#mensunderwear #qm0 a.even	
	{
	background-color:#FFF;
}



body#jewelry #qm0 a.odd	
	{
	background-color:#060260;
}
body#jewelry #qm0 a.even	
	{
	background-color:#111;
}



/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:100%;
		margin:0px;
		border-width:0px;
		border-style:solid;
		border-color:#676767;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{
	padding:7px 40px 7px 10px;
	color:#888;
	font-family:verdana,geneva,helvetica,"trebuchet MS",arial,non-serif;
	font-size:20px;
	text-decoration:none;
	text-align:left;
	border-width:0px;
	border-style:solid;
	border-color:#EDEDED;
	font-weight: lighter;
	}
	
	#qm0 a.little
	{ font-size:15px;
		padding:4px 40px 4px 10px;
}
	#qm0 a.title
	{
	background-color:#CFCFCF;
	cursor: default;
	font-size: 18px;
	color: #eee;
}
     
	 body#photography #qm0 a.title
	 {
	background-color:#CFCFCF;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	 }
	 
	 body#mensunderwear #qm0 a.title
	 {
	 border-top:1px solid #999;
	 border-bottom:1px solid #999;
	 color:#444;
	 }
	 
	 #qm0 a.explanations
	{
	font-size:15px;
	padding:3px 40px 3px 10px;
	background-color:#EEE;
	margin:2px 0;
	
}
     #qm0 a.presentationtext, #qm0 a.presentationtext:hover
	{
	font-size:9px;
	padding:20px 40px 5px 10px;
	color:#666;
	cursor:default;
}



	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{
	color:#000;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{
	color:#CCC;
	}


	/*"""""""" (MAIN) Parent Items""""""""*/	
	#qm0 .qmparent	
	{	
		background-repeat:no-repeat;
		background-position:97% 55%;
	}


body#photography a.title 
{
 color:#eee;
}

body#photography a.title:hover,
body#photography a.qmparent:hover
{
background-color:#999!important;
color:#fff!important;
}


body#photography a.little 
{
 padding-left:20px;
 color:#ccc;
}

body#photography a.little:hover 

{
 background-color:#666666!important;
color:#fff!important;

}

body#mensunderwear a.little:hover 
{
 background-color:#666666!important;
color:#fff!important;

}

	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{
	background-color:#B4B4B4;
	color:#333;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:20px 15px 15px 15px;
		margin:-1px 0px 0px -1px;
		background-color:#FFF;
		border-width:1px;
		border-style:solid;
		border-color:#AAA;
		
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		background-color:transparent;
		font-family:Arial;
		font-size:11px;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#B4B4B4;
		color:#222222;
		border-color:#676767;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#B4B4B4;
		color:#222222;
		border-color:#676767;
	}


	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		background-image:url(qmimages/arrow_18.gif);
		background-position:95% 50%;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		border-color:#676767;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px 5px;
		color:#222222;
		font-family:verdana,geneva,helvetica,"trebuchet MS",arial,non-serif;
		font-size:20px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 5px 4px 5px;
		border-color:#999999;
	}


	/*"""""""" Content Box""""""""*/	
	#qm0 .qmcbox	
	{
	color:#FFFFFF;
	font-family:verdana,geneva,helvetica,"trebuchet MS",arial,non-serif;
	font-size:11px;
	padding: 15px;
	}

     #qm0 .qmcbox a img { border:none; margin:10px;

	 }
	 #qm0 .qmcbox .righttext {
	float:right;
	width: 55%;
	margin-top: -135px;
	
	 }
	/*"""""""" Content Box Links""""""""*/	
	#qm0 .qmcbox a	
	{	
		padding:0px;
		margin:0px;
		background-color:transparent;
		color: #FF0000;
		font-size:11px;
		border-style:none;
	}


	/*"""""""" Content Box Links [hover]""""""""*/	
	#qm0 .qmcbox a:hover	
	{	
		background-color:transparent;
		color:#0033CC;
		text-decoration:underline;
		border-style:none;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{	
		border-color:#666666;
		background-color:#EEEEEE;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" (sub) Rounded Items""""""""*/	
	#qm0 div .qmritem span	
	{	
		border-color:#666666;
		background-color:#EEEEEE;
	}


	/*"""""""" (sub) Rounded Items Content""""""""*/	
	#qm0 div .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" Custom Rule""""""""*/	
	div#qm0 .qmcbox div	
	{	
		padding:0px;
		margin:0px;
		border-style:none;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmcbox div	
	{	
		padding:0px;
		margin:0px;
		border-style:none;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a	
	{	
		background-color:#B4B4B4;
	}


	/*"""""""" Custom Rule""""""""*/	
	div#qm0 a:focus	
	{	
		outline:invert none medium;
	}



/*------------------------------------------------------------------------------------------------------*/
/*END OF THE MENU CSS */


/* CSS FOR THE ACCORDION ON THE INDEX  */


#pleah {
	font: 18px Arial, Helvetica, sans-serif;
	width: 858px;
	height: 450px;
	overflow: hidden;
	position: relative;
	color: #999999;
	float: right;
	background-repeat:no-repeat;
	border-bottom:1px solid #666;
	margin-top: 1px;
	

}
#pleah div.acContent {
	width: 630px;
	height: 450px;
	position: absolute;
	background: url(../images/backaccordion.gif);
}

#pleah div.container {
	height: 445px;
	width:600px;
	overflow:auto;
}



#pleah div h2 {
	display: block;
	float: left;
	text-align: center;
	width: 54px;
	height: 450px;
	margin: 0 10px 0 0;
	cursor: pointer;
	overflow: hidden;
	background:url(../images/backaccordionslider.gif) repeat-x;
	border:1px solid #666;
}
#pleah div h2 span {
	visibility: hidden;
}
#pleah div p {
	display: block;
	margin-right: 120px;
	padding: 10px 0 0 20px;
	color:#fff;
}

#pleah div img {
	margin: 10px; 
	border:1px solid #fff; }



/*END OF THE ACCORDION CSS */

img,a img , ins{border:none; text-decoration:none;}

div { behavior: url(../styles/iepngfix.htc) } /*hack for IE to manage transparent PNG backgrounds*/

html { width:100%; text-align:center; }

p { color:#000;}
body {
	width:100%;
	margin:0;
	text-align:left;
		background : #fff url(../new_index/images/header.jpg) repeat-x;

}
/*
body#mensunderwear {
	background:url('../images/backfashion-r1.jpg');
}
*/

body#jewelry { background:url('../images/jeweleryback.gif');}

body#photography{
	background:url('../images/photoback.jpg');
}

body.vintage{
	background:url('../images/photoback_vintage.jpg')!important;
}



body#index { 
/*background-image:
url('../images/jewelerybackfade.gif');
*/
background:#000;
}

img.off{
	float:left;
}

font , th , td , ul , p, h1,h2,h3,h4,h5,h6 {
	font-family : verdana, geneva, helvetica, trebuchet MS, arial, non-serif;
	text-decoration:none;
	font-weight: normal;
}
font , th , td , ul , p {
font-size:11px;
}
A:link {	color : #0000FF;
	text-decoration : none;
}

A:visited {
color : #663366;
text-decoration : none;}
	
A:hover {
color : #663366;
text-decoration : underline;}
	
#page {
	height: auto;
}


#top-menu {
	height:28px;
}

noscript { color: #999999;
font-weight:bold;
font-size:12px;}

div.section a img {
	margin: 0 5px 0 5px;
} 
div.section ol{
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 12px;
}

div.section ol li {
	padding:0;
	margin: 5px 0 0 5px;
	
}

#page-container {
	width:100%;
	margin:0;
	padding:0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	
}



#toppercontainer a#zonehomepage{ float:left; width:240px; height:32px; margin-left:10px; margin-top:7px;}
#toppercontainer a#zonecontact{ float:left; width:124px; height:25px; margin-left:480px; margin-top:0px;}

#topperleft h1 span.same{
	font-size: 22px ;
	color: #fff;
	
}


#topperleft h2.smaller{
	font-size:0.9em;
}

a#asklarry { float:right; width:160px; height:28px;}

#central-topper {
	position:relative;
	background-color: #000000;
	height: 10px;
}
#central-topper h1 {
	padding:0 0 0 10px;
	position: absolute;
	margin: 0;
	left: 0px;
	top: 10px;
	color: #fff;
	width: 845px;
	border-bottom: 1px solid #888;
	background-color: #222;
	filter:alpha(opacity=90);

-moz-opacity: 0.9; 
	opacity: 0.9;
	font-size: 28px;
}

#toppercontainer{
	margin:0;
	padding:0;
	height: 90px;
	overflow:hidden;
	width: 100%;
	height:126px;
	background: url(../new_index/images/fulltopper.png) no-repeat;
	background-position: 40% 5px;
	}

#topperleft{
	width:630px;
	float:left;
	text-align:left;
	height: 90px;
	margin: 0;
	padding: 0;
}

body#mensunderwear #topperleft
{
width: 60%;	
}
#topperleft h1{
	font-size: 120%;
	color: #DDD;
	margin: 5px 0 0 10px;
	font-weight: normal;
	position: absolute;
	bottom: 30px;
	height:20px;
}

html>/**/body div#topperleft h1{ top:1px;}

#topperleft h1 span{
	font-size: 15px ;
	color: #A8C2E7;
	margin: 0 2px;
}


#topperleft h2 {
	color:#999;
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 15px;
	width: auto;
	text-align: right;
}

/* HACK FOR IE7 (and inferior versions) */
*+html div#topperleft h2, * html div#topperleft h2 { margin-top:10px;}


#topperleft h2.smaller{
	font-size:1.2em;
}

#topperleft p {
	color:#333333;
	line-height: 0.9em;
	width: 96%;
	font-size: 0.7em;
}
	
#topperright{
	width:77%;
	height:90px;
	float:left;
}


#top-menu a { color:#666; font-weight:normal;}

#top-menu a:hover { color:red;}









#centralcontainer{
	width:900px;
	margin:0 auto;
	padding:5px 0 0 0;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	text-align: center;
}

div#main-topper {
	margin: 20px 0;
	padding: 5px 0;
	background:url(../images/shared/backgd-greytransp.png);
}


body#jewelry div#main-topper
{
	background:url(../images/shared/backgd-greytransp.png);
	text-align: center;
}

body#photography div#main-topper
{
	background:url(../images/shared/backgd-greytranspmore.png);

}



div#main-topper a,
div#main-topper a:visited 
{ color: #fff; text-decoration:underline;}

div#main-topper a:hover { color:#cc0000;  }


div#main-topper span a
{ text-decoration:none !important;}


div#main-topper div.middle{
	text-align:center;
	width:715px;
	margin: 0 auto;
	}


div#main-topper h1{
	margin: 0 0 0 69px;
	font-weight: lighter;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	
}

body#photography div#main-topper h1{
 font-size:23px;
 font-family: monospace, Georgia, Verdana, Arial, sans-serif;
 font-family:Verdana, Geneva, sans-serif;
 letter-spacing:-1px;
}


#left-centralcolumn{
	color: #000;
	margin:0;
	padding:0;
	float:left;
	width:280px;
	text-align: center;
	height: auto;
}
#left-centralcolumn h1,h2,h3,h4,h5,h6 
{
 text-align:center;
}

#left-centralcolumn h1,#right-centralcolumn h1{
	font-size:25px;
	margin: 15px 5px 5px 5px;
	padding: 10px;
}
#left-centralcolumn h2{
	font-size:14px;
	margin: -10px 0 0 0;
}
#left-centralcolumn h4{
	margin: 20px 5px 30px 5px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

div#leftcolumn-container {
	background-color:#fff;
	
}

div#leftcolumn-topbar {
	background-color:#000;
	padding: 21px 0;
	height: auto;
	color: white;
}

body#photography div#leftcolumn-topbar {
	background-color:#222;
	padding: 21px 0;
	height: auto;
	border-top:1px solid #ccc;
}




div#leftcolumn-topbar h1{
	margin:0;
	font-size:18px;
	padding: 0;
}

div.productslist, div.columndescription {
	text-align:left;
	margin:0 auto;
	width:100%;
}

div.columndescription p{
	width: 90%;
	text-align: left;
	margin: 15px auto;
	color: #000;
}

 div.columndescription +  div.columndescription 
 {padding-top:0px;}
 
div.productslist div {
	margin:O;
	padding-left:5%;
	width: 45%;
	float:left;
	background-image: url(../travel/images/shared/tri.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
div.productslist div.clearboth {
	width:100%;
	clear:both;
	margin:0;
	padding:0;
	background: none;
}
div.productslist a {
	color: #E5E5E5;
	font-weight: bold;
	font-size: 15px;
}


div#products {
	width:560px;
	margin: 0 auto;
	text-align: center;
	height: auto;
}

body#jewelry div#products {
	width:550px;
}

body#photography div#products {
	width:510px;
}



div.products {
	width:750px;
	margin: 30px auto;
	text-align: center;
	height: auto;
}

body#jewelry div.products {
	width:755px;
	margin: 30px auto 60px auto;
}

body#photography div.products { margin:0 auto 50px auto; width: 690px;
}

div.product {
	height:150px;
	width:150px;
	background-color: #000;
	border: 1px solid white;
	float: left;
	text-align: center;
	margin:19px 12px;
}

body#jewelry div.product {
	border: 1px solid black;
	margin: 0 auto;
	float:none;
}

body#photography div.product {
	margin:19px 8px;

}

div.product h4 a { color:white; }
div.product h4 a:hover { color:#cc0000; }


div.emptyproduct {
	height:150px;
	width:150px;
	border: 1px solid #333;
	float: left;
	text-align: center;
	margin:15px;
}

div.empty {
	border: 1px solid #222!important;

}

div.individualproduct {
margin:0;
}






div.product h4 {
	margin:4px 0 0 0;
	padding:0;
	letter-spacing:-1px;
	font-weight: normal;
	color: #333;
	line-height:14px;
	font-size:15px;
}


body#jewelry div.jwlproduct-description {
	background-color: #000;
	width: 171px;
	padding: 2px;
	height: auto;
	margin: 10px 0;
	border: 1px solid white;
	position: relative;
	min-height: 43px;
	}
*html body#jewelry div.jwlproduct-description { height:43px;}
	
body#jewelry div.jwlproduct-description img.emptypixel{
	position:absolute;
	top:6px;
	left:0;
	
		}


div.subdiv{
text-align:center;
}

ins div img{
border:1px solid #ccc;
}


div#jewelry-container {
	width:90%;
	position:relative;
	margin: 0 auto;
}
div.jwlproduct-container {
	width: 175px;
	float: left;
	margin: 5px;
	text-align: center;
}

body#jewelry div.jwlproduct-container  h4 {
	margin:2px 0 0 0;
	padding:0;
	font-size:11px;
	color: #fff;
}
div.product a { text-decoration:none; border:none;}
div.product img {
	border:1px solid #999;
	margin: auto;
	width: 150px;
	height: 150px;
}

.leftcolumn-bloc {margin:0; padding:0;}
.leftcolumn-bloc img {float:right; margin:2px;}
#left-centralcolumn .leftcolumn-bloc p{
	font-size:0.9em;
	line-height: 100%;
}

.leftcolumn-scrolldiv {
	height: 300px;
	overflow: auto;
	background-color: #030D4E;
	width: 92%;
	margin: 0 4% 20px 4%;
}
#page-container #centralcontainer #left-centralcolumn #lefthistory-container img {
	margin: 5px;
	float: right;
}
#page-container #centralcontainer #left-centralcolumn #lefthistory-container img.left {
	float: left;
	margin: 15px;
}




#popup1-container {
	padding-top:1px;
}
#popup1-container a{
	color:#fff;
	margin: auto;
}

#popup1  { 
	width:auto;
	border: 2px solid #444;
}

#popup1-scrollingdiv  {
	height: 300px;
	overflow:auto;}
#popup1-scrollingdiv  p { font-size:0.9em;}
#popup1-scrollingdiv  h2 {
	color:#333;
	margin-left:20px;
	font-size: 1.1em;
}

#right-centralcolumn{
	margin:0;
	padding:0 0 50px 0;
	float:left;
	width:615px;
	overflow:visible;
	height: auto;
}

#tabandtext-window {
	width:100%;
}

#left-tabcontainer {
	width:100%;
}
#right-tabwindow {
	float:right;
	width:44%;
	padding: 0;
	margin: 0;
	text-align: center;
} 


.section {
	margin: 0px 0 0px 15px;
	padding:0 0 10px 0;
	text-align:center;
	background-color: #EFECFF;
	border: 1px solid #444;
	border-top:none;
	width: 90%;
	position: relative;
	height: auto;
	display: block;
	
	
}
.firstsection-topspacing {margin-top:20px;}

div.extendablebox , div.nonextendablebox
{
	border:1px solid #777;
	text-align:left;
	background-color: #E9ECFE;
	width:90%;
	margin: 10px 0 0px 15px;
	padding:0 0 10px 0;
	min-height: 160px;
	cursor: pointer;
	position: relative;
	display: table;
	z-index: 80;
}

div.extendablebox a, div.nonextendablebox a
{
	margin:0;
	padding:0 0 0 10px;
	display:inline;
	width: auto;
	font-size: 13px;
	color: #000066;
}
div.extendablebox p, div.nonextendablebox p{
	width:300px;
	float:left;
	padding-left: 10px;
	margin: 0 0 10px 0;
	font-size: 12px;
	height: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div.extendablebox p em, div.nonextendablebox p em{
	
	font-size: 12px;
	}

#page-container #centralcontainer #right-centralcolumn #tours-container .extendablecontainer .extendablebox h1,
#page-container #centralcontainer #right-centralcolumn #tours-container .extendablecontainer .nonextendablebox h1
{
	font-size:20px;
	width:300px;
	float:left;
	padding:0 0 0 10px;
	color: #333333;
	margin: 10px 0 15px 0;
}
div.extendablebox h2 , div.nonextendablebox h2{
	
	margin: 0;
	color: #333333;
	width:300px;
	float:left;
	padding: 0 0 10px 10px;
	margin: 0;
}
div.extendablebox .price-details p,
div.nonextendablebox .price-details p
 { 
	margin:0;
	padding:0 0 0 10px;
	display:inline;
	width: auto;
	font-size: 13px;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}
div.extendablebox .price-details a,
div.nonextendablebox .price-details a
 {
	width: auto;
	font-size: 13px;
	color: #000066;
	float: left;
	text-decoration: underline;

	
}

div.extendablebox div.price-details p.price,
div.nonextendablebox div.price-details p.price
{
	color:#cc0000;
	text-decoration: none;
}


div.extendablebox img.longthumb,
div.nonextendablebox img.longthumb
 {
	width: 250px;
	height: 125px;
	float: right;
	position: relative;
	top: 13px;
	right: 10px;
}

div.extendablebox img.bookthumb,
div.nonextendablebox img.bookthumb
 {
	width: 250px;
	height: 125px;
	float: right;
	position: relative;
	top: 13px;
	right: 10px;
}


.titlediv-details{
 clear:both; 
 position:relative;
 top:-5px;}
 
 .price-details, div.extendablebox div.inquiry,
 div.nonextendablebox div.inquiry
 
 {margin:0;
	padding:0;
	clear: both;
	width:300px;
	height:auto;
}

div.extendablebox div.inquiry img,
 div.nonextendablebox div.inquiry img
 {margin-left:10px;}
.section-tourdetail div.price {
	font-size:13px;
	padding-left: 5px;
}


#last-borderbottom { clear:both;border-bottom:1px solid #777;width:99%;
	margin: 0 auto; } /* this div
is purposed to set a bottom border to the last titlediv*/




.section-tourdetail {
	width:96%;
	margin:0 auto 10px auto;
	text-align:left;
	padding: 5px;
	clear: both;
}
.section-tourdetail img.tourimg {
	float: left; margin:13px 3px 0 3px;
}
.section-tourdetail p.tour-righttext {
	float:right;
	width: 400px;
} 

.first { padding:5px 0 5px 5px; background-color: #EFECFF;}

.section-tourdetail h1{
	font:bold 16px Geneva, Arial, Helvetica, sans-serif;
	color: #5E0000;
	margin: 3px 5px;
}
.section-tourdetail h2{
	font:bold 1em Geneva, Arial, Helvetica, sans-serif;
	color: #5E0000;
	margin: 3px 0 15px 5px;
	font-size: 15px;
}
.section-tourdetail h3{
	margin: 5px 0 15px 5px;
	font-size: 13px;
}


.section-moredetails {
	text-align:right;
	position: relative;
}
.left.section-moredetails {
	text-align:left;
	}
.inquiry {
	text-align:left;
	height: 15px;
	width: 110px;
	cursor:pointer;
	color: #cc0000;
	font-weight: bold;
	font-size:13px;
}
div.inquiry img { margin-right:5px;}	


.closedivimg-container { position: relative; width:100%}
.closedivimg, .closepopupimg {
	position:absolute;
	top:2px;
	right:3px;
	height:16px;
	width:16px;
	background-image:url(../travel/images/shared/close-cross.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	visibility: hidden;
}
.closediv-link {
	text-align: right;
	width: 98%;
	visibility: hidden;
}
.closediv-link img{
	cursor:pointer;
	float: right;
	margin-left:2px;
}
.closediv-link h6{
	padding:2px 0 0 0;
	margin:0;
	font-size: 10px;
} 
.clearboth { clear:both}

#bottomlinks{
	width:100%;
	padding:4px 0;
	background-color:#999999;
	clear:both;
	color:#FFFFFF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer{
margin-top:10px;
padding:0;
height:46px;
width:100%;
overflow:hidden;
background-image:url(http://manstouch.co.uk/shared/bottombar-aboutterms.gif);
background-repeat:no-repeat;}
	/* clickable zones on the footer*/    
	#zoneabout { float:left; width:60px; height:12px; margin-left:15px; margin-top:27px;}  
    #zoneterms { float:left; width:55px; height:12px; margin-left:8px; margin-top:27px;}
    #zonecontact{ float:left; width:295px; height:17px; margin-left:10px; margin-top:23px;}
    #zonehomepage{ float:left; width:160px; height:17px; margin-left:-125px; margin-top:6px;}  
	#footer a span {
	position: absolute;
	left: -500em;
	top: -500em;
	text-indent: -500em;
	visibility: hidden;
}    
	/*end of clickable zones*/
img.larrysign {margin:0 10px 10px 10px}

#page-container #centralcontainer #left-centralcolumn .leftcolumn-scrolldiv p{
	width: 90%;
	margin: 10px 0;}


#bottomlinks a {
	color: #FFFFFF;
	margin: 0 2px;
	font-weight: normal;
}
.closediv-link a {
	color: #B70000;
	font-weight: bold;
	margin: 5px;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
#right-tabwindow td {
	padding-left: 15px;
}

.colored-text { color:#cc0000; font-weight:normal;}



#form {
	background-image: url(../travel/images/shared/dizzybackground-moreclear.jpg);
	margin-bottom: 20px;
	width: auto;
}
 #form table {
	margin: 0 10px 0 15px;
}
#form span {
	float:right;
	width: 240px;
}
#form h1{
	font-size:25px;
	font-family: "Arial", Helvetica, sans-serif;
	color: #BEBEE0;
	padding: 5px 0 0 20px;
	font-weight: lighter;
}
#form p {
	width: 85%;
	margin: 15px 7%;
	font-size: 13px;
	font-weight: normal;
}


.lefttitles-container{
	margin: 0px 0 40px 0;
}


/**********************************************/

.left-title{
	height:auto;
	background-color: #ccc;
	margin: 0;
	padding: 3px 0 0 0;
	position: relative;
	border-top: 1px solid white;
	z-index: 99;
}
.left-title.last{border-bottom:1px solid white;}

.left-title h1{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 0 7px;
	padding: 0;
}

.left-content {
	display:block;
	position:relative;
	left:0;
	top:0;
	padding:0 0 15px 15px;
	width:190px;
	border: 1px solid #000;
	overflow: auto;
	color:#000000;
	background-color:#FFFFFF;
	height: auto;
	max-height: 400px; /* Moz, Opera.. */
}

.left-content div{
	width:90%;
	text-align:center;
	margin: 10px auto;
}
.left-content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333 !important;
	letter-spacing: normal;
	font-weight: 300;
	font-size: 12px!important;
	line-height: 11pt;
}
.left-content h5{
	color:#6F0E7C;
	font-size:1.8em;
	margin:20px 20px 50px 20px;
	font-family: "Times New Roman", Times, serif;
}
.left-content h4 {
	margin: 0;
	padding: 10px 0 10px 10px;
}
/*********************************************/


.fastlink{
	height:20px;
	background-color: #260221;
	margin: 0;
	padding: 3px 0 0 0;
	border-top: 1px solid #fff;
	position: relative;
}
.fastlink.last{border-bottom:1px solid white;}

.fastlink h1{
	font-size: 10px;
	color: #000;
	margin: 0 0 0 7px;
	padding: 0;
}
#fastlinks {
	padding:0;
	margin-bottom: 40px;
}

#fastlinks  a {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}




#left-whatson {
	margin-bottom:40px;
	padding:0;
	color: #999999;
	width: 100%;
}
#left-whatson a:hover{ color:#BAC0FE;}

#left-whatson div.title {
	height:35px;
	background-color:#999999;
	overflow: hidden;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: 0 0 10px 0;
}
#left-whatson div p {
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#left-whatson div.title h1 {
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:8px 0 0 15px;
	font-size: 14px;
	font-weight: bold;
}

#left-whatson p {
	color:#444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 5px;
}
#left-whatson p.colored { color:#777;}

#left-centralcolumn p.littledescription {
	font-size:9px;
	margin: 2px 0;
	padding: 0;
	color: #111;
	letter-spacing: -1px;
}
.section-tourdetail p {
	
	font-size: 12px;
	clear: both;
}

.popupform {
	height:auto;
	width:400px;
	position:relative;
	visibility:visible;
	top: 0px;
	left: 0px;
	border: 1px solid #666;
	background-color: #000000;
	font-size:13px;
	padding:0;
	}
div.popupform h1{
	font-size:16px;
	margin-top: 16px;
	margin: 16px 0 10px 0;
	}	
div.popupform h2{
	font-size:12px;
	margin: 0;
	padding: 0;
	}	
	
.popupform table{
color:#000;
}
.popupform table th{
height:80px;
text-align:center;
}
.popupform table tfoot tr td{
height:120px;
text-align:center;
padding:15px 0 0 0;
}
.popupform table tfoot tr td textarea{
margin:10px 0;
}
.popupform table tr
{text-align:right;
}
.popupform table tr td
{width:40%;
}
.popupform table tr td + td
{text-align:left;}

#tours-container {
	text-align:center;
	position: relative;
	z-index: 1;
	padding-bottom: 10px;
}

.extendablecontainer {margin:0; padding:0;}

#last-tourscontainerspacing { height:20px;}

#whatson1,#whatson2,#whatson3,#whatson4 {
	margin:0 0 0 5px;
	text-align:left;
}
.details a {
	color: #000066; text-decoration:none;
}
.details a:hover {
	text-decoration:underline;
}

.inquiry p{
	display: block;
	margin: 5px;
} 


.whatson {
	margin:0 0 0 10px;
	display: block;
}
.whatsonpop {
	text-align:center;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
/*#title1 {z-index:89;} #title2 {z-index:88;}
#title3 {z-index:87;} #title4 {z-index:86;}
#title5 {z-index:85;} #title6 {z-index:84;}
#title7 {z-index:83;} #title8 {z-index:82;}
#title9 {z-index:81;} #title10 {z-index:80;}
#title11 {z-index:79;} #title12 {z-index:78;}
#title13 {z-index:77;} #title14 {z-index:76;}
#title15 {z-index:75;} */

.table1 {
	width:95%;
	font-size:14px;
	border:1px outset #333;
	margin:10px 2% 0 2%;
	overflow: auto;
}
.table1 tr,.table1 td {padding:2px; border:1px solid #E6E6E6;} 
.table1 thead > tr > td:first-child { background:white;}
.table1 thead {background-color: #E6E6E6; font-weight:bold;}
.table1 tr > td:first-child { background-color: #EFE9FE;} 

.table2 {
	width:95%;
	font-size:14px;
	border:1px outset #333;
	margin:10px 2% 0 2%;
	overflow: auto;
}
.table2 tr,.table2 td {padding:2px; border:1px solid #E6E6E6; } 
.table2 thead tr td{font-weight:bold;}

.table2 tfoot {text-align:right;}
.table2 tfoot tr td input{background-color:#444;}
.table2 tbody tr td:last-child{text-align:right;}

.table2 tbody tr td.select{
	text-align:center;
}

body#photography .table2 tbody tr td:last-child{text-align:center;}
body#photography .table2 tbody tr.infos{text-align:center;}



/************These classes are purposed to customize the left little boxes 
Just add a second class to any left-title CONTAINER (class=lefttitles-container)
 to change its background color********************************/

div.lefttitles-container.history > .left-title {
background-color: olive;
	}
	
/****/
div.lefttitles-container.events > .left-title {
background-color: #7B1534;
	}
	div.lefttitles-container.events > .left-title > h1{
color: orange;
	}
.topmargin1 { margin-top: 10px;}
.topmargin2 {margin-top: 30px;}
.topmargin3 {margin-top: 50px;}
.topmargin4 {margin-top: 100px;}
.topmargin5 {margin-top: 150px;}
.topmargin6 {margin-top: 200px;}

#navigation {
	margin:10px 5px 20px 0;
	font-size: 13px;
	text-align: right;
	color: #000;
}
#navigation a{
	color:#FF0000;
}
#navigation a:hover{
	color:#5E0000;
}


#breadscrumbs{
	margin:5px 0 0 3%;
	text-align: right;
	color: #FFFFFF;
	width: 90%;
	font-family:verdana,geneva,helvetica,"trebuchet MS",arial,non-serif;
	font-size: 15px;
	padding: 10px 0 0 0;
}


body#photography #breadscrumbs{
	margin:0 0 20px 8%;
	padding: 0;
	font-size:13px;
}



#breadscrumbs img {
	margin: 0 7px;
}

#breadscrumbs a,
#breadscrumbs a:active,
#breadscrumbs a:visited {
	color:#7C7C7C;
	font-size: 15px;
}


body#photography #breadscrumbs a,
body#photography #breadscrumbs a:active,
body#photography #breadscrumbs a:visited {
	color:#7C7C7C;
	font-size: 13px;
}



#breadscrumbs a:hover
{
	color:#FFFFFF;
}




div#single-product {
	padding-top:45px;
}

body#photography div#single-product p{
	margin:5px 10px;
	padding:0;
}




div#leftmain-menu {
	padding:35px 0 20px 0;
}

.poppingsmallimg { width:auto; height:auto; }
.poppingsmall { width:300px; height:auto; }
.poppingmedium { width:450px; height:auto;}
.poppinglarge { width:650px; height:auto;}

.poppingsmall p,
.poppingmedium p,
.poppinglarge p
{ width:98%;}


.qmcbox table {
	background-color:#FFF;
}
.qmcbox table img {
	margin:10px;
	border: none;
}

body#mensunderwear div.containermatch {

	background: #fff;
}
div.products h2 {
	font-weight:lighter;
	letter-spacing: -2px;
	font-size: 26px;
	color: #ECE9D8;
}
div.columndescription table {
	width:96%;
	margin: 0 auto;
}

body#photography div.columndescription table {
	margin-top: 30px;
}

div.columndescription table td.submit {
	padding: 15px 15px 0 0;
	text-align: right;
}



div.columndescription form input {
	background-color: #444;
	color: #FFFFFF;
	border: 1px solid #fff;

}

div.columndescription hr{

width:70%; margin:20px 15%;
}


#top-menu{
	width:80%;
	height:35px;
	padding:7px 0 0 0;
	color:#999;
	text-align:center;
	font-family:verdana, geneva, helvetica, trebuchet MS, arial, non-serif;
	font-size:15px;
	clear:both;
	margin:0 auto 6px auto;
	line-height:13px;

}
div.menu_com,div.menu_com a  { color:#fff;
text-align:center;
font-size:15px;
font-family:verdana,geneva,helvetica,"trebuchet MS",arial,non-serif; }

div.menu_com {  
padding:6px 0;}

div.menu_com span{ color:#666666;}

div.menu_com a:hover{ text-decoration:underline; color:#FF0000;}
div.menu_com a:active{ color:#333;}
div.menu_com a:visited{ color:#fff;}

div#noGallery { text-align:center; }
div #noGallery img { margin:50px auto; }

body#photography div #noGallery img { margin:20px auto; }


/*For underwear:*/
div#single-product span.black { border: 1px solid #333; padding:0 2px;} 
div#single-product span.white { background-color:white; color:black;padding:0 2px;} 
div#single-product span.blue { color:blue;} 
div#single-product span.red { color:red;} 
div#single-product span.yellow{ color:yellow;} 
div#single-product span.green{ color:green;} 
div#single-product span.orange { color:orange;} 
div#single-product span.turquoise { color:turquoise;} div#single-product span.turqoise { color:turquoise;} 
div#single-product span.grey{ color:gray;} div#single-product span.gray { color:gray;} 
div#single-product span.pink { color:pink;} 
div#single-product span.brown { color:brown;} 
div#single-product span.charcoal { color: #464646;} 
div#single-product span.pistachio { color:#D7F1CC;} div#single-product span.pistache { color:#D7F1CC;}
div#single-product span.camel { color: #CC741C;} 
div#single-product span.lime { color: #33FF33;} 
div#single-product span.camouflage { color: #012103;} 
div#single-product span.beige { color: beige;} 

.bc1 {
	padding:0;
	color: #555 !important;
}
.bc2 {padding:0; color:#777 !important;}
.bc3 {padding:0; color:#999 !important;}
.bc4 {padding:0; color:#666 !important;}

.collectionstitle {
	margin:0px 5px 18px 0;
	text-align: center;
	position: relative;
}

.collectionstitle h2{
	margin:0;
	padding:0;
	color: #333;
	text-align: center;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
}

span.typeselecton,
span.typeselectoff {
	margin:0 0 0 5px;
	font-weight:normal;
	font-size:12px;
}

span.typeselecton, span.typeselecton a {color:#cc0000 !important;}
span.typeselectoff, span.typeselecton a {color:#777 !important;}

table.mozstyle { 
margin:0 1px;
	-moz-border-radius : 3px 3px 3px 3px;
	margin:2px auto 0 auto; width:95%;
	border: 2px solid #333; 
	}

div#artistinfos {
	margin:0 auto;
	min-height:300px;
	color: #fff;
	font-family:verdana,geneva,helvetica,"trebuchet MS",arial,non-serif;

}


div#artistinfos h1,div#artistinfos h2,div#artistinfos h3,div#artistinfos p{
color:#fff;}

div#artistinfos h3 { margin:40px 0 20px 0;}

.hide  { display:none;}
.show { display:block;}

.descriptiontitle {
	text-decoration:underline;
	font-size: 12px;
}

/*img[src="/images/blackbottom.gif"] {
	margin:20px 0 0 15%;
	border:1px solid #999;
}
*/

