html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {
    background: #E0F1FF;
    color: blue;
    font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
}

div.hidden {
    display: none;
}

div.footer {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding-top: 0.2em;
    /*border-top: 1px solid blue;*/
    text-align: center;
}

div.footer a {
    font-size: 0.8em;
    text-decoration: none;
    color: blue;
    padding-left: 1em;
    padding-right: 1em;
}

div.footer a:visited {
    color: blue;
}

div.footer a:hover {
    text-decoration: underline;
}

div.message {
    color: red;
    font-weight: bold;
    text-align: center;
    display: none;
    position: absolute;
    left: 50px;
    top: 50px;
    background-color: white;
    border: 3px solid blue;
    padding: 10px;
    z-index: 50;
}

div.infoMessage {
    color: black;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 5px;
    display: none;
    position: absolute;
    left: 50px;
    top: 50px;
    background-color: white;
    border: 3px solid blue;
    padding: 10px;
    z-index: 50;
}

.helpNoBanner p.links {
    display: none;
}

div.yourPictures {
    height: 85%;
    overflow-y: auto;
}

div.upload input{
    font-size: 0.7em;
    font-weight: bold;
}

div.upload div {
    padding: 5px;
}

div.uploadImage {
    position: relative;
    margin-bottom: 10px;
}
div.uploadImage img {
    width: 100%;
}

.uploadMask {
   position: absolute;
   top: 0;
   left: 0;
   width: 200px;
   height: 200px;
}

div.uploadMask img {
    width: 100%
}

div.uploadMask .ui-resizable-handle {
    background-position: center;
    background-repeat: no-repeat;
}

div.uploadMask .ui-resizable-n {
    height: 20px;
    width: 20%;
    left: 40%;
    top: -10px;
    background-image: url(/images/resizeHandleNorth.gif);
}

div.uploadMask .ui-resizable-s {
    height: 20px;
    width: 20%;
    left: 40%;
    bottom: -10px;
    background-image: url(/images/resizeHandleSouth.gif);
}

div.uploadMask .ui-resizable-w {
    height: 20%;
    width: 20px;
    left: -10px;
    top: 40%;
    background-image: url(/images/resizeHandleWest.gif);
}

div.uploadMask .ui-resizable-e {
    height: 20%;
    width: 20px;
    right: -10px;
    top: 40%;
    background-image: url(/images/resizeHandleEast.gif);
}

div.yourPictures {
    position: relative;
}

div.uploadImageSection a.selectButton {
    border: 1px black outset;
    background-color: #ccc;
    font-size: 0.7em;
    padding: 4px;
    text-decoration: none;
}

div.clockAndGallery {
    position: absolute;

    top: 1%;
    left: 2%;
    width: 96%;
    height: 96%;
}

div.clockContainer {
    position: relative;
    top: 0;
    left: 0;
    height:98%;
    min-height:98%;
    margin-right: 450px;
    background-color: white;
    border: 3px solid #ccccff;
    padding: 0.2em;
}

div#clock {
    width: 80%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

div.clockContainer div.picture {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div.picture img, div.sizer img {
    width: 100%;
}

div.secondhand {
    background: transparent url(/images/secondhand1_30.png) 0px 0px no-repeat;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image,src=/images/secondhand1_0.png);
}

div.clockContainer div.logo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 200px;
    z-index: 20;
}

div.clockContainer div.logo img {
    width: 100%;
    z-index: 20;
    border: none;
}


div.buy, div.viewBasket, div.price {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

div.viewBasket {
    top: 95px;
}

div.price {
    top: 50px;
    right: 35px;
    background-color: white;
    padding: 2px
}

div#priceDisplay {
    text-align: right;
    font-weight: bold;
}

div#promoDiv {
    display: none;
    z-index: 20;
}

div#giftCertificateLink {
    font-size: 0.7em;
}

div.giftCertificate {
    font-size: 0.7em;
}
input#promoCode {
    width: 7em;
}

div#simulatedPicture {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

#size {
    width: 3em;
}

.textEntry td {
    vertical-align: top;
}

.textFields, .fontControl, .submit {
    text-align: left;
    font-weight: bold;
    margin: 20px;
}

.submit {
    text-align: center;
}

.textFields {
    text-align: center;
}

.fontControl label {
    width: 6em;
    display: inline-block;
}

.fontControl div {
    margin-bottom: 10px;
}

#fontSelection {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;    width: 205px;
    height: 23px;
    border: 1px solid #999;
    margin-bottom: 0px;
}

#fontExample {
    width: 179px;
    height: 18px;
    background: url(/gallery/fonts/fonts.png) 0px 0px no-repeat;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

#fontImgDiv {
    position: absolute;
    height: 200px;
    width: 220px;
    overflow: auto;
    background: white;
    border: 1px solid blue;
    display: none;
    z-index: 10;
}


.submit {
    vertical-align: bottom;
}

/* override jquery theme style */
.ui-tabs .ui-tabs-nav li a {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.ui-tabs .ui-tabs-panel {
    /*height: 100%;*/
    /*overflow-y: auto;*/
}

/* Vertical Tabs */
.ui-tabs-vertical .ui-tabs-nav {
    padding: .2em .1em .2em .2em;
    float: left;
    width: 30%;
}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px .2em 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display:block;
    width: 90%;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
    border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
    padding: 1em;
    float: left;
    width: 55%;
}


div#tabs {
    position: absolute;
    top: 0;
    right: 0;
    /*bottom: 0;*/

    /*height:auto !important; */
    /*height:100%;*/
    /*min-height:98%;*/

    width: 450px;
    height: 98%;
    background-color: white;
    border: 3px solid #ccccff;
    overflow-y: auto;
}

div#tabs li, div#tabs p {
    font-size: 0.7em;
}

div#tabs-design li, div#tabs-face li {
    font-size: 0.9em;
}

div#tabs h3 {
    font-size: 1em;
}

div.verticalGallery {
    position: absolute;
    top: 0;
    right: 0;
    height: 700px;
    width: 160px;
    background-color: white;
    border: 3px solid #ccccff;
    overflow-y: hidden;
}

div.tabGallery {
    font-size: 0.7em;
    background-color: white;
    border: none;
    overflow-y: hidden;
}

div#design-gallery-tabs {
    width: 100%;
}

div.gallerySection {
    padding-top: 0;
}

div.gallerySection div.description {
    margin: 0.5em;
    text-align: center;
}

div.textEntry {
    font-size: 0.8em;
}

div.thumb {
    text-align: center;
    height: 128px;
    width: 128px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.thumb img {
    height:128px;
    width:128px;
    overflow:hidden;
    border: none;
}

.galleryMask {
    background: transparent url(/images/circle128.png) no-repeat scroll 0 0;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image,src=/images/circle128.png);
    height: 128px;
    width: 128px;
    border: 0 none;
    position: absolute;
    top: 5px;
    left: 10px;
    overflow: hidden;
    cursor: pointer;
}

div.handColor img {
    border: none;
}

div.handColor img.selected {
    border: 1px solid blue;
}

/* thomlx carousel styles */
.galleryImages .carousel-control {
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 999px;
    overflow: hidden;
    vertical-align: middle;
    width: 22px;
    margin-left: 63px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.galleryImages .disabled.carousel-previous, .galleryImages .disabled.carousel-previous:hover {
    background-image: url( /images/upload_disabled.png );
}
.galleryImages .disabled.carousel-next, .galleryImages .disabled.carousel-next:hover {
    background-image: url( /images/download_disabled.png );
}

.galleryImages .disabled, .galleryImages .disabled:hover {
    cursor: default;
}

.galleryImages .carousel-next {
    background: transparent url( /images/download.png ) no-repeat scroll 0 0;
}

.galleryImages .carousel-previous {
    background: transparent url( /images/upload.png ) no-repeat scroll 0 0;
}

.galleryImages .carousel-control:hover {
    opacity: 0.7;
}


