@CHARSET "UTF-8";
:focus {
	outline: thin dotted black;
}

body {
	background: #ffe6aa url(../img/bg_page.gif);
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 70%;
}

h1 {
	position: absolute;
	top: -1000px;
}

h2 {
	font-size: 150%;
	margin-bottom: 10px;
}

h2.not_found, #info, #comparing_link {
	text-align: center;
	font-size: 100%;
	padding: 10px;
	background: #623a61 url(../img/bg_leftmenu.gif);
	color: #fff;
	font-weight: bold; 
}

.hidden_field {
	display: none;
}

#info {
	margin-top: 20px;
}

#comparing_link {
	background: none;
	background-color: #e9e9e9;
	text-align: left;
	margin-bottom: 0;
	color: #000;
	border-top: #000 1px dashed;
	border-bottom: #000 1px dashed;
}

h3 {
	font-size: 120%;
	color: #ff0000;
}

h3.subhead {
	padding: 11px 0 11px 20px;
	color: #ffb800;
	background: #6c3665 url(../img/bg_header.gif) repeat-x top;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3.subhead_clear {
	color: #ffb800;
	margin-bottom: 10px;
}

a.white, a:link.white, a:active.white, a:visited.white, a:hover.white {
	color: #fff;
}

.left, #main_img, .gallery_image {
	float: left;
}

#main_img {
	margin: 0 10px 10px 0;
}

.gallery_image {
	width: 258px;
	margin: 0 10px 20px 0;
	text-align: center;
}

.gallery_image_description {
	margin-top: 5px;
}

.center {
	text-align: center;
}

.right_news h3.subhead_clear {
	color: #775477;
}

p {
	line-height: 130%;
	text-align: justify;
}

.cleaner {
	clear: both;
}

img.absmiddle {
	vertical-align: middle;
	margin-bottom: .25em;
}

a:link, a:visited, a:hover, a:active, a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a.shown, a:link.shown, a:visited.shown, a:active.shown, a:hover.shown {
	text-decoration: underline;
}

.black_border {
	border: #000 solid 1px;
}

.main_container {
	background-color: #fff;
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 1003px;
	height: 143px;
	background: #fff url(../img/top_logo.gif) no-repeat top left;
	z-index: 2;
}

#top_menu_line {
	width: 100%;
	height: 40px;
	background: #ffe6aa url(../img/bg_topmenu_outer.gif);
}

#topmenu {
	width: 978px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	border-right: 14px solid #fff;
	border-left: 13px solid #fff;
	background: #ffc800 url(../img/bg_topmenu.gif) repeat-x top;
}

#topmenu ul {
	line-height: 40px;
	overflow: hidden;
	list-style: none;
	padding-left: 5px;
}

#topmenu ul li {
	float:left;
	padding-left: 12px;
}

#topmenu ul li a, #topmenu ul li a:link, #topmenu ul li a:active, #topmenu ul li a:visited {
	color: #623a61;
	font-weight: bold;
	text-decoration: none;
	padding-left:20px;
	background-image: url(../img/arrow_topmenu.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#topmenu ul li a:hover {
	text-decoration: underline;
}

#content {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

#menu_container {
	float: left;
	background: #623a61 url(../img/bg_leftmenu.gif);
	margin-right: 20px;
	width: 186px;
}

#menu a:focus {
	outline: thin dotted white;
}

#menu {
	padding: 10px 0 10px 0;
}

#menu ul, #product_subcat_list ul, .table_header ul {
	overflow: hidden;
	list-style: none;
}

#product_subcat_list ul{
	display: block;
	width: 400px;
	height: auto;
}

#product_subcat_list ul li {
	margin: 0 0 0 8px;
	white-space: nowrap;
	width: auto;
}


#menu ul li {
	display: block;
	line-height: 100%;
	padding: 6px 20px 6px 20px;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left:20px;
	/*background-image: url(../img/arrow_leftmenu.gif);*/
	background-position: 0 1px;
	background-repeat: no-repeat;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li.selected_item, #menu ul li.unselected_item {
	background: #ffc800 url(../img/bg_leftmenu_selected.gif) repeat-x top;
	background-position: left top; 
}

#menu ul li.selected_item a, #menu ul li.selected_item a:link, #menu ul li.selected_item a:visited, #menu ul li.selected_item a:active, #menu ul li.selected_item a:hover {
	color: #623a61;
	/*background-image: url(../img/arrow_leftmenu_open.gif);*/
	background-position: left top;
}

#menu ul li.unselected_item a, #menu ul li.unselected_item a:link, #menu ul li.unselected_item a:visited, #menu ul li.unselected_item a:active, #menu ul li.unselected_item a:hover {
	color: #623a61;
	/*background-image: url(../img/arrow_leftmenu_closed.gif);*/
	background-position: left -6px;
}

#menu ul li.sub_open a, #menu ul li.sub_open a:link, #menu ul li.sub_open a:visited, #menu ul li.sub_open a:active, #menu ul li.sub_open a:hover {
	/*background-image: url(../img/arrow_leftmenu_sub_open.gif);*/
	text-decoration: underline;
}

#menu_bottom {
	background: #fff;
	background-image: none;
	padding-top: 20px;
	text-align: center;
}

#banners_bottom {
	background: #fff;
	background-image: none;
	text-align: center;
}

.main_container #main_content {
	margin-left: -10px;
	float: left;
	width: 574px;
}

#main_content ol, #main_content ul {
	list-style: inherit;
	margin-left: 30px;
	line-height: 130%;
}

#main_content #product_catalog_manufacturers ul {
	margin-left: 0;
}

.comments ul {
	list-style: none;
}

.comments ul li {
	list-style: none;
}

#product_subcat_text {
	margin-bottom: 10px;
}

#news {
	background-color: #fff9cb;
	padding: 10px 20px 10px 20px;
}

#news table td {
	padding: 0 15px 6px 0;
}

.first_line, .second_line {
	color: #41b6b9;
	font-weight: bold;
}

.second_line {
	color: #6a6a6a;
}

#product_catalog .item, .item {
	width: 164px;
	min-height: 280px;
	height: auto;
	border: #d9d9d9 solid 1px;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	position: relative;
}

#product_catalog .item {
	width: 262px;
}

#customer_rating .item, .comments .item {
	width: 545px;
	min-height: 0;
	height: auto;
	border-style: dashed;
	position: relative;
}

.comments .item {
	width: 95%;
	position: relative;
}

#product_catalog .description {
	text-align: left;
	font-weight: bold;
	border-top: #d9d9d9 solid 1px;
}

.title {
	background-color: #ededed;
	padding: 5px;
	color: #000;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 10px;
}

#product_detail .title {
	margin-left: 10px;
}

#customer_rating .title {
	margin: 0;
}

#main_description td.title {
	background-color: transparent;
	padding: 0 10px 10px 0;
}

#main_description td {
	line-height: 150%;
}

.title a, .title a:link, .title a:visited, .title a:active, .title a:hover {
	text-decoration: none;
	display: block;
	min-height: 3em;
	height: auto;
	text-align: left;
}

.item_pic {
	text-align: center;
	border-bottom: #d9d9d9 solid 1px;
	margin-bottom: 10px;
	min-height: 120px;
	height: auto;
}

.description {
	color: #6a6a6a;
	margin-bottom: 45px;
}

#customer_rating .description {
	margin: 10px 0 0 0;
}

.description_image {
	float: left;
	margin: 0 10px 10px 0;
}

.price {
	position: absolute;
	bottom: 10px;
	width: 110px;
}

.code {
	font-size: 80%;
	color: #000;
	line-height: 200%;
	font-weight: bold;
}

.value {
	float: left;
	font-size: 120%;
	color: #FA8E11;
	font-weight: bold;
}

#product_catalog .basket_compare, .basket_compare {
	position: absolute;
	bottom: 8px;
	left: 110px;
	width: 60px;
	text-align: right;
}

#product_catalog .basket_compare {
	width: 140px;
}

.item_spacer {
	float: left;
	width: 6px;
}

#right_menu {
	float: left;
	width: 190px;
	margin-left: 16px;
}

#right_menu a:focus {
	outline: thin dotted white;
}

#right_menu input:focus {
	outline: thin solid white;
}

.textarea {
	width: 99%;
	background-color: #623a61;
	border: #000 solid 1px;
	color: white;
}

#right_menu textarea:focus {
	outline: thin solid white;
}

.right_container, .right_news {
	background: #623a61 url(../img/bg_leftmenu.gif);
	padding: 15px;
	color: #fff;
	line-height: 130%;
	margin-bottom: 15px;
	position: relative;
}

.right_news {
	background: none;
	background-color: #e9e9e9;
	color: #b96dbb;
	font-weight: bolder;
}

.right_container a, .right_container a:link, .right_container a:visited, .right_container a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.right_container a:hover {
	text-decoration: underline;
}

#login_arrow {
	position: absolute;
	right: 15px;
	top: 12px;
}

.right_container input.special, .ibox {
	border: none;
	background-color: #775477;
	width: 155px;
	color: #fff;
	padding: 2px;
	margin-top: 5px;
}

.ibox {
	width: 110px;
	margin: 0;
}

legend {
	display: none;
}

.right_container label {
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}

a.yellow, a:link.yellow, a:visited.yellow, a:active.yellow, a:hover.yellow {
	color: #ffb800;
}

#right_recommended h3.subhead_clear {
	padding: 10px;
}

#right_sales h3.subhead_clear {
	padding: 10px;
}

.recommended_right_1, .recommended_right_2 {
	background-color: #775477;
	padding: 15px;
	font-size: 90%;
}

.recommended_right_2 {
	background-color: transparent;
}

.price_left {
	float: left;
	position: relative;
	width : 100px;
}

.price_right {
	position: absolute;
	left: 100px;
}

.right_overlay, .toggle_overlay {
	position:absolute;
	z-index:100;
	cursor:pointer;
	background-color: transparent;
}

.toggle_overlay {
	width: 17px;
	height: 15px;
	font-size: 1px;
	background: transparent url(../img/arrow_leftmenu.gif) no-repeat left 3px;
}

#menu ul li.selected_item .toggle_overlay {
	background-image: url(../img/arrow_leftmenu_open.gif);
	background-position: left top;
}

#menu ul li.unselected_item .toggle_overlay {
	background-image: url(../img/arrow_leftmenu_closed.gif);
	background-position: left -6px;
}

#menu ul li.sub_open .toggle_overlay {
	background-image: url(../img/arrow_leftmenu_sub_open.gif);
	background-position: left 3px;
}

#footer {
	padding: 10px;
	padding-top: 0;
	background: #808080 url(../img/bg_footer.gif) repeat-x top;
	color: #fff;
	text-align: center;
	font-size: 90%;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #fff;
}

.required_field {
	font-weight: bold;
	color: #ff0000;
}

.checkbox_top legend {
	display: none;
}

.checkbox_top input {
	float: left;
	margin: 0 5px 5px 0;
}

#product_catalog_sort label {
	font-weight: bold;
}

.pos_info, .items_per_page, .pos {
	float: left;
	width: 20%;
	font-weight: bold;
}

.pos {
	text-align: center;
	width: 49%;
}

.items_per_page {
	text-align: right;
	width: 30%;
}

.items_per_page a, .items_per_page a:link, .items_per_page a:visited,
.items_per_page a:active, .items_per_page a:hover,
.pos a, .pos a:link, .pos a:visited,
.pos a:active, .pos a:hover,
#product_subcat_list a, #product_subcat_list a:link, #product_subcat_list a:active,
#product_subcat_list a:visited, #product_subcat_list a:hover {
	color: #fff;
}

.table_header, #product_subcat_list {
	background: #623a61 url(../img/bg_leftmenu.gif);
	font-weight: bold;
	padding: 5px;
	border: #775477 solid 1px;
	color: #fff;
}

.table_body {
	border: #775477 solid 1px;
	border-top: none;
	padding: 5px;
}

.table_header ul li, #product_subcat_list ul li, #product_subcat_list span {
	float: left;
	margin-right: 13px;
}

#product_subcat_list {
	line-height: 150%;
	margin-bottom: 10px;
}

#product_catalog .item .no_image {
	float: left;
	margin: 0 10px 5px 0;
	width: 80px;
	height: 67px;
	background-color: #d2d2ba;
	border: #cdcdbb solid 2px;
	background: url('../img/no-img-small.jpg');
	position: relative;
}

#product_comparing {
	background-color: #fff;
	margin: 10px;
}

table #params, #product_table {
	width: 100%;
}

#product_table td {
	padding: 5px;
}

#params .title, #params_table .title {
	font-weight: bold;
	background: none;
	vertical-align: middle;
}

#params_table .row_value {
	padding: 8px 0 0 20px;
}

#params .value {
	float: none;
}

#params_table .title {
	padding-left: 0;
}

.comparison_head {
	text-align: center;
}

.comparison_highlight, .highlight {
	background-color: #e9e9e9;
}

.price_ value {
	text-align: right;
	color: #ffb800;
	font-weight: bold;
}

.price_value_red {
	text-align: left;
	color: #ff0000;
	font-weight: bold;
}

.search_legend {
	display: inherit;
	font-weight: bold;
	margin: 15px 0 10px 15px;
}

.search_title, .search_parameters, .search_parameter_value, .search_unit {
	width: 120px;
	float: left;
	margin: 10px;
	background: none;
}

.search_title {
	font-weight: bold;
}

.search_parameters {
	width: 180px;
}

.search_unit {
	width: 50px;
}

#search_submit_button {
	width: 100%;
	background-position: 40% center;
}

.rating {
  position: absolute;
  top: 27px;
  left: 65px;
}

#product_detail .rating {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 5px;
}

#customer_rating .rating {
	margin: 0;
	float: left;
}

#bag_amount {
	width: 40px;
}

.location, .params, .gallery, .accessories, #customer_rating, .comments {
	margin: 30px 0 30px 0;
	padding-top: 10px;
	border-top: #cdcdbb dashed 1px;
}

.location {
	line-height: 150%;
}

#product_catalog .params {
	margin: 0;
	padding: 0;
	border: none;
}

#right_login .submits {
	margin-top: 5px;
}

#right_code_search .submits {
	margin-top: 5px;
}


/**
 * The CSS for Shadowbox.
 * Shadowbox is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 3 of the License, or (at your option)
 * any later version.
 *
 * Shadowbox is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Shadowbox.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007 Michael J. I. Jackson
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     SVN: $Id: djbank.css,v 1.5 2008/06/29 20:58:37 martin Exp $
 */

#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 998;
}

#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center; /* centers in quirks and IE */
}

#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  text-align: left; /* reset left alignment */
}

#shadowbox_title {
  height: 25px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  padding: 5px 0 4px 8px;
  color: #fff;
}

#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}

#shadowbox_content.html { /* make html content scrollable */
  height: 100%;
  width: 100%;
  overflow: auto;
}

#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}
