
h1, h4 {
	margin: 0;
	padding: 0;
	color: #333333;
}

h1 {
	font-size: 14px;
}

h4 {
	font-size: 10px;
}

#righty h1 {
	color: #4784c3;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#righty .startpagetext h2,
#righty h1.pagetitle {
	color: #1052ac;
}

body {
        text-align: center;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
        padding: 0px;
	background-color: #979797;
	background-image: url('../../avigalimg/body.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 1.2em;
}

.admin {
	padding-top: 3px;
	padding-bottom: 3px;
        margin-left: auto;
        margin-right: auto;
	width: 780px;
}

.admin > a {
	text-decoration: none;
	color: #b70000;
	font-weight: bold;
	display: block;
}

div.editcontrol a {
	color: red;
	padding-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	text-decoration: none;
}

#container,
#nmf {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

#container {
	padding-bottom: 0;
	margin-bottom: 0;
}

#outercontainer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url('../../avigalimg/outercontainer.png');
	background-repeat: repeat-y;
	background-position: 0 0;
}

#ego {
	background-image: url('../../avigalimg/container.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#topbanner {
	height: 103px;
	overflow: hidden;
	background-color: white;
	background-image: url('../../avigalimg/home.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#topmenu {
	height: 25px;
	background-image: url('../../avigalimg/topmenu.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #d6d8da;
}

div#aboveadminbar,
div#adminbar {
	width: 780px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: white;
}

div#adminbar {
	border-top: 1px solid #b8ab8f;
	background-color: #ede8e2;
	background-image: url('../../images/admin_menu/top_grad.png');
	background-repeat: repeat-x;
	background-position: 0 100%;
}

div#aboveadminbar {
	height: 25px;
}

div#aboveadminbar div.menutoggle {
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}

div#aboveadminbar div.menutoggle a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: red;
}

div#aboveadminbar div.htmlbox {
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}

div.horizmenu ul,
#topmenu ul {
	list-style: none;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#topmenu ul {
	min-height: 25px;
}

#adminbar ul {
	height: 21px;
}

div.horizmenu ul ul,
#topmenu ul ul {
	display: none;
	position: absolute;
	z-index: 100;
	height: auto;
}
#topmenu ul ul {
	background-color: #d6d8da;
}
div.horizmenu ul ul ul,
#topmenu ul ul ul {
	margin-left: 148px;
	margin-top: -20px;
}

#adminbar ul ul {
	height: auto;
	background-color: #f9f7f3;
	border: 1px solid #b8ab8f;
}

div.horizmenu ul > li:hover > ul,
#topmenu ul > li:hover > ul {
	display: block;
}

div.horizmenu ul li,
#topmenu ul li {
	display: inline;
	float: left;
}

#topmenu ul li {
	padding-right: 1px;
	background-image: url('../../avigalimg/topmenuseparate.png');
	background-repeat: no-repeat;
	background-position: 100% 0;
}

div.horizmenu ul ul li,
#topmenu ul ul li {
	display: block;
	float: none;
	width: 150px;
}

div.horizmenu ul li a,
#topmenu ul li a {
	display: block;
}

#topmenu ul li a {
	height: 16px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #383634;
	font-weight: bold;
}
#adminbar div.horizmenu ul li a {
	font-weight: normal;
	color: black;
	height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: none;
	background-image: none;
	border: 1px solid transparent;
}

div.horizmenu ul li.active,
div.horizmenu ul li:hover,
#topmenu ul li.active,
#topmenu ul li:hover {
}

#topmenu ul li a:hover {
	text-decoration: underline;
}

#topmenu ul li.active a {
	background-image: url('../../avigalimg/topmenu-active.png');
}
#topmenu ul li.active > a,
#topmenu ul li:hover > a {
}
#adminbar div.horizmenu ul li:hover > a {
	color: white;
	border-top: 1px solid #4b7fb0;
	border-left: 1px solid #4579ac;
	border-right: 1px solid #4579ac;
	border-bottom: 1px solid #3f76ab;
	background-color: #5c9edb;
	background-image: url('../../images/admin_menu/hover.png');
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#adminbar div.horizmenu ul li.active > a {
	font-weight: bold;
}

#adminbar div.horizmenu ul ul li a,
#adminbar div.horizmenu ul ul li.active > a,
#adminbar div.horizmenu ul ul li:hover > a,
#topmenu ul ul li a,
#topmenu ul ul li.active > a,
#topmenu ul ul li:hover > a {
	background-image: none;
}

div.horizmenu ul ul li a,
div.horizmenu ul ul li.active > a,
div.horizmenu ul ul li:hover > a,
#topmenu ul ul li a,
#topmenu ul ul li.active > a,
#topmenu ul ul li:hover > a {
}

#topmenu div.openfolder,
div.horizmenu div.openfolder {
	display: none;
}

#topmenu ul li.newnode a,
#adminbar div.horizmenu ul li.newnode a,
div.horizmenu ul li.newnode a {
	text-decoration: underline;
	font-weight: bold;
}

#topmenu ul ul li.newnode {
	display: none;
}

#content {
	background-color: white;
	background-image: url('../../avigalimg/content.png');
	background-repeat: repeat-y;
	background-position: 0 0;
	margin-top: 4px;
}

div.twocolumns {
}

div.threecolumns {
}

#onecol {
	padding-top: 10px;
	position: relative;
}

#lefty {
	float: left;
	width: 160px;
	text-align: left;
}

#righty {
	margin-left: 160px;
	width: 580px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

#rightyl {
	float: left;
	width: 415px;
	padding-right: 5px;
}

#rightyr {
	margin-left: 420px;
	margin-right: 1px;
	padding-left: 0;
}

#topbanner .htmlbox {
	float: right;
	margin: 10px;
	margin-right: 5px;
	margin-top: 50px;
	text-align: left;
	color: #1170b9;
}

#topbanner .htmlbox a {
	color: #1170b9;
	text-decoration: none;
}

#topbanner .htmlbox a img {
}

#topbanner .langchooser {
	float: right;
	text-align: right;
	margin-top: 48px;
	color: #1170b9;
}
#topbanner .langchooser select {
	color: #1170b9;
	border: 1px solid #333333;
}
#topbanner .langchooser p {
	margin: 0;
	padding: 0;
}

div.searchy {
	background-color: #f2f2f2;
	color: #333333;
	padding: 5px;
	padding-top: 10px;
}

div.searchy h1 {
	display: none;
}

div.searchy h3 {
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	color: #5a5a5a;
}

div.searchy p {
	margin: 0;
	padding: 0;
}

div.searchy form {
	margin: 0;
	padding: 0;
}

div.searchy button {
	border: 1px solid #cccccc;
	background-color: #e1e1e1;
	color: #4d6a96;
	font-size: 1em;
	font-weight: bold;
}

div.searchy input {
	width: 120px;
}

#righty .prodmenu {
	margin-left: 15px;
	margin-right: 15px;
}

#righty .prodmenu h1,
.prodmenu h1 {
	padding: 0;
	margin: 0;
	margin-left: 0px;
	font-size: 11px;
	color: white;
	padding: 3px;
	padding-left: 8px;
	background-color: #1170b9;
	border-bottom: 1px solid #0e5ea5;
}

#lefty .prodmenu {
	margin-bottom: 30px;
}

.prodmenu div.openfolder a {
	display: inline;
	background-color: white;
	background-image: none;
	padding: 0;
}

.prodmenu div.openfolder {
	margin-left: -1.3em;
}

.prodmenu ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
}

.prodmenu ul ul {
	display: none;
	margin: 0px;
	margin-bottom: 0px;
}


.prodmenu ul li {
	background-color: #147fd1;
}

.prodmenu li.active > ul {
	display: block;
}

.prodmenu ul li.active a {
	background-color: #4399da;
	background-image: url('../../avigalimg/bullet.png');
	font-weight: bold;
}
.prodmenu ul li.inactive a {
}

.prodmenu ul li.meta a {
	background-color: #e3e001;
	color: black;
}


.prodmenu ul li a {
	text-decoration: underline;
	font-size: 11px;
	padding-left: 20px;
	display: block;
	padding-top: 2px;
	padding-bottom: 4px;
	text-decoration: none;
	color: white;
	background-position: 4px 3px;
	background-repeat: no-repeat;
	background-image: url('../../avigalimg/arrow.png');
}



.prodmenu ul ul li a {
	padding-left: 35px;
	background-position: 20px 3px;
	background-repeat: no-repeat;
	font-weight: normal;
}

.prodmenu ul ul li.inactive a {
	font-weight: normal;
	background-color: #147fd1;
}

.prodmenu ul ul ul li a {
	padding-left: 50px;
	background-position: 37px 50%;
}

.prodmenu ul ul ul ul li a {
	padding-left: 65px;
	background-position: 52px 50%;
}

.prodmenu ul ul ul ul ul li a {
	padding-left: 80px;
	background-position: 67px 50%;
}

.prodmenu ul ul ul ul ul ul li a {
	padding-left: 95px;
	background-position: 82px 50%;
}

.prodmenu ul li a:hover {
	text-decoration: underline;
}

.prodmenu a.stopedit,
.prodmenu a.editme {
	color: red;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 4px;
	display: block;
}

.prodmenu ul li.active ul li.newnode a,
.prodmenu ul li.newnode a {
	color: black;
}

#topbanner a.editme,
a.editme {
	color: red;
}

.products a.inserteditlink {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

#copyinfo a:hover {
	text-decoration: underline;
}

.products table {
	width: 100%;
}

.products h4 {
	color: #4d6a96;
	font-size: 11px;
}

.products h4 img {
	margin-right: 5px;
}

.products .list td {
	padding-bottom: 10px;
	border-bottom: 2px solid #f2f2f2; /* Anti gia even/odd */
}
.products .list tr.odd td {
	background-color: #f2f2f2;
}

.products tr.prevnext td {
	padding-top: 15px;
	text-align: right;
}

p.editcustcode {
	display: none;
}

.products div.back a,
.products a.previous,
.products a.next {
	background-color: #ecf4f9;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

.products div.back {
	margin-top: 10px;
	padding: 0;
	width: 109px;	
	height: 22px;
	margin-bottom: 5px;
}

.products div.back a {
	display: block;
	text-align: center;
	height: 18px;
	padding: 0;
	padding-top: 4px;
	margin: 0;
	background-image: url('../../avigalimg/advancedarrow.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
	color: #333333;
}

.products td.rightcell {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
/*	background-image: url('../alfacasaimg/border.png'); */
	background-repeat: repeat-y;
	background-position: 0 0;
}

.products .list td.rightcell {
	background-image: none;
}

.products td.prodphoto {
	text-align: left;
	padding: 10px;
	padding-bottom: 5px;
}

.products .list td.prodphoto {
	width: 155px;
}

.products .detail td.prodphoto {
	width: 210px;
}

.products .detail td.prodphoto {
	padding-top: 10px;
}

.products td.prodphoto img {
	border: none;
}

.products td.prodphoto p.thumbphoto {
	width: 66px;
	height: 66px;
	float: left;
}

.products .thumbspacer {
	width: 95%;
	height: 2px;
	margin-bottom: 10px;
	background-image: url('../alfacasaimg/border.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}

div.zoomin {
	clear: both;
	text-align: left;
	color: #666666;
/*	background-image: url('../filpoimg/zoom.png'); */
	background-repeat: no-repeat;
	padding-left: 15px;
}

.products p {
	margin: 0;
	padding: 0;
	margin-bottom: .8em;
}

.products p.name a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	padding: 2px;
}

.products .prodlabel {
	font-weight: bold;
}

.products .prodactions {
	margin-top: 3px;
	margin-right: 3px;
	float: right;
}

.products .prodactions img {
	height: 1.8em;
}

.products .prodactions a.stick {
	display: none;
}

.products .addtobasket,
.products .removefrombasket,
.products p.prodmore {
	background-image: url('../../avigalimg/darrow.png');
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
	padding-left: 20px;
}

.products .addtobasket a,
.products .removefrombasket a,
.products p.prodmore a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.products .addtobasket a,
.products .removefrombasket a {
/*	background-image: url('../filpoimg/cart.png'); */
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.products .editphotogroup {
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #cccccc;
}

.products .editimg {
	float: left;
	margin-right: 10px;
}

.products div.dologin {
	display: none;
}

.startpagetext h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-bottom: 10px;
}

.startpagetext {
	padding: 5px;
	margin-right: 5px;
	color: #333333;
	border-bottom: 1px solid #c2c2c2;
}

#rightyr .htmlbox {
	background-color: #f1f2f5;
}

#rightyr a {
	color: #1052ac;
	text-decoration: none;
}

#rightyr div.insertmail label {
	color: #2269b6;
}

#rightyr div.insertmail input {
	margin-top: 5px;
}
#rightyr div.insertmail div.submit_button {
	margin-top: 2px;
	text-align: right;
}
#rightyr div.insertmail button {
	background-color: transparent;
	border: none;
	font-weight: bold;
	color: #333333;
}

#rightyr div.news,
#rightyr div.insertmail {
	background-color: white;
	color: #333333;
	margin-right: 5px;
	margin-bottom: 10px;
}

#rightyr h1 {
	background-color: #4c4c4c;
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 22px;
	padding-top: 4px;
	margin-bottom: 1px;
	height: 19px;
	background-image: url('../../avigalimg/arrow.png');
	background-repeat: no-repeat;
	background-position: 3px 5px;
	border-bottom: 1px solid black;
}

#rightyr div.list div.belowitems {
	padding-top: 4px;
}

#rightyr div.thelogin {
	padding-bottom: 0;
}

#rightyr div.thelogin form {
	margin-left: 6px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#rightyr div.thelogin input {
	border: 1px solid #7f9db9;
}

#rightyr div.thelogin button {
	display: block; 
	border: none; 
	background-color: transparent; 
	width: 65px;
	height: 22px;
	padding: 0;
	padding-bottom: 2px;
	margin: 0;
	background-image: url('../../avigalimg/login.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	color: white;
}

#rightyr div.thelogin label {
	display: block;
	font-weight: bold;
}

#rightyr div.itemcontent h3 a {
	text-decoration: none;
	color: #4784c3;
	font-weight: normal;
}

#rightyr div.itemcontent h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}


#rightyr div.filegallery,
#rightyr div.gallery {
	margin-top: 1px;
}

#rightyr div.gallery ul {
        padding-top: 5px;
        padding-bottom: 2px;
}       

#rightyr div.gallery ul li {
        margin-bottom: 8px;
}

#rightyr div.gallery p.editme,
#rightyr div.gallery div.lezanta,
#rightyr div.gallery div.aphoto {
        text-align: center;
}

#rightyr div.gallery div.editmore {
        margin-bottom: 10px;
}

#rightyr div.gallery div.lezanta a {
        color: #4784c3;
        text-decoration: none;
}

#rightyr div.gallery div.pager div.pager_foundinfo {
        display: none; 
}

#rightyr div.gallery div.pager a {
        color: #4784c3;
	font-weight: bold;
}

#rightyr div.gallery div.pager span.pagetext {
        color: #333333;
}

#rightyr div.filegallery {
	margin-top: 15px;
	padding-right: 5px;
	padding-bottom 10px;
}

#rightyr div.filegallery div.lezanta a {
	color: #2269b6;
	text-decoration: none;
}

#rightyr div.filegallery li {
	margin-left: 7px;
}

#rightyr div.filegallery div.editmore {
	margin-bottom: 8px;
}
#rightyr div.itemcontent {
	padding: 0;
	margin: 0;
}

#rightyr div.item div.clearing {
	display: none;
}

#rightyr div.photos {
	float: left;
	width: 56px;
}

#rightyr div.news div.newsitem {
	padding-left: 5px;
	padding-right: 5px;
}

#rightyr div.news p,
#rightyr div.news div.newsbookmark,
#rightyr div.news div.pager_foundinfo {
	display: none;
}

div.news h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
/*	background-image: url('../filpoimg/menuarrow.png'); */
	background-position: 0 .2em;
	background-repeat: no-repeat;
	padding-left: 15px;
}

div.news h2 a {
	color: #2269b6;
	text-decoration: none;
}

div.news div.linktofull {
	text-align: right;
	padding-right: 10px;
}

div.news div.linktofull a,
div.news div.newsback a {
	color: #999999;
	text-decoration: none;
	padding-left: 5px;
}

div.news p.newsabstract,
div.news p.newsabstract a,
div.news p.date,
div.news p.newsbody,
div.news p.newsbody a {
	color: #666666;
	text-decoration: none;
}

div.sitemapmenu {
	margin-top: 5px;
	width: 250px;
	float: left;
	color: #b43c0a;
}

.sitemapmenu a {
	color: #b43c0a;
}

.sitemapmenu ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-bottom: 10px;
}

.sitemapmenu ul ul {
	margin-bottom: 5px;
}

.sitemapmenu ul li {
	padding-top: 3px;
}

#righty .sitemapmenu h1 {
	font-size: 11px;
	padding-left: 7px;
	color: #666666;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	background-image: none;
}

.contactform p {
	margin-top: 0.7em;
	margin-bottom: 1.3em;
}

.contactform p.required select,
.contactform p.required textarea,
.contactform p.required input {
	border: 1px solid #ffa500;
}

.contactform div.submit {
	text-align: left;
	padding-left: 120px;
}

.contactform label {
	font-weight: bold;
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 5px;
	color: #333333;
}

.contactform textarea {
	width: 200px;
	height: 100px;
}

.contactform div.pages {
	width: 100%;
	height: 35px;
}

.contactform div.pages ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.contactform div.pages ul li a.delpage {
	float: none;
	padding: 0;
	display: inline;
}

.contactform div.addgrouptopage {
	margin-top: 10px;
}

.contactform div.delgroup {
	float: right;
}

.contactform div.apage h2 {
	background-color: #e1e1e1;
	margin: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: .3em;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	clear: right;
}

.contactform div.group {
	margin-bottom: 10px;
}

.contactform div.prevnext {
        height: 25px;
        width: 100%;
        float: right;
}

.contactform div.prevnext a {
        font-weight: bold;
        color: #003466;
        background-color: #d8e4fe;
        border: 1px solid #999999;
        text-decoration: none;
        padding: 3px;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
}

.contactform div.prevnext div.prev {
        float: left;
        margin-left: 0px;
}

.contactform div.prevnext div.next {
        float: right;
        margin-right: 5px;
}

div.form_results table {
	border: 1px solid #999999;
}

div.form_results table th {
	background-color: #e1e1e1;
	text-align: center;
}

div.form_results table tr.odd {
	background-color: #d8e4fe;
}

div.form_results table tr.even {
	background-color: #e2bff0;
}

div.form_results div.delapp {
	padding: 5px;
	text-align: center;
}

div.form_results table td {
	border: 1px solid #e1e1e1;
}

div.form_results div.edit form {
	position: absolute;
	background-color: #e1e1e1;
	border: 1px solid #999999;
	padding: 5px;
}

div.form_results div.edit form div.introtext {
	font-weight: bold;
	padding-bottom: 3px;
}

div.item div.clearing {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	height: 1px;
	width: 100%;
}

#copyinfo {
	width: 760px;
	margin-left: auto;	
	margin-right: auto;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
	text-align: center;
	color: white;
	background-color: #585858;
}

#copyinfo a {
	color: #666666;
	text-decoration: none;
}

#copyleft {
	padding-top: 3px;
	padding-left: 5px;
	text-align: center;
	float: left;
}

#copyright {
	text-align: right;
	padding-right: 5px;
}

#nmf {
	color: red;
	text-align: right;
	padding: 7px;
}

#nmf a {
	color: red;
}

div.itemproducts .item h3.itemname {
	font-size: 11px;
}

div.itemproducts .item .actions {
	height: 28px;
}

div.itemproducts .item .actions .delete,
div.itemproducts .item .actions .order {
	float: left;
}

div.itemproducts .item .actions .order {
	margin-right: 4px;
}

div.itemproducts div.detail div.itemedit {
	clear: both;
}

#righty div.pager a,
#righty div.pager_foundinfo,
#righty div.pager_pagecount {
	color: #4376bf;
}

#righty div.pager_foundinfo {	
	float: left;
}

#righty div.pager_pagecount {
	text-align: right;
	margin-right: 35px;
}

#righty div.item div.groupselected {
	margin-top: 40px;
}

#righty div.item div.groupselected a {
	margin-bottom: 10px;
	display: block;
	float: left;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #81b5ff;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
	font-size: 10px;
}

#righty  .itemproducts .belowitems {
	clear: both;
}

.itemnews div.delete {
	float: right;
}

.itemnews h3 {
	margin-bottom: 0;
	background-color: #d4e9f6;
	padding: 5px;
}

.itemnews h3 a {
	color: #1052ac;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.itemnews div.list div.date {
	color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-left: 8px;
	background-image: url('../../avigalimg/darkplainarrow.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.itemnews div.detail div.date {
	margin-top: 10px;
	margin-bottom: 10px;
}

.itemproducts div.photos,
.itemnews div.photos {
	float: left;
	margin-right: 10px;
}

.itemproducts div.list div.item,
.itemnews div.list div.item {
	margin-bottom: 5px;
}

.itemnews div.list div.itemcontent {
	background-color: #ecf4f9;
}

.itemproducts div.list div.itemadmin div.item div.itemcontent,
.itemproducts div.list div.itemsuperadmin div.item div.itemcontent,
.itemnews div.list div.itemadmin div.item div.itemcontent,
.itemnews div.list div.itemsuperadmin div.item div.itemcontent {
	min-height: 190px;
}

.itemnews div.list div.itemuser div.item div.itemcontent {
	min-height: 180px;
}

.itemproducts div.list div.itemuser div.item div.itemcontent {
	min-height: 165px;
}

.itemnews div.linkto {
	margin-top: 10px;
}

.itemnews div.list div.linkto {
	margin-left: 160px;
}

.itemnews div.linkto a {
	color: #1052ac;
	display: block;
	height: 15px;
	padding-left: 15px;
	text-decoration: none;
	background-image: url('../../avigalimg/arrow.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
}
	
.itemproducts div.detail div.itemedit,
.itemnews div.detail div.itemedit {
	margin-top: 10px;
}

.itemproducts div.list div.itemedit,
.itemnews div.list div.itemedit {
}

.itemproducts div.item div.nodeconfig textarea,
.itemnews div.item div.nodeconfig textarea {
	width: 300px;
	height: 300px;
}

.itemproducts div.item div.photos div.zoomtext,
.itemnews div.item div.photos div.zoomtext {
	text-align: center;
	margin-bottom: 8px;
}

.itemproducts div.detail div.photos div.thumbnails,
.itemnews div.detail div.photos div.thumbnails {
	width: 250px;
}

.itemproducts div.detail div.photos div.thumbnails a,
.itemnews div.detail div.photos div.thumbnails a {
	float: left;
	width: 75px;
	height: 65px;
	margin-right: 8px;
}

.itemproducts  div.photos img {
	padding: 2px;
	border: 1px solid #ddd9d9;
}

.itemproducts div.list div.dynfield, 
.itemproducts div.list div.textbox {
	margin-left: 160px;
	margin-bottom: 2px;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #ecf4f9;
	background-image: url('../../avigalimg/bluearrow.png');
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

.itemproducts div.list div.linkto {
	margin-top: 10px;
	margin-left: 160px;
	background-color: #ecf4f9;
	padding-top: 3px;
	padding-bottom: 3px;
}

.itemproducts div.list div.linkto a {
	padding-left: 20px;
	text-decoration: none;
	background-image: url('../../avigalimg/advancedarrow.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	font-weight: bold;	
}

.itemproducts div.item div.dynfields span.dynfieldlabel,
.itemproducts div.item span.label {
	font-weight: bold;
	color: #333333;
}

.itemproducts h3 {
	font-size: 12px;
	margin: 0;
	margin-left: 160px;
	margin-bottom: 8px;
	padding: 0;
}

.itemproducts h3 a {
	text-decoration: none;
	color: #333333;
}

.itemproducts .list .item {
	border-bottom: 1px solid #ddd9d9;
	margin-top: 20px;
}
#rightyr div.itemlastnews div.list {
	background-color: #f5f5f5;
}

#rightyr div.itemlastnews div.itemcontent {
	border-top: 1px solid white;
	padding-top: 3px;
}

#rightyr div.itemlastnews div.item {
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#rightyr div.itemlastnews h3 {
	margin-bottom: 3px;
}

#rightyr div.itemlastnews h3 a {
	font-size: 10px;
	color: #181617;
}

#rightyr div.linkto {
	text-align: right;
}
#rightyr div.linkto a {
	text-decoration: none;
	color: #2269b6;
}

#rightyl div.itemlastnews h3 {
	background-color: #d4e9f6;
	padding: 5px;
}

#rightyl div.itemlastnews h3 a {
	color: #1052ac;
	text-decoration: none;
}

#rightyl div.contactform h1,
#righty div.htmlbox h1,
#righty h1.pagetitle {
	background-color: #d4e9f6;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}

