#left_bar{
	float:left;
	width:260px;
	padding-top:23px;
	padding-right:10px;
}
#center2{
	float:left;
	width:640px;
	margin-top:20px;
	padding-top:45px;
	background-image:url(../images/Markaki_06.jpg);
	background-repeat:no-repeat;
}
#categories{
	background-image:url(../images/images/katigories_03.jpg);
	background-repeat:no-repeat;
	padding-top:40px;
	padding-left:48px;
	padding-right:25px;
}

#categories li{
	margin-bottom:15px;
	border-bottom:1px #669900 dotted;
}

#categories a:link,#categories a:visited, #categories a:active{
	border:none;
	font-family:"Century Gothic", Georgia, Tahoma;
	font-size:13px;
	color: #434242;
	letter-spacing:1px;
	font-weight:500;
}
	
#categories a:hover{
	border:none;
	font-size:13px;
	color: #434242;
	letter-spacing:1px;
	font-weight:500;
	padding-left:20px;
	
}


h1{
	font-family:"Century Gothic";
	font-size:14px;
	margin-left:17px;
	margin-bottom:5px;
}

/* cart
-----------------------------------------------*/
input, textfield{
   font-style:italic;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:12px;
   color:#85991b;
   padding:4px;
   border:dotted 1px #CCCCCC;
   background-color:#FFFFFF;
}

.form img{
	border:1px solid #777777;
}

form{
	margin-bottom:5px;
}

.line{
	border-top:#85991b 1px solid;
}
/*            Menu
                                     */
.arrowlistmenu{
	padding-top:40px;
	padding-left:48px;
	padding-right:25px;
    text-decoration: none;
}

.arrowlistmenu a.menuheader:link,.arrowlistmenu a.menuheader:visited,.arrowlistmenu a.menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
    font-family:"Century Gothic", Georgia, Tahoma;
	font-size:13px;
	color: #434242;
	letter-spacing:1px;
	font-weight:500;
   	margin-bottom:15px;
	border-bottom:1px #669900 dotted;
    cursor: pointer;
    display:block;
    text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
    text-align: center;
    text-decoration: none;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	border:none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	text-decoration: none;
}

.arrowlistmenu ul li{
	border:none;
	padding-bottom: 2px; /*bottom spacing between menu items*/
	text-decoration: none;
}

.arrowlistmenu ul li a{
    border:none;
	font-family:"Century Gothic", Georgia, Tahoma;
	font-size:13px;
	color: #434242;
	letter-spacing:1px;
	font-weight:500;
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
}

.arrowlistmenu ul li a:visited{
    border:none;
	font-size:13px;
	color: #434242;
	font-weight:500;
    text-decoration: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
    border:none;
	font-size:13px;
	color: #434242;
	font-weight:500;
    text-decoration: none;
}
