/* ============================ Text ============================= */

#main_text {
	width: 780px;
}

#center_column {
	width: 590px;
}

/* ==================================================================
========================== Right column ============================= */

#right_column {
	float: right;
	width: 180px;
	background:  #fff;
}

/* ============================ My account ============================= */


#user_top {
	background: #c8cf2d url(../images/myshop.gif) no-repeat top center;
	padding: 6px;
	padding-top: 12px;
	padding-bottom: 10px;
}

#user, #user_bottom {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #eef1c0;
}

#user_bottom {
	margin-top: -5px;
	line-height: 1.6em;
	padding-bottom: 10px;
}

#user h5 {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-weight: normal;
	color: #A7BA0F;
}

#user h5.mysign {
	background: url(../images/menu_key.gif) no-repeat 0 0;
	margin-top: 5px;
}

#user h5.mycart {
	background: url(../images/menu_cart.gif) no-repeat 0 0;
	margin-top: 20px;
}

div.user {
	background-color: #E0E488;
	padding: 4px;
}

div.user div {
	background-color:#eef1c0;
	margin: 2px;
	padding: 5px;
	line-height: 1.6em;
	color: #7E8F2A;
}

#user a {
	color: #7E8F2A;
}

#user a:hover , #user a:focus {
	color: #FF8A00;
}

#user p {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 4px;
	padding-right: 4px;
	color: #999900;
}


#user form {
	margin: 0;
	margin-top: 7px;
	padding: 0;
}

#user label {
	color: #666666;
}

#user .text {
	width: 95px;
	font-size: 1.2em;
	height: 1.35em;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
	background: #fff;
	border: 1px solid #A7BA0F;
}

#user .signin {
	text-align: center;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
}

#user ul.signout {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	text-align: center;
}

#user form.signout {
	text-align: right;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.signout span {
	float: left;
	text-align: left;
	padding-top: 6px;
}

#user p.signout {
	margin: 0;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: 5px solid #fff;
}

/* ============================ My cart ============================= */

#cart {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#cart_summary {
	width: 105px;
}

#cart_button {
	width: 37px;
	text-align: right;
}


/* ============================ News ============================= */

#news_top {
	background: #eeefef url(../images/norm.gif) repeat-x bottom center;
	padding: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#news_top h4 {
	color: #757575;
}

#news {
	padding: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #E1E1E1;
	margin-bottom: 15px;
}

#news p {
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	border-bottom: 1px solid #E1E1E1;
}

#news a {
	color: #666;
}

#news a:hover, #news a:focus {
	color: #000;
}



#sale_top {
	background: #eeefef url(../images/norm.gif) repeat-x bottom center;

	padding: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#sale_top h4 {
	color: #757575;
}

.sale {
	background: url(../images/cart_line.gif) repeat-x;
	border: 1px solid #e1e1e1;
	border-top: none;
	margin-bottom: 0px;
	padding: 8px;
	text-align: center;
}

.sale h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 1.09em;
	font-weight: normal;
	text-align: left;
	border: none;
	background: none;
}

.sale h2 a {
	color: #FF8A00;
}

.sale p {
	margin: 0;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.sale ul {
	text-align: right;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}


.procent {
	color: #FF8A00;
}

*/

