
/* ------------------default tags */
/*body {
padding:0px;
background-color:#6A0000;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}
*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background: #000000 url('background_for_website2.jpg') repeat fixed top center;*/
	background: #fff;
}

select {
color:#000066;
border:1px solid #000066;
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
}

input {
color:#000066;
border:1px solid #000066;
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
border: none;
}

submit {
color:#000066;
font-family:verdana, arial, helvetica, sans-serif;
font-size:10px;
}

textarea {
color:#000066;
border:1px solid #000066;
font-family:verdana, arial, helvetica, sans-serif;
font-size:9px;
}


TD {FONT-SIZE: x-small; COLOR: #666666; FONT-FAMILY: Trebuchet MS, Verdana, Arial}
TH {FONT-SIZE: x-small; COLOR: #666666; FONT-FAMILY: Trebuchet MS, Verdana, Arial}
A:link {COLOR: #333; font-weight:bold; TEXT-DECORATION:none}
A:visited {COLOR: #333; font-weight:bold; TEXT-DECORATION: none}
A:hover {COLOR: #777; font-weight:bold; TEXT-DECORATION: none}
A:active {COLOR: #333; font-weight:bold; TEXT-DECORATION: none}
A {FONT-FAMILY: font-weight:bold; Verdana, Arial, Helvetica, sans-serif}

.link1 A:link {COLOR: #FFF; FONT-SIZE: 11; FONT-FAMILY: Trebuchet MS, Verdana, Arial; TEXT-DECORATION: none}
.link1 A:visited {COLOR: #FFF; FONT-SIZE: 11; FONT-FAMILY: Trebuchet MS, Verdana, Arial; TEXT-DECORATION: none}
.link1 A:hover {COLOR: #b1bb1c; FONT-SIZE: 11; FONT-FAMILY: Trebuchet MS, Verdana, Arial; TEXT-DECORATION: none}

.link2 A:link {COLOR: #FFF; FONT-SIZE: 11; FONT-FAMILY: Trebuchet MS, Verdana, Arial; TEXT-DECORATION: none}
.link2 A:visited {COLOR: #FFF; FONT-SIZE: 11; FONT-FAMILY: Trebuchet MS, Verdana, Arial; TEXT-DECORATION: none}
.link2 A:hover {COLOR: #b1bb1c; FONT-SIZE: 11; FONT-FAMILY: Trebuchet MS, Verdana, Arial; TEXT-DECORATION: none}

.link3 A:link {COLOR: #FFF; FONT-SIZE: 11; FONT-FAMILY: Trebuchet MS, Verdana, Arial; TEXT-DECORATION: none}
.link3 A:visited {COLOR: #FFF; FONT-SIZE: 11; FONT-FAMILY: Trebuchet MS, Verdana, Arial; TEXT-DECORATION: none}
.link3 A:hover {COLOR: #777; FONT-SIZE: 11; FONT-FAMILY: Trebuchet MS, Verdana, Arial; TEXT-DECORATION: none}

.contact{
background: url('contactBG01.jpg') no-repeat fixed center 55%;
}

.searchbox {
color:#000066;
border:1px solid #000066;
font-family:verdana, arial, helvetica, sans-serif;
font-size:13px;
}

.searchbox2{
color:#000066;
border:1px solid #ffffff;
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
}

@font-face {
  font-family: titleFont;
  src: url(QuinchoScript_PersonalUse.ttf);
  /*src: url(Anabelle Script Light.ttf);*/
  /*src: url(Allura-Regular.ttf);*/
  /*src: url(BaroqueScript.ttf);*/
  /*src: url(Brotherhood_Script.ttf);*/
  /*src: url(ChopinScript.ttf);*/
  /*src: url(Flaemische Kanzleischrift.ttf);*/
  /*src: url(QuinchoScript_PersonalUse.ttf);*/
  /*src: url(Recoba.ttf);*/
  /*src: url(RegencyScriptFLF.ttf);*/
  /*src: url(Respective_2.0.ttf);*/
  /*src: url(Respective_2.0_Swashes.ttf);*/
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
}

.titleFont {
  font-family: titleFont;
  color: #555;  
  font-size: 50px;
  text-shadow: 0px 0px 2px #777;
}


.cartContain{
  position: relative;
  text-decoration: none;
}

.cartText {
  font-family: times new roman;
  color: #777;  
  font-size: 16px;

  left: 10px;
  top: 8px;
  position: absolute;
  z-index: 1;
}


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 14px;
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 60%;
  max-width: 60vw;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  animation-name: zoom;
  animation-duration: 0.3s;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 25px;
  right: 55px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}



.showcart{
  margin: auto;
  width: 85%;
  height: auto;
  max-width: 750px;
  background-color: #ddd;
  padding: 20px;
}

.showcartInner{
  /*border: 1px solid rgba(0, 0, 0, 0.8);*/
  width: auto;
  height: auto;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  
  border: 20px solid transparent;  
  border-image: url(images/border01.png) 30 stretch;

  
}

.showcart div {  
  padding: 4px;

}

.showcart input {  
  padding: 4px;
  border: solid 2px #444;
}

.cartitem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  padding: 4px;
  font-size: 18px;  
  width: 80%;
  display: inline-flex;  
}

.cartitem *{
  padding: 6px;
}

.fleft{
  float: left;
}

.tleft{
  text-align: left;
}

.fright{
  float: right;
}

.cartBtn{
  width: 100px;
  height: 33px;
  border: solid 1px #444;
}

.cartTable{
  width: 100%;
  padding: 4px;  
}

.cartTable *{  
  font-size: 14px;
  color: #000;
}

.cartTable th{
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 4px;
  font-size: 16px;
  color: #000;  
}

.cartTable td{
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 4px;  
  white-space: nowrap;
  align-items: center;
  text-align: center;
}

.cartTable td *{
  display: inline-block;  
  white-space: wrap;
}

.smCell{
  width: 5%;
}

.hCell{
  border: none;  
}

.textB{
  font-weight: bold;  
}

.addCartQuant{
  margin-bottom: 10px;
  margin-right: 10px;
}

.addCartQuant > select{
  border: solid 1px #000;
}

.growl-notice {
    display:none;
    font-family:Helvetica,Verdana,sans-serif;    
    
    padding: 40px;
    border-radius: 4px;
    

    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    white-space: wrap;

    background: #ddd;
    position: fixed;
    right: 45%;
    top: 20%;
    line-height:60px;
    border: 2px #000 solid;
    z-index: 3;

    animation-name: zoom;
    animation-duration: 0.3s;
}


