#dist{
    margin-top: 20px;
}

.col {
 /* display: inline-block;
  width: 25%;
  height: 200px;*/
  display: inline-block;
   flex: 1;
   padding: 0 1em;
 
 /* margin-left:0;
  margin-right:0; 
 margin: 100px;
  background-repeat: no-repeat;*/
}

.centerall{
    margin: auto;
    margin-top: 20px;
    width: 100%;
    
    
}
.center{
    margin: auto;
    margin-top: 20px;
    width: 100%;
    border: 3px solid #73ad21;
    
}
 /* Media query for tablets */
    @media only screen and (min-width: 768px) {
      .col {
        flex-basis: 50%;
      }
    }
    /* Media query for desktops */
    @media only screen and (min-width: 992px) {
      .col {
        flex-basis: 33.33333%;
      }
    }    

/* 
    Document   : Intopcss
    Created on : Mar 3, 2015, 12:55:31 AM
    Author     : User
    Description:
        Purpose of the stylesheet follows.
*/

#sliderFrame 
{
    position:relative;
    width:500px;
     margin: 0 auto; /*center-aligned*/
}

#slider, #slider div.sliderInner {
    width:400px;height:400px;/* Must be the same size as the slider images */
}

#slider {
	background:#ffffff url(loading.gif) no-repeat 50% 50%;
        position:relative;
        top: -70px;
	left: -50px;
	margin:100; /*center-aligned*/
	
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

/* image wrapper */
#slider a.imgLink, #slider div.video {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
#slider .video {
	background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
#slider div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
#slider div.mc-caption-bg2 {
    background:none;
}
#slider div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	text-align:center;
                        background:none;
}
#slider div.mc-caption a {
	color:#FB0;
}
#slider div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider div.navBulletsWrapper  {
    top:320px;/* Its position is relative to the #slider */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
}

/* each bullet */
#slider div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

#slider div.navBulletsWrapper div.active {background-position:0 -11px;}


/* --------- Others ------- */   
        






body {
    font-family: Arial, Helvetica, sans-serif;
    width: 850px;
    text-align: center;
    margin: 20px auto;
    color: #444;
}

hr {
    border: 0;
    background-color: #333;
    height: 1px;
    margin: 0 25px;
    width: 300px;
}

table {
    margin: 0 20px;
    border-spacing: 0;
    text-align: center;
    border: solid 1px #f5eabe;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover { text-decoration: none }

a:visited { color: inherit }

img { border: none }


/* general styles */
#main { background: #FDFEFE }

#singleColumn {
    margin: 20px 30px;
    text-align: left;
}

.lightBlue { background-color: #edf8f7 }

.white { background-color: #fff }

.bubble {
    font-weight: bold;
    background-color: #f5eabe;
    padding: 5px;
    color: inherit;
}

.hMargin { margin: 0 30px; width: 250px;}
.hM { margin: 0 30px; 
          background-color: #c3e3e0;
width: 150px;}

.smallText { font-size: small }

.reallySmallText { font-size: xx-small }

.header {
    background-color: #c3e3e0;
    height: 30px;
    
}


/* styles for elements contained in the header, i.e.,
   shopping cart widget, language toggle, and logo */
#header {
    text-align: center;
    width: 800px;
    height: 200px;
    background: url(../img/stalk.png) no-repeat 28px 28px;
    
}

#entrybox{
    float:right;
          background-color: #c3e3e0; 
         font-weight: bold;
}

#logo {
    float: left;
    margin-left: 10px;
    margin-top: 30px;
    
}

#logoText {
    right:200px;
    margin: 35px 0 0 50px;
    /* font styles apply to text within img alt attribute */
    font-family: 'American Typewriter', Courier, monospace;
    font-size: 40px;
    color: #333;
}
#TText {
   /* float: left;*/
    text-align: center;
    margin-left:   70px;
    /*font styles apply to text within img alt attribute */
    font-family: 'American Typewriter', Courier, monospace;
    font-size: 20px;
    color: #333;
}

#Text {
    float: left;
    text-align: center;
    margin-left:   70px;
    /*font styles apply to text within img alt attribute */
    font-family: 'American Typewriter', Courier, monospace;
    font-size: 70px;
    color: #333;
}


#widgetBar {
    height: 50px;
    width: 850px;
    float: right;
}

.headerWidget {
    width: 194px;
    margin: 20px 2px;
    font-size: small;
    float: right;
    line-height: 25px;
}




/* footer styles */
#footer {
    height: 60px;
    width: 350px;
    clear: left;
}

#footerText { margin-top: 5px }


/* index page styles */
#indexLeftColumn {
    text-align: left;
    height: 450px;
    width: 350px;
    float: left;
    
}

#indexRightColumn {
    text-align: left;
    height: 450px;
    width: 500px;
    float: right;
    
        
        
}

#indexDisplay {
    text-align: left;
    height: 50px;
    width: 50px;
    float: right;
     background-color: #f7f7e9
    
        
        
}
#indexColumn {
    text-align: left;
    height: 420px;
    width: 850px;
    float: left;
    background-color: #f5eabe
        
        
}

#welcomeText {
    margin: 30px 5px 0 30px;
    line-height: 1.4em;
}

.categoryBox {
    height: 20px;
    width: 255px;
    margin: 21px 14px 10px;
    float: inherit;
}

.categoryLabel {
    position: absolute;
    background-color: #fff;
    opacity: 0.7;
    height: 40px;
    width: 210px;
    margin: 2px;
}

.categoryLabelText {
    position: absolute;
    line-height: 150%;
    font-size: x-large;
    margin: 3px 10px;
}

.categoryImage {
    padding: 1px;
    border:solid 1px #555;
}


/* category page styles */
#categoryLeftColumn {
    width: 185px;
    float: left;
    margin-top: 25px;
    padding-left: 15px;
}

#categoryRightColumn {
    margin-top: 10px;
    width: 650px;
    float: left;
}
.categoryRButton {
    margin: 10px 10px;
    padding: 50px;
    center: 80px;
    display: block;
    background-color: #edf8f7;
    float:right;
}
.categoryButton {
    margin: 10px 5px;
    width: 5px;
    padding: 13px;
    display: block;
    background-color: #edf8f7;
}

.catButton {
    margin: 15px 15px;
    padding: 35px;
    display: block;
    background-color: #FDFEFE ;
}

#selectedCategory {
    background-color: #b2d2d2;
    margin-left: 10px;
    width: 139px;
}

#categoryTitle {
    margin: -34px 180px 0 0;
    font-size: x-large;
    float: right;
    background-color: #f5eabe;
    padding: 7px;
}

.categoryText {
    line-height: 25px;
    width: 20em;
    font-size: medium;
}
.catText {
    line-height: 40px;
    font-size: xx-large;
    float: left;
}

#productTable { width: 600px }

#productTable tr { height: 90px }

#productTable td { width: 145px }


/* cart page styles */
#actionBar {
    margin: 30px;
    width: 750px;
    text-align: center;
}

#subtotal { margin: 40px 0 20px 430px }

#cartTable { width: 750px }

#cartTable td {
    width: 145px;
    height: 90px;
}


/* checkout page styles */
#checkoutTable {
    width: 481px;
    background-color: #f5eabe;
    float: left;
    height: 280px;
}

#infoBox {
    width: 300px;
    padding-left: 30px;
    float: left;
}

#priceBox {
    padding: 10px;
    margin: 10px 0;
    height: 128px;
    background-color: #c3e3e0;
}


/* confirmation page styles */
#confirmationText {
    margin: 0 20px 20px;
    padding: 10px;
    background-color: #f5eabe;
    float: left;
    width:540px;
}

.summaryColumn {
    margin-top: 15px;
    width: 50%;
    float: left;
}

#orderSummaryTable {
    width: 100%;
    text-align: left;
    height: 200px;
}

#deliveryAddressTable {
    width: 70%;
    margin-left: 15%;
    text-align: left;
    height: 200px;
}

#navbar ul {         
     margin: 15px;        
     padding: 5px;/* Set margin and padding for cross browser consistency. */          
     list-style-type: none; /* Needed to eliminate list item marker */        
     text-align: center; /* Centers navigation bar */        
     background-color: #FDFEFE;/* Set as desired */         
 } 
 #navbar ul li {  
     display: inline; /*Needed to create horizontal effect*/      
 } 
 #navbar ul li a {     
     text-decoration: none;  /* The setting of "none" allows the link to not be underlined. This is up to user preference. */ 
     padding: .2em 1em;  /* Gives the link space inside it's individual block. */ 
     color: #000;/* Set as desired */        
     background-color: #FDFEFE;  /* Set as desired */      
 } 
 #navbar ul li a:hover {       
     color: #000;        
     background-color:#fff ;  /* Both of these values create the "Rollover effect, Set as desired */ 
   
 } 
 
 
 
 
 div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.detailsTable { text-align: left }

.detailsTable th { padding: 5px 10px }

.detailsTable td {
    padding: 5px 10px 5px 20px;
    font-size: small;
    font-family: "Courier New", courier, monospace;
}







