

/*** HTML STYLES ************************************************/
/* Blue: 0097EA or 0496EC 

gradient:    background-image: -moz-linear-gradient(center top , #E95C41, #D93E2A);


*/

/* Set the default font and page margin here. Do not set colors here.
BODY {
	MARGIN: 5px 5px;
	font-family : Arial, Helvetica, sans-serif;
}
*/
/* Style for links */
A:link {
	text-decoration: none;
	/*color: #0071BC;*/
}
A:hover {
	text-decoration: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a.button {
	background: url(images/link.gif) repeat-x 0% 0%;
	position: relative;
	display: inline-block;
	height: 33px;
	overflow: hidden;
	margin: 0 18px 3px 0;
	padding: 0 16px 0 16px;
	vertical-align: top;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff 
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}	
	a.button:hover {
		background-position: 0% -33px;
		color: #605363 !important;
	}

/* Programming service inquiry form*/

	/*custom font*/
	@import url(http://fonts.googleapis.com/css?family=Montserrat);

	/*basic reset*/

	/*form styles*/
	#msform {
		width: 400px;
		height: 560px;
		margin: 50px auto;
		text-align: center;
		position: relative;
	}
	#msform fieldset {
		background: white;
		border: 0 none;
		border-radius: 3px;
		box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
		padding: 20px 30px;
		
		box-sizing: border-box;
		width: 80%;
		margin: 0 10%;
		
		/*stacking fieldsets above each other*/
		position: absolute;
	}
	/*Hide all except first fieldset*/
	#msform fieldset:not(:first-of-type) {
		display: none;
	}
	/*inputs*/
	#msform input, #msform textarea {
		padding: 15px;
		border: 1px solid #ccc;
		border-radius: 3px;
		margin-bottom: 10px;
		width: 90%;
		box-sizing: border-box;
		font-family: montserrat;
		color: #2C3E50;
		font-size: 13px;
	}
	/*buttons*/
	#msform .action-button {
		width: 100px;
		background: #E74C3C;
		font-weight: bold;
		color: white;
		border: 0 none;
		border-radius: 1px;
		cursor: pointer;
		padding: 10px 5px;
		margin: 10px 5px;
	}
	#msform .action-button:hover, #msform .action-button:focus {
		box-shadow: 0 0 0 2px white, 0 0 0 3px #E74C3C;
	}
	/*headings*/
	.fs-title {
		font-size: 15px;
		text-transform: uppercase;
		color: #2C3E50;
		margin-bottom: 10px;
	}
	.fs-subtitle {
		font-weight: normal;
		font-size: 13px;
		color: #666;
		margin-bottom: 20px;
	}
	/*progressbar*/
	#progressbar {
		margin-bottom: 30px;
		overflow: hidden;
		/*CSS counters to number the steps*/
		counter-reset: step;
	}
	#progressbar li {
		list-style-type: none;
		color: #E74C3C;
		text-transform: uppercase;
		font-size: 9px;
		width: 33.33%;
		float: left;
		position: relative;
	}
	#progressbar li:before {
		content: counter(step);
		counter-increment: step;
		width: 20px;
		line-height: 20px;
		display: block;
		font-size: 10px;
		color: #333;
		background: white;
		border-radius: 3px;
		margin: 0 auto 5px auto;
	}
	/*progressbar connectors*/
	#progressbar li:after {
		content: '';
		width: 100%;
		height: 2px;
		background: white;
		position: absolute;
		left: -50%;
		top: 9px;
		z-index: -1; /*put it behind the numbers*/
	}
	#progressbar li:first-child:after {
		/*connector not needed before the first step*/
		content: none; 
	}
	/*marking active/completed steps red*/
	/*The number of the step and the connector before it = red*/
	#progressbar li.active:before,  #progressbar li.active:after{
		background: #E74C3C;
		color: white;
	}
	.service-checkbox {
	    margin: 0 auto;
	    width: 58%;
	}
	.service-checkbox label {
	    display: block;
	    text-align: left;
	}

	#msform .service-checkbox input {
	    margin-top: 6px;
	    vertical-align: middle;
	    width: 20px;
	}
.inquiry-confirm p {
	text-align: center;
}
.inquiry-confirm table {
    display: block;
    float: left;
    min-width: 245px;
    width: 31%;
    border-collapse: collapse;
    padding: 10px 15px;
}
.inquiry-tables .borarder_table th {
    color: #c0c0c0;
    font-size: 18px;
    padding-bottom: 9px;
    height: 40px;
}
.inquiry-tables .black_menu_text {
    color: #9a9a9a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.inquiry-tables .grenn_body_text {
    padding-left: 10px;
}
a.inquiry-link {
    float: right;
}

#panel input.required {
    border: 2px solid red;
}


#navProgrammingServices.fixed-nav {
    position: fixed;
    top: 0;
    width: 950px;
    z-index: 99999;
    background-color: rgba(255,255,255,0.7);
}
#tabbed-nav #navProgrammingServices.fixed-nav li > a {
    background: none;
}

#tabbed-nav #navProgrammingServices.fixed-nav li.z-active > a {
    background: rgba(206,206,206, 0.5) none repeat scroll 0 0;
}

/* Style for Services sliding effect */
#multi-ddm #flip:hover {
    color: #0496ec;
}
#flip {
	cursor: pointer;
}
#panel {
    padding: 5px;
    text-align: left;
}
#panel {
	padding: 5px;
	display:none;
}
#panel-wide {
	margin-bottom: 50px;
}
#panel-wide > iframe {
    float: right;
    width: 40%;
}
#panel-wide > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.87;
}
#panel-title {
	font-family: "Raleway","Roboto","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;;
	font-size: 44px;
	font-weight: 100;
	opacity: 1;
}
#panel hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 2em 0;
	padding: 0;
}
#tabbed-nav {
    padding-top: 30px;
}
/*.fixed {
	 z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;
}*/
.z-content-inner > img {
    float: left;
    padding-right: 10px;
}
.programming-floor {
    float: right;
    padding-left: 10px;
    width: 270px;
}
.autopro3204 {
	width: 187px;
}
.tt100 {
	width: 195px;
}
.tr100v {
	width: 208px;
}
.pusher {
	width: 200px;
}
#browse-devices {
    margin-top: 25px;
    width: 154px;
}
.programming-service-devices img, .programming-service-speed img {
	float: right;
	padding-left: 10px
}
/*Inquiry tab*/
.z-container .z-content .process-tabs {
    margin: 20px auto 0;
    width: 70%;
}
.process-tabs .z-content-inner > img {
	float: left;
	padding-right: 10px;
}
@import url(http://fonts.googleapis.com/css?family=Coming+Soon);
.process-tabs .z-tabs-nav .z-tab a.z-link {
    color: slateblue;
    font-family: "Coming Soon",cursive;
    font-size: 20px;
}
.process-tabs .z-tabs-nav .z-tab a.z-link img {
    height: 29px;
    vertical-align: middle;
}

/* Style for lines. */

div.thickline {
	height: 2px;
	margin-bottom : 2px;
	margin-top : 2px;
	border: none; 
}
div.thickline hr {
  display: none;
}

div.thinline {
	height : 1px;
	margin-bottom : 2px;
	margin-top : 2px;
	border: none; 
}
div.thinline hr {
  display: none;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}

/*** Login Box Styles ****************************************/

.LoginBoxTop {
	BACKGROUND-POSITION: 50% bottom; BACKGROUND-IMAGE: url(images/box_T.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 4px;
}
.LoginBoxLeft {
	BACKGROUND-POSITION: left 50%; BACKGROUND-IMAGE: url(images/box_L.gif); WIDTH: 4px; BACKGROUND-REPEAT: repeat-y;
}
.LoginBoxRight {
	BACKGROUND-POSITION: right 50%; BACKGROUND-IMAGE: url(images/box_R.gif); WIDTH: 4px; BACKGROUND-REPEAT: repeat-y;
}
.LoginBoxBottom {
	BACKGROUND-POSITION: 50% top; BACKGROUND-IMAGE: url(images/box_B.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 5px;
}



/*** GENERAL PAGE LAYOUT ****************************************/
/* Your Main Site Name. */
#siteName {
	font-size: 24px;
	line-height: 35px;
	margin-left: 5px;
}

.storewideDiscount {
	font-size: 14px;
	color: purple;
}

#basketStats {
	font-size: 11px;
}

/* form */
#create-account{padding: 0 21px;margin-top:27px;}

.box-text{color: #7E7B7B; font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: bold; text-decoration: none;}
.box-left{width:380px;float:left; padding: 20px 20px;}
.box-right{padding:20px;}
#input-title{
	text-align: center;
	background: -moz-linear-gradient(center top , #CCCCCC 0%, #F2F2F2 50%, #CCCCCC 100%) repeat scroll 0 0 transparent; 
	border-radius: 12px 12px 0px 0px;
	height: 26px;
	color:#000000;
	font-size: 15px;
	font-weight: bold;
}

/* This is the default font for the entire page body */
.mainpage {
/* 	font-size : 12px; */
margin-top:10px;
}

/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}


/* Header is a large separating bar used for "What's New" and 
'Product of the Day'. It uses the Highlight Box (Order Box) Title Bar
colors. */
.header {
	FONT-SIZE: 14px;
	font-weight : bolder;
	background-color: gray;
	color: white; 
}

/* Highlight and Input Form box title bars. */
.BoxTitle {
	FONT-SIZE: 16px;  
	font-weight: bold;
}
/* Used primarily in Highlight boxes. */
.BoxText {
	FONT-SIZE: 13px;  
}

/* Sections separate sections on listings and detail pages like the
'more images' and 'customer reviews' sections of the product page. */
.section_title {
	font-size: 12px;
	font-weight: bold;
	color : Maroon;
}

/* Used for listing and detail page navigation links like the 'Sort by' links
on listing pages and 'next | back' links at the bottom of detail pages.*/
.section_footer {
	font-size: 11px;
	color : Maroon;
}
A.section_footer {
	text-decoration : none;
}

.caution {
	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700
}




/*** CATEGORY & PAGES ****************************************/

/* Page Title - only 1 title per page: category, feature, page, product */

H1.page {
	font-size: 28px;
}
H1.category {
	font-size: 26px;
}
H1.feature {
	font-size: 26px;
}
H1.product {
	font-size: 20px;
}

/* Page SubTitles - Category Teaser Listings: category, feature, page, product */
h2 {
    color: #4D4C4C;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 21px;
}
/*
H2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #666699;
}
*/
H2.product {	
	display: inline;
}

/* Teaser Lists: category, feature, page, product */

H3.product {
	text-decoration: none;
}
/*
h5 {
    background-color: #F2F2F2;
    margin: 7px 0 4px;
    padding: 7px 0 7px 15px;
}
*/
.cat_text_large {
	font-size: 14px;
}
.cat_text_featured {
	font-size: 14px;
}
.cat_text_small {
	font-size: 13px;
}
.cat_text_list {
	font-size: 12px;
}
.review_title {
	font-size: 14px;
	font-weight: bold;
	color: #666699;
}


/*** FEATURE DETAIL ****************************************/
.FeatureTeaser {
	font-size : 16px;
}
.FeatureByline {
	font-size : 12px;
	font-style : italic;
}
.Feature_Type {
	font-size : 9px;
	color : #FF3300;
}

/*** PRODUCT DETAIL ****************************************/
/* Style for Product SKU, number in stock, etc. */
#product_left{
	width:360px;
	}
#product_right{
	float: right;
    margin-right: 12px;
    width: 309px;
}
.product_sku{
	margin: -40px 0 10px 100px;
}
.product_qty{

}
.product_qty_input{
	margin: -39px 0 0 100px;
	float: left;
}
.buy_online{
	margin-right: 5px;
	width: 80px;
	clear: both;
	float: left;
}	
	a.button:hover {
		background-position: 0% -33px;
		color: #605363 !important;
		margin-right: 5px;

}
.email_friend{
	float: left;
	width: 107px;
	margin-right: 5px;
}
.add_wishlist{
	float: left;
	width: 107px;
}
.prodSKU {
	font-size : 11px;
	color : #666666;
}
.oversized-img {
  width: 100%;
}
.ap4806vtl, .ap3204vtl-ro, .at1200t {
	width: 100%;
}
.pad-socket-graph {
  float: left;
  width: 343px;
}

/* Product price line */
.product_price {
	font-size : 12px;
	margin-top: 20px;
}
.product_price span	{
	margin-left: 38px;
}

/* Product price emphasized words: 'Our Price' */
.prodprice2 {
	font-size : 12px;
	font-weight: bold;
	color: maroon;
}

/* Amount saved from retail price */
.prodsavings {
	font-size : 12px;
	color: maroon;
	font-style: italic;
}

/* Discounted price amount */
.proddiscounted {
	font-size : 12px;
	font-weight: bold;
	color : maroon;
}

/* Product discount line */
.proddisc {
	font-size : 12px;
	color : maroon;
}

/* Product error messages */
.proderror {
	font-size : 12px;
	color: red;
}

/* Small image on catalog pages. */
.listingimg {
	margin-right : 5px;
}


/* Medium image on product detail page. */
.medium_img {
	margin-right : 10px;
}

/* 'More Image' gallery on product detail page. */
.gallery_img {
	border-style : solid;
	border-color : Silver;
	margin-right : 3px;
	border-width : 1px;
}
/* 'More Image' gallery detail caption. */
.photocaption {
	COLOR: white; FONT-SIZE: 11px; 
}

/*** POPUP IMAGE STYLES *************************************/
#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	}
#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	min-width: 100px; /*NS6 style to overcome bug*/
	}
#dragbar #closetext{
	font-size: 11px;
	margin-right: 2px;
	}
#detailimg{
	cursor: hand;
	cursor: pointer;
	}
#detailarea{
	width: 100%; 
	background-color: White;
	}
#caption{
	background-color: white;
	font-size: 12px;
	padding: 2px;
	}


/*** WISH LIST DETAIL *************************************/

/* The delete and update buttons for Wish List product listings */
.WishButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #999999;
	text-align : center;
}


/*** SHOPPING CART ****************************************/
/* Product name, prices, etc. */
.carttext {
	font-size : 11px;
}
/* Sku and options listed under product name*/
.smallcarttext {
	font-size : 10px;
}
/* errors listed under product name*/
.smallcarterror {
	font-size : 11px;
	color : Red;
}


/*** INPUT FORMS ******************************************/
/* Titles separating sections of a form (this is NOT the Box Title)*/
.formtitle {
	FONT-SIZE: 14px;
	font-weight : bold;
}

/* Appears at top of form if page returns an error */
.formerror {
	FONT-SIZE: 12px;
	color : Red;
}

/* Used in the login box ('user name not found', etc.) */
.formerrorsmall {
	FONT-SIZE: 10px;
	color : Red;
}

/* Form field names '*/
.formtext {
	FONT-SIZE: 12px;
}
/* Instructions below form fields '*/
.formtextsmall {
	FONT-SIZE: 10px; 
}

/* Used in the login box for 'name' and 'password'*/
.FormTextVerySmall {
	FONT-SIZE: 9px;
	COLOR: gray;
}

.formfield {
	BACKGROUND-COLOR: #fbfbfb;
	BORDER-BOTTOM: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	COLOR: #003163;
	FONT-SIZE: 12px;
	/* width:200px; */
}
.formfieldselect {
	FONT-SIZE: 12px;
	COLOR: #003163;
}
/* The form fields for the login box have width set as well */
.formfieldlogin {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #cccccc 1px solid;
	BACKGROUND-COLOR: white;
	BORDER-BOTTOM: #cccccc 1px solid;
	width : 120px;
}

.formfieldcheckbox {
	FONT-SIZE: 10px;
	COLOR: #cccccc;
}

/* HTML form submit buttons */
.formbutton {
	display:block;
	background:#0496EC;
	text-align: center;
	padding: 12px 0;
	border-radius:7px;
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	vertical-align:top;
}
.formbutton:hover {
	background: none repeat scroll 0 0 #0071BC
	text-decoration: none;
}

/* Used to set margins on a form tag */
form.margins {
	margin: 10px; 
	padding: 0px;
}
form.nomargins {
	margin: 0px; 
	padding: 0px;
}


/* Simple Search Field */
#browse-by-manufacturer {
	border: 1px solid silver;
    border-radius: 8px;
    padding: 10px;
	text-decoration: none;
	color: #000;
}
#searchbox {
}
#searchbox .formfield {
	width: 130px;
	FONT-SIZE: 11px;
}

.table_wrapper {
    padding: 15px;
}

.table_title {

	background: url(../images/support/software_download_arrow.png)no-repeat 0 6px;
	margin-top: 20px;
		
}
.table_title > h4 {
	margin-left: 20px;
}
.boarder_table {
	border-bottom: 2px solid #CCCCCC;
    border-collapse: separate;
    border-top: 2px solid #0071BC;
    width: 100%;
}
.boarder_table > tbody > tr > th {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #DDDDDD;
    color: #333333;
    padding: 0px 20px;
    text-align: left;
	font-size: 13px;
	height: 38px;
}
.column-bottom-left {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font-size: 12px;
    height: 63px;
    padding: 4px 0 4px 30px;
}
.column-bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font-size: 12px;
    height: 63px;
    padding: 4px 0 4px 30px;
    border-left: 1px solid #DDDDDD;
}
.column-left {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    color: #333333;
    font-size: 12px;
    height: 63px;
    padding: 4px 0 4px 30px;
}
.column{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    color: #333333;
    font-size: 12px;
	padding-left: 20px;
    text-align: left;
}
.narrow-column-left {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    color: #333333;
    font-size: 12px;
    height: 30px;
    padding: 4px 0 4px 30px;
}
.narrow-column{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    color: #333333;
    font-size: 12px;
	padding-left: 20px;
    text-align: left;
	height: 30px;
}

/*** LISTING RECORDS ******************************************/
/* Query Description line */
.ResultHead {
	FONT-SIZE: 16px;
}

/* Result table title row */
.listingHead {
	FONT-SIZE: 12px; 
	TEXT-DECORATION: none;
}
/* Result table smaller font */
.ListingSmall {
	font-size:	10px;
}
.listingTitle {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.listingTitle:link {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
}
A.listingTitle:visited {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
	}
A.listingTitle:hover {
	FONT-SIZE: 14px; ; TEXT-DECORATION: underline
	}
	
.listingsubtitle {
	FONT-SIZE: 12px; FONT-STYLE: italic;  
}
.listingtext {
	FONT-SIZE: 12px; 
}
.listingsubtext {
	FONT-SIZE: 11px;  
}
/* For Feature listings author line */
.listingtagline {
	FONT-SIZE: 10px; 
}
/* For Event listings */
.listingdate {
	FONT-SIZE: 12px; 
}


/*** ALPHA MENU (SITEMAP) *************************************************/
A.alphaon:link {
	 FONT-SIZE: 13px; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
	FONT-SIZE: 13px; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
	Font-Weight: Bold;
	background-color : #F0F0F0;
}
A.alphaoff:link {
	 FONT-SIZE: 9px; TEXT-DECORATION: none
}
A.alphaoff:visited {
	FONT-SIZE: 9px;  TEXT-DECORATION: none
}
A.alphaoff:hover {
	FONT-SIZE: 9px;
	TEXT-DECORATION: none;
	background-color : #F0F0F0;
}


/*** MENUS ******************************************/
/* Breadcrumb Trail Menu */
/* The Breadcrumb Trail DIV and non-link text */
#menu_trail {
	font-size: 12px;
	text-decoration : none;
	COLOR: gray;
}
#menu_trail a {
	COLOR: gray;
}

/* Category Jump Menu - firs style form, then select box */
#categorySelect {
	text-align: right;
}
#categorySelect select {
	width: 140px;
	FONT-SIZE: 11px;
	color: purple;
}
.menu_page {
	font-size: 12px;
	COLOR: gray;	
	clear: left;
}
a.menu_page
{
	font-size: 12px;
}

.menu_page2 {
	font-size: 10px;
	COLOR: #808080;
}
a.menu_page2
{
	font-size: 10px;
	COLOR: #808080;
}

.menu_page_title {
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}

a.menu_page_title
{
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}


.menu_trail {
	font-size: 12px;
	text-decoration : none;
	COLOR: #808080;
}
a.menu_trail
{
	font-size: 12px;

}

/* Page Footer Menu */
.menu_footer {
	font-size: 10px;
	color : Gray;
}
.menu_footer A {
	font-size: 10px;
	color : Gray;
}
	
/* Copyright Notice DIV */
#copyright {
	font-size: 10px;
	color : Gray;	
} 
#copyright a {
	color : Gray;
}

/* ----- INPUT FORM ---------------------------------*/
TD.TopTierHeader {
}
.TopTierHeader {
	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

A.TopTierHeader:link {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.TopTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}


/* Admin Menu Links */
.menu_admin {
	font-size: 12px;
	color: #DAA520;

	TEXT-DECORATION: none
}
a.menu_admin{
	
	font-size:12px;
	color: #DAA520;
	TEXT-DECORATION: underline;
	font-family:Arial, Helvetica, sans-serif;
}


.gray_menu_text_small {
	font-size: 13px;
	font-family: Verdana,Geneva,sans-serif;
}

/* ---------- Styles for Tracking Page --------------------- */

th.track {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
	background-color : #B6B6B6;
}

td.trackbold {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
}

td.track {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
}

td.track0 {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
	background-color : #F0F0F0;
}

td.track1 {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
	background-color : #FFFFFF;
}


/* ---------- Styles for Gift Registry Printing --------------------- */
.printregistry {
	border: 2px solid #000000;
	FONT-SIZE: 14px;
	font-family : Arial, Helvetica, sans-serif;
}

.order_history {
	border-bottom: 2px solid #CCCCCC;
    border-collapse: separate;
    border-top: 2px solid #0071BC;
	background-color: #f2f2f2;
    width: 732px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
#shipping_info .formtext {
	    margin: 0 0 0 -58px;
}
#cart .formbutton, 
#shipping_info2 .formbutton {
	background: none;
}
.shipform {
    margin-left: auto;
    margin-right: auto;
    width: 841px;
}

#subtotal {
    float: right;
    margin-right: 171px;
    margin-top: 10px;
}
#shipping_info2 #required-fields {
	    margin-left: 261px;
		    margin-top: -36px;
}
#main .formbg {
	float: left;
	margin: 0 auto;
}
#main {
	margin-top: 30px;
}

