
#shop_layout
{
margin:50;
width:700;
white-space: no-wrap;
}


.shop
{
 border: 3px solid #B2B2CF;
 background-color:#E4E4F5;
}

.shop_cattitle
{
 background-color:#B2B2CF;
 padding:0px 0px 2px 3px;
 font-family: verdana, arial, sans-serif sans-serif; 
 font-size: 10px; 
 font-weight:bold; 
 text-transform: uppercase;
 color:#ffffff;
 letter-spacing: 0.1em;
}

.shop_title
{
 background-color:#B2B2CF;
 padding:0px 0px 2px 3px;
 font-family: verdana, arial, sans-serif sans-serif; 
 font-size: 10px; 
 font-weight:normal; 
 text-transform: uppercase;
 color:#ffffff;
 letter-spacing: 0.1em;
}


.shop_catdesc
{

 padding:10px;
 font-family: verdana, arial, sans-serif sans-serif; 
 font-size: 10px; 
 font-weight:normal;
 color:#000000;
 letter-spacing: 0.1em;
 border-right: solid 3px #B2B2CF;
}

.shop_text
{

 padding:5px;
 font-family: verdana, arial, sans-serif sans-serif; 
 font-size: 10px; 
 font-weight:normal;
 color:#2B2B38;
 letter-spacing: 0.1em;
 white-space: no-wrap;
}
.shop_text_sub
{
 font-family: verdana, arial, sans-serif sans-serif; 
 font-size: 10px; 
 font-weight:normal;
 color:#4E505F;
 letter-spacing: 0.1em;
 white-space: no-wrap;
}
.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;
 white-space: no-wrap;
}

.shop_form
{
 font-family: verdana, arial, sans-serif sans-serif; 
 color:#000000;
 background-color:#C2C2D8;
 border: solid 1px #B2B2CF;
 
}

A.shop_link,
A.shop_link:visited
	{
	color: #ffffff;
	background-color: #8A8AB1;
	font-family: verdana, courier new, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: NONE;
	padding:2px;
	border: solid #4D4D6A 1px;
	}
			 
A.shop_link:active,
A.shop_link:hover

 	{
	color: #ffffff;
	background-color: #AAAAD0;
	font-family: verdana, courier new, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: NONE;
	padding:2px;
	border: solid #4D4D6A 1px;
	}


.dots
	{
    border-top: 1px dashed #4C4E5D;
	}


.shop_button
	{
	text-decoration: none;
	background-color:#B2B2CF;
	font-family: verdana, courier new, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;	
	border: none;
	padding: 5px 5px 5px 5px;
	text-align: center;
	}

.button
{
text-decoration: none;
background: url('https://beautifulagony.com/public/images/shop/button.gif');
color:#000;
font-size:14px;
height:22px;
width:30px;
text-align:center;
}	
	
.item
{
margin:auto;
width:700px;
height:250px;
border: 2px solid #b9b9ca;
background-color:#ebebf6;
}
	
.title
{
background-color:#b9b9ca;
height:20px;
color:white;
text-align:left;
font-weight:bold;
text-transform:uppercase;
padding-left:10px;
}

.pic
{
background-color:#fff;
width:220px;
height:210px;
padding:10px;
border-right:2px solid #b9b9ca;
float:left;
}
	
.details
{
text-align:left;
padding:10px;
width:430px;
float:right;
line-height:18px;
}	

.buy
{
width:430px;
float:right;
text-align:right;
font-size:12px;
padding-right:10px;
margin-top:5px;
color:#444450;
}	
	
		
	
	
	
	
	
	
	
	
	
	