/* @override http://jrod.future-farm.com:8888/css/store.css */

/* ----- BASIC ----- */

body {
	background: #595C41 url(../images/store/bg.gif) top left repeat-y;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	}
body,
p,
td,
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #595C41;
	}
a {
	text-decoration: none;
	}
a:link,
a:visited {
	color: #595C41;
	border-bottom: none;
	}
a:hover,
a:active {
	color: #D2D6A9;
	border-bottom: #D2D6A9 1px dotted;
	}
h1 {
	font-size: 1.1em;
	}
h2 {
	font-size: 1em;
	}
h3,
h4,
h5,
h6 {
	font-size: .9em;
	}



/* ----- LAYOUT ----- */

#shell {
	width: 620px;
	}
#hdr {
	height: 190px;
	width: 610px;
	}
#menu {
	padding: 60px 15px 20px 25px;
	background: url(../images/store/menu-bg.gif) no-repeat top left;
	float: left;
	}
#content {
	width: 400px;
	float: left;
	}
#footer {
	height: 30px;
	clear: both;
	}



/* ----- NAVIGATION ----- */

#hdr a {
	border: none;
	}
#storeHdr {
	float: left;
	}
#homeBtn {
	float: right;
	}
# menu {
	clear: both;
	}
#menu ul {
	width: 150px;
	margin: 0;
	padding: 0;
	display: block;
	}
#menu ul li {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: .9em;
	line-height: 1.3em;
	list-style: none;
	text-transform: uppercase;
	display: block;
	}
#menu .selected {
	color: #D2D6A9;
	}



/* ----- ITEMS ----- */

.item {
	min-height: 245px;
	margin: 0 0 20px 0;
	clear: both;
	}
.itemDetails {
	width: 175px;
	padding: 10px 0 20px 0;
	float: left;
	}
.itemDetails p {
	margin: 2px 0 5px 0;
	padding: 0;
	font-size: .75em;
	}
.itemDetails h1 {
	margin: 0;
	padding: 0;
	font-size: .9em;
	font-weight: normal;
	text-transform: uppercase;
	}
.itemDetails .price {
	margin: 10px 0 3px 0;
	padding: 0;
	font-size: 1.15em;	 
	}
.itemDetails a:link,
.itemDetails a:visited {
	color: #D2D6A9;
	}
.itemFooter {
	clear: both;
	}
#detail {
	margin: 0 auto;
	}
#detail .itemDetails {
	width: 220px;
	float: none;
	}



/* ----- FORM ----- */

.itemDetails .itemForm {
	margin: 15px 0 0 0;
	}
#detail .itemForm {
	margin: 10px 25px;
	float: right;
	}
.itemForm form {
	margin: 0;
	}
.itemForm select {
	margin: 0 0 7px 0;
	font-size: .8em;
	}
.itemForm input {
	margin: 0 0 3px 0;
	font-size: .8em;
	text-align: center;
	width: 9em;
	}
	


/* ----- IMG BORDERS ----- */

/* 
	Transparent custom corners and borders
	http://www.456bereastreet.com/archive/200505/transparent_custom_corners_and_borders/
*/

/* default styling; .cbb used when JavaScript is unsupported */

.thumbWrapper {
	float: left;
	/* adding neg btm margin to avoid IE fit when thumb col is taller than detail col */
	margin: 0 0 -30px 0;
	}
.thumbWrapper .cbb {
	padding: 5px;
	margin: 9px 19px 9px 9px;
	background: #FFFFFF;
	border: 1px solid #595C41;
	}

.fullWrapper {
	margin: 0 auto;
	}
.fullWrapper .cbb {
	padding: 10px;
	margin: 9px 29px 9px 9px;
	background: #FFFFFF;
	border: 1px solid #595C41;
	}

/* JavaScript supported styling */

/* ---  thumb border dimensions  ---
	TL Y/TR Y = 20px;
	TL X = 20px;
	TR X = 30px;
	BL Y/BR Y = 30px;
	BL X = 20px;
	BR X = 30px;
	LB = 20px;
	RB = 30px;
*/

.thumb .bt {
	height: 20px;  /* TL Y/TR Y */
	margin: 0 0 0 20px;  /* TL X */
	background: url(../images/store/thumb-shadow-box.gif) no-repeat 100% 0;
	}
.thumb .bt div {
	width: 20px;  /* TL X */
	height: 20px;  /* TL Y/TR Y */
	left: -20px;  /* -TL X */
	position: relative;
	background: url(../images/store/thumb-shadow-box.gif) no-repeat 0 0;
	}
.thumb .bb {
	height: 30px;  /* BL Y/BR Y */
	margin: 0 0 0 20px;  /* BL X */
	background: url(../images/store/thumb-shadow-box.gif) no-repeat 100% 100%;
	}
.thumb .bb div {
	width: 20px;  /* BL X */
	height: 30px;  /* BL Y/BR Y */
	left: -20px;  /* -BL X */
	position: relative;
	background: url(../images/store/thumb-shadow-box.gif) no-repeat 0 100%;
	}
.thumb .i1 {
	padding: 0 0 0 20px;  /* LB */
	background: url(../images/store/thumb-shadow-sides.gif) repeat-y 0 0;
	}
.thumb .i2 {
	padding: 0 30px 0 0;  /* RB */
	background: url(../images/store/thumb-shadow-sides.gif) repeat-y 100% 0;
	}
.thumb .i3 {
	padding: 5px;
	}
.thumb .i3 img {
	margin: -10px;
	position: relative;
	z-index: 1;
	}
.thumb .i3 a {
	border: none;
}

/* ---  full border dimensions  ---
	TL Y/TR Y = 30px;
	TL X = 30px;
	TR X = 40px;
	BL Y/BR Y = 40px;
	BL X = 30px;
	BR X = 40px;
	LB = 30px;
	RB = 40px;
*/

.full .bt {
	height: 30px;  /* TL Y/TR Y */
	margin: 0 0 0 30px;  /* TL X */
	background: url(../images/store/full-shadow-box.gif) no-repeat 100% 0;
	}
.full .bt div {
	width: 30px;  /* TL X */
	height: 30px;  /* TL Y/TR Y */
	left: -30px;  /* -TL X */
	position: relative;
	background: url(../images/store/full-shadow-box.gif) no-repeat 0 0;
	}
.full .bb {
	height: 40px;  /* BL Y/BR Y */
	margin: 0 0 0 30px;  /* BL X */
	background: url(../images/store/full-shadow-box.gif) no-repeat 100% 100%;
	}
.full .bb div {
	width: 30px;  /* BL X */
	height: 40px;  /* BL Y/BR Y */
	left: -30px;  /* -BL X */
	position: relative;
	background: url(../images/store/full-shadow-box.gif) no-repeat 0 100%;
	}
.full .i1 {
	padding: 0 0 0 30px;  /* LB */
	background: url(../images/store/full-shadow-sides.gif) repeat-y 0 0;
	}
.full .i2 {
	padding: 0 40px 0 0;  /* RB */
	background: url(../images/store/full-shadow-sides.gif) repeat-y 100% 0;
	}
.full .i3 {
	padding: 10px;
	}
.full .i3 img {
	margin: -15px;
	position: relative;
	z-index: 1;
	}
