/* FC STYLE
  
Author: Jonathan Marzullo
Website: www.fabricscentral.com
*/

* {
	outline:none;
}

body {
	margin: 0px;
	padding: 0px;
	outline: none;
	line-height:1.5em;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	text-align:center;
	background-color:#d5d6d7;
	color:#333333;
	outline: none;
	position:relative;
}

form {
padding:0;
margin:0;
}

.clearBoth{
	clear:both;
}

a img {
	border:none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Commonly used to style page titles. */
h1 {
  color: #165389;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  text-transform:uppercase;
}

/* Commonly used to style section titles. */
h2 {
  color: #165389;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

/* Commonly used to style section titles. */
h3 {
  color: #165389;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

/* Sets the style for links. */
a,  
a:link, 
a:visited, 
a:active {
  color:#165389;
  text-decoration: none;
  font-size:11px;
}

/* Sets the style for links on mouseover. */
a:hover, 
a:focus {
	color: #333333;
	font-size:11px;
}

td, div {
	font-size:11px;
	color:#333333;
}

.clearBoth {
	clear:both;
}


/* main styles */

#wrapper {
	background-image:url(../graphics/fc/left_shadow_wrap.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	margin:0 auto;
	width:1040px;
	padding-left:8px;
	text-align:left;
	background-color:#FFFFFF;
}

/* fixes ie6 layout problem */
* html #wrapper {
	margin-top:-3px;
}

#wrapper_inner {
	background-image:url(../graphics/fc/right_shadow_wrap.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	padding-right:8px;
	text-align:left;
}

#wrapper_content {
	width:100%;
}

#header_container {
	width:100%;
	/*height:166px;*/
}

#wrapper_brands {
	background-image:url(../graphics/fc/left_shadow_wrap.jpg);
	background-position:left bottom;
	background-repeat:repeat-y;
	vertical-align:top;
	margin:0 auto;
	width:600px;
	padding-left:2px;
	padding-right:2px;
	background-color:#FFFFFF;
}

#header1 {
	width:100%;
	height:126px;
	background-image:url(../graphics/fc/header1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#header1 h1 {
	text-indent:-9999px;
	width:215px;
	height:125px;
	display:block;
	margin-left: 22px;
	float:left;
}

#header1 h1 a{
	height:125px;
	display:block;
}

#top_banner {
	width:750px;
	float:right;
	/*background-color: #CCCCCC; just until i get a banner made*/
	margin: 9px 20px 0px 0px;
	height: 110px;
}

/* -------------------------------------------------------- */

#header_nav {
	width:100%;
	height:40px;
	background-image:url(../graphics/fc/header_nav.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

/* fixes ie7 layout problem */
*+html #header_nav {
	margin-top:-3px;
}

/* fixes ie6 layout problem */
* html #header_nav {
	margin-top:-3px;
}

#header_nav #left_nav {
	width:365px;
	float:left;
	text-align:center;
	padding-top:5px;
	margin-left:14px;
	height:32px;
	text-indent:-9999px;
}

#header_nav #right_nav {
	width:234px;
	float:right;
	text-align:center;
	padding-top:5px;
	margin-right:4px;
	height:32px;
	text-indent:-9999px;
}

#header_nav_dropshadow {
	width:100%;
	height:9px;
	margin:0px;
	padding:0px;
	background-image:url(../graphics/fc/header_nav_bottom.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

/* fixes ie6 layout problem */
* html #header_nav_dropshadow {
	margin-top:-3px;
}

#header_nav_dropshadow_no_left {
	width:100%;
	height:9px;
	margin:0px;
	padding:0px;
	background-image:url(../graphics/fc/header_nav_bottom_no_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

/* fixes ie6 layout problem */
* html #header_nav_dropshadow_no_left {
	margin-top:-3px;
}

/* ------------ top nav links ------------ */

#header_nav #right_nav a,
#header_nav #right_nav a:link,
#header_nav #right_nav a:visited,
#header_nav #right_nav a:active,
#header_nav #left_nav a,
#header_nav #left_nav a:link,
#header_nav #left_nav a:visited,
#header_nav #left_nav a:active  {
	font-size:12px;
	text-decoration:none;
	color:#14558d;
	font-weight:bold;
	float: left;
	position:relative;
	width:112px;
	text-align:center;
	display:block;
	padding-top:8px;
	height:22px;
}

body #header_nav #left_nav a:hover {
	color:#14558d;
}

body #header_nav #right_nav a:hover {
	color:#14558d;
}

/* -- */

/*#header_nav #left_nav div #login {
	background-image:url(../graphics/fc/login.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:108px;
	height:32px;
	display:block;
}

#header_nav #left_nav div #logout {
	background-image:url(../graphics/fc/logout.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:108px;
	height:32px;
	display:block;
}

#header_nav #left_nav div #register {
    background-image:url(../graphics/fc/register.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:108px;
	height:32px;
	display:block;
}

#header_nav #left_nav div #edit_account {
	background-image:url(../graphics/fc/edit_account.gif);
	background-repeat:no-repeat;
	background-position:left top;
    height:32px;
	display:block;
	width:108px;
}

#header_nav #left_nav div #order_history {
	background-image:url(../graphics/fc/orderHistory.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:32px;
	display:block;
	width:111px;
}

#header_nav #right_nav div #viewCart {
	background-image:url(../graphics/fc/viewCart.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:108px;
	height:32px;
	display:block;
}

#header_nav #right_nav div #checkOut {
	background-image:url(../graphics/fc/checkOut.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:108px;
	height:32px;
	display:block;
}*/

/* -- */

#header_nav #left_nav a.login {
	background-image:url(../graphics/fc/login.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:108px;
	margin-left:2px;
}

#header_nav #left_nav a.login:hover {
	background-image:url(../graphics/fc/login.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#header_nav #left_nav a.logout {
	background-image:url(../graphics/fc/logout.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:108px;
	margin-left:2px;
}

#header_nav #left_nav a.logout:hover{
	background-image:url(../graphics/fc/logout.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#header_nav #left_nav a.register {
    background-image:url(../graphics/fc/register.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:108px;
	margin-left:2px;
}

#header_nav #left_nav a.register:hover {
    background-image:url(../graphics/fc/register.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#header_nav #left_nav a.edit_account {
	background-image:url(../graphics/fc/edit_account.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:2px;
	width:108px;
}

#header_nav #left_nav a.edit_account:hover {
	background-image:url(../graphics/fc/edit_account.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#header_nav #left_nav a.order_history {
	background-image:url(../graphics/fc/orderHistory.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:14px;
	width:111px;
}

#header_nav #left_nav a.order_history:hover {
	background-image:url(../graphics/fc/orderHistory.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#header_nav #right_nav a.view_cart {
	background-image:url(../graphics/fc/viewCart.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:108px;
	margin-right:5px;
}

#header_nav #right_nav a.view_cart:hover {
	background-image:url(../graphics/fc/viewCart.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#header_nav #right_nav a.checkout {
	background-image:url(../graphics/fc/checkOut.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:108px;
}

#header_nav #right_nav a.checkout:hover {
	background-image:url(../graphics/fc/checkOut.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

/* --------START - HORIZONTAL NAV MENU------------- */

#header_nav2 {
	width:100%;
	height:29px;
	background-image:url(../graphics/fc/header_nav2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
}

/* fixes ie6 layout problem */
* html #header_nav2 {
	margin-top:-3px;
}

#header_nav2 #nav {
	width: 100%;
	margin:0px;
	text-align:left;
	height:29px;
	background-image:url(../graphics/fc/nav2_sep.jpg);
	background-repeat:no-repeat;
	background-position:50px 3px;
}

#header_nav2 #nav a,
#header_nav2 #nav a:link,
#header_nav2 #nav a:visited,
#header_nav2 #nav a:active {
	font-size:12px;
	text-decoration:none;
	color:#14558d;
	font-weight:bold;
	float: left;
	position:relative;
	/*width:93px;*/
	text-align:center;
	display:block;
	padding-top:8px;
	padding-left:13px;
	padding-right:13px;
	height:20px;
	background-image:url(../graphics/fc/nav2_sep.jpg);
	background-repeat:no-repeat;
	background-position:right 3px;
}

#header_nav2 #nav a:hover,
#header_nav2 #nav a:focus {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

#header_nav2 #nav a  {
	/*background-image:url(../graphics/fc/arrow.gif);
	background-repeat:no-repeat;*/
	background-position:14px 12px;
}

#header_nav2 #nav a:hover  {
   /* background-image:url(../graphics/fc/arrow_down.gif);
	background-repeat:no-repeat;*/
}

#header_nav2 #nav a.awning {
	margin-left:50px;
}

/* fixes ie6 double float bug */
* html #header_nav2 #nav a.awning {
	margin-left:19px;
}

#header_nav2 #nav a.banner {

}


#header_nav2 #nav a.furniture {

}

#header_nav2 #nav a.thread {

}

#header_nav2 #nav a.cleaning {

}

#header_nav2 #nav a.accessories {

}

#header_nav2 #nav a.hardware {

}

#header_nav2 #nav a.sunbrella {

}

#header_nav2 #nav a.tent {

}

#header_nav2 #nav a.vinyl {

}

#header_nav2 #nav a.foam {

}


/* --------START - HORIZONTAL NAV MENU------------- */
#awningContent,
#furnitureContent,
#bannerContent,
#vinylContent,
#tentContent,
#sunbrellaContent,
#threadContent,
#foamContent,
#hardwareContent,
#accessoriesContent,
#cleaningContent {
	background-image:url(../graphics/fc/sub_menu_grad.gif);
	background-repeat:repeat-x;
	background-color:#cbefff;
	background-position:top left;
	display:block;
	left: 2px;
	top: 258px;
}

#awningContent h1,
#furnitureContent h1,
#bannerContent h1,
#threadContent h1,
#cleaningContent h1,
#accessoriesContent h1,
#hardwareContent h1,
#vinylContent h1,
#sunbrellaContent h1,
#tentContent h1,
#foamContent h1  {
	font-size:14px;
	text-transform:capitalize;
	margin:12px 0px 10px 0;
	padding:0;
	color:#000000;
	text-align:left;
}

#awningContent table td,
#bannerContent table td,
#furnitureContent table td,
#threadContent table td,
#cleaningContent table td,
#accessoriesContent table td,
#hardwareContent table td,
#vinylContent table td,
#sunbrellaContent table td,
#tentContent table td,
#foamContent table td {
 	 padding:4px;
}

#awningContent table td a,
#furnitureContent table td a,
#bannerContent table td a,
#threadContent table td a,
#cleaningContent table td a,
#accessoriesContent table td a,
#hardwareContent table td a,
#vinylContent table td a,
#sunbrellaContent table td a,
#tentContent table td a,
#foamContent table td a {
	font-size:11px;
	color:#96525F;
	font-weight:bold;
}

#awningContent table td a:hover,
#furnitureContent table td a:hover,
#bannerContent table td a:hover,
#threadContent table td a:hover,
#cleaningContent table td a:hover,
#accessoriesContent table td a:hover,
#hardwareContent table td a:hover,
#vinylContent table td a:hover,
#sunbrellaContent table td a:hover,
#tentContent table td a:hover,
#foamContent table td a:hover {
	font-size:11px;
	color:#14558d;
}

/* Actuall Menu Order */
/*
awningContent
furnitureContent
bannerContent
vinylContent
tentContent
sunbrellaContent
threadContent
foamContent
hardwareContent
accessoriesContent
cleaningContent*/
/* --------------------------- */

td.close_menu hr {
	border:1px dotted #CCCCCC;
	border-style:none none dotted;
	color:#fff;
	background-color:#fff;
}
td.close_menu2 hr {
	border:1px dotted #CCCCCC;
	border-style:none none dotted;
	color:#cbefff;
	background-color:#cbefff;
}
.close_menu a, 
.close_menu a:link,
.close_menu2 a, 
.close_menu2 a:link  {
	text-decoration:underline;
	color:#666666;
}

.close_menu a:hover,
.close_menu2 a:hover {
	text-decoration:underline;
	color:#333333;
}

/* --------END - HORIZONTAL NAV MENU------------- */

#fc_content {
	width:100%;
	background-image:url(../graphics/fc/fc_content_tile.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}

/* fixes ie6 layout problem */
* html #fc_content {
	margin-top:-10px;
}

#fc_content_no_left {
	width:100%;
	background-image:url(../graphics/fc/fc_content_tile_no_left_col.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

#footer_container  {
	width:100%;
	height:50px;
	background-image:url(../graphics/fc/footer_container.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	color:#999999;
}

#footer_container_top {
	width:100%;
	height:16px;
	background-image:url(../graphics/fc/footer_container_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#footer_container_top_no_left {
	width:100%;
	height:16px;
	background-image:url(../graphics/fc/footer_container_top_no_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}


#footer_bottom  {
	margin:0 auto;
	width:1048px;
	height:16px;
	background-image:url(../graphics/fc/footer_bottom.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#header_top  {
	margin:8px auto 0px;
	width:1048px;
	height:16px;
	background-image:url(../graphics/fc/header_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.padding_content {
	padding:5px 20px 5px 20px;
}

.padding_left_col {
	padding:5px 5px 5px 5px;
}

.padding_left_col a {
	font-size:11px;
	color: #333333;
	line-height:1.6em;
}

.padding_left_col a:hover {
	font-size:11px;
	color: #0C5391;
	line-height:1.6em;
}

.padding_right_col {
	padding:5px 5px 5px 5px;
}

#padding_border_col3 {
	padding:5px 5px 5px 5px;
	border-left:thin dashed #CCCCCC;
}

/* ------------------------------------------- */

input[value="Remove"] {
	text-decoration:none;
	padding-bottom:1px;
	padding-left:1px;
	background-color: #9de0ff;
	border: 1px solid #175586;
	font-size:10px;
	color:#175586;
	font-weight:bold;
}

input[value="Update"] {
	text-decoration:none;
	padding-bottom:1px;
	padding-left:1px;
	background-color: #9de0ff;
	border: 1px solid #175586;
	font-size:10px;
	color:#175586;
	font-weight:bold;
}

input[type="submit"] {
	text-decoration:none;
	padding-bottom:1px;
	padding-left:1px;
	background-color: #9de0ff;
	border: 1px solid #175586;
	font-size:10px;
	color:#175586;
	font-weight:bold;
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly] {
	background-color:#999999;
	border:1px solid #666666;
	color:#666666;
	cursor:default;
}

input[value="Add To Cart"] {
	text-decoration:none;
	padding-bottom:1px;
	padding-left:1px;
	background-color: #0E558B;
	border: 2px solid #CBEFFF;
	font-size:10px;
	color:#E4F7FE;
	font-weight:bold;
	padding:1px;
}

input[type="button"] {
	text-decoration:none;
	padding-bottom:1px;
	padding-left:1px;
	background-color: #9de0ff;
	border: 1px solid #175586;
	font-size:10px;
	color:#175586;
	font-weight:bold;
}

textarea {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:140px;
	font-size:11px;
	overflow:auto;
}

input[type="text"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:140px;
	font-size:11px;
}

input[type="password"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:140px;
	font-size:11px;
}

input[name="Quantity"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:25px;
	font-size:11px;
}

select {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	font-size:11px;
}

select[name="ShipStateSelect"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:140px;
	font-size:11px;
}

select[name="ShipCountry"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:140px;
	font-size:11px;
}

select[name="BillStateSelect"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:140px;
	font-size:11px;
}

select[name="BillCountry"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:140px;
	font-size:11px;
}

select[name="Customer_ShipStateSelect"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:140px;
	font-size:11px;
}

select[name="Customer_BillStateSelect"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:140px;
	font-size:11px;
}


select[name="Customer_BillCountry"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:140px;
	font-size:11px;
}

select[name="Customer_ShipCountry"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:140px;
	font-size:11px;
}

input[value="go"] {
	font-size:10px;
}

input[value="Remove"] {
	font-size:9px;
	font-weight:normal;
}

input[value="Update"] {
	font-size:9px;
	font-weight:normal;
}

input[value="Continue"] {
	text-decoration:none;
	padding-bottom:1px;
	padding-left:1px;
	background-color: #9de0ff;
	border: 1px solid #175586;
	font-size:10px;
	color:#175586;
	font-weight:bold;
	float:right;
}

select[name="ShippingMethod"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	font-size:11px;
}

select[name="PaymentMethod"] {
	background-color: #fef1dc;
	border: 1px solid #DEDDE2;
	color:#666666;
	margin-bottom:5px;
	margin-left:4px;
	width:140px;
	font-size:11px;
}

select[name="AuthorizeNet_CardExp_Month"] {
	margin-left:4px;
	margin-right:4px;
	display:inline;	
	width:140px;
}

select[name="AuthorizeNet_CardExp_Year"] {
	margin-left:4px;
	display:inline;
	width:140px;
}

input[name="AuthorizeNet_Cvv"] {
	margin-top:5px;
	margin-left:4px;
	margin-right:4px;

}

/* --------------------------------------------- */

#fc_basket td {
	padding:4px;
}

#fc_basket td b {
	color:#FFFFFF;
}

/* --------------------------------------------- */

#sideNav {
	padding:0 0 0 10px;
}

#fc_breadcrumb {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dashed thin #CCCCCC;
	color:#666666;
}

#fc_breadcrumb a{
	color:#666666;
}

#fc_breadcrumb a:hover{
	color:#333333;
	text-decoration:underline;
}

#fc_breadcrumb select{
	width:140px;
	background-color:#D7F3FF;
	outline: 0px;
}

#fc_pagination {
	border:1px solid #BABDC2;
	padding:3px;
	margin-top:15px;
	margin-bottom:15px;
	background-color: #D7F2FD;
}

#fc_products_cat {
	margin-top:15px;
}

#fc_products_cat a img {
	border:1px solid #C5C5C5;
	padding:1px;
	max-height:100px;
	max-width:100px;
}

#fc_product_display_img img {
	border:1px solid #C5C5C5;
	padding:1px;
}

#fc_top_sellers a img {
   	border:1px solid #C5C5C5;
	padding:1px;
	max-height:100px;
	max-width:100px;
}

#fc_product_details {
	border:1px dashed #C5C5C5;
	padding:10px;
	background-color: #EEF7FC;
}

#fc_subcategories {
	margin:0 auto;
}

#subCategory_list  {
	margin:0 auto;
}

/* --------------------------------------------- */

#fc_mini_basket {
	float:left;
	margin-left:10px;
	padding-top:12px;
	padding-left:13px;
	font-size:10px;
	width:240px;
	height:25px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.cartEmpty { 
	margin-left:10px;
	font-weight:bold;
	margin-top:1px;
	text-align:center;
}

#fc_img_border {
	border:1px solid #C5C5C5;
	padding:2px;
}

.fc_radio_button {
	display:block;
	float:left;
	margin-top:3px;
	text-align:left;
	width:20px;
}

.fc_radio_button2 {
	display:block;
	float:right;
	margin-top:3px;
	text-align:left;
	width:15px;
	margin-right:3px;
}

/* ------------------------------------------------------------------ */

#cart_but_container {
	margin-top:10px;
}

#cart_but_container a img {
	border:none;
}

#cart_but_container #checkout_bask {
	height:25px;
	display:inline-block;
	float:right;
}

#cart_but_container #continue_shopping {
	height:25px;
	display:inline-block;
	float:right;
	margin-right:10px;
}

#cart_but_container #clear_basket{
	height:25px;
	display:inline-block;
	float:right;
	margin-right:10px;
}

/* ------------------------------------------------------------------------- */

#fc_content #fc_ctgy_header {
	margin-top:10px;
	margin-bottom:5px;
}

#fc_ctgy_footer {
	margin-bottom:5px;
}

.back2top {
	text-decoration:underline;
}

.greybar_white_font {
	color:#FFFFFF;
	background-color:#999999;
}

#footer_content_left {
	float:left;
	margin-left:15px;
	text-align:left;
	padding-top:22px;
}

#footer_content_left a,
#footer_content_right a{
	color:#165389;
}

body #footer_content_left a:hover,
body #footer_content_right a:hover{
	color:#666666;
}

#footer_content_right {
	float:right;
	margin-right:15px;
	text-align:right;
	padding-top:16px;
	color:#165389;
}

/* Sets the style for links in the cart */
#fc_basket td {
	font-size:10px;
}

#fc_basket a,  
#fc_basket a:link, 
#fc_basket a:visited, 
#fc_basket a:active {
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  font-size:10px;
}

/* Sets the style for links on mouseover in the cart */
#fc_basket a:hover, 
#fc_basket a:focus {
  color: #666666;
  text-decoration: none;
  font-size:10px;
  font-weight: normal;
}

#fc_related_products_page td {
	font-size:10px;
}

#fc_related_products_page a,  
#fc_related_products_page a:link, 
#fc_related_products_page a:visited, 
#fc_related_products_page a:active {
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  font-size:10px;
}

/* Sets the style for links on mouseover in the cart */
#fc_related_products_page a:hover, 
#fc_related_products_page a:focus {
  color: #666666;
  text-decoration: none;
  font-size:10px;
  font-weight: normal;
}

/* --------------------------------------------------------- */

input[name="Search"] {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#666666;
}

#fc_searchBox input[name="Search"] {
	background-color:#FEF1DC;
	border:1px solid #CCCCCC;
	color:#666666;
}

#fc_search input[value="Search"] {
	text-decoration:none;
	padding-bottom:1px;
	padding-left:1px;
	background-color: #175586;
	border: 1px solid #175586;
	font-size:10px;
	color:#F9FDFF;
	font-weight:bold;
}

/* ---------------------- START side nav menu other --------------------------------- */

body #square_home,
body #square_aboutus,
body #square_contactus,
body #square_trackorder,
body #square_policies,
body #square_testimonials,
body #square_productlist {
	background-image:url(../graphics/fc/square.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:10px;
	height:8px;
	float:left;
}

#storefront_home #square_home {
	background-image:url(../graphics/fc/square_red.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:10px;
	height:8px;
	float:left;
}

#storefront_aboutus #square_aboutus {
	background-image:url(../graphics/fc/square_red.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:10px;
	height:8px;
	float:left;
}

#storefront_contactus #square_contactus {
	background-image:url(../graphics/fc/square_red.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:10px;
	height:8px;
	float:left;
}

#storefront_trackorder #square_trackorder {
	background-image:url(../graphics/fc/square_red.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:10px;
	height:8px;
	float:left;
}

#storefront_policies #square_policies {
	background-image:url(../graphics/fc/square_red.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:10px;
	height:8px;
	float:left;
}

#storefront_testimonials #square_testimonials {
	background-image:url(../graphics/fc/square_red.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:10px;
	height:8px;
	float:left;
}

#storefront_productlist #square_productlist {
	background-image:url(../graphics/fc/square_red.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:10px;
	height:8px;
	float:left;
}

a#menu_home,
a#menu_aboutus,
a#menu_contactus,
a#menu_trackorder,
a#menu_policies,
a#menu_testimonials,
a#menu_productlist {
	color:#333333;
	display:block;
}

#storefront_home a#menu_home,
#storefront_aboutus a#menu_aboutus,
#storefront_contactus a#menu_contactus,
#storefront_contactus a#menu_trackorder,
#storefront_policies a#menu_policies,
#storefront_testimonials a#menu_testimonials,
#storefront_productlist a#menu_productlist {
	color:#FF0000;
	display:block;
}

/* ---------------------- END side nav menu other --------------------------------- */

body #fc_ctgy_header a {
	font-weight:bold;
}

/* New Checkout Pages */
.checkout h1,
.checkoutlong h1{
	color:#6F3423;
	font-size:14px;
	letter-spacing:0;
	line-height:16px;
	margin:0;
	padding:5px 0 5px 0;
	font-weight:bold;
}

.checkout h2,
.checkoutlong h2,
.support h2,
.supportlong h2{
	color:#6F3423;
	font-size:10px;
	line-height:13px;
	margin:0;
	padding:10px 0 0 10px;
	width:260px;
}

.support ol,
.supportlong ol,
.checkout ol,
.checkoutlong ol{
	color:#534530;
	font-size:10px;
	line-height:13px;
	padding:0px 0px 10px 27px;
	width:360px;
}


.checkout p,
.checkoutlong p{
	padding:10px 0 10px 0;
	width:500px;
	font-size:12px;
	color:#534530;
}
	
.checkout p.store,
.checkoutlong p.store{
	font-size:10px;
	line-height:13px;
	margin:0;
	padding:0px 0px 10px 10px;
	width:auto;
}

.checkout td,
.checkoutlong td{
	font-size:12px;
}

.checkout a,
.checkout a:link,
.checkout a:active,
.checkout a:visited,
.checkoutlong a,
.checkoutlong a:link,
.checkoutlong a:active,
.checkoutlong a:visited{
	color:#8e6b46;
	text-decoration:underline;
	font-size:12px;
}
	
.checkout a:hover,
.checkoutlong a:hover{
	color:#BE1E2D;
	text-decoration:underline;
}

.support p,
.supportlong p{
	color:#534530;
	font-size:10px;
	line-height:13px;
	margin:0;
	padding:0 0 10px 10px;
	width:360px;
}

/* ------------------------------------------ */

span#alert {
	color:#FF0000;
	font-weight:bold;
}

.leftBorderCheckout  {
	border-left: 1px dashed #CCCCCC;	
}

.vertical_rule {
	background-image:url(../graphics/fc/vertical-rule-bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

#fc_ctgy_header h2 {
	margin-bottom:10px;
	margin-top:5px;
	color:#333333;
	border-top:dashed 1px #CCCCCC;
	padding-top:10px;
}

.padding_content table td {
	padding:1px 5px;
}

/* Start Volume Pricing TDP 01-04-08 */

#vol_price_table {
margin:0 auto;
}

.vol_price_td {

}

body .vol_price_td #volPrice_mivaCode {
	margin:0 auto;
	padding:0;
	width:200px;
}

body .vol_price_td #volPrice_mivaCode table {
	border:1px solid #D8C7C6;
	margin:10px 0px;
	padding:0;
	width:100%;
}

body .vol_price_td #volPrice_mivaCode table tr td table{
	border:none;
	margin:0;
	padding:0;
	width:100%;
}

body .vol_price_td #volPrice_mivaCode table th {
		font-size:11px;
}

body .vol_price_td #volPrice_mivaCode table td {
		padding:2px 4px 0px; 
		font-size:11px;
}

body .vol_price_td #volPrice_mivaCode table th font{
		font-size:11px;
}

body .vol_price_td #volPrice_mivaCode table td font{
		font-size:11px;
}

/* end Volume Pricing TDP 01-04-08 */

#fc_searchFields td input[type="checkbox"] {
	display:block;
	float:left;
	height:14px;
	margin-right:5px;
	padding:2px;
	width:14px;
}

#fc_searchFields td{
	padding-bottom:2px;
}

#fc_searchFields td.rightBorder{
	border-right:1px solid #CCCCCC;
}

.sep {
	background:transparent url(../graphics/fc/sep.gif) repeat-x scroll center;
	padding-bottom: 10px;
}

.msrp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: line-through;
	font-weight: normal;
}

#productSearchResults .searchIMG a img {
	border:1px solid #C5C5C5;
	padding:1px;
	max-height:100px;
	max-width:100px;
	margin:10px 0px;
}

#search_results {
	margin-top:15px;
	padding-top:10px;
	margin-bottom:15px;
	border-top:1px solid #C5C5C5;
}

#fc_searchFields {
	margin-top:10px;
}

#fc_searchType {
	margin-top:10px;
}

.product_code { 
	font-size: 5px;
	color: #ffffcc;
}

#fc_description div {

}

#fc_search .fcSearch {
background-color:#175586;
border:1px solid #175586;
color:#F9FDFF;
font-size:10px;
font-weight:bold;
padding-bottom:1px;
padding-left:1px;
font-family:verdana;
}

#fc_search .fcSearchBtn {
height:16px;
margin-bottom:5px;
width:140px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
color:#666666;
font-size:11px;
}

#fc_sortTable td {
padding-left:0px;
padding-right:0px;
}

#fc_product_logos td a p {
text-indent:-9999px;
margin:0;
}

#fc_product_logos td {
padding:0;
}