/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/*
PROJECT ASSIGNED CLASSES
*/
.cust_headbanner
{
	border:0;
	padding-top:40px;
	text-align:center;
}

.cust_hornavbar
{
	background-color:#88261b;
	height:60px;
	line-height:60px;
	margin-top:16px;
}
.cust_hornavbar a:link,
.cust_hornavbar a:visited,
.cust_hornavbar a:active
{
	color:#e3e3e3;
	text-decoration:none;
/*	text-transform:uppercase;*/
	letter-spacing:1px;
	font-size:15px;
}
.cust_hornavbar a
{
/*	margin-left:33px;*/
	margin-left:20px;
}
.cust_hornavbar a:first-child
{
	margin-left:16px;
}


.ssts_basketShortDescription
{
  font-style:italic;
}

#productPic
{
/*  margin-right:10px;*/
}

.ssts_productlist_product
{
  float:left;
  max-width:150px;
  margin-right:40px;
/*  margin-bottom:20px;*/
  min-height:270px;
}
.ssts_productlist_product img
{
  width:150px;
/*  border:1px solid #842818;*/
}

.ssts_nav_box_100
{
  display:none;
}
#ssts_nav_box_100_navi
{
	background-color:#88261b;
}

.ssts_copyright
{
  color:#fdf4bb;
  font-size:11px;
  text-align:right;
  width:955px;
  margin:auto;
}
.ssts_copyright a:link,
.ssts_copyright a:visited,
.ssts_copyright a:active
{
  color:#fdf4bb;
  text-decoration:none;
  font-size:11px;
}

/*
GENERAL CLASSES
*/
body
{
/*
	font-family:arial,helvetica,sans-serif;
	font-size:1em;
*/
	line-height: 1em;
  font-family: Roboto Condensed;

/*	color:#9e191b;*/
	color:#65656;
  background-color:#f0f0f0;
	margin:0;
	text-align:center;/*ie-fix*/
}
li
{
	color:#9e191b;
}
p, table p
{
	margin:0 0 1em 0;
	padding:0;
}

h1
{
	font-size:32px;
	color:#555;
	font-weight:300;
	margin:0 0 18px 0;
}

h2
{
	font-size:22px;
	color:#555;
	font-weight:500;
	margin:0 0 10px 0;
}

h3
{
	font-size:18px;
	color:#555;
	font-weight:500;
	margin:0 0 10px 0;
}

hr, table hr
{
	height:1px;
}

.bold
{
	font-weight:bold;
}

.small
{
	font-size:90%;
}

/*
SPECIAL ADAPTIONS
*/
.ssts_preview_productbasket h3
{
	font-weight:normal;
}

/*LAYOUT CLASSES*/
.ssts_main_surround
{
	position:relative;
	width:100%;
	text-align:left;
}
.ssts_main_elements
{
/*	width:955px;*/
	width:1080px;
	margin:auto;
	text-align:left;
}
.ssts_main_left
{
	width:166px;
	vertical-align:top;
/*  background-color:#88261b;*/
/*  border-right:3px solid #9e1510;*/
	margin:0;
}
.ssts_main_left_mainbox
{
	padding:0 0 10px 0;
	margin-top:-1px;
	margin-left:-1px;
	background-color:#88261b;
	color:white;
}
.ssts_login a:link,
.ssts_login a:visited,
.ssts_main_left_mainbox a:active
{
	color:#e3e3e3;
}

.ssts_main_right
{
	/* display:none; */
	width:164px;
	vertical-align:top;
	padding:2px;
}

/*
template classes, general
*/

.ssts_form_productsearch
{
	text-align:center;
  margin:0 0 0 14px;
}

/*TEMPLATE CLASSES*/
/*headerbar holds logo, previews, warenkorb,...*/

.ssts_headerbar
{
	width:100%;
	margin:0;
	padding:0;
}

.ssts_preview_productbasket p
{
	margin:0;
	color:#333;
}
.ssts_preview_produktbasket_inactiv
{
	color:#aaa;
}

.ssts_preview_specialoffers_outer
{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}

.ssts_preview_specialoffers_inner
{
	border:1px solid black;
	width:400px;
	background:#f7f7f7;
	padding:2px;
	text-align:center;
	height:60px;
	border-collapse:collapse;
}
.ssts_preview_specialoffers_inner_text
{
	padding:0.5em;
	text-align:left;
}

/*
groupnavigation
*/
/*container itself*/
.ssts_nav_box
{
	margin:0 0 1em 0.3em;
	padding:0 10px;
}

.ssts_nav_item_inact,
.ssts_nav_item_act
{
	margin-top:5px;
	margin-bottom:5px;
}

/*active links*/
.ssts_nav_item_act a:link,
.ssts_nav_item_act a:visited,
.ssts_nav_item_act a:active
{
/*	font-weight:bold;*/
	text-decoration:none;
	color:white;
	text-decoration:underline;
	letter-spacing:1px;
}
.ssts_nav_item_act a:hover
{
/*	font-weight:bold;*/
/*	text-decoration:underline;*/
}

/*inactiv links*/
.ssts_nav_item_inact a:link,
.ssts_nav_item_inact a:visited,
.ssts_nav_item_inact a:active
{
	text-decoration:none;
	color:#e3e3e3;
	letter-spacing:1px;
}
.ssts_nav_item_inact a:hover
{
	color:white;
}

/*login*/
.ssts_login
{
	margin:0 0 1em 4px;
	padding:0 10px;
}

/*news*/
.ssts_news
{
/*	margin:0 0 1em 0;
	padding:0 10px;*/
}
.ssts_news_item
{
	padding:5px 10px;
}
.ssts_news_item_date
{
	font-weight:bold;
}
.ssts_news p
{
	margin:5px 0;
	padding:0 10px;
}
/*.ssts_news_item_name
.ssts_news_item_link*/

/*catalogue (build in when activated)*/
.catalogue
{
	margin:5px 0;
	padding:0 10px;
}

/*user online*/
.ssts_useronline
{
	margin:1em 0;
	padding:0 10px;
	font-size:90%;
	color:#999999;
}

/*
navi2 @ content-top
*/

/*sprachauswahl*/
.ssts_langsw
{
	float:right;
	margin:0px;
	padding:0px;
  margin-bottom:-4px;
	position:relative;
	top:-2px;
}

.ssts_navi
{
}

/*elemente mit den links*/
.ssts_naviitem
{}

.ssts_naviitem a:link,
.ssts_naviitem a:visited,
.ssts_naviitem a:active
{
	text-decoration:none;
	color:white;
}



/*
BREADCRUMB NAVIGATION
*/
/*see also mie/moz-styles*/
.ssts_breadcrumb_text
{
}
.ssts_breadcrumb_divider
{
	margin:0 0.5em;
	position:relative;
	top:-2px;
}

/*catalogueslist*/
.ssts_catalogueslist_table
{
	border-collapse:collapse;
}
.ssts_catalogueslist_table td, .ssts_catalogueslist_table th 
{
	padding:0 0.5em;
}

/*CONTACT FORM*/
.ssts_contact_table
{
/*	width:80%;*/
	margin:0 auto;
}

.ssts_contact_table_key
{
/*	width:25%;*/
	padding:0 1em 0 0;
}

.ssts_contact_table_value
{
/*	width:75%;*/
	width:300px;
}


/*
CUSTOMERAREA
*/
/*customerarea_navigation*/
.ssts_customerarea_navi_header
{
	text-align:center;
	background-color:#ddd;
	padding:1em;
	margin:0 0 1em 0;
}

.ssts_customerarea_navi_order
{
	text-align:center;
	background-color:#eee;
	margin:0 0 1em 0;
	padding:2px;
}

/*ssts_customarea_orders_table_left*/
.ssts_customarea_orders_table
{
	width:100%;
	border-collapse:collapse;
}
.ssts_customarea_orders_table_left
{
	text-align:left;
	padding:0 1em;
}
.ssts_customarea_orders_table_right
{
	text-align:right;
}

/*download*/
.ssts_download_table
{
	border-collapse:collapse;
}
.ssts_download_table td
{
	padding:0 0.5em;
}

/*flags*/
.ssts_flags_hori
{
	list-style-type:none;
	margin:0;
	padding:0;
}
.ssts_flags_hori li
{
	display:inline;
	margin:0;
	padding:0;
}

.ssts_flags_vert
{
	list-style-type:none;
	margin:0;
	padding:0;
}
.ssts_flags_vert li
{
	display:block;
	margin:0;
	padding:0;
}

/*
GALLERY
*/
.ssts_gallery_putgroups_table
{
	border-collapse:collapse;
}
.ssts_gallery_putgroups_table td
{
	padding:0 0.5em;
}

/*deliveryGroup*/
.ssts_deliveryGroup_table
{
	border-collapse:collapse;
}

.ssts_deliveryGroup_table td
{
	padding:2px 0.5em;
}

/*
GROUPDETAIL
*/

.ssts_groupdetail_table
{
	border-collapse:collapse;
}
.ssts_groupdetail_table td
{
	vertical-align:top;
}

/*
CHAT
*/

#chatMsgList
{
	height:300px;
	width:100%;
	overflow:auto;
	white-space:nowrap;
	border:1px solid black;
	margin:0 0 3em 0;	
}
.ssts_chatformtextarea
{
	height:5em;
	width:100%;
	border:1px solid black;
}
#chatSendMessageButton
{
	width:120px;
}

/*
CUSTOMERAREA_ORDERPRODUCTS
*/

.ssts_customerarea_products_table
{
	border-collapse:collapse;
	margin:0 0 1em 0;
}
.ssts_customerarea_products_table td
{
	padding:0 0.5em;
}
.ssts_customerarea_products_table form
{
	margin:0;
}

/*newproducts*/
.ssts_newproducts
{
	border-collapse:collapse;
	margin:0 0 1em 0;
}
.ssts_newproducts td
{
	padding:0 0.5em;
}

/*ordersummary*/
.ssts_ordersummary_table
{
	border-collapse:collapse;
	margin: 0 0 1em 0;
}
.ssts_ordersummary_table th
{
	font-weight:bold;
	padding:0 0.5em;
}
.ssts_ordersummary_table td
{
	padding:0 0.5em;
	white-space:nowrap;
}

/*productlist*/
.ssts_productlist_table
{
	border-collapse:collapse;
	margin: 0 0 1em 0;
	width:100%;
}
.ssts_productlist_table td
{
	white-space:nowrap;
	padding:0 0.5em;
}
.ssts_productlist_table th
{
	font-weight:bold;
	white-space:nowrap;
	padding:0 0.5em;
}

/*REGISTER FORM*/
.ssts_register_table
{
/*	width:80%;*/
	margin:0 auto;
}

.ssts_register_table_key
{
/*	width:25%;*/
	padding:0 1em 0 0;
}

.ssts_register_table_value
{
/*	width:75%;*/
	width:300px;
}

.ssts_form_input
{
	width:100%;
}

.ssts_form_textarea
{
	width:100%;
	height:10em;
}

/*REGISTER FORUMUSER*/
.ssts_forumuser_table
{
/*	width:80%;*/
	margin:0 auto;
}

.ssts_forumuser_table_key
{
/*	width:25%;*/
	padding:0 1em 0 0;
}

.ssts_forumuser_table_value
{
/*	width:75%;*/
	width:300px;
}



/*
SITEMAP
*/

.ssts_sitemap_table
{
	border-collapse:collapse;
	margin: 0 0 1em 0;
	width:100%;
}
.ssts_sitemap_table a
{
	text-decoration:none;
}

/*
templateklassen
*/

/*advertisement*/
.ssts_tn_advertisement
{
	width:300px;
	height:80px;
}


.ssts_main_topbar
{
	background-color:#e6e6e6;
	border-bottom:1px solid #d9d9d9;
	line-height:40px;
	height:40px;
	color:rgba(0, 0, 0, 0.4);
}
.ssts_main_topbar .ssts_main_elements div
{
	padding-right:19px;
	padding-left:19px;
}

.ssts_main_top
{
/*
	background:url(../images/bg/top.jpg);
	height:244px;
*/
  background-image:url(../images/bg/top.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
/*	height:250px;*/
	max-height:213px;
}
.ssts_main_top .ssts_main_elements
{
	margin-bottom:0;
}
.ssts_main_bottom
{
  margin:0;
  background-color:#3c3c3c;
  min-height:35px;
  font-size:14px;
	color:rgba(255, 255, 255, 0.5);
}

.ssts_main_bottom_inner
{
  padding:25px 50px 25px 50px;
}
.ssts_main_bottom_inner a:link,
.ssts_main_bottom_inner a:visited,
.ssts_main_bottom_inner a:active
{
	color:rgba(255, 255, 255, 0.6);
	text-decoration:none;
}
.ssts_main_bottom_inner a:hover
{
	color:white;
}

.ssts_main_bottom_inner .left .item
{
	float:left;
	margin-top:5px;
}
.ssts_main_bottom_inner .left .separator
{
	float:left;
	color: #4f4f4f;
	font-size:74px;
	margin-bottom:30px;
	margin-left:10px;
	margin-right:10px;
	border-right:1px solid #4f4f4f;
	height:28px;
}

.ssts_main_bottom p
{
  margin:0;
}

.ssts_main_table
{
  background-color:white;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	width:100%;
}



.ssts_headbutton 
{
	/*background:url(../images/bg/head_left.gif);*/
	height:18px;
	width:148px;
	padding:7px 0 0 14px;
	margin:0 0 3px 0;
	font-weight:bold;
}



.ssts_preview_productbasket
{
	background:#FFE6CC;/*#f7f7f7*/
	padding:2px;
	text-align:center;
	height:56px;
}



.ssts_naviitem

{

	padding:1px 1em 1px 0;

	/*background:url(../images/icons/navtop_pointer_new.gif) top left no-repeat #e6e6e6;

	border:1px solid black;*/

	margin:0 0 0 -1px;
	
	font-weight:bold;

}
.ssts_naviitem a
{
	padding:0px 0em 0px 0px;
	/*background:url(../images/icons/navtop_pointer_new.gif) top left no-repeat #e6e6e6;
	border:1px solid black;*/
	margin:0 0 0 0px;
	font-weight:bold;
	color: #9e191b;
	text-decoration:none;
}
.ssts_naviitem a:hover
{
	padding:0px 0em 0px 0px;
	/*background:url(../images/icons/navtop_pointer_new.gif) top left no-repeat #e6e6e6;
	border:1px solid black;*/
	margin:0 0 0 0px;
	font-weight:bold;
	color: #9e191b;
	text-decoration: underline;
}


.ssts_breadcrumb

{

	/*moz*/

	background-color:#e7e7e7;

	margin:0 -1em;

	padding:2px 1em;

	position:relative;

	top:-1em;

}



.ssts_main_mainarea
{
	/*moz*/
	padding:0;
	margin:0;
	vertical-align:top;
	height:650px;
  width:100%;
	line-height:1.7em;
}

.ssts_navibar
{
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding:4px 3px 4px 3px;
	background-color:#999;
}
/*MAINAREA*/
.ssts_mainarea
{
	margin:10px;
/*	margin-bottom:279px;*/
/*	margin-bottom:320px;*/
}

.ssts_main_bottombar_container
{
	position:relative;
	background:#686868;
}
.ssts_main_bottombar_container h1
{
	color:#aaa;
}
.ssts_main_bottombar
{
/*
  position:absolute;
	top:-259px;
	width:100%;
	min-height:259px;
	background:#686868;
	opacity:0.7;
*/
}
.ssts_main_bottombar .ssts_main_elements
{
	border-bottom:4px solid #88261b;
	min-height:255px;
}
.ssts_main_bottombar_content
{
/*  position:absolute;*/
/*	top:-259px;*/
bottom:0;
	width:100%;
}
.ssts_main_bottombar_content_inner
{
/*	padding-left:175px;*/
	padding-left:41px;
	padding-top:33px;
	padding-bottom:33px;
	
	color:rgba(255,255,255,0.6);
}

/*
------------------------------historical css------------------------------
*/
/*ul,ol,li {margin-left:10px; font-family:Arial; font-size:12px; font-weight:normal; color:#603400; list-style-position: outside; list-style-image:url(../templates/default/default/images/icons/listpoint.gif);}*/

/*div,address {font-family:Arial; font-size:12px; color:#9e191b;}*/

/*p { font-family:"Arial"; font-size:12px; color:#000000;}*/
hr {color:#000000; height:1px;}

/*body { margin:0px; background-color: #FFFFFF;font-weight: normal; font-size: 12px; color:#000000; font-family: Arial, Helvetica, sans-serif; }*/
/*
td { font-weight: normal; font-size: 12px; color:#9e191b; font-family: Arial, Helvetica, sans-serif }
th  { font-weight: bold; font-size: 12px; color:#9e191b; font-family: Arial, Helvetica, sans-serif; text-align:left }
*/

/*h1 { font-weight: bold; font-size: 12px; color:#000000; font-family: Arial, Helvetica, sans-serif; height:12px; }*/
/*h2 { font-weight: bold; font-size: 12px; color:#000000; font-family: Arial, Helvetica, sans-serif; height:12px; }*/
/*h3 { font-weight: bold; font-size: 12px; color:#000000; font-family: Arial, Helvetica, sans-serif; height:12px; }*/

table {padding:0px; border:0px;}

input {font-size:10px;color:#000000;}
select {font-size:10px;color:#000000;}
textarea {font-family:"Microsoft Sans Serif";font-size:12px;color:#000000;}

.TButton {color:#603400; background-color:#DAB07F;}

.TStrong {color:#603400; font-weight:bold;}

a:link {color:#9e191b;}
a:visited {color:#9e191b;}
a:active {color:#9e191b;}
a:hover {color:#9e191b;}
a:focus {color:#9e191b;}
:unknown {outline: none;}

.TListTitle {font-family:Arial; font-size:12px; font-weight:bold;}
.TListElement {font-family:Arial; font-size:12px; font-weight:normal;}

.TSearchEngineUrlListTitle {font-family:Arial; font-size:11px; font-weight:bold;}
.TSearchEngineUrlListDescription {font-family:Arial; font-size:10px; font-weight:normal;}

.TFoundSearchResultElement {font-family:Arial; background-color:#CCCCCC;}

.TJSNavigation_0l0i {font-family: Arial; font-size:11px;	text-decoration: none;	color:#FFFFFF;	padding:0px;}
.TJSNavigation_0l0o {padding:2px font-family: Arial; font-size:11px;	border:0px}
.TJSNavigation_0l1i {	font-family: Arial;	font-size: 11px;	text-decoration: none;	color:#FFFFFF;	padding:0px; text-align:center}
.TJSNavigation_0l1o {padding:2px font-family: Arial; font-size:11px; text-decoration: none;	border: 0px solid #FFFFFF; border-style:solid; border-color:#9A9997; border-width:1px; border-top-width:0px;}
.TJSNavigation_0l2i {	font-family: Arial;	font-size: 11px;	text-decoration: none;	color:#FFFFFF;	padding:0px;}
.TJSNavigation_0l2o {padding:2px font-family: Arial; font-size:11px;	text-decoration: none;	border: 0px solid #FFFFFF; border-style:solid; border-color:#9A9997; border-width:1px; border-top-width:0px;}

/*.TAutoLogInText {font-family:Arial; font-size:10px; font-weight:normal;}*/

.TDetailPrice { font-size:24px; font-weight:bold; color:#b01c11;}
.TDetailRate { font-size:10px; font-weight:normal; color:#b01c11;}

.TDisabledText {font-family:Arial;color:#AAAAAA;}

.TSourceCode {font-family: Arial; font-size:12px; color:#000000; font-style:italic;}

.TPicGalleryDetailText {font-family:Arial; font-size:10px; font-weight:normal;}

a:link.TNavigationLinks {font-family: Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; text-decoration: none;}
a:visited.TNavigationLinks {font-family: Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; text-decoration: none;}
a:active.TNavigationLinks {font-family: Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; text-decoration: none;}
a:hover.TNavigationLinks {font-family: Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; text-decoration: underline;}
a:focus.TNavigationLinks {font-family: Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; text-decoration: none;}

a:link.TBreadCrumbNavigation {font-family: Arial; font-size:12px; color:000000; text-decoration:none;}
a:visited.TBreadCrumbNavigation {font-family: Arial; font-size:12px; color:000000; text-decoration:none;}
a:active.TBreadCrumbNavigation {font-family: Arial; font-size:12px; color:000000; text-decoration:none;}
a:hover.TBreadCrumbNavigation {font-family: Arial; font-size:12px; color:000000; text-decoration:underline;}
a:focus.TBreadCrumbNavigation {font-family: Arial; font-size:12px; color:000000; text-decoration:none;}

a:link.TForumList {font-family: Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; text-decoration: underline;}
a:visited.TForumList {font-family: Arial; font-size:12px; color:#954595; font-weight:normal; text-align:left; text-decoration: underline;}
a:active.TForumList {font-family: Arial; font-size:12px; color:#2F56D3; font-weight:normal; text-align:left; text-decoration: underline;}
a:hover.TForumList {font-family: Arial; font-size:12px; color:#1D9610; font-weight:normal; text-align:left; text-decoration: underline;}
a:focus.TForumList {font-family: Arial; font-size:12px; color:#2F56D3; font-weight:normal; text-align:left; text-decoration: underline;}

.TBorderLight {border-style:solid; border-color:#DAB07F; border-width:2px; padding-left:10px; padding-right:10px;}

.THorNavItem {font-family: Arial; font-size: 14px; color:#974700; text-decoration:none;}

a:link.THorNavItem {font-family: Arial; font-size: 14px; color:#974700; text-decoration:none;}
a:visited.THorNavItem {font-family: Arial; font-size: 14px; color:#974700; text-decoration:none;}
a:active.THorNavItem {font-family: Arial; font-size: 14px; color:#974700; text-decoration:none; font-weight:bold;}

a:link.TDetail {font-family: Arial; font-size: 12px; color:#974700; text-decoration:none;}
a:visited.TDetail {font-family: Arial; font-size: 12px; color:#974700; text-decoration:none;}
a:active.TDetail {font-family: Arial; font-size: 12px; color:#974700; text-decoration:none; font-weight:bold;}

.TBackgroundTop {background-color:#CCCCCC; border-style:solid; border-color:#000000; border-width:1px; border-bottom:0px;}
.TBackgroundLeft {background-color:#E6E6E6; border-style:solid; border-color:#000000; border-width:1px; border-top:0px;}
.TBackgroundMainarea {background-color:#FFFFFF; border-style:solid; border-color:#000000; border-width:1px; border-top:0px; border-left:0px;}
.TBackgroundRight {background-color:#FFFFFF; border-style:solid; border-color:#000000; border-right-width:1px; border-left-width:0px; border-top-width:0px; border-bottom-width:1px;}

.topbg { background-image: url(../images/topbg.gif); background-repeat: repeat-x;}
.bottbg { background-image: url(../images/bottbg.gif); background-repeat: repeat-x;}
.leftbg { background-image: url(../images/leftbg.gif); background-repeat: repeat-y;}
.rightbg { background-image: url(../images/rightbg.gif); background-repeat: repeat-y;}

.rightpart UL { margin-top: 0px; margin-bottom: 0px; }
.rightpart LI { list-style-type: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #9e191b; text-decoration: none; line-height: 20px;}
.rightpart LI a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #9e191b; text-decoration: none; }
.rightpart LI a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #9e191b; text-decoration: underline; }
.ssts_scroller {SCROLLBAR-FACE-COLOR:#8A2519; SCROLLBAR-HIGHLIGHT-COLOR:#EDEDF0; OVERFLOW:auto; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #8A2519; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR:#E6E6E6; SCROLLBAR-DARKSHADOW-COLOR: #8A2519; SCROLLBAR-BASE-COLOR: #ffffff; POSITION: relative; }