div.sc_cat_items {
   float: left;
   position: relative;
   border: 1px solid #DDD;
   width: 780px;
}

div.sc_cat_item_row {
   margin-left: 1em;
   margin-right: 1em;
   margin-top: 1em;
   float: left;
   position: relative;
   border-bottom: 1px solid #DDD;
   padding-bottom: 1em;
}

div.sc_cat_items div.sc_cat_item_row:last-child {
   border-bottom: none;
}

div.sc_cat_item_row .first {
   border-left: none;
}

div.sc_cat_item {
   text-align: center;
   width: 150px;
   float: left;
   position: relative;
}

div.sc_cat_item a:hover {
   text-decoration: none;
   color: #455DAB;
}

div.sc_cat_item h5 {
   margin: 0;
   padding: 0;
   font-size: 0.8em;
}

div.sc_cat_item .price {
   color: #666;
   font-size: 0.8em;
}

div.sc_cat_item img {
   height: 50px;
}





.cms_list_with_grid_preference {
   width: 90% !important;
   padding-right: 8px;
}

.cms_list_with_grid_preference .content_list_title h3 {
   display: inline;
   font-size: 1em;
   line-height: 21px;
}

.cms_list_with_grid_preference .content_list_title ul.list_view_preference {
   list-style: none;
   margin: 0;
   padding: 0;
   float: right;
}

.cms_list_with_grid_preference .content_list_title ul.list_view_preference li {
   float: left;
}

ul.list_view_preference button {
   margin: 0;
}

.cms_list_with_grid_preference ol {
   list-style: none;
   padding-left: 0;
}

.cms_list_with_grid_preference ol li .title a {
   color: #1C319E
}

.cms_list_with_grid_preference ol.list {
   border-bottom: 1px solid #E5E5E5;
}

.cms_list_with_grid_preference ol.list li {
   border-top: 1px solid #E5E5E5;
}

.cms_list_with_grid_preference ol.list li div {
   display: inline-block;
   padding: 0.5em;

   /* IE7 hack to mimic inline-block on block elements */
   *display: inline;
   *zoom: 1;
}

.cms_list_with_grid_preference li div.delivery_time {
   color: #FFF;
}

.cms_list_with_grid_preference ol li div.price {
   float: right;
}

.cms_list_with_grid_preference ol.list li img.thumbnail {
   display: none;
}

.cms_list_with_grid_preference ol.grid li {
   border: 1px solid #E5E5E5;
   float: left;
   margin: 0 1em 1em 0;
   padding: 1em;
   width: 200px;
}

.cms_list_with_grid_preference ol.grid li:nth-child(3n) {
   margin-right: none;
}

.cms_list_with_grid_preference ol.grid li img.icon {
   display: none;
}

.cms_list_with_grid_preference ol.grid li .type { 
   overflow: hidden;
}

.cms_list_with_grid_preference ol.grid li img.thumbnail {
   display: block;
   height: 150px;
   margin: 0 auto;
   margin-bottom: 1em;
}
















body {
	/*padding:50px 80px;*/
	/*font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;*/
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}



/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:760px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url(gray_gray_panes.pngx) no-repeat;
	display:block;
	height: 31px;   
	width: 189px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#5a71a2;
	font-size: 12px;
	line-height: 33px;
	text-align:center;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -189px 0; }
#flowtabs #t3 			{ background-position: -378px 0; }
#flowtabs #t4 			{ background-position: -567px 0; width:192px;}
 
/* mouseover state */
#flowtabs a:hover 		{ color:#99bbcc;	 }
#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -189px -33px; }
#flowtabs #t3:hover 	{ background-position: -378px -33px; }
#flowtabs #t4:hover 	{ background-position: -567px -33px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#5a71a2; line-height:34px; }
#flowtabs #t1.current { background-position:      0 -66px; }
#flowtabs #t2.current { background-position: -189px -66px; }
#flowtabs #t3.current { background-position: -378px -66px; }
#flowtabs #t4.current { background-position: -567px -66px; }


/* panes */
#flowpanes {
	background: url(gray_gray_panes.pngx) no-repeat 0 -100px;		
	width:760px;
	height:450px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#444;	
	margin:20px 40px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight: bold;
	color:#5a71a2;
	letter-spacing:1px;
	margin:0;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0px;
}
/*
#flowpanes a {
a.content_kb_search { 
	color: #003399;	
	font-size:14px;
}*/

#flowpanes a:hover {
	text-decoration:none;
}

#flowpanes p, #flowpanes samp {
	color:#444;		
}

#flowpanes .narrow {
	padding-right:160px;		
}


table.billboard_portal_links  {
	background-image: none !important;
	background-color: transparent !important;
}

table.billboard_portal_links td {
	background-image: none !important;
	background-color: transparent !important;
}
