/* shop_content CSS Document */
#shop_content{
  font-family: "Open Sans",Arial, Helvetica, sans-serif; 
  position:absolute;
  top:110px;
  width:800px;
  text-align:center;
}

#stripemsgred{
  margin-top:50px;
  padding: 10px;
  background-color:#f0f0f0;
  width:80%;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  border:1px solid red; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px; 
  border-radius: 5px;
}

#stripemsggreen{
  margin-top:50px;
  padding: 10px;
  background-color:#f0f0f0;
  width:80%;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  border:1px solid green; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px; 
  border-radius: 5px;
}

#shop_privacy_content{
  font-family: "Open Sans",Arial, Helvetica, sans-serif; 
  font-size:12px;
  position:absolute;
  top:110px;
  width:760px;
  height:800px;
  text-align:justify;
  padding:20px;
  overflow-y:scroll;
}

h3{
  font-size:12px;
  font-weight:bold;
  font-style:normal;
  padding:0;
  margin:0;
  margin-bottom:2px;  
}

button{
  font-family: "Open Sans",Arial, Helvetica, sans-serif; 
  font-size:12px;
  cursor:pointer;
  cursor:hand;
}

button:hover{

}

#shopitemstable button{
  font-size:10px;
  min-width:90px;
  height:20px;
}


#newsouterdiv{
  text-align:left;
  padding:0 10px;  
}

#newsdiv{
  font-size:12px;
  color:#000000;
  background-color:#e0fad5;
  padding:5px;
  border:0px solid red; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px; 
  border-radius: 5px;
  
}

h4{
  font-size:14px;
  font-weight:normal;
  margin:0;  
}

#customerdiv{
  clear:both;
  margin-top:10px;
  margin-left:15px;
  width:790px;
  height:350px;
  border:0px solid red;
} 

#customerdiv button{
  margin:5px 10px;
}

#paybuttonsdiv{
  background-color:yellow;
  color:red;
  width:790px;
  height:50px;
  text-align:center;
  border:0px solid green;
} 

#paidcarddiv{
  position:absolute;
  top:120px;
  left:60px;
  width:300px;
  height:120px;
  border:1px solid black;
  background-color:yellow;
}

#paybuttonsdiv button{
}

#invoicediv{
  float:left;
  width:380px;
  height:300px;
  border:0px solid blue;
  text-align:left;
  padding:5px;
}

#invoicediv label,#deliverydiv label{
  color:green;
  width:180px;
  text-align:right;
  display:inline-block;
  font-size:12px;
}

#copycheck{
  font-size:12px;
  color:green;
}

#invoicediv input[type=text],#deliverydiv input[type=text]{
  width:190px;
  margin-left:5px;
  padding:2px;
  font-size:12px;
  margin-bottom:2px;
}

#deliverydiv{
  float:right;
  width:380px;
  height:300px;
  border:0px solid green;
  text-align:left;
  padding:0px;
}

.redtext{
  color:#ff0000;
}

#cartdiv{
  font-family: "Open Sans",Arial, Helvetica, sans-serif; 
  float:right;
  margin-top:15px;
  margin-right:5px;
  width:330px;
  font-size:12px;
  text-align:justify;
  padding:3px;
  border:0px solid #000000;
  background-color:#ffffff;
}

#notes{
  font-family: "Open Sans",Arial, Helvetica, sans-serif; 
  float:right;
  margin-top:10px;
  margin-right:0px;
  margin-bottom:10px;
  width:330px;
  height:60px;
  font-size:12px;
  text-align:left;
  padding:3px;
  border:1px solid #b0b0b0;
}

#paybuttonsdiv{
  float:right;
  margin-top:0px;
  background-color:white;
}

#paybuttonsdiv button{
  padding:5px;
  margin:5px 10px;
}

#carttable{
  margin-top:15px;
  width:330px;
  font-size:12px;
  padding:0; 
}

#carttable th{
  background-color:#b0b0b0;
  color:#ffffff;
  border-color:#b0b0b0;
}

#carttable td{
  font-size:12px;
}

#clearcart{
  float:left;
  margin-top:0px;
  margin-left:10px;
}

#shopitemstable{
  width:440px; 
  float:left;
  margin-left:10px;
  margin-bottom:15px;
  font-size:14px;
  background-color:white;
  border-collapse: collapse;
  border:1px solid #b0b0b0;
  padding:0;
  
}

#shopitemstable tr td{
  border-collapse:collapse;
  border:1px solid #b0b0b0;
  height:14px;
}

#shopitemstable td{
  padding:0px 6px;
  font-size:12px;
  height:14px;
}



#shopitemstable tbody tr:hover {
  background-color: #f5f5f5
}

#shopitemstable th{
  background-color:#b0b0b0;
  color:#ffffff;
}

#shopitemstable td:nth-child(2),#shopitemstable td:nth-child(3),#carttable td:nth-child(2){
  text-align:center;
}

#carttable td:nth-child(3){
  text-align:right;
}  

#carttable tfoot td:nth-child(1){
  text-align:right;
} 

.carttotal{ 
  font-size:14px;
  font-weight:bold;
} 

#neworderbut,#ordercompletemsg{
  display:none;
}

#ordercompletemsg{
  font-size:12px;
  margin-top:0px;
  margin-left:5px;
  padding:5px;
  color:#ffffff;
  border:0px solid red; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px; 
  border-radius: 5px;
}

.redbg{
  background-color:red;
}

.greenbg{
  background-color:green;
}
#emaildiv{
  font-family: "Open Sans",Arial, Helvetica, sans-serif; 
  font-size:12px;
  position:absolute;
  top:10px;
  left:50px;
  width:700px;
  height:600px;
  border:1px solid red;
  text-align:center;
  background-color:#ffffff;
  padding:10px;
  display:none;
}

#emaildiv table,#emaildiv table td{
  text-align:center;
}
