﻿h1.vigneti{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	background-color:#9BAAB1;
	display:block;
	width:216px;
	height:25px;
	padding-top:20px;
	padding-left:20px;
	text-align:left;
}

div.pnlUser
{
	 color:#666;
	 font-size:12px;
	 font-family:Arial, Helvetica, sans-serif;
	 height:15px;
	 width:220px;
	 padding-left:16px;
}
div.pnlUser a:link
{
	color:#666;
}
ul#catLeft,ul#loginLeft
{
	
	margin:15px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
ul#loginLeft
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:20px;
}
ul#loginLeft li
{
	padding-bottom:12px;
}
ul#catLeft li a,ul#catLeft li a:link,ul#catLeft li a:visited  
{
	padding-left:20px;
	padding-top:2px;
	padding-bottom:3px;
	width:216px;
	height:16px;
	color:#83888B;
	display:block;

}

ul#catLeft li a:hover, ul#catLeft li a:active,ul#catLeft li a.active
{
	background-color:#D0D4D7;
	
}

div.pnlLeftCategorie a,div.pnlLeftCategorie link:active,div.pnlLeftCategorie link:visited
{
    font-family:Arial,Verdana;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
	text-align:left;
}

div.pnlRight
{
    
    border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	text-align:left;
	width:718px; height:306px;
	margin:0px;
	
}

div.topCategoryPath
{
	margin:3px;
	padding:3px;
	border-bottom:dotted 1px #ccc;
	
}

div.topCategoryPath, div.topCategoryPath a:link,div.topCategoryPath link:active,div.topCategoryPath a:visited
{
    font-family:Arial,Verdana;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
	color:#000;
}


div.stripCategory
{
    padding-left:18px;
 }
div.pnlCategory ul
{
    list-style-type:none;
    padding:0px;
    margin:0px;
 }
div.pnlCategory ul li
{
    float:left;
    width:150px;
    margin:3px;
 }
 
 div.pnlCategory h1{
	 font-family:Arial, Helvetica, sans-serif;
	 color:#000;
	 font-size:16px;
	 font-weight:bold;
	 display:block;
	 margin:3px;
	 padding:3px;
	 border-bottom:dotted 1px #ccc;
	 
 }
 
 div.pnlCategory ul li a
 {
    font-family:Arial,Verdana;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
    margin:auto auto;
 }
 
 div.pnlProducts{padding-top:-10px;overflow:auto;height:140px;}
 div.pnlProducts table{margin-left:3px;width:695px;}
 div.pnlProducts table th{font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;}
 div.pnlProducts table td{font-family:Arial, Helvetica, sans-serif;font-size:11px;}
 
 div.pnlProducts h1{
	 font-family:Arial, Helvetica, sans-serif;
	 color:#000;
	 font-size:16px;
	 font-weight:bold;
	 display:block;
	 margin:3px;
	 padding:3px;
	 border-bottom:dotted 1px #ccc;
	 
 }
 
  div.pnlProducts th
 {
     font-family:Arial,Verdana;
     font-size:12px;
     font-size:bold;
     text-align:left;
 }
 div.pnlProducts td
 {
     font-family:Arial,Verdana;
     font-size:12px;
     padding:2px;
 }
 
ul#overlayList{list-style:none;}
 
/* the overlayed element */ 
.overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#fff; 
    padding: 10px;
    width:675px;     
    min-height:200px; 
    border:1px solid #ccc; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 10px 5px #ccc; 
    -webkit-box-shadow: 0 0 10px #ccc;     
} 
 
/* close button positioned on upper right corner */ 
.overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
.doOverlay
{
    cursor:pointer;
    
}
.doOverlay:hover
{
    cursor:pointer;
    background-color:#ccc;
    
}
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 600px; 
    height:98px; 
	
} 
div.scrollable ul.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
div.scrollable ul li
{
text-align:center;
}

div.scrollable ul li a:link,div.scrollable ul li a:visited
{
	color:#000;
	text-decoration:none;
	
}
div.scrollable ul li a:active,div.scrollable ul li a.active
{
	color:#000;
	text-decoration:underline;
	
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 


div.middleStripTopMargin{
	margin-top:10px;
}
