body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #555;
    font: 12px/160% 'Helvetica Neue', Arial, 'Bitstream Vera Sans', sans-serif;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
}

label, input {
    display: block;
}

fieldset {
    border: 0 none;
    margin-top: 25px;
    padding: 0;
}

input[type='text'],
input[type='password'],
textarea {
    margin-bottom: 12px;
    padding: 2px;
}

input[type='submit'],
input[type='button'] {
    font-family: 'Helvetica Neue', Arial, 'Bitstream Vera Sans', sans-serif;
    cursor: pointer;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 1px;
    padding-bottom: 1px;
}

table {
    margin: 0;
}

th, td {
    padding-right: 5px;
}

/* 2: NAVIGATION
============================================================================ */

#nav {
    float: left;
    margin: 2px 0px 0px 0px;
}

#nav a {
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
}

#nav a img {
    display: block;
}

#home #nav-home a, #category #nav-category a, #about #nav-about a {
    background: url(resource:/images/menu-active.gif) 0 50% no-repeat;
}

#sub-nav {
    float: right;
    list-style: none;
    width: 100%;
    padding: 10px 0;
    clear: left;
}

#sub-nav li a {
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #515151;
    font-weight: bold;
    text-decoration: none;
}

#sub-nav li a:hover, #sub-nav li.active a {
    border-color: #919191;
    color: #fff;
}

/* 3: PAGE STRUCTURE
============================================================================ */

/* a) Containers */

#header {
    float: left;
    width: 100%;
    text-align: left;
    min-width: 1005px;
    height: 44px;
}

.wrapper {
    margin: 0 auto;
    text-align: left;
}

#content .wrapper {
    margin-left: 50px;
    margin-right: 50px;
    color: #aaa;
}

/* b) Header */

#logo {
    /*	float: left; */
    position: absolute;
    left: 8px;
    top: 8px;
    width: 185px;
    /*	margin: 12px 0 0 12px; */
    color: #fff;
}

#logo span, #logo a {
    display: block;
    width: 185px;
    height: 24px;
    border: none;
}

#logo span {
    background: url(../images/logo-24h.gif) no-repeat;
}

#logo img {
    display: block;
    width: 0;
    border: none;
}

#logo p {
    margin-top: 2px;
    color: #666;
    font-size: 11px;
}

#right {
    float: right;
    /*width: 460px; */
    margin-right: 15px;
}

#top-bar {
    color: #AAAAAA;
    float: right;
    font-size: 11px;
    padding-right: 10px;
    height: 32px;
}

#top-bar .left-part {
    background: #262626 url(../images/topbar-left.gif) no-repeat scroll left bottom;
    padding: 0;
    margin: 0;
    width: 10px;
}

#top-bar .right-part {
    background: #262626 url(../images/topbar-right.gif) no-repeat scroll right bottom;
}

#top-bar #menu {
    float: right;
    padding-right: 8px;
}

#top-bar #menu a {
    padding: 0 4px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

#top-bar #menu a:hover {
    color: #e47105;
    border: none;
}

#message {
    margin: 70px 0 0;
    font-size: 13px;
    text-align: center;
}

#message span {
    font-size: 18px;
}

#search-small-options {
    margin: 0;
    position: absolute;
    left: 0px;
    top: 23px;
    background: #fff;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    border: 1px solid #BBBBBB;
}

#search-small {
    /*	float: left; */
    display: inline;
    margin: 5px 0 8px 0;
    position: absolute;
    /*
        left: 8px;
        top: 50px;
    */
    left: 210px;
    top: 4px;
}

#search-small input {
    float: left;
    /*	vertical-align: top; */
    padding-left: 8px;
    padding-right: 8px;
}

#search-small input[type='submit'] {
    height: 24px;
}

#search-small label {
    display: block;
    font-size: 11px;
}

#search-small div label {
    display: inline;
    margin: 0 10px 0 8px;
    vertical-align: top;
}

#search-small .textfield {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-bottom-color: #ddd;
    border-top-width: 2px;
    font-size: 12px;
    margin: 0;
    padding: 2px;
    width: 140px;
    margin-right: 8px;
    height: 17px;
}

/*
#search-small div {float: left; margin: 5px 10px 0 0;}
#search-small div input {margin: 3px 0 0;}
*/

#images {
    display: block;
    margin: 0 auto;
    clear: both;
}

/* b) Main content */

#content {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    padding: 20px 0 4px;
    background: #262626 url(../images/stitches.gif) 0 4px repeat-x;
}

#content #bg-bottom {
    background: #262626 url(../images/stitches.gif) bottom left repeat-x;
    padding-bottom: 15px;
}

#about #content .wrapper {
    /*		background: url(../images/bg-logo.gif) 15px bottom no-repeat; */
}

#content p {
    color: #aaa;
}

#content img.border {
    margin: 15px 0 0 0;
    border: 5px solid #717171;
}

#content td {
    color: #aaa;
}

ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: disc;
}

#search {
    display: inline;
    width: 440px;
    padding-bottom: 4px;
    margin-right: 4px;
}

#startpage-search input {
    display: inline !important;
    float: left;
}

#startpage-search input {
    height: 21px;
    font-size: 15px;
}

#startpage-search input[type="submit"] {
    height: 30px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

#categories {
    float: left;
    padding-bottom: 30px;
}

#categories ul {
    float: left;
    list-style: none;
    margin-top: 10px;
}

#categories li {
    display: inline;
    float: left;
    margin: 0 15px;
    width: 210px;
}

#categories li a {
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #515151;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#categories li a:hover {
    border-color: #919191;
    color: #e47105;
}

/* PAGINATION */

.pagination {
    margin: 20px 0;
    clear: both;
}

.pagination p {
    margin: 0 0 0.5em;
}

.pagination a, .pagination span {
    margin-left: 4px;
    padding: 2px 5.5px;
    border: 1px solid #515151;
}

.pagination .currentStep {
    border: none;
    color: #fff;
}

.pagination a:hover {
    border-color: #919191;
}

.image-container, .boxed {
    margin: 0 14px 14px 0;
    border: 1px solid #515151;
    background: #363636;
    padding: 5px;
}

.image-container {
    float: left;
    width: 200px;
    height: 280px;
    line-height: 110%;
    padding: 10px 0 10px !important;
}

.image-container .pic {
    height: 176px;
}

.image-container img {
    display: block;
    margin: 0 auto;
    border: 3px solid #717171;
}

.image-container p {
    margin: 0 0 5px;
    font-size: 11px;
    text-align: center;
}

.image-container em {
    color: #fff;
    font-style: normal;
}

.image-container td {
    text-align: center;
}

.icons {
    height: 16px;
}

.icons img {
    float: left;
    margin: 0 0px 0px 10px !important;
    border: none;
}

#left-column {
    float: left;
    width: 30%;
    margin: 10px 5% 0 0;
}

#right-column {
    float: right;
    width: 60%;
    font-size: 14px;
    line-height: 160%;
}

#right-column p {
    margin: 0 0 1em;
    color: #ddd;
}

#right-column ol, #right-column ul {
    color: #ddd;
    padding: 0 0 1em;
    list-style: lower-alpha inside;
}

#right-column ul {
    list-style: square inside;
}

#right-column .pagination p {
    line-height: 100%;
    color: #aaa;
}

#full {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.box-in {
    margin: 15px 0 1em;
    padding: 1em 20px 0;
    background: #343434;
    border: 3px double #515151;
}

.column-one, .column-two, .column-three {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
}

.column-three {
    margin-right: 0;
}

.column-one-of-two, .column-two-of-two {
    float: left;
    width: 45%;
    margin: 0 5% 0 0;
}

.column-two-of-two {
    margin-right: 0;
}

#news dt {
    float: left !important;
    width: 50px;
    clear: both;
    background: none;
}

#news dd {
    margin: 0 0 0 3px;
    padding: 2px 0 13px;
    font-size: 12px;
}

#news h3 {
    margin: 0 0 0.2em;
    font: normal 13px 'Helvetica Neue', Arial, Verdana, sans-serif;
    text-transform: none;
}

.date {
    display: block;
    float: left;
    margin: 8px 0 0;
    padding: 10px 0 2px;
    color: #233;
    text-align: center;
}

.date .pub-month {
    display: block;
    margin: 0;
    padding: 0;
    color: #233;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.date .pub-date {
    display: block;
    font-size: 18px;
}

.news-archive {
    padding-left: 50px;
}

#news-list {
    list-style: none outside;
    margin: 20px 0 30px;
}

#news-list li {
    padding: 6px 0;
    border-bottom: 1px solid #515151;
}

#left-text {
    margin: 15px 0 0;
    padding: 0 0 40px;
    font-size: 14px;
}

#left-text p {
    margin: 0 0 15px;
}

#buy fieldset {
    border: none;
}

#buy label {
    display: block;
}

#buy input {
    float: left;
    vertical-align: top;
}

#buy .textfield {
    width: 70%;
    margin: 3px 20px 0 0;
    padding: 4px;
    border: 1px solid #bbb;
    border-top-width: 2px;
    border-bottom-color: #ddd;
    background: #f3f3f3;
    font-size: 14px;
}

#buy p {
    color: #888;
    font-size: 11px;
    clear: both;
}

#user input[type='text'], #user input[type='password'] {
    width: 60%;
    padding: 3px;
    font-size: 12px;
    margin-bottom: 15px;
}

/* e) Footer */

#footer {
    float: left;
    width: 100%;
    clear: both;
}

#footer .wrapper {
    /*	width: 930px; */
    margin: 20px 15px 0;
    padding: 10px 0 60px;
    border-top: 3px solid #ddd;
}

#footer ul {
    float: left;
    list-style: none;
}

#footer li {
    display: inline;
    margin: 0 15px 0 0;
}

#footer a {
    font-weight: bold;
    color: #999;
}

#footer a:hover {
    border: none;
    color: #e47105;
}

#footer p {
    float: right;
    font-size: 11px;
    color: #999;
}

/* 4: IMAGES
============================================================================ */

/* 5: TYPOGRAPHY
============================================================================ */

h1 {
    margin: 0 0 0.4em;
    padding-top: 3px;
    color: #e47105;
    font-size: 26px;
    font-weight: normal;
    line-height: 120%;
}

h2 {
    margin: 0 0 .3em;
    color: #fff;
    font-size: 16px;
}

h3 {
    margin: 0 0 .7em;
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
}

h4 {
    color: #fff;
    font-style: italic;
    font-size: 12px;
}

/*

h1 {
    margin: 0 0 0.7em;
    padding-top: 10px;
    color: #e47105;
    font-size: 22px;
    font-weight: normal;
    }

h2 {
    margin: 0 0 0.5em;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    }

#content h2 {color: #fff;}
#content h2 span {
    margin: 0 5px;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    }

h3 {
    margin: 0 0 0.7em;
    padding-top: 10px;
    color: #e47105;
    font-size: 12px;
    font-weight: normal;
    }

h4 {
    color: #fff;
    font-size: 12px;
}
*/

h4.inline {
    display: inline;
    margin-right: 5px;
}

fieldset {
    margin: 0 0 20px;
    border: none;
}

legend {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 18px;
    border-bottom: 1px solid #444;
}

label {
    display: block;
    margin: 0 0 4px;
    font-weight: bold;
    color: #ddd;
}

/* Links */

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

a:hover {
    border-bottom: 1px solid #e47105;
}

/* 6: MISC
============================================================================ */

/* hr */

.hr {
    height: 1px;
    margin: 30px 0;
    border-bottom: 1px solid #ddd;
    font-size: 1px;
    line-height: 1px;
}

.hr hr {
    display: none;
}

/* Clear floats */

.clearall {
    display: block;
    clear: both;
    height: 1px;
    margin: 0;
    font-size: 1px;
    line-height: 1px;
}

textarea {
    font: 12px/160% 'Helvetica Neue', Arial, 'Bitstream Vera Sans', sans-serif;
}

.manage-image {
    margin-bottom: 8px;
    margin-top: 8px;
}

.manage-image-description {
    width: 370px;
    background: #363636 none repeat scroll 0 0;
    margin: 4px;
    padding: 4px;
    border: 1px solid #515151;
}

.manage-image-description input[type='text'],
.manage-image-description textarea {
    width: 280px;
    margin: 2px;
    border: 2px;
}

.manage-image-description table {
    width: 100%;
}

.manage-image-description textarea {
    height: 160px;
}

a.pic img {
    border: none;
    text-decoration: none;
}

a:hover.pic, a:hover.pix img {
    border: none;
    text-decoration: none;
}

#popup-message {
    /*	font-weight: bold; */
    padding: 10px 25px;
    position: fixed;
    text-align: left;
    text-shadow: 0 1px 1px #FFFFFF;
    top: 0;
    z-index: 100;
}

.inline-message {
    padding: 10px 25px;
    width: 700px;
}

.notice {
    background: #C2F09E none repeat scroll 0 0;
    border-bottom: 1px solid #82A16A;
    border-right: 1px solid #82A16A;
    border-top: 4px solid #AED78D;
    color: #377C20;
}

.notice p {
    color: #377C20 !important;
}

#popup-message li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#popup-message li.last {
    font-weight: bold;
}

/*
#popup-message {
    border: 1px solid #515151;
    background: #363636;
    display: none;
    position: fixed;
    text-align: left;
    top: 0px;
    width: 250px;
    height: 70px;
    z-index: 100;
    color: #fff;
    padding-left: 5px;
}

#popup-message li {
    list-style: none;
}
*/

#lightbox-chooser {
    position: fixed;
    bottom: 0px;
    right: 0px;

    border: 1px solid #515151;
    background: #363636;

    color: white;
    padding: 4px;
}

#image-details-description {
    display: inline-block;
    /*	float: left; */
    margin-left: 10px;
    width: 495px;
}

#image-details-description #contact {
    padding-bottom: 20px;
}

#image-details-description .facts {
    padding-bottom: 20px;
    float: left;
    margin-right: 20px;
}

#image-details-description #sizes {
    padding-bottom: 20px;
}

#image-details-description ul {
    list-style: none;
    margin-bottom: 10px;
}

#image-details-description h3 {
    margin-top: 10px;
}

.pix-button {
    outline: 0;
    margin: 0 4px 0 0;

    padding-left: 7px;
    padding-right: 7px;
    padding-top: 1px;
    padding-bottom: 1px;

    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
    zoom: 1;
}

.bottom-info {
    margin-top: 10px;
}

.bottom-info p {
    margin-top: 10px;
}

.bottom-info h4 {
    display: inline;
}

#manageForm input, #manageForm label,
.manage-search-result input, .manage-search-result label {
    display: inline;

}

#full {
    float: left;
    width: 100%;
}

#photographers {
    float: left;
    padding: 2em 0;
}

#photographers li {
    overflow: auto;
    display: block;
    float: left;
    width: 186px;
    margin: 0 60px 0 0;
    padding: .5em 0;
    border-bottom: 1px solid #515151;
}

.startPageCycle {
    width: 854px; /* 170 * 5 + extra */
    margin: 0 auto;
}

.startPageCycleGroup {
    float: left;
    width: 170px;
    height: 170px;
}

.startPageCycle img {
    border: 0;
    margin: 0;
    padding: 0;
}

.startPageCycle a {
    border: 0;
    margin: 0;
    padding: 0;
}

table.lines td, table.lines th {
    border-bottom: 1px solid #515151;
    line-height: 190%;
}

.tooltip-content h3 {
    font: 12px/160% 'Helvetica Neue', Arial, 'Bitstream Vera Sans', sans-serif;
    font-weight: normal;
    padding-right: 5px;
}

#bottom {
    text-align: left;
}

#bottom h2 {
    color: #233;
}

#bottom .wrapper {
    margin-left: 50px;
    margin-right: 50px;
}

.error {
    color: #d43;
}

input.error {
    color: black;
}

select.error {
    color: black;
}

.box-in p {
    font-size: 14px;
    color: #DDDDDD !important;
    margin: 0 0 1em;
}

/*added for showing loading div*/
div.loading {
    background-color: #ffffff;
    background-image: url('../images/spinner.gif');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 9999;
}

div.loading * {
    opacity: .8;
}

@-webkit-keyframes dancing-dots-jump {
  0% { top: 0; }
  55% { top: 0;     text-shadow: 0px 0px 0px rgba(0,0,0,0.5); }
  60% { top: -20px; text-shadow: 5px 20px 5px rgba(0,0,0,0.5);  }
  80% { top: 4px;   text-shadow: 0px 0px 0px rgba(0,0,0,0.5); }
  90% { top: -3px;  text-shadow: 0px 3px 1px rgba(0,0,0,0.5); }
  95% { top: 1px;   text-shadow: 0px 0px 0px rgba(0,0,0,0.5); }
  100% { top: 0;    text-shadow: 0px 0px 0px rgba(0,0,0,0.5);}
}

@-moz-keyframes dancing-dots-jump {
  0% { top: 0; }
  55% { top: 0;     text-shadow: 0px 0px 0px rgba(0,0,0,0.5); }
  60% { top: -20px; text-shadow: 5px 20px 5px rgba(0,0,0,0.5);  }
  80% { top: 4px;   text-shadow: 0px 0px 0px rgba(0,0,0,0.5); }
  90% { top: -3px;  text-shadow: 0px 3px 1px rgba(0,0,0,0.5); }
  95% { top: 1px;   text-shadow: 0px 0px 0px rgba(0,0,0,0.5); }
  100% { top: 0;    text-shadow: 0px 0px 0px rgba(0,0,0,0.5);}
}

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 35px;
    left: 0px;
    bottom: 30px;
    opacity: 0.7;
}

#dancing-dots-text {
    box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.2), 0px 0px 20px rgba(0, 0, 0, 1);
    background: #262626;
    border: 8px solid #FFFFFF;
    width: 200px;
    padding: 30px 50px;
    border-radius: 15px;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    margin: 30px auto;
    color: #FFFFFF;
    position: fixed;
    margin-left: -160px;
    left: 50%;
    top: 100px;
}

#dancing-dots-text span {
    font-size: 60px;
    line-height: 10px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);;
}

#dancing-dots-text span span {
    -webkit-animation-duration: 1800ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: dancing-dots-jump;
    -moz-animation-duration: 1800ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: dancing-dots-jump;
    padding: 1px;
    position: relative;
}

#dancing-dots-text span span:nth-child(1) {
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
}

#dancing-dots-text span span:nth-child(2) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 200ms;
}

#dancing-dots-text span span:nth-child(3) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 400ms;
}

#dancing-dots-text span span:nth-child(4) {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 600ms;
}

#dancing-dots-text span span:nth-child(5) {
    -webkit-animation-delay: 700ms;
    -moz-animation-delay: 800ms;
}

div.message {
    background: transparent url(../images/msg_arrow.gif) no-repeat scroll left center;
    padding-left: 7px;
}

.checkOutButton {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition: all 0.1s linear 0s;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    line-height: normal;
    padding: 5px 14px 6px;
    background-repeat: repeat-x;
    background-color: #e47105;
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: 37px;
    text-align: center;
    color: #ffffff;
    border: 0;
}

a.pix-button:hover{
    border: 1px;!important
}

a.pix-button{
    color: #000000;
    border: 1px;
    padding-bottom: 4px;
    padding-top: 4px;
}


