

.shop
{
 border: 3px solid #A9A9B5;
 background-color:#BBBBC7;
}

.shop_cattitle
{
 background-color:#A9A9B5;
 padding:0px 0px 2px 3px;
 font-family: verdana, arial, sans-serif sans-serif; 
 font-size: 10px; 
 font-weight:bold; 
 text-transform: uppercase;
 color:#CC0104;
 letter-spacing: 0.1em;
}

.shop_title
{
 background-color:#A9A9B5;
 padding:0px 0px 2px 3px;
 font-family: verdana, arial, sans-serif sans-serif; 
 font-size: 10px; 
 font-weight:normal; 
 text-transform: uppercase;
 color:#000000;
 letter-spacing: 0.1em;
}


.shop_catdesc
{

 padding:5px;
 font-family: verdana, arial, sans-serif sans-serif; 
 font-size: 10px; 
 font-weight:normal;
 color:#000000;
 letter-spacing: 0.1em;
 border-right: solid 3px #A9A9B5;
}

.shop_text
{

 padding:5px;
 font-family: verdana, arial, sans-serif sans-serif; 
 font-size: 10px; 
 font-weight:normal;
 color:#000000;
 letter-spacing: 0.1em;
}
.shop_text_sub
{
 font-family: verdana, arial, sans-serif sans-serif; 
 font-size: 10px; 
 font-weight:normal;
 color:#4E505F;
 letter-spacing: 0.1em;
}
.shop_qty
{

 padding:3px 0px 2px 2px;
 font-family: verdana, arial, sans-serif sans-serif; 
 font-size: 10px; 
 font-weight:normal;
 color:#000000;
 letter-spacing: 0.1em;
}

.shop_form
{
 font-family: verdana, arial, sans-serif sans-serif; 
 color:#000000;
 background-color:#C8C8D2;
 border: solid 1px #A9A9B5;
 
}

A.shop_link,
A.shop_link:visited
	{
	color: #ffffff;
	background-color: #535366;
	font-family: verdana, courier new, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: NONE;
	padding:1px;
	border: solid #2B2B36 1px;
	}
			 
A.shop_link:active,
A.shop_link:hover

 	{
	color: #ffffff;
	background-color: #535366;
	font-family: verdana, courier new, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: NONE;
	padding:1px;
	border: solid #2B2B36 1px;
	}


.dots
	{
    border-top: 1px dashed #4C4E5D;
	}


.shop_button
	{
	text-decoration: none;
	background-color:#A9A9B5;
	font-family: verdana, courier new, sans-serif;
	color: #4E505F;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;	
	border: none;
	padding: 5px 5px 5px 5px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
