html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
    width:60px;
}

.container_12 .grid_2 {
    width:140px;
}

.container_12 .grid_3 {
    width:220px;
}

.container_12 .grid_4 {
    width:300px;
}

.container_12 .grid_5 {
    width:380px;
}

.container_12 .grid_6 {
    width:460px;
}

.container_12 .grid_7 {
    width:540px;
}

.container_12 .grid_8 {
    width:620px;
}

.container_12 .grid_9 {
    width:700px;
}

.container_12 .grid_10 {
    width:780px;
}

.container_12 .grid_11 {
    width:860px;
}

.container_12 .grid_12 {
    width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
    padding-left:80px;
}

.container_12 .prefix_2 {
    padding-left:160px;
}

.container_12 .prefix_3 {
    padding-left:240px;
}

.container_12 .prefix_4 {
    padding-left:320px;
}

.container_12 .prefix_5 {
    padding-left:400px;
}

.container_12 .prefix_6 {
    padding-left:480px;
}

.container_12 .prefix_7 {
    padding-left:560px;
}

.container_12 .prefix_8 {
    padding-left:640px;
}

.container_12 .prefix_9 {
    padding-left:720px;
}

.container_12 .prefix_10 {
    padding-left:800px;
}

.container_12 .prefix_11 {
    padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
    padding-right:80px;
}

.container_12 .suffix_2 {
    padding-right:160px;
}

.container_12 .suffix_3 {
    padding-right:240px;
}

.container_12 .suffix_4 {
    padding-right:320px;
}

.container_12 .suffix_5 {
    padding-right:400px;
}

.container_12 .suffix_6 {
    padding-right:480px;
}

.container_12 .suffix_7 {
    padding-right:560px;
}

.container_12 .suffix_8 {
    padding-right:640px;
}

.container_12 .suffix_9 {
    padding-right:720px;
}

.container_12 .suffix_10 {
    padding-right:800px;
}

.container_12 .suffix_11 {
    padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
    left:80px;
}

.container_12 .push_2 {
    left:160px;
}

.container_12 .push_3 {
    left:240px;
}

.container_12 .push_4 {
    left:320px;
}

.container_12 .push_5 {
    left:400px;
}

.container_12 .push_6 {
    left:480px;
}

.container_12 .push_7 {
    left:560px;
}

.container_12 .push_8 {
    left:640px;
}

.container_12 .push_9 {
    left:720px;
}

.container_12 .push_10 {
    left:800px;
}

.container_12 .push_11 {
    left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
    left:-80px;
}

.container_12 .pull_2 {
    left:-160px;
}

.container_12 .pull_3 {
    left:-240px;
}

.container_12 .pull_4 {
    left:-320px;
}

.container_12 .pull_5 {
    left:-400px;
}

.container_12 .pull_6 {
    left:-480px;
}

.container_12 .pull_7 {
    left:-560px;
}

.container_12 .pull_8 {
    left:-640px;
}

.container_12 .pull_9 {
    left:-720px;
}

.container_12 .pull_10 {
    left:-800px;
}

.container_12 .pull_11 {
    left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

html { overflow-y: scroll; }

body {
    background-color: #e7e7e7;
    color: #222;
    font-family: Verdana, Myriad, Arial, sans-serif;
    font-size: 12px;
    line-height:1.5em;
}

a img {border:none;}

address {font-style: normal;}

/* ALIGNEMENT
-------------------------------------------------------------- */
.AC { text-align: center; }
.AG { text-align: left; }
.AD { text-align: right; }
.AJ { text-align: justify; }

/* BOUTONS */
.bouton a, .bouton button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#e4e4e4;
    background-image:  url(/design/style/cylindre-glossy-fond.png);
    background-position:  left center;
    background-repeat:  repeat-x;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    border:1px solid #bcbcbc;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#343434;
    cursor:pointer;
    padding:4px 10px 5px 7px; /* Links */
}
.bouton button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.bouton button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.bouton button img, .bouton a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
    vertical-align: top;
}

button:hover, .bouton a:hover{
    text-decoration:none;
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.bouton a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.bouton .AC {
    float: none;
    margin: 1em auto;
    text-align: center;
}
.bouton .AD {
    float: right;
    text-align: center;
}

/* ACTION */
button.action, .bouton a.action{
    background-color:#ffc600;
    color:#333;
}
.bouton a.action:hover, button.action:hover{
    background-color:#ff9a00;
    border:1px solid #000;
    color:#000;
}
.bouton a.action:active{
    background-color:#ff6800;
    border:1px solid #333;
    color:#333;
}

/* POSITIVE */
button.positive, .bouton a.positive{ color:#529214;}
.bouton a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.bouton a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */
.bouton a.negative, button.negative{
    color:#d12f19;
}
.bouton a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.bouton a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* formulaire */
.formulaire fieldset {
    border-width: 1px 0 0;
    border-color: #ddd;
    border-style: solid;
    padding-top: .5em;
}
.formulaire label {
    font-weight:bold;
    cursor:pointer;
    margin:0;
    padding:0 1em;
    text-align:right;
    width:13em;
    color:#555;
    display: block;
    float: left;
}
.formulaire label.labelAD {display: inline; float: none; margin-left: 14em;}
.formulaire legend {font-weight:bold;font-size:1.2em; margin-bottom: 1em;}
.formulaire textarea {width:60%;height:250px;padding:5px;}
.formulaire p {min-height: 23px;}
.formulaire form span {
    float: right;
    margin-right:2em;
}

/* `Widths
----------------------------------------------------------------------------------------------------*/

.input_tiny {
    width: 50px;
}

.input_small {
    width: 100px;
}

.input_medium {
    width: 150px;
}

.input_large {
    width: 200px;
}

.input_xlarge {
    width: 250px;
}

.input_xxlarge {
    width: 300px;
}

.input_full {
    width: 100%;
}

/*
	Added via JS to <textarea> and class="input_full".
	Applies to IE6, IE7. Other browsers don't need it.
*/
.input_full_wrap {
    display: block;
    padding-right: 8px;
}

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/

/*
	Separate rule for Firefox.
	Cannot stack with WebKit's.
*/
.placeholder_text {
    color: #777;
}

::-webkit-input-placeholder {
    color: #777;
}

::-moz-focus-inner {
    border: 0;
}

input[type=search]::-webkit-search-decoration {
    display: none;
}

input,
button,
select,
textarea {
    margin: 0;
    outline: 0;
    vertical-align: middle;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #ddd url(/design/style/button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial, sans-serif;
    padding: 5px 15px 6px;
    overflow: visible;
    text-shadow: #fff 0 1px 1px;
    width: auto;

    /* IE7 */
    *padding-bottom: 3px;
}

button[disabled],
input[type=reset][disabled],
input[type=submit][disabled],
input[type=button][disabled] {
    color: #777;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: #000;
    padding: 2px 3px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    height: 1.8em;

    /* IE7 */
    *padding-top: 1px;
    *padding-bottom: 1px;
    *height: auto;
}

textarea[disabled],
select[disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled] {
    background-color: #eee;
    color: #777;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    -moz-box-shadow: #06f 0 0 7px;
    -webkit-box-shadow: #06f 0 0 7px;
    box-shadow: #06f 0 0 7px;

    /* for Opera */
    z-index: 1;
}

.is_webkit select {
    /* Tweaks for Safari + Chrome. */
    background-image: url(/design/style/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

textarea,
select[multiple] {
    height: auto;
}

select[multiple],
.is_webkit select[multiple] {
    background-image: none;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
}

optgroup {
    color: #000;
    font-style: normal;
    font-weight: normal;
}

/* BLOC DE CONTENU */
.bloc {
    background-color:#eee;
    border:.5em solid #eee;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    margin:0 auto 1.5em;
    overflow:hidden;
}
.bloc h2 {color: #111;}
.bloc .titre, .bloc h2.titre  {
    background:#333 url(/design/style/cylindre-glossy-fond.png) center left repeat-x;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    color: #fff;
    margin:0 0 .5em;
    padding:.5em;
}
.bloc img {vertical-align:middle;}
.titre img {float: right;}

.bloc .formulaire legend {
    color: #555;
    padding: 0 1em;
    font-weight: normal;
}

.bloc .formulaire label {
    font-weight: normal;
    width: 30%;
}

.bloc iframe {
    display: block;
    margin: 0 auto 1em;
}

.bloc dt {
    color: #f90;
    font-size: 1.2em;
    font-weight: normal;
}
.bloc dd {margin-bottom: .5em;}

/* Header
-------------------------------------------------------------- */
#header {
    background: #000 url(/design/style/cylindre-glossy-fond.png) center left repeat-x;
    color: #fff;
    overflow: hidden;
}

#header > div {
    border-bottom: 5px solid #f90;
    overflow: hidden;
}

#logo {
    margin: 0;
    padding: 0;
    float: left;
}

#recherche {
    height: 40px;
    padding: 10px 0 0 10px;
    float: left;
    width: 285px;
}
#recherche fieldset {
    position:relative;
}
#recherche legend { display: none; }
#recherche input {
    height: 28px;
    line-height: 28px;
    border: none;
    padding: 0 2px;
    width: 280px;
}
#recherche button {
    border: none;
    position:absolute;
    z-index:100;
    left:245px;
    bottom:0;
    background:none;
    padding:0;
    margin:0;
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
}
* html .ui-autocomplete {
    height: 200px;
}

#nav {
    width: 785px;
    height: 27px;
    float: left;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

#nav li { float: left; }

#nav a {
    display: block;
    color: #f90;
    background: #fff1dd;
    height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    border-top: 2px solid #000;
    width: 140px;
}
#nav a:hover, #nav a:focus, #nav a:active {
    background: #fda;
    border-top-color: #fda;
    line-height: 23px;
}
.nav-homepage #nav .nav-homepage,
.nav-catalogue #nav .nav-catalogue,
.nav-commande #nav .nav-commande,
.nav-client #nav .nav-client,
.nav-contact #nav .nav-contact {
    background-color: #f90;
    border-top-color: #f90;
    line-height: 25px;
    color: #fff;
}

#hgroup {
    background: #fff;
    padding: 1.5em 0;
    margin-bottom: 1em;
}

h1, h2 {
    font-family: Verdana, Myriad, Arial, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 2em;
    text-indent: 10px;
    line-height: 1.5em;
}

/* Contenu
-------------------------------------------------------------- */
p, dl, address { margin-bottom: 1.5em; }

h2 {
    font-size: 1.3333em;
    line-height: 1.125em;
    margin-bottom: 1.125em;
    color: #777;
}

#contenu {
    background: #fff;
    overflow: hidden;
    padding: 1.5em 0;
}

a {
    color: #f90;
    text-decoration: none;
}
a:hover, a:focus { text-decoration: underline; }

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}

.navhub {list-style-type: none; margin-bottom: 1.5em}
.navhub li {
    padding: .2em 20px;
    background: transparent url(/design/style/page_white_go.png) left center no-repeat;
}

/* Footer
-------------------------------------------------------------- */

#footer {
    background: #000;
    color: #ddd;
    height: 30px;
    line-height: 30px;
    font-size: .9em;
}

#footer p {text-align: right;}

#footer a {
    text-decoration: none;
    color: #ddd;
}

#breadcrumbs {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1em;
}

#breadcrumbs li {
    padding:0 5px;
    float: left;
}

#infosPratiques {
    position: absolute;
    top: 6px;
    height: 50px;
    left:50%;
    margin-left: -5px;
}
#infosPratiques p {
    color: #eee;
    margin: 0;
    float: left;
    height: 40px;
    padding: 0;
    width: 500px;
}
#infosPratiques a {
    color: #eee;
}

#copyright {
    font-size: .8em;
    text-align: center;
    color: #999;
    padding: 5em 0;
}
#copyright a {color: #999;}

/* Infos
-------------------------------------------------------------- */
#infos {
    color: #444;
    margin-top: 2em;
    overflow: hidden;
}

#infos dd ul, #infos p, #infos address {margin: 0 .5em .5em;}

#infos a {
    color:#444;
    text-decoration:none;
}
#infos a:hover, #infos a:focus {text-decoration:underline;}

#infos dt {
    color:#555;
    font-size:1.1em;
    margin:0 .5em .5em;
    font-weight: bold;
}

#infos dl {
    float:left;
    margin:0 0 0 10px;
    border-left:#999 1px dotted;
    width: 19em;
}

#infos dd { margin-left:0; }

#infos ul { list-style:none; }

/* Homepage
-------------------------------------------------------------- */
#edito {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    margin-bottom: 1.5em;
    overflow: hidden;
}

#edito p {margin-bottom: .5em;}

#edito div { margin: 1em .5em;}

#edito ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#edito li a {
    background: #eee url(/design/style/cylindre-glossy-fond.png) left center repeat-x;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    color: #555;
    display: block;
    font-weight: bold;
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    margin: 10px 1em;
    outline: none;
    padding: 0 10px;
    text-decoration: none;
    width: 130px;
}
#edito li a:hover, #edito li a:focus, #edito li a.selected {
    color: #fff;
    background-color: #999;
}

.choix-tampon dl {
    border: 1px solid #ddd;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    padding: 0;
}

.choix-tampon dt {
    font-weight: bold;
    color: #222;
    background-color: #ddd;
    text-align: center;
    padding: .2em 0;
    margin-bottom: .5em;
}
.choix-tampon dd {
    padding: 0;
    margin: 0;
}

.choix-tampon li {
    float: left;
}

.choix-tampon a {
    color: #000;
    display: block;
    width: 98px;
    height: 120px;
    text-align: center;
    background: #fff url(/medias/home/choix-tampon.jpg) left top no-repeat;
    position: relative;
    text-decoration: none;
    font-weight: bold;
}
.choix-tampon a:hover {color: #f90;}
.choix-tampon a span, .choix-annexe a span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.choix-tampon a span.promotion {
    background: #c00 url(/design/style/cylindre-glossy-fond.png) left center repeat-x;
    bottom: 1.2em;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    color: #fff;
    margin-left: 18%;
    width: 60%;
    font-size: 1.3em;
    padding: 2%;
}

#printer-shiny {background-position: 0 0;}
#printer-trodat {background-position: -300px 0;}
#printer-colop {background-position: -600px 0;}
#pro-shiny {background-position: -100px 0;}
#pro-trodat {background-position: -400px 0;}
#pro-colop {background-position: -700px 0;}
#poche-shiny {background-position: -200px 0;}
#poche-trodat {background-position: -500px 0;}
#poche-colop {background-position: -800px 0;}

#printer-shiny-dateur {background-position: 0 -120px;}
#printer-trodat-dateur {background-position: -300px -120px;}
#printer-colop-dateur {background-position: -600px -120px;}
#pro-shiny-dateur {background-position: -100px -120px;}
#pro-trodat-dateur {background-position: -400px -120px;}
#pro-colop-dateur {background-position: -700px -120px;}
#reiner-dateur {background-position: -200px -120px;}
#sign-dateur {background-position: -800px -120px;}
#reiner-marqueur {background-position: -500px -120px;}

body.js #edito-expedition {display: none;}

#promo {
    background:#FBE3E4;
    border: 1px solid #c00;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    text-align: center;
    color: #c00;
    font-size: 1.3333em;
    line-height: 1.125em;
    margin-bottom: 1.125em;
    padding: .5em;
}

#promo a {
    color: #c00;
    text-decoration: none;
}

.choix-annexe li { float: left; }
.choix-annexe a {
    background-image: url(/medias/home/choix-catalogue.jpg);
    background-repeat: no-repeat;
    display: block;
    color: #000;
    margin: 0 0 1.5em 39px;
    width: 156px;
    height: 100px;
    position: relative;
    text-decoration: none;
    font-weight: bold;
}
.choix-annexe a:hover {color: #fc0;}
.choix-annexe .tampons-bois {
    margin-left: 0;
    background-position: 0 0;
}
.choix-annexe .encrage { background-position: -1048px 0; }
.choix-annexe .timbre-a-sec { background-position: -540px 0; }
.choix-annexe .digistamp { background-position: -368px 0; }
.choix-annexe .kit-uv { background-position: -1384px 0; }
.choix-annexe .cachet-cire {
    margin-left: 0;
    background-position: -187px 0;
}
.choix-annexe .timbre-seul { background-position: -1216px 0; }
.choix-annexe .tampons-formule { background-position: -711px 0; }
.choix-annexe .tampons-eco { background-position: -880px 0; }

/* Contact
-------------------------------------------------------------- */
.nav-contact .bloc {min-height: 570px;}
#contact-qr {float: right; margin-right: 1em;}

/* Catalogue
-------------------------------------------------------------- */
#contenu .menu {
    list-style-type:none;
    margin:0 0 2em;
}

#contenu .menu > li {
    background:#eee;
    border:1px solid #ccc;
    margin:0 0 1em;
}

#contenu .menu > li a {
    background:#ddd url(/design/style/cylindre-glossy-fond.png) left center repeat-x;
}

#contenu .menu ul li a {
    background:#eee;
    border:none;
    margin:0;
}

#contenu .menu a {
    display:block;
    padding:.3em;
    color:#000;
    font-weight:bold;
}

#contenu .menu a:hover, #contenu .menu a:active, #contenu .menu a:focus {
    text-decoration:none;
    background-color:#fff;
    border-color:#f90;
    color:#f90;
}

/* Catégorie
-------------------------------------------------------------- */
#cat-liste, #prod-liste {list-style-type: none; margin: 1em 0 0;}

#cat-liste li, #prod-liste li {
    float:left;
    display:block;
    margin:0 0 1em 25px;
    width: 200px;
}
#cat-liste li p {
    width:100%;
    font-weight: bold;
    height: 40px;
}
#cat-liste img {
    width: 200px;
    height: 200px;
}

#prod-liste li {
    margin:0 0 1em 10px;
    width: 160px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    height: 255px;
    cursor:pointer;
    padding:5px 0 0;
    position:relative;
}
#prod-liste li:hover {border-color:#f90;}
#prod-liste a:hover {text-decoration:none;color:#f90;}
#listing-cplt img, #prod-liste img {
    width: 160px;
    height: 133px;
}
#prod-liste p {
    text-align: center;
    margin: 0 2px 0.2em;
}
#prod-liste .small {line-height: .3em;}

#prod-liste .prix, #prod-liste .prix-promo {
    display:block;
    position:absolute;
    bottom:0;
    font-size:1.2em;
    font-weight:bold;
    color:#333;
    text-align:center;
    width:100%;
}
#prod-liste .prix-promo {color:#f00;}

.filAriane {margin:0 0 1em;}

ul#listing-cplt {list-style-type: none; margin: 0; overflow: hidden;}
#listing-cplt li {
    float: left;
    margin: 0 15px 10px 0;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    width: 160px;
    height: 195px;
    padding:5px 0 0;
    position:relative;
    background-color: #fff;
    overflow: hidden;
}
.commande #listing-cplt li {margin: 0 14px 5px;}
#listing-cplt li:hover {border-color:#f90;}
#listing-cplt a:hover {text-decoration:none;color:#f90;}

#listing-cplt p {
    text-align: center;
    margin: 0 2px 0.2em;
}

#suivi-qrCode {background: url(/design/colorbox/loading.gif) center center no-repeat;}

/* Page Produit
-------------------------------------------------------------- */
#prod-visuel, #prod-marque-visuel, #art-visuel a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#art-ecommerce {clear: right; }
#prod-prix, #prod-prix_promo {
    float: right;
    background-color: #f90;
    color: #fff;
    font-weight: bold;
    padding: .3em;
    font-size: 1.3em;
}
#prod-prix_promo {background-color: #e00;}

#qte {text-align: center;}

#art-ecommerce fieldset, #formAdresses fieldset {border: none; margin-bottom: 0.2em;}
#art-ecommerce legend, #formAdresses legend {display: none;}
#art-option {margin-bottom: 0; width: 100%;}
#art-ecommerce th {
    width: 15em;
    text-align: right;
    font-weight: normal;
    color: #222;
}
#art-ecommerce th, #art-ecommerce td {vertical-align: top; padding: .2em;}
#art-ecommerce label {width:10em; cursor: pointer;}
#art-ecommerce button.action {width: 20em;}
#art-ecommerce input, #art-ecommerce select {margin: 0 1em;}


/* Personnalisation
-------------------------------------------------------------- */
#formPelReset {
    border-top: 1px dotted #ccc;
    margin: 1.5em 0;
    padding: 1.5em .5em;
}

#formPelReset legend {
    font-style: italic;
    margin-bottom: .5em;
}
#formPelTexte legend {
    font-size: 1.2em;
    margin-bottom: .5em;
}
#formPelTexte label {
    font-weight: bold;
    cursor: pointer;
}
#formPelTexte td {
    border-bottom: 1px dotted #fff;
}

#previsualisation  {
    text-align: center;
    padding: 1em;
}

#previsualisation img {
    display: block;
    margin: 0 auto;
}

#uploadPersoZone {
    width: 50%;
    margin:0 1em;
    float:right;
    border: 1px solid #333;
    border-collapse: collapse;
}
#uploadPersoZone td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #333;
    padding:.5em;
}

/* Commande
-------------------------------------------------------------- */
#com-filAriane {
    margin: 1em 0;
    padding: 0;
    overflow: hidden;
}
#com-filAriane li {
    background: #eee url(/design/style/cylindre-glossy-fond.png) left center repeat-x;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    float: left;
    text-align: center;
    width: 225px;
    margin: 0 4px;
    padding: 5px 0;
}
#com-filAriane li a {
    display: block;
    text-decoration: none;
}

.tableau {font-size:1.1em; border-collapse:separate;border-spacing:0;margin-bottom:1.4em;width:100%;}
.tableau caption, .tableau th, .tableau td {padding:4px 10px 4px 5px; }
.tableau, .tableau td, .tableau th {vertical-align:middle;}
.tableau tr.r1 td, .tableau tr.r0 td {border-bottom:1px solid #eee;}
.tableau tr.r1 td {background-color:#f5f5f5;}
.tableau tr.r0 td {background-color:#fff;}
.listing tr:hover td {background-color:#f90; color: #fff;}


#formAdrF {clear: left;}
#formAdresses .bloc address {
    min-height: 110px;
    padding-left: 1em;
}

#formMdl label {width: 100%; text-align: left;}

#formPaiement button {width: 220px;}

p.puce {
    padding: .2em 0 .2em 26px;
    background-position:4px 4px;
    background-repeat: no-repeat;
    margin: .3em 0 0;
}
.puce-ok {background-image:url(/design/style/tick.png);}
.puce-alerte {background-color:#fff5cc;background-image:url(/design/style/exclamation.png);font-weight: bold;}

/* KW_Msg
-------------------------------------------------------------- */
.KW_Msg {list-style-type:none;margin:1em;padding:0;}
.KW_Msg_Error, .KW_Msg_Notice, .KW_Msg_Success, .KW_Msg_Info, .KW_Msg_Neutre {padding:.8em;margin-bottom:1em;border:1px solid #ddd; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.KW_Msg_Error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.KW_Msg_Notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.KW_Msg_Success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.KW_Msg_Info {border-color:#009ADF; background:#BDE5F8;color:#00529B;}
.KW_Msg_Neutre {border-color:#ccc; background:#eee;color:#222;}
.KW_Msg_Error a {color:#8a1f11;}
.KW_Msg_Notice a {color:#514721;}
.KW_Msg_Success a {color:#264409;}
.KW_Msg_Info a {color:#00529B;}
.KW_Msg_Neutre a {color:#222;}

/* Jquery Validator
-------------------------------------------------------------- */

.inputContainer{position:relative; float:left;}
.formError {
    position:absolute;
    top:300px; left:300px;
    display:block;
    z-index:5000;
    cursor:pointer;
}
#debugMode{
    background:#000;
    position:fixed;
    width:100%; height:200px;
    top:0; left:0;
    overflow:scroll;
    opacity:0.8;
    display:block;
    padding:10px;
    color:#fff;
    font-size:14px;
    z-index:100000;
}

.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
.formError .formErrorContent {
    width:100%;
    background:#ee0101;
    color:#fff;
    width:150px;
    font-family:tahoma;
    font-size:11px;
    border:2px solid #ddd;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding:4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.greenPopup .formErrorContent {background:#33be40;}

.blackPopup .formErrorContent {background:#393939;color:#FFF;}

.formError .formErrorArrow{
    width:15px;
    margin:-2px 0 0 13px;
    z-index:5001;
}
.formError .formErrorArrowBottom{top:0;margin:-6px;}

.formError .formErrorArrow div{
    border-left:2px solid #ddd;
    border-right:2px solid #ddd;
    box-shadow: 0px 2px 3px #444;
    -moz-box-shadow: 0px 2px 3px #444;
    -webkit-box-shadow: 0px 2px 3px #444;
    font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
}
.formError .formErrorArrowBottom div{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div{background:#33be40;}
.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

.formError .formErrorArrow .line10{width:15px;border:none;}
.formError .formErrorArrow .line9{width:13px;border:none;}
.formError .formErrorArrow .line8{width:11px;}
.formError .formErrorArrow .line7{width:9px;}
.formError .formErrorArrow .line6{width:7px;}
.formError .formErrorArrow .line5{width:5px;}
.formError .formErrorArrow .line4{width:3px;}
.formError .formErrorArrow .line3{width:1px;
                                  border-left:2px solid #ddd;
                                  border-right:2px solid #ddd;
                                  border-bottom:0px solid #ddd;}
.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/design/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url(/design/colorbox/controls.png) -100px 0 no-repeat;}
#cboxTopRight{width:21px; height:21px; background:url(/design/colorbox/controls.png) -129px 0 no-repeat;}
#cboxBottomLeft{width:21px; height:21px; background:url(/design/colorbox/controls.png) -100px -29px no-repeat;}
#cboxBottomRight{width:21px; height:21px; background:url(/design/colorbox/controls.png) -129px -29px no-repeat;}
#cboxMiddleLeft{width:21px; background:url(/design/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(/design/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(/design/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(/design/colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/design/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(/design/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(/design/colorbox/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url(/design/colorbox/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(/design/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.

    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/design/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(/design/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(/design/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(/design/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(/design/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(/design/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(/design/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }



/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(/design/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/design/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Autocomplete 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
*/
.ui-autocomplete { position: absolute; cursor: default; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
*/
.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
