/* This is a comment */ 
/* CODE FOR - background-image: url(../1samples2/tshirt.jpg);  */ 
/* -------- CODE max-width: 620px;  --------- */ 
/* -------- CODE table-layout: automatic;  --------- */ 
/* -------- CODE table-layout: fixed;  --------- */ 

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

BODY {background-color: #FFFFFF}

BODY.white {background-color: #FFFFFF}

BODY,TD,TH,DIV,P {
   	font-family: arial,sans-serif;
   	color: #000000;
   	font-size: 10pt
}

BODY.menu {background-color: #000000; color: #000000
}

/* -------------------------------------------------------table layout with left menu------------------------ */ 
TABLE.layout {
	background-color: #FFFFFF;
	width: 800px;
	padding: 0px
}
	/* ----------end-left MENU ------------ */ 
TD.left-menu {
	background-color: #FFFFFF;
	width: 200px;
	padding: 0px
}	
	/* ------------JS MENUinside table------------- */
	TABLE.left-menu {
	background-color: #FF6600;
	width: 200px;
	padding: 0px
	/* -----end-JS MENUinside table------------- */
}
	/* ------------end left MENU ------------- */ 
	
	/* ------------content------------- */ 
TD.content {
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px;
}
	/* ------end-content------------- */ 	
/* ---------------------------------------------------end-table layout----------------------- */ 

/* ------------------------------------------------------------------------TOP-Header------------------------- */ 
TABLE.top-layout {
	background-color: #CCFFCC;
	width: 800px;
	padding: 10px
}
TABLE.top-bar-one {
	background-color: #3399FF;
	width: 100%;
	padding: 0px
}
TABLE.top-main {
	background-color: #FFFFFF;
	width: 100%;
	padding: 5px;
	height: auto
}
TABLE.top-bar-two {
	background-color: #3399FF;
	padding: 0px;
	width: 100%
}
/* ------------------------------------------------------------------- -end TOP-header--------------------- */ 

/* -----------------------XXXXXXXXXXXXXXXXXXXXXXXXXXX------NEW----TOP-Header------------------------- */ 
TABLE.top-bar-one {
	background-color: #3399FF;
	width: 800px;
	padding: 0px;
}
TABLE.top-main {
	background-color: #FFFFFF;
	width: 800px;
	padding: 10px;
	border-style: solid;
	height: auto;
	border-width: 1px;
	border-color: #3399FF;
}
TD.top-image-box {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #3399FF;
}

TABLE.top-image-box {
	background-color: #3399FF;
	width: 800px;
	padding: 5px;
}
TD.image-box-links {
	background-color: #3399FF;
	border-style: solid;
	border-width: 1px;
	border-color: #3399FF;
}
TABLE.notice {
	background-color: #FFFFFF;
	width: 800px;
	padding: 0px;
}
TD.notice-shipping {
	border-style: solid;
	border-width: 2px;
	border-color: #FF0000;
}
TABLE.top-retail-notice {
	background-color: #3399FF; /* --------VIEWCART-RETAIL----- */ 
	width: 800px;
	padding: 5px;
}
TABLE.top-wholesale-notice {
	background-color: #FFFF66;
	width: 800px;
	padding: 5px;
}

/* -------------------------------------------------TOP BAR WITH PULLDOWN MENU-------------- */ 
TABLE.top-bar-two {
	background-color: #3399FF;
	padding: 5px;
	width: 800px;
	border-style: solid;
	border-width: 1px;
	border-color: #3399FF;
}
/* -------------------------------------------------TOP BAR WITH PULLDOWN MENU-COLLECTORS------------- */ 
TABLE.top-bar-two-collectors {
	background-color: #FF6600;
	padding: 5px;
	width: 800px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF6600;
}

/* --------------------------------------------------------------------current-content-tables---------------- */ 
TABLE {
	background-color: #FFFFFF
}
/* --------------------------------------------------------------end-current-content-tables---------------- */ 

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx NEW TABLES xxxxxxxxx- */ 
/* --------------------------------------------------------------main content table---------------- */ 
TABLE.main {
	background-color: #FFFFFF;
	width: 100%
}
/* ---------------------------------------------------------end-main content table---------------- */ 

/* -------------------------------------------------------------------------------------------------------------------------Item-Box-------- */ 
/* ---------this table is used to frame a border around the entire item info in the buy section-------------- */ 
TABLE.item-box {
	background-color: #FFFFFF;
	width: 100%;
	padding: 5px;
	border-style: dotted;
	border-width: 5px;
	border-color: #3399FF
}
/* ----------------------------------------------------------------------end--item-box----------------- */  

/* ---------------------------------------------------------------------------------------------------------------------------buy-box-main--- */ 
/* -------this buy box is used on most pages--------------------------------------------------------- */ 
/* -------the border, border color and padding is set on the pages and not here------- */ 

TABLE.buy-box {
	background-color: #6699FF;
	width: 100%;
	padding: 0px
}
/* --------------------------------------------------------end-buy-box---------table---------------- */ 

/* ----------------------------------------------------------------------------------------------------------------BUY-BOX-ACROSS------ */ 
/* -------------------------this table is used with image-and buy button across--(see spice-up sheets)---- */ 
/* --------------------------------------------------------------spacing is set on the page table (10)--- */ 
TABLE.buy-box-across {
	background-color: #FFFFFF;
	width: 100%;
	padding: 0px
}
TD.image-box {
	padding: 10px;
	border-style: dotted;
	border-width: 5px;
	border-color: #3399FF
}
/* ----------------------------------------------------------END---BUY-BOX-ACROSS------------------------- */ 

/* --------------------------------------------------------------buy-box---------table---------------- */ 
/* ----------this buy box is to be used on the JS-user-imput buy pages--------------- */ 

TABLE.buy-box-blue {
	background-color: #000099;
	width: 100%;
	padding: 3px
}
/* --------------------------------------------------------end-buy-box---------table---------------- */ 

/* ----------------------------------------------table-dotted around-the outside----------------- */ 
TABLE.dot-border {
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px;
	border-style: dotted;
	border-width: 5px;
	border-color: #3399FF
}
/* ---------------------------------------end-dotted table around the outside---------------- */ 

/* -----------------------------table with images - images have a dotted border around them------------- */ 
TABLE.image-box {
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px;
}
TD.image-box {
	border-style: dotted;
	border-width: 5px;
	border-color: #3399FF;
}
/* -----------------------------table with images - images have a dotted border around them------------- */ 

/* -----------------------------table with images - images have a solid border around them------------- */ 
TABLE.image-box-solid {
	background-color: #FFFFFF;
	width: 100%;
	padding: 5px;
}
TD.image-box-solid {
	border-style: solid;
	border-width: 1px;
	border-color: #3399FF;
}
/* -----------------------------table with images - images have a solid border around them------------- */ 
/* ----------------------------------------------------------------------------------google ads 460 across------------- */ 
TABLE.ads {
	background-color: #3399FF;
	width: 100%;
}
/* ----------------------------------------------------------------------------end-google ads 460 across------------- */ 

/* ------------------------------------------------------------------------help table--------------------- */ 
TABLE.help-dot-border {
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px;
	border-style: dotted;
	border-width: 5px;
	border-color: #FF0099
}
/* ----------------------------------------------------------------------end--help table----------------- */  

/* ------------------------HELP-ALERT-table-URGENT-IMPORTANT-NOTICES------- */ 
TABLE.help-alert {
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px;
	border-style: dotted;
	border-width: 8px;
	border-color: #FF0000 /* ---------RED------- */ 
}
/* --------------------end-help-alert-table-URGENT-IMPORTANT-NOTICES------------------ */ 

/* -------------------------------------------HELP-AMBER-table--IMPORTANT-NOTICES------- */ 
TABLE.help-amber {
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px;
	border-style: dotted;
	border-width: 8px;
	border-color: #FFCC00 /* ---------AMBER------- */ 
}
/* ------------------------end---HELP-AMBER-table--IMPORTANT-NOTICES------------------ */ 

/* ----------------------------------------------------------------------------------HELP-OK-table----------- */ 
/* ------------------------------------used in order tracking OK results-Thanks-Pages-etc------ */
TABLE.help-ok {
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px;
	border-style: dotted;
	border-width: 8px;
	border-color: #00FF00 /* ---------GREEN------- */ 
}
/* ------------------------------------------------------------------------------end-HELP-OK-table-------- */ 

/* ----------------------------------------------------------------------------------HELP-INFO-table----------- */ 
/* ------------------------------------used-in-info-Pages-etc------ */
TABLE.help-info {
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px;
	border-style: dotted;
	border-width: 5px;
	border-color: #FF0099 /* ---------MAGENTA------- */ 
}
/* ------------------------------------------------------------------------------end-HELP-INFO-table----------- */ 


/* ------------------TERMS-POLICY---------table-dotted around-the outside---------- */ 
TABLE.terms-dot-border {
	background-color: #FFFFFFF;
	width: 100%;
	padding: 10px;
	border-style: dotted;
	border-width: 5px;
	border-color: #333333
}
/* -----------end--TERMS-POLICY---------table-dotted around-the outside---------- */ 

/* ------------------nav-back-POLICY---------table-dotted around-the outside---------- */ 
/* -----------------content pages nav-back-links to Company-Terms-Policy----------- */ 
TABLE.policy {
	background-color: #DDDDDD;
	width: 100%;
	padding: 5px;
	border-style: dotted;
	border-width: 5px;
	border-color: #333333
}
/* -----------end-nav-POLICY---------table-dotted around-the outside---------- */ 


/* ------------------------------------------------------------------------------------FORMS---------- */ 
TABLE.forms {
	background-color: #DDDDDD;
	width: 100%;
	padding: 5px;
}
/* ------------------------------------------------------------------------------------FORMS---------- */ 


TABLE.menu {
	background-color: #00CCCC
}



/* ---------------------------------------------------------------layout-full-page---------------------- */ 
/* -------------------------------------------------------used in shopcarts-checkout-other---- */ 
TABLE.layout-full-page {
	background-color: #FFFFFF;
	width: 800px;
	padding: 10px
}

TD.full-page {
	background-color: #FFFFFF;
	width: 800px;
	padding: 10px
}
/* ---------------------------------------------------------end-layout-full-page---------------------- */ 

/* ------------------------------------------------------------------------------------------------------------------table-CUSTOM--------- */ 
/* ------------------------------------------------------used in custom printing------------ */ 
TABLE.custom {
	background-color: #FFFFFF;
	width= 100%;
	padding: 10px
}
TD.custom-box {
	width= 50%;
	border-style: dotted;
	border-width: 5px;
	border-color: #3399FF
}
/* --------------------------------------------------------end-table-CUSTOM--------------------- */ 

/* ------------------------------------------------------------------------------------------------------------------table-SLOGANS--------- */ 
/* ------------------------------------------------------used in custom slogans------------ */ 
TABLE.slogans {
	background-color: #CCFFCC;
	width= 500px;
	padding: 10px;
	border-style: dotted;
	border-width: 8px;
	border-color: #3399FF
}
/* ---------------------------------------------------------table-SLOGANS--------------------- */ 

/* ------------------------------------------------------------------------------------------------------------------table-blue--------- */ 
TABLE.blue {
	background-color: #CCFFCC
}
/* ---------------------------------------------------------table-blue--------------------- */ 
/* ---------------------------------------------------------table-dk-blue--------------------- */ 
TABLE.dk-blue {
	background-color: #000099
}
/* ---------------------------------------------------------table-dk-blue--------------------- */ 

/* ---------------------------------------------------------bottom---------------------- */ 
TABLE.bottom {
	background-color: #3399FF;
	width: 800px;
	padding: 3px
}
TABLE.bottom-links {
	background-color: #FFFFFF;
	width: 800px
}
TABLE.nav-back {
	background-color: #FFFFFF;
	width: 800px;
	padding: 5px
}
/* ---------------------------------------------------------end-bottom---------------------- */ 

/* ---------------------------------------------------------products---------------------- */ 
TABLE.products {
	background-color: #3399FF;
	width: 100%;
	padding: 3px

}
TABLE.product-links {
	background-color: #FFFFFF;
	width: 100%
}
/* ---------------------------------------------------------end-products---------------------- */ 

TABLE.blank {background-image: url(../1samples2//tshirt.jpg)

}
HR {
	color: #3399FF	
}
H1 {
   	font-size: 16pt;
	color: #000099	
}
H2 {
   	font-size: 14pt;
	color: #000099
}
H3 {
   	font-size: 12pt;
	color: #000099
}
H4 {
   	font-size: 10pt;
	color: #000099
}
A.quantity {
   	text-decoration: none
}
.small {
   	font-size: 8pt;}

A:link, A:visited, A:active {color: #000099}
A:hover {color: #FF0000}

a.zoom:link {color: #000099} 	
a.zoom:visited {color: #000099}
a.zoom:hover {font-size: 110%}

a.nav:link {color: #FFFFFF} 	
a.nav:visited {color: #FFFFFF}
a.nav:hover {font-size: 110%}

.sic {
   	font-size: 8pt
}

