img { border: 0; }
a { outline: 0; }
a, input[type="image"] { outline: 0; }

p, h1, h2, h3, h4, h5, h6, li, textarea, input, label, div, legend, select, td, tr, th, dt, dd {
    color: #222;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 0;
    padding: 0;
    display: block;
}

p {
    font-size: 10pt;
    line-height: 20px;
    margin: 0px 0px 13px 0px;
}

.highLeading p {
    line-height: 2em;
}

p.first {
    position: relative;
    margin: 36px 0 0; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times, serif; 
    margin: 0px 0px 0px 0px; 
    line-height: 1.2em; 
    font-style: italic;
}

h1  {
    font-size: 18pt;
    margin: 0px 0px 20px 0px; 
}

img.h1 {
    position: absolute;
    left: 350px;
    top: 205px;
}

h2  {
    font-size: 14pt;
    margin: 0px 0px 10px 0px; 
}
img.h2 { margin: 44px 0px 25px 0px; }

h3  {font-size: 12pt;}
img.h3 { margin: 0px 0px 20px 0px;}

h4  {font-size: 10pt;}
img.h4 { margin: 20px 0px 20px 0px;}

h5  {
    font-size: 10pt; 
    text-transform: uppercase; 
    font-style: normal; 
    letter-spacing: 1px; 
    font-family: Verdana, Helvetica, sans-serif;
}

h6  {font-size: 10pt;}

a:link, a:visited, .hilite {
    color: #fff;
    text-decoration: none;
}

/*#iframeBody * > a:link {
    color: blue;
}*/

a:hover {
    text-decoration: underline;
}

#listHeader {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

#flowerLine {
    position: absolute;
    top: 10px;
    left: 0;
}

img.shopH1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

div.product {
    margin: 0px 0px 20px 0px;
}

p.productName {
    font-family: Georgia, Times, serif; 
    margin: 0px 0px 0px 0px; 
    line-height: 1.2em; 
    font-style: italic;
    font-weight: normal;
    text-align: center;
    width: 450px;
}

div.thumbnail p {
    font-size: 8pt;
    margin: 0px 0px 0px 0px;
}

#shopFrame div.thumbnail a {
    display: block;
    width: 165px;
    height: 83px;
    padding: 8px 0px 0px 0px;
    background: transparent url(../img/thumb-frame.png) no-repeat scroll top left;
}

span.read {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 8pt;
    font-weight: bold;
}

span.subtitle {
    font-weight: normal;
    font-style: normal;
    font-size: 10pt;
}

blockquote {
    font-size: 10pt;
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 0px 30px;
}

blockquote p {
    font-family: Georgia, "Times New Roman", serif;
    line-height: 20px;
    font-style: italic;
}

.superscr {
    font-size: 7pt;
    color: #009EC5;
    vertical-align: top;
}

#authMessage p,
#systemMessage p,
#systemMessage div.message {
    font-size: 13pt;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    background-color: transparent;
    border: 0;
    overflow: auto;
    padding: 0;
}

#footer p {
    color: #999;
    font-size: 8pt;
}

a.siteCredit {
    color: #999;
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px dotted #aaa;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
}

div.editText {
    display: none;
}

div.editText a {
    float: left;
    clear: both;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url('/img/edit.png') no-repeat scroll top left;
}

p.metadata {
    font-size: 8pt;
    color: #555;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 16px;
    text-transform: uppercase;
}



/* Forms **************************************/

form {
}

input, textarea, select {
    font-size: 10pt;
    padding: 3px 3px 3px 3px;
    border: 1px solid #ccc;
    background: #fff;
}

textarea {
    width: 422px;
}

div.borderedBlock textarea {
    width: 400px;
}

select {
    float: left;
    width: 240px;
}

select[multiple=multiple] {
}

option {
}

input[type=checkbox] {
    clear: both;
    float: left;
    margin: 0px 0px 0px 0px;
    border: 0;
    width: auto;
}

input[type=radio] {
    width:auto;
}

input[type=image] {
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}

input[type=text].frame,
input[type=email].frame{
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    padding-left: 10px;
    width:238px;
    height:35px;
    line-height: 35px;
    background-image: url("/img/inputframe.png");
    background-repeat: no-repeat;
    background-position: center;    
}

input[type=text].framebig,
textarea.framebig{
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    /*padding-left: 10px;*/
    width:422px;
    height:145px;
    /*line-height: 35px;*/
    padding-top: 15px;
    padding-left: 15px;
    background-image: url("/img/inputframebig.png");
    background-repeat: no-repeat;
    background-position: center;
    resize:none
}

fieldset {
    border: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

fieldset fieldset {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

fieldset fieldset div {
}

div.input,
div.submit {
    clear: both;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    width: 100%;
}

div.submit {
    padding: 0px 0px 10px 0px;
}

#formColumnLeft form div.input {
    width: 100%;
}

div.required {
}

div.input label {
    font-size: 9pt;
    display: block;
    padding: 5px 0px 3px 5px;;
    clear: both;
    text-align: left;
    float: right;
    width: 200px;
}

div.textarea label {
    font-size: 9pt;
    display: block;
    padding: 0px 0px 4px 0px;;
    width: 100%;
    text-align: left;
    float: left;
}

div.checkbox label {
    font-size: 9pt;
    display: block;
    padding: 1px 0px 0px 5px;;
    text-align: left;
    float: left;
    clear: none;
    width: 300px;
}

div.input input {
    float: left;
}

div.input input[type=text],
div.input input[type=password] {
    width: 238px;
}

div.borderedBlock form div.input input[type=text],
div.borderedBlock form div.input input[type=password] {
    width: 200px;
}

div.columnEdit form div.input input[type=text],
div.columnEdit form div.input input[type=password] {
    width: 460px;
}

div.columnEdit form div.textarea textarea {
    width: 632px;
}

div.radio label {
}

input.button,
input[type=submit] {
    display: block;
    cursor: pointer;
    padding: 3px 10px 3px 10px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    background: #666;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    clear: both;
    float: left;
    width: auto;
}

input.dimmed {
    background-color: transparent;
    border: 0;
}



/* This is for source_only editing */
textarea.sourceEditor {
    font-family: "Courier New", Courier, monospace;
    font-size: 9pt;
    color: #333;
    clear: both;
    width: 638px; /* widgEditor width set 6 of 6 (width - 2px) */
    height: 600px;
    padding: 0;
    margin: 0px 0px 0px 0px;
    border: 1px solid #ccc;
}

legend {
    color: #333;
    display: block;
    font-size: 14pt;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
}

span.categorySelect {
    margin: 0px 0px 0px 10px;
    padding: 0;
}

span.categorySelect select {
    float: none;
    position: inline;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

div.subscription {
    width: 100%;
    clear: both;
}

div.subscription input {
    float: left;
    margin: 0px 5px 0px 0px;
}

/* Two column form page ***************************/

div#formColumnLeft div.input.text input {
    float: left;
    width: 500px;
}

div#formColumnLeft div.input.text label {
    float: right;
    width: 120px;
}

div#formColumnRight div.input,
div#formColumnRight div.submit {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted #fff;
}

div#formColumnRight div.input label {
    width: auto;
    float: left;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
}

div#formColumnRight div.checkbox label {
    padding: 0px 0px 0px 5px;
    width: 250px;
}

div#formColumnRight div.input.checkbox input {
    width: auto;
}

div#formColumnRight div.input input[type=text],
div#formColumnRight div.input input[type=password] {
    width: 290px;
}

div#formColumnRight div.input select {
    width: 260px;
}

form div#formColumnRight p,
div.form p {
    /* margin: 0px 0px 0px 0px; */
}

div#formColumnRight #PostDisplayDateMonth { 
    clear: both;
    width: 120px;
    margin-right: 5px; 
}
div#formColumnRight #PostDisplayDateYear { width: 80px; margin-right: 5px; }
div#formColumnRight #PostDisplayDateDay { width: 50px; margin-right: 5px; }
div#formColumnRight #PostDisplayDateHour { width: 50px; margin-right: 5px; }
div#formColumnRight #PostDisplayDateMin { width: 50px; margin-right: 5px; }
div#formColumnRight #PostDisplayDateSecond { width: 50px; margin-right: 5px; }
div#formColumnRight #PostDisplayDateMeridian { width: 80px; margin-right: 5px; }

/* List *****************************************************************************************/

#content ul, #content ol {
    margin: 0px 0px 10px 0px;
}

#content li {
    font-weight: normal;
    /*margin: 0px 10px 4px 40px;*/
    padding: 0;
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
}

#content ol, #content ol li {
    list-style-type: decimal;
}


img.widgImage {
    display: block;
    /*
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 0px auto 20px auto;
    padding: 15px 14px 14px 15px;
    background: #fff;
    */
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 15px 0px;
}

img.alignRight {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 10px;
}

img.alignLeft {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 10px 0px;
}

img.pushLeft {
    position: absolute;
    left: -180px;
    top: 0px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.clearBoth {
    clear: both;
}

/* Paging *******************************************/

div.paging {
    float: left;
    clear: both;
    width: 600px;
    margin: 10px 0px 10px 170px;
    font-size: 10pt;
}

div.paging div.disabled {
    color: #ddd;
    display: inline;
}

div.paging span {
}

div.paging span.current {
    color: #000;
}

div.paging span a {
}


/* Tables ****************************************/

table {
    background: transparent;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}

td, tr, th {
    font-size: 10pt;
}

th {
    border-bottom: 1px dotted #666;
    text-align: center;
    padding: 4px;
}

th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}

th a:hover {
    color: #333;
    text-decoration: none;
}

table tr td {
    border-bottom: 1px dotted #666;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}

table tr.altrow td {
    background: #f4f4f4;
}

td.actions {
    text-align: center;
    white-space: nowrap;
}

td.actions a {
    margin: 0px 6px;
}

td.productName {
    text-align: left;
    vertical-align: middle;
    height: 35px;
}

td.productQuantity {
    text-align: center;
    vertical-align: middle;
}

input.productQuantity {
    width: 20px;
    text-align: right;
}

td.productPrice {
    text-align: right;
    vertical-align: middle;
}

td.productSubtotal {
    text-align: right;
    vertical-align: middle;
}

td.productRemove {
    vertical-align: middle;
}

td.grandTotal {
    height: 35px;
    text-align: right;
    vertical-align: middle;
}

td.productUpdate {
    text-align: center;
    vertical-align: middle;
}

input.productUpdate {
    float: none;
    margin: 0 auto;
}

td.address {
    text-align: left;
    width: 50%;
    vertical-align: top;
}

#addresses {
    margin: 20px 0px 0px 0px;
}

#addresses th {
    text-align: left;
}

#selectCountry,
#selectState {
    width: 100%;
    float: left;
    clear: both;
}

#selectCountry select,
#selectState select {
    float: right;
}

#selectCountry label,
#selectState label {
    float: left;
    width: 685px;
    text-align: right;
}

#shippingInfo {
    padding: 50px 0px 0px 0px;
}

p.warn {
    text-align: right;
}

/*  Actions  */

div.actions {
    float: left;
    width: 100%;
    clear: both;
    padding: 10px 0px 10px 0px;
}

div.actions ul {
    margin: 0px 0;
    padding: 0;
}

div.actions li {
    /*	display: inline; */
    display: block;
    float: left;
    list-style-type: none;
    margin: 0px 20px 0px 0px;
    white-space: nowrap;
}

div.actions ul li a {
    display: block;
    padding: 3px 8px 3px 8px;
    border: 1px solid #ccc;
    background: #e6e6e6;
}

div.actions ul li a:hover {
}

/* Scaffold View ********************/
dl {
}

dl.altrow {
    background: #f4f4f4;
}

dt, dd {
    font-size: 10pt;
    border-top: 1px solid #ccc;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}

dt {
    clear: both;
    float: left;
    width: 200px;
    color: #999;
    margin: 0px 10px 0px 0px;
}

dd {
    float: left;
    width: 540px;
}

/* Notices and Errors ******************/
div.message {
    clear: both;
    color: #900;
    font-weight: bold;
    margin: 1em 0;
}

div.error-message {
    clear: both;
    color: #F00;
    font-weight: normal;
    font-size: 10pt;
    margin: 3px 0px 0px 0px;
}

p.error {
    background-color: #e32;
    color: #fff;
    font-family: "Courier New", Courier, monospace;
    font-size: 8pt;
    padding: 0.8em;
    margin: 1em 0;
}

p.error em {
    color: #000;
    font-weight: normal;
}

.notice {
    background: #ffcc00;
    color: #000;
    display: block;
    font-family: "Courier New", Courier, monospace;
    font-size: 8pt;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    background: green;
    color: #fff;
}

.bannerSidebar {
    float: left;
    clear: both;
    margin: 0px 0px 20px 0px;
}

.bannerSidebar img {
    float: left;
}

.audioPlayer {
    display: block;
    margin: 5px 0px 5px 0px;
}

#introBlock p {
    font-size: 13pt;
    line-height: 22pt;
}

p.note {
    font-size: 9pt;
    line-height: 15px;
}

#profileImage {
    overflow: auto;
}

div.post {
    position: relative;
    clear: both;
    float: left;
    width: 600px;
    padding: 20px 0px 10px 0px;
    margin: 0px 0px 0px 170px;
    /*background: transparent url(/img/hr_single.png) repeat-x bottom left;*/
}

div.separation {
    position: relative;
    clear: both;
    float: left;
    width: 600px;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 170px;
    background: transparent url(/img/hr_single.png) repeat-x bottom left;
}

div.post p {
    line-height: 20px;
}

div.post.odd img.sideArt {
    position: absolute;
    left: -200px;
    top: 0px;
}

div.post.even img.sideArt {
    position: absolute;
    right: -200px;
    top: 0px;
}

div.comment {
    border: 1px solid #ddd;
    float: left;
    clear: both;
    width: 578px;
    padding: 3px 10px 0px 10px;
    margin: 0px 0px 20px 0px;
}

div.bigVideo {
    overflow: auto;
    margin: 0px 0px 20px 0px;
}

img.archiveView {
    margin: 0px 0px 10px 0px;
}

p.metadataIndex {
    font-size: 9pt;
    line-height: 16px;
    color: #333;
}

.addNew {
    font-size: 10pt;
    margin: 0px 0px 0px 10px;
}

div.thumbBlock {
    position: relative;
    width: 110px;
    height: 110px;
    float: left;
    margin: 0px 23px 50px 23px;
}

div.uploadBlock {
    border: 1px solid #ccc;
    width: 450px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    background: #fff;
}

div.thumbBlock p {
    font-size: 9pt;
    padding: 0px 5px 0px 5px;
    text-align: center;
    margin: 0;
}

img.thumbMedia {
    float: left;
    margin: 5px 0px 0px 5px;
}

input.searchSubmit {
    float: left;
    margin: 0;
    padding: 0;
}

input.subscribe,
input.searchField {
    font-size: 9pt;
    float: left;
    width: 200px;
    border: 1px solid #666666;
    color: #333333;
    margin: 0px 3px 0px 0px;
    padding: 3px 3px 3px 3px;
}

#emailSubscription {
    margin: 10px 0px 0px 0px;
}

div#rss {
    display: block;
    padding: 20px 0px 20px 0px;
}

div#rss img {
    vertical-align: middle;
}

/* Inside content */

#content div.meta {
    float: left;
    clear: both;
    border: 5px solid #e6e6e6;
    width: 570px;
    padding: 10px 10px 0px 10px;
    margin: 0px 0px 15px 0px;
}

#content div.meta h1 {
    font-size: 11pt;
}

#content div.meta p {
    margin: 0px 0px 5px 0px;
}

#content div.meta h2 {
    font-size: 10pt;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

#content div.meta p.small {
    font-size: 8pt;
    color: #666;
    margin: 0px 0px 0px 0px;
    line-height: normal;
}

#content div.meta div.social {
    margin: 10px 0px 0px 0px;	
}

#content div.paper {
    float: left;
    clear: both;
    width: 100%;
    padding: 15px 0px 0px 0px;	
}

#content div.promo {
    float: left;
    clear: both;
    width: 100%;
}

#content div.promo p {
    font-size: 9pt;
}

#content div.commentSection {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px 0px 0px 0px;	
    padding: 5px 0px 0px 0px;	
    border-top: 5px solid #e6e6e6;
}

#content div.comments {
    float: left;
    clear: both;
    width: 100%;
}

#content div.comment p.metadata {
    padding: 0px 0px 0px 0px;
    border: 0;
}

#content div.form {
    float: left;
    clear: both;
    width: 100%;
}

#content div.form textarea {
    width: 592px;
}

img.title {
    float: left;
    margin: 0px 0px 10px 0px;	
}

#content p.linkTitle {
    margin: 0px 0px 0px 0px;
}

#content p.linkDescr {
    margin: 0px 0px 10px 0px;
}

.small {
    font-size: 8pt;
}

span.options {
    font-size: 9pt;
    font-weight: normal;
    margin-left: 20px;
}

/* Custom Select ********************************************************/

#content .select {
    float: left;
    position: relative;
    display: block;
    top: -4px;
}

#content .select em {
    background: transparent url(/img/select-background.png) no-repeat right top;
    border: 1px solid #ccc;
    cursor: pointer;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
    width: 200px;
    height: 23px;
    line-height: 23px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

#content .select ul {
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: normal;
    display: none;
    left: 0;
    max-height: 152px;
    overflow-y: auto;
    position: absolute;
    top: 24px;
    width: 210px;
    z-index: 100;
}

#content .select ul.alignRight {
    left: auto;
    right: 0;
}

#content .selectActive {
    z-index: 1;
}

#content .selectActive ul {
    display: block;
}

#content .select ul li {
    font-size: 9pt;
    cursor: default;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 3px 5px 3px 5px;
    width: 200px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

#content .select ul li.hover, #content .select ul li:hover {
    background-color: #ccc;
    color: #555;
}

#sortable {
    clear: both;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

h2.galleryTitle {
    float: left;
}

div.galleryNav {
    display: block;
    float: right;
    width: 140px;
    padding: 8px 0px 0px 0px;
}

span.galleryCategoryName {
    margin: 0px 0px 0px 10px;
}

div.galleryLarge {
    display: block;
    float:left;
    width: 100%;
    clear: both;
    padding: 10px 0px 0px 0px;
}

div.galleryLarge img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

div.galleryLargeText {
    display: block;
    float:left;
    width: 100%;
    clear: both;
}

div.galleryLargeText p {
    margin: 0px 0px 0px 0px;
}

#shopMenu img {
    display: block;
    float: left;
    margin: 5px 15px 0px 15px;
    padding: 0px 0px 0px 0px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input[type=image].center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#ladiesCharacter {
    position: absolute;
    right: 20px;
    bottom: -50px;
}

#gentlemenCharacter {
    position: absolute;
    right: 20px;
    bottom: -50px;
}

#productCharacter {
    position: absolute;
    right: -20px;
    top: -50px;
}

div.optometrist {
    background: transparent url('/img/optometrist.png') no-repeat scroll top left;
    height: 790px;
}

div.optometrist p {
    font-size: 14pt;
    line-height: 18pt;
    display: block;
    position: absolute;
    top: 500px;
    left: 350px;
    width: 300px;
    text-align: center;
}

div.mediaClips {
    width: 300px;
    overflow: auto;
    padding: 10px 0px 0px 0px;
}

div.mediaClip {
    position: relative;
    width: 120px;
    height: 130px;
    float: left;
    margin: 0px 10px 0px 0px;
    font-size: 8pt;
}

img.mediaThumb {
    float: left;
    margin: 5px 0px 0px 5px;
}

img.frame100 {
    position: absolute;
    top: 0;
    left: 0;
}

a.mediaClipRemove {
    display: block;
    width: 120px;
    float: left;
    margin: 4px 0px 0px 5px;
}

#selectPayment {
    display: block;
    width: 240px;
    float: right;
}


#selectPayment p,
#selectPayment h2 {
    text-align: left;
}

#selectPayment label {
    line-height: 23px;
    float: left;
    clear: none;
}

#selectPayment input {
    clear: both;
    float: left;
    margin: 11px 5px 0px 0px;
}

#selectPayment img {
    vertical-align: middle;
}

#selectPayment a:hover {
    text-decoration: none;
}

#proceed {
    margin: 0px 0px 0px 0px;
}

.text-center{
    text-align: center;
}

.photo_remove {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100000;
}

.photo_span_wrapper{
    position: relative;
    display: inline-block;
    text-align: center;
}

/* text on product images */
.tooltip-wrap {
  position: relative;
}

.tooltip-wrap .tooltip-content {
  position: absolute;
  bottom: 8%;
  left: 5%;
  right: 5%;
  /*background-color: rgba(192, 192, 192, 0.8);//rgba(109, 127, 227, 0.8); // color of the background*/
  padding: .5em;
  opacity:0;
  transition:opacity 0.2s linear;
}

.tooltip-content{
  height: 1.3em;
  overflow: hidden;
}

.tooltip-wrap:hover .tooltip-content {
    opacity: 1;
    transition:opacity 800ms 500ms linear;
}

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

.instansive-widget{
    width: 100%; border: 0; overflow: hidden;
}

/* fonts */

@font-face {
font-family: SelimaOptique;
src: url("fonts/SelimaOptique.eot?#iefix") format('embedded-opentype'), /* EOT file for IE */
    local(bttf_font),
    url('fonts/SelimaOptique.ttf') format('truetype');  /*TTF file for CSS3 browsers */
}

.selima-fonts{
font-family: SelimaOptique;
}


@font-face {
font-family: SelimaCaps;
src: url("fonts/SelimaCaps.eot?#iefix") format('embedded-opentype'), /* EOT file for IE */
    local(bttf_font),
    url('fonts/SelimaCaps.ttf') format('truetype');  /*TTF file for CSS3 browsers */
}

.selimacaps-fonts{
font-family: SelimaCaps;
font-size: 16pt;
}

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