html, body, root {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #5e5426;
  font-family: serif;
}

a, a:visited, a:hover, a:active {
    color: black; /*#5e5426;*/
}

#column {
  width: 950px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background: transparent url('column-bg.jpg') repeat-y bottom center;
  position: relative;
}

#header {
  height: 270px;
  width: 950px;
  background: transparent url('header-bg.jpg') repeat top left;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}

#header-image {
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  border: 0px;
}

#content, #content-low {
  background: transparent url('column-footer.jpg') no-repeat bottom center;
  padding: 270px 0px 0px 0px;
}

#content-low {
  padding-top: 0px;
}

#minheight {
  height: 100px;
  width: 1px;
  float: right;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

#contentleft {
  width: 223px;
  float: left;
}

#contentright {
  width: 205px;
  float: left;
}

#contentcenter {
  width: 430px;
  padding: 30px 40px 30px 40px;
  float: left;
}

#contentcentertwocolumn {
  width: 580px;
  padding: 30px 40px 0px 10px;
  float: right;
}

#contentpanel {
  width: 280px;
  float: left;
  overflow: hidden;
}

#contentcenter-full {
    width: 630px;
    padding: 30px 40px 30px 40px;
    float: left;
}

#contentfull{
  padding: 30px 140px 30px;
}

#footer {
  clear: both;
  width: 100%;
  padding: 160px 0px 0px 0px;
}
 
 
#footerleft, #footerright {
  width: 42%;
  padding: 0px 1% 3px 1%;
  color: #a8a687;
}

#footerleft a, #footerright a {
  color: inherit;
}
 
#footerleft {
  float: left;
}

#footerright {
  float: right;
  text-align: right;
}

#clearboth {
  clear: both;
  width: 100%;
  height: 1px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

div.poem {
  padding: 40px 20px 0px 0px;
  font-style: italic;
  font-size: 90%;
}



.imageright {
  float: right;
  margin: 20px 0px 20px 20px;
  clear: right;
}

.imageleft {
  float: left;
  margin: 20px 20px 20px 0px;
  clear: left;
}

.imagecenter {
  margin: 20px auto 20px auto;
  display: block;
}

.mini-a {
	float: left;
	margin: 8px 8px 0px 0px;
	padding: 0px;
	/*vertical-align: middle;*/
	width : 120px;
	height : 95px;
	display: table;
	#position: relative;
        background-color: transparent;
	overflow: hidden;
}

.mini-b {
	width: 100%;
	text-align: center;
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.mini-c {
	position: relative;
	#top: -50%;
}

.mini-c img{
	border: 1px solid #82818C;
}

.mini-a:hover{
	background-color: #afab8e;
}


.discussion-post{
	display: block;
	text-decoration: none;
	margin: 10px 0px;
	padding: 6px 4px 3px 4px;
        border: 2px solid #777777;
}

.post-author, .post-caption {
    display: block;
    float: left;
}

.post-time, .post-delete-link{
    display: block;
    float: right;
}

.post-body {
    clear: both;
}

.post-caption {
    font-weight: bold;
    font-size: larger;
}

.post-footer {
    width: 100%;
    height: 1px;
    overflow: hidden;
    clear: both;
}

.album {
    width: 100%;
    padding: 0px;
    margin: 10px 0px;
    background-color: #e9e5c0;
    display: block;
    text-decoration: none;
    color: inherit;
}

.album:hover {
    background-color: #d6d3b1;
}

.album span {
    padding: 10px;
    display: block;
}

.album .album-description {
    font-size: smaller;
}

.album .album-name {
    font-size: larger;
    color: white;
    background: #afab8e url('forward.png') no-repeat center right;
    padding-right: 50px;
    clear: both;
}

.album-header {
    display: block;
    width: 100%;
    background-color: #DDDBC4;

}

.album-header span {
    padding: 10px;
    display: block;
}

.album-header .album-description {
    display: block;
}

.admin-links {
    padding: 5px;
}

.album-first-photo {
    margin: -10px 10px 0px -10px;
    padding: 0px;
    float: left;
    border: 0px;
}

.photo-backtoalbum-link {
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-size: larger;
    background-color: #afab8e;
    color: white;
    text-decoration: none;
    text-align: center;
}

.photo-prev-link img, .photo-next-link img {
    border: 0px;
    vertical-align: middle;
}

.photo-prev-link, .photo-next-link {
    text-decoration: none;
    font-size: large;
    font-weight: 900;
    color: white;
    padding: 0px;
    width: 107px;
    height: 75px;
}

.navigation {
    display: block;
    height: 81px;
    width: 100%;
    clear: both;
    padding: 10px 0px 10px 0px;
    vertical-align: middle;
    background-color: #afab8e;
}

.photo-prev-link {
    float: left;
    background: transparent url('backward-small.png') no-repeat center left;
    padding-left: 25px;
    text-align: left;
}

.photo-next-link {
    float: right;
    background: transparent url('forward-small.png') no-repeat center right;
    padding-right: 25px;
    text-align: right;
}

.photo-description {
    clear: both;
    display: block;
    width: 100%;
}

.logindropdown {
    width: 213px;
    padding: 0px 5px 0px 5px;
    display: block;
    overflow: hidden;
    height: 14px;
    position: absolute;
    background: transparent url('header-bg.jpg') repeat top left;
    text-align: center;
    margin: 0px;
    clear: both;
}

.logindropdown:hover {
    height: auto;
}

.menulogin {
    height: 168px;
    padding: 20px 0px;
}

.basket {
    background-color: #DDDBC4;
    width: 100%;
    margin: 20px 0px;
}

.basket table {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
}

.basket table a img {
    border-style: none;
}

.basket table tr.total td, .basket table tr.description td {
    background-color: #CBC9B2;
}

.basket td {
    text-align: right;
    padding: 3px;
    border-spacing: 0px;
}

.basket td.money {
    text-align: right;
}

.album-header .album-name, .basket .submit, .basket .title, h3.photogallery-title, a.order-change, a.order-confirm, a.photo-backtoalbum-link, a.low-layout-home, a.low-layout-photogallery {
    background-color: #9B9885;
    display: block;
    text-align: center;
    font-size: 140%;
    padding: 10px 0px;
    text-decoration: none;
    color: white;
    background-position: center right;
    background-repeat: no-repeat;
}

a.low-layout-photogallery {
    background-image: url('lower-layout-photogallery.png');
}

a.low-layout-home {
    background-image: url('lower-layout-home.png');
}

a.low-layout-photogallery, a.low-layout-home {
    background-position: center left;
    font-size: 120%;
    padding: 4px;
    text-decoration: underline;
}

a.photo-backtoalbum-link {
    background-image: url('backward.png');
    background-position: center left;
}

.basket .submit, .order-confirm {
    background-image: url('forward.png');
}

a.low-layout-home:hover, a.low-layout-photogallery:hover {
    text-decoration: none;
}

.basket .submit:hover, .order-confirm:hover, .order-change:hover, a.photo-backtoalbum-link:hover {
    text-decoration: underline;
    background-color: #BBB7A1;
}

.basket .title {
    background-image: url('basket-big.png');
}

a.order-change {
    font-size: 100%;
    background-image: url('backward-small.png');
    background-position: center left;
}

.basket p {
    padding: 5px 5px 10px 5px;
    text-align: center;
}

.warningbox, .infobox, .errorbox {
    padding: 15px;
    border-style: solid;
    border-color: #9B9885;
    border-width: 20px 0px;
    background-color: #DDDBC4;
}

.product {
    border-spacing: 0px;
    width: 100%;
    background-color: #F3EFD6;
}

.product-brief {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.product td {
    padding: 5px;
    vertical-align: top;
}

.product span {
    display: block;
    white-space: nowrap;
}

.product tr.product-header td {
    background-color: #A5A186;
}

.product tr.product-header td a {
    color: inherit;
}

.product span.product-name {
    display: inline;
    font-size: 150%;
    font-weight: bold;
    white-space: normal;
}

.product td.product-basket-manipulation {
    text-align: right;
}

.product td p {
    margin: 4px 0px;
}

.product .product-price, .product .product-predicate {
    font-weight: bold;
    font-size: 120%;
}

.product .product-price .product-price-tax {
    font-size: 70%;
    font-weight: normal;
    display: inline;
}

.product .product-award {
    font-size: 130%;
    font-weight: bold;
}


.product td.product-image {
    padding: 0px;
    min-width: 0px;
}


/*********************** top menu ***********************/


#menu .dropdownmenu a img {
    border: 0px;
}

#menu a, #menu .link-like {
    padding: 0px;
    font-variant: small-caps;
    text-decoration: none;
    color: black;
    margin: 0px 12px 0px 0px;
    height: 25px;
}

#menu a:hover {
    color: white;
}

#menu img {
    vertical-align: middle;
    margin: 0px 2px;
}

#menu .dropdownmenu {
    float: left;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    height: 21px;
}

#menu .dropdownmenu .submenu {
    display: none;
    position: absolute;
    top: 21px;
    left: 0px;
    background-color: #F3EFD6;
    padding: 10px;
    border-color: #9B9885;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
}

#menu .dropdownmenu:hover .submenu {
    display: block;
}

#menu .dropdownmenu .submenu a {
    display: block;
}

#menu .dropdownmenu .submenu a:hover {
    text-decoration: underline;
    color: black;
}


#menu #logindropdown {
    width: 223px;
    text-align: center;
}




#slideshow {
    width: 223px;
    height: 205px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
#slideshow img {
    position: absolute;
    width: 223px;
    height: 205px;
}