/* ---	BEGIN store nav --- */
#store_top_nav {
	background-image: url(/img/gfx/store_hdr_logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#store_top_nav #store_nav {
	position: relative;
	top: 105px;
	width: 1024px;
}
.store_link {
	display: inline;
	padding-right: 22px;
	padding-left: 22px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cd6c00;
}
.store_link a {
	color: #cd6c00;
	text-decoration: none;
}
.store_link a:hover {
	color: #cd6c00;
}
.store_on {
	/*
	border: solid 1px #cd6c00;
	padding-left: 2px;
	padding-right: 2px;
	*/
	color: #999;
}
.tn_sold {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 25px;
	height: 25px;
	/*
	background-image: url(/img/gfx/sold_x.gif);
	background-position: top center;
	background-repeat: no-repeat;
	*/
}
/* ---	END store nav --- */



/* ---	BEGIN store --- */
#store_content {
	position: absolute;
	top: 185px;
	left: 315px;
	width: 576px;
	height: 395px;
	text-align: center;
	background-image: url(/img/gfx/art_frame.gif);
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#store_content #art_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 536px;
	height: 355px;
	margin: 20px;
	text-align: center;
	overflow: hidden;
}
#art_description {
	position: absolute;
	top: 585px;
	left: 331px;
	width: 550px;
	height: 80px;
	text-align: left;
	overflow: hidden;
}

#store_text {
	position: absolute;
	top: 192px;
	left: 325px;
	width: 556px;
	height: 443px;
	text-align: left;
	overflow: auto;
}
/* ---	END store --- */


/* ---	BEGIN info layers: shipping, returns --- */
.info_layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 700px;
	z-index: 500;
	background-image: url(/img/gfx/fff_alpha80.png);
	background-repeat: repeat;
	display: none;
}
#info_content {
	position: absolute;
	top: 185px;
	left: 315px;
	width: 576px;
	height: 395px;
	text-align: left;
	background-image: url(/img/gfx/art_frame.gif);
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#info_content #info_title {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 150px;
	height: 15px;
	text-align:left;
	overflow: hidden;
}
#info_content #info_txt {
	position: absolute;
	top: 60px;
	left: 30px;
	width: 530px;
	height: 320px;
	text-align: left;
	overflow: auto;
}
/* ---	END info layers: shipping, returns --- */



/* ---	BEGIN calendar --- */
#cal {
	position: relative;
	width: 134px;
	padding-bottom: 2px;
	border-bottom: solid 1px #999;
	margin-bottom: 5px;
}
.cal_key {
	position: relative;
	width: 130px;
	margin-bottom: 2px;
	padding-left: 2px;
}
.cal_day {
	float: left;
	width: 15px;
	height: 14px;
	margin: 1px;
	padding-top: 1px;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	border: solid 1px #eee;
}
.cal_br {
	display: block;
	clear: right;
	width: 1px;
	height: 19px;
	margin: 0px;
	overflow: hidden;
}
.cal_no {
	background-color: #fff;
	border: solid 1px #999;
}
.cal_sale {
	background-color: #999;
	border: solid 1px #999;
	color: #fff;
}
.cal_sold {
	background-color: #eee;
	border: solid 1px #999;
}
.cal_on {
	background-color: #cd6c00;
	border: solid 1px #cd6c00;
	color: #fff;
}
.cal_on a, .cal_sale a {
	color: #fff;
}
input, select, option {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
/* ---	END calendar --- */




