/*beauty standard*/
body{
	background-image: url(images/gallery-background-body.gif);
	background-color: #555555;
}
body, p, td, li, a, select, textarea, input{
	color: #DDDDDD;
}


/*containerization*/
#container{
	background-image: url(images/gallery-background-content.gif);
}


/*barber shop*/
#main-navigation{
	background-image: url(images/gallery-navi-shadow.gif);
}
#main-navigation a{
	color: #CCCCCC;
}
#main-navigation a.main-selected{
	background-image: url(images/gallery-main-navi-selected.gif);
	background-color: #EFE1D4;
	color: #FFFFFF;
	border-bottom: #000000 1px solid;
}
#main-navigation a.main-selected:hover{
	background-color: #000000;
	color: #FFFFFF;
}
#main-navigation #main-sub a.main-selected{
	background-color: #727272;
	border: 1px solid #9e9e9e;
	border-top: 0px;
	color: #ffffff;
}
#main-navigation #main-sub a:hover{
	background-color: #404040;
	background-image: none;
}
#main-navigation #main-sub a{
	color: #FFFFFF;
}


/*LEFT COLUMN NAVIGATION*/
#left-column{
	background-image: url(images/gallery-background-columns.gif);
}
#left-column a{
	display: block;
	text-align: right;
	padding: 4px 13px 3px 0px;
	border-top: 1px solid #c9c8c8;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
#left-column a:hover{
	background-color: #909090;
}
#left-column a.main-selected{
	/*color: #FFFFFF;*/
	/*background-color: #ffcc99;*/
	background-color: #333333;
}



/*MINIBASKET TITLE*/
div.minibasket-title{
	background-color: #404040;
	padding: 0px 0px 2px 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}


/*kinda stuff*/
#right-column{
	background-image: url(images/gallery-background-columns.gif);
}
#center-column{
	background-color: #444444;
}


/*basketized*/
table.basket td.basket-count{
	width: 110px;
}
table.basket td.basket-count input.input-button{
	width: 110px;
}
table.basket td.basket-count input{
	width: 30px;
}



/*usefull classes*/
input.input-button, #content .basket a.input-button{
	background-image: url(images/gallery-main-navi-selected.gif);
	border: 1px solid #c9c8c8;
	cursor: pointer;
	color: #FFFFFF;
}
#content .basket a.input-button{
	padding: 1px 7px 1px 7px;
}
p.list-product-input span.product-more a{
	background-image: url(images/gallery-main-navi-selected.gif);
	border: 1px solid #c9c8c8;
}
input{
	color: #666666;
}

/*shopping*/
div.list-product-image a{
	padding: 0px;
	margin: 0px;
}
div.list-product-image img{
	border: none;
	margin: 0px 0px 0px 10px;
}
span.list-image-repeat{
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(images/gallery-image-list-repeat.gif);
	background-repeat: repeat-y;
	/*background-position: -7px -10px;*/
}
span.list-image-top{
	display: block;
	background-image: url(images/gallery-image-list-top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	margin: 0px 0px 0px -5px;
}
span.list-image-bottom{
	display: block;
	background-image: url(images/gallery-image-list-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
	margin: 0px 0px 0px -5px;	
}
div.single-product-image img{
	border: none;
	margin: 0px 0px 0px 0px;
}
span.single-image-repeat{
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	background-image: url(images/gallery-image-single-repeat.gif);
	background-repeat: repeat-y;
}
span.single-image-top{
	display: block;
	background-image: url(images/gallery-image-single-top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
}
span.single-image-bottom{
	display: block;
	background-image: url(images/gallery-image-single-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
	margin: 0px 0px 10px 0px;
}



/*ie*/
*html div.minibasket-product p.minibasket-image {
	margin: 10px 5px 0px 0px;
}
