.magStand:hover 
{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;	
}

.magStand:hover 
{
	transform: translate(0,-80px);
	-webkit-transform: translate(0,-80px);
	-o-transform: translate(0,-80px);
	-moz-transform: translate(0,-80px);
}

.fb-like
{
	z-index: 100;
}

.box {
opacity:1;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
}

/*class for price values*/
.timi {
	color: 				black;
	font-family: 	Helvetica, Arial, Verdana, sans-serif;
	font-weight:	bold;
}

.gramma {
font-family: Helvetica, Arial, Verdana, sans-serif;
color: black;
opacity:1;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
}

/* class for href in cart.php*/
.syndesmos a:link    {
  /* Applies to unvisited links in class syndesmos */
  text-decoration:  none;
  /*font-weight:      bold;*/
  font-size:				small;	
  /*background-color: #ddd;*/
  color:            blue;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  } 
.syndesmos a:visited {
  /* Applies to visited links in class syndesmos */
  text-decoration:  none;
  font-weight:      bold;
  font-size:				small;
  /*background-color: #ddd;*/
  color:            blue;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  } 
.syndesmos a:hover   {
  /* Applies to links under the pointer in class syndesmos */
  text-decoration:  underline;
  /*font-weight:      bold;*/
  font-size:				small;
  /*background-color: blue;*/
  color:            black;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  } 
.syndesmos a:active  {
  /* Applies to activated links in class syndesmos */
  text-decoration:  underline;
  font-weight:      bold;
  /*background-color: black;*/
  color: white;
  } 
  
 /*class for buttons in cart.php*/ 
input.groovybutton
{
   font-weight:bold;
   color:#FFFFFF;
   background-color:#FF3300;
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

.productContent table
{
	border: 2px solid #fff;
	background: #CECFCD;
	width: 100%;
	color: #4B4C4B;
}

.productContent table td
{
	border: 1px solid #fff;
	padding: 5px;
}


.productContent table tr:first-child td
{
	border: 0px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px;
	text-align: center;
}

.productContent table.SHOPS
{
	border: none;
	background: none;
	width: 100%;
	color: #000;
}

.productContent table.SHOPS tr td
{
	border: none;
	border-bottom: none;
	padding: 5px;
	text-align: left;
}
