#copycontainer.store #copyheader
	{
	background: url('graphics/copyBackTopStore.gif') no-repeat;
	}

#copycontainer.store #copy
	{
	background: url('graphics/copyBackSidesStore.gif') repeat-y;
	}

#copycontainer.store #copyfooter
	{
	background: url('graphics/copyBackBottomStore.gif') no-repeat;
	}

#storeframe
	{
	background-color:white;
	border: 1px dotted #ccc;
	padding:10px 5px;
	min-height: 500px;
	}

.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
	{
	margin-top:30px;
	display:block;
	float:left;
	width:auto;
	height:auto;
	text-align:right;
	}

.picture .medimage
	{
	display:block;
	border: 1px solid #ccc;
	padding: 10px;
	}

.picture .caption
	{
	margin: 8px 0 0;
	display:block;
	width: 100%;
	text-align: center;
	font-size: 11px;
	}

.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;
	}

.info h1
	{
	font-size:18px;
	color: black;
	margin-bottom: 0;
	}

.productdescription
	{
	margin-top:5px;
	font-size:12px;
	display:block;
	float:left;
	width:90%;
	height:auto;
	text-align:left;
	}

.productdescription h1
	{
	font-size: 18px;
	color: black;
	}

#copycontainer.store #secondarycolumn h3
	{
	font-family: arial;
	font-size:14px;
	margin:10px 0 3px 0;
	}

#secondarycolumn h3.storeheading
	{
	border: 1px dotted;
	border-width: 0 0 1px;
	padding-bottom: 3px;
	}

.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;
	}

.info .price
	{
	color:maroon;
	font-weight:bold;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	padding: 7px 0;
	}

.itemnumber
	{
	color: #888;
	font-style: italic;
	}

.strikeout
	{
	color:#555555;
	font-weight:normal;
	text-decoration:line-through;
	}

table
	{
	font-size:12px;
	}

tr.light
	{
	background-color:#f9f1cd;
	}

tr.dark
	{
	background-color:#ebe3bf;
	}

#checkout		/* styles the checkout button in the cart to look like a link */
	{
	background: transparent;
	border: 0;
	color: #993300;
	cursor: pointer;
	display: block;
	font-family: times New Roman;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin: 0 0 -3px;
	padding: ;
	text-decoration: underline;
	}

div.error
	{
	border: 1px solid #8d0104;
	padding: 5px;
	margin-bottom: 10px;
	background: #fee;
	}

.pagenav
	{
	display: block;
	margin-bottom: 20px;
	}

/* ========================= 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;
	}

/* ======================== menu for categories =================== */

ul.menu
	{
	position: relative;
	padding: 0;
	margin-bottom: 35px;
	}

ul.menu ul
	{
	background: #F6F0D2;
	border: 1px solid #BEA562;
	}

ul.menu li
	{
	list-style:none outside none;
	}

ul.menu > li
	{
	width: 180px;
	padding: 0 20px;
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	}

ul.menu > li ul
	{
	background: #F6F0D2;
	display:none;
	left:-240px;
	margin: -23px 0 0;
	padding: 0;
	position:absolute;
	width:240px;
	z-index: 2;
	}

ul.menu > li > ul > li > ul
	{
	margin: -23px 0 0 -2px;
	}

ul.menu li:hover > ul
	{
	display:block;
	}

ul.menu li > a, ul.menu li > span
	{
	width: 200px;
	padding: 2px 20px;
	display: inline-block;
	}

ul.menu > li > a, ul.menu > li > span
	{
	width: 180px;
	padding: 3px 20px 3px 0;
	display: inline-block;
	}

ul.menu > li:hover
	{
	background: #F6F0D2;
	border: 1px solid #BEA562;
	border-width: 1px 1px 1px 0;
	}

ul.menu > li > ul li
	{
	background: #F6F0D2;
	border: 1px solid #f6f0d2;
	border-width: 1px 0;
	}

ul.menu > li > ul li:hover
	{
	background: #F6F0D2;
	border: 1px solid #BEA562;
	border-width: 1px 0;
	}

ul.menu > li.childless:hover
	{
	background: #F6F0D2;
	border: 1px solid #BEA562;
	border-width: 1px;
	padding-left: 19px;
	}

ul.menu > li:hover > a, ul.menu > li:hover > span
	{
	background: #F6F0D2;
	padding: 3px 0 2px 19px;
	margin-left: -19px;
	position: relative;
	z-index: 200;
	}

ul.menu > li > ul > li:hover > a, ul.menu > li > ul > li:hover > span
	{
	background: #F6F0D2;
	padding: 2px 0 2px 21px;
	margin-left: -1px;
	position: relative;
	z-index: 200;
	}

ul.menu > li > span, ul.menu > li > a
	{
	font-family: arial;
	text-decoration: none;
	font-weight: normal;
	color: #777;
	}

ul.menu span
	{
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
	color: #930;
	}

#copycontainer ul.menu > li > a:visited
	{
	color: #777;
	font-weight: normal;
	}

ul.menu span:hover
	{
	cursor: default;
	}

ul.menu ul li:first-child:hover {
	border-top-color: #F6F0D2;
	}

ul.menu ul li:last-child:hover {
	border-bottom-color: #F6F0D2;
	}

ul.menu li.grandchildless ul li a {
	background: transparent;
	}

#searchbox
	{
	display: block;
	margin: 0 auto;
	width: 400px;
	padding: 5px;
	}

#searchsubmit
	{
	display: block;
	margin: 10px auto;
	}
