/*
	*
	*	@reset
	*
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {	
	vertical-align:baseline;
	font-family:inherit;
	font-size:100%;
	padding:0;
	outline:0;
	margin:0;
	border:0;
}

/*
	*
	*	@html
	*
*/
html {
	background:#160f13;
	overflow-y:scroll;
}

/*
	*
	*	@body
	*
*/
body {
	background:url(../images/body.jpg) no-repeat center top;
	font:normal 12px/18px Arial, sans-serif;
}

/*
	*
	*	@anchors
	*
*/
a {
	text-decoration:none;
	color:#890000;
}
a:hover {
	text-decoration:underline;
	color:#000;
}

/*
	*
	*	@container
	*
*/
.container {
	margin:0 auto;
	width:920px;
}

/*
	*
	*	@clearfix
	*
*/
.cf:after {
	visibility:hidden;
	display:block;
	content:"";
	clear:both;
	height:0;
}
.cf {
	display:inline-block;
}

/*
	*
	*	@general
	*
*/
.nf {
	float:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cl {
	clear:both;
}

/*
	*
	*	@ico
	*
*/
.ico {
	background:url(../images/ico.png) no-repeat 0 0;
	color:transparent !important;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	line-height:0;
	font-size:0;
	border:0;
}
.ico-flag {
	height:11px;
	width:16px;
}
.ico-flag-ro {
	background-position:0 0;
}
.ico-flag-en {
	background-position:-16px 0;
}
.ico-social {
	height:16px;
	width:16px;
}
.ico-social-facebook {
	background-position:0 -41px;
}
.ico-social-twitter {
	background-position:-16px -41px;
}

/*
	*
	*	@forms
	*
*/
form input,
button.ipt-submit {
	padding:0;
	margin:0;
	border:0;
}
form input.ipt,
form input.ipt-submit,
button.ipt-submit {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:8px 10px;
}
form input.ipt-submit,
button.ipt-submit {
	font:normal 700 12px/17px Arial, sans-serif;
	background:#e55701;
	cursor:pointer;
	color:#FFF;
}
form input.ipt-submit:hover,
button.ipt-submit:hover {
	background:#CCC;
	color:#000;
}

/*
	*
	*	@typography
	*
*/
h1 {
	font:normal 500 25px/30px "MuseoSlab500Regular", Georgia, serif;
}
h2 {
	font:normal 500 20px/25px "MuseoSlab500Regular", Georgia, serif;
}
h3 {
	font:normal 500 18px/23px "MuseoSlab500Regular", Georgia, serif;
}
h4 {
	font:normal 500 16px/21px "MuseoSlab500Regular", Georgia, serif;
}
h5 {
	font:normal 500 14px/19px "MuseoSlab500Regular", Georgia, serif;
}
h6 {
	font:normal 500 12px/17px "MuseoSlab500Regular", Georgia, serif;
}
ul.nostyle,
ol.nostyle {
	padding:0;
	margin:0;
}
ul.nostyle li,
ol.nostyle li {
	list-style-type:none;
}
sup,
sub {
	position:relative;
	font-size:65%;
	line-height:0;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.5em;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
	margin:0 0 15px 0;
}

/*
	*
	*	@top
	*
*/
#top {
	background:#414141;
	padding:6px 0;
}
#top .wrap {
	width:100%;
}
#top ul {
	line-height:0;
	height:12px;
}
#top ul li {
	font:normal 11px/15px Arial, sans-serif;
	border-right: 1px solid #777;
	padding:0 10px 0 0;
	margin:0 5px 0 0;
	display:inline;
}
#top ul li a {
	color:#CCC;
}
#top ul li a:hover {
	color:#FFF;
}
#top ul li.flag a {
	position:relative;
	top:1px;
}
#top ul li.flag a:hover {
	opacity:0.5;
}
#top ul:last-of-type li:last-of-type {
	padding-right:0;
	margin-right:0;
	border-right:0;
}

/*
	*
	*	@header
	*
*/
#header {
	background:#FFF;
	width:100%;
}
#header .wrap {
	padding:28px 0 10px 0;
	width:100%;
}

/*
	*
	*	@logo
	*
*/
#logo {
	float:left;
}
#logo h3 {
	margin:0;
}
#logo h3 a {
	background:url(../img/logo.gif) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	width:385px;
	height:55px;
}

/*
	*
	*	@slideshow
	*
*/
#slideshow {
	margin-top:-12px;
	overflow:hidden;
	float:right;
	height:84px;
	width:468px;
}
#slideshow a,
#slideshow a img {
	display:block;
}

/*
	*
	*	@menu
	*
*/
#menu {
	background:#000;
	background:rgba(0,0,0,0.5);
	margin:0 0 20px 0;
}
#menu .wrap {
	padding:15px 0 5px 0;
	width:100%;
}
#menu ul li {
	font:normal 16px/16px "MuseoSlab500Regular", Georgia, serif;
	margin:0 20px 0 0;
	position:relative;
	display:inline;
	top:3px;
}
#menu ul li a {
	color:#FFF;
}

/*
	*
	*	@search
	*
*/
#search form {
	position:relative;
}
#search form input {
	border:0;
}
#search form input.ipt {
	padding:5px 60px 5px 10px;
	background:#FFF;
	margin-top:-5px;
	width:130px;
	height:21px;
	color:#888;
}
#search form input.ipt-submit {
	padding:3px 10px 7px 10px;
	position:absolute;
	background:#EEE;
	font-weight:500;
	font-size:11px;
	height:23px;
	width:50px;
	color:#333;
	right:5px;
	top:-1px;
}

/*
	*
	*	@slider
	*
*/
#slider {
	padding:5px 0 20px 0;
}

/*
	*
	*	@page
	*
*/
#page .container {
	background:url(../images/page-container.jpg) repeat-y top right;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#page .sidebar,
#page .contentside {
	float:left;
}
#page .sidebar {
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	background:#fff;
	padding:20px 0;
	width:210px;
}
#page .contentside {
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	background:#f5f5ec;
	width:710px;
}
#page .contentside .p {
	padding:20px;
}

/*
	*
	*	@footer
	*
*/
#footer {
	padding:20px 0 10px 0;
}
#footer label,
#footer ul li,
#footer p,
#footer a {
	color:#777;
}
#footer h6 {
	font-family:Arial, sans-serif;
	color:#CCC;
}
#footer h6,
#footer p,
#footer li {
	margin:0;
}
#footer a {
	text-decoration:underline;
}
#footer a:hover {
	color:#FFF;
}
#footer .wrap {
	margin:0 0 15px 0;
	width:100%;
}
#footer .p {
	padding:0 20px;
}
#footer .box {
	margin:0 20px 0 0;
	width:140px;
	float:left;
}
#footer .address {
	width:230px;
}
#footer .telephone {
	width:130px;
}
#footer .newsletter {
	width:320px;
	margin:0;
}
#footer .newsletter h6 {
	margin:0 0 10px 0;
}
#footer .newsletter form input.ipt {
	height:16px;
	width:220px;
}
#footer .newsletter form input.ipt-submit {
	font-weight:normal;
	padding:8px 7px;
	font-size:11px;
	height:32px;
}
#footer .copyright hr {
	margin:0 0 15px 0;
	background:#333;
	width:100%;
	height:1px;
	border:0;
}
#footer .copyright p {
	margin:0;
}
#footer .copyright p .s {
	margin:0 10px;
	color:#333;
}

/*
	*
	*	@sidebar
	*
*/
.sidebar h2 {
	margin-bottom:15px;
	font-size:20px;
	color:#000;
}
.sidebar .p {
	padding:0 20px;
}
.sidebar ul li {
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 10px 0;
}
.sidebar ul li a {
	text-decoration:underline;
	font-weight:bold;
}
.sidebar ul li ul li {
	margin:0 0 5px 0;
}
.sidebar ul li ul li a {
	text-decoration:none;
	font-weight:normal;
	color:#555;
}
.sidebar ul li ul li a:hover {
	text-decoration:underline;
	color:#000;
}

/*
	*
	*	@download-pdf
	*
*/
.download-pdf {
	margin:20px 0 0 0;
	font-size:14px;
}
.download-pdf a {
	background:url(../images/ico-pdf.png) no-repeat 0 0;
	padding:2px 0 0 42px;
	display:block;
	color:#000;
}

/*
	*
	*	@qsi; citate-personalitati-interviuri
	*
*/
#qsi {
	background:rgb(195,191,179);
	background:-moz-linear-gradient(top, rgba(195,191,179,1) 0%, rgba(135,131,119,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(195,191,179,1)), color-stop(100%,rgba(135,131,119,1)));
	background:-webkit-linear-gradient(top, rgba(195,191,179,1) 0%, rgba(135,131,119,1) 100%);
	background:-o-linear-gradient(top, rgba(195,191,179,1) 0%, rgba(135,131,119,1) 100%);
	background:-ms-linear-gradient(top, rgba(195,191,179,1) 0%, rgba(135,131,119,1) 100%);
	background:linear-gradient(to bottom, rgba(195,191,179,1) 0%, rgba(135,131,119,1) 100%);
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	line-height:0;
}
#qsi,
#qsi .quotes,
#qsi .stars,
#qsi .interviews {
	min-height:150px;
}
#qsi .wrap {
	width:100%;
}
#qsi .box {
	float:left;
	margin:0;
}
#qsi .p {
	padding:20px;
}
#qsi h4 {
	margin:0 0 10px 0;
	color:#333;
}
#qsi .quotes {
	background:rgb(234,232,220);
	background:-moz-linear-gradient(top, rgba(234,232,220,1) 0%, rgba(173,171,159,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,232,220,1)), color-stop(100%,rgba(173,171,159,1)));
	background:-webkit-linear-gradient(top, rgba(234,232,220,1) 0%, rgba(173,171,159,1) 100%);
	background:-o-linear-gradient(top, rgba(234,232,220,1) 0%, rgba(173,171,159,1) 100%);
	background:-ms-linear-gradient(top, rgba(234,232,220,1) 0%, rgba(173,171,159,1) 100%);
	background:linear-gradient(to bottom, rgba(234,232,220,1) 0%, rgba(173,171,159,1) 100%);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	width:210px;
}
#qsi .quotes blockquote {
	background:url(../images/qsi-blockquote.png) no-repeat top right;
	font:italic 14px/18px "Georgia", sans-serif;
	color:#444;
}
#qsi .quotes blockquote p.author {
	font:normal 700 12px/16px Arial, sans-serif;
	margin:10px 0 0 0;
	color:#333;
}
#qsi .stars,
#qsi .interviews {
	width:355px;
}
#qsi p.content {
	font:normal 500 14px/17px Arial, sans-serif;	
	color:#333;
	margin:0;
}
#qsi p.content a.title {
	margin:0 0 8px 0;
	font-weight:bold;
	display:block;
}
#qsi p.content img {
	margin:0 15px 5px 0;
}

/*
	*
	*	@featured
	*
*/
#featured {
	margin:0 0 20px 0;
	min-height:345px;
}

/*
	*
	*	@box
	*
*/
.box {
	margin:0 0 45px 0;
}
.box h2 {
	font:normal 18px/18px "MuseoSlab500Regular", Georgia, serif;
	border-bottom:1px solid #D2CEBC;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}
.box .wrap {
	width:100%;
}
.box .product:last-of-type {
	margin-right:0;
}

/*
	*
	*	@box-2
	*
*/
.box-2 .product {
	margin-right:30px;
	float:left;
	width:320px;
}

/*
	*
	*	@box-3
	*
*/
.box-3 .product {
	margin-right:25px;
	width:205px;
	float:left;
}
.box-3 .product .info {
	width:127px;
}
.box-3 .product:nth-of-type(3) {
	margin-right:0;
}

/*
	*
	*	@premium-bestseller
	*
*/
.premium-bestseller {
	width:100%;
}
.premium-bestseller .p {
	padding:15px;
}
.premium-bestseller .product {
	width:285px;
}
.premium-bestseller .product .info {
	width:190px;
}
.premium-bestseller .premium,
.premium-bestseller .bestseller {
	min-height:181px;
	background:#FFF;
	width:325px;
}
.premium-bestseller .premium {
	float:left;
}
.premium-bestseller .bestseller {
	float:right;
}

/*
	*
	*	@future-launches
	*
*/
.future-launches .product {
	margin:0 0 30px 0;
}
.future-launches .product .info {
	width:590px;
}

/*
	*
	*	@top-sales
	*
*/
.top-sales {
	margin-bottom:0;
}
.top-sales ol {
	width:100%;
}
.top-sales ol li {
	font:normal 15px/15px "MuseoSlab500Regular", Georgia, serif;
	vertical-align: middle;
	margin:0 0 20px 20px;
	color:#D2CEBC;
}
.top-sales ol li .product {
	margin-bottom:0;
}

/*
	*
	*	@product
	*
*/
.product .title {
	margin:0 0 10px 0;
}
.product .details {
	width:100%;
}
.product .picture {
	border:1px solid #CCC;
	margin:0 12px 0 0;
	background:#FFF;
	width:64px;
	float:left;
}
.product .picture p {
	margin:0;
}
.product .picture p img {
	max-height:87px;
	display:block;
	padding:2px;
}
.product .picture p a:hover img {
	opacity:0.5;
}
.product .picture,
.product .picture p img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.product .info {
	width:218px;
	float:left;
}
.product h3 {
	font:normal 700 14px/17px Arial, sans-serif;	
	margin:0;
}
.product p.category {
	font:normal 500 11px/14px Arial, sans-serif;	
	color:#555;
}
.product p.excerpt {
	font:normal 500 12px/16px Arial, sans-serif;	
	color:#666;
}
.product p.price-more {
	margin:15px 0 0 0;
}
.product .price {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:6px 10px;
}
.product .price {
	background:#D2CEBC;
}
.product .price .value {
	font-weight:700;
}
.product .more {
	padding:5px 10px;
	margin-left:-3px;
	background:#FFF;
}
.product .more a {
	text-decoration:underline;
}
.product .slashed {
	margin:5px 0 0 8px;
	font-size:11px;
	display:block;
	color:#888;
}

/*
	*
	*	@filter
	*
*/
.filter {
	margin-bottom:35px;
	margin-top:-36px;
	background:#FFF;
	border:1px solid #CCC;
}
.filter .p {
	padding:20px;
}
.filter .wrap {
	width:100%;
}
.filter .sort,
.filter .year,
.filter .submit {
	float:left;
}
.filter .sort {
	width:365px;
	margin:0;
}
.filter .sort ul li {
	margin:0 20px 0 0;
	float:left;
}
.filter .year {
	margin:0 44px 0 0;
	width:129px;
}
.filter .submit {
	margin:15px 0 0 0;
	width:90px;
}
.filter p {
	margin-bottom:5px;
	font-weight:700;
}
.filter ul li {
	margin-bottom:5px;
}
.filter label {
	font-weight:500;
	display:inline;
	color:#555;
}
.filter ul li.generated {
	display:none;
}

/*
	*
	*	@events
	*
*/
.events ul li {
	margin:0 0 30px 0;
	width:100%;
}
.events ul li .picture {
	margin:0 10px 0 0;
	width:71px;
	float:left;
}
.events ul li .details {
	width:580px;
	float:left;
}
.events ul li h3 {
	font:normal 20px/25px Arial, sans-serif;
	margin:0 0 5px 0;
}
.events ul li .excerpt {
	margin:0 0 10px 0;
	color:#666;
}
.events ul li .more a {
	background:#DCDCD4;
	padding:5px;
}

/*
	*
	*	@authors
	*
*/
.authors ul li {
	margin:0 0 30px 0;
	width:100%;
}
.authors h3 {
	font:normal 700 18px/23px Arial, sans-serif;
	margin:0;
}
.authors h4 {
	font:normal 700 14px/21px Arial, sans-serif;
}
.authors .description {
	font:normal 11px/15px Arial, sans-serif;
	margin:0 0 5px 0;	
	color:#666;
}
.authors .description .fl {
	margin:0 15px 5px 0;
}
.authors .available {
	color:#555;
}
.authors ul li ol {
	margin:10px 0 0 0;
}
.authors ul li ol li {
	list-style-position:outside;
	list-style-type:decimal;
	margin:0 0 5px 18px;
	color:#666;
}

/*
	*
	*	@category
	*
*/
.category .product {
	margin:0 0 35px 0;
}
.category .product .picture {
	width:79px;
}
.category .product .picture p img {
	max-height:100%;
}
.category .product .info {
	width:530px;
	float:left;
}

/*
	*
	*	@book
	*
*/
#book h1 {
	margin:0 0 20px 0;
}
#book .wrap {
	width:100%;
}
#book .picture,
#book .info {
	float:left;
}
#book .picture {
	margin:0 20px 0 0;
	width:206px;
}
#book .picture .thumbnail {
	border:1px solid #CCC;
	margin:0 0 5px 0;
	background:#FFF;
}
#book .picture .thumbnail img {
	display:block;
	padding:2px;
}
#book .picture .excerpt {
	text-align:center;
}
#book .info {
	width:440px;
}
#book .infowide {
	width:100%;
}
#book .meta {
	margin:5px 0 0 0;
}
#book .meta ul li {
	margin:0 40px 0 0;
	width:120px;
	float:left;
}
#book .meta ul li.last {
	margin-right:0;
}
#book .meta ul li p {
	margin:0 0 10px 0;
}

/*
	*
	*	@fb-like
	*
*/
.fb-like {
	margin:0 0 0 20px;
}

/*
	*
	*	@buy
	*
*/
.buy {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#D2CEBC;
	margin-bottom:10px;
}
.buy .p {
	padding:25px 20px 15px 20px !important;
}
.buy .price {
	margin-bottom:10px;
	line-height:35px;
	font-size:35px;
}
.buy .offer {
	float:left;
    width:200px;
}
.buy .submit {
	float:right;
    width:200px;
    text-align: center;
}
.buy .submit button.ipt-submit {
    margin-top: 5px;
    padding: 15px 20px;
}
.buy .submit .out-of-stock {
    background: #FFF;
    border-radius: 4px;
    padding: 15px;
}
.buy .submit .out-of-stock p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.buy .stock {
	margin-bottom:0;
	color:#555;
}

/*
	*
	*	@meta
	*
*/
.meta .property {
	text-transform:uppercase;
	font-size:11px;
	display:block;
	color:#777;
}

/*
	*
	*	@keypoints
	*
*/
.keypoints {
	margin:0 0 40px 0;
}
.keypoints h3 {
	font:normal 22px/27px "MuseoSlab500Regular", Georgia, serif;
	border-bottom:1px solid #D2CEBC;
	padding:0 0 13px 0;
	margin:0 0 15px 0;
	color:#890000;
}
.keypoints h3 span {
	font:normal 24px/27px Arial, sans-serif;
	display:block;
	color:#000;
}

/*
	*
	*	@breadcrumbs
	*
*/
.breadcrumbs {
	border-bottom:1px solid #CCC;
	margin:5px 0 22px 0;
	padding:0 0 9px 0;
	color:#888;
}
.breadcrumbs a {
	color:#444;
}

/*
	*
	*	@pagination
	*
*/
.pagination {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:10px 0 30px 0;
	padding:5px 0;
	width:100%;
}
.pagination p {
	float:left;
	margin:0;
}
.pagination ul {
	float:right;
}
.pagination ul li {
	float:left;
	margin:0;
}
.pagination ul li a {display: block; width: 20px; height: 20px; text-align: center; background: #dcdcd4; line-height: 20px; margin-right: 2px; font-size: 11px; font-weight: bold;}
.pagination ul li a:hover,
.pagination ul li a.selected {background: #6e6e6a; color: #fff; text-decoration: none;}
.pagination ul li a.previous,
.pagination ul li a.next {text-indent: -9000px;}
.pagination ul li a.previous {background: url(../img/sprite.jpg) no-repeat 5px -516px;}
.pagination ul li a.next {background: url(../img/sprite.jpg) no-repeat 5px -556px;}
.pagination ul li a.previous:hover {background: url(../img/sprite.jpg) no-repeat -15px -516px;}
.pagination ul li a.next:hover {background: url(../img/sprite.jpg) no-repeat -15px -556px;}




label {font-weight: bold; display: block; margin-bottom: 5px;}
#page .primary form .input-text {margin-bottom: 10px; border: 2px solid #ccc; padding: 5px; font-size: 13px; width: 200px;}
form .input-text,
form .input-submit,
form textarea,
form select {margin-bottom: 10px;}
form .input-text.short {width: 50px;}
form p.info {margin-bottom: 10px; color: #555;}
form label.radio {display: inline; margin-right: 10px;}
form h3 {padding-top: 10px;padding-bottom: 10px;}
form .form-element {display: block; overflow: hidden;}
form .form-element.address label,
form .form-element.address .input-text {float: left; margin-right: 10px;}
form .form-element.address label {line-height: 30px;}
form hr,
hr.separator {margin: 10px 0; padding: 0; line-height: 1px; height: 0; overflow: hidden; display: block; width: 670px; border: none; border-bottom: 1px solid #ccc; background: none;}
form .form-element.options {margin-bottom: 20px;}
form .form-element.options p.title {margin-bottom: 10px; font-size: 14px; font-weight: bold; color: #555;}
form .form-element.options label {line-height: 30px;}

#page .sidebar, 
#page .primary {float: left;}














body.cart .primary div.cart-trail {display: block; overflow: hidden; height: 15px; padding-top: 20px; padding-left: 20px; margin-bottom: 30px;}
body.cart .primary div.cart-trail.step1 {background: url(../img/cart-steps.jpg) no-repeat center top;}
body.cart .primary div.cart-trail.step2 {background: url(../img/cart-steps.jpg) no-repeat center -45px;}
body.cart .primary div.cart-trail.step3 {background: url(../img/cart-steps.jpg) no-repeat center -90px;}
body.cart .primary div.cart-trail.step4 {background: url(../img/cart-steps.jpg) no-repeat center -135px;}
body.cart .primary div.cart-trail p.step {display: block; float: left; width: 160px; text-align: center; font-size: 11px; color: #666;}
body.cart .primary div.cart-trail p.step.current {font-size: 11px; font-weight: bold; color: #000;}

body.cart #page .primary h1 {margin-bottom: 20px;}
body.cart #page .primary h3 {margin-bottom: 10px;}
body.cart .primary div.cart-content table { width: 670px; margin-bottom: 10px;}
body.cart .primary div.cart-content table th,
body.cart .primary div.cart-content table td {border-bottom: 1px solid #ccc;padding: 5px;}
body.cart .primary div.cart-content table th {text-align: left; font-weight: normal; font-size: 11px; background: #e6e4d9; line-height: 15px; }
body.cart .primary div.cart-content table td {padding: 10px 5px;}
body.cart .primary div.cart-content table th.produs {width: 350px;}
body.cart .primary div.cart-content table th.cantitate {width: 80px;}
body.cart .primary div.cart-content table td input.input-text {width: 30px; border: 2px solid #ddd; padding: 5px;}
body.cart .primary div.cart-content table td p.item-price ,
body.cart .primary div.cart-content table td p.item-total {font-weight: bold;}

body.cart p.note {font-size: 15px; margin-bottom: 20px;}

body.cart .primary div.cart-content table td a.product-title {font-weight: bold; font-size: 13px;}
body.cart .primary div.cart-content table td a.delete {font-size: 11px;} 
body.cart .primary div.cart-content table td p.product-details {font-size: 10px; text-transform: uppercase; color: #555; margin-bottom: 0;}
body.cart .primary div.cart-content table td.cart-total {text-align: right; font-size: 12px; font-weight: bold;}
body.cart .primary div.cart-content table td.cart-total p {font-size: 20px;padding-top: 5px; padding-bottom: 5px;}
body.cart .primary div.cart-content table td.cart-total p span {font-size: 14px;}
body.cart .primary .actions {padding: 0 0 10px 10px; border-bottom: 1px solid #ccc; display: block; overflow: hidden; width: 660px; margin-bottom: 20px;}
body.cart .primary div.cart-content table td.cart-total.finalstep {text-align: left;}

body.cart .primary .actions .trimite-comanda {display: block; overflow: hidden; text-align: center; font-size: 10px; text-transform: uppercase; height: 42px; line-height: 42px; background: url(../img/sprite.jpg) no-repeat right -320px; width: 150px; color: #ffffcf; float: right; cursor: pointer;}
body.cart .primary .actions .trimite-comanda:hover {background: url(../img/sprite.jpg) no-repeat right -360px; color: #fff; text-decoration: none; }

body.cart .primary .actions a {float: left; margin-right: 20px;}

body.cart .primary div.cart-total {text-align: left; font-size: 12px; font-weight: bold;}
body.cart .primary div.cart-total p {font-size: 20px;padding-top: 5px; padding-bottom: 5px;}
body.cart .primary div.cart-total p span {font-size: 14px;}

p.errors {color: #b00000; font-style: italic; margin-bottom: 10px;}

div.login-register {display: block; overflow: hidden; width: 670px; margin-bottom: 20px; }

div.login-register .login,
div.login-register .register {float: left;width: 300px; margin-right: 30px;}

#page .primary .input-submit.login,
#page .primary .input-submit.register {display: block; overflow: hidden; text-align: center; font-size: 10px; text-transform: uppercase; height: 42px; line-height: 42px; background: url(../img/sprite.jpg) no-repeat right -320px; width: 150px; color: #ffffcf; cursor: pointer;}
#page .primary .input-submit.login:hover,
#page .primary .input-submit.register:hover {background: url(../img/sprite.jpg) no-repeat right -360px; color: #fff; text-decoration: none; }
p.no-account-order {margin-bottom: 20px;}

#page .primary .input-submit {display: block; overflow: hidden; text-align: center; font-size: 10px; text-transform: uppercase; height: 42px; line-height: 42px; background: url(../img/sprite.jpg) no-repeat right -320px; width: 150px; color: #ffffcf; cursor: pointer;}
#page .primary .input-submit:hover {background: url(../img/sprite.jpg) no-repeat right -360px; color: #fff; text-decoration: none; }

table.orders {width: 670px; margin-bottom: 20px;}
table.orders th,
table.orders td {padding: 10px 5px; border-bottom: 1px solid #ccc; text-align: left;}
table.orders th.sum {width: 120px;}
table.orders th.date {width: 100px;}





















/*
	*
	*	@fonts
	*
*/

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
	font-family:'MuseoSlab500Regular';
	src:url('/includes/fonts/Museo_Slab_500-webfont.eot');
	src:url('/includes/fonts/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/Museo_Slab_500-webfont.woff') format('woff'), url('/includes/fonts/Museo_Slab_500-webfont.ttf') format('truetype'), url('/includes/fonts/Museo_Slab_500-webfont.svg#MuseoSlab500Regular') format('svg');
	font-weight:normal;
	font-style:normal;
}

/*
	*
	*	@coda-slider
	*
*/
.slider-no-js .slider {
	overflow:auto !important;
	padding-right:20px;
	height:200px;
}
.slider,
.slider .panel {
	overflow:hidden;
	height:230px;
	width:900px;
} 
.slider-wrapper.arrows .slider,
.slider-wrapper.arrows .slider .panel {
	height:230px;
	width:820px;
}
.slider-wrapper.arrows .slider {
	margin:0 10px;
}
.coda-nav-left,
.coda-nav-right {
	float:left;
}
.coda-nav-left a,
.coda-nav-right a {
	background:url(../images/ico.png) no-repeat 0 -11px;
	margin-top:100px;
	display:block;
	opacity:0.5;
	height:30px;
	width:30px;
}
.coda-nav-left a {
	background-position:0 -11px;
}
.coda-nav-right a {
	background-position:-30px -11px;
}
.coda-nav-left a:hover,
.coda-nav-right a:hover {
	opacity:1;
}
.slider .panel-wrapper {
	padding:20px 0 20px 20px;
}
.slider-wrapper.arrows {
	margin:0 auto;
	width:900px;
}
.slider-wrapper { 
	overflow:auto;
	clear:both;
}
.slider {
	float:left;
	overflow:hidden;
	position:relative;
}
.slider .panel {
	display:block;
	float:left;
}
.slider .panel-container {
	position:relative;
}
.panel {
	overflow:hidden;
	display:block;
}
.panel ul {
	margin:0 auto;
	height:230px;
	width:800px;
}
.panel .product-box {
	margin-right:20px;
	position:relative;
	width:180px;
	float:left;
}
.panel .product-box .thumbnail {
	overflow:hidden;
	margin:0 auto;
	display:block;
	height:200px;
	width:140px;
}
.panel .product-box .thumbanil a {
	display:block;
}
.panel .product-box .thumbnail a:hover {
	opacity:0.7;
}
.panel .product-box h2 {
	position:absolute;
	display:block;
	line-height:0;
	z-index:2;
	margin:0;
	bottom:0;
	left:0;
}
.panel .product-box .name {
	font:normal 500 14px/18px Arial, sans-serif;
	padding:10px 10px 15px 10px;
	background:#000;
	display:block;
	color:#e9e3cf;
	width:142px; 
	height:30px;
}
.panel .product-box .price {
	font:normal 700 11px/18px Arial, sans-serif; 
	position:absolute;
	padding:5px 10px;
	background:#fff;
	color:#000;
	top:-28px;
	right:2px;
}
.panel .product-box .price .amount sup {
	position:relative;
	top:-4px;
}
.panel .product-box h2 a:hover {
	text-decoration:none;
}
.panel .product-box h2 a:hover .name { 
	text-decoration:underline;
	color:#FFF;
}