/*********** BODY ***********/
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7e7e7e;
    background: #ffffff;
    overflow-y: scroll;
    height: 100%;
}

*:first-child + html body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7e7e7e;
    background: #ffffff;
    overflow-y: auto;
    height: 100%;
}

/*********** COMMON ***********/
img {
    border: 0px;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    color: #7f7f7f;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    color: #c50c71;
}

h3 {
    font-size: 11px;
    font-style: italic;
    color: #574c35;
    font-weight: normal;
}

optgroup {
    padding-top: 3px;
    padding-bottom: 3px;
    font-style: normal;
}

ul {
    list-style-type: none;
}

ol {
}

li {
    list-style-type: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #c50c71;
}

a:hover, a:active {
    text-decoration: underline;
    color: #c50c71;
}

#main {
    position: relative;
    left: 50%;
    width: 751px;
    height: auto;
    margin: 0px 0px 0px -376px;
    float: left;
    display: inline;
}

*:first-child+html #main{
  position:relative;
}
  

.ce_gallery table {
    width: 100%;
}

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

p.back {
    float: left;
    width: 120px;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 20px;
    background: url('../../upload/Contentimages/00_icons/back.gif') 0px 5px no-repeat;
    color: #7f7f7f;
    clear: both;
}

.hide {
    display: none;
}

.left {
    float: left;
    height: 159px;
}

.right {
    float: right;
    height: 159px;
}

.image_container {
    display: block;
    float: left;
    clear:both;
}

.caption {
    font-style: italic;
    height: 25px;
}

*:first-child+html .block {
  overflow: visible;
}

