body {

	background:#d5e1ef url(../images/bg_stars.jpg) repeat-x;
	
	color: #000000;
	font-family: georgia;
	font-size: 13px;
	letter-spacing: 1.5;
	line-height: 1.5;
	
	padding: 0px;
	margin: 0px;
}


#section_content {
	margin-left:15px;
	margin-right:15px; 
	width: 680px;
	float: left;

}

#footer_fanny {

	float: left;
	width: 100%;
}

#footer_fanny p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}


h2 {
	margin: 0px;
	font-size: 1.5em;
	 line-height: 1;
	
}

h3 {
	margin: 0px;
	font-size: 1.6em;
	line-height: 1;
}

h4 {
	margin: 0px;
	font-size: 1.4em;
	line-height: 1;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;	
}

table tr, table tr td, table tr th {
	padding: 0px;
	margin: 0px;	
	vertical-align: top;
}

a {
	color: #000000;
}

p {
	margin-top: 10px;
}

.freeship {
	background-color: yellow;
	font-weight: bold;	
}

table.menu tr td a {
	margin: 0px;
	padding: 0px;
		
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica,Arial,"Sans-Serif";
	text-decoration: none;
	
	line-height: 29px;
	
	margin-top: 0px;
}

table.menu tr td {
	margin: 0px;
	padding: 0px;
		
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica,Arial,"Sans-Serif";
	text-decoration: none;
	
	line-height: 29px;
	
	margin-top: 0px;
}

/* home page */


hr.line {
border-top: 3px dotted #000000;
margin:5px;
}


.featured_item {
	margin-left: 0px; 
	margin-right: 12px; 
	margin-top: 5px; 
	float: left; 
	width: 150px; 
	height: 250px; 
	overflow: hidden; 
	padding: 5px; 
	text-align: center; 
	color: #000000;
	
}

#mini_cart {
	width: 100%;
	padding: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 15px;
}

#mini_cart .mini_item {
	width: 95%;
	float: left;
}

#mini_cart .mini_item  .mini_quant {
	width: 15%;
	float: left;
	
}

#mini_cart .mini_item  .mini_name {
	width: 60%;
	float: left;

}

#mini_cart .mini_item  .mini_price {
	width: 20%;
	float: left;

}

#mini_total {
	width: 90%;
	float: left;
	margin-top: 5px;
	text-align: right;	
	
}

#mini_view {
	width: 90%;
	float: left;
	margin-top: 5px;
	text-align: right;
		
	
}

#mini_empty {
	width: 100%;
	float: left;	
	
}

/* erorr messages */

.error {
	
	color: red;	
}

.section_copy {
	margin: 0px;
	margin-bottom: 15px;
}


/* gift certificates */


/* category view */

.item_image {
	float: left;
	width: 200px;
	height: 267px;
}

.item_name {
	width: 455px; 
	margin-left: 15px; 
	float: left;
}

.item_image img {
	float: left;
	border: 0px;
}
	
.thumbs {
	margin-top: 10px;
	width: 100%;
	float: left;	
	
}

.thumbs img {
	float: left;
	margin-right: 10px;
	border: 0px;
}

.cart_buttons {
	position: relative;
	margin-top: -34px; /* The Hight of the div + the margin-bottom of the category div */
	height: 30px;
	float: right;
			
}

.cart_buttons img {
	margin-left: 10px;
			
}

.item {
	width: 100%;
	clear: both;
	float: left;

}

hr.item_divider {
	
	float: left; 
	width: 100%; 
	margin-top: 10px; 
	margin-bottom: 10px;
	border: 1px solid #999;
	
}


/* category navigation */

#category_navigation {
	margin-left: 10px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
}

#category_navigation a {
		text-decoration: none;
}

#category_navigation a:hover {
		text-decoration: underline;
}

/* account management page */

#account_error {
	
	width: 680px;
	float: left;
		
}

/* CART STYLES */

#cart_table td {
		padding: 5px;
}

#cart_table th {
	padding: 0px;
}	

#details_wrap {
	float: right;
	width: 235px;

	margin: 0px;
	padding: 0px;
	
}

.detail_value {

}

.detail_label {
	width: 79px;
	float: left;	
	text-align: right;
	margin-right: 20px;
	
}


input.menu_submit {
	color: #FFF;
	font-weight: bold;
	background: #440351;
	border: 0px;
}


/* =================================================
	TOGGLE VISIBILITY
================================================= */

.hideshow {
    margin: 0;
    border: 0px;
    padding-bottom: 2px; 
    }
    
.hideshow .text {
	color: #000;
	font-weight: bold;
	
}
    
/* The hidden-until-triggered more section */
.hideshow .more {
	display: none;
	clear: both;
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

