﻿/* GENERIC */

/* background color for the content part of the pages */
Body
{
	font-size: 11px;
	line-height: 15px;
	font-family: Tahoma, Helvetica, sans-serif;

background: url(images/bg.gif);

} 


.container {

background: #fff;

}



.ContentMenu
{
	font-size: 11px;
	color: #51524e;
	font-family: Tahoma, Verdana, arial, Helvetica, sans-serif;

	font-weight:bold;
}

A.ContentMenu:link, A.ContentMenu:visited, A.ContentMenu:active
{
	color: #51524e;
	text-decoration: none;
}

A.ContentMenu:hover
{
	color: #128af1;
	text-decoration:underline;
}

.ContentMenuSeparator
{
	border-top: #e1e1e1 1px solid;
	
}

.ContentMenuSeparator1
{
	border-top: #adb4c1 1px dotted;
	
}


/* Used for Selected Portalcontent menü and product categories */
.ContentSelectedMenu
{
	font-size: 11px;
	color: #1b62d6;
	font-family: Tahoma,Verdana,Helvetica, arial,   sans-serif;

	font-weight:bold;
}

A.ContentSelectedMenu:link, A.ContentSelectedMenu:visited, A.ContentSelectedMenu:active
{
	color: #1b62d6;
	text-decoration: none;
}

A.ContentSelectedMenu:hover
{
	color: #576074;
	text-decoration:underline;
}





/* Main MENU */

A.mainmenu:link, A.mainmenu:active, A.mainmenu:visited {
color: #ffffff; /*text color*/
text-decoration: none;
font-family: Tahoma,Verdana,  Arial;
font-size: 11px;
font-weight: bold;
}

A.mainmenu:hover {
color: #8ce7f9; 
text-decoration: none;
}




/* TABLAR */

#TabContainer{
width: 100%;
text-align:center;
}



#TabContainer ul{
list-style: none;
padding: 0; 
margin:0px auto;
padding-top: 0px;
}

#TabContainer ul li{
display: inline;
padding-bottom:0px;
}

.TabSpacer{
width:0px;
}

.TabItem {
cursor:pointer;
text-decoration: none;
padding-right:1px;
}

.TabTitle {
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
font-weight: bold;
color: #ffffff;
background-image: url(images/tablar/tabbg.gif);
background-repeat: repeat-x;
display: block;
float: left;
padding: 7px 5px 7px 5px;
}

.TabLeft {
background-image: url(images/tablar/tabac.gif);
background-repeat: no-repeat;
display: block;
float: left;
width: 5px;
height: 26px;
}

.TabRight {
background-image: url(images/tablar/tabkapat.gif);
background-repeat: no-repeat;
display: block;
float: left;
width: 5px;
height: 26px;
}

#TabContainer A:hover {
text-decoration: none;
}

.TabItem:hover .TabLeft {
background-image: url(images/tablar/tabac_over.gif);
background-repeat: no-repeat;
}
.TabItem:hover .TabTitle {
background-image: url(images/tablar/tabbg_over.gif);
background-repeat: repeat-x;
text-decoration:none;
color: #ffffff;
}
.TabItem:hover .TabRight {
background-image: url(images/tablar/tabkapat_over.gif);
background-repeat: no-repeat;
}


A.CartLink:link, A.CartLink:active, A.CartLink:visited {

font: normal 10px verdana, tahoma;
color:#454545;
text-decoration:none;
}


.CartLink span {
color:#289cec;
text-decoration:none;
font-weight:bold;
}

A.CartLink:hover span {
color:#289cec;
text-decoration:underline;
}


A.CartLink:hover {
text-decoration:none;
}





A.ProductHead
{
	font-weight: bold;
	font-size: 11px;
	font-family:  Tahoma, arial;
	text-decoration: none;
	padding-bottom: 0px;
	color: #333;
}

A.ProductHead:link, A.ProductHead:visited, A.ProductHead:active
{
	color: #333;
}
A.ProductHead:hover
{
	color: #333;
	text-decoration:underline;
}