[interchange-cvs] interchange - jonc modified 4 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Jan 26 13:01:27 EST 2005


User:      jonc
Date:      2005-01-26 18:01:26 GMT
Modified:  dist/standard/variables COMMON_MENU COPYRIGHT LINE_MENU
Modified:           THEME_CSS
Log:
More Standard demo layout alterations, new CSS definition.

Revision  Changes    Path
1.2       +7 -8      interchange/dist/standard/variables/COMMON_MENU


rev 1.2, prev_rev 1.1
Index: COMMON_MENU
===================================================================
RCS file: /var/cvs/interchange/dist/standard/variables/COMMON_MENU,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- COMMON_MENU	25 Apr 2004 17:07:52 -0000	1.1
+++ COMMON_MENU	26 Jan 2005 18:01:26 -0000	1.2
@@ -7,36 +7,35 @@
 		items=depends_on
 		js_prefix=top_
 		flyout_class=submenu
-		flyout_style="border: 1px solid black; padding: 4px; padding-left: 1px"
+		flyout_style="border: 1px solid #dddddd; padding: 4px; padding-left: 1px"
 		submenu_image_right="[var IMAGE_DIR]/sm_right.gif"
 		inactive=inactive
 		indicator_class="menu_class=name"
 		indicator_page=page
 		link_class=submenu
-		link_style='font-size: 12pt'
 		nbsp=name
 		logged_in=member
 	  ]
 [menu-header]
 <table class=menubar>
 <tr>
-		<td valign=center class=submenu style="padding: 0; margin: 0">
-		<img src="bg.gif" align=middle height=1 width=1>
+		<td valign="center" class="topmenu">
+		-<!-- <img src="bg.gif" align="middle" height="1" width="1"> -->
 		</td>
 [/menu-header]
 {MV_LEVEL:}
 	<!-- class={NAME} down menu_class='[scratch menu_class]' -->
-		<td valign=bottom>
+		<td valign="bottom">
 		<a
 		href="{PAGE}"
 		title="{DESCRIPTION}"
 		onMouseOver="top_mousein(this)"
 		onMouseOut="top_mouseout(this)"
 		id="{CODE}"
-		class=topmenu>{NAME}</a>
+		class="topmenu">{NAME}</a>
 		</td>
-		<td valign=center class=submenu style="padding: 0; margin: 0">
-		<img src="bg.gif" align=middle height=1 width=1>
+		<td valign="center" class="topmenu">
+		-<!-- <img src="bg.gif" align="middle" height="1" width="1"> -->
 		</td>
 {/MV_LEVEL:}
 [/menu]



1.2       +2 -2      interchange/dist/standard/variables/COPYRIGHT


rev 1.2, prev_rev 1.1
Index: COPYRIGHT
===================================================================
RCS file: /var/cvs/interchange/dist/standard/variables/COPYRIGHT,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- COPYRIGHT	25 Apr 2004 17:07:52 -0000	1.1
+++ COPYRIGHT	26 Jan 2005 18:01:26 -0000	1.2
@@ -1,7 +1,7 @@
-  <div align=center><a href="http://www.icdevgroup.org/"><img src="[var UI_BOTTOMIMG]" border="0"></a>
+  <div align="center" class="footer"><a href="http://www.icdevgroup.org/"><img src="[var UI_BOTTOMIMG]" border="0"></a>
     [if variable MV_DEMO_MODE]
       <p>[page admin/index][L]Admin[/L]</a></p>
     [/if]
-	<p style="font-size: 8px; color: #CCCCCC">Portions copyright 2002-2003 ICDEVGROUP, freely redistributable under GPL</p>
+	<p style="font-size: 10px; color: #000000">Portions copyright 2002-2005 ICDEVGROUP, freely redistributable under GPL</p>
   </div>
 



1.2       +1 -1      interchange/dist/standard/variables/LINE_MENU


rev 1.2, prev_rev 1.1
Index: LINE_MENU
===================================================================
RCS file: /var/cvs/interchange/dist/standard/variables/LINE_MENU,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LINE_MENU	25 Apr 2004 17:07:52 -0000	1.1
+++ LINE_MENU	26 Jan 2005 18:01:26 -0000	1.2
@@ -1,7 +1,7 @@
 [if !scratch line_menu]
 [tmpn line_menu]catalog/line[/tmpn]
 [/if]
-	<table cellpadding=0 cellspacing=0>
+	<table cellpadding="0" cellspacing="0" class="linemenu" align="right">
 	<tr>
 [menu
 	name="[scratch line_menu]"



1.2       +457 -304  interchange/dist/standard/variables/THEME_CSS


rev 1.2, prev_rev 1.1
Index: THEME_CSS
===================================================================
RCS file: /var/cvs/interchange/dist/standard/variables/THEME_CSS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- THEME_CSS	25 Apr 2004 17:07:52 -0000	1.1
+++ THEME_CSS	26 Jan 2005 18:01:26 -0000	1.2
@@ -1,367 +1,520 @@
-<STYLE TYPE="text/css">
+<style type="text/css">
 
 BODY {
-  background-color: #FFFFFF;
-  font-family: Helvetica;
-  font-size: 12px;
-  margin: 0;
-}
-
-TD {
-  font-family: Helvetica;
-  font-size: 12px;
-}
-
-A:link, A:active, A:visited {
-  color: #333333;
-  font-family: Helvetica;
-  font-weight: normal;
-  text-decoration: underline;
-  font-size: 12px;
-}
-
-A:hover {
-  color: #333333;
-  font-family: Helvetica;
-  font-weight: normal;
-  text-decoration: underline;
-  font-size: 12px;
+	background-color: #FFFFFF;
+  	font-family: Verdana, arial, sans serif;
+  	font-size: 10pt;
+  	margin: 0;
 }
 
-A.barlink:link, A.barlink:active, A.barlink:visited {
-  color: #333322;
-  font-family: Helvetica;
-  font-weight: normal;
-  text-decoration: none;
-  font-size: 11px;
+/**********General classes*/
+
+/*Index page heading style*/
+h1 { color: #094989; font-size:12pt }
+
+/*Body text*/
+p { font-size: 10pt }
+
+td { font-size: 10pt }
+
+/*Product buttons*/
+.button2 {
+	background-image: url([var IMAGE_DIR]/button_product.gif);
+	background-color: #EEFFFF;
+	font-size: 10pt;
+	font-weight: normal;
+	margin: 0;
+	padding: 0;
+	border: solid #BB720A 1px
+	letter-spacing: 0px;
+	align: center;
+	cursor: pointer;
+	vertical-align: center;
+	text-decoration: none;
+	color: black;
 }
 
-A.barlink:hover {
-  color: #333333;
-  font-family: Helvetica;
-  font-weight: normal;
-  text-decoration: underline;
-  font-size: 11px;
+/*General buttons*/
+.button3 {
+	background-image: url([var IMAGE_DIR]/button_general.gif);
+	background-color: #1F8CBD;
+	font-size: 10pt;
+	font-weight: normal;
+	margin: 0;
+	padding: 0;
+	border: solid black 1px
+	letter-spacing: 0px;
+	align: center;
+	cursor: pointer;
+	vertical-align: center;
+	text-decoration: none;
+	color: black;
 }
 
-.cartnorm {
-  background-color: #dddddd;
-  color: #000000;
-  font-family: Helvetica;
-  font-weight: normal;
-  font-size: 11px;
-  border-top: 2px solid black;
-  border-bottom: 2px solid black;
-  border-left: 1px solid black;
-  border-right: 2px solid black;
+/*Small title bar*/
+.titletab_small {
+  	background-color: #094989;
+  	color: white;
+  	font-weight: normal;
+  	font-size: 11px;
 }
 
-.cartalt {
-  background-color: #FFFFFF;
-  color: #000000;
-  font-family: Helvetica;
-  font-weight: normal;
-  font-size: 11px;
-  border-top: 2px solid black;
-  border-bottom: 2px solid black;
-  border-left: 1px solid black;
-  border-right: 2px solid black;
-}
-
-.maincontent {
-  background-color: #FFFFFF;
-  color: #000000;
-  font-family: Helvetica;
-  font-weight: normal;
-  font-size: 12px;
+/*Large blue title bar*/
+.titletab_large {
+	background-color: #094989;
+	color: white;
+	font-size: 11pt;
+	font-weight: normal	
+}
+
+/*Shadow box outline for forms*/
+.shadowbox {
+	border-left: 1px #999999 solid;
+	border-top: 1px #999999 solid;
+	border-bottom: 2px #999999 solid;
+	border-right: 2px #999999 solid;
 }
 
+/*Form text/heading*/
 .contentbar1 {
-  background-color: #dddddd;
-  color: #000000;
-  font-family: Helvetica;
-  font-weight: normal;
-  font-size: 11px;
-}
-
-.contentbar2 {
-  background-color: #BBBBBB;
-  color: #000000;
-  font-family: Helvetica;
-  font-weight: normal;
-  font-size: 11px;
-}
-
-.bread {
-  background-color: #DDDDDD;
-  color: #333333;
-  border: 1px black solid;
-  font-family: Helvetica;
-  font-weight: normal;
-  font-size: 11px;
-}
-
-.titlebar1 {
-  background-color: #DDDDDD;
-  color: #333333;
-  border: 1px black solid;
-  font-family: Helvetica;
-  font-weight: normal;
-  font-size: 11px;
-}
-
-.titlebar2 {
-  background-color: #BBBBBB;
-  color: #000000;
-  border: 1px black solid;
-  font-family: Helvetica;
-  font-weight: normal;
-  font-size: 11px;
-}
-
-.titlebar3 {
-  background-color: #eeeeee;
-  color: #111111;
-  border: 1px solid black;
-  font-family: Helvetica;
-  font-weight: normal;
-  font-size: 11px;
-}
-
-.lineleft {
-	border-left: 1px solid black;
-	border-bottom: 1px solid black;
-	border-top: 1px solid black;
-}
-
-.linemid {
-	border-bottom: 1px solid black;
-	border-top: 1px solid black;
-}
-
-.lineright {
-	border-right: 1px solid black;
-	border-bottom: 1px solid black;
-	border-top: 1px solid black;
+  	color: #000000;
+  	font-weight: bold;
+  	font-size: 10px;
 }
 
+/**********End general classes*/
 
-.categorybar {
-  background-color: #eeeeee;
-  color: #333333;
-  font-family: Helvetica;
-  font-weight: normal;
-  font-size: 11px;
-}
-
-.leftarea {
-  background-color: #eeeeee;
-  color: #FFFFFF;
-  font-family: Helvetica;
-  font-weight: normal;
-  font-size: 11px;
-  margin: 0;
-  border-top: 0px;
-  border-left: 1px solid black;
-  border-right: 2px outset black;
-  border-bottom: 2px outset black;
-}
-
-.borderdraw {
-	line-height:0px;
-	width:0px;
-	height:0px;
-	border-style:solid;
-	border-color: white white #FF0000 #FF0000;
-	border-width: 10px;
-	float: left;
-}
-
-.logoarea {
-  background-color: #FF0000;
-}
-
-.menubar {
-  background-color: #000000;
-  color: #FFFFFF !important;
-  font-family: Helvetica;
-  font-weight: normal;
-  font-size: 11px;
+
+/**********Topper classes*/
+
+/*Top menu*/
+.linemenu {	
+  	text-align:right;
+	vertical-align:top;
+	color:blue;
+	text-decoration:none;
+	background-color:white
+}
+
+/*Top menu links*/
+A.toplink:link, A.toplink:active, A.toplink:visited {
+  	color: blue;
+  	font-weight: normal;
+  	text-decoration: underline;
+  	font-size: 12px;
+}
+
+/*Top menu links*/
+A.toplink:hover {
+  	color: blue;
+  	font-weight: normal;
+  	text-decoration: underline;
+  	font-size: 12px;
+}
+
+/*Topper controls bar */
+.navigation_bar {
+	height:27;
+	background-image: url([var IMAGE_DIR]/navigation_bar.gif);
+	background-color: #D2AA55;
+	background-repeat: repeat-x;			
+	color:white;
+	padding-left: 10px	
 }
 
+/*Topper controls links*/
 .topmenu {
-	font-face: helvetica;
-	font-size: 12pt !important;
+	font-size: 10pt !important;
 	font-weight: bold !important;
 	color: white !important;
 	text-decoration: none !important;
 }
 
-.topmenu_soft {
-	font-face: helvetica;
-	font-size: 12pt;
-	font-weight: bold;
-	color: white !important;
-	text-decoration: none;
-}
-
+/*Topper controls links*/
 A.topmenu:hover {
 	text-decoration: underline !important;
 }
 
+/*Topper controls drop down menus*/
 .submenu {
-	font-face: helvetica;
-	font-size: 11pt !important;
-	font-weight: bold !important;
-	background-color: white !important;
-	color: black !important;
-	text-decoration: none !important;
+	font-size:8pt; 
+	color:white; 
+	vertical-align:top; 
+	text-align:right; 
+	text-decoration:none; 
+	background-color:#094989;	
+}
+A.submenu:link {}
+A.submenu:visited {}
+A.submenu:hover {text-decoration:underline}
+A.submenu:active {}
+
+/*Breadcrumb bar conrol*/	
+.breadcrumb_bar {
+	height:20;
+	background-color:#218CBD;
+	font-size:12px;
+	color:white;
+	padding-left: 10px;
+	border-top: 1px solid #0099FF;
+	border-bottom: 1px solid #124B8A;
+}
+	
+/*Breadcrumb links*/
+.breadlink {		
+	font-size:12px;
+	color:white;
+	text-decoration:none;
+}
+		
+/**********End topper classes*/
+
+
+/**********Left column classes (leftright & leftonly)*/
+	
+.left {
+	width:15%;
+	background-color:#094989;
+	color:white;
+	border-right: 1px solid #D1A952;
+}		
+
+.left_table {width:100%}
+	
+.advanced_search {
+	font-size:10px;
+	color:white;
+	text-decoration:none;
+}	
+a.advanced_search:link {}
+a.advanced_search:visited {}
+a.advanced_search:hover {text-decoration:underline}
+a.advanced_search:active {}
+
+/*Explode tree, collapse tree*/
+.barlink {
+	background-color: #094989
 }
 
-A.submenu:hover {
-	text-decoration: underline !important;
+A.barlink:link, A.barlink:active, A.barlink:visited {
+  	color: white;
+  	font-weight: normal;
+  	text-decoration: none;
+  	font-size: 10pt;
 }
 
-.titlebox {
-	background-color: #cccccc;
-	color: #111111;
-	font-face: helvetica;
-	font-size: 14pt;
-	font-weight: normal;
-	text-decoration: none;
-	border-left: 1px #999999 solid;
-	border-top: 1px #999999 solid;
-	border-bottom: 2px #999999 solid;
-	border-right: 2px #999999 solid;
+/*Explode tree, collapse tree*/
+A.barlink:hover {
+  	color: white;
+  	font-weight: normal;
+  	text-decoration: underline;
+  	font-size: 10pt;
 }
 
-.shadowbox {
-	border-left: 1px #999999 solid;
-	border-top: 1px #999999 solid;
-	border-bottom: 2px #999999 solid;
-	border-right: 2px #999999 solid;
+/*Components on left bar (search and product tree)*/
+.categorybar {
+  	background-color: #094989;
+  	color: #ffffff;
+  	font-weight: normal;
+  	font-size: 11px;
+  	text-decoration: none
 }
+		
+/**********End left column classes*/
 
-.button1 {
-	background-image: url([var IMAGE_DIR]/blank1.gif);
-	background-color: transparent;
-	border: 0;
-	height: 18px;
-	width: 80px;
-	align: center;
-	cursor: pointer;
-	vertical-align: center;
-	text-decoration: none;
-	color: #0000CC;
+
+/**********Center column classes*/
+
+/*left right (outer)*/	
+.center {width:70%; vertical-align:top}
+
+/*leftonly (outer)*/
+.center_leftonly {width:85%; vertical-align:top}
+
+/*no left (outer)*/
+.center_noleft {width:100%; vertical-align:top}
+
+/*padding around inner elements*/
+.center_padding {width:100%}
+
+/*central content (inner)*/
+.center_table {width:90%; text-align:left}
+		
+/**********End center column controls*/
+
+
+/**********Begin right column controls (leftright)*/
+
+.right {width:15%; vertical-align:top}
+
+/*Right content*/
+.right_table {width:100%}
+		
+/**********End of right column style*/
+
+
+/**********Begin footer controls*/		
+	
+.footer {
+	border-top:solid #BB720A 1px;
+	margin:5px;
+	padding:5px 
 }
+	
+/**********End of footer controls*/
 
-.button2 {
-	background-image: url([var IMAGE_DIR]/blank2.gif);
-	background-color: transparent;
-	font-size: 8px;
-	font-weight: 500;
+/**********Begin search_box_small component classes*/
+
+/*Search button [var IMAGE_DIR]/*/
+.search_button {
+	background-image: url('button_general.gif');
+	background-color: white;
+	font-size: 9pt;
+	font-weight: normal;
 	margin: 0;
 	padding: 0;
-	border: 0;
-	height: 13px;
+	border: solid black 1px
 	letter-spacing: 0px;
-	line-height: 13px;
-	width: 52px;
 	align: center;
 	cursor: pointer;
 	vertical-align: center;
 	text-decoration: none;
-	color: #000000;
+	color: black;
 }
 
-.button3 {
-	background-image: url([var IMAGE_DIR]/blank3.gif);
-	background-color: transparent;
-	border: 0;
-	height: 18px;
-	width: 80px;
-	align: center;
-	cursor: pointer;
-	vertical-align: center;
+/**********End search_box_small component classes*/
+
+
+/**********Cross component classes*/
+
+/*Cross component outer*/
+.specials {width:90%; text-align:left}
+		
+/*Cross component title bar*/
+.specials_title {
+	width:100%;
+	height:19; 
+	background-image: url('title_tab_cross.gif');
+	background-repeat: no-repeat;
+	background-position: left;
+	color:white;
+	font-weight:bold;
+	padding-left: 10px;
+	margin-top: 5px
+}
+	
+/*Cross component body*/
+.specials_body {
+	width:100%;
+	margin:0;
+	border:solid #124B8A 2px;
+	font-size: 10pt;
+}
+
+A.crosstitle:link, A.crosstitle:active, A.crosstitle:visited {
+	color: black;
+  	font-weight: bold;
+  	font-size: 11px;
 	text-decoration: none;
-	color: #0000CC;
 }
 
-.button4 {
-	background-image: url([var IMAGE_DIR]/blank4.gif);
-	background-color: transparent;
-	border: 0;
-	height: 25px;
-	width: 90px;
-	align: center;
-	cursor: pointer;
-	vertical-align: center;
+A.crosstitle:hover {
+	color: black;
+  	font-weight: bold;
+  	font-size: 11px;
+	text-decoration: underline;
+}
+
+/**********End cross component classes*/
+
+
+/**********Random component classes*/
+
+/*Random component title bar*/
+.random_title {
+	width:100%;
+	height:19; 
+	background-image: url('title_tab_random.gif');
+	background-repeat: no-repeat;
+	background-position: left;
+	color:white;
+	font-weight:bold;
+	padding-left: 10px						
+}
+	
+/*Random component body*/
+.random_body {
+	width="100%";
+	margin:0;
+	border:solid #BB720A 2px;			
+}
+
+/*Random component product name*/
+A.random_description:link, A.random_description:active, A.random_description:visited {
+	color: black;
+  	font-weight: bold;
+  	font-size: 11px;
 	text-decoration: none;
-	color: #FFFFFF;
-	font-weight: bold;
-	font-variant: small-caps;
-	font-size: 14px;
-	line-height: 23px;
 }
 
-.button5 {
-	background-color: #dab225;
-	height: 18px;
-	align: center;
-	cursor: pointer;
-	padding-left: 5px;
-	padding-right: 5px;
-	vertical-align: center;
-	text-decoration: none;
-	color: #FFFFFF;
-	font-weight: bold;
-	font-variant: small-caps;
-	font-size: 11px;
+A.random_description:hover {
+	color: black;
+  	font-weight: bold;
+  	font-size: 11px;
+	text-decoration: underline;
 }
 
-.button6 {
-	background-color: #dab225;
-	height: 18px;
-	align: center;
-	cursor: pointer;
-	vertical-align: center;
-	text-decoration: none;
-	color: #FFFFFF;
-	font-weight: bold;
-	font-variant: small-caps;
-	font-size: 11px;
+/**********End random component classes*/
+	
+/**********Cart component classes*/
+
+/*cart table row*/
+.cartnorm {
+  	background-color: #dddddd;
+  	color: #000000;
+  	font-weight: normal;
+  	font-size: 11px;
+  	border-top: 2px solid black;
+  	border-bottom: 2px solid black;
+  	border-left: 1px solid black;
+  	border-right: 2px solid black;
 }
 
-.buttonv {
-	background-image: url([var IMAGE_DIR]/blankv.gif);
-	background-position: right;
-	background-color: transparent;
-	border-top: 0;
-	border-bottom: 0;
-	border-right: 0;
-	border-left: 1px solid black;
-	height: 18px;
-	align: center;
-	cursor: pointer;
-	vertical-align: center;
-	text-decoration: none;
-	color: #0000CC;
+
+/*cart alternate table row*/
+.cartalt {
+  	background-color: #FFFFFF;
+  	color: #000000;
+  	font-weight: normal;
+  	font-size: 11px;
+  	border-top: 2px solid black;
+  	border-bottom: 2px solid black;
+  	border-left: 1px solid black;
+  	border-right: 2px solid black;
 }
 
-.buttonvl {
-	background-image: url([var IMAGE_DIR]/blankvl.gif);
-	background-color: transparent;
-	border-top: 0;
-	border-left: 0;
-	border-bottom: 0;
-	border-right: 1px solid black;
-	height: 18px;
-	align: center;
-	cursor: pointer;
-	vertical-align: center;
-	text-decoration: none;
-	color: #0000CC;
+A.cartlink:link, A.cartlink:active, A.cartlink:visited {
+  	color: black;
+  	font-weight: normal;
+  	text-decoration: underline;
+  	font-size: 12px;
+}
+
+/*Top menu links*/
+A.cartlink:hover {
+  	color: black;
+  	font-weight: normal;
+  	text-decoration: underline;
+  	font-size: 12px;
+}
+
+/**********End cart component classes*/
+
+/**********Cart tiny component classes*/
+
+/*Cart tiny component*/
+.carttiny {
+  	background-color: #003070;  
+  	color: white;  
+  	font-weight: normal;
+  	font-family:arial;
+  	width:95%;
+  	border: solid #218CBD 1px
+}
+
+/*Cart tiny title*/
+.carttiny_title {
+  	background-color: #218CBD;
+  	color: #FFFFFF !important;
+  	font-weight: normal;
+  	text-decoration: none;
+  	font-family:arial;
+  	font-size: 9pt;
+  	width:95%;
+  	height:20px;
+  	vertical-align: center;
+  	border: solid #218CBD 1px
+}
+
+A.carttiny_title:link, A.carttiny_title:active, A.carttiny_title:visited, A.carttiny_title:hover {  
+}
+
+/*Cart tiny headings*/
+.ctiny_heading {
+  	color: #FFFFFF !important;
+  	font-weight: normal;
+  	font-size: 8pt;
+  	text-decoration:underline
+}
+
+/*Cart tiny text and links*/
+.ctiny_text {
+  	color: white;
+  	font-weight: normal;
+  	text-decoration: none;
+  	font-size: 8pt;
+}
+
+A.ctiny_text:link, A.ctiny_text:active, A.ctiny_text:visited {  
+}
+
+A.ctiny_text:hover { text-decoration: underline }
+
+/**********End cart tiny component classes*/
+
+/**********Cart_display component classes*/
+
+/*Cart display row*/
+.cartdisplay {
+	background-color: white;
+  	color: #000000;
+  	font-weight: normal;
+  	font-size: 12px;
+}
+
+/*Cart display alternate row*/
+.cartdisplay_alt {
+  	background-color: #dddddd;
+  	color: #000000;
+  	font-weight: normal;
+  	font-size: 12px;
+}
+
+/**********End cart_display component classes*/
+
+/**********Results_ component classes*/
+
+/*results_buylist category heading*/
+.title {
+	font-weight:bold;
+	font-size:16px
 }
 
 
-</STYLE>
+/*results_buylist item link*/
+A.resultslink:link, A.resultslink:active, A.resultslink:visited {
+	color: black;
+  	font-weight: normal;
+  	text-decoration: underline;
+  	font-size: 12px;		
+}
+
+/*results_buylist item link*/
+A.resultslink:hover {
+  	color: black;
+  	font-weight: normal;
+  	text-decoration: underline;
+  	font-size: 12px;
+}
+
+/*results_big product name*/
+.results_description {
+	color: black;
+  	font-weight: bold;
+  	font-size: 11px
+}
+
+/**********End results_ component classes*/
+
+</style>
+








More information about the interchange-cvs mailing list