BODY {
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 color: #595959;
 background-color: #ffffff;
 font-family: Arial, Tahoma, Helvetica;
 background : url(images/back.gif);
 }

H1 {
 font-size: 16px; COLOR: #000000
}
H2 {
 font-size: 14px; COLOR: #000000
}
H3 {
 font-size: 13px; COLOR: #000000
}
H4 {
 font-size: 13px;; COLOR: #000000
}

A:link, A:visited {
 font-family: Arial, Tahoma, Helvetica;
 font-size: 12px;
 color: #bc718c;
}
A:hover, A:active {
 font-family: Arial, Tahoma, Helvetica;
 font-size: 12px;
 color: #f77ca8;
}

A.menu:link, A.menu:hover, A.menu:active, A.menu:visited {
 font-family: Arial, Tahoma, Helvetica;
 font-size: 13px;
 font-weight: bold;
 text-decoration : none;
 color: #9b0000;
}
A.menu:hover {
	color: #000000;
}

td.left {
 width: 20px;
 height: 100%;
 padding: 0px 0px 0px 0px;
 background-color: #ffffff;
 background : url(images/left.jpg) top right no-repeat;
}

td.main {
 font-size: 12px;
 padding: 30px 10px 50px 0px;
 width: 900px;
 height: 100%;
 background-color: #ffffff;
}

td.menu {
 background : url(images/bg_menu.gif) repeat-x;
 height: 45px;
 text-align: center;
 padding: 0px 0px 7px 0px;
 white-space: nowrap;
}

td.menu_end {
 background : url(images/menu_end.jpg) top right no-repeat;
 height: 45px;
 min-width: 94px;
 padding: 0px 0px 4px 5px;
}

div.red {
height:5px;
background-color: #9b0000;
}

td.bottom1 {
 background-color: #f3f1ed;
 padding:10px;
 font-size: 12px;
}

td.bottom2 {
 padding: 10px;
 font-size: 12px;
 text-align: right;
 background-color: #f3f1ed;
}

td.main p, td.main table td {
	font-size: 12px;
}

input, textarea {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	color: black;
}

div.scroll {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

span.scroll {
	background-color: #9B0000;
	color: #FFFFFF;
	padding: 2px;
}

span.scroll-split {
	color: #e5e5e5;
}

.cat {
    display: block;
    padding: 10px;
    float: left;
    text-align: center;
    width: 150px;
    height: 170px;
 border: 1px dashed #eee;
}

.clear {
    clear: both;
}

.table {
 width: 100%;
}

.table th, .table td {
 border: 1px solid #eee;
 padding: 10px;
 border-collapse: collapse;
 font-size: 13px;
 text-align: left;
}

#search input[type='text'] {
 width: 300px;
 padding: 5px;
 border: 1px solid gray;
}


.arrow {
 text-decoration: none;
 color: gray !important;
 font-weight: bold;
}

.table th {
	padding-right: 20px;
}

.table {
	padding-top: 10px;
}

#catalog_price_info {
	display: none !important;
}

.delButton {
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	margin-top: 14px;
}

.edit_cart_input {
	width: 69px;
	margin-bottom: 5px;
}

#callback {
	position: fixed;
	right: 20px;
	bottom: 0;
	cursor: pointer;
	z-index: 2;
}

#callback_div {
	display: none;
	position: fixed;
	left: 40%;
	top: 30%;
	padding: 20px;
	width: 400px;
	text-align: center;
	z-index: 2;
	background: #FFFFD1;
	box-shadow: 0 0 40px black;
}

#callback_div input {
	margin-top: 10px;
	padding: 5px;
	width: 200px;
}

#callback_error {
	margin-top: 10px;
}

#top {
  bottom: 60px;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 115px;
  opacity: .7;
  background-image: url(images/arrow-up.png);
}

#top:hover {
  opacity: .8;
  background-image: url(images/arrow-up-hover.png);
  background-repeat: no-repeat;
  bottom: 60px;
  cursor: pointer;
  display: block;
  position: fixed;
  right: 115px;
}

@media (max-width: 600px) {
  #top {
    bottom: 60px;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 35px;
    opacity: .7;
    background-image: url(images/arrow-up.png);
}

  #top:hover {
    opacity: .8;
    background-image: url(images/arrow-up-hover.png);
    background-repeat: no-repeat;
    bottom: 60px;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 35px;
}
}