/* General */

a, a:visited, a:hover { color: black;}
a:hover { text-decoration: underline;}
img { border: 0px;}

#content { padding: 5px; width: auto;}

input { background: white; border: 1px solid #999; padding: 2px;}
input[type='button']:hover, input[type='submit'] { background-image:url(../images/gradient.png); }
input[type='button']:hover, input[type='submit']:hover { background: #fff; }

input.default { border: 2px solid white;}


/* Lists */

ul { 
  list-style-type: disc;
  list-style-position: inside;
}


/* Gallery */

.show_photo { position:absolute;}
.show_photo_grid { float: left;}
.row_end { clear: left;}

/* Gallery - pagination */

.pagination {
  padding: 3px;
  margin: 3px;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #000099;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000099;
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #000099;
  font-weight: bold;
  background-color: #000099;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}

/* Store */
.store_header .view_cart { float: right; }
.store_products { padding: 5px; margin: auto; width:600px; }
.show_product_grid { float: left; margin: 5px;}
.row_end { clear: left;}
.product_container {
  background: transparent url(../images/product_background.png) no-repeat scroll 0% 50%;
  text-align: center;
 }

.product_image {  
 display:table-cell;
 text-align:center;
 vertical-align:middle;
 width: 106px;
 height: 106px;
 }

.buy_button { display:inline;}
.buy_button form { display: inline;}
.buy_button form input { border: 0px solid transparent; background: transparent; padding: 0px; display:inline;}


.store_product_image * { vertical-align:middle;}

.product_popup_link { vertical-align: middle; text-align:center; width:106px; padding-top: 5px;}
.product_popup_link a { text-decoration: none;}

.popup_content table { width: 100%; margin: 5px;}
.popup_content form input { border: 0px solid transparent; background: transparent; padding: 0px;}
.popup_content tr.variant td { padding: 5px 0px;}

.product_details_link { float: none; clear: both; margin:3px 0px; }
.product_details_link img { float: left; margin-right: 2px; margin-top: -5px;}
.product_details_link a { text-decoration: underline; }


.store_filters { padding: 6px;  }
.store_filters a {
  text-decoration:none; 
  padding: 3px;
  border: 1px solid #ddd;
  background-color: #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.store_filters a.enabled { color: #333; background-color: white; border: 1px solid white;}
.store_filters .show_everything { color: white; background-color: #333; border: 1px solid #333;}

.store_sorters { float: left; padding: 5px;}
.store_sorters select { background-color: #ddd; color: #333; border-color:#ddd;}
.store_pagination { float: right;}
.store_pagination .pagination a { border: 1px solid #DDD; color: #ddd;}
.store_pagination .pagination a:hover { background-color: transparent; border-color: #333; color:#333;}
.store_pagination .pagination span.current { background-color: #333; color: #ddd; border-color:#333;}

/* Store Enlargment Page */
.show_product_header { height: 20px;}
.show_product_header .view_cart { float: right; }
.show_product_content {}
.show_product_name { padding: 3px;}
.show_product_variants table { width: 100%; margin: 5px;}
.show_product_variants form input { border: 0px solid transparent; background: transparent; padding: 0px;}
.show_product_content tr.variant td { padding: 5px 0px;}
.contact_button { 
  width: 87px; height: 23px; text-align:left; text-indent: 20px;
  background: white url(../images/fff/email.png) no-repeat 5px 3px; }


.tooltip {
  position: absolute;
  background-image: url(../images/widgets/tooltip_arrow.gif); 
  background-repeat: no-repeat; 
}
    
.tooltip_content {
  padding: 20px;
  margin-top: 20px;
  background-color: #fdf389;
}

/* Toolbars */

#public_toolbar { opacity: .6; border: 1px solid blue;  background-color: #ddf; left:5%; position:absolute; width:90%;  z-index:20;}
#public_toolbar_handle { height: 10px; background-color: blue;}
#public_toolbar_content { padding: 10px;}
#toolbar_container { background-color: #fff; padding: 5px;}

/* Login */

form#AdminLoginForm { border: 1px solid #ddd; background-color: #eee; padding: 10px 5px; margin: auto; width: 400px;}
form#AdminLoginForm label { margin: 2px 0; display: block; width: 130px; text-align: right; float: left; }
form#AdminLoginForm input { margin: 2px 5px; clear: left;}
form#AdminLoginForm input[type="submit"] { background-color: #fff; padding-left: 5px; padding-right: 5px; }
form#AdminLoginForm input[type="checkbox"] { margin-left: 134px;}

/* Error */

.ErrorPage { padding-top: 200px; width: 400px; margin: auto; text-align: center;}
.ErrorPage h1 { font-size: 72pt; }

/* Missing */

.NotFoundPage { padding-top: 200px; width: 600px; margin: auto; text-align: center;}
.NotFoundPage h1 { font-size: 50pt;}
.NotFoundPage a { text-decoration: none; }

/* Tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

.tooltip_content { position: relative; z-index:40; width: 400px;}
.tooltip_close { 
  float:right;
  position:relative;
  right:-10px;
  top:-10px;
}

/* Contact */



.contact_form {
	margin:  10px;
	padding: 10px;
}

.contact_form label {
	font-size:1.2em;
	width: 100px;
	text-align: right;
	display: block;
	padding-right: 10px;
	float: left;
	margin-bottom: 10px;
}

.contact_form input[type="text"] {
	width: 440px;
	margin-bottom: 10px;
	font-size: 1.1em;
	background-color:  #eee;
}

.contact_form textarea {
	height: 150px;
	width:600px;
	background-color:  #e9e9e9;
	font-size: 1.1em;
	padding: 5px;
}

.contact_form input[type="text"]:focus, .contact_form textarea:focus {
		background-color: #f9f9f9;
}

.contact_form input[type="submit"] {
	padding: 5px;
	margin: 10px 1px;
	font-size: 1.1em;
}

.contact_form input[type="submit"]:hover {
	background-color:  #eee;
}

.contact_product_form .contact_form_body textarea { width: 320px; height: 150px;}
.end_of_contact_form {}

#contact_form_errors {
	margin-bottom: 5px;
	color: red;
	margin-left: 120px;
	margin-top: -35px;
}

#contact_form_spinner {
	margin-left: 120px;
	margin-top: -35px;
}

#contact_form_spinner .spinner_image {
  float:left; width:28px; height: 28px; margin-top:-7px;
  background: transparent url(../images/ajax-loader-white.gif) no-repeat;
}



/* Contact - Product */

.contact_product_photo { float: left;}

.contact_product_form { float: left;  width: 330px;}
.contact_product_form input[type="text"] {width: 200px;}
/* Localized */