/* GENERAL STYLES */
#fs-cart {

}
h1 {
	font-size: 14px;
}

form, input, select {
	margin: 0;
}

/* CATEGORIES PAGE */
#fs-category-options select {
	width: 70px;
}
#fs-product-listing-details {
	float: right;
	width: 57%;
}
#brand-link {
	color: #000000;
	text-decoration: none;
}
#fs-product-listing {
	margin: 12px 0;
	padding-top: 12px;
	min-height: 70px;
	clear: both;
	border-top: 1px solid #D0D0D0;
}
#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 .osprice {
	width: 110px; 
	text-align: center;
	color: #999999;
	font-style: italic;
	text-decoration: line-through;
	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;
	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;
}
#fs-page-numbers {
	clear: both;
	text-align: center;
}

/* PRODUCT DETAILS PAGE */
.hide {
	display: none;
}
#fs-product-page h1, h2, h3 {
	font-size: 12px;
}
#fs-product-page #details-box {
	height: 160px;
}
#fs-product-page #details-box #product-image {
	margin-right: 25px;
	float: left; 
	text-align: center;
}
#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-product-page #details-box #buy-buttons .osprice {
	font-size: 12px;
	width: 100px;
	text-align: center;
	color: #999999;
	font-style: italic;
	text-decoration: line-through;
}
#noimage {
	border: 1px solid #999999;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
}

#fs-description {
	width: 98%;
	padding-top: 20px;
}
#fs-product-notice {
	font-weight: bold;
	color: #B80000;
}

/* PRODUCT DETAILS NAV */
#fs-product-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
#fs-product-nav {
	margin: 0 -9px;
	list-style: none;
	padding: 0;
	height: 28px;
	background: url(images/pnavbg.gif) repeat-x;
}
#fs-product-nav li {
	float: left;
	padding: 5px 20px;
	font-weight: bold;
	cursor: pointer;
	list-style: none;
}
#fs-product-nav li:hover, #fs-product-nav a:hover {
	color: #666666;
}
#fs-product-nav a {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: -5px -20px;
	padding: 5px 20px;
}
#fs-product-description p {
	padding: 10px;
}

/* VIEW CART WIDGET */
#fssc-vc-widget {
	padding: 10px;
	font-weight: normal;
}
#fssc-vc-widget img {
	border: none;
}
#fssc-vc-widget #fssc-vc-control {
	text-align: center;
}
#fssc-vc-widget #fssc-vc-control a {
	text-decoration: none;
	font-weight: bold;
	color: #1C5F96;
}
#fssc-vc-qty {
	float: left;
	width: 15px;
	margin-right: 5px;
	height: 25px;
	text-align: right;
}
#fssc-vc-list {
	padding-bottom: 12px;
}
#fssc-vc-list p {
	margin-left: 20px;
}
#fssc-table-price {
	text-align: right;
}
#fssc-table-type {
	width: 80px;
}
#fssc-cust-zippostal {
	font-size: 11px;
	width: 75px;
}
#fssc-table-price form {
	text-align: right;
}
#fssc-table-price #fedexestimate {
	background: url(images/zip-submit.gif) no-repeat right top;
	margin: 0;
	padding: 0;
}
#fssc-table-price #fedexestimate img {
	margin: 0;
	padding: 0;
}
#fedexrates {
	font-size: 11px;
	width: auto;
	text-align: right;
}
/* VIEW CART PAGE */
#fs-view-cart {
	margin-top: 60px;
}
#fs-ups-zip {
	font-size: 11px;
	width: 70px;
}
#fs-ups-country {
	font-size: 11px;
	width: 120px;
}
#fs-ups-submit {
	float: right;
	padding-top: 10px;
}


/* FIRESTORM POWERED */
#fs-powered {
	text-align: center;
}