/***************** LOGOS.RO ****************/

/**************** GENERAL ******************/

body {
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
	font: normal 0.8em/1.5em Arial, Helvetica;
	color: #777777;
}

img {
	border: 0;
}

img.imgStuff
{
	float: left;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
}

h1 {
	color: #db0000;
	margin: 15px 0 ;
	font-size: 1.3em;
	border-bottom: 1px solid #db0000;
}

h2 {
	background-color: #cc0000;
	padding-left: 5px;
	color: #ffffff;
	font-size: 1em;
}

h3 {
	color: #9fad9b;
	margin: 15px 0 ;
	font-size: 1.3em;
}

h4 {
	text-transform: uppercase;
	font: bold 9pt Arial;
	color: #333333;
	margin: 15px 0 5px 0;
}

.adminTitle
{
	text-align: center;
	margin-top: 30px;
}

a {
	text-decoration: none;
	color: #db0000;
}

a:hover {
	text-decoration: underline;
	color: #a40000;
}

ul {
	list-style-image: url("../../general/arrow.gif");
}

blockquote
{
	margin: 8px;
	padding: 7px;
	background: #f0f4ef url("../../general/beginQuote.gif") no-repeat;
	border: 1px solid #d8e0d5;
	text-align: right;
}

blockquote p
{
	padding: 6px 16px;
	margin: 0;
	background: url("../../general/endQuote.gif") no-repeat right bottom;
}

blockquote span {
	display: block;
	padding-top: 6px;
}

#dividerH
{
	clear: both;
	height: 1px;
	background: url("../../general/horizontalDivider.gif") repeat-x;
	font-size: 0px;
	margin: 30px 0;
}

.clearAll {
	clear: both;
}

span.title {
	text-transform: uppercase;
	font: bold 8.6pt Arial;
	color: #333333;
}

span.subtitle {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
	disply: block;
	margin-left: 24px;
}

#message {
	font-weight: bold;
	color: #333333;
	margin: 0 20px;
}

.strongRed {
	font-weight: bold;
	color: #db0000;
}

.logos_titlu {
	font-family: Times New Roman;
	font-size: 15px;
}

#postMessage {
	text-align: center;
	margin-top: 30px;
	font-size: 8.6pt;
}

span.titleProduct {
	display: block;
	color: #db0000;
	font: bold 1.2em Arial;
}

span.author {
	display: block;
	font-weight: bold;
	color: #333333;
}

span.subject {
	font-weight: bold;
	color: #333333;
}

#directoryStats {
	text-align: right;
	margin: 20px 0;
}

.detalii:link,
.detalii:active,
.detalii:visited {
	font-size: 8.6pt;
	display: block;
	text-align: right;
}

.detalii:hover {
	text-decoration: none;
}

.linkke:link,
.linkke:active,
.linkke:visited {
	color: #999999;
	font-weight: bold;
}

.linkke:hover {
	color: #db0000;
}



/****************** TABLE ******************/

.tablePrice {
	margin: 18px 0;
}

.tbLabel {
	color: #333333;
	font-weight: bold;
}

.tbPrice {
	text-align: right;
}

.tbImp {
	color: #db0000;
	text-align: right;
	border-top: 1px solid #db0000;
}

#itemList {
	margin: 20px 0;
}

#itemList th {
	background-color: #cc0000;
	color: #ffffff;
	font-weight: bold;
	padding-left: 4px;
}


#itemList td {
	padding-left: 2px;
	vertical-align: middle;
}

#itemList .quantity {
	font: normal 9pt Arial;
	color: #777777;
	width: 30px;
	border: 1px solid #bbbbbb;
}



/**************** SHOPPING CART *****************/

#cartTop {
	background: url("../../general/books.gif") no-repeat;
	padding-left: 110px;
	height: 70px;
	font: bold 11pt/20px Arial;
	color: #a5a5a5;
}

#cartTop span {
	display: block;
	width: 120px;
}

#cartButtons {
	width: auto;
	text-align: right;
}

#cartPersoanaFizica {
	color: #db0000;
	margin: 15px 0 ;
	font-size: 1.3em;
	font-weight: bold;
	height: 25px;
	background: url("../../general/tabBg.gif") repeat-x;
}

#cartPersoanaFizica img {
	float: right;
	margin-right: 10px;
}

#cartPersoanaJuridica {
	color: #db0000;
	margin: 15px 0 ;
	font-size: 1.3em;
	font-weight: bold;
	height: 25px;
	background: url("../../general/tabBg.gif") repeat-x;
}

#cartPersoanaJuridica img {
	float: right;
	margin-right: 10px;
}


#cartPayment {
}

.cartPaymentOptions {
	background-color: #f0f4ef;
	border: 1px solid #d8e0d5;
	padding: 8px;
}

.cartPaymentInfo {
	font-size: 8pt;
}

#cartSaveTime {
	margin: 30px 0;
}

#cartSaveTime span {
	font-weight: bold;
	font-size: 1.1em;
	color: #ff0000;
}

#cartShipping {
	margin-bottom: 30px;
}

#cartAllDetails {
	background-color: #f0f4ef;
	border: 1px solid #d8e0d5;
	padding: 8px;
}

#cartAllDetails p {
	padding-left: 140px;
	margin: 4px 0;
}

#cartAllDetails p span {
	float: left;
	margin-left: -140px;
	font-weight: bold;
}



/****************** FORMS ******************/

.field {
	font: normal 9pt Arial;
	color: #777777;
	width: 150px;
	border: 1px solid #bbbbbb;
}

.smallfield {
	font: normal 9pt Arial;
	color: #777777;
	width: 130px;
	border: 1px solid #bbbbbb;
}
.search {
	font: normal 9pt Arial;
	color: #777777;
	width: 130px;
	border: 1px solid #bbbbbb;
}

.textarea {
	font: normal 9pt Arial;
	color: #777777;
	width: 240px;
	height: 80px;
	border: 1px solid #bbbbbb;
}



/****************** BOXES ******************/

#wrapper {
	width: auto;
	background: url("../../general/bgStripe.gif") repeat-x;
	text-align: center;
}

#container {
	width: 660px;
	height: 400px;
	margin: 0 auto;
	background: url("../../general/bgMain.gif") repeat-x;
	text-align: center;
	position: relative;
}

#bannerLeft {
	position: absolute;
	top: 160px;
	left: -120px;
	width: 120px;
}

#bannerRight {
	position: absolute;
	top: 160px;
	right: -120px;
	width: 120px;
}

#header {
	position: relative;
	width: 640px;
	height: 185px;
	margin: 0 auto;
	text-align: left;
}

#options {
	text-align: right;
	position: relative;
}

#cart {
	position: absolute;
	top: 16px;
	right: 110px;
	background: url("../../general/iconCart.gif") no-repeat right;
	width: 180px;
}

#cart a {
	display: block;
	height: 25px;
	font: bold 8.6pt/25px Arial;
	color: #cccccc;
	padding-right: 30px;
}

#cart a:hover {
	color: #db0000;
}

#lang {
	position: absolute;
	top: 16px;
	right: 14px;
	background: url("../../general/flagUK.gif") no-repeat right;
	width: 100px;
}

#lang a {
	display: block;
	height: 25px;
	font: bold 8.6pt/25px Arial;
	color: #cccccc;
	padding-right: 30px;
}

#lang a:hover {
	color: #db0000;
}

#logo {
	position: absolute;
	left: 50px;
	top: 62px;
}

#photo {
	position: absolute;
	left: 191px;
	top: 62px;
}

#mainNav {
	width: 612px;
	height: 46px;
	margin: 0 auto;
	background: url("../../general/bgMainNav.gif") no-repeat;
}

#mainNav a {
	line-height: 24px;
	padding: 0 10px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
}

#mainNav a:hover {
	color: #ffc4c4;
}

#mainNav span {
	line-height: 24px;
	padding: 0 10px;
	color: #ffc4c4;
	font-weight: bold;
	font-size: 0.9em;
}

#content {
	width: 640px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	background: url("../../general/verticalDivider.gif") repeat-y 195px 0px;
}

#sideBar {
	float: left;
	width: 165px;
}

#main {
	float: right;
	width: 415px;
	margin-right: 15px;
}

* html #main {
	display: inline;
}

#main p {
	text-align: justify;
}

#fullContent {
	text-align: left;
	width: auto;
	padding: 10px 24px;
}


#footer {
	clear: both;
	background: #ffffff url("../../general/horizontalDivider.gif") repeat-x 0 20px;
	color: #bbbbbb;
	padding: 25px 0;
	font-size: 0.9em;
	text-align: center;
}

#footer a {
	padding: 0 6px;
}

#categories {
	width: 164px;
	background: url("../../general/titleCategories.gif") no-repeat;
	margin: 10px 0 0 15px;
	padding-top: 30px;
}

#categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#categories ul li {
	background: url("../../general/bgCategories.gif") no-repeat;
	height: 27px;
}

#categories ul li a {
	display: block;
	height: 27px;
	padding-left: 14px;
	text-decoration: none;
	color: #777777;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 27px;
}

#categories ul li a:hover {
	color: #db0000;
}

#vision {
	width: 164px;
	background: url("../../general/titleVision.gif") no-repeat;
	margin: 10px 0 0 15px;
	padding-top: 30px;
	text-align: justify;
}

#oferta {
	margin: 15px 0 10px 15px;
}

#search {
	width: 164px;
	background: url("../../general/titleSearch.gif") no-repeat;
	margin: 10px 0 0 15px;
	padding-top: 30px;
}

#contactDetails {
	width: 164px;
	background: url("../../general/titleContactDetails.gif") no-repeat;
	margin: 10px 0 0 15px;
	padding-top: 30px;
}

#contactDetails span {
	display: block;
}

#contactDetails span.telverde {
	color: green;
	font-size: 11pt;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#contactDetails em {
	font-style: normal;
	font-weight: bold;
}

#contentNav {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	margin-bottom: 30px;
}

#contentNav li {

	padding-left: 10px;
	margin-left: 20px;
	background: url("../../general/contentNavArrow.gif") no-repeat 0 5px;
}

#contentNav li span {
	color: #000000;
	font-variant: small-caps;
}

#groupNav {
	margin: 8px 0 16px 0;
}

#groupNav a {
	
	padding: 0 10px;
	background: url("../../general/contentNavArrow.gif") no-repeat left center;
}

#groupNav span {
	padding: 0 10px;
	background: url("../../general/contentNavArrow.gif") no-repeat left center;
	color: #000000;
	font-variant: small-caps;
}

#topPrevNext {
	text-align: right;
	margin-bottom: 16px;
	background: url("../../general/horizontalDivider.gif") repeat-x 0 18px;
}

#topPrevNext span {
	padding: 0 12px;
}

#bottomPrevNext {
	text-align: right;
	margin-bottom: 16px;
	background: url("../../general/horizontalDivider.gif") repeat-x 0 2px;
}

#bottomPrevNext span {
	padding: 0 12px;
}

.prev {
	background: url("../../general/arrowPrev.gif") no-repeat left 6px;
}

.next {
	background: url("../../general/arrowNext.gif") no-repeat right 6px;
}



/********************* PRODUCT HOMEPAGE *********************/

#productDetails .block {
	margin: 15px 0;
	background-color: #f0f4ef;
	border: 1px solid #d8e0d5;
	text-align: center;
}

#productDetails img {
	margin: 5px;
}

#productPrices {
	margin: 15px 0;
	padding: 8px;
	color: #333333;
	background-color: #f0f4ef;
	border: 1px solid #d8e0d5;
}

#productPrices p {
	margin: 0;
	text-align: right;
}

#productPrices p span {
	float: left;
	font-weight: bold;
}

#productPrices p em {
	color: #db0000;
	font-style: normal;
	border-top: 1px solid #db0000;
}



/************************** POPUP ****************************/

#popHeader {
	margin: 10px;
	background: url("../../general/logoPrint.gif") no-repeat;
	padding-top: 20px;
	text-align: right;
}

#popContent {
	text-align: left;
	margin: 10px;
}

#popFooter {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 440px;
	background: #ffffff url("../../general/horizontalDivider.gif") repeat-x 0 20px;
	color: #bbbbbb;
	padding: 25px 0 10px 0;
	margin: 10px;
	font-size: 0.9em;
	text-align: right;
}



/************************* PROMO ***************************/

#promo {
	position: relative;
	width: 415px;
	height: 270px;
	background: url("../../general/promoBg.gif") no-repeat;
}

#promo #promoType {
	position: absolute;
	left: 10px;
	top: 5px;
	text-transform: uppercase;
	font: bold 8.6pt Arial;
	color: #333333;
}

#promo img {
	position: absolute;
	left: 20px;
	top: 35px;
	border: 1px solid #d8e0d5;
}

#promo p {
	padding: 35px 15px 20px 160px;
}

#promo #promoTitle {
	display: block;
	color: #db0000;
	font: bold 1.2em Arial;
}

#promo #promoAuthor {
	display: block;
	font-weight: bold;
	color: #333333;
}

#promo #promoPrice {
	display: block;
	font-weight: bold;
	color: #333333;
}



/*********************** FORUM ************************/

#forumUserStatus {
	font-size: 0.88em;
	margin: 4px;
}

#forumListThreads {
	margin: 2px;
	padding: 4px;
	background: #f0f4ef url("../../general/forumThread.gif") no-repeat 5px 5px;
}

#forumListThreads span {
	display: block;
	padding: 2px 25px;
	font-weight: bold;
}

#forumButtons {
	margin: 10px 0;
}

/*********************** CALENDAR ************************/
.dynCalendar_header{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.dynCalendar_dayname {
	background-color: #eeeeee;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
}

.dynCalendar_day {
	background-color: #eeeeee;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.dynCalendar_today {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.dynCalendar {
	background-color: #c0c0c0;
	border: 2px outset white;
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 1px;
}


.clearFloat:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility: hidden; }
.clearFloat { display: inline-block; } /* Hides from IE Mac \*/ * html .clearFloat { zoom: 1;} .clearFloat { display: block; } /* End Hack */
.recommendedProduct { float: left; width: 190px; border: 1px solid #d8e0d5; background-color: #f0f4ef; padding: 5px; margin-right: 5px; color: #333333; }
.recommendedProduct img { float: left; width: 60px; height: 85px; margin-right: 10px; }
.recommendedProduct a { font-weight: bold; }



