body
{
	margin: 0px;
	font-family: Arial;
	font-size: 10pt;
	background: url(images/front_bg.jpg) top repeat;

}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

form
{
	margin: 0;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 10px 0;
}

h1
{
	font-size: 23px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 17px;
}


#directory_edit h4
{
	margin: 10px 0;
}

#logo
{
	margin: 5px auto 2px;
	height: 67px;
	width: 288px;
	background: url(images/logo2.jpg) no-repeat center;
}

#topnav
{
	background: url(images/brass2.png) no-repeat top center;
	height: 40px;
	width: 976px;
	margin: 0 auto;
}

#top
{
	width: 976px;
	margin: 0 auto;
	position: relative;
}
#buttons1
{
	position: absolute;
	top: 38px;
	left: 10px;
	width: 300px;
	height: 38px;
}
#buttons2
{
	position: absolute;
	top: 51px;
	right: 72px;
	width: 63px;
	height: 38px;
}

#content_holder
{
	width: 900px;
	margin: 0 auto;
	padding-left: 8px;
}

#content_container
{
	background: #e6e5d3 url(images/content_bg.jpg) top repeat-x;
	width: 893px;
    margin: 0 auto;
}

#content_top
{
	width: 860px;

	margin-left: 15px;
	padding-top: 15px;
}




/*
#content_left
{
	width: 271px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}*/


#content_right
{
	width: 880px;
	padding-left: 15px;
	padding-bottom: 1px;
}


#footer
{
	background: url(images/bottom.png) no-repeat top center;
	text-align: center;
	height: 65px;
	width: 893px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 20px;

}

#footer a
{
}

#footer a:hover
{
}

/* Style for component_43 */
#component_43 .cart_items
{
width: 100%;
}

#component_43 .cart_items > tr > td
{
width: 25%;
text-align: center;
}

#component_43 .cart_title
{
text-align: center;
font-weight: bold;
font-size: 16pt;
}

#component_43 .cart_left
{
width: 200px;
float: left;
padding: 10px;
font-size: 10px;
}
#component_43 .cart_right
{
width: 630px;
float: left;
padding-left: 10px;
background: #fff;
}
#component_43 .footer
{
clear: both;
}

.cart_categories_bg
{
	/*width: 271px;
	background: url(/themes/eville_insideart/images/left_tile.png) repeat-y;
	margin-bottom: 15px;
	color: #fff;*/
}

.cart_categories
{
	/*margin: 0;
	background: url(/themes/eville_insideart/images/left-top.jpg) top no-repeat;
	width: 251px;
	padding: 10px;*/
}

.cart_categories_bottom
{
	/*background: url(/themes/eville_insideart/images/left-bottom.jpg) bottom no-repeat;
	height: 32px;
	width: 271px;*/
}

#component_43 .name
{
font-weight: bold;
}


#component_43 .description
{
font-weight: normal;
font-style: italic;
}

#component_43 .cart_categories_bg
{
display: none;
}

.showitem
{
cursor: pointer;
}

.showitem:hover
{
text-decoration: underline;
}

.showitem_back
{
	cursor: pointer;
	width: 41px;
	height: 20px;
	background: url(images/BackArrow.gif);
}

.showitem_back:hover
{
	width: 41px;
	height: 20px;
	background: url(images/BackArrow_over.gif);
}

.price
{
	font-weight: bold;
	font-size: 18px;
}