body,html{
    margin: 0;
    height: 100%;
    width: 100%;
    /*background: url(http://www.antiek.net/houtroos/images/back.jpg) no-repeat top center fixed #000000;*/
    /*font-family: "Open Sans";*/
    letter-spacing: 0.05000000074505806px;
}
body, p {
    font:  12px/20px ;
    color: #111;
}
img{
    border: 0;
}
div.item-title{
    position: relative;
    text-align: left;
    /*top: 12px;*/
    width: 248px;
    /*line-height: 43px;*/
}
h1.item-title{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    letter-spacing: 0.05000000074505806px;
    text-transform: capitalize;
    color: #0c0c0d;
}
h2.item-title{
    /*font: bold 13px "Open Sans";*/
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    letter-spacing: 0.05000000074505806px;
    text-transform: capitalize;
    color: #0a0a0b;
}

div.outer{
    height:100%;
    width:100%;
    padding: 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

div.wrapper{
    /*border: 1px solid #868685;*/
    position: relative;
    height:100%;
    width:100%;
    text-align: center;
    /*-moz-box-shadow:4px 4px 4px #C7C5C5;*/
    /*-webkit-box-shadow:4px 4px 4px #C7C5C5;*/
    /*box-shadow:4px 4px 4px #C7C5C5;*/
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C7C5C5')";*/
    /*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C7C5C5');*/
}
div.item-wrapper {
    /*height: 100%;*/
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 50px;

}
a.moreinfo{
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    display: block;
    /*font-family: "Open Sans";*/
    /*text-shadow: 1px 1px 0 rgba(255,255,255,0.9);*/
    color: #09090a;
    outline: 0;
    text-decoration: none;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
    position: relative;
}
div.detailimage{
    border: solid 0px #000000;
    margin: 10px 10px 0px 0px;
    width: 115px;
    height: 115px;
    overflow: hidden;
    float: left;
    background-size: cover;
    position: relative;
    cursor: pointer;
}
.zoomContainer {
    z-index: 9999999 !important;
}
div.detailimage img {
    position: absolute;
    margin: auto auto;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
}

div.detailholder{
    position: absolute;
    display: block;
    top: -15px;
    right: 0px;
    width: 330px;
    text-align: center;
    z-index: 1000;
    height: 100%;
}
div.detailpadding{
    position: relative;
    padding: 15px 5px 10px 10px;
    /*height: 100%;*/
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    -ms-box-sizing: border-box
}
div.detailscroll{
    text-align: left;
    width: 315px;
    padding-top: 15px;
    overflow-y: auto;
}
div.controls{
    position: relative;
    /*top: 18px;*/
    /*right: 10px;*/
    /*background: #ffffff;*/
    float: right;
    z-index: 1000;
}
div.line{
    position: absolute;
    top: 0px;
    right: 300px;
    display: block;
    height: 100%;
    width: 1px;
    background: #868685;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    -ms-box-sizing: border-box;
    border-bottom: solid 10px  #868685;
    border-top: solid 10px  #868685;
}
div.bigpictureholder{
   position: relative;
    padding: 0px 360px 20px 0px;

   /* position: fixed;*/
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	/*padding: 40px 360px 40px 20px;*/
    /*height: 100%;*/
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    -ms-box-sizing: border-box;
}
div.bigpicture{
    /*height: 100%;*/
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    padding: 0px;
    position: relative;
}
div.previous{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    z-index: 10000;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
div.next{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    z-index: 10000;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
div.next:hover, div.previous:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}
div.dynloadarea{
    /*height: 100%;*/
    width: 100%;
    max-height: 900px;
}
img.bigpicture{
    max-height: 100%;
    max-width: 100%;
    z-index: 100;
    position: relative;
}
div.showlogo{
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -225px;
    width: 151px;
    height: 19px;
    z-index: 10000;
    height: 100%;
}
div.previous-big-control{
    background:url(../images/controls.png) no-repeat  -0px 0;
    float:left;
    margin-left:10px;
    width: 30px;
    height: 50px;
}
div.next-big-control{
    background:url(../images/controls.png) no-repeat  -30px 0;
    float:right;
    margin-right:10px;
    width: 30px;
    height: 50px;
}
a.controls{
    margin-left: 5px;
    z-index: 1000;
    text-decoration: none;
    float: left;
}
div.faded{
    margin-left: 5px;
    opacity:0.30;
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    float: left;
}
.previous-control{
    background:url(../images/controls.png) no-repeat -60px 0;
    width: 15px;
    height: 17px;
}
.next-control{
    background:url(../images/controls.png) no-repeat  -90px 0;
    width: 15px;
    height: 17px;
}
.close-control{
    background:url(../images/controls.png) no-repeat  -120px 0;
    width: 17px;
    height: 17px;
}
div.sold{
    /*font: bold 35px "Open Sans";*/
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    position:absolute;
    left:50%;
    margin-left:-48px;
    top:38px;
    z-index: 10000
}

div.product-details .left-side {
    display: block;
    float: left;
    width: 81px;
    font-weight: bold;
}
div.product-details .right-side {
    display: block;
    float: left;
    width: 150px;
}
div.product-details .right-side a {
    color: #fdfdfd;
}
div.product-details {
    margin-bottom: 8px;
}

.similar-items h2 {
    /*font: bold 19px "Open Sans";*/
    font-size: 19px;
    font-weight: bold;
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    letter-spacing: 0.05000000074505806px;
    text-transform: capitalize;
    color: #e4ebf8;
    width: 100%;
    cursor: pointer;
}

#similar-items-list {
    width: 100%;
}
#similar-items-list div {
    width: 115px;
    height: 114px;
    overflow: hidden;
    margin: 10px 10px 0px 0px;
    float: left;
}
.similar-items-list img {
    position: absolute;
    margin: auto auto;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
}
.item-long-description {
    width: 250px;
    margin-top: 8px;
}
.item-long-description p {
    margin: 0 0 5px 0;
    font-size:14px;
}

.clear {
    clear: both;

}

#request-error {
    width: 100%;
    color: red;
    display: none;
}

.swipe {
    position:relative;
    z-index:1;
}
a.previous-item{
    position: absolute;
    left: 0;
    top: 0;
    /*width: 50%;*/
    z-index: 10000;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
a.next-item{
    position: absolute;
    right: 0;
    top: 0;
    /*width: 50%;*/
    z-index: 10000;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
a.next-item:hover, a.previous-item:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}
#myModal {
    z-index: 99999999;
}
/*.swipe .img-item {*/
    /*margin-right: 15px;*/
/*}*/

.styled-button {
    background-color:#2d415b;
    text-transform: uppercase;
    margin-bottom: 2px;
    width: 242px;
    color: #ffffff;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 40px;
}
.styled-button:hover {
    background-color: #374f6f;
}

#slider img { margin: auto; max-height: 890px;}
.sale-detail-page{
font: bold 35px "Open Sans";
color: #ffffff;
position: absolute;
left: 50%;
margin-left: -48px;
top: 38px;
z-index: 10000;
}