/* ----------------------------------------------------------------------------------/Modules/Searchbox/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Orders_CartStatus/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Content_SingleLevelMenu/Templates/Default/Index.css---------------------------------------------------------------------------------- */.SingleLevelMenu {
  margin: 0;
  padding: 0;
}

.SingleLevelMenu li {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.SingleLevelMenu a {
  display: block;
  text-decoration: none;	
}

.SingleLevelMenu li {

}


.SingleLevelMenu li a {
}

.SingleLevelMenu li a:hover {

}/* ----------------------------------------------------------------------------------/Modules/Security_UserLogin/Templates/Default/Index.css---------------------------------------------------------------------------------- */.LinkAction
{
	clear:both;
}
/* ----------------------------------------------------------------------------------/Modules/Security_UserInfo/Templates/Default/Index.css---------------------------------------------------------------------------------- */.Field {
	visibility:visible;
}/* ----------------------------------------------------------------------------------/Modules/Banners_PlacementList/Templates/Default/Index.css---------------------------------------------------------------------------------- */.BannersList li
{
	list-style:none;
	margin-bottom:5px;
}

.Banners ul
{
	margin:0px;
}
/* ----------------------------------------------------------------------------------/Modules/Content_MultiLevelMenu/Templates/VerticalJS/Index.css---------------------------------------------------------------------------------- *//*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
    left:205px;
	top:0;
	width:			205px; /* left offset of submenus need to match (see below) */
	visibility:hidden;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			205px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			205px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	
}
.sf-menu li li {
	
}
.sf-menu li li li {
	
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	205px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	205px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}/* ----------------------------------------------------------------------------------/Modules/Content_ArticleList/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Pager/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Products_ProductList/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Styles/Default/Layout.css---------------------------------------------------------------------------------- *//* -----------------------------------------------------------
 *General
   -------------------------------------------------------- */
a { color:#000000; text-decoration:none; }
a:hover { text-decoration:underline; }
.Layout-FullRow.content { position:relative; background:#fffdfd; padding-bottom:20px;  }
ul { margin:0px;  }
h1 { margin:0px; padding:0px; }

#clear { clear:both; }
input {  }
span.anchor { display:none;  }
body
{
font-size:12px;
background:url(../../Images/Layout/images/bg_title.jpg) #d8dad9 repeat-x ;
font-size:Tahoma;
}
#right_content { padding-left:6px; }
input {
 background:url(../../Images/Layout/images/input_bg.jpg) repeat-x; border:solid 1px #dbdedc; height:17px; padding-top:2px;
} 
.Layout-Page
{
	
	width:951px;
	margin:auto;
	
	
	
}

.Layout-FullRow
{
	clear:both;
}

.Layout-Table
{
	width:100%;
}

.Layout-Table,
.Layout-Table tr, 
.Layout-Table td,
.Layout-Table th
{
	margin:0px;
	padding:0px;
	border:0px;
}

.Layout-Table td,
.Layout-Table th
{
	vertical-align: top; 
}

.LeftColumn .Padding
{

}
.MiddleColumn .Padding
{
}
.RightColumn .Padding
{
}
/* -----------------------------------------------------------
 * Layout-180-610-180
   -------------------------------------------------------- */
.Layout-180-610-180 .LeftColumn
{
	width:180px;
}
.Layout-180-610-180 .MiddleColumn
{
	width:610px;
}
.Layout-180-610-180 .RightColumn
{
	width:180px;
}

/* -----------------------------------------------------------
 * Layout-196-578-196
   -------------------------------------------------------- */

.Layout-196-578-196 .LeftColumn
{
	width:196px;
}

.Layout-196-578-196 .MiddleColumn
{
	width:578px;
}

.Layout-196-578-196 .RightColumn
{
	width:196px;
}

/* -----------------------------------------------------------
 * Layout-200-770
   -------------------------------------------------------- */

.Layout-196-774 .LeftColumn
{
	width:196px;
}

.Layout-196-774 .MiddleColumn
{
	width:774px;
}

.Layout-196-774 .MiddleColumn .Padding
{
	padding:8px 8px 8px 0px;
}

/* -----------------------------------------------------------
 * Header 
   -------------------------------------------------------- */
   
   #header { background:url(../../Images/Layout/images/header_bg.jpg) center top  no-repeat;}
#logo_msg {padding-top:50px;}
#logo_msg a {height:50px; width:270px; display:block;} 
#logo_msg h1 { text-indent:-90000px;  }

/* -----------------------------------------------------------
 * Header quick_menu 
   -------------------------------------------------------- */
   #header { position:relative; }
#menu_top_right { position:absolute; right:0px;padding-top:5px; }
#menu_top_right li { padding:0px 5px; float:left; list-style:none; background:url(../../Images/Layout/images/seperator.jpg) no-repeat right 6px; }
#menu_top_right li.lang  { background:none;  }
#menu_top_right li a {color:#fff; text-decoration:none; font-size:10px;}
#menu_top_right li a:hover {text-decoration:underline;}
 /* -----------------------------------------------------------
 * Header Shop_menu 
   -------------------------------------------------------- */  
   
  .ShopCategories { background:url(../../Images/Layout/images/shopping_menu_bg.jpg) #d6d4d4  no-repeat; width:948px; margin:auto; min-height:32px; margin-top:35px;   } 
   .ShopCategories ul { margin:0px; padding:0px; }
 .ShopCategories li { float:left; text-align:center ; list-style:none;background:url(../../Images/Layout/images/shop_menu_separator.jpg) right 1px no-repeat ;min-height:30px;   }
  .ShopCategories li a { padding:10px 13px 0px 13px; color:#000000;font-size:13px; }
   .ShopCategories li a:hover  { text-decoration:underline; } 
    .ShopCategories li.Contact { background:none; }
   
/* -----------------------------------------------------------
 *Top Menu
   -------------------------------------------------------- */
   
#top_menu { background:url(../../Images/Layout/images/top_menu_bg.jpg) #4f90ba  no-repeat; width:951px; padding:0px; min-height:40px; }
#top_menu ul {  }
#top_menu ul li  { float:left; background:url(../../Images/Layout/images/separator_top_menu.jpg)  no-repeat right 1px ;padding:12px 12px 0px 12px ; height:28px;   }
#top_menu ul li.p185  { background:none; }
#top_menu ul li a { display:block; text-align:center;color:#fff146; color:#FFFFFF; font-size:13px; } 
#top_menu ul li.active a { color:#000000; }
#top_menu ul li a:hover { color:#000000; }

/* -----------------------------------------------------------
 *LeftMenu
   -------------------------------------------------------- */

#left_menu_top { width:212px; height:17px; background:url(../../Images/Layout/images/title_menu_bg.jpg) #e3e5e4 no-repeat; color:#3B6289 ; font-size:12px; padding:15px 0px 0px 10px; }
#left_menu { background:#fdfefd; border:#d3d3d3 solid 1px; border-top:none; width:212px; margin-left:3px; }
#left_menu_bottom { }


.sf-menu a, .sf-menu a:visited { }
.sf-menu a { padding:0px; }

#left_menu ul li { width:195px;margin-left:5px;border-bottom:#cacaca dashed 1px; }

#left_menu ul li a {color:#464746;padding:10px 0px 5px 0px;display:block;min-height:20px; font-size:12px;  }
#left_menu ul li.current a { color:#436588;  }
#left_menu ul li a:hover {color:#436588;}
.sf-menu ul {left:205px;}

.sf-vertical, .sf-vertical li { width:205px; }

 #left_menu ul li ul { border:1px solid #929393; background:#fdfefd;padding:3px 0px 3px 4px;width:205px; }
#left_menu ul li ul li  { margin-bottom:4px;   }
#left_menu ul li ul li a { min-height:10px; }
#left_menu ul li ul li a:hover {  }

/* -----------------------------------------------------------
 *Search
   -------------------------------------------------------- */

.SearchBox { background: url(../../Images/Layout/images/top_content_bg.jpg) repeat-x #DADFDB; height:27px;padding-top:5px;}
.Action.search a { background:url(../../Images/Layout/images/search_input_bg.jpg) -172px 0px  no-repeat; position:absolute;width:11px;height:11px;display:block;top:5px;*top:6px;left:399px;width:28px;height:20px;}
.SearchBox input { background:url(../../Images/Layout/images/search_input_bg.jpg) no-repeat; width:198px; height:21px; border:none; padding-top:3px;padding-left:2px;  }
.Action.search a:hover {}
#search_title { padding:10px 0px 8px 38px; }
.Control.search { padding-left:4px; }
.top_content { height:33px;  }

#newsletter {width:180px;position:relative;}

.control.newsletter { padding:3px 0px 0px 3px ; } 
/* -----------------------------------------------------------
 *News
   -------------------------------------------------------- */
#news_content { background:#f0f2f1; border:solid 1px #dbdedc; width:212px; margin:5px 0px 5px 3px;  }

#news_content a.imagelink { display:none; }
#news_content .ShortDescription { display:none; }
#news_content .Article_More { display:none; }
#news_content li { list-style:none; }
#news_content a { color:#000000;list-style:none; background:url(../../Images/Layout/images/bullet_news.jpg) 0px 7px no-repeat;margin-left:6px; padding:0px 0px 8px 9px; display:block; }
#news_title { color:#013a73; padding:5px 0px 5px 6px;  }

/* -----------------------------------------------------------
 *Pharmacies
   -------------------------------------------------------- */
   
  #news_title.pharmacies { color:#020202; background:url(../../Images/Layout/images/pharmacies_logo.jpg) no-repeat; height:25px;margin:3px 0px 0px 6px; padding:6px 0px 3px 31px; font-size:12px; width:  } 
   #news_content.pharmacies  { padding:0px 4px 4px 0px; width:208px;  }
  #news_content.pharmacies span { display:block; color:#023369;font-size:12px; padding-left:10px;  }
  #news_content.pharmacies span.address { width:150px; }
   #news_content.pharmacies span.e_mail a { display:inline; background:none; padding:0px; color:#023369;}
   #news_content.pharmacies span.business_hours1 { padding:6px 10px; display:block; }
   

/* -----------------------------------------------------------
 *Breadcrumbs
   -------------------------------------------------------- */
   
#Breadcrumbs { padding:5px 0px;   }
#Breadcrumbs li.index_link { display:none;   }
#Breadcrumbs li { background:url(../../Images/Layout/images/arrow_breadcrumps.jpg) right no-repeat ; }
#Breadcrumbs a{ font-size:12px; }
#page_title_content h1 { background:#18395C;padding:5px 0px 5px 8px; font-size:12px; color:#fbf9fa; font-weight:normal;}
#page_title_content h2 { background:#18395C;padding:5px 0px 5px 8px; font-size:12px; color:#fbf9fa; font-weight:normal;}
#page_title.functions { padding-top:10px; padding-bottom:10px;  }
#Breadcrumbs ul li.c192 { display:none; } 


/* -----------------------------------------------------------
 *Right_top
   -------------------------------------------------------- */
#right { position:relative;  }
   
#right_top { background:#dbdedc; height:32px; }

/* -----------------------------------------------------------
 * Product
   -------------------------------------------------------- */
   
   	.ProductList ul { } 
	.ProductList li { list-style:none; width:115px; float:left; text-align:center; margin:0px 8px; margin-top:10px; min-height:225px; min-height:280px;  }
	.ProductList li img {}
	.ProductTitle.list { color:#415578; font-size:12px; height:43px; overflow:hidden; }
	.product_more { text-align:center; width:104px;margin-left:6px; margin-bottom:5px; }
	.product_more a { text-aling:center; background:url(../../Images/Layout/images/view_more_button.jpg) no-repeat; width:104px; height:19px; display:block; color:#33803C;padding-top:2px; }
	.product_price { padding:3px 0px; font-size:11px; }
	
	.AddToCartAction.Button { background:url(../../Images/Layout/images/shop_button_bg.jpg) #255585 repeat-x; height:19x; border:solid 1px #255585; width:102px;margin:auto;    }
	.AddToCartAction.Button a { color:#FFFFFF; display:block; background:url(../../Images/Layout/images/logo_shop.png) -20px right no-repeat;padding:2px 0px; font-size:11px;  }
   .AddToCartAction.Button a:hover { text-decoration:underline;  }
   .ProductPhoto { min-height:130px; }
   
/* -----------------------------------------------------------
 * Basket
   -------------------------------------------------------- */
   
   #CartStatus.Panel  { background:url(../../Images/Layout/images/shopping_basket.jpg) 0px -1px no-repeat; width:190px; height:43px; text-align:left;padding-top:15px; }
   .Action.ShoppingBasket a{ padding:0px 17px 0px 20px; display:block; font-size:10px; font-weight:bold; background:url(../../Images/Layout/images/logo_shopping.png)  0px 0px no-repeat; margin-left:60px; }
   
  .EmailField.Login input {width:172px; }
  .PasswordField.Login { width:177px;   }
   .PanelTitle  { color:#6784a4; font-size:10px; }
   #UserLogin { margin-top:14px; }
    .LinkAction.signup { padding:2px 0px; }
   .LinkAction.signup  span  { color:#3686b9;  } 
   .LinkAction.signup a { font-size:10px;   }
   .PanelContent.login { position:relative; }
   .Action.login.LoginAction { position:absolute; bottom:0px; right:14px; }
   .Action.login.LoginAction a { background:url(../../Images/Layout/images/button_login_tile.jpg) 0px -19px  repeat-x; height:17px; display:block;text-align:center; font-size:11px;  border:#dbdedc solid 1px; padding:2px 8px 0px 8px; color:#fff;}
   .Action.login.LoginAction a:hover  { background:url(../../Images/Layout/images/button_login_tile.jpg) 0px 0px  repeat-x; text-decoration:none;  }
   
   
   .Panel.search { background:url(../../Images/Layout/images/newsletter_bg.jpg) repeat-x;  }
   .PanelTitle.newsletter { padding:3px 0px 5px 3px;}
   .helptext { text-align:left; padding:0px 0px 0px 0px; width:146px; font-size:10px; padding-bottom:5px; }
   .control.newsletter {  padding:0px; }
   .Action.newsletter a { background:url(../../Images/Layout/images/button_login_tile.jpg) 0px -19px  repeat-x; height:17px; display:block;text-align:center; font-size:11px;  border:#dbdedc solid 1px; padding:2px 8px 0px 8px;  position:absolute;bottom:0px; right:6px; color:#FFFFFF;  }
   .Action.newsletter a:hover { background:url(../../Images/Layout/images/button_login_tile.jpg) 0px 0px  repeat-x; text-decoration:none;  }
   #UserLogin.Panel { padding-bottom:10px; }
   /* -----------------------------------------------------------
 * Banner
   -------------------------------------------------------- */
   #left_banner { margin-left:4px; }
   
   .BannersList li { margin-top:7px; }
   
   .footer_menu { width:951px; margin:auto; border-top: 9px solid #204C7B; border-bottom:3px solid #204C7B; margin-top:6px;padding:5px 0px; position:relative; background:#FFFFFF; margin-bottom:5px;  }
   .footer_menu ul { margin-left:150px;  }
   .footer_menu li { display:inline;  }
   .footer_menu a { display:inline;padding:0px 3px; font-size:10px;} 
   .footer_menu span.anchor { display:inline; font-size:10px; }
   .powered { position:absolute; font-size:11px;left:4px;  }
   
    .footer_menu li.p189 span.anchor { display:none; }
	.payment_logo { background:url(../../Images/Layout/images/payment_logo.jpg) -54px 0px no-repeat; width:60px; height:18px; position:absolute; bottom:0px;right:0px; }
	
   /* -----------------------------------------------------------
 * Contact
   -------------------------------------------------------- */	
	.form_contact {padding-left:20px;   }
	.ContactWrapper {padding:5px 0px; float:left; width:250px; }
.ContactKey {  }
.ContactValue input { width: 210px;}
textarea#Comment  { width:460px; height:75px; }

.ContactAction a {background:url(../../Images/Layout/images/button_login_tile.jpg) 0px -19px  repeat-x; height:17px; display:block;text-align:center; font-size:11px;  border:#dbdedc solid 1px; padding:2px 8px 0px 8px;  color:#FFFFFF; width:447px; }
.ContactAction a:hover{ background:url(../../Images/Layout/images/button_login_tile.jpg) 0px 0px  repeat-x; text-decoration:none;  }

.DescriptionField { position:absolute;top:85px; left:385px; z-index:1; }
#left_menu { z-index:50000;}
#left_menu ul li ul { z-index:50000;  }
#left_menu ul li ul li  { z-index:50000;}

   /* -----------------------------------------------------------
 * Product 
   -------------------------------------------------------- */
   
   
.product_photo { width:160px; float:left ;}
.product_description { width:350px ;margin-left:5px;padding-top:5px; float:left; padding-left:10px; }
.PriceWithVatCaption { font-weight:bold; color:#011c41;  }
.PriceWithVatFieldSet { margin-left:160px;  }
.AddToCartAction.Product.Button { background:url(../../Images/Layout/images/button_add_to_cart.jpg) 0px -25px repeat-x; height:25px; display:block;padding-top:0px; margin-left:160px;  margin-top:4px; width:145px; }
.AddToCartAction.Product.Button:hover { background:background:url(../../Images/Layout/images/button_add_to_cart.jpg) 0px 0px repeat-x; }
.AddToCartAction.Product.Button a { background:url(../../Images/Layout/images/logo_shop.png) right no-repeat; border:none; padding-right:5px; cursor:pointer; width:80px; padding-top:0px; margin-top:0px;}
a#back { background:url(../../Images/Layout/images/button_back.jpg) #dedddd 0px -27px no-repeat; width:100px; height:22px; display:block;padding:5px 0px 0px 45px; font-size:12px; color:#525252; cursor:pointer; margin-left:160px; margin-top:3px;  }
a#back:hover { background:url(../../Images/Layout/images/button_back.jpg) 0px 0px no-repeat;}


.PriceWithVatCaption  span { font-size:15px; color:#000000; }

/* -----------------------------------------------------------
 * Cart 
   -------------------------------------------------------- */
#CartForm thead tr th {  color:#FFFFFF;  }

.SignupAction a {background:url(../../Images/Layout/images/button_login_tile.jpg) 0px -19px  repeat-x; height:17px; display:block;text-align:center; font-size:11px;  border:#dbdedc solid 1px; padding:2px 8px 0px 8px;  color:#FFFFFF; width:110px;margin-top:5px;  }
.SignupAction a:hover {  background:url(../../Images/Layout/images/button_login_tile.jpg) 0px 0px  repeat-x; }
#shoppingform fieldset { border:#305E8F solid 1px; }

   /* -----------------------------------------------------------
 * Articles
   -------------------------------------------------------- */
   .ReadAlso { padding-top:10px; }
   ul.ArticlesRelatedList li { list-style:none;margin-left:10px;padding-top   }
   .thankyou { border:#00FF66 solid 1px; margin:1px;padding:2px;}
   .pagetext { padding:5px; }
   
   .Layout-Table th {color:#fff;}
   
    #left_banner li.Image { width:213px; overflow:hidden; }
   #right_content li.Image { width:185px; overflow:hidden; }
    #left_banner  li.Image img { border:1px solid #CED1CA;}
    #right_content  li.Image img { border:2px solid #CED1CA;}
	
	
	table.LayoutTable tr, table.LayoutTable td  { font-weight:bold; font-size:11px; }
	
	
	.Action_right { float:left; margin: 0px 10px;padding:5px 0px; }
	.Action_right a { cursor:pointer; }
	.Action_left { float:left; padding:5px 0px;  }
	.Action_left a { cursor:pointer; }
	
	.short_Descr { font-size:10px; overflow:hidden; height:50px;  }
	
   /* -----------------------------------------------------------
 * 	Pager
   -------------------------------------------------------- */
   .Pager { padding:5px 0px; }
   .Pager li { float:left;list-style:none;margin:2px; }
   .Pager li.CurrentPage { font-weight:bold;   }
   .Pager li.CurrentPage { text-decoration:none; } 
   
   
   #SearchResults li { list-style:none;}
   
   
   .SubCategories  li { list-style:none;}/* ----------------------------------------------------------------------------------/Styles/Default/Panels.css---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------/Styles/Default/Layout.Design.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Styles/Default/Index.css---------------------------------------------------------------------------------- */
