body, .body {
	padding: 0;
	margin: 0;
	
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	
	background: #FFF;
}

h1, h2 { color: #494949;}

h1 { font-size: 22px;}

a, .item_listing span, .item h3,
.item_span, .item_name, .news_title,
.buy_now, .prod_name { color: #ba2325;}

a:hover {}

#wrapper {
	width: 795px;
	margin: 10px auto 0 auto;
}

#header {
	width: 795px;
	height: 397px;
	position: relative;
	overflow: hidden;
}

	#header .logged_in {
		height: 15px;
		width: 320px;
		position: absolute;
		top: 15px;
		right: 80px;
		z-index: 99;
		
		text-align: center;
	}

#content {
	margin: 30px 0 0 50px;
	width: 720px;
	min-height: 100px;

}

#footer {
	width: 795px;
	height: 25px;
	margin: 49px 0 0 0;
	
	background: #a5a5a5;
	border: 1px solid #d1d1d1;
}
	#footer ul {
		height: 20px;
		margin: 5px 0 0 0;
		padding: 0;
		list-style: none;
		
		text-align: center;
	}
	
	#footer li { display: inline;}
	
	#footer li a {
		padding: 0 5px;
		
		color: #FFF;
	}
	
	.copyright {
		text-align: center;
		
		color: #4e4e4e;
	}
	
/* home page */

.girl_sky { margin: 15px 0 0 0;}

.flash_footer {
	width: 709px;
	height: 253px;
	margin: 50px 0 0 45px;
}

/* item listing page */

.shop { margin: 70px 0 0 0;}

.item_listing { color: #7a7a7a;}

.item_listing .item_img {
	width: 182px;
	min-height: 145px;
	
	border: 1px solid #d1d1d1;
}

.item .item_img {
	width: 215px;
	height: 185px;
	
	border: 1px solid #d1d1d1;
}

/* individual item page */

.item_desc { padding: 0 0 0 20px;}

/* form styles */

.formfields, textarea, select {
	font-size: 13px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	
	border: 1px solid #d1d1d1;
}

.formfields {
	width: 247px;
	margin: 5px 0;
}

textarea {
	height: 132px;
	width: 247px;
}

.button {
	color: #fff;
	background: #d11241;
}

/* shop styles */

/* cat list */

.item_img {
	width: 182px;
	min-height: 200px;
}

.name_details { margin: 10px 0 0 0;}

.cat_box { color: #7a7a7a;}

.more_info a { text-decoration: none;}

.more_info a:hover { text-decoration: underline;}

.prod_name, .item_name, .qty { font-weight: bold;}

/* view item */

.qty {
	float: left;
	margin: 4px 5px 0 0;
	
	color: #6b7278;
}

.qty_input {
	height: 13px;
	width: 27px;
	margin: 0 0 -1px 0;
	
	font-size: 10px;
	
	border: 1px inset gray;
}

.buy_now { font-weight: bold;}

.size_select {
	width: 177px;
	margin: 0 0 0 5px;
	
	font-size: 10px;
	
	background: url(../../images/shop/size_select_bg.gif) repeat-x;
}

.size_select option { background: #FFF;}

.your_cart {
	position: absolute;
	top: -12px;
	right: 0;
}

.item_container {
	position: relative;
}

.shopcat_your_cart {
	float: right;
	position: relative;
	top: -10px;
	padding-right: 2px;
}