/* Shop overides*/
/**/


#cartinfo {
text-align:center;
padding:2px 2px 2px 1px;
}

#cartinfo a {
color:#FFFFFF;
}

h3 {
	color: #333333;
	font-size: 9px;
	font-weight: bold;
}

.cart_top {
background-color:#CCCCCC;
text-align:center;
color:#000000;
font-weight: bold;
}
.cart_bottom {
background-color:#999999;
text-align:center;
color:#000000;
font-weight: bold;
font-size:14px;
}
.cart_total {
color:#000000;
font-weight: bold;
font-size:14px;
}




/* Following are the shop styles */
/* some of the original shop styles have been moved to above for clarity and use by the rest of the site*/



/* a.white:link {color: #FFFFFF;}
a.white:hover {color: #FFFFFF;}*/



.header
{ font-size:		100%;
  color:			black;
  font-weight:		bold;
  text-decoration:	underline;
}
.no_underline
{ text-decoration:		none;
}


.small
{ font-size: 100%;
}
.faq
{ font-size:		110%;
}
.price_brief
{ font-size:		120%;
}
.big
{ font-size:		130%;
  text-decoration:		none;
}
.cat
{ font-size:		120%;
}
.standard
{ font-weight:		normal;
}
.light
{ color:			black;
}
.white
{ color:			white;
}
.pink
{ color:			pink;
}
.menu
{ color:			black;
  text-decoration:	none;
  font-weight:		normal;
  font-size:		12px;
}
.footer
{
  font-size:		10px;
}
.lightsmall
{ color:			black;
  font-size:		95%;
}
.lightsmallwhite
{ color:			white;
  font-size:		95%;
  
}
.lightstandard
{ color:			black;
  font-weight:		normal;
}
.middle
{ color:			black;
}






.cart
{
  font-size:		11px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:			1px;
  font-weight:bold;
  color:			black;
  background-color:  transparent;
}



.totalPrice
{ font-size:	    	16px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:		1px;
  font-weight:		bold;
  color:		red;
  background-color:  transparent;
}