﻿/* GENERIC */

/* background color for the content part of the pages */
Body
{
	font-size: 11px;
	line-height: 15px;
	font-family: Tahoma, Helvetica, sans-serif;
}

H1
{
	font-weight: bold;
	font-size: 18px;
	margin: 3px 0px 0px 0px;
	color: #333333;
	font-family: Arial, Tahoma, Helvetica;
}


H2
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 4px;
	margin: 0px;
	padding-top: 8px;
	font-family: Arial, Tahoma, Helvetica;
	color: #333333;
}

H3
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 4px;
	font-family: Arial, Tahoma, Helvetica;
	margin: 8px 0px 0px;
}
H4
{
	font-weight: bold;
	font-size: 10px;
	color: cadetblue;
	padding-bottom: 2px;
	margin: 3px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
}
H5
{
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 2px;
	margin: 3px 0px 0px;
	color: cadetblue;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

P
{
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica;
	padding-bottom: 4px;
	margin: 0px;
	line-height:16px;
	color:#333333;
}


TFOOT, THEAD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: darkred;
}

TH
{
	font-family: Verdana, Helvetica, sans-serif;
}


A:link, A:visited, A:active
{
	color: #0d55cc;
	text-decoration: none;
}

A:hover
{
	color: #0040a9;
	text-decoration: underline;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}

li
{
	font-size: 11px;
	color: #404040;
	font-family: Tahoma;
	list-style-type: disc;
}

UL LI
{
	list-style-type:square;
}

UL LI LI
{
	list-style-type:circle ;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

HR
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: lavender;
	height: 1px;
}


/* ================================
    CSS STYLES FOR THE KOBİMASTER PORTAL
    v1.0, 10/2004
   ================================
*/


/* PORTAL ADMİN */
/* Used for all admin pages the unselected tabs */



.RightPaneStyle
{
	background-color: #ffffff;
}


.ContentPaneStyle
{
	background-color: #ffffff;
}


.LeftPaneStyle
{
	background-color: #ffffff;
}


.AdminTopBg
{
	background-color: #f5f5f5;
}

.AdminTopLine
{
	background-color: #dcdcdc;
}
.AdminTopHead
{
	font-size: medium;
	color: #ffc080;
	font-family: Arial, Tahoma;
}


.LineNormal
{
	background-color: white;
}

.LineAlternate
{
	background-color: #f5f5f5;
}


/* text style for the unselected tabs */
.Separator
{
	font-size: 10px;
	color: #939393;
	font-family: Verdana, Helvetica, sans-serif;
}


/* used for selected portal tabs */
.SelectedTab
{
	font-weight: bold;
	font-size: 11px;
	color: #cb4d51;
	font-family: tahoma;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}

A.SelectedTab:link, A.SelectedTab:visited, A.SelectedTab:active
{
	color: #cb4d51;
	text-decoration: none;
}

A.SelectedTab:hover
{
	color: #16657D;
	text-decoration: none;
}

/* used for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 11px;
	color: #16657D;
	font-family: tahoma;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active
{
	color: #16657D;
	text-decoration: none;
}
A.OtherTabs:hover
{
	color: #cb4d51;
	text-decoration: none;
}


/* used for top banner links */
.BannerTopLink
{
	font-size: 11px;
	color: #FFF;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
}
A.BannerTopLink:link, A.BannerTopLink:visited, A.BannerTopLink:active
{
	color: #FFF;
	text-decoration: none;
}

A.BannerTopLink:hover
{
	color: #333;
	text-decoration: underline;
}



/* .................................... */
/* PORTAL CONTENT MENU*/
/* Used for Portalcontnt menü and product categories */
.ContentMenu
{
	font-size: 12px;
	color: #527fcb;
	font-family: arial,Tahoma, Verdana,;
	
}

A.ContentMenu:link, A.ContentMenu:visited, A.ContentMenu:active
{
	color: #494949;
	text-decoration: none;
}

A.ContentMenu:hover
{
	color: #0045b7;
	text-decoration:underline;
}

.ContentMenuSeparator
{
	border: none;
	
}
.ContentMenuSeparator1
{
	border-top: #e8e8e8 1px dotted;
	
}


/* Used for Selected Portalcontent menü and product categories */
.ContentSelectedMenu
{
	font-size: 11px;
	color: #444444;
	font-family: Tahoma, arial, Verdana;
}

A.ContentSelectedMenu:link, A.ContentSelectedMenu:visited, A.ContentSelectedMenu:active
{
	color: #444444;
	text-decoration: none;
}

A.ContentSelectedMenu:hover
{
	color: #5c8d27;
	text-decoration:underline;
}



/* .................................... */
/* PORTAL CONTENT1 MENU*/
/* Used for Portalcontnt menü and product categories */
.ContentMenu1
{
	font-size: 11px;
	color: #1a5fa5;
	font-family: Tahoma, Verdana, arial, Helvetica, sans-serif;
	
}

A.ContentMenu1:link, A.ContentMenu1:visited, A.ContentMenu1:active
{
	color: #1a5fa5;
	text-decoration: none;
}

A.ContentMenu1:hover
{
	color: #2a2a29;
	text-decoration:underline;
}

.ContentMenuSeparator2
{
	border: lightgrey 0px dotted;
	
}


/* Used for Selected Portalcontent menü and product categories */
.ContentSelectedMenu1
{
	font-size: 11px;
	color: #1a5fa5;
	font-family: Helvetica,Tahoma, arial, Verdana,  sans-serif;
}

A.ContentSelectedMenu1:link, A.ContentSelectedMenu1:visited, A.ContentSelectedMenu1:active
{
	color: #1a5fa5;
	text-decoration: none;
}

A.ContentSelectedMenu1:hover
{
	color: #2a2a29;
	text-decoration:underline;
}




/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */

.ModuleHead
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #52514d;
}
.ModuleHead2
{
font-family: Calibri,Arial, Tahoma,;
font-size: 17px;
color: #f75d1c;
font-weight: bold;
}
.ModuleHead3
{
font-family: Calibri,Arial, Tahoma,;
font-size: 17px;
color: #a0a0a0;
font-weight: bold;
}

.Message
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: #2e8b57;
	font-family: Tahoma, Helvetica, sans-serif;
}


/* text style for  link buttons used in the module */
.ModuleCmdButton
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

A.ModuleCmdButton:link, A.ModuleCmdButton:visited, A.ModuleCmdButton:active
{
	color: #404040;
	text-decoration: underline;
}
A.ModuleCmdButton:hover
{
	color: #000000;
	text-decoration: underline;
}




/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 12px;
	color: #647c9a;
	line-height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
}


/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: #444444;
	font-family: Verdana, Helvetica, sans-serif;
}


/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 11px;
	color: #4f4f4f;
	font-family: Tahoma, Verdana, sans-serif;
}

.Validater
{
	font-weight: bolder;
	font-size: 12px;
	color: #CC0000;
	font-family: Verdana, sans-serif;
}

/* used for portal note,desc vs.. */
.Small
{
	font-weight: normal;
	font-size: 10px;
	color: #e2f1f4;
	line-height: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

/*Used for inactive description */
.Pasif
{
	font-weight: normal;
	font-size: 10px;
	color: #9b9b9b;
	line-height: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

/*Used for Discussion Board  */
.DiscussSmall
{
	font-weight: normal;
	font-size: 10px;
	color: dimgray;
	line-height: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

/*Used for Discussion Board  */
.DiscussDescrip
{
	font-weight: normal;
	font-size: 11px;
	color: dimgray;
	line-height: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
}

A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
	color: #0d6aa5;
	text-decoration: underline;
}
A.CommandButton:hover
{
	color: #7e7e7e;
	text-decoration: underline;
}


.date
{
	margin-top: 9px;
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.listBullet
{
	font-size: 10px;
	color: #a6a6a6;
}
.listItem
{
	padding-right: 0em;
	padding-left: 0.5em;
	padding-bottom: 0em;
	padding-top: 0em;
}

.Thumbnail 
{
  cursor: pointer; 
}

.Thumbnail2
{
	cursor: pointer;
	border: #c5c5c5 1px solid;
}

.Thumbnail2:hover, .Thumbnail2:focus 
{
  cursor: pointer; 
  border: palegreen 1px solid;
}





/*PORTAL GRID*/
/* used for Portal Grid  styles */

.GridHeader
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	height: 22px;
	color: #f7f7f7;
	background-color: #4a3c8c;
}

.GridFooter
{
	font-weight: bold;
	font-size: 10px;
	color: dimgray;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #f7f7f7;
	height: 18px;
}

.GridPager
{
	font-weight: bold;
	font-size: 10px;
	color: dimgray;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #f7f7f7;
	height: 18px;
}

.GridItem
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #4A3C8C;
	background-color: #ECECEF;
	height: 18px;
}

.GridAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	color: #4A3C8C;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #F7F7F7;
	height: 18px;
}

.GridSelectedItem
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	color: Orange;
	background-color: #FBF6DD;
	height: 18px;
}

.GridSpecialItem
{
	font-weight: normal;
	font-size: 11px;
	color: brown;
	font-family: Tahoma, Verdana, sans-serif;
	height: 18px;
	background-color: #fadcfa;
}


/*SHOPPING CART GRID*/
/* used for Portal Grid  styles */

.ShopGrid
{
	border: #e9e9e8 1px solid;
	background-color: #ffffff;
}

.ShopGridHeader
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	height: 25px;
	color: #444444; background-image:url(/skins/shared/images/cart_bg.gif); background-repeat:repeat-x;

	
}

.ShopGridFooter
{
	font-weight: bold;
	font-size: 11px;
	color: #4A3C8C;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #F7F7F7;
	height: 18px;
}


.ShopGridItem
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #333333;
	height: 20px;
	background-color: White;
}

.ShopGridAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #FaFaFa;
	height: 20px;
}


/* Product  */

A.ProductHead
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, arial;
	text-decoration: none;
	padding-bottom: 0px;
	color: #4f4f4f;
}

A.ProductHead:link, A.ProductHead:visited, A.ProductHead:active
{
	color: #4f4f4f;
}
A.ProductHead:hover
{
	color: #000000;
}

A.ProductHead2
{
	font-weight: normal;
	font-size: 12px;
	font-family: arial, tahoma;
	text-decoration: none;
	padding-bottom: 0px;
	color: #4f4f4f;
}

A.ProductHead2:link, A.ProductHead2:visited, A.ProductHead2:active
{
	color: #4f4f4f;
}
A.ProductHead2:hover
{
	color: #000000;
}

A.ProductHead3
{
	font-weight: bold;
	font-size: 17px;
	font-family: calibri, arial, tahoma;
	padding-bottom: 0px;
	color: #f75d1c;
}

A.ProductHead3:link, A.ProductHead3:visited, A.ProductHead3:active
{
	color: #f75d1c; text-decoration: none;
}
A.ProductHead3:hover
{
	color: #f75d1c;	text-decoration: underline;
}
.ProductDesc
{
	color: #333333;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	line-height: 13px;
}

.ProductListPrice
{
	font-size: 11px;
	color: #878787;
	font-family: Tahoma Verdana, Arial;
	font-weight: bold;
	text-decoration: line-through;
}
.ProductListPrice2
{
	font-size: 15px;
	color: #228340;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	background: url(/skins/shared/images/linethrough.png) no-repeat left; 
        
}

.ProductPrice
{
	font-size: 12px;
	color: #d00106;
	font-family: Arial, Tahoma;
	font-weight: bold;
}
.ProductPrice2
{
	font-size: 25px;
	color: #d00106;
	font-family: Arial, Tahoma;
	font-weight: bold;
        
}

.ProductListItem
{
	border: white 0px dotted;
}



.TableTopCell
{
	border-bottom: #4f4d4b 1pt solid;
}
.TableCell
{
	border: #DDEBEC 1pt solid;
	border-top: #DDEBEC 0pt solid;
}

.ThinTable
{
	border: #dde6e1 1px solid; border-collapse:collapse;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	border: #d8d8d8 1px solid;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalTextBox1
{
	border-top: #e1c04a 1px solid;
	border-bottom: #ecdfb1 1px solid;
	border-left:none; border-right:none;
	height:25px; width:375px;
	font-weight: normal;
	font-size: 13px; padding:4px 2px 0px 0px;
	color:#aaaaaa;
	font-family: Arial, Tahoma, Verdana;
}
.NormalTextBox2
{
	border: #d8d8d8 1px solid;
	height:22px;
	font-weight: normal;
	font-size: 12px; padding:3px 2px 0px 2px;
	color:#444444;
	font-family: Arial, Tahoma, Verdana;
}

.MarkedTextBox
{
	font-size: 10px;
	border: solid 1px cecece;
	color: gray;
	background-color: #fafafa;
	font-family: Verdana, Helvetica, sans-serif;
}



.NormalButton
{
	border: #dfecf6 1px groove;
	font-size: 10px;
	color: #2a2a2a;
	font-family: Verdana, Helvetica, sans-serif;
}
.SiteFooter
{
	font-weight: normal;
	font-size: 9px;
	color: inactivecaption;
	line-height: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}


.Opacity
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}


.Gradient
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#cedce3' , endColorStr= '#ffffff' , gradientType= '1' );
}
.GradientFoot
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#ffffff' , endColorStr= '#cedce3' , gradientType= '0' );
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
}

.PortalColorPanel
{
	border: #dde6e1 1px solid;
	background-color: #F7F7F7;
}

.PortalPanel
{
	border: #dde6e1 1px solid;
}

.PortalPanelHeader
{
	border: #dde6e1 1px solid;
	background-color: #f0efff;
}


.ModuleWindow
{
	padding: 0px;
	font-weight: bold;
	border: #eaeaea 0px solid;
	background-color: #ffffff;
}

.ProductModuleWindow
{
	font-weight: normal;
	padding: 0px;
	border: #eaeaea 0px solid;
	background-color: #ffffff;
}

.ModuleContent
{
	padding: 5px;
	border:#e0e0e0 1px solid;
		
			
}
.ModuleContent1
{
	padding: 5px;
	border-right:#ffda75 1px solid;
		border-left:#ffda75 1px solid;
			border-bottom:#ffda75 1px solid;
			border-top: 0px;
			
}
.ModuleContent2
{
	padding: 5px;
	border:#ffda75 1px solid;
			
}


.formboxhead
{
	border-top: #ffda75 1px solid;
	border-right: #ffda75 1px solid;
	border-left: #ffda75 1px solid;
	border-bottom: none;
	padding: 1px;
	font-weight: bold;
	color: #585858;
	line-height: 21px;
	background-color: #ffffff;
	font-size: 18px; font-family:Calibri, Arial, Tahoma;
	background-image:url(images/login_bg.gif); background-repeat:repeat-x;
	}

.formbox
{
	border: #ffda75 1px solid;
	padding: 5px;
	margin-top:-1px;
		background-color: #ffffff;
		border-top: #e1e1e1 1px solid;

}



A.PagerBtn
{
	border: #c5c5c5 1px solid;
	padding: 1px  3px 1px 3px;
	font-weight: bold;
	font-size: 10px;
	background: #ceceea url(/images/_btn_back.gif) repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 10;
	margin: 0 1px 0 1px;
}

A.PagerBtn:link, A.PagerBtn:active, A.PagerBtn:visited
{
	color: #64677d;
	background-color: #ceceea;
	text-decoration: none;
}

A.PagerBtn:hover
{
	border: #6ab94b 1px solid;
	background: #fefefe url(/images/btn_back.gif) repeat-x;
	color: #4d4d4d;
	background-color: gainsboro;
	text-decoration: none;
}




A.SelectedPagerBtn
{
	border: #6ab94b 1px solid;
	padding: 1px  3px 1px 3px;
	font-weight: bold;
	font-size: 10px;
	background: #ceceea url(/images/btn_back.gif) repeat-x;
	color: #4d4d4d;
	background-color: gainsboro;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 10;
	margin: 0 1px 0 1px;
}

A.SelectedPagerBtn:link, A.SelectedPagerBtn:active, A.SelectedPagerBtn:visited
{
	color: #64677d;
	background-color: #ceceea;
	text-decoration: none;
}

A.SelectedPagerBtn:hover
{
	border: #c5c5c5 1px solid;
	color: #5b5b85;
	background: #fefefe url(/images/_btn_back.gif) repeat-x;
	background-color: #c0c0dc;
	text-decoration: none;
}








A.MenuBtn
{
	border: #c5c5c5 1px solid;
	padding: 2px 3px 3px 3px;
	font-weight: bold;
	font-size: 10px;
	background: #ceceea url(/images/_btn_back.gif) repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 14;
	margin: 0 2px 0 2px;
}

A.MenuBtn:link, A.MenuBtn:active, A.MenuBtn:visited
{
	color: #64677d;
	background-color: #ceceea;
	text-decoration: none;
}

A.MenuBtn:hover
{
	border: #6ab94b 1px solid;
	border-bottom: #ffffff 1px solid;
	background: #fefefe url(/images/btn_back.gif) repeat-x;
	color: #4d4d4d;
	background-color: gainsboro;
	text-decoration: none;
}




A.SelectedMenuBtn
{
	border: #c5c5c5 1px solid;
	border-bottom: #ffffff 1px solid;
	padding: 2px 3px 3px 3px;
	font-weight: bold;
	font-size: 10px;
	background: #ceceea url(/images/btn_back.gif) repeat-x;
	color: #4d4d4d;
	background-color: gainsboro;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 14;
	margin: 0 2px 0 2px;
}

A.SelectedMenuBtn:link, A.SelectedMenuBtn:active, A.SelectedMenuBtn:visited
{
	color: #64677d;
	background-color: #ceceea;
	text-decoration: none;
}

A.SelectedMenuBtn:hover
{
	border: #c5c5c5 1px solid;
	border-bottom: #ffffff 1px solid;
	color: #5b5b85;
	background: #fefefe url(/images/_btn_back.gif) repeat-x;
	background-color: #c0c0dc;
	text-decoration: none;
}



.submit
{
	color: #2b333c;
}
.submit, .submit-disabled
{
	background: #fefefe url(/images/btn_back.gif) repeat-x;
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	font: normal  normal normal bold 9px verdana 
}
.submit:hover, .submit:focus
{
	border: 3px double;
	border-color: #aedf9a #94da78 #6ab94b #94da78;
}
.submit:visited
{
	color: #2b333c;
}


A.FormBtn
{
	border: #ffd257 1px solid;
	padding: 4px 6px 2px 6px;
	font-weight: bold;
	font-size: 10px;
	background: #f0ede4 url(images/_btn_back.gif) repeat-x;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f0ede4;
	text-decoration: none;
	height: 22px;
}

A.FormBtn:link, A.FormBtn:active, A.FormBtn:visited
{
	border: #dcded6 1px solid;
	color: #494949;
	background-color: #f0ede4;
	text-decoration: none;
}

A.FormBtn:hover
{
	border: #ffd257 1px solid;
	background: url(images/btn_back.gif) #ffffff repeat-x;
	color: #303030;
	text-decoration: none;
}



A.MultiPageTabs
{
	border: #d3d3d3 1px solid;
	padding: 4px  2px 0px   2px ;
	font-size: 11px;
	background: #ceceea url(/images/imageTabs/tab_bg.gif) repeat-x;
	color: #1c1c1c;
	font-family: verdana, Helvetica, sans-serif;
	text-decoration: none;
	height: 30;
	margin: 0 1px 0 1px;
}

A.MultiPageTabs:link, A.MultiPageTabs:active, A.MultiPageTabs:visited
{
	color: #1c1c1c;
	text-decoration: none;
}

A.MultiPageTabs:hover
{
	border-bottom-color:White;
	color: #5b5b85;
	background: #fefefe url(/images/imageTabs/slct_tab_bg.gif) repeat-x;
	text-decoration: none;
}


A.MultiPageSelectedTabs
{
	border: #d3d3d3 1px solid;
	border-bottom-color:White;
	padding: 4px   2px 0px 2px ;
	font-size: 11px;
	background: #ceceea url(/images/imageTabs/slct_tab_bg.gif) repeat-x;
	color: #1c1c1c;
	font-family: verdana, Helvetica, sans-serif;
	text-decoration: none;
	height: 30;
	margin: 0 1px 0 1px;
}

A.MultiPageSelectedTabs:link, A.MultiPageSelectedTabs:active, A.MultiPageSelectedTabs:visited
{
	color: #1c1c1c;
	text-decoration: none;
}

A.MultiPageSelectedTabs:hover
{
	color: #5b5b85;
	text-decoration: none;
}

.MultiPageTabLayer
{
	position: relative;
	z-index:95;
}
.MultiPageContent
{
	border: #d3d3d3 1px solid;
	padding: 14px 6px 6px 6px;
	text-decoration: none;
	position: relative;
	top: -1px;
	left: 1px;
	z-index:90;
}




/*CALENDAR STYLED*/

.picker
{
	background-color: #ffffff;
	border: 1px Lavender solid;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana,monospace;
	cursor: pointer;
}

.calendar_button
{
	border:none;
	cursor:pointer;
}

.calendar td
{
  font-size:10px;
}

.calendar_title
{
  font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
  width:15px;
  cursor:pointer;
  text-align:center;
  border: 1px #FFFFFF solid;
}

.dayhover
{
  width:15px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border: 1px #FFFFFF solid;
}

.dayheader
{
  width:15px;
  text-align:center;
  border: 1px white solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
	color: #999999;
	background-color: white;
}

.selectedday
{
  width:15px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503;
  border-style:solid;
  font-weight: bold;
}

.weekendday
{
  width:15px;
  cursor:pointer;
  text-align:center;
  border: 1px white solid;
  color: Red;
}

.todayday
{
  width:15px;
  cursor:pointer;
  text-align:center;
  border: 1px white solid;
  color: #ffffff;
  background-color: LightSteelBlue;
}
.calendar
{
  border-collapse:collapse;
  border: 1px Black solid;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
	margin: 0px 5px 5px;
	background-color: WhiteSmoke;
}

.nextprev
{
  cursor:pointer;
  height:20px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}

/*WIZARD STYLE*/


.Wizard
{
	background-color:#F7F6F3;
	border:Solid 1px #CCCCCC;
	font: normal normal normal 0.8em  normal Verdana ;
}

.WizardStep
{
	border:Solid 0px #CCCCCC;
	color:#5D7B9D;
}

.WizardSideBar
{
	background-color:#7C6F57;
	border:Solid 0px #CCCCCC;
	font: normal normal normal 0.9em  normal Verdana ;
}

.WizardHeader
{
	background-color:#5D7B9D;
	border:Solid 1px #CCCCCC;
	font: normal bold normal 0.9em  normal Verdana ;
	color:White;
}



/*AutoComplete flyout */

.AutoCompleteListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.AutoCompleteHighlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	font-size: 11px;
	font-family: Tahoma;
}

/* AutoComplete item */

.AutoCompleteListItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
	font-size: 11px;
	font-family: Tahoma;
}

/* KATALOG MODÜLÜ */

#CatalogModule {
padding: 0px 0 15px 0;
}

#CatalogModule #CatalogName {
font-family: Calibri,Arial, Tahoma,;
font-size: 17px;
color: #ff9100;
font-weight: bold;
padding: 10px 0px 5px 6px;

}

#CatalogModule #CatalogName A {
color: #ff9100;
}

#CatalogModule #CatalogName A:Hover {
color: #ff9100; text-decoration:none;
}

#CatalogModule #CategoryList {
padding: 0px 0px 13px 8px;
}

#CatalogModule .Category {
background-image: url(images/cat_icon.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 10px;
line-height: 14px;
}


#CatalogModule .CategoryName {
	font-family:arial, Verdana;
	font-size: 12px;
	line-height:19px;
	color:#494949;
	font-weight: bold;
}

#CatalogModule A.CategoryName {
color: #494949; text-decoration:none;
}

#CatalogModule A.CategoryName:Hover {
color: #0045b7;
text-decoration:underline;
}

#CatalogModule #CategorySep {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color: #d8ff8b;
padding: 0 3px 0 0;
}

#CatalogModule .CatalogSep {
border-bottom: 1px dotted #ffda75;
}

/* Main MENU */

#MainMenu{
width: 100%; /*leave this value as is in most cases*/
margin-left: 20px;
}

#MainMenu ul{
margin: 0px;
padding: 0px;
/*float: left; */
width: 100%; /*width of menu*/
border: none; 
background:none;
}

#MainMenu ul li{
display: inline;
}

#MainMenu ul li a{
float: left;
color: #707070; /*text color*/
padding: 3px 0px;
text-decoration: none; font-weight:bold;
font-family: Calibri, Arial, Tahoma;
font-size: 18px; font-style:italic;

}

#MainMenu ul li a:visited{
color: #707070;
}

#MainMenu ul li a:hover, #MainMenu ul li .current{
color: #222828; !important; /*text color of selected and active item*/
text-decoration: none;
}

#MainMenu #MenuSep{
margin-top:0px;
margin-left:45px; margin-right:30px;
float:left;
background-image: url(images/menu_sep.gif); 
background-repeat:no-repeat;
height:50px;
width:2px;
}

/* 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;
float:left;
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: #807f7c;
background-image: url(images/tablar/tabbg.gif);
background-repeat: repeat-x;
display: block;
float: left;
padding: 7px 8px 6px 8px;
}

.TabLeft {
background-image: url(images/tablar/tabac.gif);
background-repeat: no-repeat;
display: block;
float: left;
width: 4px;
height: 26px;
}

.TabRight {
background-image: url(images/tablar/tabkapat.gif);
background-repeat: no-repeat;
display: block;
float: left;
width: 4px;
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: #555451;
}
.TabItem:hover .TabRight {
background-image: url(images/tablar/tabkapat_over.gif);
background-repeat: no-repeat;
}

/* FooterdakiReyonlar */

#Reyonlar{
display:block; float:left; width:375px;
padding:3px 0px 0px 10px; margin:0px auto;
}

#Reyonlar ul{
float:left; padding:0px; margin:0px;
}

#Reyonlar ul li{
height:12px;
list-style-type:none;
}

#Reyonlar ul li a{
	font-size: 11px;
	color: #767676;
	font-family: tahoma, Arial;
	text-decoration: none;
}

#Reyonlar ul li a:visited, a:active{
	color: #767676;
	text-decoration: none;
}
#Reyonlar ul li a:hover{
	color: #313131;
	text-decoration: underline;
}

/*MUSTERİ HIZMETLERİ*/
.Mushiz
{
    background-image: url(images/mhhead_bg.gif);
    background-repeat:repeat-x;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px; width:245px;height:330px;
    }
   
    
.MushizHead 
{
    background-image: url(images/mhhead_left.gif);
    background-repeat:no-repeat;
    } 
    

.Mushiz H2
{
padding: 31px 0 10px 69px;
margin: 0px auto;
font-family: Calibri, Arial, Tahoma;
font-size: 20px; font-weight:bold;
color:#585858;
background-image: url(images/mhhead_right.gif);
background-repeat:no-repeat;
background-position: right top;
}
.Mushiz2
{
    background-image: url(images/mh1_bg.gif);
    background-repeat:repeat-x; width:245px;height:43px;
    }
 
.Mushiz2List 
{
    background-repeat:no-repeat; cursor:pointer;
} 

    

.Mushiz2List H3
{
padding: 14px 0 0px 69px;
margin: 0px; height:43px;
font-family: Arial, Tahoma;
font-size: 15px; font-weight:bold; font-style:italic;
color:#707070;
background-image: url(images/mh2_right.gif);
background-repeat:no-repeat;
background-position: right top;
    }
.MushizContent
{
    background-image: url(images/mhdmt_bg.gif);
    background-repeat:repeat-x;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px; width:710px; margin-top:21px; margin-left:20px
    }
   
    
.MushizContentHead 
{
    background-image: url(images/mhdmt_left.gif);
    background-repeat:no-repeat;
    } 
    

.MushizContent H2
{
padding: 9px 0 11px 20px;
margin: 0px auto;
font-family: Arial, Tahoma;
font-size: 12px; font-weight:bold;
color:#52514d;
background-image: url(images/mhdmt_right.gif);
background-repeat:no-repeat;
background-position: right top;
}
.MushizContent H3
{
padding: 9px 0 2px 20px;
margin: 0px auto;
font-family: Arial, Tahoma;
font-size: 12px; font-weight:bold;
color:#f55e1f;
}

.MushizContent H3 a:link
{
color:#f55e1f; text-decoration:none;
}
.MushizContent H3 a:visited
{
color:#f55e1f; text-decoration:none;
}
.MushizContent H3 a:hover
{
color:#1662de;text-decoration:underline;
}
.MushizContent P
{
padding: 0px 0 0px 20px;
margin: 0px auto;
font-family: Arial, Tahoma;
font-size: 12px;
color:#494949;
}

