body {
	background: #FFFFFF url(../images/bg-grad.jpg) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	color: #3a3831;
	margin: 0;
	padding: 0;

}

img {
	border: 0;
}


/*-------[ Links ]-------*/

a
{
	color: #a00360;
	text-decoration: none;
}

a:hover
{
	color: #c32784;
	text-decoration: none;
}

/*-------[ END Links ]-------*/


/*-------[ Messages ]-------*/

.error
{
	font-weight: bold;
	font-size: 1.1em;
	color: #CC0000;
	padding-top: 15px;
	margin: 0px 0px 15px;
	text-align: center;
}

.success
{
	font-weight: bold;
	font-size: 1.1em;
	color: #3AB331;
	padding-top: 15px;
	margin: 0px 0px 15px;
	text-align: center;
}

.success a
{
	color: #219318;
	font-weight: bold;
	text-decoration: underline;
}

.success a:hover
{
	color: #3CC531;
}

/*-------[ END Messages ]-------*/






/*---------[ Forms ]---------*/

form
{
	margin: 0px;
	padding: 0px;
}

label
{
	font-weight: bold;
	display: block;
	font-size: 0.9em;
	margin-top: 4px;
}

.field, .field-nh {
	border: 1px solid #925c7c;
	color: #925c7c;
}

.field:hover {
	border: 1px solid #a7abd2;
}

.field:focus {
	border: 1px solid #925c7c;	
}

.highlight {
	border: 1px solid #925c7c;
}

/*---------[ END Forms ]---------*/


/*-------------------------------------
		Main layout
-------------------------------------*/

/*-------[ Page Layout ]-------*/

table {
	font-size: 1em;
}

#wrapper { /* content centering div */
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#content-container
{
	width: 950px;
	margin: 20 auto;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
}

#head-container
{
	position: relative;
	width: 950px;
	height: 280px;
}

#head-image-container
{
	background: #FFFFFF url(../images/head.jpg) no-repeat;
	position: relative;
	width: 948px;
	height: 270px;
	z-index: 100;
	border: 1px solid #b6b6b6;
}

#column-container
{
	position: relative;
}

#head-image
{
	position: relative;
	width: 500px;
	height: 85px;
	z-index: 101;
	float: left;
}

#menu-container
{
	position: relative;
	width: 700px;
	height: 20px;
	z-index: 101;
	text-align: right;
	float: right;
	margin-right: 15px;
	margin-top: 160px;
}

#head-bot-image
{
	position: relative;
	width: 190px;
	height: 11px;
	z-index: 101;
	float: left;
	margin-left: 1px;
	*margin-left: 2px;
	margin-top: -3px;
	*margin-top: -1px;
}

#left-content
{
	width: 186px;
	text-align: left;
	float: left;
}

#main-content
{
	margin-left: 10px;
	margin-right: 10px;
	width: 532px;
	*width: 556px;
	text-align: left;
	background-color: #FFFFFF;
	color: #969696;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	border: 1px solid #b6b6b6;
	float: left;
	padding: 10px;
	min-height: 622px;
	*height: 646px;
}

#cat-menu-item-on, .cat-menu-item-on
{
	background: #FFFFFF url(../images/title-bar.jpg) no-repeat;
	width: 182px;
	min-height: 18px;
	*width: 186px;
	*height: 23px;
	border: 1px solid #b6b6b6;
	color: #a00360;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 28px;
	margin-bottom: 2px;
}

#cat-menu-item, .cat-menu-item
{
	background: #FFFFFF url(../images/title-bar.jpg) no-repeat;
	width: 156px;
	min-height: 20px;
	*width: 186px;
	*height: 23px;
	border: 1px solid #b6b6b6;
	cursor: pointer;
	padding-top: 1px;
	padding-left: 28px;
	margin-bottom: 2px;
}

#cat-menu-item a, .cat-menu-item a
{
	color: #c32784;
	font-weight: normal;
}

#cat-menu-item a:hover, .cat-menu-item a:hover
{
	color: #a00360;
	font-weight: normal;
}

#accepted-cards
{
	padding-top: 2px;
	width: 184px;
	height: 40px;
	*width: 186px;
	*height: 46px;
	border: 1px solid #b6b6b6;
	margin-bottom: 2px;
	text-align: center;
	font-size: 0.8em;
}

#right-content
{
	width: 186px;
	text-align: left;
	float: left;
}

/*-------[ Right Cart ]-------*/

#right-cart
{
	width: 186px;
	height: 100px;
	*height: 107px;
	border: 1px solid #b6b6b6;
	margin-bottom: 2px;
	background-color: #FFFFFF;
}

#right-cart-title
{
	background: #FFFFFF url(../images/title-bar.jpg) no-repeat;
	width: 158px;
	height: 20px;
	*width: 184px;
	*height: 22px;
	float: left;
	color: #c32784;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 28px;
	border-bottom: 1px solid #b6b6b6;
}

#right-cart-content
{
	color: #b6b6b6;
	font-size: 0.9em;
	text-align: center;
}

#right-cart-info
{
	padding: 2px;
	height: 50px;
	*height: 30px;
}

#right-cart-view
{
	float: left;
	background: #FFFFFF url(../images/sub-button.png) no-repeat;
	width: 167px;
	height: 40px;
	margin-top: 5px;
	cursor: pointer;
	margin-left: 10px;
	text-align: left;

}

#right-cart-view-text
{
	text-align: center;
	width: 143px;
	height: 40px;
	color: #FFFFFF;
	padding-top: 2px;
	font-weight: bold;
}

/*-------[ END Right Cart ]-------*/

/*-------[ Start View Cart ]-------*/

#cart-container
{
	
}

table#cart
{
	text-align: left;
	color: #8F88BF;
}

table#cart th
{
	font-weight: bold;
}

table#cart td {
	vertical-align: top;
}

table#cart td.name
{
	width: 220px;
}

table#cart td.price, table#cart td.qty, table#cart td.total, table#cart td.remove
{
	width: 80px;
}

table#cart th.remove, table#cart td.remove
{
	text-align: center;
}

table#cart td.update
{
	color: #8F88BF;
}

table#cart td.update a
{
	color: #a00360;
}

table#cart td.update a:hover
{
	color: #c32784;
}

#cart-continue
{
	float: left;
	background: #FFFFFF url(../images/sub-button.png) no-repeat;
	width: 167px;
	height: 40px;
	margin-top: 20px;
	cursor: pointer;
	margin-right: 10px;

}

#cart-continue-text
{
	text-align: center;
	width: 143px;
	height: 40px;
	color: #FFFFFF;
	padding-top: 2px;
	font-weight: bold;
}

#cart-checkout
{
	float: right;
	background: #FFFFFF url(../images/sub-button.png) no-repeat;
	width: 167px;
	height: 40px;
	margin-top: 20px;
	cursor: pointer;
	margin-right: 10px;

}

#cart-checkout-text
{
	text-align: center;
	width: 143px;
	height: 40px;
	color: #FFFFFF;
	padding-top: 2px;
	font-weight: bold;
}

#cart-split
{
	width: 525px;
	height: 5px;
	border-bottom: 1px solid #8F88BF;
	margin-bottom: 5px;
}

/*-------[ END View Cart ]-------*/

/*-------[ Checkout Layout ]-------*/

#checkout-continue
{
	float: right;
	background: #FFFFFF url(../images/sub-button.png) no-repeat;
	width: 167px;
	height: 40px;
	margin-top: 20px;
	cursor: pointer;
	margin-right: 10px;

}

#checkout-continue-text
{
	text-align: center;
	width: 143px;
	height: 40px;
	color: #FFFFFF;
	padding-top: 2px;
	font-weight: bold;
}


/*-------[ END Checkout Layout ]-------*/

/*-------[ Confirmation Layout ]-------*/

#confirmation
{
	float: right;
	background: #FFFFFF url(../images/sub-button.png) no-repeat;
	width: 167px;
	height: 40px;
	margin-top: 20px;
	cursor: pointer;
	margin-right: 10px;

}

#confirmation-text
{
	text-align: center;
	width: 143px;
	height: 40px;
	color: #FFFFFF;
	padding-top: 2px;
	font-weight: bold;
}


/*-------[ END Confirmation Layout ]-------*/

/*-------[ Payment Layout ]-------*/

#payment
{
	float: right;
	background: url(../images/sub-button.png) no-repeat;
	width: 167px;
	height: 40px;
	margin-top: 20px;
	cursor: pointer;
	margin-right: 10px;

}

#payment-text
{
	text-align: center;
	width: 143px;
	height: 40px;
	color: #FFFFFF;
	padding-top: 2px;
	font-weight: bold;
}


/*-------[ END Payment Layout ]-------*/

/*-------[ Product Layout ]-------*/

#cat-title
{
	width: 525px;
	height: 35px;
	color: #8F88BF;
	font-size: 2.4em;
	border-bottom: 1px solid #8F88BF;
	padding-top: 2px;
	margin-bottom: 10px;
}

#product-container
{
	width: 525px;
	color: #8F88BF;
}

#product-buy-container
{
	float: left;
	width: 310px;
	height: 170px;
	padding-left: 40px;
}

#product-image
{
	float: left;	
	width: 170px;
	height: 170px;
}

#product-name
{
	font-size: 1em;
	height: 40px;
	width: 305px;
}

#product-price
{
	font-size: 1.2em;
	font-weight: bold;	
}	

#product-qty
{
	float: left;	
}

#product-add-container
{
	float: left;
	padding-top: 40px;
	height: 80px;
}

#product-add
{
	float: left;
	background: #FFFFFF url(../images/sub-button.png) no-repeat;
	width: 167px;
	height: 40px;
	margin-top: 15px;
	cursor: pointer;
}

#product-add-text
{
	text-align: center;
	width: 143px;
	height: 40px;
	color: #FFFFFF;
	padding-top: 2px;
	font-weight: bold;
}

#product-descript
{
	border-bottom: 1px solid #8F88BF;
	width: 525px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 0.8em;
}


/*-------[ END Product Layout ]-------*/

/*-------[ Featured Product Layout ]-------*/

#right-featured
{
	width: 186px;
	height: 374px;
	*height: 370px;
	border: 1px solid #b6b6b6;
	margin-bottom: 2px;
	background-color: #FFFFFF;
}

#right-featured-title
{
	background: #FFFFFF url(../images/title-bar.jpg) no-repeat;
	width: 158px;
	height: 20px;
	*width: 184px;
	*height: 22px;
	float: left;
	color: #c32784;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 28px;
	border-bottom: 1px solid #b6b6b6;
}

#right-featured-content
{
	color: #8F88BF;
}

#featured-image
{
	float: left;
	width: 184px;
	height: 170px;
	text-align: center;
}

#featured-name
{
	float: left;
	font-size: 1em;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 10px;
	height: 60px;
	width: 184px;
	text-align: center;
}

#featured-price
{
	float: left;
	width: 184px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
}	

#featured-qty
{
	float: left;
	font-weight: bold;
}

#featured-input
{
	float: left;
	margin-left: 5px;
}

#featured-add-container
{
	float: left;
	padding-top: 10px;
	width: 150px;
	*width: 184px;
	height: 30px;
	*height: 40px;
	padding-left: 34px;
}

#featured-add
{
	float: left;
	background: #FFFFFF url(../images/sub-button.png) no-repeat;
	width: 167px;
	height: 40px;
	margin-top: 5px;
	cursor: pointer;
	margin-left: 10px;
}

#featured-add-text
{
	text-align: center;
	width: 143px;
	height: 40px;
	color: #FFFFFF;
	padding-top: 2px;
	font-weight: bold;
}

#featured-descript
{
	border-bottom: 1px solid #8F88BF;
	width: 186px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 0.8em;
}



/*-------[ END Featured Product Layout ]-------*/

/*-------[ Right Search ]-------*/

#right-search
{
	width: 186px;
	height: 160px;
	*height: 165px;
	border: 1px solid #b6b6b6;
	margin-bottom: 2px;
	background-color: #FFFFFF;
}

#right-search-title
{
	background: #FFFFFF url(../images/title-bar.jpg) no-repeat;
	width: 158px;
	height: 20px;
	*width: 184px;
	*height: 22px;
	float: left;
	color: #c32784;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 28px;
	border-bottom: 1px solid #b6b6b6;
}

#right-search-content
{
	color: #b6b6b6;
	padding-bottom: 10px;
}

#right-search-input
{
	padding-left: 10px;
	font-size: 0.9em;
}

#right-search-but
{
	float: left;
	background: #FFFFFF url(../images/sub-button.png) no-repeat;
	width: 167px;
	height: 40px;
	margin-top: 5px;
	cursor: pointer;
	margin-left: 10px;
}

#right-search-but-text
{
	text-align: center;
	width: 143px;
	height: 40px;
	color: #FFFFFF;
	padding-top: 2px;
	font-weight: bold;
}

/*-------[ END Right Search ]-------*/

/*-------[ Contact ]-------*/

#contact-send
{
	background: #FFFFFF url(../images/sub-button.png) no-repeat;
	width: 167px;
	height: 40px;
	margin-top: 15px;
	cursor: pointer;
	text-align: left;
}

#contact-send-text
{
	text-align: center;
	width: 143px;
	height: 40px;
	color: #FFFFFF;
	padding-top: 2px;
	font-weight: bold;
}

/*-------[ END Contact]-------*/

/*-------[ END Page Layout ]-------*/

/*------[ Orders ]------*/

#query-content {
}

div#admin-content {
	background: #FFFFFF;
	border: 1px solid #C6C6C6;
	padding: 10px;
}

#search #order div.clause, #search #order input, #search #order select
{
	display: inline;
	margin: 0px 2px;
}

#search #order div.clause
{
	vertical-align: middle;
}

#search #order input, #search #order select
{
	margin-bottom: 8px;
}

#search #order .submit
{
	display: block;
	margin: 14px 0px 12px;
	margin-top: 20px;
	cursor: pointer;
}

/*------[ END Orders ]------*/

/*------[ Query ]------*/

#query
{
	text-align: left;
	padding: 5px 5px 5px 5px;
}

fieldset#query-results
{
	padding: 0px 20px 5px 20px;
}

#query-count
{
	display: inline;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0px 10px 0px 0px;
}

#query-pagecount
{
	font-size: 0.8em;
	margin: 6px 0px 1px;
}

#query-resultstable
{
	font-size: 1em;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

#query-resultstable td
{
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 2px 7px;
	background-color: #f3f3f3;
}

#query-resultstable td a
{
	display: block;
}

#query-resultstable td a:visited, #query-resultstable td a
{
	color: #000000;
}

#query-resultstable .title
{
	font-weight: bold;
	font-size: 1em;
	background-color: #eaeaea;
	color: #000000;
}

#query-pagination
{
	margin-top: 7px;
}

#query-resultsperpage
{
	font-size: 0.8em;
	margin-top: 2px;
}

/*------[ END Query ]------*/





/*---------[ Pagination Listings ]---------*/

#pagination
{
	color: #000000;
	text-decoration: none;
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
}

#pagination-nav
{
	margin-left: 15px;
	width: 135px;
	display: inline;
}

#pagination a
{
	text-decoration: none;
}

#pagination a:hover
{
	text-decoration: underline;
}

/*---------[ END Pagination Listing ]---------*/





/*-------[ Tree Items ]-------*/

div#category-item, .category-item, .product-item {
	width: 100%;
	font-size: 0.9em;
}

.category-item-name {
	border-bottom: 1px solid #E8E8E8;
	padding: 0px 0px 0px 3px;
}

.product-item-name {
	border-bottom: 1px solid #E8E8E8;
	padding: 0px 0px 0px 3px;
	background-color: #E0F8FE;
}

.product-item-edit {
	background-color: #E0F8FE;
}

.category-item img.tree, .product-item img.tree
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: bottom; 
}

.category-item-edit, .product-item-edit
{
	text-align: center;
	width: 30px;
	padding: 0px 4px;
	border-bottom: 1px solid #E8E8E8;
}

.category-item-edit a, .product-item-edit a
{
	display: block;
	margin-left: 8px;
}

.category-item-del, .product-item-del
{
	text-align: center;
	padding: 0px 4px 0px 4px;
	width: 30px;
	border-bottom: 1px solid #E8E8E8;
}

.category-item-del a, .product-item-del a
{
	display: block;
	margin-left: 8px;
}

.category-item img.del, .product-item img.del
{
	vertical-align: middle;
}

/*-------[ END Tree Items ]-------*/

/*---------[ Footer ]---------*/

#footer-container {
	width: 950px;
	margin: 2 auto;
	text-align: center;
	height: 50px;
}

#footer {
	margin-top: 2px;
	*margin-top: 0px;
	float: left;
	width: 950px;
	height: 30px;
	background-color: #FFFFFF;
	border: 1px solid #b6b6b6;
}

#copy-container {
	float: left;
	font-size: 0.8em;
	color: silver;
	padding-left: 20px;
	padding-top: 5px;
}

#pjwd {
	padding-right: 20px;
	padding-top: 5px;
	float: right;
	font-size: 0.8em;
	color: silver;
}

#pjwd a {
	color: silver;
	font-weight: bold;
	text-decoration: none;
}

#pjwd a:hover {
	text-decoration: underline;
}

/*---------[ END Footer ]---------*/


/*-------------------------------------
		END Main layout
-------------------------------------*/

