/*
  Maian Gallery v2.0+ CSS file
  Theme: coffeencream
  Generic classes for Maian Gallery
*/

#welcome_box {
  padding-bottom:20px;
  font-size: 1.2em;
}
#text_block {
  font-size: 1.2em;
}
.li_pad {
  padding: 8px 4px 8px 12px;
}

/* Search */
#search {
  text-align: center;
  padding: 5px 0 5px 0;
}
.advanced_search {
  display:block;
  margin: 5px 0 2px 0;
  color: #554433;
}
.advanced_search a {
  color: #554433;
}
p.no_results {
  display: block;
  padding: 25px 0 25px 0;
  line-height: 20px;
  text-align: center;
}
p.search_stats {
  display: block;
  clear:both;
  text-align:center;
  font-size:11px;
  color: #554433;
  margin-top:5px;
  border-top:1px solid #554433;
  padding:10px 0 10px 0;
}
#advanced_search_left {
  float: left;
  width: 49%;
  text-align: left;
  vertical-align: top;
  margin-bottom: 10px;
}
#advanced_search_right {
  float: left;
  width: 49%;
  text-align: left;
  vertical-align: top;
  margin-bottom: 10px;
}
.advanced_search_options {
  height: 250px;
}
.form_date {
  padding: 3px;
  color: #554433;
  border: 1px solid #554433;
  width: 30%;
}

/* Theme Switcher */
#theme_switcher {
  clear: both;
	width: 778px;
	margin: 5px auto;
}
#theme_switcher p {
  text-align: center;
  font-size:10px;
}
#theme_switcher select {
  font-size:10px;
}

/* Form elements */
form {
  margin:0;
  padding:0;
}
input,select,textarea {
  font:12px "Lucida Sans Unicode",verdana,sans-serif;
  background-color:#fff;
}
select {
  color: #554433;
  border: 1px solid #554433;
}
.form_box {
  padding: 3px;
  color: #554433;
  border: 1px solid #554433;
  width: 90%;
}
.search_box {
  padding: 3px;
  color: #554433;
  border: 1px solid #554433;
  width: 60%;
  margin-bottom:1px;
}
.captcha_form_box {
  padding: 3px;
  color: #554433;
  border: 1px solid #554433;
  width: 25%;
}
textarea {
  padding: 3px;
  color: #554433;
  border: 1px solid #554433;
  width: 99%;
}
.button {
  color: #fff;
  border: 1px solid #554433;
  background-color:#554433;
}
.cancel_button {
  color: #554433;
  border: 1px solid #554433;
}
label.lclass {
  display:block;
  color: #554433;
  font-weight: normal;
  font-size: 1.2em;
  margin:3px 0 3px 0;
}

/* Categories/Pictures */
.pictures {
  height: 100%;
  text-align: center;
  clear:both;
  margin-bottom: 10px;
}
.picture {
  background-color: #fff;
  padding: 1px;
  border: 1px solid #554433;
}
.big_picture {
  background-color: #fff;
  padding: 1px;
  border: 1px solid #554433;
}
.click_for_fullsize {
  display: block;
  color: #554433;
  font-size: 11px;
  margin: 5px 0 10px 0;
}
#full_size_image p {
  text-align: center;
  padding-top:5px;
}
p.image_information {
  display: block;
  color: #554433;
  font-size: 11px;
  margin:10px 0 10px 0; 
}

/* Images/Thumbnails 
   The 'gallery' class below for the ordered list controls how many thumbnails
   display per row. This is determined by the width of the wrapper div and the
   width of each list tag. You also need to take into account margins and padding
   as these will also effect the way the thumbnails display.
*/
img {
	border: 0;
}
.thumbnail {
  background-color: #fff;
  padding: 1px;
  border: 1px solid #554433;
  margin-top: 5px;
  width: 90px;
  height: 60px;
}
.catname {
  display: block;
  padding: 10px 0 10px 0;
  text-align:center;
  font-weight:normal;
}
.gallery { 
  list-style: none; 
  display: block; 
  padding-left: 5px;
  height: auto;
}
.gallery li { 
  float: left; 
  margin: 1px 0px 5px 0; 
  width: 100px;
  height: 80px;
  color: #554433;
  font-weight: bold;
  text-align:center;
}

/* Other */
#page_numbers,#page_numbers_comments {
  text-align: center;
  border-top: 1px dashed #554433;
  margin-top: 5px;
  padding: 10px 5px 10px 5px;
  color: #554433;
  clear: both;
}
#page_numbers a,#page_numbers_comments a {
  color: #554433;
}
#page_numbers_comments {
  border: 0;
}
.bold {
}
.bold_price {
  display: block;
  margin-top: 10px;
}
p.stats {
  display: block;
  clear:both;
  text-align:center;
  font-size:11px;
  color: #554433;
  border-top:1px solid #554433;
  padding:10px 0 10px 0;
}
.normal_italics {
  font-weight: normal;
  font-style: italic;
}
.processed {
  display: block;
  font-size:14px;
  font-weight: bold;
  margin-bottom:10px;
  letter-spacing:1px;
}
.processed2 {
  color: #554433;
}

/* Slideshow */
p.slideshow {
  display: block;
  text-align: center;
  padding-top: 5px;
}

/* Contact Form */
#contact_form {
}
.form_cell {
  width: 33%;
  vertical-align: top;
}
td.form_button {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #554433;
}
td.align_right {
  text-align: right;
  vertical-align: top;
  color: #554433;
  padding:4px 1px 0 0;
  font-size: 1.2em;
  width:50%;
}
td.captcha {
  vertical-align: top;
  width:50%;
  font-size: 1.2em;
}
.captcha_img {
  border: 1px solid #554433;
}
.error {
  display: block;
  color: #554433;
  font-size: 11px;
  margin-top: 2px;
}

/* comments */
.thumb {
  display: block;
  margin-bottom:3px;
  text-align:center;
}
p.return {
  display: block;
  margin-top:10px;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}
.comment_thumbnail {
  background-color: #fff;
  padding: 1px;
  border: 1px solid #554433;
  margin-top: 5px;
  width: 90px;
  height: 60px;
}
p.form_button_comment {
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #554433;
  clear: both;
}
#comment_captcha {
  width: 250px;
  text-align: left;
  padding: 5px 0 5px 0;
}
p.comment_captcha {
  float: right;
  padding: 5px 0px 5px 0;
  text-align: right;
  font-size: 1.2em;
}
#comment_name {
  width:50%;
  float: left;
  text-align: left;
}
#comment_email {
  width: 50%;
  float: right;
  text-align: left;
}
#comment_comments {
  clear: both;
  text-align: left;
}
p.message {
  text-align: left;
  font-size: 1.2em;
  padding-top:10px;
}
p.comment_message {
  padding: 5px;
  text-align: left;
  font-size: 1.2em;
}
p.comment_date {
  padding: 5px;
  text-align: right;
  color: #554433;
  font-style: italic;
  font-size: 11px;
  border-bottom: 1px dashed #554433;
}
p.no_comments {
  text-align: center;
  padding: 20px 0 20px 0;
}

/* Buy Pictures Options */
.qty {
  padding: 2px;
  color: #554433;
  border: 1px solid #554433;
  width: 10%;
  text-align: right;
  font-weight: normal;
  margin: 5px 0 5px 0;
  vertical-align: middle;
  background-color: #fff;
}
#buy li {
  padding: 8px 4px 8px 12px;
}
.buy_button_li {
}

/* Ask Question */
#question {
  padding:10px;
  background:#FCFAEA;
}
p.question_button {
  display: block;
  text-align: left;
  margin-top:10px;
}
p.q_thanks {
  text-align: center;
  display: block;
  color: #554433;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.2em;
}
p.q_thumb {
  text-align: center;
  display: block;
}
p.q_message {
  text-align: center;
  display: block;
  font-size: 1.2em;
  color: #554433;
  margin-top: 15px;
}

/* Cart */
p.empty_cart {
  display: block;
  padding: 25px 0 245px 0;
  line-height: 20px;
  text-align: center;
  font-size: 1.2em;
  clear:both;
}
p.header_bar_cart {
  float: right;
}
#cart {
}
p.item {

}
.cartItemTable {
  border-top:1px solid #D6CCB9;
  border-left:1px solid #D6CCB9;
  margin-bottom: 3px;
}
.cartTDCell1 {
  text-align: center;
  width: 10%;
  padding:5px;
  border-right:1px solid #D6CCB9;
  border-bottom:1px solid #D6CCB9;
}
.cartTDCell2 {
  width: 45%;
  padding:5px;
  font-size:14px;
}
.cartTDCell3 {
  width: 20%;
  padding:5px;
  font-size:12px;
}
.cartTDCell4 {
  width: 15%;
  padding:5px;
  font-size:14px;
  color:#554433;
}
.cartTDCell5 {
  width: 10%;
  padding:5px;
  text-align: center;
}
.cartButtonTable {
  border-top:1px solid #D6CCB9;
}
.buttonTDCell {
  width: 33%;
  padding:5px;
  text-align: center;
  font-size:12px;
}
.cart_qty {
  padding: 2px;
  color: #554433;
  border: 1px solid #554433;
  width: 20%;
  text-align: right;
  background-color: #fff;
}
img.cart_thumbnail {
  background-color: #fff;
  padding: 1px;
  border: 1px solid #554433;
  margin-top: 5px;
  width: 90px;
  height: 60px;
}
.cartItemNo {
  display: block;
  padding-top:10px;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}
.buttonText {
  display: block;
}
.totalButtonTable {
  border-top:1px solid #D6CCB9;
}
.totalTDCell1 {
  padding:10px 0 10px 0;
  font-size: 16px;
}
.totalTDCell2 {
  padding:10px 0 10px 0;
  text-align: right;
  font-size: 16px;
}
