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

h1 {
	font-size: 14px;
}

h4 {
	font-size: 10px;
}

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

#righty h1 {
	font-size: 14px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

body {
        text-align: center;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
        padding: 0px;
	background-color: #dad9d9;
}

.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: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: white;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
#topbanner {
	height: 63px;
	overflow: hidden;
	background-color: white;
	background-image: url('../../avigalimg/home.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#topmenu {
	background-color: #c8d7e3;
}

#belowtopmenu {
	display: none;
	height: 19px;
	background-color: white;
	border-bottom: 2px solid #1b559c;
	margin-bottom: 1px;
}

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 {
	height: 20px;
	border-top: 2px solid #99afc4;
	border-bottom: 1px solid #99afc4;
}

#adminbar ul {
	height: 21px;
}

div.horizmenu ul ul,
#topmenu ul ul {
	display: none;
	position: absolute;
	z-index: 100;
	height: auto;
	border: none;
}
#topmenu ul ul {
	background-color: #c8d7e3;
}
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;
}

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: 10px;
	padding-right: 20px;
	padding-top: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-decoration: none;
	color: #293d6b;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 93% 53%;
}
#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.active > a,
#topmenu ul li:hover > a {
	text-decoration: underline;
}
#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 {
	font-weight: normal;
	text-decoration: underline;
}

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

#content {
	background-color: white;
	padding-top: 1px;
}

#containertop {
	padding-bottom: 8px;
}

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

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

#righty {
	margin-left: 165px;
	width: 604px;
	text-align: left;
	padding-left: 10px;
	border-left: 1px solid #cdcdcd;
	margin-bottom: 8px;
}

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

#rightyr {
	margin-left: 415px;
}

#topbanner .htmlbox {
	float: right;
	margin: 10px;
	margin-top: 22px;
	text-align: left;
	color: #2269b6;
}

#topbanner .htmlbox a {
	color: #2269b6;
	text-decoration: none;
}

#topbanner .langchooser {
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	color: white;
}
#topbanner .langchooser select {
	color: #4784c3;
}
#topbanner .langchooser p {
	margin: 0;
	padding: 0;
}

#topbanner .langchooser ul {
	float: right;
}

#topbanner .langchooser ul li a {
	font-weight: bold;
	color: white;
	padding-left: 10px;
	text-decoration: none;
}

#topbanner .langchooser ul li:first-child a {
	border-right: 1px solid white;
	padding-right: 10px;
}

#topbanner .langchooser ul li:hover a,
#topbanner .langchooser ul li.active a {
	text-decoration: underline;
}

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;
	background-color: #ccd1e3;
	font-size: 10px;
	color: black;
	padding: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.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 {
	margin-top: 1px;
	border-bottom: none;
}

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

.prodmenu ul li.active a {
	color: #293d6b;
	font-weight: bold;
}
.prodmenu ul li.inactive a {
	color: black;
	font-weight: normal;
}

.prodmenu ul li.active ul,
.prodmenu ul li.active {
	background-color: #f0f0f0;
}

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

.prodmenu ul li.active ul li.newnode a,
.prodmenu ul li.newnode a {
	text-decoration: underline;
	background-image: url(../../avigalimg/prodmenuarrow-first.png);
}

.prodmenu ul li a {
	text-decoration: none;
	padding-left: 12px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../../avigalimg/prodmenuarrow-first.png);
	background-position: 4px 5px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.prodmenu ul ul li a {
	padding-left: 31px;
/*	background-image: url(../../avigalimg/prodmenuarrow.png); */
	background-position: 23px 50%;
	background-repeat: no-repeat;
	font-weight: normal;
}

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

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

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

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

.prodmenu ul li a:hover {
	color: #003466;
}

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

#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%;
	margin-top: 0px;
}

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

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

.products .list td {
	padding-top: 0px;
	padding-bottom: 15px;
}

.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: #e0e0e0;
	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;
}

.products td.rightcell {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 5px;
/*	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: 5px;
}

.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;
}

.startpagetext h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-left: 15px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.startpagetext {
	padding: 5px;
	padding-top: 0;
	color: #333333;
}

div.makedoor {
	background-color: #e0e0e0;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
}

div.makedoor a {
	color: #003466;
	text-decoration: none;
}
div.makedoor img {
}

#rightyr div.insertmail label,
#rightyr div.insertmail div.subscribetext {
	padding-left: 5px;
	color: #333333;
	padding-left: 5px;
}

#rightyr div.insertmail input {
	margin-top: 5px;
	background-color: white;
	border: 1px solid #7f9db9;
	width: 120px;
}
#rightyr div.insertmail div.submit_button {
	margin-top: 2px;
	text-align: right;
}
#rightyr div.insertmail button {
	font-size: 10px;
	background-color: transparent;
	border: none;
	font-weight: bold;
	color: #08588b;
	margin-right: 5px;
}

#rightyr div.insertmail {
	padding-bottom: 5px;
}

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

#rightyr h1 {
	background-color: #ccd1e3;
	color: black;
	font-size: 10px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#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: 5px;
}

div.news h2 a {
	color: #152f85;
	text-decoration: underline;
	font-weight: normal;
}

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.basket {
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: white;
	color: #333333;
	padding-bottom: 5px;
	border: 1px solid #cdcdcd;
}

div.basket h2 {
	background-color: #e27c00;
	color: white;
	font-size: 10px;
	padding: 2px;
	margin: 0;
	padding-left: 20px;
	padding-right: 5px;
	margin-bottom: 10px;
	background-image: url('../../avigalimg/cart-white.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

div.basket div.prepend {
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 5px;
}

div.basket div.basketitems {
	border: 1px solid white;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	margin-bottom: 5px;
}

div.basket div.basketitems div.theprice {
	margin-top: 10px;
	margin-bottom: 5px;
}

div.basket div.basketitems div.theprice span.number {
	font-weight: bold;
}

div.basket div.abasketitem {
	margin-bottom: 5px;
	margin-top: 5px;
}

div.basket div.abasketitem span.index {
	font-weight: bold;
}

div.basket div.gotobasket {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.basket div.gotobasket a {
	background-color: #606060;
	color: white;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

div.basketfooter {
	margin-top: 10px;
}

div.basketfooter h3 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #333333;
}

div.basketfooter label {
	width: 100px;
	float: left;
	display: block;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

div.basketfooter div {
	margin-bottom: 5px;
}

div.basketfooter button {
}

div.basketfooter .dologin {
	display: 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 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;
}

#copyinfo {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: #003466;
	border-top: 1px solid #e6e6e6;
}

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

#copyleft {
	padding-bottom: 10px;
	text-align: center;
	float: left;
}

#copyright {
	text-align: right;
}

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

#nmf a {
	color: red;
}

div.makedoormod {
	border: 1px solid #333333;
	width: 492px;
	margin-left: auto;
	margin-right: auto;
}

div.makedoormod div.aphoto {
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.makedoormod div.aphoto a {
	display: block;
	padding-bottom: 5px;
}

div.makedoormod div.backgrounds {
	width: 400px;
	margin-left: 0px;
	height: 75px;
	overflow: scroll;
	background-color: #ebefea;
	padding-top: 5px;
}

div.makedoormod div.foregrounds {
	width: 90px;
	float: left;
	height: 400px;
	overflow: scroll;
	background-color: #e8dccd;
}

div.makedoormod div.thething {
	position: relative;
	margin-left: 90px;
	margin-top: 0px;
	width: 300px;
}

div.makedoormod div.text {
	color: #929492;
	margin-left: 20%;
	margin-bottom: 10px;
}

div.makedoormod div.textfor {
	color: white;
	border-bottom: 1px solid #333333;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	background-color: #b1885a;
}

div.makedoormod div.textback {
	float: left;
	color: white;
	border-left: 1px solid #333333;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 20px;
	height: 60px;
	background-color: #929492;
	width: 60px;
}

div.makedoormod div.thefore {
	position: absolute;
	z-index: 90;
	left: 30px;
	top: 15%;
}
