﻿body
{
    background-image:url('https://www.vestil.com/wp.jpg');
    background-repeat:repeat;
    background-attachment:fixed;
    background-position:center;
    font-family: "Times New Roman";
} 



.heighttext{
height:20px
}

.link { COLOR: #ffffff; TEXT-DECORATION: none; }

.spacer { margin-top:5px; }

.description { margin-top:8px;
	       margin-bottom:8px; }

.dark { COLOR: #000000; }

.listall { COLOR: #336533; }

.headerlink { COLOR: #336533;
	      text-decoration: none; }

.basket { COLOR: #ffffff;
	  text-decoration: none; }

.red { COLOR: #cc0000; }

.top { COLOR: #cc0000; }

.noline { COLOR: #000000;
	  text-decoration: none; }

.catlink     { color: #FFFF00; text-decoration: underline }
:hover.catlink { color: #006AD5; text-decoration: none }
.storelink { COLOR: #000000;
	     TEXT-DECORATION: none; }
	      
.beigesidelink     { color: #0000FF; text-decoration: underline }
:hover.beigesidelink { color: #FF0000; text-decoration: underline }

		 
.menulink { COLOR: #ffffff;
	    text-decoration: none; }

:hover.menulink { color: #FFFF66; text-decoration: none }
.prodlink    { color: #000080; text-decoration: none }
:hover.prodlink { color: #FF0000; text-decoration: none }

.normal  { color: #000000; text-decoration: none }

	}
		
.button-link {        
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    	border: 1px solid #777;
		padding: 0 1.5em;
		margin: 0.3 em;
		font: bold .8em/1.6em Arial, Helvetica;
		text-decoration: none;
		color: #333;
		border-radius: .2em;
		background-image: linear-gradient(top, #eee, #ccc);
	}

.button-link:hover {
    background-color: #ddd;        
    	background-image: linear-gradient(top, #fafafa, #ddd);
	}

.button-link:active {
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

.button-link:focus {
    outline: 0;
    background: #fafafa;
}    

.button-link:before {
    background: #ccc;
    background: rgba(0,0,0,.1);
    float: left;        
    width: 1em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    border-radius: .15em 0 0 .15em;
    pointer-events: none;        
}

div.polaroid {
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  font-size:small;
  font-style:oblique;
}

div.containerz {
  text-align: center;
  font-family: "arial", verdana;
  padding: 10px 20px;
}


/* Hexadecimal entities for the icons */

.add:before {
    content: "\271A";
}

.edit:before {
    content: "\270E";        
}

.delete:before {
    content: "\2718";        
}

.save:before {
    content: "\2714";        
}

.email:before {
    content: "\2709";        
}

.like:before {
    content: "\2764";        
}

.next:before {
    content: "\27A4";
}

.star:before {
    content: "\2605";
}

.spark:before {
    content: "\2737";
}

.play:before {
    content: "\25B6";
}	
	.auto-style7 {
		background-color: #DDDDDD;
	}
