#storeframe
	{
	background-color:white;
	border: 1px dotted #ccc;
	padding:10px 5px;
	}

.itemblock
	{
	width:450px;
	background-color:white;
	border: 1px dotted #ccc;
	border-width: 0 0 1px 0;
	padding:5px;
	margin:20px 0;
	}

.vpitemblock
	{
	background-color:white;
	border: 1px dashed #ccc;
	padding:5px 5px 15px 15px;
	margin:20px;
	}

.picture
	{
	padding-top:10px;
	display:block;
	float:left;
	width:auto;
	height:auto;
	text-align:right;
	}

.picture .medimage
	{
	display:block;
	float:left;
	width:auto;
	height:auto;
	text-align:right;
	clear:both;
	}

.picture .caption
	{
	margin:5px 0 0 50px;
	display:block;
	float:left;
	width:auto;
	height:auto;
	text-align:right;
	clear:both;
	}

.infogeneral
	{
	line-height:190%;
	font-size:13px;
	margin-top:10px;
	padding:10px 0 5px 20px;
	display:block;
	float:left;
	width:300px;
	height:auto;
	text-align:left;
	}

.info
	{
	line-height:200%;
	font-size:13px;
	padding:15px 5px;
	margin-left:20px;
	display:block;
	float:left;
	width:290px;
	height:auto;
	text-align:left;
	}

.productdescription
	{
	margin-top:5px;
	font-size:12px;
	display:block;
	float:left;
	width:90%;
	height:auto;
	text-align:left;
	}

.alignright
	{
	display:block;
	width:90%;
	padding:10px 0 5px 5px;
	text-align:right;
	clear:both;
	}

.featuredimage
	{
	margin:10px 40px;
	}

.price
	{
	color:maroon;
	font-weight:bold;
	}

.strikeout
	{
	color:#555555;
	font-weight:normal;
	text-decoration:line-through;
	}

table
	{
	font-size:12px;
	}

tr.light
	{
	background-color:#f9f1cd;
	}

tr.dark
	{
	background-color:#ebe3bf;
	}

/* ========================= text styles =========================== */

ul.categories
	{
	padding-left:5px;
	}

ul.categories li a
	{
	background: url(graphics/arrow.gif) no-repeat 100% 100%;
	padding: 0 0 0 20px;
	color:#666;
	text-decoration:none;
	}

ul.categories li a:hover
	{
	text-decoration:underline;
	}
