@media screen {
	/*
	 * GENERAL STYLES
	 */
	body {
		margin: 0px;
	}

	body, p, td {
		font-size: 12px;
	}

	h1, h2, h3 {
		color: #669966;
	}

	h1 {
		font-size:16px;
	}

	h2 {
		font-size: 14px;
	}

	h3 {
		font-size: 12px;
		margin: 0px;
		padding: 0px;
	}

	.style1 {
		font-size: 9px;
	}

	table {
		border: 0px;
		margin: 0px;
		padding: 0px;
	}

	img, form {
		border: 0px;
		margin: 0px;
		padding: 0px;
	}

	.clear {
		clear: both;
	}

	.left {
		float: left;
	}

	.right {
		float: right;
		text-align: right;
	}

	.message {
		color: #ff0000;
		font-weight: bold;
		margin: 10px 0px 5px 0px;
	}

	.debug {
		color: #000066;
		margin: 10px 0px 5px 0px;
		padding: 5px 10px 5px 10px;
		border: 1px solid #000066;
		background-color: #CCCCCC;
	}

	.prevnextgrey {
		color: #999999;
	}

	.prevnextpage {
		color: #AAAAAA;
	}

	.resultnav {
		color: #000066;
	}

	.prevnextgrey,
	.resultnav,
	.resultnav a {
		text-decoration: none;
		font-size: 10px;
	}

	.maintenance {
		color: #ff0000;
		font-weight: bold;
		margin: 75px 0px 75px 0px;
	}

	.note {
		padding: 5px 0px 5px 0px;
		font-style: italic;
		clear: both;
	 }

	/*
	 * FCSHOP STYLES
	 */
	#fcshop {
	}

	#fcshop #navbar {
		width: auto;
		overflow: hidden;
	}

	#fcshop .list1 {
		background-color: #EAEAEA;
		padding: 2px;
	}

	#fcshop .list2 {
		background-color:#FFFFCC;
		padding: 2px;
	}

	/*
	 * NAVIGATION STYLES
	 */
	#fcshop .subnavbar,
	#fcshop #navbar {
		height: 23px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color:#999999;
		padding: 0px 20px;
	}

	#fcshop #navbar {
		background-color: #CCE0EB;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #999999;
	}

	#fcshop .level2 {
		background-color: #DDDDDD;
	}

	#fcshop #navbar ul,
	#fcshop .subnavbar ul {
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 0px 0px;
	}

	#fcshop .subnavbar li,
	#fcshop #navbar li {
		display: inline;
		margin: 0px 12px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	#fcshop .subnavbar a,
	#fcshop #navbar a {
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}

	#fcshop #navbar a {
		color: #669966;
	}

	#fcshop .subnavbar a:hover,
	#fcshop #navbar a:hover {
		text-decoration: none;
	}

	#fcshop #navbar a:hover {
		color: #CC0033;
	}

	#fcshop .subnavbar a:hover {
		color: #CC0099;
	}

	#fcshop .subnavbar a.selected,
	#fcshop #navbar a.selected {
		color: #CC0033;
	}

	#fcshop .sectionnav a {
		color:#990033;
		padding:2px;
		text-decoration: none;
		text-transform:uppercase;
	}

	#fcshop .sectionnav a:hover {
		background-color:#FFFF99;
	}

	#fcshop #mainnav {
		float: right;
		text-align: right;
	}

	#fcshop #mainnav ul{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	#fcshop #mainnav li {
		display: inline;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	#fcshop #mainnav a {
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}

	#fcshop #mainnav a {
		color: #669966;
	}

	#fcshop #mainnav a:hover {
		text-decoration: none;
		color: #CC0033;
	}

	 #fcshop #mini_bag {
	   z-index: 2;
	   height: 70px;
	   width: 100px;
	   background-color: #EEEEEE;
	   border: 1px solid #333333;
	   position: absolute;
	   top: 5px;
	   right: 100px;
	   font-size: 11px;
	   text-align: center;
	 }

	 #fcshop #mini_bag .title {
	   height: 15px;
	   background-color: #999999;
	   color: #FFFFFF;
	   font-variant: small-caps;
	 }

	 #fcshop #mini_bag .content {
	   height: 35px;
		 font-style: italic;
		 padding-top: 5px;
	 }

	 #fcshop #mini_bag .controls {
	   background-color: #999999;
	   height: 15px;
	 }

	 #fcshop #mini_bag .controls a {
	 	 color: #FFFFFF;
		 text-decoration: none;
		 font-variant: small-caps;
	 }

	 #fcshop #mini_bag .controls a:hover {
	 	 color: #990000;
	 }

	/*
	 * MAIN CONTENT AREA STYLES (THE ACTUAL SHOP)
	 */
	#fcshop #main {
		width: 100%;
		font-size: 12px;
	}

	/*
	 * CATEGORY TREE STYLES
	 */
	#category_tree {
		border: 1px solid #CCCCCC;
		padding: 5px;
	}

	#category_tree .row {
	  height: 20px;
	}

	#category_tree .top {
		font-weight: bold;
		border-bottom: 1px solid #CCCCCC
	}

	.form .row .relation,
	#category_tree .row .relation {
	  float: left;
	  width: 12px;
	  margin-left: 20px;
	  height: 8px;
	  border-left: 1px solid #333333;
	  border-bottom: 1px solid #333333;
	}

	.form .row .name,
	.form .row .check,
	#category_tree .row .name {
	  float: left;
	}

	#category_tree .row .name {
	  width: 200px;
	}

	#category_tree .row .sortorder {
	  float: left;
	  width: 100px;
	}

	#category_tree .row .visible {
	  float: left;
	  width: 100px;
	}

	/*
	 * PROMOTION LIST STYLES
	 */
	#promotions_list {
	}

	#promotions_list .row {
	  height: 20px;
	}

	#promotions_list .top {
		font-weight: bold;
		background-color:#990033;
		color: #FFFFFF;
	}

	#promotions_list .row .id,
	#promotions_list .row .name,
	#promotions_list .row .value,
	#promotions_list .row .dates {
	  float: left;
	}

	#promotions_list .row .id {
	  width: 80px;
	}

	#promotions_list .row .name {
	  width: 160px;
	}

	#promotions_list .row .value {
	  width: 120px;
	}

	/*
	 * SHIPPING RULES LIST STYLES
	 */
	#shipping_rules_list {
	}

	#shipping_rules_list .row {
	  height: 20px;
	}

	#shipping_rules_list .top {
		font-weight: bold;
		background-color:#990033;
		color: #FFFFFF;
	}

	#shipping_rules_list .row .id,
	#shipping_rules_list .row .code,
	#shipping_rules_list .row .name,
	#shipping_rules_list .row .type,
	#shipping_rules_list .row .cost {
	  float: left;
	}

	#shipping_rules_list .row .id {
	  width: 60px;
	}

	#shipping_rules_list .row .code {
	  width: 80px;
	}

	#shipping_rules_list .row .name {
	  width: 250px;
	}

	#shipping_rules_list .row .type {
	  width: 150px;
	}

	/*
	 * PAGES LIST STYLES
	 */
	#pages_list {
	}

	#pages_list .row {
	  height: 20px;
	}

	#pages_list .top {
		font-weight: bold;
		background-color:#990033;
		color: #FFFFFF;
	}

	#pages_list .row .id,
	#pages_list .row .name,
	#pages_list .row .shortcode,
	#pages_list .row .section,
	#pages_list .row .sortorder,
	#pages_list .row .visible {
	  float: left;
	}

	#pages_list .row .id {
	  width: 60px;
	}

	#pages_list .row .name {
	  width: 250px;
	}

	#pages_list .row .section,
	#pages_list .row .shortcode {
	  width: 100px;
	}

	#pages_list .row .sortorder {
	  width: 80px;
	}

	/*
	 * FORM STYLES
	 */
	.form {
	  width: 100%;
	}

	.form .row {
		clear: both;
		padding: 4px 0px;
	}

	.form .row .input {
		float: left;
	}

	.form .inputbox {
		width: 350px;
	}

	.form .inputbox_small {
		width: 150px;
	}

	.form .inputbox_extra_small {
		width: 50px;
	}

	.form .inputarea {
		width: 350px;
		height: 150px;
	}

	.form .row .label {
		padding-top: 4px;
		padding-right: 4px;
		float: left;
		text-align: right;
		width: 190px;
	}

	.form .buttons {
		float: right;
		padding: 2px 0px 2px 0px;
		cursor:pointer;
	}

	.form .section_header {
	 	font-weight:bold;
		font-size: 14px;
		padding: 10px 0px 5px 0px;
		float:left;
	}

	/*
	 * BEGIN search results definitions
	 */
	 .search_results {
	 	float: left;
		width: 150px;
		height: 200px;
		overflow:auto;
		margin: 3px 40px 3px 3px;
	 }
	 
	 .search_column {
		width: 150px;
		height: 160px;
		overflow:auto;
	 }

	.list_padding {
		padding-left:71px;
	}
	 .search_results .title{
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		height: 14px;
/*		font-variant:small-caps; */
		margin: 0px 2px 0px 2px;
		overflow: hidden;
	 }

	 .search_results .description{
		height: 48px;
		overflow:hidden;
		margin: 0px 2px 2px 2px;
		font-size: 10px;
	 }

	 .search_results .image{
		padding: 2px 0px;
		width: 100%;
		height: 122px;
		overflow:hidden;
		text-align: center;
	 }

	 .search_results .image img{
	 	vertical-align: middle;
	 }

	 .search_results .link{
	 	float: right;
	 	font-size: 10px;
	 }

	 .search_results .sale{
	  color: red;
	 	font-weight: bold;
		text-transform: uppercase;
	 }
	/*
	 * END search results definitions
	 */

	/*
	 * BEGIN product details definitions
	 */
	#product_details {
		width: 100%;
	}

	#product_details .title {
	  font-weight: bold;
	font-size: 14px;
	  color: #669966;
/*		font-variant:small-caps; */
	}

	#product_details .image {
	 	float: left;
		width: 360px;
		height: 360px;
		overflow: hidden;
		border: 1px solid #CCCCCC;
		margin-right: 10px;
	}

	#product_details .image img {
		vertical-align: middle;
	}

	#product_details #thumbnailSet {
		border: 2px solid white;
	}

	#product_details .thumbnail {
		float: left;
		width: 124px;
		margin-left: 8px;
		height: 94px;
		overflow: hidden;
		padding: 1px;
/*		background-color:#DDDDDD; */
	}

	#product_details .thumbnail img {
		border: 2px solid white;
	}

	#product_details .thumbnail img.hover {
		border-color: #CC0000;
		cursor: pointer;
	}

	#product_details .thumbnail img.on {
		border-width: 1px;
		border-color: #000099;
		margin: 1px;
	}

	#product_details .attr_description,
	#product_details .description {
		float: left;
		font-style: italic;
	}

	#product_details .attribute_header {
		background-color:#b9dba8;
		padding: 2px;
		color: #333464;
	}

	#product_details .description {
		width: 300px;
	 	color: #fff;
	}

	#product_details .attr_description {
		width: 460px;
	}

	#product_details .attribute_header .controls {
		float: right;
		text-align: right;
		width: 300px;
	}

	#product_details .price {
		float: right;
		font-weight: bold;
		margin-top: 3px;
		width: 80px;
		text-align: right;
	}

	.strike {
		text-decoration:line-through;
	}

	.sale {
		color: #FF0000;
	}

	#product_details .subtitle {
	  font-weight: bold;
		font-size: 12px;
		text-transform: capitalize;
		margin-top: 3px;
	}

	#product_details .specifics {
		width: 180px;
		float: right;
		text-align: right;
	}
	
	a.blue_link {
		color: #333464;
		text-decoration:none;
		font-size: 12px;
		font-weight: bold;
	}
	
	.blue_bold {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #333464;
		font-weight: bold;
	}
	
	/*
	 * END product details definitions
	 */

	/*
	 * BEGIN shopping cart definitions
	 */
	 #shopping_cart {
	 	width: 100%;
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		border-bottom-width: 0px;
	 }

	 #shopping_cart .item {
	 	padding: 2px;
		border-bottom-style: solid;
		border-bottom-color: #999999;
		border-bottom-width: 1px;
	 }

	 #shopping_cart .header {
	 	background-color:#CCCCCC;
		padding: 3px 0px;
	 }

	 #shopping_cart .image {
	   float: left;
	   width: 60px;
	   text-align: center;
	 }

	 #shopping_cart .sku {
	 	float: left;
		width: 80px;
	 }

	 #shopping_cart .name {
	 	float: left;
		width: 150px;
	 }

	 #shopping_cart .attribute {
	 	float: left;
	 }

	 #shopping_cart .controls {
	 	float: right;
		text-align: right;
	 }

	 #shopping_cart .price {
	 	float: right;
		text-align: right;
		width: 80px;
	 }

	 #shopping_cart .shipping {
	 	float: right;
		text-align: right;
		width: 80px;
	 }

	 #shopping_cart .shipping,
	 #shopping_cart .price,
	 #shopping_cart .controls,
	 #shopping_cart .attribute,
	 #shopping_cart .sku,
	 #shopping_cart .name {
	  margin-top:3px;
	 }

	 #shopping_cart .number {
	 	float: right;
		text-align: right;
		width:50px;
	 }

	 #shopping_cart .number select {
	 	width: 40px;
	 }

	 #shopping_cart a {
	 	text-decoration: none;
/*		font-variant:small-caps;*/
		color: #333333;
	 }

	 #shopping_cart a:hover {
	 	color: #990000;
	 }
	/*
	 * END shopping cart definitions
	 */

	/*
	 * BEGIN FIELDSET DEFINITIONS
	 */
	legend {
	 	font-weight:bold;
		font-size: 14px;
/*		font-variant: small-caps;*/
		color: #669966;
	}

	legend a {
		font-size: 10px;
	}

	legend a:link {
	}
	/*
	 * END FIELDSET DEFINITIONS
	 */

	/*
	 * COUPONS LIST STYLES
	 */
	#coupons_list {
	}

	#coupons_list .row {
	  height: 20px;
	}

	#coupons_list .top {
		font-weight: bold;
		background-color:#990033;
		color: #FFFFFF;
	}

	#coupons_list .row .id,
	#coupons_list .row .name,
	#coupons_list .row .code,
	#coupons_list .row .value,
	#coupons_list .row .date_start,
	#coupons_list .row .date_end {
	  float: left;
	}

	#coupons_list .row .id {
	  width: 60px;
	}

	#coupons_list .row .name {
	  width: 150px;
	}

	#coupons_list .row .code {
	  width: 100px;
	}

	#coupons_list .row .value {
	  width: 100px;
	}

	#coupons_list .row .date_start,
	#coupons_list .row .date_end {
	  width: 120px;
	}

	#coupon_popupdiv {
    position: absolute;
    padding: 10px;
    background-color: #EFEFEF;
    border: 1px outset #A7815D;
    z-index: 10;
	}

	a.popupdiv {
		text-decoration: none;
		color: #4675A3;
	  cursor: pointer;
	}

	#coupon_popupdiv #coupon_code {
	 width : 100px;
	}

	#coupon_popupdiv #coupon_submit {
	 width : 60px;
	}

	 /*
	  * BEGIN Sitemap
	  */
	 #sitemap {
	 }

	 #sitemap .title {
	   font-weight: bold;
	   font-size: 120%;
	   text-transform: capitalize;
	 }

	 #sitemap .link {
	   text-transform: capitalize;
	   float: left;
	   width: 49%;
	 }
	 /*
	  * END Sitemap
	  */
}