* {
    margin: 0;
    padding: 0;
}

html, body {
    /*width: 100%;*/
    min-width: 998px;
    height: 100%;
}

html {    
    background: #020916 url(img/bg.gif) repeat-y top center;
}

body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    padding-bottom: 200px;
    background: url(img/bottom.jpg) no-repeat bottom center;
    font: 76%/1.2em Tahoma, sans-serif;
    color: #000;
    height: 1%;
}

center.center {
    min-height: 780px;
    height: auto !important;
    height: 780px;   
    background: url(img/top.jpg) no-repeat top center;
    min-width: 998px;
}

fieldset {
    border: 0;
}

hr {
    display: none;
}

img {
    border: none;
}

li {
    list-style-type: none;
}

a {
}

p {    
}

a:visited {
}

a:hover {
}

#body {
    width: 998px;
    margin: 0 auto;
}

#head {
    padding-top: 60px;
}

#head .logo {
    float: right;
    margin: 0 150px 8px 0;
    width: 255px;
    height: 95px;
    display: inline;
}

#head .logo a {
    display: block;
    height: 95px;
    font-size: 10px;
    text-indent: -10000%;
    color: #020916;
    text-decoration: none;
}

#menu {
    clear: both;
    margin-bottom: 15px;
}

#menu table {
    vertical-align: top;
}

#menu table td {
    padding-right: 25px;
    vertical-align: top;    
}

#menu table td a, #menu a:active {    
    position: relative;
    display: block;
    padding: 10px 20px 7px 0;
    font: bold 12px Tahoma, sans-serif;
    color: #830000;
    text-decoration: none;
    height: 19px;
    float: left;
    background: url(img/navi-right.png) no-repeat top right;
    margin-right: -20px;
    padding-left: 20px;
}

#menu table td strong {
    display: block;
    float: left;
    height: 36px;
    background: url(img/navi-left.png) no-repeat;
    text-align: center;
}

#menu a:hover, #menu em {
    color: #394c61;
    font-style: normal;
}

#menu table td span {
    display: none;
}

#main {
    overflow: hidden;
    position: relative;
}

#center-cover {    
    float: left;
    width: 100%;
}

#center {
    margin: 0 170px;
    padding: 50px 10px;
    text-align: left;
    padding-left: 30px;
  
}

h1 {
    margin-bottom: 25px;
    color: #a10000;
    font: bold 16px Tahoma, sans-serif;
}

#center p {
    margin-bottom: 15px;
}

#left {
    float: left;
    margin-left: -100%;    
    width: 169px;
}

#right {
    float: left;
    width: 169px;
    margin-left: -169px;
}

#left .block {
    margin-bottom: 10px;
}

#right .block {
    margin-bottom: 10px;
}

.block h2, .block h3 {
    height: 32px;
    position: relative;
    padding-top: 10px;
    background: url(img/block-h2.png) no-repeat;
    color: #470000;
    font: bold 12px Arial, sans-serif;
    text-transform: uppercase;
}

.block h3 {
    font-size: 11px;
}

.block-inner {
    padding: 0 12px;
    background: url(img/block-inner.png) repeat-y;
}

.block-bottom {
    height: 22px;
    background: url(img/block-bottom.png) no-repeat;   
}

.block-inner.info {
    line-height: 1.5em;
}

.block-inner a {
    display: block;
    font-size: 11px;
    color: #ffeece;
    text-decoration: none;
}

.block-inner a:hover {
    color: #919191;
}

.block-inner p, .block-inner p a {
    color: #fff;
    font-size: 11px;
}

.block-inner p a {
    text-decoration: underline;
}

.block-inner .cabinet {
    margin: 10px 0;  
    padding-left: 30px;  
    text-align: left;
}

.block-inner .cabinet a {
    color: #9bccff;
    font: 1em/1.3em Tahoma, sans-serif;
    text-decoration: underline;
}

.block-inner .quantity {
    padding-left: 8px;
    text-align: left;
}

.block-inner .quantity p {
    font-size: 10px;
    color: #a0a0a0;
}

#center .panel {
    width: 505px;
    overflow: hidden;
    padding-top: 40px;
    padding: 40px 50px 0 50px;
}

#main_div {
    /*margin-left: -80px;*/
}

#center .panel p {
    font-size: 0.9em;
    color: #2c2c2c;
}

#center div a:hover {
    text-decoration: none;
}

h4 {
    font: normal 1em Tahoma, sans-serif;
    color: #a10000;
}

.form {
    float: left;
    width: 202px;
    margin-right: 10px;
    padding: 15px 20px;
    background: #ffeece url(img/border.gif) repeat-x;
}

#center .panel .form p {
    margin-bottom: 0;
}

.form form {
    padding-top: 15px;
}

#center .panel .form form p {
    margin-bottom: 11px;
}

.form label {
    display: block;
    padding-left: 5px;
}

.form .input input {
    width: 138px;
    height: 15px;
    padding-left: 2px;
    border: 1px solid #000;
}

.form a, .form strong {
    font-size: 1.1em;
    color: #494949;
    font-weight: normal;
}

.form input.but {
    width: 67px;
    height: 28px;
    margin-left: 80px;
    color: #000;
    font-size: 11px;
    border: none;
    background: #9e886d url(img/button.gif) no-repeat;
    cursor: pointer;
}

.form input.check {
    width: 10px;
    height: 10px;
    margin-bottom: 2px;
    border: 1px solid #000;
}

.form textarea {
    width: 200px;
    height: 100px;
    font: 1em Tahoma, sans-serif;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    padding-bottom: 5px;
    text-align: right;
    font-size: 0.9em;
    color: #fff;
}

#footer a {
    color: #ffeece;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.navi_form {
    overflow: hidden;
    _height: 1%;
}

.navi_form p {
    text-align: right;
}

.navi_form p.navi_form_clear {
    float: left;
    text-align: left;
}

.list_of_goods {
    width: 600px;
}

.list_of_goods div.one_item {
    float: left;
    text-align: center;
    width: 150px;
	height: 170px;
    padding-bottom: 35px;
    /*border: 1px red dashed;*/
}

.list_of_goods div.one_item input.but {
    width: 85px;
    height: 28px;
    font-size: 10px;
    border: none;
    background: #9e886d url(img/button1.gif) no-repeat;
    cursor: pointer;
}

.list_of_goods div.item_name {
    text-align: center;
	margin:0 auto;
    text-align: center;
    width: 130px;
    /*border: 1px red dashed;*/
}

.sex1 {
	width: 120px; 
	height: 25px; 
	border: 1px solid #BBBBBB; 
	border-bottom: 0; 
	text-align: center; 
	vertical-align: middle; 
	display: table-cell;
}

.sex2 {
	width: 120px; 
	height: 25px; 
	border: 1px solid #BBBBBB; 
	border-bottom: 0; 
	border-left: 0; 
	text-align: center; 
	vertical-align: middle; 
	display: table-cell;
}

.sex3 {
	width: 320px; 
	height: 25px; 
	border-bottom: 0; 
	border-left: 0; 
	text-align: center; 
	vertical-align: middle; 
	display: table-cell;
}

.sex3 a {
    
}











.sex-block {
    overflow: hidden;
    height: 25px;
    float: left;
    _height: 1%;
    border-left: 1px solid #bbb;
}

.sex-block p {
    float: left;
    width: 120px;
    height: 20px;
    padding-top: 5px;
    border: 1px solid #bbb;
    border-width: 1px 1px 0 0;
    text-align: center;
}

.sex-block p a {
    color: #000;
}

#slots_colors {
    width: 32px;
    height: 32px;
    float: left;
    cursor: pointer;
    margin-bottom: 6px;
}

