@import url("/shadowbox/shadowbox.css");

:root {
  --txt: black;
  --whttxt: white;
  --redtxt: #D02435;
  --lnktxt: #2196F3;
  --bg: white;
  --base: #CDB99C;
  --baseP: #a4947d;
  --baseM: #dcceba;
  --gry: gray;
  --red: #D02435;
  --blue: #3399CC;
  --ltblue: #3399CC;
  /* use example     var(--baseM)     */
}



body
{
    width: 100%;
    margin: 0 auto;
    padding:  0px;
    overflow-x: hidden !important;
}

.nomobile 
{
    display: none !important;
}
.maindiv
{
	padding:  0px;
    outline: 0px solid var(--baseP);
}
.mob_content
{
	width:100%;	
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
.mob-box-header
{
    box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    min-width: 300px;
    margin:0 auto;
	border-left:solid 1px var(--baseP);
    border-right:solid 1px var(--baseP);
    border-bottom: solid 0px red;
    border-top: solid 1px white;
    padding-top: 20px;
    padding-bottom: -1px;
    background-color: rgba(51,153,204,0.05);
}

.mob-box-main
{
    box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    min-width: 300px;
    margin:0 auto;
	border-left:solid 1px var(--baseP);
    border-right:solid 1px var(--baseP);
    border-bottom: solid 1px var(--baseP) ;
    border-top: solid 0px white;
    padding: 0px;
    background-color: rgba(51,153,204,0.05);
}
 .mob-box-container
{
    box-sizing: border-box;
    width: 100%;
    height: 180px;
	outline:solid 0px blue;
    padding: 0px;
}
@media (min-width:500px) {
        .mob-box-container {
    float: left;
    width: 50%;
        }
}
 .mob-box-quad
{
    box-sizing: border-box;
    width: 100%;
    height: auto;
	outline:solid 0px var(--baseP);
    padding: 10px;
  /*  background-color: var(--base-p); */
}

 .mob-box-double
{
    box-sizing: border-box;
    width: 100%;
    height: 180px;
	outline:solid 0px var(--baseP);
    padding: 10px;
    float: left;
  /*  background-color: var(--baseP); */
}
@media (min-width:500px) {
        .mob-box-double {
    float: left;
        }
}
 .mob-box-single
{
    box-sizing: border-box;
    width: 50%;
    height: 180px;
	outline:solid 0px green;
    padding: 10px;
    float: left;
}
 .mob-box-product
{
    box-sizing: border-box;
    width: 50%;
    height: 200px;
	outline:solid 0px green;
    padding: 10px;
    float: left;
}
@media (min-width:500px) {
        .mob-box-product{
    width: 25%;
        }
}
.pgImage
{
   height: 160px;
   width: 100%;
    object-fit: cover;
    outline:solid 0px var(--baseP);

}
.centerImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.nomobile 
{
    display: none !important;
}
.nodesktop 
{
    display: block !important;
}		
}
/* Banner Top */
.bannerProductHolder
{
	position: relative;
	outline:solid 0px var(--baseP);
	padding:0px;
    clear: none;
    height: auto;
    width: 100%;
    display: inline-block;
    
}
.bannerTopCenter
{
	position: relative;
    background-color: var(--bg);
	outline:solid 1px var(--baseP);
	padding:0px;
	text-align:center;
    margin-bottom: 10px;
    float: left;
    height: 110px;
    width: 299px;
    
    flex: 0 0 auto;        
}

.ad_text_banner
{
	  position: absolute;
    bottom: 5px;
    left: 122px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: var(--ltblue);
    font-weight:normal;
	text-decoration:none;
}

.bannerTopText
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    
	border:solid 0px black;
	padding: 2px;
	text-align:left;
    float: left;
    width: 170px;
    height: 55px;
    display: inline-block;
    text-decoration: none;
    
}

.bannerTopText a:Hover {
    
    text-decoration: none;
}

.bannerTopPricetext
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
    font-weight: bold;
	border:solid 0px blue;
	display: inline-block;
	text-align:left;
    float: left;
    width: 75px;
    margin-top: 18px;
    padding-left: 2px;
    padding-top: 3px;
    color: gray;
    
}

.bannerTopLogo
{
    object-fit: cover;
    font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border:solid 0px orange;
	display: inline-block;
	text-align:right;
    float: left;
    width: 75px;
    margin-top: 18px;
    
}

.bannerTopImageCenter
{
    object-fit: cover;
	background-color: var(--bg);
	outline:solid 0px var(--baseP);
	padding:0px;
	text-align:center;
    float: left;
    width:  120px;
    height: 105px;
}
.bannerContainer
{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    outline: 0px solid var(--baseP);
    z-index: 99;
}

.bannerTopScroll {

    overflow: hidden; 
    height: 112px; 
    width: 104%;
    padding-top: 2px;
    padding-left: 2px;
    resize: both;
    border: 0px solid blue;
    display: inline-block;
    
}
@media (max-width:767px) {
         .bannerTopScroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: 3px;
  width: 100%;
  height: 104px;
  resize: none;
    
        }
}

.ubmTopScroll {

   /* overflow: auto;  */
    width: 100%;
    resize: both;
    height: 93px;
    overflow: auto;
}

.mobadd1
{
	clear:both;	padding-top:1px;
}
.mobadd2
{
	clear:both;	padding-top:2px;
}
.mobadd3
{
	clear:both;	padding-top:3px;
}
.mobadd4
{
	clear:both;	padding-top:4px;
}
.mobadd5
{
	clear:both;	padding-top:5px;
}

.mobadd8
{
	clear:both;	padding-top:8px;
}
.mobadd10
{
	clear:both;	padding-top:10px;
}
.mobadd12
{
	clear:both;	padding-top:12px;
}
.mobadd15
{
	clear:both;	padding-top:15px;
}
.mobadd20
{
	clear:both;	padding-top:20px;
}
.mobadd30
{
	clear:both;	padding-top:30px;
}
.mobadd40
{
	clear:both;	padding-top:40px;
}
.mobadd50
{
	clear:both;	padding-top:50px;
}
.b-color
{
   background-color: var(--base);
}

.r-color
{
   background-color: var(--red);
}
<!--  dropdown menu -->
.mobile-container {
  max-width: 580px;
  margin: auto;
  background-color: red;
  height: 500px;
  color: white;
  border-radius: 10px;
}
.navbase {

  background-color: var(--base);

}
.topnav {
    margin:0 auto;
    max-width: 900px;
  overflow: hidden;
  background-color: var(--base);
  border-radius: 0px 0px 0px 0px;
  position: relative;
}
.topnav #myLinks {
  display: none;
}
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.topnav a.icon {
  background: var(--txt);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.active {
  color: white;
  height: 45px;
}

/* Title Banner */
.h1title
{
	font-weight: bold;font-family: arial;color:black;font-size:18px;
    text-align: center;
}
.AdpageBanner {
        box-sizing: border-box;
        width: 100%;
        font-family: calibri, Arial, Helvetica, sans-serif;
        padding-top: 2px;
        padding-bottom: 2px;
        border: solid 0px red;
        background: var(--base);
        text-align: center; 
        font-size: 30px;
        font-weight:bold;
        color: var(--blue);
        margin-top: 0px;
        margin-bottom: 0px;

}

.StorePageBanner {
        box-sizing: border-box;
        width: 100%;
        font-family: calibri, Arial, Helvetica, sans-serif;
        padding-top: 2px;
        padding-bottom: 2px;
        border: solid 0px red;
        background: var(--base);
        text-align: center; 
        font-size: 24px;
        font-weight:bold;
        color: var(--blue);
        margin-top: 0px;
        margin-bottom: 0px;

}

.StorePageBanner2 {
        box-sizing: border-box;
        width: 100%;
        font-family: calibri, Arial, Helvetica, sans-serif;
        padding-top: 2px;
        padding-bottom: 2px;
        border: solid 0px red;
        background: var(--base);
        text-align: center; 
        font-size: 18px;
        font-weight:normal;
        color: var(--red);
        margin-top: 0px;
        margin-bottom: 0px;

}

/* ebay */
.ebaypricetext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: var(--red);
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	line-height:16px;
}
.ebayproduct
{
	background-color: var(--bg);
	outline:solid 0px var(--baseP);
	padding:1px;
	text-align:center;
}
.ebayproductHolder
{
	position: relative;
	outline:solid 0px var(--baseP);
	padding:0px;
    clear: none;
    height: auto;  
}
.ebayproductCenter
{
	background-color:var(--bg);
	outline:solid 1px var(--baseP);
	padding:1px;
	text-align:center;
    margin-top: 10px;
    float: left;
    width: 32%;
    height: 200px;
}
.ebayproductImageCenter
{
    object-fit: cover;
	background-color: var(--bg);
	border:solid 1px #CDB99C;
	padding:1px;
	text-align:center;
    width: 110px;
    height: 110px;
}

/* Header Area */

#bannerHeader {
    margin-top: 5px;
    margin-bottom: 5px;
	margin-left: 5.5%;
	margin-right: auto;
	width: 400px;
	height: 89px;
    float: left;
}
/* search */
.header-search-box
{
    display: none;
	color: grey;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
    margin-top: 20px;
    height: 28px;
    border: 1px solid var(--baseP);
    background-color: var(--base);
}
.headersearchButton {
	font-family: verdana, sans-serif;
	width: 44%;
    height: 27px;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid var(--bg);
	background-color: var(--baseM);
	color: var(--bg);
	cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
}
.textfield-top-search
{
    height: 20px;
	width:50%;
    margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999999;
	text-align:left;
	text-decoration:none;
	border:solid 0px var(--baseP);
    padding-left: 4px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    float: left;

}

#established {
    width: 200px;
    text-align: left;
    font-size: 14px;
    color: grey;
    border: solid var(--baseP) 0px;
    margin-left: 50px;
    float: left;
    height: 20px;
    margin-top: 4px;

}
#whoami {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: black;
    border: solid var(--baseP) 0px;
    height: 10px;
    margin-top: 10px;
}
/* Not Mint Panel */
.notMint
{
    border-top: 0px solid var(--baseP);
    border-bottom: 0px solid var(--baseP);
    padding: 5px;
}
/* ---------------Price Guide Not_Mint Radio Buttons--------------*/
/* The container */
.container {
    display: block;
    position: relative;
    margin-bottom: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    width: 14%;
    border: solid var(--baseP) 0px;
    color: var(--baseP);

    
}
.containerlabel {
    display: block;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    font-size: 22px;
    float: left;
    width: 14%;
    padding-left: 0px;
    text-align: left;
    font-weight: bold;
    color: var(--lnktxt);

    
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 25px;
    background-color: var(--baseM);
    border:solid 1px var(--baseM);
    border-radius: 50%;
    margin-left: px;
    font-size: 18px;
    padding: 1px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: var(--lnktxt);
    border:solid 1px var(--lnktxt);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 17px;
	left: 17px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
}
.buttonBox{
    border: solid var(--baseP) 0px;
    padding-left: 0px;
    width: 100%;
}
.priceText{
    font-family: Arial, Helvetica, sans-serif;
    border: solid var(--baseP) 0px; 
    font-size:20px; 
    text-align: center;
    line-height: 22px;
    font-weight:normal;
    color: var(--txt);
    width: 100%;

}
.gradeVal {
    border:  solid var(--baseM) 0px;
    text-align: center;
}
.pgValue { 
    color: var(--rd-txt);
    font-weight: bold;
    border: solid var(--baseM) 0px;
    text-align: center;
    font-size:24px; 
}



/* Text */

.text12
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: var(--txt);
	text-align:center;
	line-height:16px;
	text-decoration:none;
}
.text12bold
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: var(--txt);
	text-align:left;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
.text12link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: var(--lnktxt);
	text-align:left;
	line-height:16px;
    font-weight:normal;
	text-decoration:none;
}

.text14
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: var(--txt);
	text-align:center;
	line-height:16px;
	text-decoration:none;
}
.text14bold
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: var(--txt);
	text-align:left;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
.text14link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    color: var(--lnktxt);
	text-align:left;
	line-height:16px;
    font-weight:normal;
	text-decoration:none;
}

.text16
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: var(--txt);
	text-align:left;
	line-height:16px;
    font-weight:normal;
	text-decoration:none;
}
.text16link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
    color: var(--lnktxt);
	text-align:left;
	line-height:16px;
    font-weight:normal;
	text-decoration:none;
}
.text16bold
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: var(--txt);
	text-align:center;
	line-height:16px;
    font-weight:bold;
	text-decoration:none;
}

.text16red
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
    color: var(--red);
	text-align:center;
	line-height:16px;
	text-decoration:none;
}
.text18
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: var(--txt);
	text-align:left;
	line-height:19px;
	text-decoration:none;
    margin-top: 10px;
}
.text18bold
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: var(--txt);
	text-align:center;
	line-height:19px;
	font-weight:bold;
	text-decoration:none; 
}
.text18link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: var(--lnktxt);
	text-align:center;
	line-height:19px;
	text-decoration:none;
}

.text24link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: var(--lnktxt);
	text-align:center;
	line-height:24px;
	text-decoration:none;
}

.redlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    color: var(--lnktxt);
	text-align:left;
	line-height:16px;
	text-decoration:none;
}
.redlink:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	text-align:left;
	line-height:16px;
	text-decoration:none;
}

.textBox
{
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: solid 0px red;
}
.center-panel-title
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: var(--red);
	text-align: center;
	line-height: 24px;
	text-decoration: none;
    margin-top: 3px;
    padding-left: 5%;
    padding-right: 5%;
}
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.center
{
    text-align: center;
}
.pad5
{
    padding: 5px;
}

/* Price Guide Pictures */
.priceGuidePictureGallery
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.imageGalleryButton 
 {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
/*Table*/
#model_details
{
    font-family: verdana, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
#model_details td, #model_details tr 
{
    outline: 1px solid var(--baseP);
    padding: 6px;
}
#model_details tr:nth-child(even)
{
    background-color: var(--baseM);
}
#model_details td:nth-child(even)
{
    font-weight: normal;
}
#model_details th
{
  padding: 0px;
  text-align: center;
  background-color: var(--base);
  color: rgba(51,153,204,1.5);
}
/* ebay products */
.rareEbayproductHolder
{
	position: relative;
	outline:solid 1px #CDB99C;
	padding:3px;
    clear: none;
}
.rareEbayproduct
{
	display:block;
	outline:solid 0px var(--baseP);
	padding:0px;
    width: 40%;
    float: left;  
}
.rareEbayproductText
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
    font-weight: normal;
	outline:solid 0px var(--baseP);
	padding:0px;
	text-align:left;
    text-decoration:none;
    float: left;
    width: 52%;
    margin: 2%;
}

.rarepricetext
{
	
    position: absolute;
    bottom: 3px;
    right: 35%;
    font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	line-height:18px;
    outline:solid 0px var(--baseP);

}

.rareEbayproductPg
{
    display: none;

}
.rareEbayproductImage
{
    display: none;

}
.rareToysCam
{
    display: none;

}
.rareEbayimage
{
    position: absolute;
    bottom: 0;
    left: 10%;

}
/* ToyMart Products*/
.tmProductHolder
{
    box-sizing: border-box;
	outline:solid 0px var(--baseP);
	padding:0px;
    margin: 0px;
    width: 100%;
}
.tmProductImage
{
    width: 100%;
    height: 120px;
    object-fit: cover;
    box-sizing: border-box;
}
.tmProductInfo
{
    box-sizing: border-box;
    font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: var(--txt);
	text-align:left;
	line-height:16px;
	text-decoration:none;
	outline:solid 0px var(--baseP);
	padding:4px;
    margin: 2px;
    width: 100%;
    float: left;
}
.currency-text
{
	font-size: 14px;
	font-weight: bold;
}
.di-position
{
	display:none;height:50px !important;
}
.change-cur
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:lightblue;
	font-weight:bold;
	text-align:left;
	line-height:16px;
	text-decoration:none;
    float:left;
	cursor:pointer;
}
/* Button */
.basicbutton {
  background-color: var(--baseP);
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
/* Forms */
.form_text
{
    margin-top: 3px;
    width: 75%;
}
.MTlink {
	text-align: center;
}

.MTlink img {
    width: 100px;
}
/* mycollection */
.search-image-collection-thumbnails
{
}
.search-image-collection-thumbnails IMG
{
	width: 30%;
	margin: 10px 0.5% 10px 0;
}

.search-image-collection
{
    
	float:left;
    height: 200px;
	width: 99%;
	background-color:#fff;
	border:solid 1px #dbdbdb;
	padding:1px;
	text-align:center;	
	height:auto;
      overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;

  .card {
    display: inline-block;
  }
}

.button-like input
{
   cursor:pointer;
   width: 25px;
   height: auto;
   padding-top: 0px;
}
.red { 
    color: var(--red); 
    }
    
.gray {
    color: gray;
}

.base { 
    color: var(--base); 
    }

.itemForSaleBuyButton {

   background-color:rgba(205,185,156,0.5);
   border: solid 1px rgba(192,8,10,1.00);

   width: 150px;
   height: 40px;
   text-align: center;
   display: inline-block;
   font-family: Arial;
   font-size: 18px;
   font-weight: normal;
   line-height: 20px;
   color: rgba(51,0,0,1);
   text-shadow:#C8DEFF 0px 0px 0
 
}

textarea#note
{
	width:90%;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	line-height:18px;
	text-align:left;
	text-decoration:none;
	border:solid 1px rgba(205,185,156,0.5);
}

/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}

.forget_password
{
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 400;
	position: relative;
	border-top:solid 1px #CDB99C;
	border-left:solid 1px #CDB99C;
	border-right:solid 1px #CDB99C;
    border-bottom:solid 1px #CDB99C;
	padding:10px 10px 30px 10px;
    background: rgba(51,153,204,0.05);
}
#check_for_pass {
	position: absolute;
	bottom: 5px;
	left: 10px;
	height: auto;
}
#check_for_pass P {
	color: rgba(255,0,0,1.00);
}

.forget_password_title
{

    float: left;
    font-size: larger;
    font-weight: normal;
    margin-top: 0;
    width: 283px;
}
.forget_close_icon
{
	position: absolute;
	top: 5px;
	right: 5px;
	background: none repeat scroll 0 0 rgba(0,0,0,0);
    cursor: pointer;
    float: right;
    height: 21px;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
    width: 17px;
}
#password_forget{
	position:absolute;
	z-index:200; 
	background-color:white; 
	width:300px; 
	padding: 0px; 
	margin-left:200px; 
	margin-top:18px; 
	display:none; 
	height: 80px; 
	border-color:#666666;"
}
.g-recaptcha {

	transform:scale(0.85);
	-webkit-transform:scale(0.85);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
div.row {
border: solid green 0px;
clear:both;
padding-top:10px;
margin-left: 20px;
}

div.right1 {
float:left;
width:72%;
width:100px;
}
div.left {
border: solid 0px;
color:black;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
text-align:left;
vertical-align: middle;
text-decoration:none;
width:100px;
}
/* Message Box */
.di-position
{
	display:none;height:50px !important;
}

.search_button {
    background-color: var(--baseP);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius:2px;
    color: #fff;
    font-family: 'Oswald';
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    position: relative;
    top: 2px;
    
}

.search_button:hover {
    border: none;
    background:red;
    box-shadow: 0px 0px 1px #777;
}

.search_box {
    height: 20px; 
    border: solid green 0px;

    
}

/*Checkout*/
.checkoutbutton1 {
   background-color:rgba(205,185,156,0.5);
   border: solid 1px rgba(205,185,156,1);
   -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
           border-radius: 1px;
           box-shadow:   0px 0px 0px 0px rgba(205,185,156,0.5);
   width: 150px;
   height: auto;
   padding: 5px;
   text-align: center;
   display: inline-block;
   font-family: Arial;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   line-height: 12px;
   color: rgba(51,0,0,1);
   text-shadow:#C8DEFF 0px 0px 0
}
.checkoutbutton1:hover {
    cursor: pointer; 
   background-color:rgba(205,185,156,0.25);
   border: solid 1px rgba(205,185,156,1.5);
   -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
           border-radius: 1px;
           box-shadow:   0px 0px 0px 0px rgba(51,153,204,0.5);
   width: 150px;
   height: auto;
   text-align: center;
   display: inline-block;
   font-family: Arial;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   line-height: 12px;
   color: rgba(51,0,0,1);
   text-shadow:#C8DEFF 0px 0px 0
}
.pageFormLabelwide {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
   	float: left;
	padding: 5px 2%;
	clear: both;
}
.pageFormLabel {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
	clear: both;
}
.pageFormLabel,
.pageFormInput {
	float: left;
	width: 45%;
	padding: 5px 2%;
    font-size: 14px;
}
.pageFormInput INPUT,
.pageFormInput SELECT,
.pageFormInput TEXTAREA {
	width: 100%;
    cursor: auto;
}
.pageFormInput TEXTAREA {
	height: 100px;
}

.sponsor {
    border: 1px solid black;
    border-radius: 5px;
    padding: 2px;
}
.nosponsor {
    border-bottom: 1px ridge rgba(51,153,204,0.2);
    padding: 2px;
    font-size: 14px;
}

.acc_set_button
{
    font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:98%;
    border: solid 1px rgba(205,185,156,1.50);
    background: rgba(205,185,156,0.05);
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(51,153,204,1.5);
    cursor: pointer;
    
}

.acc_set_button:hover
{
    font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:98%;
    border: solid 1px rgba(205,185,156,1.50);
    background: rgba(205,185,156,0.50);
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    
}

.acc_set_lnk
{
 float: left; 
 clear:both; 
 width: 200px; 
}
.acc_set_txt
{
 float: left; 
 margin-left: 25px;
 font-size: 12px; 
 color: black; 
 font-weight: normal;
 padding-top: 3px;
}

.listmenu-create-item		/* darshna */
{
    
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    line-height:18px;
	color:#330000;
	text-align:left;
	text-decoration:none;
	border:solid 1px #CDB99C;
    padding-left: 3px;
}

.button-left
{
   cursor:pointer;
   background-color:rgba(205,185,156,0.5);
   border: solid 1px rgba(205,185,156,1);
   -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
           border-radius: 1px;
           box-shadow:   0px 0px 0px 0px rgba(205,185,156,0.5);
   width: 100px;
   height: auto;
   padding: 1px;
   text-align: center;
   display: inline-block;
   font-family: Arial;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   line-height: 12px;
   color: rgba(51,0,0,1);
   text-shadow:#C8DEFF 0px 0px 0
}
.button-left:hover
{
   cursor:pointer;
   background-color:rgba(205,185,156,1.5);
   border: solid 1px rgba(205,185,156,1);
   -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
           border-radius: 1px;
           box-shadow:   0px 0px 0px 0px rgba(205,185,156,0.5);
   width: 100px;
   height: auto;
   padding: 1px;
   text-align: center;
   display: inline-block;
   font-family: Arial;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   line-height: 12px;
   color: rgba(51,0,0,1);
   text-shadow:#C8DEFF 0px 0px 0
}

.button-left input
{
   background-color:rgba(205,185,156,0.5);
   border: solid 1px rgba(205,185,156,1);
   -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
           border-radius: 1px;
           box-shadow:   0px 0px 0px 0px rgba(205,185,156,0.5);
   width: 100px;
   height: auto;
   padding: 1px;
   text-align: center;
   display: inline-block;
   font-family: Arial;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   line-height: 12px;
   color: rgba(51,0,0,1);
   text-shadow:#C8DEFF 0px 0px 0
}