﻿/* GENERIC */

/* background color for the content part of the pages */
Body
{
	font-size: 11px;
	line-height: 15px;
	font-family: Tahoma, Helvetica, sans-serif;
}

img {
border:none;
}

H1
{
	font-weight: normal;
	font-size: 20px;
	margin: 3px 0px 0px 0px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}


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: #0A6ACB;
	text-decoration: none;
}

A:hover
{
	color: #ec7f06;
	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: 3px;
	margin-bottom: 6px;
	color: #999999;
	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: 10px;
	color: #5c646f;
	font-family: Verdana,Tahoma,  Helvetica, sans-serif;
	text-decoration: none;
}
A.BannerTopLink:link, A.BannerTopLink:visited, A.BannerTopLink:active
{
	color: #5c646f;
	text-decoration: none;
}

A.BannerTopLink:hover
{
	color: #459ded;
	text-decoration: underline;
}



/* .................................... */
/* PORTAL CONTENT MENU*/
/* Used for Portalcontnt menü and product categories */

.ContentMenuRow
{
}

.ContentMenuRow img
{

}

.ContentMenu
{
	color: #444;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.ContentMenu span
{
display: inline-block;
padding-left:5px;
cursor: pointer;
/*background: url(images/catmenu-v.png) 7px center no-repeat;*/
}

A.ContentMenu:link, A.ContentMenu:visited, A.ContentMenu:active
{
	display:inline-block;
	width:100%;
	color: #444;
	text-decoration: none;
	padding: 6px 0;
}

A.ContentMenu:hover
{
	color: #ff5301;

	/*
color:#fff;
background: #921c02 url(images/catmenu-overbg.gif) repeat-x;*/

	text-decoration: underline;
	font-weight: none;
}

.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: #444;
	font-family: Tahoma, Verdana, Arial;
}

.ContentSelectedMenu span
{
display: inline-block;
padding-left:12px;
cursor: pointer;
}

A.ContentSelectedMenu:link, A.ContentSelectedMenu:visited, A.ContentSelectedMenu:active
{
	display:inline-block;
	width:100%;
	color: #444;
	text-decoration: none;
	padding: 5px 0;
}

A.ContentSelectedMenu:hover
{
	text-decoration:none;
	background-color: #fff;
	color: #444;
	text-decoration: underline;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */

.ModuleHead
{
display:inline-block;
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	color: #0355a1;
	padding: 4px 0 0 3px;
}

.ModuleHead2
{
display:inline-block;
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	color: #fff;
	padding: 4px 0 0 3px;
}

.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;
}





.Bold
{
	font-weight: bold;
}


.Underline
{
	text-decoration: underline;
}

.Red
{
	color: #FF0000;
}


.HeadLine
{
	border-bottom: solid 1px #aaaaaa;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 13px;
	color: #ec7f06;
	line-height: 20px;
	font-family: Arial, Verdana;
}


/* style of item titles on edit and admin pages */
.SubHead
{
	margin: 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}


A.SubHead:link, A.SubHead:active, A.SubHead:visited {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

A.SubHead:hover {
	color: #ec7f06;
	text-decoration: none;
}


/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 13px;
	color: #4f4f4f;
	font-family: Tahoma, Verdana, sans-serif;
}

.Normal1
{
	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; 
}


.ListImage
{
	border: 1px solid #DADADA;
	margin: 2px;
}


/*PORTAL GRID*/
/* used for Portal Grid  styles */

.GridHeader
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	height: 22px;
	color: #fff;
	background-color: #69a6e0;
}

.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: #444;
	background-color: #ECECEC;
	height: 18px;
}
.GridAlternatingItem td {
	width: auto !important;
	white-space: nowrap;
	padding: 0px 4px;
}


.GridAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	color: #444;
	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: #d3d3d3 1px solid;
	background-color: #ffffff;
}

.ShopGridHeader
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	height: 25px;
	color: #333333;
	background: #ffffff url(//img.vimjo.com/images/bg1.gif) repeat-x -1;
	background-color: #ffffff;
}

.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: normal 12px Arial, Tahoma, Verdana;
text-decoration: none;
color: #444;
}

A.ProductHead:link, A.ProductHead:visited, A.ProductHead:active
{
	color: #444;
}
A.ProductHead:hover
{
	color: #333;
	text-decoration:underline;
}

.ProductDesc
{
	color: #444;
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 13px;
}

.ProductListPrice
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: line-through;
	color: #999;
}

.ProductPrice
{
	display:inline-block;
	font-size: 16px;
	color: #ec7f06;
	font-family: Arial;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 5px;
}


.ProductPrice em {
display:inline-block;
font: normal 11px Tahoma, Arial, Verdana;
color: #777;
padding:2px;
}

.KMTabGroupContent .ProductListItem
{
	border: lightgrey 1px dotted;
	height: 255px;
}


.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:1px solid #999999;
	color:#1b7dd6;
	font-family:'Trebuchet MS',Verdana,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	padding: 4px 4px;
	margin: 2px 2px 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-left-radius:     5px;
	border-top-right-radius:    5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius:  5px;
}
.NormalTextBox:hover {
	border:1px solid #FF4900
}

.SearchTextBox
{
	border:1px solid #999999;
	color:#1b7dd6;
	font-family:'Trebuchet MS',Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-left-radius:     5px;
	border-top-right-radius:    5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius:  5px;
}
.SearchTextBox:hover {
	border:1px solid #FF4900
}

.SortTextBox
{
	border:1px solid #999999;
	color:#336600;
	font-family:'Trebuchet MS',Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-left-radius:     5px;
	border-top-right-radius:    5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius:  5px;
	height: 23px;
}
.SortTextBox:hover {
	border:1px solid #FF4900
}



.MarkedTextBox
{
	font-size: 10px;
	border: solid 1px #b0b0b0;
	color: gray;
	background-color: #fafafa;
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}
.MarkedTextBox1
{
	font-size: 10px;
	border: solid 1px #5da8c3;
	color: gray;
	background-color: #fffdf8;
	font-family: 'Trebuchet MS',Verdana, Helvetica, sans-serif;
}
.NormalButton
{
	border: #dfecf6 1px groove;
	font-size: 10px;
	color: #2a2a2a;
	font-family: 'Trebuchet MS',Verdana, Helvetica, sans-serif;
}
.SiteFooter
{
	font-weight: normal;
	font-size: 9px;
	color: inactivecaption;
	line-height: 11px;
	font-family: 'Trebuchet MS',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: bold;
	padding: 0px;
	border: #eaeaea 0px solid;
	background-color: #ffffff;
}

.ModuleContent
{
	padding: 5px;
	border-left:#dadada 1px solid;
	border-right:#dadada 1px solid;
}

.ModuleContent2 {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #f8f7f2;
	border-bottom: #d6d5d3 1px solid;
	border-left: #d6d5d3 1px solid;
}



.formboxhead
{

	padding: 1px;
	font-weight: bold;
	color: #2666a6;
	line-height: 20px;
	font-size: 13px;
	background: url(//img.vimjo.com/images/dmt-bg.gif) repeat-x;
}
.formbox
{
	border: #dadada 1px solid;
	padding: 5px;
	margin-top:-1px;
}



A.PagerBtn
{
	border: #c5c5c5 1px solid;
	padding: 1px  3px 1px 3px;
	font-weight: bold;
	font-size: 10px;
	background: #ceceea url(//img.vimjo.com/images/_btn_back.gif) repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 10;
	margin: 0px 1px 0px 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(//img.vimjo.com/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(//img.vimjo.com/images/btn_back.gif) repeat-x;
	color: #4d4d4d;
	background-color: gainsboro;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 10;
	margin: 0px 1px 0px 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(//img.vimjo.com/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: 0px 2px 0px 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: 0px 2px 0px 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;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}



A.FormBtn
{
	border: darkgray 1px solid;
	padding: 5px 7px 6px 7px;
	font-weight: bold;
	font-size: 11px;
	background: #e0e0e0 url(images/_btn_bg.gif) repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 10;
}

A.FormBtn:link, A.FormBtn:active, A.FormBtn:visited
{
	border: #d5d5d5 1px solid;
	color: #555555;
	text-decoration: none;
}

A.FormBtn:hover
{
	border: #bbb 1px solid;
	color: #000;
	text-decoration: none;
}



A.BtnImage
{
	border: darkgray 0px solid;
	font-family: Arial, Helvetica, sans-serif;
}

A.BtnImage:link, A.BtnImage:active, A.BtnImage:visited
{
	
	text-decoration: none;
}

A.BtnImage:hover
{
	
	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: 0px 1px 0px 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: 0px 1px 0px 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 0px;
	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;
}


#KMSign {
display:none;
}

/* KATALOG MODÜLÜ */

#CatalogModule {
padding: 5px 0px 10px 0px;
}

#CatalogModule #CatalogName {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color: #1b89e8;
font-weight: bold;
padding: 0px 0px 2px 2px;
}

#CatalogModule #CatalogName A {
color: #1b89e8;
}

#CatalogModule #CatalogName A:Hover {
color: #166fbb;
text-decoration:underline;
}

#CatalogModule #CategoryList {
padding: 0px 0px 7px 2px;
}

#CatalogModule .Category {
background-image: url(images/cat_icon.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 10px;
line-height: 14px;
}



.CatalogName {
font-family: Arial, Verdana;
font-size: 12px;
font-weight: bold;
display: block;
margin-bottom: 2px;
}

A.CatalogName:link, A.CatalogName:active, A.CatalogName:visited {
color: #1b89e8;
text-decoration:none;
}

A.CatalogName:Hover {
color: #ff5301;
text-decoration:underline;
}


.CategoryName {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
}

A.CategoryName:link, A.CategoryName:active, A.CategoryName:visited {
color: #444;
text-decoration:none;
}

A.CategoryName:Hover {
color: #000;
text-decoration:underline;
}

#CatalogModule #CategorySep {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color: #333333;
padding: 0px 3px 0px 0px;
}

#CatalogModule .CatalogSep {
border: none;
}



.VisListAA {
border-top: solid 1px #e1e1e1;
border-bottom: solid 1px #e1e1e1;
}



.List3Alt {
background: #f5f5f5;
}



.PD-BankTable {
border-collapse: collapse;
margin: 0 20px 30px 0;

}

.PD-BankTable th {

padding:4px;
font: bold Tahoma, Arial, Verdana;
border: solid 1px #2d8ad6;
background-color:#2d8ad6;
font-size:11px;
color:#fff;
text-align:center;
height: 30px;
}

.PD-BankTable td {

padding:4px;
font: normal Tahoma, Arial, Verdana;
font-size:11px;
border: solid 1px #e1e1e1;
}



.PD-GridItem {
background-color:#f5f5f5;
}
.PD-GridAltItem {
background-color:#ffffff;
}

.PD-GridSelectedItem {
color:#d66000;
background-color:#fffae9;
}



/* Kategori Seçim Kontrol Stili*/
.CategoryPath
{
    margin:4px;
}

.CategoryPath li
{
    display: inline;
    padding-right:5px;
}


.ModuleContent2 {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #f8f7f2;
	border: #d6d5d3 1px solid;
}
.ModuleContent2 .CatalogName {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #444444;
	font-weight: bold;
	padding: 0px 0px 2px 2px;
}
.ModuleContent2 .CatalogName A {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #444444;
	font-weight: bold;
	padding: 0px 0px 2px 2px;
}

.CatalogName {
	color: #444444;
}
A.CatalogName:link, A.CatalogName:active, A.CatalogName:visited {
	color: #444444;
	text-decoration:none;
}

A.CatalogName:Hover {
	color: #ff5301;
	text-decoration:underline;
}
.CampaignClass {
	padding-top: 5px; 
	 padding-bottom: 10px; 
	 background-color: #f8f7f2; 
	 padding-left: 5px; 
	 width: 165px; 
	 font-family: arial; 
	 font-weight: bold; 
	 padding-top: 5px
	 border: 1px solid #c0c0c0;
}
.CampaignClass a {
	 font-family: arial; 
	 font-weight: bold;
	 color: #664444;
}
.CampaignClass a:hover {
	 color: #FF0000;
}


a:focus {outline: none;}
img { -ms-interpolation-mode:bicubic }
*:focus{ outline:none; }

#FadeAlbumBox {
	display: none;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	filter: alpha(opacity=80);
	z-index: 9999;
}
#AlbumFlash {
	width: 548px;
	height: 468px;
	background: #333;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
}





/* kisiselbakim.com BOX CSS */
.kbnewsroot
{
    width: 188px;
    min-height: 220px;
	margin-left: 4px;
}
.kbnewsheader
{
    height: 64px;
    background-image: url("images/kb-news_03.png");
}
.kbnewscontent
{
    background-image: url("images/kb-news_11.png");
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.kbnewscontentspan
{
	width: 170px;
}
.kbnewscontent img
{
	vertical-align: bottom;
	margin-right: 4px;
}

.kbnewscontent a
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.kbnewscontent a:hover
{
	text-decoration: none;
}
.kbnewsline
{
	clear: both;
	padding: 3px 4px;
	border-bottom: 1px dotted #ededed;
}
.kbnewsfooter
{
    background-image: url("images/kb-news_13.png");
    height: 18px;
}




.QuickBox {
	text-align: center;
	border: 0px solid #666; 
	min-height: 400px; 
	width: 326px;
	position: absolute;
	z-index: 100000 !important;
	display: none;
}
.QuickBoxShow {
	text-align: center;
	border: 0px solid #666; 
	min-height: 400px; 
	width: 326px;
	position: absolute;
	z-index: 100000 !important;
}

.BoxProductName{
	font-size: 17px;
	color: #666;
	padding: 4px 4px;
	line-height: 1;
	display: block;
	background-color: #f1f4f6;
	margin: 0px 9px 0px 5px;
	border-bottom: 1px dotted #c0c0c0;
}
.BoxImageDiv{
	min-width: 260px;
	max-height: 300px;
	margin: auto auto;
	display: block;
}
.BoxImage{
	width: 260px;
	height: 260px;
	padding: 5px 0px;
}
.PriceBoxes 
{
	margin: 0px 9px 0px 5px;
	padding: 10px 4px;
	background-color: #f1f4f6;
	border-top: 1px dotted #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
	clear: both;
}
.BoxListPrice
{
	font-size: 16px;
	color: #666;
	margin: 0px 0px 8px 0px;
	text-decoration: line-through;
	clear: both;
}
.BoxPrice{
	font-size: 26px;
	color: #f16c00;
	clear: both;
}
.BoxAddToBasket{
	margin: 5px 9px 0px 5px;
	padding: 10px 4px;
	clear: both;
	font-size: 18px;
	color: #336699;
}
.BoxAddToBasket a{
	font-size: 18px;
	color: #336699;
}






/* ddtabs styles */

.ddtabs{

float: left;
}

.ddtabs ul{
padding:0px;
margin: 0px;

}

.ddtabs ul li{
display: inline;
list-style-type: none;
float:left;
}


.ddtab {
display:inline-block;
font: normal 13px Arial, Helvetica, sans-serif;
}


.ddtab strong {
background: url(/skins/vimjo/images/mmenu-sep.png) left 5px no-repeat;
display:inline-block;
padding: 8px 13px 9px 13px;
cursor: pointer;
font-weight: bold;
}

.ddtab .first {
background:none;

}

a.ddtab:link, a.ddtab:visited {
text-decoration: none;
color: #014e86;
}


a.ddtab:hover, .ddtabs li.selected .ddtab strong {
background-image: none;
background-color: #fff;
text-decoration: none;
color: #ff5400;
}



.TabLink {
display: block;
font: normal 12px Arial, Helvetica, sans-serif;
padding-bottom:4px;
}
a.TabLink:link, a.TabLink:active, a.TabLink:visited {
text-decoration: none;
color: #444;
}


a.TabLink:hover {
color: #444;
text-decoration: underline;
}



/* ######### Style for Drop Down Menu ######### */

.ddtabframe {
position:absolute;
top: 0;
z-index:100;
visibility: hidden;
margin:-1px 0 0 -1px;
}


.ddtabcontent {
background: #fff;
border-left: solid 1px #c5c5c5;
padding: 10px 5px 7px 13px;
width:200px;
}

* html .ddtabcontent a.TabLink:link, a.TabLink:active, a.TabLink:visited { /*IE only hack*/
width: 100%;
}


/* ddtabs styles (infile) */
.MenuLink {
font-family: arial, tahoma;
font-size: 11px;
color: #333333;
padding: 4px 4px 3px 4px;
margin: 0px 0px 3px 0px;
height: 15px;
}
.MenuLink:hover {
background-color: #efefef;
cursor: pointer;
}
.MenuLink a {
font-family: arial, tahoma;
font-size: 12px;
display: inline;
margin: 0px 0px 0px 0px;
}
.MenuLink img {
float: left;
display: inline;
margin: 5px 3px 0 3px;
}




/* SEARCH */
	#searchbox{
		width: 275px;
		height: 27px;
		background-image:url('//img.vimjo.com/skins/vimjo/arama/images/index_01.jpg');
		background-repeat:no-repeat;
		background-position:left center;
		display: inline-block;
	}
	#searchbox input{
		margin: 5px 0px 1px 5px;
		width: 270px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		border: 0px solid #fff;
		outline: none;
		background-image:url('//img.vimjo.com/skins/vimjo/arama/images/index_01.jpg');
		background-repeat:no-repeat;
		background-position:right center;
		
	}
	#MenuControl{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding-top: 0px;
		padding-left: 2px;
		margin-top: 7px;
		font-weight:bold;
		color: navy;
		cursor:pointer;
		width: 131px;
		display: inline-block;
		text-align: left;
	}
	#cats {
		width: 186px;
		height: auto;
		border: 1px solid #c0c0c0;
		border-top: none;
		display: none;
		position: absolute;
		margin-left: -5px;
		margin-top: 0px;
		background-color: #fff;
		z-index: 9997;
	}
	#cats div {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		cursor: pointer;
		padding: 3px 3px;
		display: block;
		text-align: left;
		z-index: 9999;
	}

	#cats div:hover {
		background-color: orange;
		color: #fff;
	}
