img {
    border: 0;
}

#quick-view-wrap {
    background: #fff;
    min-width: 600px;
    max-width: 800px;
    max-height: 800px;
    margin-top: 10px;
    border: 0px solid yellow;
}

#quick-view-wrap #quick-view-inside {
    margin: 0 auto;
}

hr.style-one {
    margin-bottom: 10px;
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-two {
    margin-top: 10px;
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.one {
    border: 0;
    height: 0;
    margin-top: 15px;
    margin-bottom: -1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.two {
    border: 0;
    height: 0;
    margin-top: -1px;
    margin-bottom: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.title_pdetail2 {
    border: 0;
    height: 1px;
    margin-top: 3px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

#quick-gallery {
    height: auto;
    width: 31%;
    border: 0px solid black;
    float: left;
}

td.left2 {
    text-align: left;
    width: 130px;
    border: 0;
    margin: 0;
    font-size: 16px;
}

td.right2 {
    text-align: left;
    width: 300px;
    border: 0;
    margin: 0;
    font-size: 16px;
}

.text-detail {
    float: left;
    width: 61%;
    height: auto;
    margin: 0px 0px 0 30px;
    border: 0px solid black;
}

.text-detail p {
    margin: 0px 0px 0 0px;
    font-family: "Courier New", Courier, monospace;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1em;
    font-weight: 200;
}

.text-detail span {
    font-size: 16px;
    line-height: 2em;
    color: #484848;
}

.text-detail span a {
    color: #639ed6;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

.text-detail span a:hover {
    color: #484848;
    text-decoration: underline;
}

.buttons {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.buttons img {
    padding: 0px;
    margin-top: -10px;
    vertical-align: bottom;
    width: 25px;
}

.buttons a {
    text-decoration: none;
    font-weight: bold;
    color: #639ed6;
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.buttons a:hover {
    background-color: #e8e8e8;
}

/*Jquery Image zoom*/
/* body{margin:0px;padding:0px;font-family:Arial;} */
a img,
:link img,
:visited img {
    border: none;
}

table {
    /* border-collapse: collapse;
    border-spacing: 0; */
}

:focus {
    outline: none;
}

* {
    margin: 0;
    padding: 0;
}

p,
blockquote,
dd,
dt {
    margin: 0 0 8px 0;
    line-height: 1.5em;
}

fieldset {
    padding: 0px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
}

fieldset legend {
    margin-left: 15px;
    padding-left: 3px;
    padding-right: 3px;
    color: #333;
}

dl dd {
    margin: 0px;
}

dl dt {}

/*Fancybox*/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1
}

ul#thumblist {
    width: 300px;
    display: block;
}

ul#thumblist li {
    float: left;
    margin-right: 2px;
    list-style: none;
}

ul#thumblist li a {
    display: block;
    border: 1px solid #999;
}

ul#thumblist li a.zoomThumbActive {
    border: 1px solid #999;
}

.jqzoom {
    text-decoration: none;
    float: left;
}