/* GENERAL STYLES */
#fs-cart {

}
h1 {
	font-size: 14px;
}

form, input, select {
	margin: 0;
}
/* CATEGORIES PAGE */
#fs-product-listing-details {
	float: right;
	width: 57%;
}
#fs-product-listing {
	padding-bottom: 10px;
}
#fs-product-listing h3 a {
	
}
#fs-product-listing #fs-product-image {
	width: 10%;
	float: none;
	text-align: center;
	margin: 0 10px 12px 0;
}
#fs-product-listing #fs-product-imageb {
	width: 20%;
	float: none;
	text-align: center;
	margin-right: 10px;
}
#fs-product-listing #fs-product-image img {
	border: 1px solid #999999;
}
#fs-product-listing select {
	font-size: 10px;
	width: 100px;
}
#fs-cart-home {
	line-height: 200%;
}
#buy-box {
	float: right; 
	width: 20%; 
	text-align: right;
}
#buy-box .sprice {
	width: 110px; 
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
#buy-box .buy-box-submit {
	margin: 5px 5px 0 0;
	border: none;
	height: 23px;
	cursor: pointer;
	width: 90px;
	text-align: center;
	font-weight: bold;
	color: #b80000;
	font-size: 11px;
	background: url(images/buybuttonbg.png);
}
#fs-product-listing #buy-button {
	float: right;
	margin: 5px 5px 0 0;
	display: block;
	padding-top: 4px;
	height: 19px;
	width: 90px;
	text-align: center;
	font-weight: bold;
	background: url(images/buybuttonbg.png);
}
#fs-product-listing #buy-button:hover {
	text-decoration: none;
}
#fs-breadcrumb {
	padding-bottom: 12px;
}
#fs-breadcrumb, #fs-breadcrumb a {
	color: #666666;
}
#fs-category-options {
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	padding: 7px 0;
	margin-bottom: 12px;
}
#fs-category-options select {
	font-size: 9px;
	vertical-align: middle;
}
#fs-results-per-page, #fs-page-select {
	float: right;
	width: 33%;
}
#fs-page-select {
	text-align: right;
}

/* PRODUCT DETAILS PAGE */
.hide {
	display: none;
}
#fs-product-page h1, h2, h3 {
	font-size: 12px;
}
#fs-product-page #details-box {
	height: 120px;
}
#fs-product-page #details-box #product-image {
	height: 100px;
	width: 100px;
	float: left; 
	text-align: center;
	border: 1px solid #999999;
	margin-right: 15px;
}
#fs-product-page #details-box .buy-box-submit {
	margin: 5px 5px 0 0;
	border: none;
	height: 23px;
	cursor: pointer;
	width: 90px;
	text-align: center;
	font-weight: bold;
	color: #b80000;
	font-size: 11px;
	background: url(images/buybuttonbg.png);
}
#fs-product-page #details-box #buy-buttons {
	float: right;
}
#fs-product-page #details-box #buy-buttons a {
	margin: 5px 5px 0 0;
	display: block;
	padding-top: 4px;
	height: 19px;
	width: 90px;
	text-align: center;
	font-weight: bold;
	background: url(images/buybuttonbg.png);
}
#fs-product-page #details-box #buy-buttons a:hover {
	text-decoration: none;
}
#fs-product-page #details-box #buy-buttons select {
	margin: 5px 0 0 0;
	font-size: 10px;
	width: 100px;
}
#fs-product-page #details-box #buy-buttons .sprice {
	font-size: 12px;
	width: 100px;
	text-align: center;
}
#fs-description {
	width: 98%;
	border: 1px solid #999999;
}
#fs-description ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#fs-description li{
	border-bottom: 1px solid #D0D0D0;
	padding: 5px 10px;
}
#fs-description h3 {
	color: #006600;
	font-weight: bold;
	margin: -5px -10px;
	padding: 5px 10px;
	background: #EFEFEF;
}

/* PRODUCT DETAILS NAV */
#fs-product-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
#fs-product-nav {
	width: 98%;
	margin: 0;
	border-left: 1px solid #999999;
	list-style: none;
	padding: 0;
	height: 25px;
}
#fs-product-nav li {
	float: left;
	padding: 5px 10px;
	color: #006600;
	background: #D0D0D0;
	font-weight: bold;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	cursor: pointer;
	list-style: none;
}
#fs-product-nav li:hover {
	background: #EFEFEF;
	text-decoration: none;
}

