﻿/* 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) repeat-x;
}

tr, th, td {
	font-size: 11px;
	line-height: 15px;
	font-family: Tahoma, Helvetica, sans-serif;
}


A.CartBtn:link, A.CartBtn:active, A.CartBtn:visited {
display: block;
width: 161px;

font: normal 11px Verdana, Arial, Tahoma;
color: #cad4f2;
text-decoration: none;
background: url(images/cart.gif) 0 -26px no-repeat;
text-indent: 35px;
line-height: 25px;
}

A.CartBtn:hover {
color: #fff;
background: url(images/cart.gif) 0 0 no-repeat;
}



A.UstLink:link, A.UstLink:active, A.UstLink:visited {
font: normal 11px "Trebuchet MS", Arial, Tahoma;
color: #fff;
text-decoration: none;
}

A.UstLink:hover {
color: #eee;
text-decoration: none;
}

.LinkSep {
font: normal 11px Verdana, Tahoma, Arial;
color: #fbb4b6;
letter-spacing:1px;
}

.SearchField {
font: normal 11px Verdana, Tahoma, Arial;
color: #333;
border: none;
height:16px;
padding: 1px 0 0 3px;
margin: 0 0 0 5px;
width: 150px;
}

#ContentTD {
height:500px;
vertical-align: top;
background-color: #fff;
/*
border-left: 1px solid #dadada; 
border-right: 1px solid #dadada;*/
padding: 15px 10px;
}


.ProductGroupDiv {
border: 1px #dadada solid;
border-top:none;
}




A.CategoryLink:link, A.CategoryLink:active, A.CategoryLink:visited {
display:block;
padding: 0px 5px 1px 6px;
font: bold 11px Verdana, Tahoma, Arial;
color:#002993;
background-color: #f0f0f0;
text-decoration: none;

}

A.CategoryLink:hover {
color:#fff;
background-color: #002993;
text-decoration: none;
}

A.SubCategoryLink:link, A.SubCategoryLink:active, A.SubCategoryLink:visited {
display:block;
padding: 0px 5px 1px 6px;
font: normal 11px Verdana, Tahoma, Arial;
color:#002993;
background-color: #f0f0f0;
text-decoration: none;

}

A.SubCategoryLink:hover {
color:#fff;
background-color: #002993;
text-decoration: none;
}

A.CategoryLink-Selected:link, A.CategoryLink-Selected:active, A.CategoryLink-Selected:visited {
display:block;
padding: 0px 5px 1px 6px;
font:bold 11px Verdana, Tahoma, Arial;
color:#cc0000;
background-color: #f0f0f0;
text-decoration: none;
}

A.SubCategoryLink-Selected:link, A.SubCategoryLink-Selected:active, A.SubCategoryLink-Selected:visited {
display:block;
padding: 0px 5px 1px 6px;
font:normal 11px Verdana, Tahoma, Arial;
color:#cc0000;
background-color: #f0f0f0;
text-decoration: none;
}


/* ########## Kategori Açılır Menu  ########## */


A.anchorclass:link, A.anchorclass:active, A.anchorclass:visited {
background: #f0f0f0;
display: block;
font: bold 11px verdana, Arial, Tahoma;
line-height:25px;
text-decoration: none;
border-bottom: 1px #ccc solid;
color:#002ba7;
text-indent: 10px;
}


A.selectedanchor:link, A.selectedanchor:active, A.selectedanchor:visited { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #002993;
border-bottom: 1px #002993 solid;
color: #fff;
}


/* ######### Default class for drop down menus ######### */

.SubMenuBlock{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ccc;
border-bottom-width: 0;
font: bold 11px verdana, Arial, Tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #f0f0f0;
width: 200px; /* default width for menu */
}

.SubMenuBlock ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.SubMenuBlock li{
list-style-type: none;
}

.SubMenuBlock ul li a{
width: 100%;
display: block;
border-bottom: 1px solid #ccc;

text-decoration: none;
font: bold 11px verdana, Arial, Tahoma;
line-height: 24px;
text-indent: 10px;
color:#002ba7;
}

.SubMenuBlock a:hover{ /*hover background color*/
background: #002993;
border-bottom: 1px solid #002993;
color: #fff;
text-decoration:none;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #111;
visibility: hidden;
}