body {
    margin: 0;
    padding: 0;
    background-color: #5e8818;
    font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
    width: 1010px;
    margin: 0 auto;
}

#logo {
    float: left;
}

#header {
    background: url(../images/common/pageBG.jpg) repeat-x left top;
    height: 164px;
}

#headerRight {
    width: 660px;
    text-align: right;
    padding-top: 28px;
    float: right;
    margin-bottom: 20px;
    margin-top: -20px;
    text-align: right;

}
#headerRight iframe{
    width: 50px;
    float: left;
    margin-left: 258px;
    margin-top: 10px;
    margin-top: 3px;
    height: 25px;
}

#topLinks a {
    /*background: url("../Images/Common/part-item-hover.png") repeat-x scroll 18px 14px rgba(0, 0, 0, 0);*/
    background: none repeat scroll 0 0 #88bb30;
    border-radius:5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 0;
    position: relative;
    padding: 3px 6px;
    transition: all 0.3s ease 0s;
    width: 20px;
    z-index: 20;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
 }
 
 #topLinks a:hover {
    background: url("../Images/Common/part-item-hover-2.png") repeat-x scroll 18px 18px #0276b9;
 }
 
.topLinks-logo {
    left: -4px;
    padding: 0 0 0 4px;
    position: relative;
    top: 1px;
}

img {
    border: none;
}

#topLinks {
    float: right;
    font-size: 12px;
    padding-top: 7px;
    margin-right: 5px;
}

#social {
    float: right;
}

#abonare {
    clear: both;
    background: url(../images/common/abonare.png) no-repeat right top;
    width: 403px;
    height: 33px;
    margin-top: 7px;
    float: right;
    padding-right: 30px;
}

#abonareBtn {
    font-size: 13px;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    width: 158px;
    cursor: pointer;
    padding-left: 15px;
    font-weight: normal;
    text-align: left;
    padding-top: 8px;
}

#abonare input[type=text] {
    width: 200px;
    border: none;
    height: 18px;
    font-size: 13px;
    color: #222222;
}
.abonare-res {
    margin-top-3px;
}
.abonare-res input[type=text] {
    border: medium none;
    color: #222222;
    font-size: 13px;
    height: 38px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
    width: 50%;
}

.abonareBtn-res {
    font-size: 13px;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 0;
    background: #54a003; /* Old browsers */
    background: -moz-linear-gradient(top,  #54a003 0%, #47bc3a 46%, #54a003 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54a003), color-stop(46%,#47bc3a), color-stop(100%,#54a003)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #54a003 0%,#47bc3a 46%,#54a003 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #54a003 0%,#47bc3a 46%,#54a003 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #54a003 0%,#47bc3a 46%,#54a003 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #54a003 0%,#47bc3a 46%,#54a003 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a003', endColorstr='#54a003',GradientType=0 ); /* IE6-9 */
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    width: 158px;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    height:38px;
    width: 50%;
}
#location {
    clear: both;
    background: url(../images/common/location.png) no-repeat right center;
    width: 190px;
    height: 36px;
    float: right;
    margin-top: 28px;
    text-align: left;
    padding-left: 10px;
    cursor: pointer;
    font-size: 18px;
    line-height: 36px;
    color: #3D6EAC;
    text-decoration: none;
}

#selectedLocation {
    display: inline-block;
    height: 36px;
}

#locations {
    position: absolute;
    background: #F9FBFE;
    border: 1px solid #D0DBEA;
    width: 150px;
    margin-left: 465px;
    margin-top: 134px;
}

#locations ul, #locations ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#locations ul li {
    border-bottom: 1px solid #D0DBEA;
    height: 22px;
    text-align: left;
    padding: 5px;
    font-size: 18px;
    line-height: 22px;
    color: #3D6EAC;
    text-decoration: none;
}

#locations ul li:hover {
    background-color: #EBF0F7;
    cursor: pointer;
}

#menu {
    clear: both;
   /* width: 810px;*/
}

#menu ul {
    width: 700px;
}

#menu ul, #menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu {
    position: absolute;
    margin-top: 122px;
}

#menu ul li a {
    background: url(http://www.dealadvisor.ro/images/common/menuBGOff.png) no-repeat left top;
    width: 122px;
    height: 38px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    text-decoration: none;
    float: left;
}

#menu ul li a.menuOn, #menu ul li a:hover {
    background: url(http://www.dealadvisor.ro/images/common/menuBGOn.png) no-repeat left top;
}

#mainContent {
    background-color: #F1F4F9;
    clear: both;
    display: inline;
    font-size: 12px;
    overflow: hidden;
}

#mainContent ul.contentList {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainContent ul.contentList li {
    margin-left: 30px;
    padding-left: 25px;
    background: url(http://www.dealadvisor.ro/images/common/li.png) no-repeat left top;
    line-height: 20px;
}

#mainContentLeft {
    float: left;
    padding-top: 10px;
    padding-bottom: 50px;
    width: 748px;
    line-height: 17px;
    background-color: #f1f4f9;
    padding-left: 10px;
    margin-left: -10px;
    margin-bottom: 65px;
}

#mainContentRight {
    float: right;
    width: 240px;
    text-align: center;
}

#banners {
    padding-left: 9px;
    background-color: #e0e7ef;
    padding-top: 12px;
    border-bottom: 1px solid #D4DBE7;
    border-left: 1px solid #D4DBE7;
    border-right: 1px solid #D4DBE7;
    text-align: left;
    margin-top: 1px;
}

#banners a {
    display: inline-block;
    width: 210px;
    height: 55px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 40px;
}

.rightBig {
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
}

.rightBigGreen {
    color: #ABE04F;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
}

.partener {
    background: url(../images/common/partener.jpg) no-repeat left top;
    padding-left: 7px;
}

.sms {
    background: url(../images/common/sms.jpg) no-repeat left top;
    padding-left: 7px;
}

.intrebari {
    background: url(../images/common/intrebari.jpg) no-repeat left top;
    padding-left: 7px;
}

.card {
    background: url(../images/common/cardCadou.jpg) no-repeat left top;
    padding-left: 7px;
}

.m12designs {
    font-size: 11px;
    color: #333333;
    line-height: 20px;
}

.deal {
    clear: both;
    border-top: 1px solid #86B92F;
    margin-top: 13px;
    padding-top: 10px;
    width: 753px;
    height: 228px;
    cursor: pointer;
}


.dealTitle {
    background: url(../images/common/dealTitle.png) no-repeat left center;
    width: 416px;
    height: 56px;
    font-size: 18px;
    color: #040404;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-weight: normal;
    line-height: 22px;
    padding-left: 10px;
    padding-top: 8px;
    display: inline-block;
    text-decoration: none;
    float: left;
}

.dealDetails {
    float: left;
    background: url(../images/common/dealDetails.png) no-repeat left center;
   /* background:none repeat scroll 0 0 rgba(255, 255, 255, 0.6);*/
    width: 560px;
    height: 65px;
    margin-left: -6px;
    margin-top: 70px;
}

.percent {
    font-size: 22px;
    font-weight: bold;
    color: #222222;
    line-height: 60px;
    margin-left: 15px;
    width: 85px;
    display: inline-block;
    vertical-align: top;
}

.time {
    font-size: 13px;
    color: #040404;
    display: inline-block;
    width: 325px;
}

.timeDetail {
    font-size: 13px;
    color: #040404;
    display: inline-block;
    width: 325px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.rating {
    display: inline-block;
    width: 104px;
    height: 20px;
    background-image: url(../images/common/ratings.png);
    background-repeat: no-repeat;
}

.rating0 {
    background-position: 0px 0px;
}

.rating1 {
    background-position: 0px -20px;
}

.rating2 {
    background-position: 0px -40px;
    float:left;
}

.rating3 {
    background-position: 0px -60px;
}

.rating4 {
    background-position: 0px -80px;
}

.rating5 {
    background-position: 0px -100px;
}

.price {
    float: right;
    background: url(../images/common/dealPrice.png) no-repeat left center;
    width: 181px;
    height: 55px;
    font-size: 14px;
    color: #040404;
    text-align: right;
    padding-right: 10px;
    line-height: 20px;
    padding-top: 9px;
    margin-top: 70px;
}

.priceOld {
    font-size: 14px;
    color: #5F5F5F;
    text-decoration: line-through;
    margin-right: 10px;
}

.priceNew {
    font-size: 20px;
    font-weight: bold;
    color: #BC0E0E;
}

.expiredOffer {
    font-size: 20px;
    font-weight: bold;
    color: #BC0E0E;
    display: inline-block;
    width: 325px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#footer {
    background: url(../images/common/footerBG.jpg) repeat-x left top #5E8818;
    /*margin-top: -63px;*/
    margin-top: 10px;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 85px;
    padding-bottom: 44px;
    line-height: 18px;
    clear: both;
}

#footer1 {
    float: left;
    width: 309px;
    margin-right: 38px;
}

#footer2 {
    float: left;
    width: 191px;
}

#footer3 {
    float: left;
    width: 118px;
    margin-right: 43px;
    padding-top: 15px;
    margin-top: 25px;
    border-top: 1px solid #7CAA2C;
}

#footer4 {
    float: left;
    width: 309px;
}

#footer h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: normal;
    border-bottom: 1px solid #7CAA2C;
    margin-bottom: 4px;
    display: block;
}

#footer a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
}

#mainContentLeft h1 {
    font-weight: normal;
    color: #5A8215;
    font-size: 20px;
    line-height: 35px;
}

.ofertaActiva {
    color: #5A8215;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.ofertaActiva strong {
    font-size: 20px;
}

.detailImg {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

/* product detail */
#container {
    width: 410px;
    position: relative;
    z-index: 0;
    float: left;
    margin-left: -26px;
}

#products_example {
    width: 420px;
    height: 260px;
    position: relative;
}

/*
	Slideshow
*/

#products {
    margin-left: 26px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
    width: 366px;
    overflow: hidden;
    float: left;
    position: relative;
    border: 1px solid #dfdfdf;
    display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
    width: 366px;
    height: 181px;
    display: block;
}

/*
	Next/prev buttons
*/

#products .next, #products .prev {
    position: absolute;
    top: 80px;
    left: 0;
    width: 21px;
    height: 0;
    padding-top: 21px;
    overflow: hidden;
    display: block;
    z-index: 101;
    display: none;
}

#products .prev {
    background: url(../images/common/arrow-prev.png);
}

#products .next {
    left: 398px;
    background: url(../images/common/arrow-next.png);
}

/*
	Pagination
*/

#products .pagination {

    clear: both;
    width: 366px;
    margin-left: -47px;
    padding-top: 5px;
}

#products .pagination li {
    float: left;
    margin: 4px 6px;
    list-style: none;
}

#products .pagination li a {
    display: block;
    width: 55px;
    height: 27px;

    float: left;
    background: #f9f9f9;
    border: 2px solid #ffffff;
}

#products .pagination li.current a {
    border: 2px solid #898989;
    margin: 0;
}

#productDetailLong {
    clear: both;
}

h2 {
    color: #20529b;
    font-size: 17px;
    line-height: 30px;
    border-bottom: 1px dotted #bbbbbb;
}

.jQueryRightTitle {
    background: url(../images/common/jQueryRightTitle.png) no-repeat left top;
    width: 206px;
    height: 36px;
    font-size: 12px;
    color: #040404;
    line-height: 14px;
    padding-left: 4px;
    padding-right: 4px;
    color: #040404;
    padding-top: 3px;
}

.dealRight {
    width: 218px;
    height: 123px;
    margin-bottom: 12px;
    padding-top: 10px;
    cursor: pointer;
}

.percentRight {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    line-height: 35px;
    height: 35px;
    width: 66px;
    float: left;
    background: url(../images/common/percentRight.png) no-repeat left top;
    padding-left: 10px;
    margin-top: 40px;
}

.priceRight {
    font-size: 18px;
    font-weight: bold;
    color: #BC0E0E;
    float: right;
    width: 134px;
    height: 35px;
    background: url(../images/common/priceRight.png) no-repeat left top;
    line-height: 35px;
    text-align: center;
    margin-top: 40px;
}

.priceOldRight {
    font-size: 12px;
    color: #5F5F5F;
    text-decoration: line-through;
    margin-right: 0px;
}

.clear {
    clear: both;
}

.procent, .economie {
    float: left;
    background-color: #e0e7ef;
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}
.procent {
    width: 116px;
}
.economie {
    width: auto;
}

.comandaBtn {
    width: 174px;
    height: 40px;
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    background: url(../images/common/comanda.png) no-repeat left center;
    line-height: 40px;
    float: right;
    margin-top: -40px;
}

.optiuniComandaAction {
    width: 174px;
    height: 40px;
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    background: url(../images/common/comanda.png) no-repeat left center;
    line-height: 40px;
    float: right;
    margin-top: -40px;
}

.companyName {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding-top: 7px;
    color: #bc0e0e;
}

/* cont */
div#leftMenu {
    float: left;
    width: 162px;
}

div#rightContent {
    float: left;
    width: 550px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

#leftMenu ul, #leftMenu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#leftMenu ul li a {
    width: 152px;
    background: url(../images/common/tabBGOff.png) no-repeat left top;
    padding-left: 10px;
    margin-top: 10px;
    height: 47px;
    display: inline-block;
    line-height: 47px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

#leftMenu ul li a:hover, #leftMenu ul li a.selected {
    background: url(../images/common/tabBGOn.png) no-repeat left top;
}

#InformatiiCont label, #AdresaMea label {
    width: 125px;
    display: inline-block;
    padding-top: 12px;
}

#InformatiiCont input[type=text], #AdresaMea input[type=text] {
    width: 200px;
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
}

.Voucher {
    clear: both;
    padding: 10px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-top: 15px;
}

.VoucherLeft {
    width: 130px;
    float: left;
    text-align: center;
}

.VoucherCenter {
    width: 280px;
    float: left;
    border-right: 1px solid #ddd;
    margin-right: 10px;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    padding-bottom: 15px;
}

.VoucherRight {
    width: 80px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

/* comanda */
#loginPanel, #acctPanel {
    float: left;
}

#NotLoggedIn, #LoggedIn {
    clear: both;
}

img#imagineProdus {
    width: 120px;
    height: 100px;
    float: left;
    margin-right: 8px;
}

tr.tableHead td {
    background-color: #5e8818;
    color: #fff;
    border-right: 1px solid #ccc;
    font-weight: bold;
    height: 22px;
    font-size: 14px;
}

tr.listRow td {
    background-color: #e0e7ef;
    color: #333;
    border-right: 1px solid #ddd;
    min-height: 22px;
}

tr.listRowAlternate td {
    background-color: #fff;
    color: #333;
    border-right: 1px solid #ddd;
    min-height: 22px;
}

.listRow select, .listRowAlternate select {
    width: 70px;
}

div#totalPlata {
    text-align: right;
    line-height: 30px;
    font-weight: bold;
    border-top: 1px solid #aaa;
    padding-right: 5px;
}

h2 {
    /*display:inline;*/
    font-size: 18px;
}

div#NotLoggedIn {
    padding: 10px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: 20px;
}

div#loginPanel {
    padding: 20px;
    padding-top: 10px;
    width: 220px;
    width: 30%;
    min-height: 220px;
}

div#acctPanel {
    padding: 20px;
    padding-top: 10px;
    border-left: 1px solid #aaa;
    background-color: #e0e7ef;
    width: 58%;
    min-height: 220px;
}

div#loginPanel input[type=text], div#loginPanel input[type=password] {
    width: 200px;
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
}

div#loginPanel input[type=button] {
    margin-top: 10px;
}

div#LoggedIn {
    margin-top: 20px;
}

#onlineCuCardul p, #onlineMaestro p, #OP p, #Bani p, #UnicreditTiriac p {
    font-size: 9px;
    padding-left: 23px;
}

#onlineCuCardul {
    padding : 10px 0px 10px 10px;
    border: 1px solid #ddd;
    border-top: 1px solid #aaa;
    width: 736px;
    display: inline-block;
}

#onlineMaestro {
    background: url(../images/common/onlineMaestro.png) no-repeat right center;
    padding: 10px;
    padding-right: 250px;
    border: 1px solid #ddd;
    border-top: 1px solid #aaa;
}

#OP {
    background: url(../images/common/op.png) no-repeat right center;
    padding: 10px;
    padding-right: 250px;
    border: 1px solid #ddd;
    border-top: 1px solid #aaa;
}

#Bani {
    background: url(../images/common/bani.png) no-repeat right center;
    padding: 10px;
    padding-right: 250px;
    border: 1px solid #ddd;
    border-top: 1px solid #aaa;
}

#UnicreditTiriac {
    background: url(../images/common/UnicreditTiriac.png) no-repeat right center;
    padding: 10px;
    padding-right: 250px;
    border: 1px solid #ddd;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

#onlineCuCardul:hover, #onlineMaestro:hover, #OP:hover, #Bani:hover, #UnicreditTiriac:hover {
    background-color: #e0e7ef;
}

div.paySelected {
    background-color: #e0e7ef ! Important;
}

#detaliiLivrare {
    margin-top: 20px;
}

#detaliiLivrare label {
    width: 110px;
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
}

#detaliiLivrare input[type=text] {
    width: 300px;
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
    font-size: 12px;
    font-family: arial;
}

#detaliiLivrare select {
    width: 305px;
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
    font-size: 12px;
    font-family: arial;
}

#detaliiLivrare textarea {
    width: 400px;
    height: 80px;
    margin-top: 5px;
    font-size: 12px;
    font-family: arial;
}

#detaliiLivrare span.formText {
    display: inline-block;
    margin-top: 12px;
}

#loginPanel input[type=text], #loginPanel input[type=password] {
    margin-top: 3px ! Important;
    font-size: 12px;
    font-family: arial;
}

.comandaProdus {
    font-family: Arial;
    font-size: 12px;
    color: Black;
    text-decoration: none;
}

h3 {
    color: #5e8818;
    line-height: 30px;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.greenBtn {
    width: 174px;
    height: 40px;
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    background: url(http://dealadvisor.ro/images/common/comanda.png) no-repeat left center;
    line-height: 40px;
}

#LoggedIn .greenBtn {
  margin-top:20px;
}

#acctPanel .registerGreenBtn  {
    margin-top: -2px;
}

.registerGreenBtn {
    width: 174px;
    height: 40px;
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    background: url(../images/common/comanda.png) no-repeat left center;
    line-height: 40px;
    margin-top:9px;
}

#osx-container .fbBtn {
    margin-top: 70px;
}

.fbBtn {
    width: 200px;
    height: 40px;
    display: inline-block;
    padding-left: 10px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    background: url(../images/common/fbBtn.png) no-repeat left center;
    line-height: 40px;
    margin-top:0px;
}

.fbLink {
    color: #20529b;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 40px;
    display: inline-block;
}
 .logLink {
     color:#5a801b;font-size:12px;position: absolute;
}

.loginAction {
    vertical-align: middle;
}

.registerAction {
    vertical-align: middle;
}
.cumparatoriAction {
    vertical-align: middle;
}

.changePwd {
    display: block;
    background-color: #e0e7ef;
    padding: 10px;
    margin-top: 10px;
}

.box {
    clear: both;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-top: 15px;
}

table.optiuniComanda tr td {
    padding-left: 10px;
}

.hidden-submit {
    border: 0 none;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

textarea.hint {
    color: Gray;
    font-style: italic;
}
/*Order Confirmation*/
.voucherPerc {
    color: #6BA20C;
    font-size: 60px;
    left: 50%;
    margin-left: -56px;
    position: relative;
    top: 30px;
}
.voucherPercText {
    color: #6BA20C;
    font-size: 16px;
    left: 50%;
    margin-left: -72px;
    position: relative;
    top: 52px;
}
/*Error Page*/
.errorImg {
    float:left;
}
.errorMsg {  
    position: inherit; 
    line-height: 2;
}
.deal-email{
    font-size: 16px !important;
    text-align: right;
    word-wrap: break-word;
    word-break: break-all; 
    -ms-word-break: break-all;
    -moz-word-break: break-all;
    color:#333 !important;
    }
    
    
.contact-form
{
  width: 90%; 
  box-sizing:border-box;
  margin:6px 0; 
}
  
.contact-form-label
{
  padding:6px 0px 6px 0px;
}

.product-top-border {
     margin-top:8px;
}
