body
{
	background: #fff;
	color: #000;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

/* common tags */

div,ul,ol,li,form,p,blockquote,span,td,img {   
	margin:0;  
	padding:0;
	font-weight: normal;
	font-style: normal; 
	border: 0; 
}

input,textarea {
	margin:0;  
	padding:0;
	font-weight: normal;
	font-style: normal; 
}

table {  
	border-collapse:collapse;  
	border-spacing:0;  
}

a:link, a:hover, a:visited {
	color: #3366FF;
	font-weight: normal;
	margin:0;  
	padding:0;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	text-indent: 25px;
	margin-top: 3px;
}

#outer {
  min-width: 1000px;
}

/* min-width fix for IE6 */

* HTML #outer {
  padding-left: 1000px;
}

* HTML .minwidth {
  height:0;
}

* HTML #content {
  margin-left:-1000px;
  position:relative;
  height:0;
}

/* content */

#most_top_header, #most_bottom_footer {
  color: #fff;
  background: #87b0fe;
  font: 11px arial;
  height: 16px;
  padding: 2px 18px 0px 18px;
}

#header {
  height: 65px;
  margin-left: 200px;
  background: #89ADFB url(images/header_bg.png) no-repeat;
  padding: 8px 6px 8px 0px;
}

#logo {
	width: 190px;
	height: 65px;
	float: left;
	background-color: #fff;
	margin-left: 4px;
	margin-top: 9px;
}

.logo {
	width: 190px;
	height: 58px;
}

.select {
  background-color: #fff;
}

.select input {
  height: 14px;
  border: 1px solid #98b9fc;
  border-right: 0px solid #fff;
  background-color: #fff;
  margin: 0;
  float: left; 
  font-size: 12px;
  padding: 3px 1px 3px 3px;
  line-height: 14px;
  vertical-align: middle;
}

.select button { 
  border: 1px solid #98b9fc;
  border-left: 0px solid #fff;
  background-color: #fff;
  width: 22px;
  height: 22px;
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 0;
  float: left;
  margin-left: -1px;
}

#search_right {
	width: 123px;
}

#search_right_wide {
	width: 267px;
}

#search_panel_left, #search_panel_right {
  height: 28px;
  padding: 17px 0 20px 0;
  background: #2869FE url(images/search_panel_bg.png) repeat-x;
}

#search_panel_left_border {
  width: 16px;
  height: 65px;
  background-color: #2869FE; 
	border: 0;
}

#search_panel_right_border {
  width: 17px;
  height: 65px;
  background-color: #2869FE;
	border: 0;
}

#search_form_left_border {
  width: 4px;
  height: 28px;
  background-color: #fff202; 
	border: 0;
}

#search_form_right_border {
  width: 4px;
  height: 28px;
  background-color: #fff202; 
 border: 0;
}

#search_form_left {
  height: 22px;
  background-color: #fff202;
  padding: 3px 0px;
}

#search_form_right {
  height: 22px;
  background-color: #fff202;
  padding: 3px 0px;
}

#search_form_right .select input {
  width: 163px;
}
  
.search_input { 
	width: 94%;
	height: 14px;
	border: 1px solid #98b9fc;
	margin: 0;
	float: left;
	font-size: 12px;
	padding: 3px 1px 3px 3px;
	line-height: 14px;
	vertical-align: middle;
}

.search_button {
	border: 0;
	color: #fff;
	height: 22px;
	line-height: 18px;
	width: 102px;
	cursor: pointer;
	margin: 0;
	padding: 2px;
	background: #5aaacc url(images/search.png) no-repeat;
}

.block {
  margin-top: 3px;
  margin-bottom: 7px;
}

.block_header {
  padding-top: 9px;
  height: 20px;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  background: #367AFE url(images/block_header_bg.gif) repeat-x;
}

.banner {
  border-top: 3px double #98b9fc;
  border-bottom: 3px double #98b9fc;
  padding: 3px 0;
}

.body_banner {
  margin: 2px 0;
}

.separator {
  margin: 2px 3px;
}

#main_body {
  margin: 2px 5px 0 5px;
}

#left_column {
  width: 192px;
  margin-right: 5px; 
}

.special_object {
  padding: 10px;
  font-size: 11px;
  border: 1px solid #98b9fc;
  margin-bottom: 2px;
}

.special_object table {
  width: 100%;
}

.special_object .object_image {
  margin-right: 3px;
}

.special_object .description {
  color: #3366FF;
}

.special_object .name {
  color: #000;
  font-weight: bold;
  text-align: center;
}

.special_object .price{
  color: red;
  text-align: center;
}

.special_object .source{
  font-weight: bold;
  color: #666666;
  padding-top: 3px;
  text-align: center;
}

#catalog.block .item_caption {
  font-weight: bold;
  color: #006699;
  border: 1px solid #98b9fc;
  border-top-width: 0;
  padding-left: 10px;  
/*  height: 15px;*/
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  font-size: 11px;
}

#catalog.block a.item_caption {
	text-decoration: none;
}

#catalog.block .item.opened a.item_caption {
/*  background-color: #74a5f2;*/
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

#catalog.block .item.opened .sub_items a.item_caption {
/*	background-color: #afcaff;*/
/*	color: #006699;*/
	background: url('images/arrow_hor.jpg')  no-repeat left center;
	background-position: 10px 5px;
	color: #333333;
	padding-left: 20px;
	text-decoration: none;
	font-weight: normal;
	border-top: none;
	border-bottom: none;
}

#catalog.block .item.opened .sub_items .item.opened a.item_caption {
	background: #fff url('images/arrow_white.jpg')  no-repeat left center;
	background-position: 10px 5px;
	font-weight: normal;
}

#catalog.block .item.opened .sub_items .item.opened a.item_caption.current {
	background: #fff74a url('images/arrow_yellow.jpg')  no-repeat left center;
	background-position: 9px 6px;
	border: 1px solid #98b9fc;
}

#catalog.block .item.opened .sub_items .item .sub_items a.item_caption {
	background: none;
	font-weight: normal;
	color: #666;
}

#catalog.block .item.opened .sub_items .item.opened .sub_items .item.opened a.item_caption.current {
	background-color: #fff74a;
	background-image: none;
	border: 1px solid #98b9fc;
}

#catalog.block .item.opened .sub_items a.item_caption .sub_items a.item_caption {
	padding-left: 30px;
}

#catalog.block .item.opened .sub_items {
	border-bottom: 1px solid #98b9fc;
}

#catalog.block .item.opened .item.opened .sub_items {
	border-bottom: none;
}

#catalog.block a.item_caption:hover {
	background-color: #fff74a; 
	color: #333;
}

#catalog.block .item.opened a.item_caption:hover, #catalog.block .item.opened .item.opened a.item_caption {
	background: #fff74a url('images/arrow_hor_yellow.jpg')  no-repeat left center;
	background-position: 9px 6px;
}

#catalog.block .item.opened .sub_items .item.opened a.item_caption.current:hover {
	background: #fff74a url('images/arrow_yellow.jpg')  no-repeat left center;
	background-position: 9px 6px;
}

#catalog.block .item.opened .sub_items .item.opened .sub_items a.item_caption:hover {
	background-color: #fff74a; 
	background-image: none;
}

.block_single_border {
  border-top: 1px solid #98b9fc;
  border-bottom: 1px solid #98b9fc;
  padding: 1px 0;
  margin-top: 4px;
}

.block_double_border {
  border-top: 3px double #98b9fc;
  border-bottom: 3px double #98b9fc;
  padding: 1px 0;
  margin-top: 4px;
}

.breadcrumbs {
  background-color: #bfd4ff;
  padding: 4px;
  font-size: 11px;
  font-weight: bold;
}

.breadcrumbs a {
  color: #006699;
}

.breadcrumbs .separator {
  color: #006699;
}

.brand_filter {
  background-color: #80aafe;
  font-weight: bold;
  padding: 0 4px 2px 4px;
  text-align: justify;
}

.brand_filter a {
  color: #444444;
  font-size: 11px;
}

.brand_filter .separator {
  color: #444444;
  font-size: 11px;
}

.brand_filter a.selected {
  color: red;
}

.price_filter {
  color: #003366;
  background-color: #bdbdbd;
  font-weight: bold;
  font-size: 11px;
}

.price_filter a:link, .price_filter a:visited, .price_filter a:hover {
  color: #003366;
  margin: 0px 9px;
}

.price_filter a:link, .price_filter a:visited {
  text-decoration: underline;
}

.price_filter a:hover {
  text-decoration: none;
}

.filter_name {
  color: #000;
  font-weight: bold;
  font-size: 12px;
}

input.price {
  width: 40px;
  height: 12px;
  line-height: 12px;
  font-size: 11px;
  border: 1px solid #98b9fc;
  margin: 0 6px 0 2px;
}

.price_filter .select {
  background-color: #bdbdbd;
  margin: 0 3px;
}

.price_filter .select input {
  float: none;
  height: 12px;
  line-height: 12px;
  font-size: 11px;
  padding: 0;
  vertical-align: middle;
}

.price_filter .select button {
  width: 14px;
  float: none;
  height: 14px;
  line-height: 12px;
  font-size: 11px;
  padding: 0;
}

.price_filter .currency.select input {
  width: 35px;
}

.price_filter .region input {
  width: 83px;
}

.pages {
  margin: 3px 0;
  font-size: 11px;
  color: #666666;
}

.pages a, .pages a:hover, .pages a:link, .pages a:active {
  margin: 0 2px;
  color: #666666;
}

.pages a.current {
  color: #3366FF;
  font-size: 12px;
  text-decoration: underline;
}

.pages .total {
  float: right;
}

.pages .total a, .pages .total a:hover, .pages .total a:link, .pages .total a:active {
  color: #3366FF;
  font-weight: bold;
  font-size: 12px;
}

table.goods {
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #666666;
}

table.goods a:link, table.goods:visited {
  text-decoration: underline;
  color: #3366FF;
}

table.goods a:hover {
  text-decoration: none;
  color: #3366FF;
}

table.goods .rating {
  color: #3366FF;
}

table.goods .c1 {
  width: 40px;
}

table.goods .c2 {
  width: 55px;
}

table.goods .c4 {
  width: 100px;
}

table.goods .c5 {
  width: 40px;
}

table.goods .c55 {
  width: 80px;
}

table.goods .c6 {
  width: 55px;
}

table.goods .c7 {
  width: 125px;
}

table.goods td {
	padding: 5px 0;
}


table.goods tr.vip td {
      background: #ffff77 url(images/3h.gif) repeat-x left top;
      color: #333;
}

table.goods tr.vip.odd td {
      background: #ffffaa url(images/3h.gif) repeat-x left top;
      color: #333;
}

table.goods tr.vip td span {
        font-weight: bold;
}


table.goods tr td {
	behavior: url("images/ie6_hover.htc");  /*IE 6 hover fix*/
	border-bottom: 1px solid #98b9fc;
}

table.goods tr.last {
  border-bottom-width: 0;
}

table.goods tr.hover td, table.goods tr:hover td{
  background-color: #fffdaa;
}


table.goods tr.caption td {
  padding: 1px 0;
  border-bottom: 3px double #98b9fc;
  background-color: #bfd4ff;
  color: #333333;
}

table.goods tr td {
	border-right: none;
}

table.goods tr.caption td {
  border-right: 1px solid #666666;
  padding: 0;
}

table.goods tr.caption td.last {
  border-right-width: 0;
}

/*.block.item {
  margin-top: 6px;
}*/

table.product_info td{
  padding: 10px 0;
}

img.enlarge {
  border: 2px solid #367aff;
}

.product_description {
  font-size: 11px;
  margin: 8px 0;
  color: #666666;
}

.company_description {
  font-size: 11px;
  margin: 8px 0;
  color: #000;
}

.warranty {
  margin-top: 1em;
  color: #3366FF;
}

.buy {
  margin-top: 14px;
  height: 18px;
  vertical-align: middle; 
}

.buy .price {
  color: red;
  font-size: 13px;
}

.buy button
{
  color: #fff;
  border: 0;
  height: 18px;
  background: #5aaacc url(images/buy-large.png) no-repeat;
  margin-left: 8px;
  width: 165px;
  font-size: 11px;
  vertical-align: middle;
}

.detail_header {
  background-color: #bfd4ff;
  padding: 4px;
  font-weight: bold;
  margin: 1px 0;
  color: #006699;
}

table.sailer_info {
  border-bottom: 4px solid #3366FF;
}

img.sailer_logo {
/*  border: 1px solid #367aff;  */
	margin-right: 5px;
}

table.sailer_info td {
  padding-top: 15px;
}

table.detail_info {
  color: #666666;
  font-size: 11px;
}

table.detail_info td {
  padding-top: 0;
}

tr.line1 {
  background-color: #e9e9e9;
/*  border-top: 1px solid #3366FF;*/
}

tr.line2 {
  background-color: #fff;
/*  border-top: 1px solid #3366FF;*/
}

tr.last {
  border-bottom: 1px solid #3366FF;
}

.links {
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 11px;
}

.links a {
  color: #3366FF;
  text-decoration: underline; 
}

.links a:hover {
  text-decoration: none; 
}

.links img {
  vertical-align: middle;
  margin-right: 4px;
  border: 0;
}

.links .sailer_raiting {
  float: right;
  margin-right: 80px;
}

.recent_seen {
  margin: 10px 0;
  color: #666666;
  font-size: 11px;
}

.recent_seen a {
  color: #3366FF;
}

#shop_catalog .block_body {
  margin-top: 7px;
}

#shop_sections {
  padding-bottom: 20px;
}

.shop_section {
  border-top: 3px double #98b9fc;
  padding-top: 3px;
  color: #666666;
}

.shop_section.last {
  border-bottom: 3px double #98b9fc;
  padding-bottom: 4px;
}

.shop_section_table {
  width: 100%;
}

.shop_section_table .images_column {
  width: 55px;
  padding-top: 5px;
}

.section_header {
  color: #3366FF;
  font-weight: bold;
}

.shop_section_table a,.shop_section_table a:link,.shop_section_table a:hover, .shop_section_table a:visited {
	color: #666;
}

.shop_section_table a, .shop_section_table a:link, .shop_section_table a:visited {
	text-decoration: none;
}

.shop_section_table a:hover {
	text-decoration: underline;
}

#right_column {
  width: 192px;
  margin-left: 6px; 
}

#navigator.block {
  height: 110px;
}

#navigator select {
	font-size: 0.9em;
}

.navigator_select {
  height: 24px;
  margin: 2px 0;
}

#navigator .select input {
  width: 166px;
}

#index .block_body {
  margin-top: 7px;
}

#weather .block_body, #currencies .block_body, #announcement .block_body {
  border: 1px solid #98b9fc;
}

.weather_city {
  color: #FF3333;
}

.weather_day, .weather_night {
  margin: 5px 10px 5px 25px;
  font-size: 12px;
}

.weather_day img, .weather_night img {
  vertical-align: middle;
  margin-right: 20px;
}

.temperature {
  color: #3366FF;
  margin-left: 8px;
}

.day {
  background-color: #DDE9FF;
  border: 2px solid #fff;
  border-bottom-width: 0px;
}

.currencies_row {
  height: 16px;
  border: 2px solid #fff;
  padding-bottom: 1px;
  border-bottom: 1px dotted #98b9fc;
  font-size: 12px;
}

.currencies_row_last {
  border-bottom: none;
}

.currencies_row.last {
  border-bottom-width: 0px;
}

.currencies_table {
  width: 100%;
}

.currencies_table .currency {
  padding-left: 6px;
  background-color: #C7DAFF;
  border-right: 2px solid #fff;
}

.currencies_table .today {
  background-color: #9FBBFF;
  border-right: 2px solid #fff;
}

.currencies_table .yesterday {
  background-color: #6E94FF;
}

#copyright {
  float: right;
  color: #666666;
  vertical-align: bottom;
  margin-top: 20px;
}

#footer {
  padding-top: 8px;
  padding-left: 17px;
  height: 47px;
  border-top: 1px dotted #377CFE
}



/*
	Dialog info box
*/
TABLE.DialogInfo {
	WIDTH: 85%;
	TEXT-ALIGN: center;
	border: 1px solid #666;
	margin: 4px;
}
.DialogInfoTitle {
	COLOR: #333;
	BACKGROUND-COLOR: #bfd4ff;
	border-bottom: 1px solid #666;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	height: 15px;
	padding: 4px;
}
.DialogInfoTitleBorder {
	BACKGROUND-COLOR: white;
	PADDING: 0px;
	VERTICAL-ALIGN: bottom;
	HEIGHT: 15px;
}
.DialogInfoBorder {
	background-color: white;
	padding: 4px;
}
.DialogInfoIcon {
	WIDTH: 16px;
	HEIGHT: 16px;
}
.DialogInfoClose {
	WIDTH: 15px;
	HEIGHT: 13px;
}

.ErrorMessage {
	COLOR: #FF3300;
	FONT-WEIGHT: bold;
}

.Message {
	COLOR: #FF3300;
}



.goods .popup-image {
    position: absolute;
    display:none;
    z-index:500;
	border: 1px solid #999;
}

img.stars {
	margin-bottom: -6px;
}

/* manufacturers */

.manufacturers {
	margin: 4px 0;
}

.manufacturers ul {
	margin: 0;
	padding: 4px 0;
}

.manufacturers ul li {
	display: block; float: left;
	margin: 0 2px 0 8px;
}

.manufacturers h2 {
	margin: 0;
	font-size: 12px;
	background-color: #D9E8FF;
	width: 100%;
}

.manufacturers h2 a {
	padding: 2px 8px;
}

.letters a {
	margin: 0 2px;
}

.letters {
	padding: 4px 0;
}


/* login */

table.login {
	margin: 10px;
}

table.login td, table.form td {
	padding: 4px;
}

table.login td a, table.form label {
	font-weight: bold;
}

table.login td input.submit {
	float:right;
}

table.login td  {
	font-weight: bold;
	color: #333;
}


.menu_send_category {
	border:1px solid #BFD4FF;
	padding:10px;
}

div.text {
	padding-bottom:10px;
	color: #333;
}




/* register */

table.register {
	margin: 0 auto;
        width:75%;
        border: 1px solid #BFD4FF;
}

table.data {
}

table.data td, table.data td {
	color: #333;
        padding: 4px 8px;
}

table.data td.label {
        width: 150px;
        color: #333;
        white-space: nowrap;
        text-align:right;
}

table.data td input[type=text], table.data td input[type=password], table.data td textarea {
        width: 100%;
}

table.options td input[type=text]
{
	    width: auto;
}

table.data td.help {
	width: 40%;
	vertical-align:top;
	font-size: 0.8em;
}

.RegSectionTitle {
        COLOR: #333;
        FONT-SIZE: 11px;
        FONT-WEIGHT: bold;
        background-color:#BFD4FF;
        padding: 4px;
        text-align:center;
}

.RegSectionTitleVerification {
        COLOR: #333;
        FONT-SIZE: 11px;
        FONT-WEIGHT: bold;
        padding: 4px;
        text-align:left;
}


.red {
	color: red;
}

table.data td.Star, td.Star, .Star {
        COLOR: #FF0000;
}

.message {
	color: #333;
}

td.FormButtonContact {
	width:15%;
	white-space: nowrap;
}




#product_thumbnail {
	margin: 0 15px;
}

table.stat {
	maring-bottom: 10px;
}

table.stat th, table.stat td
{
	border: 1px solid #999;
	text-align: center;
	padding: 2px;
}

.cat-tree {
	margin: 15px;
	line-height: 20px;
}

.cat-tree ul {
	margin-left: 25px;
	list-style-type: disc;
}