/* _______________________________	*/
/*			STYLES FOR SCREENS		*/



/* _______________________________	*/
/*             DEFAULTS             */


 b, strong, i, em, cite, var, tt, code, kbd, samp, img, span { 
 	display: inline; }
 
 dt { 
 	margin-bottom: 0; }
	
 dd { 
 	margin-top: 0; margin-left: 3em; }

 hr { 
 	border-top: solid; }

 b, strong { 
 	font-weight: bolder; } 	/* relative to the parent */
 
 i, cite, em, var, address, blockquote { 
 	font-style: italic; }
 
 pre, tt, code, kbd, samp { 
 	font-family: monospace; }
 
 form {
 	margin:0; padding:0; }
 
 #printheader {   /*    Only displays when printing pages.    */
 	display:none;}
 
 table td {	
 	font-size: 12px; 
 	font-family: Arial, Helvetica, sans-serif; }
 
 table caption {
 	display:none; }
 
 
/* _______________________________	*/
/*      GLOBAL PAGE STRUCTURE       */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;   
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.2;
	background-color: #4B3025; }

#window {  				 /*      Gives the page its background image     */
	text-align:center;
	background: #4B3025 url(../images/global_bg.jpg) no-repeat scroll center top; } 
	
#window958 {  				 /*      Gives the page its background image     */
	text-align:center;
	background: #4B3025 url(../images/global_bg_958.jpg) no-repeat scroll center top; } 

#page, #page958 {			/*      White background for all content     */
	width:768px;
	padding:0px;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF; }
	
#page958 {			/*      Wider content pages     */
	width:958px; }

table form { 	 /*     zero out table form margin & padding     */
	margin: 0; padding: 0; }

#header {
	clear: both;
	padding: 12px 0px 0px 0px;
	margin: 0px auto 0px auto;
	height: 80px;
	width:768px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:right; }
	
#header958 {
	clear: both;
	padding: 12px 0px 0px 0px;
	margin: 0px auto 0px auto;
	height: 80px;
	width:958px;
	background-image: url(../images/header_bg_958.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:right; }
	
.container { 		 /*  used in various places to clear floating especially when two columns are of different heights	*/
	overflow: hidden; 
	width: 100%;
	margin: 0px;
	padding: 0px; }

a, a:link, a:visited { 
	color: #3B61E0; }
	
a:hover { 
	color: #999999; }


/* _______________________________	*/
/*             FOOTER               */

#footer, #footer958 {      
	color: #FFFFFF;   
	font-size: 11px;       
	margin: 0px auto 0px auto;
	clear: both;
	background-color: #4B3025;
	line-height: 1.1;
	width: 768px;
	padding: 10px 0px 20px 0px;
	text-align:right; } 
	
#footer958 {      
	width: 958px; } 

#footer a, #footer a:link, #footer a:visited, #footer958 a, #footer958 a:link, #footer a:visited { 
	margin: 0px; 
	color: #FFFFFF; 
	font-size:11px; 
	text-decoration:none; }

#footer a:hover, #footer a.on, #footer958 a:hover, #footer958 a.on {
	color: #FFFFFF;
	text-decoration:underline!important; }


/* _______________________________	*/
/*           UPPER NAV              */


#uppernav {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF; }

#uppernav a, #uppernav a:link, #uppernav a:visited { 
	margin: 0px; 
	color: #FFFFFF; 
	font-size:12px; 
	text-decoration:none; }

#uppernav a:hover, #uppernav a:active, #uppernav a.on {
	color: #FFFFFF;
	text-decoration:underline!important; }


/* _______________________________	*/
/*      GLOBAL NAV  & SEARCH        */


.globalnav, .globalnav958 {     /*  this style wraps the ID of the same name      */
	clear: both;
	padding: 0px 4px 0px 4px;
	margin: 0px auto 0px auto;
	height: 33px;
	width:760px;
	background-image: url(../images/globalnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	font-weight: bold; }
	
.globalnav958 {     /*  this style wraps the ID of the same name      */
	width:950px;
	background-image: url(../images/globalnav_bg_958.jpg); }
	
	ul#globalnav {
		margin: 0px; 
		padding:0px; 
		list-style-type:none; 
		width: 580px; 
		float:left; }
	
	ul#globalnav li {
		display:block; 
		float:left; 
		padding: 0px; 
		margin: 0px; }
	
	ul#globalnav li a, ul#globalnav li a:link {
		display: block; 
		height: 20px; 
		text-align:center; 
		padding: 9px 10px 0px 10px; 
		margin: 0px; 
		color: #FFFFFF; 
		text-decoration:none; 
		font-size:12px; 
		float:left; }
	
	ul#globalnav li a:hover, ul#globalnav li a:active, ul#globalnav li.on a, ul#globalnav li.on a:link {
		color: #FAE848;
		background-image: url(../images/globalnav_buttons_bg.gif);
		background-repeat: no-repeat;
		background-position: center 4px;
		padding: 9px 10px 0px 10px; }
		
	ul#globalnav li a.house, ul#globalnav a.house:link {
		display: block; 
		height: 20px; 
		width: 31px;
		text-align:center; 
		padding: 9px 0px 0px 0px; 
		margin: 0px; 
		color: #FFFFFF; 
		text-decoration:none; 
		font-size:12px; 
		float:left;
		background-image: url(../images/globalnav_buttons_house_bg.gif);
		background-repeat: no-repeat;
		background-position: center 0px; }
	
	ul#globalnav li a.house:hover, ul#globalnav li a.house:active, ul#globalnav li.on a.house, ul#globalnav li.on a.house:link {
		color: #FAE848;
		background-image: url(../images/globalnav_buttons_house_bg.gif);
		background-repeat: no-repeat;
		background-position: center -31px; 
		padding: 9px 0px 0px 0px; }

#searcharea {
		margin: 7px 0px 0px 0px; 
		float: right; 
		padding: 0px 3px 0px 0px; }

	#searcharea input.searchsize {
		width: 93px;
		height:16px;
		margin: 0px 7px 0px 0px;
		font-size: 10px;
		padding: 0px;
		float:left;
		border: 1px solid #ECECEC; }
	
	#searcharea a, #searcharea a:link {
		display: block; 
		width:53px; 
		height:18px; 
		margin: 0px; 
		padding: 0px;
		background-image: url(../images/globalnav_buttons_bg.gif);  	
		background-repeat: no-repeat;
		background-position: 0px -33px;
		float:left; }
	
	#searcharea a span { 
		display:none; }
	
	#searcharea a:hover {
		background-position: -75px -33px; }
	
	#searcharea label {
		display:none; }


/* _______________________________	*/
/*             SUB NAV              */


.subnav {    	/*  this style wraps the ID of the same name      */
	clear: both;
	padding: 0px 0px 0px 8px;
	margin: 0px auto 0px auto;
	height: 31px;
	width:758px;
	background: #CCCCCC;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF; }

	ul#subnav {
		margin: 0px auto 0px auto; 
		padding:0px; 
		list-style-type:none; }
	
	ul#subnav li {
		display:block; 
		float:left; 
		padding: 9px 0px 0px 0px; 
		margin: 0px; }
	
	ul#subnav li a {
		display: block; 
		text-align:center; 
		padding: 0px 7px 0px 7px; 
		margin: 0px; 
		color: #666666; 
		text-decoration:none; 
		font-size:12px; 
		border-right: 1px solid #999999; }
	
	ul#subnav li a:hover, ul#subnav li a:active, ul#subnav li.on a, ul#subnav li.on a:link {
		color: #000000; }
	
	ul#subnav li a.end {
		border-right: none;}
	
	ul#subnav li {
		display:block; float:left;}
		
		
/* _______________________________	*/
/*         HOME PAGE LAYOUT         */


#home {}

	#home div.toprowfull {  /*  Top most full width row on the home page - usually the MAIN image */
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF; }
	
#home div.midrowfull { /*  Secondary full width row on the home page  */
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; }
	
#home div.homethirdone {  /*  The first in a row of 3 floating divs that make up a row - this one is used for news and has a BG image  */
	width: 255px;
	height:161px;
	background-image:url(../images/home_thirds_1.jpg);
        background-color:#DE7442;
	background-repeat:no-repeat;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 0px;
	border-bottom: 0px;
	float:left;
	padding: 0px 0px 0px 0px; 
	display: inline;}
	
	#home div.homethirdone ul {
		margin: 6px 16px 0px 27px;
		padding: 0px;
		color: #FFFFFF; }
		
		#home div.homethirdone ul a, #home div.homethirdone ul a:link {
			color: #FFFFFF; }
			
		#home div.homethirdone ul a:hover {
			text-decoration: none; }
	
#home div.homethirdtwo {
	width: 254px;
	height:161px;
	float:left;
	border-right: 1px solid #FFFFFF;
	margin: 0;
	padding: 0; }

#home div.homethirdthree {
	width: 255px;
	height:161px; 
	float:left;
	border:0;
	margin: 0;
	padding: 0; }

	

/* _______________________________	*/
/*   STORE & PRODUCT PAGE LAYOUT    */


#storeleft {        /*   storeleft is the left side of the products (home) and MIVA product pages where the left navigation lives   */
	width: 182px;
	float: left;
	padding: 0px;
	margin: 8px;
	background-color:#ECECEC;
	display: inline;
	font-size:11px;}

	#storeleft ul {   /*   lefthand store navigation   */
		padding: 0px; 
		margin: 5px 0px 10px 8px; 
		list-style-type:none; }
	
	#storeleft ul li {
		padding: 0px 0px 3px 0px; 
		margin: 0px; }
	
	#storeleft ul li a, #storeleft ul li a:link {
		padding: 0px; 
		margin: 0px; 
		color:#000000; 
		text-decoration:none; }
	
	#storeleft ul li a:hover {
		text-decoration:underline; }
	
	#storeleft h1 {   /*   lefthand store headings - can be links   */
		background-color:#999999;
		border-bottom: 1px solid #FFFFFF;
		margin: 4px 0px;
		color: #FFFFFF;
		padding: 3px 0px 3px 7px;
		width: 175px;
		font-size:12px;
		font-weight:bold;
		letter-spacing:0px;
		background-image: url(../storeimages/storeleft_h1_bg.gif);
		background-position: left top; }
	
			#storeleft h1 a, #storeleft h1 a:link {
			color: #FFFFFF;
			text-decoration: none; }
			
			#storeleft h1 a:hover {
			text-decoration: underline; }
			
	#storeleft h1.top { /*   use the righthand images for the first h1 because it has a white bg   */
		background-image: url(../storeimages/storeright_h1_bg.gif); }
			
	#storeleft #storenavtop {   /*   top of left navigation of the store - houses search, etc.   */
		width: 182px; 
		background-image: url(../storeimages/store_navtop_bg.jpg);
		background-position: center bottom; 
		border-bottom: 8px solid #FFFFFF; 
		margin: 0px; 
		padding: 10px 0px 0px 0px; 
		text-align:center; 
		color: #000000; }
	
	#storeleft #storenavtop h1.heading {  /*   top of left navigation of the store - AEV STORE   */
		width: 182px; 
		background: none; 
		border: none; 
		margin: 0px; 
		padding: 10px 0px 4px 0px; 
		text-align:center; 
		color: #999999; 
		font-size:18px; }
	
	#storeleft #storenavtop h2.heading {  /*   top of left navigation of the store - PHONE   */
		width: 182px; 
		background: none; 
		border: none; 
		margin: 0px; 
		padding: 0px 0px 0px 0px; 
		text-align:center; 
		color: #000000; 
		font-weight:bold; }
	
	#storeleft #storenavtop p.heading {   /*   top of left navigation of the store - links   */
		width: 182px; 
		background: none; 
		border: none; 
		margin: 0px; 
		padding: 5px 0px 6px 0px; 
		text-align:center; 
		color: #000000; }
		
		#storeleft #storenavtop p.heading a, #storeleft #storenavtop p.heading a:link, #storeleft #storenavtop p.heading a:active {   /*   top of left navigation of the store - links   */
		color: #666666; }
		
		#storeleft #storenavtop p.heading a:hover {   /*   top of left navigation of the store - links   */
		color: #999999; }
		
	#storeleft #storemainnav {   /*   sits beneath the #storenavtop - main navigation of the store   */
		width: 182px; 
		border-bottom: 8px solid #FFFFFF; 
		margin: 0px; 
		padding: 3px 0px 0px 0px; 
		text-align:center; 
		color: #000000; }
		
		#storeleft #storemainnav h1 { 
		background-image: none; 
		width: 182px;
		padding: 0px;
		background-color:#ECECEC;
		border: 0px; }
		
		#storeleft #storemainnav h1 a, #storeleft #storemainnav h1 a:link, #storeleft #storemainnav h1 a:active {
		color: #000000;
		letter-spacing: 0px;
		background-color: transparent;
		border-bottom: none;
		margin: 2px 0px;
		padding: 3px 14px 0px 0px;
		width: 168px;
		height: 22px;
		font-size:17px;
		font-weight:bold;
		background-image: none;
		background-position: center top;
		display: block; 
		text-align: right; }
		
		#storeleft #storemainnav h1 a span {
		color: #999999; }
		
		#storeleft #storemainnav h1 a:hover span, #storeleft #storemainnav h1 a.on span {
		color: #FFFFFF; }
		
		#storeleft #storemainnav h1 a:hover, #storeleft #storemainnav h1 a.on {
		color: #FFFFFF;
		letter-spacing: 0px;
		background-color: transparent;
		border-bottom: none;
		margin: 2px 0px;
		padding: 3px 14px 0px 0px;
		width: 168px;
		height: 22px;
		font-size:17px;
		font-weight:bold;
		background-image: url(../storeimages/store_navtop_bg.jpg);
		background-position: center top; 
		background-repeat: no-repeat;
		text-decoration:none; 
		text-align: right; }
		
		#storeleft #storemainnav h2 {
		width: 182px;
		padding: 0px;
		background-color: #ECECEC; }
		
		#storeleft #storemainnav h2.top { /* used to add margin to the secondary navigation "top" element */
		padding-top: 5px; 
		margin-top: 5px; 
		border-top: 1px solid #FFFFFF; }
		 
		#storeleft #storemainnav h2.bottom {  /* used to bottom margin to the secondary navigation "bottom" element */
		padding-bottom: 5px; 
		margin-bottom: 5px; 
		border-bottom: 1px solid #FFFFFF; }
		
		#storeleft #storemainnav h2 a, #storeleft #storemainnav h2 a:link, #storeleft #storemainnav h2 a:active {
		color: #666666;
		letter-spacing: 0px;
		background-color: #ECECEC;
		margin: 1px 0px;
		padding: 2px 14px 2px 0px;
		width: 168px;
		height: 15px;
		font-size: 13px;
		font-weight:bold;
		display: block;
		text-align: right; 
		text-decoration: none; } 
		
		#storeleft #storemainnav h2 a:hover, #storeleft #storemainnav h2 a.on {
		color: #FFFFFF;
		letter-spacing: 0px;
		background-color: transparent;
		border-bottom: none;
		margin: 1px 0px;
		padding: 2px 14px 2px 0px;
		width: 168px;
		height: 15px;
		font-size:13px;
		font-weight:bold;
		background-image: url(../storeimages/store_navtop_bg.jpg);
		background-position: center bottom; 
		background-repeat: no-repeat;
		text-decoration:none; 
		text-align: right; }

#storeright {  /* this wraps all 'store' & products home pages on the right 2/3 side */
	width: 563px;
	float: left;
	padding: 0px;
	margin: 8px 0px 0px 0px; }
	
#storeright958 {  /* this wraps all WIDE 'store' & products home pages on the right 2/3 side */
	width: 753px;
	float: left;
	padding: 0px;
	margin: 8px 0px 0px 0px; }
	
	#storeright958 div.onecol {
	padding-left: 0px;}
	
	#storeright958 div.test {
				width: 106px;
				height:106px; 
				margin: 8px 8px 0px 0px; 
				float: left; 
				padding: 0px;
				background-color: #ECECEC; }
	
#storeright958 div.twocol { /* wide store landing page, similar to the #middle div used on other three column pages */
		width: 562px;
		float: left;
		padding: 0px;
		margin: 0px;
		display: inline; 
		font-size:11px; }

	#storeright div.twocol h1, #storeright958 div.twocol h1 {  /* the full width header for the storefront page */
		color:#999999; 
		font-size: 15px; 
		letter-spacing:0px; 
		width: 562px; 
		border-bottom: 1px solid #999999; 
		margin: 16px 0px 0px 0px; 
		padding: 0px; 
		clear: both; 
		display: block; }
	
		#storeright div.twocol h1 span, #storeright div.twocol h2 span, #storeright958 div.twocol h1 span, #storeright958 div.twocol h2 span {   /* sets a portion of the h1 text black  */
			font-weight:bold; 
			color:#000000; }
	
		#storeright div.twocol h1 a, #storeright div.twocol h1 a:link, #storeright958 div.twocol h1 a, #storeright958 div.twocol h1 a:link {   /* sets a link color into an h1 tag on the products / storefront page */
			color: #BE3739; 
			font-weight:bold; 
			text-decoration:none; }
			
		#storeright div.twocol h1 a:hover, #storeright958 div.twocol h1 a:hover {   /* sets the hover for an h1 link on the products / storefront page  */
			color: #999999; }
	
		#storeright div.twocol h2, #storeright958 div.twocol h2 {  /* subheadings (phtoo captions) on the products page */ 
			text-align: right; 
			font-size:11px; 
			color:#999999; 
			letter-spacing:0px; 
			margin:4px 0px 0px 0px; 
			padding: 0px; } 
			
			#storeright div.twocol div.full, #storeright958 div.twocol div.full { /* used in a storefront row that has just 1 box */
				width: 562px; 
				margin: 8px 0px 0px 0px; 
				float: left; 
				padding: 0px; }
				
			#storeright div.twocol div.half, #storeright958 div.twocol div.half {
			
			/* used in a storefront row that has 2 boxes */
				width: 277px; 
				margin: 8px 8px 0px 0px; 
				float: left; 
				padding: 0px; 
				text-align:right; }
				
			#storeright div.twocol div.halflast, #storeright958 div.twocol div.halflast {
			 /* used in a storefront row that has 2 boxes (last) */
				width: 277px;  
				margin: 8px 0px 0px 0px; 
				float: left; 
				padding: 0px; 
				text-align:right;
			}
	
				
			#storeright div.twocol div.third, #storeright958 div.twocol div.third { /* used in a storefront row that has 3 boxes */
				width: 182px; 
				margin: 8px 8px 0px 0px; 
				float: left; 
				padding: 0px; 
				text-align:right; }
			
			#storeright div.twocol div.thirdlast, #storeright958 div.twocol div.thirdlast { /* used in a storefront row that has 3 boxes (last) */
				width: 182px;  
				margin: 8px 0px 0px 0px; 
				float: left; 
				padding: 0px; 
				text-align:right; }
			
			#storeright div.twocol div.fourthfirst, #storeright958 div.twocol div.fourthfirst { /* used in a storefront row that has 4 boxes (first) */
				width: 135px; 
				margin: 8px 8px 0px 0px; 
				float: left; 
				padding: 0px; }
			
			#storeright div.twocol div.fourth, #storeright958 div.twocol div.fourth { /* used in a storefront row that has 4 boxes */
				width: 134px; 
				margin: 8px 8px 0px 0px; 
				float: left; 
				padding: 0px; }
			
			#storeright div.twocol div.fourthlast, #storeright958 div.twocol div.fourthlast { /* used in a storefront row that has 4 boxes (last) */
				width: 135px;
				margin: 8px 0px 0px 0px; 
				float: left; 
				padding: 0px; }
							
			#storeright div.twocol div.fifth, #storeright958 div.twocol div.fifth { /* used in a storefront row that has 5 boxes */
				width: 106px; 
				margin: 8px 8px 0px 0px; 
				float: left; 
				padding: 0px; }
			
			#storeright div.twocol div.fifthlast, #storeright958 div.twocol div.fifthlast { /* used in a storefront row that has 5 boxes (last) */
				width: 106px;
				margin: 8px 0px 0px 0px; 
				float: left; 
				padding: 0px; }
				
						
/* _____________________________________________________________________  */
/*   RIGHT COLUMN STYLES (STORE HOME, MINIBASKET & OTHER STATIC PAGES)    */
/*   EDITED 11/2007 to incorporate wider page design (#storeright958)     */		
				
		
		
#storeright div#rightthird, #thirds2 div#rightthird, #storeright958 div#rightthird { /* used in a 'store'product page (minibasket) or static page that has a 1/3 right column  */
	width: 182px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 8px;
	display: inline;
	font-size:11px; }
	
	#storeright div#rightthird h1, #thirds2 div#rightthird h1, #storeright958 div#rightthird h1 {	/* right 1/3 column heading - 182px wide*/
		background-color:#999999;
		margin: 0px;
		color: #FFFFFF;
		padding: 3px 0px 3px 7px;
		width: 175px;
		font-size:12px;
		font-weight:bold;
		letter-spacing:0px;
		background-image: url(../storeimages/storeright_h1_bg.gif);
		background-position: left top; }
		
	#storeright div#rightthird div, #thirds2 div#rightthird div, #storeright958 div#rightthird div { /* right column content area  */
		border-top: 0;	
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		padding: 0px 10px 10px 10px;
		margin: 0px 0px 10px 0px;}
		
		#storeright div#rightthird div a, #storeright div#rightthird div a:link, #storeright958 div#rightthird div a, #storeright958 div#rightthird div a:link, #thirds2 div#rightthird div a, #thirds2 div#rightthird div a:link {
			color: #CC0000; }
			
		div#rightthird div ul li.current-cat a {color:#000000!important; text-decoration:none!important;}  /* this is specific to the category links used by wordpress in the "news" section, it shows "you are here" */
				
		#storeright div#rightthird div a:hover, #storeright958 div#rightthird div a:hover, #thirds2 div#rightthird div a:hover {
			color: #999999;}
			
		#storeright div#rightthird div div, #storeright958 div#rightthird div div, #thirds2 div#rightthird div div { /* content area (minibasket) inner div */
			border: 0; }
				
		#storeright div#rightthird div p, #storeright958 div#rightthird div p, #thirds2 div#rightthird p { /* content area quicklinks */
			padding: 10px 0 0 0;
			margin: 0px; }
		
		#storeright div#rightthird div ul, #storeright958 div#rightthird div ul, #thirds2 div#rightthird div ul {
			padding: 10px 5px 0px 12px; margin: 0px; }

		#storeright div#rightthird div ol, #storeright958 div#rightthird div ol, #thirds2 div#rightthird div ol {
			padding: 10px 5px 0px 17px; margin: 0px; }
			
			#storeright div#rightthird div ul li, #storeright958 div#rightthird div ul li, #thirds2 div#rightthird div ul li {
			padding: 0px;
			margin: 0 0 10px 0; }

			#storeright div#rightthird div ol li, #storeright958 div#rightthird div ol li, #thirds2 div#rightthird div ol li {
			padding: 0px;
			margin: 0 0 10px 0; }
			
			#storeright div#rightthird div ul li.listend, #storeright958 div#rightthird div ul li.listend, #thirds2 div#rightthird div ul li.listend {
			padding: 0;
			margin: 0; }

			#storeright div#rightthird div ol li.listend, #storeright958 div#rightthird div ol li.listend, #thirds2 div#rightthird div ol li.listend {
			padding: 0;
			margin: 0; }
		
	#storeright div#middle, #storeright958 div#middle { /* main store area where products and category listings will be displayed */
		width: 372px;
		float: left;
		padding: 0px;
		margin: 0px;
		display: inline; 
		font-size:11px; }
		
		
		#storeright div#middle h1, #storeright958 div#middle h1 {
			color:#999999; 
			font-size: 16px; 
			letter-spacing:0px;  
			margin: 8px 0px 0px 0px; 
			padding: 0px; }
	
		#storeright div#middle h1 span, #storeright div#middle h2 span, #storeright958 div#middle h1 span, #storeright958 div#middle h2 span {
			font-weight:bold; 
			color:#000000; }
		
			#storeright div#middle div#addtocart, #storeright958 div#middle div#addtocart {
				border-top: 1px solid #999999;
				border-bottom: 1px solid #999999;
				padding: 10px 0px 10px 0px;
				margin: 10px 0px 10px 0px;}
				
				#storeright div#middle div#addtocart img, #storeright div#middle div#addtocart input, #storeright958 div#middle div#addtocart img, #storeright958 div#middle div#addtocart input {
					float: left; }
					
				#storeright div#middle div#addtocart p.price, #storeright958 div#middle div#addtocart p.price {
					float: right; 
					font-weight: bold;
					font-size:18px;
					padding: 3px 5px 0px 0px; 
					margin: 0px; }
					
				#storeright div#middle div#addtocart h4, #storeright958 div#middle div#addtocart h4 {
					color: #000000;
					margin: 0;
					padding: 0 5px 5px 8px;
					font-size: 13px;
					font-weight:bold;
					float: left;
					}
					
				#storeright div#middle div#addtocart div.container, #storeright958 div#middle div#addtocart div.container {
			clear: both;
					}
	
			#storeright div#middle div.productcontent, #storeright958 div#middle div.productcontent {
				padding-bottom: 10px; }
	
				#storeright div#middle div.productcontent p, #storeright div#middle div.productcontent ul, #storeright958 div#middle div.productcontent p, #storeright958 div#middle div.productcontent ul {
					padding: 4px 8px 4px 8px; 
					margin: 0px; }
		
			#storeright div#middle ul, #storeright958 div#middle ul {
				margin: 0px 0px 0px 2px; 
				padding: 0px; }
					
			#storeright div#middle ul li, #storeright958 div#middle ul li {
				margin: 0px 0px 0px 15px; 
				padding: 0px 0px 0px 0px; }
					
			#storeright div#middle p, #storeright958 div#middle p {
				margin: 10px 0px 0px 2px; 
				padding: 0px 0px 0px 0px; }
						
			#storeright div#middle p.categoryheader, #storeright958 div#middle p.categoryheader {
				border-bottom: 1px solid #999999;
				margin: 16px 8px 0px 8px; 
				padding: 0px 0px 16px 0px; }
				
			div#alert {
				margin: 16px 8px 0px 8px; 
				padding: 0px 0px 10px 35px;
				background-image:url(../images/alert_icon.gif);
				background-repeat:no-repeat;
				background-position: top left; 
				height: 31px; 
				font-weight: bold;}
							
			#storeright div#middle div.relateditems, #storeright958 div#middle div.relateditems {
				width: 170px;
				height: 160px;
				float: left;
				font-size:11px;
				margin: 8px; 
				padding: 0px;
				display:inline;
				overflow:hidden; }
		
				#storeright div#middle div.relateditems h3, #storeright958 div#middle div.relateditems h3 {
					color:#CC0000;
					font-size: 11px; 
					margin: 0px;
					padding: 0px;
					width: 150px;
					text-align: left; }
		
					#storeright div#middle div.relateditems h3 a, #storeright div#middle div.relateditems h3 a:link, #storeright958 div#middle div.relateditems h3 a, #storeright958 div#middle div.relateditems h3 a:link {
						color:#CC0000; }
							
					#storeright div#middle div.relateditems h3 a:hover, #storeright958 div#middle div.relateditems h3 a:hover {
						color:#999999; }	


	
/* ____________________________________ */
/*            'THIRDS' PAGES            */



/*   THIRDS1 & THIRDS2 ARE USED WHEN A PAGE USES A BORDERED RIGHT 1/3 COLUMN FOR 'BREAKOUT' INFO        */
/*   MOST OF THE STATIC PAGES IN THE SITE USE THIS COMBINATION, BUT NOT THE PRODUCT DETAIL PAGES        */


	
#thirds1 {  /* 2/3 left -  Used on pages where a smaller right column with extra info is used */
	width: 538px;
	float:left;
	display:inline;  
	padding: 0px 12px 0px 15px;
	margin: 10px 0px 0px 0px; }	
	

#thirds2 {  /* 1/3 right - Right column content wrapper when the page has the larger (2/3) content column on the left */
	width: 182px;
	float:left;
	display:inline; 
	padding: 0px 0px 0px 0px; 
	margin: 12px 0px 0px 0px; }
	
	
	
/*  THE FOLOWING THIRDS2 TAGES  ARE USED WHEN A NON-PRODUCT PAGE HAS THUMBNAIL IMAGES              */
	
		#thirds2 img.thirdsbimg {
				padding: 7px 0px 3px 0px;
				margin: 0px; }
				
		#thirds2 p.img {
				margin: 0px!important;
				padding: 0px 0px 10px 0px!important;
				font-size: 12px;
				width: 150px; }
				
		#thirds2 h2.img {
				color: #CC0000;
				font-size: 12px;
				margin: 0px;
				padding: 0px;
				font-weight: bold; }
				
		#thirds2 h2.img a {
				color: #CC0000;
text-decoration:none;}
	
	
/*   THIRDSA & THIRDSB ARE USED WHEN A PAGE USED A RIGHT 1/3 COLUMN WITH THUMNAIL IMAGES              */
/*   MOST OF THE PRODUCT DETAIL PAGES USE THIS COMBINATION                                            */
	

#thirdsa {  /* 2/3 left  */
	width: 540px;
	float:left;
	display:inline;  
	padding: 10px 25px 0px 25px; }	

#thirdsb {  /* 1/3 right  */
	width: 175px;
	float:left;
	display:inline; 
	padding: 4px 0px 0px 0px; }
	
	#thirdsb img.thirdsbimg {
		padding: 7px 0px 3px 0px;
		margin: 0px; }
		
	#thirdsb p {
		margin: 0px;
		padding: 0px 0px 10px 0px;
		font-size: 12px;
		width: 150px; }
		
	#thirdsb ol {
		margin: 0px;
		padding: 0px 0px 5px 20px;
		font-size: 12px;
		width: 130px; }
		
	#thirdsb h2 {
		color: #CC0000;
		font-size: 12px;
		margin: 0px;
		padding: 0px;
		font-weight: bold; }
		
	#thirdsb h2 a {
		color: #CC0000;}
		
/*   SPLITA AND SPLIT B ARE USED TO SPLIT UP THE LARGER 2/3 (LEFT) COLUMN OF EITHER THIRDSA OR THIRDS1     */

#splita {	
	width: 165px;
	float:left;
	padding-right: 10px; }
	
	#splita h3 {
		font-size: 11px;
		color: #CC0000;
		margin: 0px;
		padding: 0px 0px 0px 5px; }
		
	#splita h3 a {
		color: #CC0000; }
	
	#splita p {
		font-size: 10px;
		margin: 0px;
		padding: 0px 0px 0px 5px;}
	
#splitb {	
	width: 360px; 
	float:left; }
	
	
/* _______________________________	*/  
/*        BREAKOUT BOX BIG          */


div.breakoutbigwide {
	width: 562px;
	background-color:#ECECEC;
	margin: 15px 0px 0px 0px;
	background-image: url(../storeimages/breakout_big_wide_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px; }
	
div.breakoutbigwide div.inner { /*  this div is nested inside .breakoutbig....it creates the bottom bg of the box */
	width: 562px;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	background-image: url(../storeimages/breakout_big_wide_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom; }

div.breakoutbig, div.breakoutdots {
	width: 530px;
	background-color:#ECECEC;
	margin: 15px 0px 0px 5px;
	background-image: url(../storeimages/breakout_big_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px; }
	
div.breakoutbig div.inner, div.breakoutdots div.inner { /*  this div is nested inside .breakoutbig....it creates the bottom bg of the box */
	width: 530px;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	background-image: url(../storeimages/breakout_big_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom; }

div.breakoutbig h2, div.breakoutdots h2, div.breakoutbigwide h2 {
	color: #CC0000!important;
	font-size: 15px!important;
	padding: 15px 0px 4px 20px!important;
	margin: 0px;
	width: 490px; 
	font-weight: bold;
	text-align:left!important;}
	
div.breakoutbig table h3, div.breakoutdots table h3, div.breakoutbigwide table h3 {
	width: auto;
	padding: 0 0 10px 0;
	font-weight:bold;
}
	
div.breakoutbig h3, div.breakoutbigwide h3 {
	color: #CC0000;
	font-size: 12px;
	padding: 15px 0px 0px 20px;
	margin: 0px;
	width: 490px; }

div.breakoutbig ul, div.breakoutbigwide ul {
	list-style-type: none;
	margin: 0px;
	padding: 15px 0px 0px 20px; }

div.breakoutbig p, div.breakoutbigwide p {
	margin: 0px;
	padding: 15px 15px 0px 25px; }	
	
div.breakoutbig ul li, div.breakoutbigwide ul li {
	width: 245px;
	float: left;
	margin: 0px 0px 3px 0px;
	padding: 0px; }
		
div.breakoutdots ul {  /*  controls the listing of items needing bullets  */
	margin: 8px 30px 8px 40px;
	padding: 0px; }
	
div.breakoutdots ol {  /*  controls the listing of items needing numbers  */
	margin: 8px 30px 8px 40px;
	padding: 0px; }
	
div.breakoutdots ul li {  /*  controls the listing of items needing bullets  */
	margin: 0px;
	padding: 0px 0px 9px 0px; }
	
div.breakoutdots h3 {
	color: #000000;
	padding: 10px 0px 0px 20px;
	margin: 0px;
	width: 490px; }
	
div.breakoutdots p {
	padding: 8px 30px 0px 20px;
	margin: 0px; }
	

#splitb ul.storedesc {
	margin: 0px 0px 8px 24px;
	padding: 0px;
	list-style-type:disc; }
	
#splitb ul.storedesc li {
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px; }

	
	
/* _______________________________	*/  
/*       BREAKOUT BOX SMALL         */

	
	
div.breakoutsmall {
	width: 350px;
	background-color:#ECECEC;
	margin: 10px 0px 0px 7px;
	background-image: url(../storeimages/breakout_small_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px; }
	
div.breakoutsmall div.inner {  	/*  this div is nested inside .breakoutsmall....it creates the bottom bg of the box */
	width: 350px;
	padding: 0px;
	margin: 0px;
	background-image: url(../storeimages/breakout_small_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom; }
	
div.breakoutsmall h2  {
	color: #CC0000;
	font-size: 14px;
	padding: 15px 0px 0px 20px;
	margin: 0px; 
	font-weight: bold; }
	
div.breakoutsmall ul {
	margin: 15px 0px 0px 40px;
	padding: 0px; 
	list-style-type: disc; } 
	
	
div.breakoutsmall ul li {
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px; } 
	
	
	
/* _______________________________	*/  /*  wheel matrix - table used because it is tabular data */
/*          WHEEL TABLE             */
	

	
table.wheeltable {
	margin: 0px 0px 10px 20px; }

table.wheeltable tr.offset td {
	font-size: 9px; padding: 0px 3px; }

table.wheeltable td.wheelname {
	width: 140px; }



/* _______________________________	*/  /*  used a s min-navigation on various higher profile product pages as well as other pages where subnavigation is needed */
/*        STORE/PAGE MINI NAV            */

	
	
#storemininav, #pagemininav {}

	#storemininav ul, #pagemininav ul {
		list-style-type: none; 
		margin: 0px;
		padding: 0px; }
	
	#storemininav li, #pagemininav li {
		float: left;
		margin: 0px;
		padding: 0px; }
	
	#storemininav li.start, #pagemininav li.start {
		float: left; }
	
	#storemininav li.start a, #pagemininav li.start a {
		display: block;
		margin: 0px;
		padding: 8px 6px 8px 12px;
		background-color: #FFC65A;
		background-position: 0px 0px;
		border-right: 1px solid #FFFFFF; }
	
	#storemininav li.start a:hover, #pagemininav li.start a:hover {
		background-position: 0px -50px; }
		
		#storemininav li.start a.on, #pagemininav li.start a.on {
		background-position: 0px -50px; }
	
	#storemininav li.end, #pagemininav li.end {
		float: left; }
	
	#storemininav li.end a, #pagemininav li.end a {
		display: block;
		margin: 0px;
		padding: 8px 12px 8px 6px;
		background-color: #FFC65A;
		background-position: right 0px; 
		border: 0; }
	
	#storemininav li.end a:hover, #pagemininav li.end a:hover {
		background-position: right -50px; }
		
	#storemininav li.end a.on, #pagemininav li.end a.on {
		background-position: right -50px; }
	
	#storemininav li a, #pagemininav li a {
		display: block;
		margin: 0px;
		padding: 8px 6px 8px 6px;
		background-color: #FFC65A;
		background-image: url(../storeimages/store_mininav_bg.gif);
		background-repeat: no-repeat;
		background-position: -50px 0px;
		color: #000000;
		text-decoration:none;
		font-weight:bold;
		border-right: 1px solid #FFFFFF; }
	
	#storemininav li a:hover, #storemininav li a.on, #pagemininav li a:hover, #pagemininav li a.on {
		background-color: #FF8D00; 
		background-image: url(../storeimages/store_mininav_bg.gif);
		background-repeat: no-repeat;
		background-position: -50px -50px; }
		
/* _______________________________	*/  /* page headers both for products and various pages in the site */
/*        PAGE HEADERS              */

	
#productheader, #staticheader {  /*  2 diff header graphics, in case we want to treat these differently between the store & other pages */
	padding: 0px 0px 0px 1px; }
	
	#productheader h1, #staticheader h1 {
		color: #999999;
		background-position: left top;
		width: 750px;
		padding: 15px 5px 5px 11px;
		margin: 0px;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		border-top: 1px solid #FFFFFF;
		}



	#productheader h1.procal {
		background-image: url(../storeimages/procal_header_h1bg.jpg); }
	
	#productheader h1.jkhemi {
		background-image: url(../storeimages/jkhemi_header_h1bg.jpg); }
	
	#productheader h1.tj_suspension {
		background-image: url(../storeimages/tj_suspension_header_h1bg.jpg); }

	#productheader h1.jk_suspension {
		background-image: url(../storeimages/jk_suspension_header_h1bg.jpg); }
	
	#productheader h1.snorkel {
		background-image: url(../storeimages/snorkel_header_h1bg.jpg); }
	
	#productheader h1.brute {
		background-image: url(../storeimages/brutekit_header_h1bg.jpg); }
		
	#productheader h1.wheel {
		background-image: url(../storeimages/wheel_header_h1bg.jpg); }
		
	#productheader h1.highline {
		background-image: url(../storeimages/highline_header_h1bg.jpg); }
	
	#productheader h1.bumper {
		background-image: url(../storeimages/jkbumper_header_h1bg.jpg); }
		
	#productheader h1.rearbumper {
		background-image: url(../storeimages/jk_rear_bumper_header_h1bg.jpg); }
		
	#productheader h1.apparel {
		background-image: url(../storeimages/apparel_header_h1bg.jpg); }
		
	#productheader h1.electronicmodules {
		background-image: url(../storeimages/electronic_modules_header_h1bg.jpg); }

	#staticheader h1.jkbuilder {
		background-image: url(../images/jkbuilder_header_h1bg.jpg); }

	#staticheader h1.company {
		background-image: url(../images/company_header_h1bg.jpg); }
		
	#staticheader h1.history {
		background-image: url(../images/history_header_h1bg.jpg); }

	#staticheader h1.vehicles {
		background-image: url(../images/vehicles_header_h1bg.jpg); }
		
	#staticheader h1.commander {
		background-image: url(../images/commander_header_h1bg.jpg); }
		
	#staticheader h1.grand {
		background-image: url(../images/grand_header_h1bg.jpg); }

	#staticheader h1.jk4dr {
		background-image: url(../images/jk4dr_header_h1bg.jpg); }
		
	#staticheader h1.jk2dr {
			background-image: url(../images/jk2dr_header_h1bg.jpg); }
	
	#staticheader h1.jkwrangler {
			background-image: url(../images/jkwrangler_header_h1bg.jpg); }
		
	#staticheader h1.j8 {
			background-image: url(../images/banner_j8_milspec_h1bg.jpg); }		
		
	#staticheader h1.servicesbrute {
		background-image: url(../images/services_brute_header_h1bg.jpg); }
		
	#staticheader h1.tjhemi {
		background-image: url(../images/tjhemi_header_h1bg.jpg); }
		
	#staticheader h1.servicesabout {
		background-image: url(../images/services_about_header_h1bg.jpg); }
		
	#staticheader h1.greyfade {
		background-image: url(../images/greyfade_h1bg.jpg); }
		
		
	
	#productheader h1 span, #staticheader h1 span {color:#000000;}

#hometext {			/*  controls the look of the descriptive text found at the bottom of the home page */
	color:#000000; 
	padding: 20px; 
	border: 1px solid #FFFFFF; 
	background-color:#C6C3B4; 
	font-size:11px; }
	 
	#hometext a, #hometext a:link, #hometext a:visited {
		color: #000000; }
		
	#hometext a:hover {
		color: #666666; }
	  
	#news { }  /*  display of news items on the news page */  
	
	#news h3 {
		font-size:1.5em;
		padding: 15px 0px 15px 0px; }

		#news h3 a {
			text-decoration:underline; }
	
	#news h4 {
		margin-left: 90px; }

		#news h4 span {
		display: none; }
	
	#news p {
		padding-bottom: 20px;
		margin-left: 90px; }
		
	#news ul {
		padding-bottom: 20px;
		margin: 10px 0px 0px 90px; }
		
		#news ul li {
		margin: 0px 40px 0px 0px;
		padding: 0px; }

	#news a, #news a:link, #news a:visited {
		color: #000000; }
	
	#news a:hover {
		color: #999999; }
		
	#news img {
		padding-top: 4px;
		float:left;
		margin: 0 0 0 8px;
		border: 0;}
		
			#news img.storyimage {
			padding: 0!important;
			clear: both!important;
			margin: 0 0 20px 0!important;}

	#news div#newsprevnext {float: right; 
							margin: 40px 0px 40px 90px;}

			#news div#newsprevnext a, #news div#newsprevnext a:link {color:#3B61E0;}
			#news div#newsprevnext a:hover {color:#999999;}
					

div#fullwidth {  /*  gives the pages a big of padding when they use the full width */
	padding: .8em; }

#vehicles { }  /*  display of vehicles items on the vehicles page */   

#vehicles p.description {
		margin-left: 90px;}
		
#vehicles h2 {
		font-size:1.5em; 
		margin-top: 10px;}
		
		#vehicles h2 a, #vehicles h2 a:link, #vehicles h2 a:visited {
		color:#3B61E0;
		text-decoration: none; }
		
		#vehicles h2 a:hover {
		color:#999999; }

#vehicles img {
		padding-top: 7px;
		float:left;
		margin: 0 0 0 8px;
		border: 0; }

#basealasummary, #basealadetails, #expalasummary, #expaladetails {  /*  show/hide content on vehicles pages */
		margin: 0px 0px 15px 10px; }
		
#shippingnote {
		padding: 10px 40px 40px 60px; }
		
	#shippingnote input {
			float: left;
			margin: 3px 10px 80px 0px;
			padding: 0px; 
			color: #999999;}
			
div.alert {
	color: red;
	font-size: 1.4em;
	padding: 0px 0px 0px 38px;
	margin: 20px 0px 0px 20px;
	background-image:url(../images/alert_icon.gif);
	background-repeat:no-repeat;
	background-position: top left; 
	height: 50px; 
	width: 600px; }

/* _______________________________	*/
/*             HEADINGS             */


h1, h2, h3, h4, h5 {
	margin: .2em 0em .2em 0em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight:normal; }

h1 {           
	font-size: 1.6em;
	color: #000000; 
	padding: 0 0 .2em 0;
	margin: 0; }
   
h2 {           
	font-size: 1.4em;
	padding: .3em;
	margin: 0;
	color: #171F33; }  

h3 {           
	font-size: 1.2em;
	padding: .3em;
	margin: 0; }  

h4 {
	font-size: 1em;
	padding: 0 0 0 .8em; 
	margin: 0;
	color: #999999; }

h5 {
	font-size: .8em; }

p {
	padding: .4em .4em .4em .8em;
	margin: 0; }

/* _______________________________	*/
/*             LISTS                */


ol {
	margin: 7px 0px 10px 0px; }

	ol#commentlist {margin: 12px 0px 12px 100px; padding: 0px;}

	ol#commentlist p {margin: 0px 0px 12px 0px; padding: 0px;}

ul {
	margin: 7px 0px 10px 0px; }

li {
	line-height:1.1;
	margin-bottom:10px; }

li ul li {
	margin: 0px; }
	
ul.pdfdoc { /* this sets the appropriate margins so that the PDF icon appears in the bg of the li */
	list-style-type:none;
	padding: 10px 0px 0px 10px;
	margin: 0px; }
	
		ul.pdfdoc li {
		background-image:url(../images/icon_PDF_small.gif);
		background-repeat:no-repeat;
		background-position: top left; 
		padding: 0px 0px 8px 22px;
		margin: 0px;}
 
 

/* _______________________________	*/
/*          7. FORMS                */



fieldset {
	margin: 0;
	padding: 0;
	border: none; }

fieldset input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #ECECEC; }

fieldset textarea { 
	width: 300px; }

fieldset p {
	margin: 0;
	padding: 6px 10px;
	font-weight: bold; }

fieldset p span {
	color: #666;
	font-size: 10px;
	font-weight: normal; }
	
fieldset p label {
	float: left;
	display: block;
	width: 120px; }
	
fieldset p.submit {
	margin: 0 0 1.0em 0;
	padding: 8px 0px 8px 130px;
	border-bottom: none; }

fieldset p.submit input {
	font-family: Arial, Helvetica, sans-serif; }



/* _______________________________	*/
/*             IMAGES               */



.photo { 
	border: solid 1px #777777; }

.photobox { 
	margin-right: 10px;
	margin-bottom: 8px;
	float:left;
	border-bottom: solid 3px #024285;
	padding-bottom: 5px; }

.caption {
	width: 219px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align: left; }

.photocredit{
	font-size:10px;
	font-weight:normal;
	color:#666666; }

.photo1 {
	margin-right: 15px;
	margin-bottom: 10px;
	float:left; }

.photo2 {
	margin-left: 20px;
	margin-bottom: 10px;
	float:right;
	border: solid 1px #777777; }

.nested {			/* Image nested to left side of surrounding text */
	margin-right:20px;
	margin-bottom: 10px;
	float: left;
	width: 155px;
	border-bottom: 5px solid #5980B9;
	padding: 10px;
	background-color: #023A77;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold; }


/* SHOW VEHICLES  */

#showvehicleul li {display: block; width: 140px; height:120px; float:left; margin: 0px 0px 0px 11px; color: #777777; font-size:10px; text-align:center;}

#showvehicleul li a {display: block; width: 138px; height:98px; margin: 0 0 7px 0; padding: 0; border: 1px solid #000000;}

#showvehicleul li a:hover, #showvehicleul li a.on {border: 1px solid #333333;}


/* HIGHLINE MATRIX TABLE  */


#highlinematrix {
	padding: 44px 0px 40px 58px;
	background-image:url(../images/highline_table_background.gif);
	background-repeat:no-repeat;
	background-position: top left;  }
	
#highlinematrixkey {
	padding: 0px 0px 40px 58px;
	}
	
#highlinematrix table { border:0px; padding: 0px; margin: 0px;
	
	}
	
#highlinematrix table td {
	width: 38px;
	height: 29px;
	text-align:center;
	vertical-align: middle;
	line-height: 1.0;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	}
	
	#highlinematrix table td.end {
	width: 15px;
	height: 29px;
	text-align:center;
	vertical-align: middle;
	line-height: 1.0;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
	
	
				
			#thirdsa div.apparelitem {
				width: 150px;
				height: 170px;
				float: left;
				font-size:11px;
				margin: 8px; 
				padding: 0px;
				display:inline;
				overflow:hidden; }
		
				#thirdsa div.apparelitem h3 {
					color:#CC0000;
					font-size: 11px; 
					margin: 0px;
					padding: 0px;
					width: 150px;
					text-align: left; }
		
					#thirdsa div.apparelitem h3 a, #storeright div.apparelitem h3 a:link {
						color:#CC0000; }
							
					#thirdsa div.apparelitem h3 a:hover {
						color:#999999; }
						
					#thirdsa h2.apparelitem {
						border-bottom:1px solid #999999;
						clear:both;
						color:#000000;
						font-weight:bold;
						display:block;
						font-size:15px;
						letter-spacing:0px;
						margin:16px 0px 5px 0px;
						padding:0px;
						width:562px;  }