@charset "UTF-8";
/* Bamboo Baby - main.css */

/* html, body, #main */
html, body, #main {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #main {
	height: auto;
}

body {
	margin: 0;
	background: #eaeaea url('../ank_img/layout/body_bg.jpg') top center repeat-x;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}

#main {
	position: absolute;
	top: 0;
    left: 0;
}

/* general */
a {
	font-size: 11px;
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.error {
	background: #f4bcd3;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 11px;
	color: #121214;
}

.error h4 {
	display: block;
	color: #cb000e;
	font-weight: bold;
	border-bottom: 1px solid #e2afc3;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.success {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 11px;
	color: #464646;
}

.success h4 {
	display: block;
	color: #49cc21;
	font-weight: bold;
	border-bottom: 1px solid #e1f9da;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.error strong, .success strong {
	font-weight: bold;
}

.main_heading {
	font-size: 22px;
	color: #0b0b0c;
	letter-spacing: -0.04em;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
	background: url('../ank_img/layout/bullet_main_heading.gif') top left no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}

.subcat a {
	font-size: 12px;
	color: #464646;
	letter-spacing: -0.02em;
	font-weight: bold;
	text-decoration: none;
}

.subcat a:hover {
	text-decoration: underline;
}

/* button */
.button, .button:visited {
	background: #222 repeat-x; 
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	border: none;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.button:hover								{ background-color: #111; color: #fff; }
.button:active								{ top: 1px; }
.small.button, .small.button:visited		{ font-size: 11px; padding: 3px 6px; }
.button, .button:visited,
.medium.button, .medium.button:visited		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.button, .large.button:visited		{ font-size: 14px; padding: 8px 14px 9px; }

.red.button, .red.button:visited			{ background: #da172e url('../ank_img/layout/button_red_bg.jpg'); }
.red.button:hover							{ color: #fee9ec; }
.black.button, .black.button:visited		{ background: #1b1b1c url('../ank_img/layout/button_black_bg.jpg'); }
.black.button:hover							{ color: #e8e8e8; }


/* #header */
#header {
	background: url('../ank_img/layout/header_bg.jpg') top center no-repeat;
	height: 280px;
}

#header .content {
	width: 960px;
	height: 280px;
	margin: 0px auto;
}

/* logo */
#header .content h2 {
	display: block;
	width: 179px;
	height: 60px;
	float: left;
}

#header .content h2 a {
	display: block;
	margin-top: 15px;
}

/* login & cart */
#header .content .cart {
	background: url('../ank_img/layout/cart_bg.jpg') top left no-repeat;
	/*width: 235px;*/
	width: 146px;
	height: 60px;
	padding-left: 89px;
	float: right;
}

#header .content .cart h3 {
	display: block;
	text-align: left;
	font-size: 11px;
	margin-top: 23px;
}

#header .content .cart h3 img {
	display: block;
}

#header .content .cart h3 span {
	display: block;
	color: #818181;
	margin-top: -2px;
}

#header .content .cart a {
	color: #818181;
	text-decoration: none;
}

#header .content .cart a:hover span {
	text-decoration: underline;
}

#header .content .auth {
	width: 450px;
	height: 45px;
	padding-top: 15px;
	float: right;
	text-align: right;
}

#header .content .auth .welcome {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding-right: 23px;
	margin-top: 9px;
}

#header .content .auth .welcome_links {
	text-align: right;
	padding-right: 23px;
	margin-top: -3px;
}

#header .content .auth .welcome_links a {
	color: #818181;
	font-size: 11px;
	text-decoration: none;
	margin-left: 10px;
}

#header .content .auth .welcome_links a:hover {
	text-decoration: underline;
}

#header .content .auth .inputs {
	background: url('../ank_img/layout/auth_bg.jpg') top left no-repeat;
	width: 240px;
	height: 23px;
	float: right;
	text-align: left;
	padding-left: 5px;
}

#header .content .auth .inputs input {
	border: 0px;
	background: none;
	width: 117px;
	margin: 0px;
	font-size: 11px;
	color: #e3e3e3;
	margin-top: 5px;
}

#header .content .auth .login {
	display: block;
	float: right;
	width: 74px;
	height: 23px;
	margin-left: 1px;
	margin-right: 25px;
}

#header .content .auth .links {
	text-align: right;
	padding-right: 30px;
}

#header .content .auth .links a {
	color: #818181;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
}

#header .content .auth .links a:hover {
	text-decoration: underline;
}

/* help */
#header .help {
	width: 235px;
	float: right;
}

#header .help .btn {
	display: block;
	width: 235px;
	margin: 0px;
	/*height: 63px;*/
	height: 34px;
	text-decoration: none;
	color: #fca4bb;
	padding-top: 29px;
}

#header .help .first {
	height: 35px;
	padding-top: 29px;
	background: url('../ank_img/layout/help_b1.jpg') top left no-repeat;
	color: #ffb8cb;
}

#header .help .second {
	background: url('../ank_img/layout/help_b2.jpg') top left no-repeat;
	color: #faa6bc;
}

#header .help .third {
	background: url('../ank_img/layout/help_b3.jpg') top left no-repeat;
}

#header .help .btn span {
	display: block;
	font-size: 11px;
	width: 190px;
	text-align: left;
	margin-left: 22px;
	line-height: 11px;
}

#header .help .btn:hover span {
	text-decoration: underline;
}

/* main filter */
#header .main_filter {
	width: 480px;
	float: right;
}

#header .main_filter a {
	font-size: 11px;
	text-decoration: none;
	display: block;
	float: right;
}

#header .main_filter a:hover {
	text-decoration: underline;
}

#header .main_filter .peste {
	width: 125px;
	height: 55px;
	text-align: left;
	color: #ffb8cb;
	line-height: 11px;
	margin-top: 30px;
	margin-right: 21px;
}

#header .main_filter .sub {
	width: 125px;
	padding-top: 35px;
	padding-bottom: 20px;
	text-align: right;
	color: #f992ad;
	line-height: 11px;
	margin-top: 102px;
	margin-right: 166px;
}

/* search field */
#header .search_field {
	width: 235px;
	margin-top: 4px;
	float: left;
}

#header .search_field .inputs {
	background: url('../ank_img/layout/search_bg.jpg') no-repeat top left;
	width: 211px;
	height: 22px;
	float: left;
	text-align: left;
}

#header .search_field .inputs input {
	border: 0px;
	background: none;
	font-size: 11px;
	color: #727272;
	margin-top: 5px;
	margin-left: 5px;
	width: 200px;
}

#header .search_field .search_btn {
	width: 24px;
	height: 22px;
	float: left;
}

/* main menu */
#header .main_menu {
	width: 690px;
	float: left;
	margin-top: 7px;
	padding-left: 18px;
	text-align: left;
}

#header .main_menu li {
	display: inline;
}

#header .main_menu a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
}

#header .main_menu a:hover {
	text-decoration: underline;
}

/* #breadcrumbs */
#breadcrumbs {
	width: 960px;
	height: 16px;
	margin: 0px auto;
	background: #f1f1f1;
	font-size: 10px;
	margin-top: 10px;
	text-align: left;
	background: url('../ank_img/layout/breadcrumbs_bg.jpg') no-repeat top left;
}

#breadcrumbs a {
	font-size: 10px;
	color: #464646;
	text-decoration: none;
}

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

#breadcrumbs .label {
	display: table-cell;
	height: 16px;
	vertical-align: middle;
	width: 220px;
	padding-right: 31px;
	text-align: right;
}

#breadcrumbs .url {
	display: table-cell;
	height: 16px;
	vertical-align: middle;
}

/* #filters */
#filters {
	/*width: 960px;*/
	width: 725px;
	height: 23px;
	margin: 0px auto;
	background: #1e1e20 url('../ank_img/layout/filters_bg.jpg') no-repeat top left;
	font-size: 11px;
	text-align: left;
	padding-left: 235px;
}

#filters a {
	color: #fff;
	text-decoration: none;
}

#filters li {
	display: block;
	height: 23px;
	background: url('../ank_img/layout/bullet_down.gif') no-repeat center right;
	padding: 0px 16px;
	float: left;
}

#filters li a {
	height: 18px;
	display: block;
	padding-top: 5px;
	cursor: default;
}

#filters li ul {
	position: absolute;
	margin-left: -6px;
	margin-top: -1px;
	display: none;
}

#filters li ul li {
	display: block;
	float: none;
	background: #656565;
	padding: 0px 6px;
	width: 200px;
	border-top: 1px solid #000;
}

#filters li ul li:hover {
	background: #464646;
}

#filters li ul li a {
	color: #dfdfdf;
	display: block;
	cursor: pointer;
}

#filters .remove {
	display: block;
	float: left;
	height: 17px;
	margin-left: 16px;
	margin-top: 3px;
}

#filters .remove span {
	display: block;
	float: left;
	height: 15px;
	vertical-align: middle;
	background: #7a7a7b url('../ank_img/layout/filters_remove_left.png') no-repeat top left;
	padding: 2px 3px 0 8px;
}

#filters .remove img {
	display: block;
	height: 17px;
	width: 15px;
	float: left;
}

/* #mid */
#mid {
	width: 960px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 200px;
	text-align: left;
}

#mid .left {
	width: 235px;
	float: left;
}

#mid .right {
	width: 710px;
	float: right;
}

/* mid left */
#mid .left a {
	color: #838282;
	font-size: 11px;
	text-decoration: none;
}

#mid .left h3 {
	display: block;
	width: 235px;
	height: 39px;
	background: #272728 url('../ank_img/layout/header_235.jpg') top left no-repeat;
}

#mid .left h3 a, #mid .left h3 span {
	display: block;
	font-size: 18px;
	letter-spacing: -1px;
	color: #fff;
	text-shadow: #000 0px 1px;
	margin-left: 23px;
	position: relative;
	top: 6px;
}

#mid .left ul {
	display: block;
	width: 235px;
	background: #f1f1f1 url('../ank_img/layout/left_ul_ending.jpg') bottom left no-repeat;
	margin-bottom: 10px;
}

#mid .left ul a {
	display: block;
	padding: 4px 8px;
	border-bottom: 1px solid #e3e3e3;
}

#mid .left ul a:hover {
	text-decoration: underline;
}

#mid .left ul a.last {
	border: none;
}

#mid .module {
	width: 235px;
	background: #f1f1f1 url('../ank_img/layout/left_ul_ending.jpg') bottom left no-repeat;
	margin-bottom: 10px;
	font-size: 11px;
	color: #838282;
}

#mid .module .row {
	padding: 4px 8px;
	border-bottom: 1px solid #e3e3e3;
}

#mid .module .row .column {
	width: auto;
	float: left;
}

#mid .module .last {
	border: 0;
}

/* free text */
#mid .text {
	font-size: 11px;
	text-align: justify;
	margin-bottom: 10px;
}

#mid .text strong {
	font-weight: bold;
	color: #000;
}

#mid .text h2 {
	display: block;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -0.04em;
	border-bottom: 1px solid #ccc;
	margin: 30px 0 10px 0;
}

#mid .text p {
	margin-bottom: 10px;
}

#mid .general_header {
	display: table-cell;
	vertical-align: middle;
	background: url('../ank_img/layout/header_simple_bg.jpg') repeat-x top left;
	height: 39px;
}

#mid .general_header h2 {
	font-size: 18px;
	color: #fff;
	letter-spacing: -0.04em;
	font-weight: bold;
}

#mid .general_module {
	background: #f1f1f1;
	margin-bottom: 10px;
	font-size: 11px;
	color: #838282;
	padding: 15px;
}

#mid .general_module h3 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
	color: #000;
}

#mid .general_module .input_row {
	font-size: 11px;
	margin-bottom: 10px;
}

#mid .general_module .last {
	margin-bottom: 5px;
}

#mid .general_module .input_row .input_text {
	display: block;
	width: 920px;
	border: 0;
	padding: 5px;
}

#mid .finalize_body .input_row .input_select {
	display: block;
	width: 275px;
	border: 0;
	padding: 5px;
}

#mid .finalize_body .input_row .input_select:disabled {
	background: #e0e0e0;
}

#mid .finalize_body .input_row .input_radio {
	position: relative;
	top: 2px;
}

#mid .finalize_body .input_row .input_textarea {
	display: block;
	width: 285px;
	border: 0;
	padding: 5px;
	overflow: hidden;
}

/* finalize order */
#mid .finalize_left {
	width: 635px;
	float: left;
}

#mid .finalize_left .header_width {
	padding-left: 15px;
	width: 620px;
}

#mid .finalize_left .segment {
	width: 295px;
}

#mid .finalize_left .segment input.input_text {
	width: 285px;
}

#mid .finalize_left .segment select.input_select {
	padding: 4px 5px;
	width: 295px;
}

#mid .finalize_right {
	width: 315px;
	float: right;
}

#mid .finalize_right .header_width {
	padding-left: 15px;
	width: 300px;
}

#mid .finalize_submit {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}

#mid .finalize_body {
	background: #f1f1f1;
	padding: 10px 15px;
}

#mid .finalize_body h3 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
}

#mid .finalize_body .input_row {
	font-size: 11px;
	margin-bottom: 10px;
}

#mid .finalize_body .last {
	margin-bottom: 5px;
}

#mid .finalize_body .input_row .input_text {
	display: block;
	width: 275px;
	border: 0;
	padding: 5px;
}

#mid .finalize_body .input_row .input_select {
	display: block;
	width: 275px;
	border: 0;
	padding: 5px;
}

#mid .finalize_body .input_row .input_select:disabled {
	background: #e0e0e0;
}

#mid .finalize_body .input_row .input_radio {
	position: relative;
	top: 2px;
}

#mid .finalize_body .input_row .input_textarea {
	display: block;
	width: 285px;
	border: 0;
	padding: 5px;
	overflow: hidden;
}

/* mid right */
#mid .right .product_small {
	width: 230px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#mid .right .last {
	margin: 0;
}

#mid .right .heading {
	width: 207px;
	height: 39px;
	background: url('../ank_img/layout/header_235.jpg') top left no-repeat;
	padding-left: 23px;
	color: #919191;
}

#mid .right .heading h2 {
	display: table-cell;
	width: 184px;
	height: 34px;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: -0.05em;
	color: #fff;
	text-shadow: #000 0px 1px;
}

#mid .right .heading h2 a {
	color: #fff;
	text-decoration: none;
	line-height: 13px;
	font-size: 14px;
	display: block;
}

#mid .right .heading h5 {
	font-size: 10px;
	color: #919191;
	position: relative;
	top: -2px;
}

#mid .right .heading h5 a {
	color: #919191;
	text-decoration: none;
}

#mid .right .heading h5 a:hover {
	text-decoration: underline;
}

/* small product */
#mid .right .product_small .promo {
	position: absolute;
	width: 75px;
	height: 75px;
	background: url('../ank_img/layout/product_promo.gif') no-repeat top left;
	margin-left: 155px;
}

#mid .right .product_small .image {
	width: 225px;
	height: 195px;
	background: #f1f1f1;
	padding-left: 5px;
	padding-top: 5px;
}

#mid .right .product_small .image a {
	display: table-cell;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	width: 220px;
	height: 190px;
}

#mid .right .product_small .details {
	width: 230px;
}

#mid .right .product_small .details .cell {
	display: block;
	float: left;
	/*height: 22px;*/
	height: 18px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}

#mid .right .product_small .details .label {
	width: 35px;
	background: url('../ank_img/layout/product_small_price_label_bg.jpg') top left repeat-x;
}

#mid .right .product_small .details .value {
	width: 70px;
	background: url('../ank_img/layout/product_small_price_value_bg.jpg') top left repeat-x;
}

#mid .right .product_small .details .btn {
	padding-left: 11px;
	background: url('../ank_img/layout/product_small_btn_bg.jpg') top left no-repeat;
	text-decoration: none;
	font-weight: normal;
}

#mid .right .product_small .details .btn:hover {
	text-decoration: underline;
}

#mid .right .product_small .details .detalii {
	width: 45px;
}

#mid .right .product_small .details .cumpara {
	width: 58px;
}

/* product */
#mid .right .product {
	width: 700px;
	background: #f1f1f1;
	padding: 5px;
}

#mid .right .product .promo {
	position: absolute;
	width: 65px;
	height: 65px;
	background: url('../ank_img/layout/product_promo.gif') no-repeat top left;
	background-position: 0px -10px;
	margin-left: 155px;
}

#mid .right .product .small_preview {
	width: 70px;
	height: 220px;
	float: left;
	margin-right: 5px;
}

#mid .right .product .small_preview .small_image {
	width: 70px;
	height: 70px;
	margin-bottom: 5px;
	background: #fff;
}

#mid .right .product .small_preview .small_image a {
	display: table-cell;
	width: 70px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
}

#mid .right .product .small_preview .last {
	margin: 0;
}

#mid .right .product .big_preview {
	width: 220px;
	height: 220px;
	background: #fff;
	float: left;
	margin-right: 5px;
}

#mid .right .product .big_preview a, #mid .right .product .big_preview span {
	display: table-cell;
	width: 220px;
	height: 220px;
	text-align: center;
	vertical-align: middle;
}

#mid .right .product .more_pics {
	width: 400px;
}

#mid .right .product .one_pic {
	width: 475px;
}

#mid .right .product .price_module {
	float: left;
	background: url('../ank_img/layout/product_detail_bg.jpg') no-repeat top left;
	height: 220px;
}

#mid .right .product .price_val {
	width: 225px;
	height: 71px;
	float: left;
}

#mid .right .product .price_val h3 {
	display: compact;
	font-size: 60px;
	color: #fff;
	letter-spacing: -0.05em;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	line-height: 60px;
}

#mid .right .product .price_val h4 {
	display: compact;
	float: left;
	color: #fff;
	margin-left: 2px;
	line-height: 18px;
	font-size: 24px;
	letter-spacing: -0.05em;
	margin-top: 14px;
}

#mid .right .product .price_val h4 span {
	font-size: 11px;
	color: #ffb8b5;
	letter-spacing: normal;
}

#mid .right .product .price_combinations {
	width: 165px;
	height: 71px;
	float: left;
	margin-left: 10px;
	text-align: left;
	font-size: 11px;
}

#mid .right .product .price_combinations strong {
	font-weight: bold;
	font-size: 12px;
}

#mid .right .product .price_combinations .vbottom {
	width: 165px;
	height: 71px;
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}

#mid .right .product .price_combinations .prod_opt {
	display: block;
	width: 114px;
	border: 0;
	padding: 3px;
}

#mid .right .product .price_combinations .row {
	display: table-row;
}

#mid .right .product .price_combinations .label {
	display: table-cell;
	width: 50px;
	padding-top: 4px;
	text-align: left;
}

#mid .right .product .price_combinations .value {
	display: table-cell;
	width: 115px;
	padding-top: 4px;
}

#mid .right .product .info {
	padding-left: 10px;
	margin-top: 6px;
	font-size: 11px;
	line-height: 16px;
}

#mid .right .product .info strong {
	font-weight: bold;
}

#mid .right .product .help {
	margin-top: 6px;
	background: url('../ank_img/layout/product_help_mid.gif') repeat-x top left;
	height: 49px;
	margin-left: 10px;
}

#mid .right .product .help .left {
	background: url('../ank_img/layout/product_help_left.gif') no-repeat top left;
	width: 152px;
	height: 49px;
	float: left;
}

#mid .right .product .help .right {
	background: url('../ank_img/layout/product_help_right.gif') no-repeat top left;
	width: 15px;
	height: 49px;
	float: right;
}

#mid .right .product .help .mid {
	float: left;
	margin-top: 12px;
	font-size: 11px;
}

#mid .right .product .help .mid .row {
	display: table-row;
}

#mid .right .product .help .mid .col {
	display: table-cell;
}

#mid .right .product .help .mid .label {
	font-weight: bold;
	width: 50px;
}

#mid .right .product .buy {
	display: block;
	width: 219px;
	height: 44px;
	background: url('../ank_img/layout/product_buy_btn.gif') no-repeat top left;
	margin-left: 10px;
}

#mid .right .product_desc {
	margin-top: 10px;
	background: #f1f1f1;
	font-size: 11px;
}

#mid .right .product_desc h3 {
	display: block;
	background: url('../ank_img/layout/header_simple_bg.jpg') repeat-x top left;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #fff;
}

#mid .right .product_desc .content {
	text-align: justify;
	padding: 0px 5px 10px 5px;
}

#mid .right .product_desc .content p {
	margin-top: 10px;
}

#mid .right .product_desc .content strong {
	font-weight: bold;
	color: #000;
}

/* cart table */
#mid .radio_label {
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
}

#mid .radio_label span {
	font-size: 11px;
	font-weight: normal;
}

#mid .cart_table {
	width: 100%;
	font-size: 11px;
	margin-bottom: 10px;
}

#mid .cart_table .prod_url {
	display: block;
}

#mid .cart_table .prod_url .th {
	width: 70px;
	height: 70px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#mid .cart_table .prod_url .name {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
}

#mid .cart_table .prod_url:hover .name {
	text-decoration: underline;
}

#mid .cart_table .table_header {
	background: #161618 url('../ank_img/layout/header_simple_bg.jpg') repeat-x top left;
}

#mid .cart_table .table_header td {
	padding: 5px 5px 9px 5px;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	height: 40px;
}

#mid .cart_table td.pm_td {
	padding: 5px;
	padding-left: 20px;
}

#mid .cart_table tr.last {
	border: none;
}

#mid .cart_table .col {
	width: 80px;
	text-align: center;
}

#mid .cart_table .col span {
	font-size: 10px;
	font-weight: normal;
}

#mid .cart_table .col a {
	font-size: 11px;
}

#mid .cart_table .border-right, #mid .cart_table .total .border-right {
	border-right: 2px solid #eaeaea;
}

#mid .cart_table .update {
	text-align: right;
	background: #f1f1f1;
}

#mid .cart_table .update td {
	padding: 5px 150px 5px 5px;
	border-bottom: 2px solid #eaeaea;
}

#mid .cart_table .price {
	font-weight: bold;
	font-size: 12px;
}

#mid .cart_table tr {
	background: none;
	border-bottom: 1px solid #f1f1f1;
}

#mid .cart_table tr td {
	padding: 20px 5px;
	font-size: 12px;
}

#mid .cart_table .input_qty {
	border: none;
	background: #fff;
	width: 40px;
	padding: 3px;
	text-align: center;
}

#mid .cart_table a {
	color: #616161;
	text-decoration: none;
}

#mid .cart_table a:hover {
	text-decoration: underline;
}

#mid .cart_table .total {
	background: #f1f1f1;
}

#mid .cart_table .total td {
	border: none;
}

#mid .cart_table .overall td {
	padding: 15px 5px 5px 5px;
}

#mid .cart_table .shipping td {
	padding: 5px;
}

#mid .cart_table .total_last td {
	padding: 5px 5px 15px 5px;
}

#mid .cart_table .total .total_label {
	font-size: 12px;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}

#mid .cart_table .total_invoice {
	background: #fff;
}

#mid .cart_table .total_invoice td {
	text-align: right;
}

#mid .cart_table .total_invoice .total_label {
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -0.04em;
}

#mid .cart_table .total_invoice .total_price {
	font-size: 18px;
	font-weight: bold;
	color: #dd234a;
}

/* modificare cont */
#mid .update_module .segment {
	width: 455px;
}

#mid .update_module .last {
	margin-bottom: 5px;
}

#mid .update_module .input_row .input_text {
	display: block;
	width: 445px;
	border: 0;
	padding: 5px;
}

#mid .update_module .input_row .input_select {
	display: block;
	width: 455px;
	border: 0;
	padding: 5px;
}

#mid .update_module .input_row .input_select:disabled {
	background: #e0e0e0;
}

#mid .update_module .input_row .input_radio {
	position: relative;
	top: 2px;
}

#mid .update_module .input_row .input_textarea {
	display: block;
	width: 445px;
	border: 0;
	padding: 5px;
	overflow: hidden;
}

/* contact */
#mid .contact_right {
	width: 650px;
	float: right;
}

#mid .contact_right .input_row .input_text {
	width: 640px;
}

#mid .contact_right .input_row .input_textarea {
	display: block;
	width: 640px;
	height: 80px;
	border: 0;
	padding: 5px;
	overflow: hidden;
}

#mid .contact_left {
	width: 260px; 
	float: left;
	font-size: 11px;
}

#mid .contact_left strong {
	font-weight: bold;
}

#mid .contact_left h3 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 5px;
}

#mid .contact_left .row {
	display: table-row;
}

#mid .contact_left .label {
	display: table-cell;
	font-weight: bold;
	width: 110px;
}

#mid .contact_left .email {
	display: table-cell;
	width: 150px;
	text-align: right;
}

#mid .contact_left .email a {
	color: #d81e29;
}

/* sitemap */
#mid .sitemap_module {
	/*width: 235px;*/
	width: 205px;
	float: left;
	margin-right: 10px;
}

#mid .sitemap_module_mid {
	/*width: 235px;*/
	width: 200px;
	float: left;
	margin-right: 10px;
}

#mid .sitemap_last {
	margin-right: 0;
}

#mid .sitemap_module_mid ul li ul li {
	padding-left: 13px;
}

#mid .sitemap_module_mid strong {
	font-weight: bold;
}

/* table */
#mid .table_row {
	display: table-row;
}

#mid .table_cell {
	display: table-cell;
}

#mid .table_row .label {
	width: 200px;
	font-weight: bold;
}

/* #footer */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 190px;
	margin-top: 0px;
	background: url('../ank_img/layout/footer_big_bg.jpg') bottom repeat-x;
}

/* small footer */
#footer .small_footer {
	/*width: 960px;*/
	width: 946px;
	margin: 0px auto;
	padding: 5px 7px;
	background: #f1f1f1;
	font-size: 11px;
}

#footer .small_footer a {
	text-decoration: none;
}

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

#footer .small_footer .left {
	float: left;
	width: 710px;
	text-align: left;
}

#footer .small_footer .right {
	float: right;
	width: 235px;
	color: #464646;
	text-align: right;
}

#footer .small_footer ul {
	display: block;
	background: none;
	width: auto;
	margin: 0;
}

#footer .small_footer li {
	display: inline;
}

#footer .small_footer ul a {
	display: inline;
	border: 0;
	padding: 0;
	color: #464646;
	padding-right: 10px;
}

/* big footer */
#footer .big_footer {
	width: 960px;
	margin: 0px auto;
	margin-top: 20px;
	background: url('../ank_img/layout/footer_big_line.gif') repeat-x top;
	background-position: 0px 5px;
	text-align: left;
	color: #838282;
	font-size: 11px;
}

#footer .big_footer a {
	color: #838282;
	text-decoration: none;
}

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

#footer .big_footer a.highlight {
	color: #c9c9c9;
}

#footer .big_footer li {
	display: block;
	padding-bottom: 7px;
}

#footer .big_footer li.last {
	padding: 0;
}

#footer .big_footer h4 {
	display: block;
	font-size: 18px;
	letter-spacing: -1px;
	color: #f63064;
	text-shadow: #000 0px 1px;
	margin-bottom: 18px;
}

#footer .big_footer .column {
	float: left;
	margin-right: 10px;
	padding: 0;
	height: 100px;
}

#footer .big_footer .first {
	width: 475px;
}

#footer .big_footer .second {
	width: 230px;
}

#footer .big_footer .third {
	width: 235px;
	margin: 0;
}

#footer .big_footer .twitter {
	display: block;
	margin-top: 20px;
	margin-bottom: 7px;
}
