body, html { font-size: 100%; padding: 0; margin: 0;}

body {
	font-family: sans-serif;
	color: #000;
	background: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #aaa;
	text-decoration: underline;
}

.top_line {
	text-align: center;
	height: 136px;
	background-image: url(images/topline.gif);
}

.top_content {
	display: block; 
	text-align: left;
	margin: 0px auto;
	max-width: 986px;
	width:  986px;
	border: 0px solid red;
}

.top_logo {
	display: block; 
	text-align: left;
	width: 182px;
	height: 136px;
	float: left;
	background-image: url(images/logo.gif);
}

.top_logo A {
	display: block; 
	width: 182px;
	height: 136px;
}

.top_line1 {
	display: block; 
	text-align: left;
	height: 59px;
	line-height: 59px;
	margin-left: 200px;
}

.top_line2 {
	display: block; 
	text-align: left;
	height: 77px;
	line-height: 77px;
	margin-left: 190px;
}

.top_line2 a {
	color: #000;
	margin: 0px 10px;
}

.top_line2 a:hover {
	color: #008deb;
	text-decoration: underline;
}

.left_col {
	float:left;
	margin: 0px;
}

.right_col {
	float:right;
	margin: 0px;
}

.all {
	max-width: 986px;
	width:  986px;
	margin: 15px auto 0px auto; /* 30px auto */
	text-align: center;
	border: 0px solid red;

}

.menu_left {
	display: block; 
	width: 172px;
	text-align: left;
	margin: 0px 5px;
	border: 0px solid green;
	float: left;
	
}

.menu_left A {
	display: block;
	line-height: 30px;
	color: #008deb;
}

.menu_left A#text {
	display: block;
	line-height: 20px;
	text-align: left;
	margin-top: 5px;
	color: #008deb;
}

#active {
	color: #000;
	font-weight: bold;
}

.content {
	display: block; 
	text-align: left;
	border: 0px solid yellow;
	margin-left: 177px;
}

.content_main {
	display: block; 
	margin: 15px 0px 0px 15px;
}

.footer_line {
	text-align: center;
	border-top: 1px solid #ccc;
	margin: 20px auto;
	clear: both;
}

.footer_content {
	display: block; 
	text-align: center;
	margin: 10px auto;
	max-width: 986px;
	width:  986px;
	font-size: 70%;
	color: #707070;
}

.block_header_menu {
	height: 21px;
	margin-bottom: 15px;
	border-bottom: 4px solid #ffd91f;
}

.block_header {
	height: 21px;
	margin-bottom: 20px;
	margin-left: 15px;
	border-bottom: 4px solid #ffd91f;
	text-align: right;
	font-size: 13px;
}

.item {
	display: block;  
	margin-right: -1px;
	margin-bottom: -1px;
	width: 260px;
	height: 320px;
	border: 1px solid #ccc;
	float: left;
}

.item img {
	display: block; 
	position: relative;
	margin: 30px auto 0 auto;
	height: 180px;
}

#text {
	display: block; 
	position: relative;
	text-align: center;
	margin: 35px auto 0 auto;
}

.price {
	display: block; 
	position: absolute;
	text-align: center;
	width: 100px;
	height: 100px;
	margin: 135px 0 0 145px;
	background: #ffd400;
	border-radius: 50px;
	line-height: 100px;
	z-index: 1;
	font-weight: bold;
	font-size: 18px;
}

.discount {
	display: block; 
	position: absolute;
	text-align: center;
	width: 70px;
	height: 70px;
	margin: 90px 0 0 175px;
	background: #FF8000;
	border-radius: 40px;
	line-height: 70px;
	z-index: 1;
	font-weight: bold;
	font-size: 18px;
}


.price:hover {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-image: url(images/to_card.gif);
	background-repeat: no-repeat;
	background-position: center;

}

.basket_quick {
	display: none; 
	position: absolute;
	width: 300px;
	height: 100px;
	top: 0px;
	border: 1px solid red;
	background-color: #ffd400;
	margin-left:484px;	
}


.order {
	margin:0px;padding:0px;
	width:100%;
	border:0px solid #000000;
	border-collapse: collapse;
}

.order table{

    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	
}
.order tr:hover td{
	
}
.order tr:nth-child(odd){ background-color:#C5DAE0; }
.order tr:nth-child(even){ background-color:#ffffff; }
.order td, th{
	vertical-align:middle;
	border:0px solid #000000;
	border-width:0px 0px 0px 0px;
	text-align:left;
 	padding:10px;
	color:#000000;
}
.order th{
background-color: #ffd400;
}

.order #total {
background-color: #ffd400;
font-weight: bold;
}

.checkout_form input[type="text"] {
border: 1px solid #ccc;
font-family: sans-serif;
font-size: 16px;
height: 24px;
width:200px;
border-radius: 10px;
padding:4px;
outline: none;
}

.checkout_form textarea {
border: 1px solid #ccc;
font-family: sans-serif;
font-size: 16px;
height: 100px;
width:400px;
resize: none;
border-radius: 10px;
padding:4px;
outline: none;
}

#wrong {
border: 1px solid red;
color: red;
}

.basket_button {
display: block; 
border: 0px solid #ccc;
height: 40px;
width:250px;
margin: auto;
text-align: center;
line-height: 40px;
font-weight: bold;
color: black;
}

.basket_button:hover{
text-decoration: none;
color: black;
}

.basket_button IMG {
display: block; 
position: absolute;
margin-top:3px;
margin-left:3px;
}

#green {
background-color: #17E800; 
}

#yellow {
background-color: #ffd400; 
}

h1 {
font-size: 120%;
}