*{ margin: 0; padding: 0;}

body{ background: #c6c6c6; }

.no-gutter{ padding: 0;}

.clearfix{  clear:both;  }

p.no-margin {
margin-top:0!important;
}	
p.no-padding {
padding-top:0!important;
}
a{
    text-decoration: none;
    color: #999;
}
a:hover{
    text-decoration: none;
    color: #999;
}
.headerbox{
    background: #FFF;
    margin: 0px auto 20px auto;
    padding: 0 0 0 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 4px #333;
    -webkit-box-shadow: 0 0 4px #333;
    -moz-box-shadow: 0 0 4px #333;
}
 

.headerbox h1{ text-align: center; margin: 15px; padding: 0;font-size: 28px; }
 
.btn-danger {
    color: #fff;
    text-align: center;
    background-color: #FF9900;
    border-color: #ff6600;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

.btn-danger{ 
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    
}
.form-group {
    margin-bottom: 8px;
}

img.cvv {
    border: 0;
    margin-left: 0px;
}

.form-control {
    height: 30px;
}

label {
    margin-bottom: 2px;
}
.thawte{
    float: right;
    margin-top: 42px;
    margin-right: 40px;   
    
}
.bodybox{
    background: #FFF;
    margin: 0px auto 20px auto;
    padding: 0 0 30px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 4px #333;
    -webkit-box-shadow: 0 0 4px #333;
    -moz-box-shadow: 0 0 4px #333;
    
}
.paymentsum p{ font-size: 12px;}
.textdiv{ }
.colright p,
.submitdiv p,
footer p{ font-size: 11px;}


h3{
    display: block;
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 5px;
    padding: 0 0 10px 0;
    font-size: 20px; 
    color: #3a3a3a;
    line-height: 24px;
    letter-spacing: 0px;
    margin-top:20px;
}
 
.xsellchk {
    float: left;
    margin: 0 0 0 0;
    width: 25px;
}

span.productCodes {
    float: right;
    margin: 0 0 0 0;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    width: 92%;
 
}

.submitdiv p{ margin-top:15px;}

.divepoch{ clear: right;}
.divepoch p{padding:15px 30px; font-size:11px; margin: 0px!important;  }

/* Large desktops and laptops */
@media (min-width: 1200px) {
.container {
    width: 920px;
}
    
.divepoch p {
    padding: 10px 70px 0px 490px;
    font-size: 11px;
	margin: 0px!important;
}
    
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.container {
    width: 920px;
}
.divepoch p {
    padding: 10px 70px 0px 490px;
    font-size: 11px;
	margin: 0px!important;
}    
}

@media (max-width: 992px) {
.pull-left {
    float: none !important;
}
.pull-right {
    float: none !important;
}    
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    span.productCodes {
    float: right;
    margin: 0 0 0 0;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    width: 96%;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    span.productCodes {
    float: right;
    margin: 0 0 0 0;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    width: 93%;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    span.productCodes {
    float: right;
    margin: 0 0 0 0;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    width: 90%;
    }
}

 