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

h1 {
	font-size: 14pt;
	font-weight: normal;
}

h4 {
	font-size: 12px;
}

ol {
	font-weight: bold;
}

ol span {
	font-weight: normal;
}

#righty h1 {
	color: #696969;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #d5d7d6;
}

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

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

.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: 918px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: white;
	position: relative;
	padding-left: 1px;
	padding-right: 1px;
}

#popup_container {
	width: 750px;
	background-color: white;

}

.back {
	display: none;
}

div#adminbar {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: grey;
	overflow: visible;
}

#topbanner {
	height: 90px;
	margin: 0;
	padding: 0;
	background: #ffffff url('../../images/logicone/home.png') top left no-repeat;
}

#logo_link_left  a {
	display: block;
	position: absolute;
	float: left;
	top: 7px;
	left: 20px;
	width: 100px;
	height: 81px;
}


#logo_link_right a {
	display: block;
        position: absolute;
	float: left;
        top: 10px;
        left: 600px;
        width: 205px;
        height: 67px;
}


#abovetopmenu {
	height: 20px;
	overflow: visible;
	margin-bottom: 3px;
	background-color: #efefef;
}

#topmenu {
	height: 35px;
	/*background-color: #a1a0a5;*/
	background: url(../../images/logicone/menu_bg.jpg);
	border: 1px solid #cccccc;
}

#belowtopmenu {
	height: 28px;
	background-color: white;
	border-bottom: 3px solid #d5d7d6;
}

#topmenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 35px;
}

#topmenu ul li {
        display: inline;
        float: left;
}

#topmenu ul ul {
        position: absolute;
	display: none;
	text-align: left;
	float: left;
	/*height: 39px;*/
        left: 0px;
}

#topmenu ul ul li {
	float: left;
}

#topmenu ul li.active  ul {
        display: inline;
        float: left;
        width: 900px;
}

#topmenu ul li:hover  ul {
        display: inline;
        float: left;
        width: 900px;
}


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

#topmenu ul li:hover ul ul{
        display: none;
}


#topmenu ul li a {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        height: 26px;
        padding-top: 9px;
        text-decoration: none;
        color: #333333;
        font-weight: bold;
        font-size: 8pt;
        border-right: 1px solid #cccccc;
        background: url(../../images/logicone/menu_bg.jpg);
}

#topmenu ul li:last-child a {
        border-right: none;

}

#topmenu ul li.active > a,
#topmenu ul li:hover > a {
        color: #28a1da;
}

#topmenu ul ul li a,
#topmenu ul ul li.active > a,
#topmenu ul ul li:hover > a {
        display: block;
        background: transparent url('../../images/logicone/bullet.png') no-repeat;
        background-position: 2px 13px;
        font-weight: normal;
        font-size: 8pt;
        border: none;
        margin-left: 3px;
        padding-left: 13px;
        padding-right: 15px;
}

#topmenu ul ul ul li a,
#topmenu ul ul ul li.active > a,
#topmenu ul ul ul li:hover > a {
        display: none;
}

/* User Admin Top Horizontal Menu  */

div.horizmenu {
        height: 28px;
        background: url(../../images/logicone/horiz_bg.jpg);
        background-position: bottom;
        border: 1px solid #cccccc;
        overflow: visible;
}

div.horizmenu ul {
        list-style: none;
        list-style-type: none;
        text-align: left;
        margin: 0;
        padding: 0;
        height: 25px;
	background-image: url(../../images/logicone/logicone_cms.png);
	background-position: right;
	background-repeat: no-repeat;
}

div.horizmenu ul ul {
        display: none;
        position: absolute;
        z-index: 100;
        background: url(../../images/logicone/horiz_menu_bg.jpg);
        background-position: bottom;
	background-repeat: repeat-x;
        border: 1px solid #cccccc;
        height: auto;
}

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

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

div.horizmenu ul ul li {
        display: block;
        float: none;
}

div.horizmenu ul li a {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        height: 18px;
        padding-top: 5px;
        margin-top: 1px;
        margin-bottom: 1px;
        text-decoration: none;
        color: #333333;
        font-weight: bold;
	border-right: 1px solid #cccccc;

}

div.horizmenu ul li:hover > a {
        color: black;
        background-color: #f1f1f1;
	background-image: url(../../images/logicone/horiz_bg_over.jpg);
}

div.horizmenu ul ul li a,
div.horizmenu ul ul li.active > a,
div.horizmenu ul ul li:hover > a {
        background-image: none;
	border: 1px solid white;
}

div.horizmenu ul ul li:hover > a {
	background-color: #e4f4fd;
	border: 1px solid #cce9fa;
}
 ----------------------------------------*/

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

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

#lefty {
	float: left;
	width: 200px;
	text-align: left;
	margin-top: 35px;
}

#leftytop .pagetitle_lefty,
#leftytop .treemenu h1 {
	display: block;
	padding: 3px 0px 0px 2px; 
	height: 28px; 
	font-weight: bold; 
	font-size: 12px; 
	border-top: 1px solid #D4D4D4; 
	background: url('../../images/logicone/bg1.gif') repeat-x right bottom;
}

#leftytop .aphoto, 
#leftytop .htmlbox_leftybanner {
	margin-top: -20px;
}

#leftytop .treemenu {
	background: url('../../images/logicone/bg2.gif') repeat-x right bottom;	 
	padding-bottom: 7px;
	margin-bottom: 20px;
}

#leftytop .treemenu ul {
	list-style: none;
        list-style-type: none;
        text-align: left;
        margin: 0;
        padding: 0;

}

#leftytop .treemenu ul li {	
	text-indent: 0px; 
	padding-top: 6px; 
	margin:0px; 
	height:18px; 
	!height:25px; 
	border-bottom:1px solid #D4D4D4;
}

#leftytop .treemenu ul li .active {
	padding-left:12px;
	background: url(../../images/logicone/small_arrow_right.png) no-repeat 2px 3px; 
	font-weight: bold; 	
}


#leftytop .treemenu ul li .inactive {
	padding-left:12px;
        background: url(../../images/logicone/small_arrow.png) no-repeat 2px 3px;
        font-weight: normal;
}

#leftytop .treemenu ul li a {
	text-decoration: none;
	color: #333333;
}

#leftytop .treemenu ul li a:hover {
	color: #27a0da;
}

#leftytop .treemenu ul ul {
	display: none;
}
	

#righty {
	margin-left: 200px;
	width: 708px;
	text-align: left;
	padding-left: 10px;
}

#righty .aphoto,
#righty .htmlbox_middlebanner {
	margin-top: -1px;
	padding: 0px;
	border: 0px;
}

#righty .htmlbox,
#righty .htmlbox table {
	font-size: 9pt;;
	line-height: 14pt;
	
}


#rightyl .htmlbox a, 
#rightyl .htmlbox a:visited  {
        color: #27a0da;
}

#rightyl .htmlbox a:hover  {
	text-decoration: none;
}



#righty .htmlbox p {
        text-align: left;
        
}

.black_bullet {
        display: block;
	line-height: 8pt;
	padding-top: 12px;
	padding-left: 10px;
        background: url(../../images/logicone/black_bullet.png) no-repeat 2px 16px;
        font-size: 8pt;
	
}

.orange_big {
	font-size: 9pt;
	color: #eb7c00;
}

.roundbox {
	display: block;
	border: 2px solid #c0c0c0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.separator {
	border-top: 2px solid #c0c0c0;
	margin-top: 8px;
	height: 4px;
}

.separator_strong {
	border-top: 3px solid #d5d7d6;
        margin-top: 8px;
        height: 6px;
}
 
#righty .htmlbox  ul,
#rightyl .startpagetext ul {
        list-style: none;
        list-style-type: none;
        text-align: left;
        margin: 0;
        padding: 0;

}


#righty  .htmlbox ul li,
#rightyl .startpagetext ul li {
        text-indent: 0px;
        padding-top: 8px;
	padding-left:14px;
        background: url(../../images/logicone/small_arrow.png) no-repeat 2px 14px;
	font-size: 8pt;
}

#righty  .htmlbox ul li a,
#rightyl .startpagetext ul li a {
        text-decoration: underline;
	color: #1b94cf;
}

#righty  .htmlbox ul li a:hover,
#rightyl .startpagetext ul li a:hover {
        text-decoration: none;
}




#righty .htmlbox h1, 
#rightyl .startpagetext h1{
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	border: none;
        padding-left:18px;
        background: url(../../images/logicone/big_arrow.png) no-repeat 2px 9px;
} 

#rightytop .htmlbox_middlebanner h1 {
        font-size: 9pt;
	line-height: 16px;
        font-weight: normal;
        color: #333333;
        border: none;
        padding-left:18px;
        background: url(../../images/logicone/big_arrow.png) no-repeat 2px 8px;
}

#righty .htmlbox h4 {
	color: #27a0da;
	font-size: 9pt;
	font-weight: bold;
}

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

#rightyr {
	margin-left: 718px;
	margin-top: 5px;
		display: none;
}

#righty .gallery {
	padding-left: 44px;	
}

#righty ul .gallery {
	list-style: none;
	list-style-type: none;
	display: inline;
}
#righty .gallery ul li {
	display: block;
	float: left;
	width: 161px;
	margin-right: 25px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #c0c0c0;
	background-image: url(../../images/logicone/tile_product_thumb.png);
	background-position: bottom;
	background-repeat: repeat-x; 
}

#righty .gallery ul li:hover {
        background-image: url(../../images/logicone/tile_product_thumb_over.png);
	background-position: top;
        background-repeat: repeat-x;
	border: 1px solid #27a0da;
}

#righty .gallery img {
	border: 3px solid white;
}

.lezanta {
	margin-top: 8px;
	margin-bottom: 8px;
}

.lezanta a {
	text-decoration: none;
	color: #27a0da;
}

.popupimage {
        display: block;
        float: left;
        width: 280px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        border: 1px solid #c0c0c0;
        background-image: url(../../images/logicone/tile_product_thumb.png);
        background-repeat: repeat-x;
	background-position: bottom;
}

.popupimage:hover {
        background-image: url(../../images/logicone/tile_product_thumb_over.png);
        background-repeat: repeat-x;
	background-position: top;
        border: 1px solid #27a0da;
}

.popupimage img {
        border: 3px solid white;
}

.portfolio_thumb, .portfolio_descr { 
        border: 1px solid #f1f1f1;
        background-image: url(../../images/logicone/tile_portfolio.png);
        background-repeat: repeat-x;
        background-position: bottom;
	font-size: 11px;
	line-height: 14px;
}

.portfolio_thumb:hover {
	background-image: url(../../images/logicone/tile_portfolio_over.png);
	background-position: top;
}

#abovetopmenu .htmlbox {
	width: 710px;
	float: left;
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 20px;
	padding: 0;
	text-align: left;
	color: #434343;
}

#abovetopmenu .htmlbox p {
	margin: 0;
	padding: 0;
}

#abovetopmenu .htmlbox a {
	color: #434343;
	text-decoration: none;
}


#abovetopmenu .htmlbox a:hover {
        color: #00a2ff;
        text-decoration: underline;
}


#abovetopmenu .langchooser {
	width: 155px;
	float: left;
	text-align: right;
	margin-top: 2px;
	margin-right: 10px;
	color: #434343;
}
#abovetopmenu .langchooser select {
	color: #434343;
}
#abovetopmenu .langchooser p {
	margin: 0;
	padding: 0;
}

div.searchy {
	display: block;
	width: 201px;
	height: 107px;
	background-image: url('../../images/logicone/search_bg.png');
	background-repeat: no-repeat;
	color: #333333;
	/*padding: 5px;*/
	padding-top: 6px;
	padding-bottom: 15px;
	/*border-bottom: 1px solid #c0c0c0;*/
}

div.searchy h1 {
	display: none;
}

div.searchy h3 {
	
        /*display: block;*/
        /*padding: 3px 0px 0px 2px;*/
        /*height: 28px;*/
        font-weight: bold;
        font-size: 12px;
	padding-left: 70px;
	margin-top: 0px;
        /*border-top: 1px solid #D4D4D4;
        background: url('../../images/logicone/bg1.gif') repeat-x right bottom;*/




/*      background-image: url(../../images/logicone/tile_product_thumb.png);
	border-bottom: 1px solid #c0c0c0;
	font-weight: bold;
	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;
	padding-top: 16px;
	padding-left: 40px;
}

div.searchy button {
        width: 86px;
        height: 18px;
        border: none;
        background-image: url(../../images/logicone/search_button.png);
        background-repeat: no-repeat;
        padding-bottom: 3px;
	padding-right: 3px;
        font-weight: bold;
	font-size: 10px;
	margin-left: 68px;
	color: white;
}

div.searchy button:hover {
	border: none;
}

/*	border: 1px solid #cccccc;
	background-color: #e1e1e1;
	color: #4d6a96;
	font-size: 1em;
	font-weight: bold;*/


div.searchy input {
	width: 150px;
	height: 15px;
	margin-bottom: 10px;
}

.asearchgroup li {
	margin-bottom: 10px;
}

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

#righty .prodmenu h1,
.prodmenu h1 {
        display: block;
        padding: 3px 0px 0px 2px;
        height: 28px;
        font-weight: bold;
        font-size: 12px;
        border-top: 1px solid #D4D4D4;
        background: url('../../images/logicone/bg1.gif') repeat-x right bottom;
}

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

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


.prodmenu {
        background: url('../../images/logicone/bg2.gif') repeat-x right bottom;
        padding-bottom: 7px;
        margin-bottom: 20px;
}

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

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


.prodmenu ul li {
	margin-top: 1px;
	border-bottom: 1px solid #D4D4D4;
}

.prodmenu li.active > ul {
	display: block;
	margin-left: 5px;
}

.prodmenu ul li.active {
	padding-left: 12px;
	background: url(../../images/logicone/small_arrow_right.png) no-repeat 2px 3px;
	font-weight: bold;
}

.prodmenu ul li.inactive {
        padding-left: 12px;
        background: url(../../images/logicone/small_arrow.png) no-repeat 2px 3px;
        font-weight: normal;
}

.prodmenu ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
}

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


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

.prodmenu ul li.active ul li.newnode a,
.prodmenu ul li.newnode a {
	//background-image: url(../../images/new.png);
	background-repeat: no-repeat;
}

/*.prodmenu ul li a {
	text-decoration: none;
	padding-left: 16px;
	display: block;
	background-color: #f4f4f4;
	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 {
	background-color: white;
	padding-left: 15px;
/*	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: 30px;
	background-position: 37px 50%;
}

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

.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: 10px;
}

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

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

.products .list td {
	padding-top: 10px;
	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: #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 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
/*	background-image: url('../filpoimg/headerarrow.png'); */
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.startpagetext {
	padding: 5px;
	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 {
	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: #e0e0e0;
	color: #333333;
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	height: 23px;
	background-image: url(../../avigalimg/rhead.png);
	background-repeat: repeat-x;
}

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

div.news h2 a {
	color: #1263ab;
	text-decoration: none;
}

div.news h2 a:hover {
	text-decoration: underline;
}

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 div.linktofull a:hover,
div.news div.newsback a:hover {
        text-decoration: underline;
}


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.news p.newsabstract a:hover,
div.news p.newsbody a:hover {
        text-decoration: underline;
}

div.news image a{
	float: left;
}

div.basket {
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: white;
	color: #333333;
	padding-bottom: 5px;
}

div.basket h2 {
	background-color: #e27c00;
	color: white;
	font-size: 11px;
	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.sitemapmenu {
	margin-top: 5px;
	margin-left: 30px;
	width: 350px;
	float: left;
	color: #333333;
}

.sitemapmenu a {
	color: #666666;
	font-size: 9pt;
	text-decoration: none;
}

.sitemapmenu a:hover {
	color: #1b94cf;
	text-decoration: underline;
}

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

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

.sitemapmenu ul li {
	padding-top: 5px;
	padding-left: 12px;
	font-weight: bold;
	background: url(../../images/logicone/small_dot.png) no-repeat 2px 10px;	
}

.sitemapmenu ul ul li {
	font-weight: normal;
}

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

#righty .sitemapmenu h1 {
        display: block;
        padding: 3px 0px 0px 2px;
        height: 28px;
        font-weight: bold;
        font-size: 12px;
        background: url('../../images/logicone/bg1.gif') repeat-x right bottom;
}

.contactform form {
	padding-top: 5px;
	padding-left: 40px;
}

.contactform p button {
	margin-left: 265px;
}

.admin div.submit,
.contactform div.submit {
	text-align: left;
	padding-left: 260px;
}

.contactform button {
	width: 104px;
	height: 26px;
	border: 1px solid white;
	background-image: url(../../images/logicone/submit.png);
        background-repeat: no-repeat;
	padding-bottom: 3px;
	font-weight: bold;
	
}

.contactform button:hover {
	background-image: url(../../images/logicone/submit_over.png);
}

.admin #content label,
.contactform label {
	font-weight: normal;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	font-size: 8pt;
	color: #333333;
}

.admin #content label {
	width: 250px;
}

.contactform input {
	width: 200px;
	height: 16px;	
	font-size: 8pt;
	border: 1px solid #a7a6aa;
	padding-left: 5px;
}

.contactform textarea,
.contactform textarea {
	width: 300px;
	height: 150px;
	border: 1px solid #a7a6aa;
	padding-left: 5px;
}
.admin input:focus,
.admin textarea:focus, 
.contactform input:focus,
.contactform textarea:focus {
	background-color: #ffffdd;	
	border: 1px solid #269fda;
}

/* Admin Popup Cancel and Save buttons */
.htmlbox_submit {
	padding-left: 450px;
}

.htmlbox_submit button,
.htmlbox_submit .close {
      	display: block;
	width: 104px;
        height: 26px;
        border: 1px solid white;
        background-image: url(../../images/logicone/submit.png);
        background-repeat: no-repeat;
        padding-bottom: 3px;
        font-weight: bold;
	margin-top: 10px;
	float: left;

}

.htmlbox_submit .close  {
	padding-top: 4px;
	text-align: center;
}
	
.htmlbox_submit button:hover,
.htmlbox_submit .close:hover {
        background-image: url(../../images/logicone/submit_over.png);
	text-decoration: none;
	color: #333333;
}
/*------------------------------------------------------------------------*/

#copyinfo {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: #646464;
	border-top: 3px solid #d5d7d6;
}

#copyinfo a {
	color: #646464;
	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%;
}

.statuscont span {
	width: 704px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-top: 6px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #4f4f4f;
	border: 2px solid #27a0da;
}

.popup_top {
	display: block;
	width: 750px;
	height: 36px;
	background-image: url(../../images/logicone/popup_top.png);
	background-repeat: no-repeat;
	color: #333333;
	text-align: right;
	padding-top: 10px;

}

a.close {
	margin-right: 35px;
	color: #333333;
	text-decoration: none;
	font-size: 8pt;
}

a:hover.close {
	color: #27a0da;
	text-decoration: underline;		
}


/* LightBox----------------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading_lightbox {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

/*------------------------------------------------*/

