html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    text-align: center;
}

body, input, select, td, th {
    font-family: Georgia, Thimes New Roman, sans-serif;
    color: #333333;
    font-size: 10pt;
}

img {
    border: 0px solid;
}

a {
    text-decoration: none;
    color: gray;
}

a:hover {
    text-decoration: underline;
    color: #c31111;
}

h1, h2 {
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

h1 {
    font-size: 18pt;
}

#body {
    position: relative;
    min-height: 100%;
    height: auto;
    z-index: 1;
}

* html #body {
    height: 100%;
}

#main {
    background: white url('../images/top.bg.png') top repeat-x;
}

#top {
    background: url('../images/top.jpg') no-repeat top left;
    width: 1000px;
    height: 250px;
    margin: auto;
    text-align: left;
}

#currency {
    padding-top: 15px;
    position: absolute;
    margin-left: 120px;
    width: 140px;
    text-align: center;
}

#logo {
    position: absolute;
    display: block;
    width: 450px;
    height: 180px;
    margin-left: 275px;
    background: url('../images/logo.jpg');
}

#logo img{
    width: 450px;
    height: 180px;
}

#top_order {
    width: 275px;
    height: 180px;
    margin-left: 725px;
    position: absolute;
    padding-top: 15px;
    background: url('../images/top.order.jpg') no-repeat;
}

#top_order div {
    width: 120px;
    margin-left: 20px;
    text-align: right;
}

#top_order div span {
    //left: 20px;
    position: absolute;
    display: block;
    margin-left: 130px;
    text-align: left;
}

#top_order_empty {
    width: 229px;
    height: 74px;
    //height: 89px;
    position: absolute;
    padding-top: 15px;
    background: url('../images/top.order.empty.jpg') no-repeat;
    text-align: center;
    margin-left: 737px;
}

.edit_order {
    display: block;
    background: transparent;
    height: 60px;
}

div.discount {
    margin-top: 5px;
}

span.discount {
    display: block;
    position: absolute;
    margin-left: 160px;
    margin-top: 96px;
    width: 90px;
    text-align: center;
    color: white;
}

span.discount strong {
    font-size: 20pt;
    font-weight: normal;
}

#menu {
    position: relative;
    top: 190px;
    height: 41px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#menu li {
    float: left;
    height: 41px;
}

#menu li a, #menu li span {
    float: left;
    height: 41px;
    background-image: url('../images/menu.jpg');
    background-repeat: no-repeat;
}

a#point_item, span#point_item  {
    width: 151px;
    margin-left: 96px;
}

a#point_item {
    background-position: -96px 0px;
}

a#point_item:hover, span#point_item {
    background-position: -96px -41px;
}

a#point_discount, span#point_discount  {
    width: 112px;
}

a#point_discount {
    background-position: -247px 0px;
}

a#point_discount:hover, span#point_discount {
    background-position: -247px -41px;
}

a#point_forum, span#point_forum {
    width: 115px;
}

a#point_forum {
    background-position: -359px 0px;
}

a#point_forum:hover, span#point_forum {
    background-position: -359px -41px;
}

a#point_feedback, span#point_feedback {
    width: 191px;
}

a#point_feedback{
    background-position: -474px 0px;
}

a#point_feedback:hover, span#point_feedback {
    background-position: -474px -41px;
}

a#point_price, span#point_price {
    width: 109px;
}

a#point_price{
    background-position: -665px 0px;
}

a#point_price:hover, span#point_price {
    background-position: -665px -41px;
}

a#point_booklet, span#point_booklet {
    width: 129px;
}

a#point_booklet{
    background-position: -774px 0px;
}

a#point_booklet:hover, span#point_booklet {
    background-position: -774px -41px;
}

#content {
    text-align: left;
    width: 1000px;
    margin: auto;
    overflow: hidden;
}

#navi {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
}

#catalogue {
    float: left;
    margin-left: 10px;
    //display: inline;
    width: 230px;
}

#catalogue ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 12pt;
}

#catalogue li {
    display: block;
}

#catalogue li ul {
    margin-left: 15px !important;
}

#catalogue li a {
    font-size: 14px;
    color: black;
    font-weight: bold;
}

#inner {
    float: left;
    width: 750px;
    margin-left: 5px;
/*
background: gray;
width: 740px;
*/
}

#inner h1 {
    clear: left;
    margin-left: 5px;
}


#inner p {
    margin-left: 5px;
}

#inner table {
    width: 100%;
    margin-bottom: 10px;
}

#inner th {
    padding: 3px;
    text-align: center;
    background: #e0e0e0;
}

#inner td {
    padding: 3px;
    text-align: center;
}

#inner .divider td, #inner .divider th {
    border-width: 1px 0px 0px 0px;
    border-color: #c0c0c0;
    border-style: solid;
}

#inner .result td {
    font-weight: bold;
}

.table_item {
    background: url('../images/item.table.png') top center no-repeat;
    width: 75px;
    height: 53px;
    padding: 10px !important;
}

* html .table_item {
    //width: 95px;
    //height: 73px;
    //padding: 0px !important;
}

.table_item a {
    display: block;
    width: 75px;
    height: 53px;
}

.table_item img {
    display: block;
    width: 75px;
    height: 53px;
}

.left {
    text-align: left !important;
}

#item_info {
    float: right;
    width: 325px;
    margin-right: 10px;
}

#item_info p {
    text-align: left;
}

#item_info form {
    float: right;
    width: 180px;
    padding-top: 15px;
}

#item_info form span {
    display: block;
    margin-bottom: 10px;
}

.price {
    background: url('../images/price.bg.jpg') no-repeat top left;
    padding: 12px 36px 0px 37px;
    width: 65px;
    height: 71px;
    color: white;
    text-align: center;
    font-size: 20pt;
}

/*
* html .price {
    width: 138px;
    height: 86px;
}
*/

.price span {
    font-size: 10pt;
    display: block;
}

.price sup {
    font-size: 10pt;
    position: relative;
    top: -5px;
}

#single_item {
    float: left;
    width: 405px;
    height: 310px;
    background: url('../images/item.single.bg.png') no-repeat;
}

#single_item img {
    display: block;
    margin: 10px;
    width: 385px;
    height: 290px;
}

form.usual_form {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    text-align: right;
}

form.usual_form div {
    clear: both;
    text-align: left;
    margin-bottom: 5px;
    font-size: 8pt;
}

form.usual_form label {
    float: right;
    //float: none;
    display: block;
    margin-bottom: 3px;
    line-height: 24px;
}

form.usual_form input, form.usual_form textarea, form.usual_form select {
    float: right;
    width: 450px;
    margin-left: 10px;
}

form.usual_form textarea {
    height: 100px;
}

form.usual_form select,
form.usual_form .submit {
    width: 456px;
}

/*Safari 3,4, Chrome 2*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
body:first-of-type form.usual_form select {width: 454px;}
}

/*IE6*/
* html form.usual_form select,
* html form.usual_form .submit {
    width: 456px;
}

.sections {
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    overflow: hidden;
}

.sections li {
    float: left;
    width: 250px;
    height: 300px;
}

.sections li h2 {
    text-align: center;
    font-size: 12pt;
    height: 36px;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
}

.item {
    width: 220px;
    height: 160px;
    background: url('../images/item.bg.png') no-repeat;
    padding: 10px;
}

* html .item {
/*
    //width: 240px;
    //height: 180px;
*/
}

.item_link, .item_link img {
    display: block;
    width: 220px;
    height: 160px;
}

.item_price {
    position: absolute;
    margin-left: 100px;
    margin-top: 125px;
    width: 138px;
    height: 86px;
    font-size: 20pt;
    color: white;
    text-align: center;
}

.item_price div {
    width: 65px;
    height: 71px;
    padding: 12px 53px 0px 20px;
    //padding-top: 9px;
    //height: 77px;
    background: url('../images/price.bg.png') no-repeat top left;
}

* html .item_price div {
/*
    //width: 138px;
    //height: 86px;
*/
    //background: none;
    //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/price.bg.png',sizingMethod='crop');
}

.item_price span {
    display: block;
    font-size: 10pt;
}

.item_price sup {
    font-size: 10pt;
    position: relative;
    top: -5px;
}

.i {
    right: 14px;
    position: absolute;
    margin-left: 72px;
    margin-top: 10px;
    //margin-top: 13px;
    width: 32px;
    height: 32px;
    background-image: url('../images/i.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

* html .i {
    right: 14px;
}

.i:hover {
    background-position: 0px -32px;
}

.info {
    position: absolute;
    width: 136px;
    height: 123px;
    padding: 21px 42px 0px 42px;
    background: url('../images/info.bg.png') no-repeat;
    margin-top: 5px;
    text-align: center;
    display: none;
    overflow: hidden !important;
}

* html .info {
/*
    //width: 220px;
    //height: 144px;
*/
    //background: none;
    //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/info.bg.png',sizingMethod='crop');
}

.sections form {
    margin: 10px 0px 0px 5px;
    padding: 0px;
}

.sections form div {
    clear: left;
}

.sections form select,
#item_info form select {
    float: left;
    width: 75px;
}

.sections form a,
#item_info form a {
    float: left;
    background-image: url('../images/cart.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    margin-left: 3px;
    margin-top: -7px;
}

.sections form a.filled_cart,
#item_info form  a.filled_cart {
    background-position: 0px -66px !important;
}

.sections form a:hover,
#item_info form  a:hover {
    background-position: 0px -33px;
}

#footer {
    clear: both;
    position: relative;
    height: 120px;
    padding-top: 150px;
    text-align: center;
    z-index: 100;
    background: white url('../images/footer.bg.jpg') no-repeat bottom center;
    min-width: 1000px;
    width: auto;
}

* html #footer {
    height: 270px;
    width: expression( document.body.clientWidth < 1000? '1000px':'auto' );
}

#footer div {
    margin: auto;
    width: 750px;
    padding-left: 250px;
    text-align: left;
}

* html #footer div {
/*
    //width: 1000px;
*/
}

#footer .icq {
    display: block;
    position: absolute;
    margin-top: 60px;
    background: url('../images/icq.png') no-repeat top left;
    padding-left: 20px;
}

#footer .skype {
    display: block;
    position: absolute;
    margin-top: 80px;
    background: url('../images/skype.png') no-repeat top left;
    padding-left: 20px;
}