@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a, a:active, a:link, a:visited {
	text-decoration: none;
	outline: none;
	color:#fff;
}

a:hover{
	color:#ff0099;
}

body {
	background: #34373a url(images/bg.jpg) left top repeat-x;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	color: #FFF;
}

.clear {
	clear: both;
}

#background {
	width: 100%;
	height: 100%;
	background: transparent url(images/bg-welcome.jpg) center top no-repeat;
}

#background-2 {
	width: 100%;
	height: 100%;
	background: transparent url(images/bg-in.jpg) center top no-repeat;
}

#main-content {
	width: 980px;
	height: auto;
	margin: 0 auto;
}

/*		UPPER-MENU		*/

#upper-menu {
	height: 20px;
	float: right;
}

#upper-menu ul {
	list-style: none;
}

#upper-menu ul li {
	display: inline-block;
	float: left;
	margin: 3px 2px;
}

#upper-menu ul li a {
	color: #FFF;
}

/*		PANIER / LOGIN		*/

#panier-login {
	height: 60px;
	width: 980px;
	margin-top: 10px;
}

#panier {
	background: transparent url(images/panier.jpg) right 4px no-repeat;
	width: 190px;
	height: 60px;
	float: left;
	text-align: right;
	padding-right: 60px;
	margin-left: 320px;
}

#panier ul {
	list-style: none;
}

#panier ul li a {
	color: #FFF;
}

#login {
	width: 375px;
	/*height: 60px;*/
	float: left;
	text-align: right;
	margin: 5px 0 0 35px;
}

#login div div {
	float: left;
}

#login .input-field {
	background: transparent url(images/bg-login.jpg) left top no-repeat;
	border: none;
	width: 120px;
	height: 12px;
	padding: 4px 5px;
	color: #999;
	font-size: 11px;
	margin-right: 5px;
}

#id_button {
	background: transparent url(images/submit.jpg) left top no-repeat;
	border: none;
	width: 105px;
	/*height: 15px;*/
	color: #fff;
	font-size: 11px;
	padding: 2px 0 3px 0;
	cursor: pointer;
}

#login p {
	text-align: right;
	margin-top: 3px;
}

#login p a {
	color: #ff0099;
}

/*		TOP MENU		*/

/*#menu {
	width:100%;
	height: 15px;
	margin: 25px auto 0 50%;
	position:relative;
	left:-25%;
}

#menu ul {
	list-style: none;
	margin:0 auto;
}

#menu ul li {
	display: inline-block;
	float: left;
	text-transform: uppercase;
	padding: 0 8px;
}

#menu ul li a {
	color: #FFF;
}*/

#menu {
	/* height: 15px; */
	margin-left:160px;
	width:750px;
	text-align:justify;
}

/* this is the main UL element*/
#dropdown-menu{
	visibility:hidden;
	margin:0;
	list-style:none;
	width:100%;
}

/* these are the inner menus*/
#dropdown-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
#dropdown-menu li{
	margin:0;
	padding:0px;
	width:83px;
	cursor:pointer;
	text-align:center;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
#dropdown-menu a{
	text-decoration:none;
	color:#FFF;
	width:100%;
	text-transform:uppercase;
}

#dropdown-menu a:hover{
	color:#ff0099;
}

/* these are the LIs that only belong to submenu*/
#dropdown-menu ul li{
	background:#000;
	border:1px solid #333;
	text-transform:lowercase;
}

/* these are the LIs that contains a submenu*/
#dropdown-menu li.submenu{
	/*padding-left:0px; -- à n'utiliser que si on fait une fleche en fond*/
	width:83px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
#dropdown-menu ul li.submenu{
	background:#000;
	padding:5px;
	width:83px;
}


/*		PRODUITS / FLASH SLIDESHOW		*/

#products {
	width: 760px;
	height: 220px;
	float: right;
	margin-top: 8px;
}

#quick-products {
	width: 410px;
	float: left;
	padding-top: 205px;
}

#quick-products a {
	color: #ff0099;
}

#slideshow {
	float: left;
	width: 340px;
	height: 220px;
	margin-left: 10px;
	z-index: 5;
}

/*		PARTENARIAT		*/

#partenariat {
	background: transparent url(images/partenariat.jpg) left top no-repeat;
	width: 775px;
	height: 70px;
	float: right;
	margin-top: 5px;
}

#partenariat p{
	margin: 50px 15px 0 16px;
	float: left;
	width:250px;
}

#part-banniere {
	width: 465px;
	height: 57px;
	float: left;
	margin: 10px 0 0 29px;
}

/*		SHOP		*/

#shop {
	width: 980px;
	height: auto;
	margin-top: 15px;
}

/*		SIDEBAR		*/

#sidebar {
	width: 205px;
	float: left;
	padding-top: 100px;
}

#sidebar-2 {
	width: 205px;
	float: left;
	padding-top: 380px;
}

.sidebar-block {
	background-color: #333;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 50px 8px 10px 8px;
	width: 189px;
	margin-bottom: 10px;
}

.sidebar-block h1 {
	font-size: 14px;
	font-weight: normal;
	color: #ff0099;
	border-bottom: #212121 1px solid;
	padding-bottom: 5px;
	text-align: center;
}

.sidebar-block h1 a {
	color: #ff0099;
}

/*		COUP DE COEUR		*/

#coup-coeur {
	background-image: url(images/coup-de-coeur.jpg);
}

.coeur-desc {
	width: 100%;
	border-bottom: #212121 1px solid;
	border-top: #3f3f3f 1px solid;
	padding: 10px 0;
}

.prod-small-img {
	width: 60px;
	float: left;
	margin-top: 3px;
}

.prod-small-img img {
	width: 60px;
}

.prod-small-desc {
	float: left;
	width: 120px;
	margin-left: 8px;
}

.prod-small-desc a {
	color: #ff0099;
	margin-left: 2px;
}

.icon-cdc {
	width: 100%;
	border-top: #3f3f3f 1px solid;
}

.small-price {
	background: transparent url(images/flower-medium.jpg) left top no-repeat;
	width: 75px;
	height: 51px;
	text-align: center;
	padding-top: 24px;
	font-weight: bold;
	float: left;
}

.small-price-1 {
	background: transparent url(images/flower-medium.jpg) left top no-repeat;
	width: 75px;
	height: 51px;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size:15px;
	float: left;
}

.small-icons {
	width: 114px;
	float: left;
	margin-top: 12px;
}

.small-icons img {
	width: 30px;
	margin: 0 0 3px 7px;
	float: left;
}

/*		PARTENAIRES		*/

#partenaires {
	background-image: url(images/partenaires.jpg);
	width: 194px;
	padding-left: 5px;
	padding-right: 6px;
}

#partenaires img {
	width: 194px;
	margin-bottom:10px;
}

/*RECHERCHE*/
#recherche{
	background-image: url(images/recherche.jpg);
	width: 194px;
	padding-left: 5px;
	padding-right: 6px;
}

#recherche p{
padding-left:50px;
text-align:left;
padding-top:15px;
padding-bottom: 15px;
}

#recherche .submit{
	background: transparent url(images/ok.gif) left top no-repeat;
	border: none;
	width: 20px;
	/*height: 15px;*/
	color: #fff;
	font-size: 11px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	margin-top:-2px;
}

#recherche form{
	text-align:center;
}

#recherche .input-field{
	background: transparent url(images/bg-login.jpg) left top no-repeat;
	border: none;
	width: 120px;
	height: 12px;
	padding: 4px 5px;
	color: #999;
	font-size: 11px;
	margin-right: 5px;

}

#recherche form{
	text-align:center;
	background:url(images/bg-search.jpg) center no-repeat;
	height:100px;
}
/* NEWSLETTER */
#newsletter{
	background-image: url(images/newsletter.jpg);
	width: 194px;
	padding-left: 5px;
	padding-right: 6px;
}

#newsletter p{
padding-left:50px;
text-align:left;
padding-top:15px;
padding-bottom: 15px;
}

#newsletter form{
	text-align:center;
	background:url(images/bg-newsletter.jpg) center no-repeat;
	height:100px;
}

#newsletter .input-field{
	background: transparent url(images/bg-login.jpg) left top no-repeat;
	border: none;
	width: 120px;
	height: 12px;
	padding: 4px 5px;
	color: #999;
	font-size: 11px;
	margin-right: 5px;

}

#newsletter .submit{
	background: transparent url(images/ok.gif) left top no-repeat;
	border: none;
	width: 20px;
	/*height: 15px;*/
	color: #fff;
	font-size: 11px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	margin-top:-2px;
}
/* CADDIE */
#caddieside{
	background-image: url(images/yourcart.jpg);
	width: 194px;
	padding-left: 5px;
	padding-right: 6px;
}

#caddieside ul{
	list-style:none;
		text-align:right;
}

#caddieside li a{
	color:#fff;
}

#caddieside li a:hover{
	color:#ff0099;
}

#caddieside .pan-ul{
margin-top:15px;
}

#caddieside .caddie-ul{
	background: transparent url(images/cart.jpg) left top no-repeat;

}

/*ACTUALITéS*/
#actu-side{
	background-image: url(images/actus.jpg);
	width: 194px;
	padding-left: 5px;
	padding-right: 6px;
}
#actu-side p{
	margin-bottom:15px;
}

#actu-side h1{
	border-bottom:0;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
}

#actu-side ul{
	list-style:none;
}

#actu-side ul li a{
	color:#fff;
}

#actu-side ul li a:hover{
	color:#ff0099;
}

/*		VENTES FLASH / MEILLEURES VENTES		*/

#shop-sells {
	width: 760px;
	height: auto;
	margin-left: 15px;
	float: left;
}

.best-flash {
	background-color: #333;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

/*		Ventes Flash		*/
#vente-flash {
	background-image: url(images/vente-flash.jpg);
	padding: 60px 20px 5px 30px;
	width: 710px;
}

.flash-prod {
	width: 100%;
	clear: both;
	padding-bottom:10px;
}
.prod-separator{
	margin-top:3px;
	margin-bottom:3px;
	border-bottom:1px solid #3f3f3f;
	border-top:1px solid #212121; 
}

.flash-prod-img {
	width: 90px;
	float: left;
	text-align:center;
}

.flash-prod-img img{
	/*width: 82px;*/
	margin:0;
	padding:0;
	
}

.p-image{
	margin-bottom:3px;
}

.flash-prod-desc {
	width: 480px;
	float: left;
	margin-left: 15px;
}

.flash-prod-desc h1 {
	font-size: 18px;
	font-weight: normal;
	color: #ff0099;
	float: left;
}

.flash-prod-desc a {
	color: #ff0099;
}

.flash-prod-desc h1{
	height:40px;
	background:url(images/stripes.jpg) bottom center no-repeat;
}

p.days-left {
	float: left;
	padding-top: 6px;
	margin-left: 10px;
}

.flash-description {
	width: 100%;
	margin-top: 5px;
	padding:3px;
}

.flash-description a {
	margin-left: 2px;
}

.flash-prod-price {
	background: transparent url(images/flower-large.jpg) left top no-repeat;
	float: left;
	width: 95px;
	height: 65px;
	padding-top: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin: -5px 0 0 15px;
}

.flash-prod-price-1 {
	background: transparent url(images/flower-large.jpg) left top no-repeat;
	float: left;
	width: 95px;
	height: 65px;
	padding-top: 36px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: -5px 0 0 15px;
}

.flash-icons {
	width: 100%;
	margin-top: 10px;
}

.flash-icons img {
	float: left;
}

.flash-icons p {
	float: left;
	margin: 5px 5px 0 5px;
}

/*		Meilleures ventes		*/
#best-sells {
	background-image: url(images/best-sells.jpg);
	width: 720px;
	padding: 60px 20px 5px 20px;
}

.best-separator {
	width: 0px;
	height: 225px;
	border-right: #212121 1px solid;
	border-left: #3f3f3f 1px solid;
	float: left;
	margin: 10px 20px 0 15px;
}

.best {
	width: 215px;
	height: 245px;
	float: left;
	margin-bottom: 50px;
}

.best-title {
	background:#333 url(images/stripes.jpg) left bottom no-repeat;
	width: 210px;
	height: 65px;
}

.best-title h1 {
	font-size: 18px;
	font-weight: normal;
	color: #ff0099;
	text-align: center;
}

.best-title h1 a{
	color: #ff0099;
}

.best-desc {
	height: 85px;
	margin-top: 5px;
}

.best-img {
	float: left;
	margin-top: 3px;
}

.best-img img {
	width: 82px;
}

.best-desc-prod {
	float: left;
	width: 110px;
	margin-left: 10px;
	text-align:justify;
}

.best-desc-prod a {
	color: #ff0099;
	margin-left: 2px;
}

.icon-best {
	width: 200px;
}

.best-price {
	background: transparent url(images/flower-large.jpg) left top no-repeat;
	float: left;
	width: 95px;
	height: 65px;
	padding-top: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top : -5px;
}

.best-price-1 {
	background: transparent url(images/flower-large.jpg) left top no-repeat;
	float: left;
	width: 95px;
	height: 65px;
	padding-top: 36px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top : -5px;
}

.best-icons {
	float: left;
	width: 100px;
	margin: 15px 0 0 5px;
}

.best-icons img{
	float: left;
	width: 30px;
	margin: 0 0 5px 3px;
}

/*listing magasins*/

#listing {
	background-image: url(images/block-magasin.jpg);
	width: 720px;
	padding: 60px 20px 5px 20px;
}


.breadcrumb{
margin-bottom:10px;
background:#000;
border:1px solid #333;
}

.breadcrumb ul, .breadcrumb li{
	list-style-type : none;
	padding:0;
	margin:0;
}

#crumbs {
	height:2.3em;
}

#crumbs li{
	float:left;
	line-height:2.3em;
	padding-left:.75em;
	color:#777;
	
}

#crumbs li a{
	display : block;
	padding : 0 15px 0 0;
	background:url(images/bread-sep.jpg) no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited{
	text-decoration:none;
	color:#777;
	text-transform:uppercase;
}

#crumbs li a:hover, #crumbs li a:focus {
	color:#ff0099;
}


.catname{
	font-size:23px;
	text-transform:uppercase;
	position:relative;
	top:-50px;
	left:10px;
	font-weight:bold;
	/*visibility:hidden;*/
	margin-bottom:0;
}

.catname-full{
	font-size:36px;
	/*visibility: hidden;*/
	position:relative;
	left:87px;
	top:20px;
	width:600px;
}

.addcart{
	text-align:right;
}

/*				FOOTER				*/

#footer {
	width: 100%;
	background:#000 url(images/bg-footer.jpg) left top repeat-x;
	padding-bottom: 20px;
}

#footer-center {
	width: 980px;
	margin: 0 auto;
}

.footer-block {
	float: left;
	padding-top: 55px;
	width: 248px;
}

.footer-block ul {
	list-style: none;
}

.footer-separator {
	width: 0px;
	height : 267px;
	border-right: #212121 1px solid;
	border-left: #3f3f3f 1px solid;
	float: left;
	margin: 15px 0;
}

/*		Iconographie		*/
#iconographie {
	background: transparent url(images/iconographie.jpg) center top no-repeat;
	width: 230px;
}

#iconographie ul {
	margin-left: 60px;
}

#iconographie ul li {
	padding-left: 40px;
	padding-top: 5px;
	height: 25px;
}

#icono-stock {
	background: transparent url(images/icon-stock.gif) left top no-repeat;
}

#icono-flash {
	background: transparent url(images/icon-flash.gif) left top no-repeat;
}

#icono-coeur {
	background: transparent url(images/icon-coeur.gif) left top no-repeat;
}

#icono-promo {
	background: transparent url(images/icon-promo.gif) left top no-repeat;
}

#icono-new {
	background: transparent url(images/icon-new.gif) left top no-repeat;
}

#icono-express {
	background: transparent url(images/icon-express.gif) left top no-repeat;
}

/*		Acces Rapide		*/
#acces-rapide {
	background: transparent url(images/quick-acces.jpg) center top no-repeat;
}

#acces-rapide ul{
	margin-left: 40px;
	margin-top: 5px;
}

#acces-rapide a {
	color: #FFF;
}

/*		Panier			*/
#footer-panier {
	background: transparent url(images/votre-panier.jpg) center top no-repeat;
}

#infos-panier {
	background: transparent url(images/caddy.jpg) left top no-repeat;
	text-align: right;
	width: 190px;
	margin: 5px auto;
}

#footer-panier .pan-ul {
	margin: 20px 0 0 30px;
}

#footer-panier ul li a{
	color: #FFF;
}

/*		Infos / contact		*/
#footer-infos {
	padding-top: 15px;
	background: transparent url(images/phone-guy.jpg) 5px 10px no-repeat;
}

#footer-infos ul {
	margin: 0 0 0 50px;
}

#secure {
	background: transparent url(images/secure.jpg) center bottom no-repeat;
	height: 65px;
	width: 100%;
	text-align: center;
	margin-top: 130px;
}

/*pagination*/
#pagination-flickr{
	float:right;
}
#pagination-flickr li{
    border:0; margin:0; padding:0;
    font-size:11px;
    list-style:none;
	float:left;

}
#pagination-flickr a{
    border:solid 1px #DDDDDD;
    margin-right:2px;
}

#pagination-flickr .active a{
    background:#151515;
	color:#ff0099;
    font-weight:bold;
    display:block;
    float:left;
}
#pagination-flickr a:link, #pagination-flickr a:visited {
    display:block;
    float:left;
    padding:3px 6px;
    text-decoration:none;
}
#pagination-flickr a:hover{
    border:solid 1px #666666;
}




.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: #233;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #333;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}



/* preview onmouseover */

#preview{
	position:absolute;
	border:0;
	background:#000;
	padding:5px;
	display:none;
	color:#fff;
	}

/*  */

/* countdown */
#countdown p{
float:left;
}
#countdown div{
width:75%;
}

#countdown .fs_bg{
background:url(images/fs_bg.jpg) repeat-x;
height:40px;
font-size:18px;
padding-top:8px;
}

#countdown .fs_left{
background:url(images/fs_left.jpg) right no-repeat;
width:60px;
height:40px;
padding:0;
margin:0;
}

#countdown .fs_right{
background:url(images/fs_right.jpg) left no-repeat;
width:20px;
height:40px;
}

.yellow{
	color:#ff0099;
	padding-left:2px;
	padding-top:2px;
}

/* zoom img */

.zoom-img{
	position:absolute;
	padding-left:35px;
	z-index:5;
}

/* block-cat-gen */

#block-cat-gen{
	background:url(images/block-cat-gen.gif) top center no-repeat;
	width:760px;
	height:80px;
	margin-bottom:10px;
}

.subcatmenu{
	border:1px solid #333;
	background:#000;
	padding:20px;
	margin-bottom:10px;
}

#menulist1{

}

#menulist1 li{
	list-style:none;
	width:150px;
	display:inline-block;
	text-align:left;
}



/*votre compte*/

.styleAlert{
font-size:14px;
background:#ff0099;
border:3px solid #ffffff;
padding:5px;
margin:10px;
font-weight:bold;
}

.welcome-msg{
font-size:14px;
font-weight:bold;
margin-bottom:10px;
}

.important{
color:#ff0099;
}

.remise{
font-size:14px;
padding:5px;
margin:10px;
font-weight:bold;
}

.acc-title{
font-size:14px;
text-transform:uppercase;
text-decoration:underline;
}

.pending-command{
	padding:5px;
	margin:10px;
}

.create-me td{
height:30px;
}

.acc-record{
background: url(images/submit.jpg) left top no-repeat;
border:none;
width: 105px;
height: 15px;
color: #ffffff;
font-size: 11px;
padding: 2px 0 20px 0;
cursor: pointer;
}

.sub-button{
	width:310px;
	text-align:right;
}

/* Caddie Payment*/

.tablepay td{
	padding:5px;
}

.alt-1{
	background:#666;
}

.alt-2{
	background:#777;
}

tr.alt-1:hover{
	background:#888;
}

tr.alt-2:hover{
	background:#999;
}

#qt-input{
	position:relative;
	top:-2px;
}

#qt-ok{
	border:0;
	background:url(images/ok2.gif) center;
	width:20px;
	height:20px;
	cursor:pointer;
}

#deliver-ok{
	border:0;
	background:url(images/ok2.gif) center;
	width:20px;
	height:20px;
	cursor:pointer;
}

.optionCaddieTop a{
	font-size:14px;
	color:#fff;
	cursor:default;
}

.optionCaddieTop {
	margin-top:15px;
}

.optionCaddieBottom {
	border-bottom:1px dotted #666; 
	padding-bottom:15px;
}

/*livraison*/
.deliver-me .input-style{
	background:url(images/bg-login.jpg) top left no-repeat;
	width:120px;
	border:0;
	padding:3px;
	color:#666;
}
.deliver-me td{
	padding:3px;
	vertical-align:top;
}

#continuer{
	background:url(images/continuer.jpg) center no-repeat;
	width:120px;
	height:20px;
	border:0;
}

/*paiement process*/
.TABLE1{
width:100%;
}

.TABLE1 hr{
height:20px;
border-bottom:1px dotted #666;
border-top:0;
border-left:0;
border-right:0;
margin-bottom:20px;
}

/*cheque cadeaux*/
#cc{
	background:url(images/cc-frame.jpg) top center no-repeat;
	width:535px;
	height: 200px;
	margin:0 auto;
}

#cc-form1{
	text-align:right;
	position:relative;
	top:50px;
	right:8px;
	font-size:30px;
	color:#000;
}

#cc-form1 .input-style{
	width:80px;
	font-size:30px;
	text-align:right;
	border:0;
	margin-bottom:15px;
}

.submit-cart{
	background:url(images/add-cart.jpg) top center no-repeat;
	width:115px;
	height:30px;
	border:0;
	cursor:pointer;
}

#cc-form2{
	position:relative;
	top:30px;
	left:190px;
}

#cc-form2 .input-style{
	border:0;
	width:150px;
	background:transparent;
	font-size:11px;
	color:#666;
}

#cc-form2 .ok-check{
	border:0;
	background:url(images/ok2.gif) center;
	width:20px;
	height:20px;
	position:relative;
	top:2px;
	cursor:pointer;
}

/*your account*/

.acc-title{
	text-decoration:none;
	border-bottom:1px #666 dotted;
	font-size:18px;
	margin-top:20px;
	margin-bottom:10px;
}

.pending-command input{
	width:130px;
}

.nbr-caddy{
	background:#151515;
	padding:10px;
	margin:10px;
	border:3px #fff dotted;
}

.nbr-caddy img{
	position:relative;
	top:4px;
}

.nbr-caddy a{
 	text-transform:capitalize;	
}

.nbr-caddy a:hover{
 	text-transform:capitalize;
}

.fontrouge{
	text-align:center;
	color:#fff;
	font-size:11px;
}

/*cddie link*/

.submit-out{
	background:url(images/outstock.jpg) top center no-repeat;
	width:115px;
	height:30px;
	border:0;
	cursor:pointer;
}
