/* GLOBAL */

html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
    }

body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3em;
	margin: 0;
	padding: 0;
	background: url(graphics/en-US/new/bgrd-sky.jpg) repeat-x;
	background-color: #FFFFFF;
    }

a { 
	color: #000066; 
	}

h1 { font: normal 2em Verdana, Arial, Helvetica, sans-serif; line-height:1em; }
h2, h3, h4, h5, td, table, div, form { padding: 0; margin: 0; }
h2 a { display:block; margin: 7px 0; }
h1, p, ul, ol { margin-top: 0; margin-bottom: 14px; }
img { border: 0; }

h3 { font-family: Geneva, Arial, Helvetica, sans-serif; } 
h2, h3, h4, h5 { font-size: 1.25em; line-height: 1.5em; }
h5 { display: inline; }

form { 
	display:inline; 
	}

select {
	margin-bottom: 3px; 
	}

#cattree {
	margin-left: 0px;
    width: 250px;
	float:left;
    font-size:0.75em;
	}

#cattree1 img {
	margin: 1px 0 1px 0;
	}
	
#content {
	margin-left: 15px;
    width: 660px;
	float:right;
	padding-top:30px;
	padding:2px;
	color: #003399;
	}
	
#content_home {
	margin-top: 25px;
	margin-left: 30px;
    width: 690px;
	float:right;
	}

#content_LOGN {
	margin-left: 15px;
    width: 970px;
	float:right;
	padding-top:30px;
	padding:2px;
	}

.product-categories {
	background-color:#FFFFFF;
	border:thin #006600 solid;
	float:left;
	margin: 8px 0 8px 16px;
	width: 210px;
	height: 350px;
	padding: 0;
	}
	
.product-categories a {
	color:#0066CC;
	}

.catImg {
	height:125px;
	margin: 10px 0 10px 0;
	width: 100%;
	text-align:center;
	}

.catDescr {
	color:#006600;
	height:125px;
	text-align:center;
	}

#minibask {
	width: 312px;
	float:right;
	border: medium ridge #006600;
	background-color:#FFFFFF;
	border: medium ridge #006600;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 12px;
	}
#minibask table {
	width:100%;
	}
#login {
	line-height:25px;
    width: 265px;
	}

#mainbody {
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 30px 0px;
    clear:both;
	min-height:300px;
	z-index:-1;
	background-color:#FFFFFF;
	}
	
#mainbody_account {
	width: 800px;
	float: right;
	margin: 0 auto;
	padding: 0 0 30px 0;
    clear:both;
	background-color:#FFFFFF;
	}

#topbar_home {
	width: 970px;
	height: auto;
	margin: 20px auto 0 auto;
	border:thin #003300 solid;
	border:none;
    }
		
#topbar {
	width: 970px;
	margin: 40px auto 0 auto;
	padding: 0px;
	background-color:#FFFFFF;
	border:thin #FF0000 solid;
	border:none;
    }

#logobar{ 
	height: auto; 
	width: 970px; 
	margin: 0 auto; 
	}

#mainbody .logo {
	position:relative;
	top: -75px;
	left: -75px;
	z-index:100;
	}
	
.clear {
	clear:both;
	}

.floatleft {
	float: left;
	}

.floatright {
	float:right;
	}
	
/* NAVBAR */

#affiliatelink {
	margin-left: 15px;
	color:#fff; 
	}

#affiliatelink a { 
	font-weight: normal; 
	color:#fff; 
	}

#currenttab {
    list-style: none;
	float:right;
	background: url(graphics/en-US/new/current_tab_tile.gif) repeat-x top left #fff;
	height:40px;
	margin-left: 3px;
	width:auto;
	}
	
#currenttab h3{ 
	background: url(graphics/en-US/new/current_tab_left.gif) top left no-repeat; 
	padding: 11px 0px 4px 15px; 
	white-space:nowrap;
	}
	
#currenttab b { 
	height: 40px; 
	vertical-align:top; 
	text-align:center; 
	padding-right: 15px; 
	display:block; 
	background:url(graphics/en-US/new/current_tab_right.gif) top right no-repeat; 
	}	
	
#loginlink, #loginlink a { 
	font-weight: normal; 
	color:#fff; 
	}
	
#logo {
	display:block;
    margin-top: -25px;
    margin-left: -25px;
	margin-bottom: 15px;
	height: 156px;
	width: 170px;
	background:url(graphics/en-US/new/gtgoods-logo-sml.png) no-repeat;       
    }
	  
#logobar ul { 
    clear: left;
	}	

#welcome_msg {
	width: 392px;
	float: left;
	position: relative;
	text-align: right;
	color: #003399;
	margin-left:160px;
	margin-top: 25px;
	}
	
#welcome_msg a {
	color: #000066;
	font-weight:bold;
	text-decoration: none;
	}

#welcome_msg a:hover {
	text-decoration: underline;
	}

#search {
	display: block;
	width: 412px;
	float: right;
	position: relative;
	top: 0;
	text-align: right;
	color: #003399;
	margin-top: 25px;
	margin-bottom:10px;
	}
	
#search a {
	color: #000066;
	font-weight:bold;
	text-decoration: none;
	}
	
#search a:hover {
	text-decoration: underline;
	}
	
#search .searchbutton { 
	vertical-align:bottom; 
	}
		
#searchfield { 
	margin: 0 2px 0 10px; 
	border: 1px solid #917302; 
	color: #666; 
	padding: 1px 2px; 
	height:20px; 
	width: 150px;
	}	
	
.hiddentab {
    list-style:none;
	float:right;
	background: url(graphics/en-US/new/hidden_tab_tile.gif) repeat-x top left #fff;
	height:40px;
	margin-left: 3px;
	width:auto;
	}
	
.hiddentab b { 
	height: 40px; 
	vertical-align:top; 
	text-align:center; 
	padding-right: 15px; 
	display:block; 
	background:url(graphics/en-US/new/hidden_tab_right.gif) top right no-repeat; 
	}

.hiddentab h3{ 
	background: url(graphics/en-US/new/hidden_tab_left.gif) top left no-repeat; 
	padding: 11px 0 4px 15px; 
	white-space: nowrap;
	}

.hiddentab b h3 a { 
	color: #fff; 
	text-decoration:none; 
	}

.hiddentab b h3 a:hover { 
	text-decoration:underline; 
	}
	
	
/* CTGY */

#nextbutton {
	margin-top: 25px;
	clear:right;
	float:right;
	}

#prevbutton {
	margin-top: 25px;
	clear:right;
    float:left;
	}

.catrow {
    float:right;
    margin: 10px 0;
    width:590px;
    }
		
.prodbutton {
	margin: 7px auto;
	}	
				
.prodcolumn {
    float:left;
	width:280px;
	padding-right: 10px;
	text-align:center;
	}

.thumb {
	margin-right: 15px;
	display:block;
	margin: 10px auto;
	}
		
			
/* ACCOUNT PAGES */

.account_column {
	width: 50%;
	float:left;
	}	

.account_column h5 { width: 180px; clear: both; }
.account_column input { margin-bottom: 3px; display:block; margin-left: 180px; }
.account_column select { margin-bottom: 3px; display:block; margin-left: 180px; }

.paymentdetail {
	width: 130px;
	display:block;
	height: 26px;
	float:left;
	}
	
.invalid {
	color: #FF0000;
	}
	
.pad {
    margin-top: 25px;
	}
	 
	
/* BASKET */

#total {
    padding: 10px 0 0 10px;
    text-align:right;
	}
	
.baskettext_left{
	padding: 3px 15px 0 10px;
    vertical-align: top;
	}
	
.baskettext_left h4 { margin: 1px 0 2px 0; }

.baskettext_right{
	padding: 3px 0 0 10px;
	text-align: right;
    vertical-align: top;
	}
	
.baskettext_right h4 { margin: 1px 0 2px 0; }

.priceeach {
	text-align:right;
	width: 80px;
	margin-left: 5px;
	float:right;
	}


/* CATEGORY PAGES */

h1#ctgyname {
	font-family: calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #336600;
	line-height: 1.0em;
	margin-top: 12px;
	}

#catpages {
	text-align: right;
	
	}
/* PRODUCT PAGES */

h1#prodname {
	font-family: calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #336600;
	line-height: 1.0em;
	margin-top: 12px;
	margin-bottom: 125px;
	}

#prodadd {
	display:inline; 
	position:relative; 
	top: 5px;
	}
	
.prodimage {
	margin-top: 50px;
	margin-right: 150px;
	float:right;
	}
	
	
/* PRODUCT LIST */
		
.alt_row_color {
	background:#f9f6e4 ;
	}

.listheader {
	background-color: #f8f2f0; 
	color: #000;
    height:20px;
    padding: 4px 5px; 
	border-top: 4px solid #730000; 
	}
	
.productlist_row {
	padding: 4px 5px;
	width: 550px;
	float:right;
	}
	
.productlist_row form { display:inline; float:right; }
	
.productrow_text{
	width: 350px;
	padding-top: 2px;
	float:left;
	}	
	
.productrow_text .floatleft { max-width: 270px; width:expression(document.body.clientWidth > 272? "270px": "auto" ); }	
	

/* ORIGINAL SUBNAV - CATTREE */

ul#first{
	list-style-type:none;
	width:176px;
	margin: 0 30px 0 0;
	padding-left: 0px;
	}

#subnav{
	float:left;
	width:250px;
	}

#subnav li { background-color: #f9f6e6; margin-bottom: 2px; padding: 6px; }	
#subnav li a { color: #3e3e3a; text-decoration:none; display: block; width: 100%; height:100%; }
#subnav li a:hover { font-weight: bold; }
#subnav li ul { list-style-type:none; margin: 0 0 0 10px; padding-left: 0; }
#subnav li.subcategory { padding: 0; margin: 4px 0 0 0px; }	
#subnav li.subcategory a { color: #666; }		
#subnav li.subcategory a:hover { text-decoration:underline; font-weight:normal; color: #730000; }	
#subnav li.subcategory a:visited:hover { color: #730000 }


/* MODIFIED SUBNAV - CATTREE */

ul#first{
	list-style-type:none;
	width:176px;
	margin: 0 30px 0 0;
	padding-left: 0px;
	}

#subnav{
	float:left;
	}

#subnav li { background-color: #f9f6e6; margin-bottom: 2px; padding: 6px; }	
#subnav li a { color: #3e3e3a; text-decoration:none; display: block; width: 100%; height:100%; }
#subnav li a:hover { font-weight: bold; }
#subnav li ul { list-style-type:none; margin: 0 0 0 10px; padding-left: 0; }
#subnav li.subcategory { padding: 0; margin: 4px 0 0 0px; }	
#subnav li.subcategory a { color: #666; }		
#subnav li.subcategory a:hover { text-decoration:underline; font-weight:normal; color: #730000; }	
#subnav li.subcategory a:visited:hover { color: #730000 }


#footer {
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: "Gill Sans", "Gill Sans MT", "GillSans", Trebuchet, "Trebuchet MS", Tahoma, Verdana;
	position: relative;
	color: #003399;
	width: 100%;
	height: 85px;
	clear: left;
	float: left;
	overflow: hidden;
	background-image:url(graphics/en-US/new/grassline.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#footer-container {
	clear: both;
	background: url(graphics/en-US/new/groundpattern.jpg) repeat;
	width: 100%;
	padding:0px;
}

#footer-text-container {
	width: 960px;
	padding:0px;
	margin:0px auto 0px auto;
	font-size: 90%;
	line-height: 1.5em;
}

#footer-col-1 {
	float: left;
	clear: none;
	width: 20%;
	margin: 6px 30px 6px 0;
}

#footer-col {
	float: left;
	clear: none;
	width: 20%;
	margin: 6px 30px 6px 6px;
}

#footer-col-4 {
	float: right;
	clear: none;
	width: 20%;
	margin: 6px 0px 6px 6px;
}

#footer-center {
	background: #FFFFFF url(graphics/en-US/new/groundpattern.jpg) repeat;
	clear: left;
	max-width: 960px;
	height: 85px;
	color: #339900;
	margin:0px auto 0px auto;
}

#footer-center a {
	color: #457507;
	text-decoration:none;
}

#footer-center a:hover {
	text-decoration:underline;
}

.imgLeft {
	float: left;
	margin: 10px 0px 0px 50px;
}

.imgRight {
	float: right;
	margin: 10px 0px 0px 20px;
}
#twitterBox {
	float: left;
}

body {
    font-size:95%;
    line-height:1.125em;
}

h2 {
    font-size:110%;
    line-height:1.125em;
}

h3 {
    font-size:105%;
    line-height:1.125em;
}

h4 {
    font-size:100%;
    line-height:1.125em;
}

h5 {
    font-size:95%;
    line-height:1.125em;
}

p {
	margin-top: 12px;
	margin-bottom: 12px;
    font-size:0.875em;
}


<!--[if !IE]>-->

body {
    font-size:16px;
}

<!--<[endif]-->
	
.category_names {
    font-size:95%;
    line-height:1.125em;
	background-color:#006600;
	padding:6px 0 6px 0;
	text-align: center;
	}
	
.category_names a{
    font-size:95%;
    line-height:1.125em;
	background-color:#006600;
	padding:6px 0 6px 0;
	margin:0;
	text-align: center;
	font-weight:normal;
	text-decoration: none;
	}
	
.category_names a:hover {
	text-decoration: underline;
	}

.homeChildrenPic {
	position:relative;
	margin: -230px 0px 2px 0px;
	padding: -5px;
	}
	
.homeTagline {
	clear: right;
	text-align:right;
	font-weight: normal;
	font-style:italic;
	color:#003300;
	line-height:1.25em;
	position:relative;
	margin-top:2px;
	padding: 5px 10px 0px 0px;
	}
	
ul#catlevel {  
list-style-type:none;  
margin-left:0;  
padding-left:0;  
font-weight:normal;  
}  
  
ul#catlevel li a {  
display:block;  
border-bottom:1px dotted #ccc;  
padding:5px 3px;  
margin-right:5px;  
font-size:.90em;  
color:#006600;  
}  
  
ul#catlevel li a:hover {  
color:#003300;
}  

ul#catlevel1, ul#catlevel2, ul#catlevel3, ul#catlevel4 {  
list-style:none;  
margin:5px 0;  
padding:5px 0;  
}  
  
ul#catlevel li ul li, ul#catlevel li ul ul li, ul#catlevel li ul ul ul li{  
padding:2px 0 2px 5px;  
}  
  
ul#catlevel li ul a, ul#catlevel li ul ul a, ul#catlevel li ul ul ul a {  
border:none;  
padding:3px 5px;  
}  
  
ul#catlevel1 {  
border-bottom:1px dotted #ccc  
}  
  
li.thiscat a {  
color: #003366;
font-weight:bold;
}

billingShipping {
 width:400px;
 background-color: #66CC66;
 text-align:center;
 color: #006600;
 border: thin solid #006600;
 }
 
.LOGN-divs {
	width: 290px;
	min-height: 275px;
	background-color:#FFFFFF;
	border:thin #006600 solid;
	float:left;
	margin: 15px;
	}

.LOGN-divs-labels {
    font-size:95%;
    line-height:1.125em;
	background-color:#006600;
	padding:6px 0 6px 0;
	text-align: center;
	color:#FFFFFF;
	}

#content_LOGN ul {
	font-size:0.875em;
	}

.narrow {
	width: 250px;
}
.padding10 {
	padding: 10px;
}

#header4 {
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 1px 0 10px 0;
}
#headerPhones {
	float: right;
	width: 500px;
	padding: 0px;
	margin: 4px 2px 6px 5px;
	border-top-color: #003399;
	border-top-style: solid;
	border-top-width: thin;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight: bold;
}
#headerphoneleft {
	width: 150px;
	float:left;
	text-align:left;
	margin:2px;
	padding:4px 0px 2px 6px;
	}
#headerphoneright {
	width: 150px;
	float:left;
	text-align:left;
	margin:2px;
	padding:4px 6px 2px 0px;
	}
#headerphonecrafty {
	width: 175px;
	float:right;
	text-align:right;
	margin:0px;
	padding:2px;
	}
#headerContact {
	width: 375px;
	float: left;
	margin: 0 0 6px 5px;
	text-align: left;
}
#headerLogo {
	float: left;
	clear: left;
	width: 225px;
	margin: 5px 5px 0px 5px;
}
#tagline3 {
	width: 600px;
	float: right;
	clear: right;
	text-align:right;
	margin-bottom: 6px;
}

