/* style.css */

/* document reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0pt; padding:0pt; } table { border-collapse:collapse; border-spacing:0pt; } fieldset, img { border:0pt none; } address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; } ol, ul { list-style-image:none; list-style-position:outside; list-style-type:none; } caption, th { text-align:left; } h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; } q:before, q:after { content:'"'; } abbr, acronym { border:0pt none; } * {outline: none}

.hidden {
	display: none;
}

html {
	height:100%;
}

body {
	background:#fcfaca;
	font-family:Arial, Helvetica;
	font-size:12px;
	color:#555;
	padding:50px 0 0;
}
#wrapper {
	width:950px;
	padding:0 15px 60px;
	margin:0 auto;
	background:#fff;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
#header { height:125px; }
#footer {
	width:980px;
	margin:20px auto;
}

#logo {
	float:left;
	width:210px;
}
#logo a {
	display:block;
	width:210px;
	height:0;
	padding-top:125px;
	overflow:hidden;
	background:url(../img/logo.jpg) no-repeat left top;
}
#right-navi {
	float:left;
	width:740px;
	text-align:right;
	color:#8d8d8d;
	font-size:13px;
}
.social-links {
	padding:20px 0 18px;
	height:16px;
}
.social-links a {
	float:right;
	display:block;
	width:16px;
	height:0;
	margin-left:10px;
	padding-top:16px;
	overflow:hidden;
}
#social-fb { background:url(../img/social-links.jpg) no-repeat -67px top; }
#social-li { background:url(../img/social-links.jpg) no-repeat -45px top; }
#social-tw { background:url(../img/social-links.jpg) no-repeat -22px top; }
#social-rss { background:url(../img/social-links.jpg) no-repeat left top; }
#go-rum { background:url(../img/flag_romania.png) no-repeat left top; }
#go-eng { background:url(../img/flag_uk.png) no-repeat left top; }
#special-offer, #left-sidebar .boxed, #center-content .boxed, #right-sidebar .boxed { background:#f3f1e7; margin-bottom:20px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#special-offer { margin-bottom:20px; padding:5px; min-height:398px; }
#special-offer #special-offer-photos { height:188px; padding:20px; background:#fff; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#special-offer-photo-left { float:left; border:1px solid #f3f1e7;margin-right:20px; }
#special-offer-photo-right { border:1px solid #f3f1e7; float:left; }
#special-offer #special-offer-text { padding:10px 25px; }
#special-offer #special-offer-text h3 { font-size:16px; color:#1662a0; padding-top:3px; }
#special-offer #special-offer-text h3 a,
#special-offer #special-offer-text h2 a { color:#1662a0; text-decoration:none; }
#special-offer #special-offer-text h3 a:hover,
#special-offer #special-offer-text h2 a:hover { color:#081856; text-decoration:none; }
#special-offer #special-offer-text h2 { font-size:20px; color:#081856; padding-bottom:10px; }
#special-offer #special-offer-text a { text-decoration:none; color:#1662a0; }
#special-offer #special-offer-text p { font-size:12px; line-height:18px; color:#0a1a55; padding-bottom:2px; }
#form_abonare_newsletter .submit {
	padding-top:10px;
}

#promotional-offers {
	padding-top:5px;
}
#rss-promos { float:right; padding:6px 14px 6px 0; background:url(../img/rss-icon.png) no-repeat right center; text-decoration:none; color:#03082f }
#rss-promos:hover { color:#1662a0 }
#promotional-offers h2 {
	font-size:20px;
	font-weight:normal;
	color:#061650;
	padding-bottom:20px;
}
#products-listing {
	padding:10px;
	border:1px solid #e6e3d0;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.listing-image {
	width:105px; /* 84 pic, 5+5 padding, 11 margin */
	float:left;
}
.many-images {
	width:428px;
	padding:10px 0;
}
.many-images img {
	margin-right:10px;
}
#promotional-offers .listing-details {
	width:428px;
}
.listing-image img {
	padding:5px;
	float:left;
	background:#f3f1e7
}
.listing-details {
	width:345px;
	float:left;
}
.listing-details h3 {
	font-weight:bold;
	font-size:16px;
	color:#1f85b5;
}

.listing-details h3 a,
.listing-details h2 a{ color:#1f85b5; text-decoration:none; }
.listing-details h3 a:hover,
.listing-details h2 a:hover { color:#081856; text-decoration:none; }
.listing-details p {
	color:#0a195a;
	font-size:12px;
}
.listing-details h4 {
	font-weight:bold;
	font-size:14px;
	padding-top:5px;
	color:#0a195a;
}
.listing-item {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #e6e3d0
}

.listing-item.last { padding-bottom:0px; margin-bottom:0px; border-bottom:none }
/*.top-links { padding-top:54px; }*/
.top-links a { text-transform:uppercase; text-decoration:none; color:#0a195a; font-weight:bold; }

#left-sidebar {
	float:left;
	width:190px;
 }
#center-content {
	float:left;
	width:450px;
	margin:0 20px;
	_margin:0 19px;
}
#right-sidebar {
	float:left;
	width:270px;
	overflow:hidden;
}

#center-content .boxed-inner,
#left-sidebar .boxed-inner {
	padding:15px;
}
#right-sidebar .boxed-inner {
	padding:15px 30px 25px;
}
#center-content ul,
#left-sidebar ul { border-top:1px solid #e6e3d0; margin:10px 0; }
#center-content ul li,
#left-sidebar ul li {
	border-bottom:1px solid #e6e3d0;
	padding:7px 5px 7px 14px;
	background:url(../img/left-sidebar-li.png) no-repeat 2px 12px;
}
#center-content .boxed p,
#left-sidebar p {
	color:#1f85b5;
	line-height:18px;
}
#center-content .boxed ul li a,
#left-sidebar ul li a {
	color:#061651;
	text-decoration:none;
}
#left-sidebar ul li a:hover {
	color:#1f85b5;
}
#left-sidebar h3 {
	font-weight:strong;
	font-size:13px;
	color:#0a195a;
}
#center-content .twobytwo li {
	display:block;
	float:left;
	width:191px;
}

#searchform {
	background:url(../img/searchform.jpg) no-repeat left top;
	padding:30px;
	width:210px;
	overflow:hidden;
	height:348px;
	margin-bottom:20px;
}
#searchform h2 {
	font-size:18px;
	color:#fff;
	padding:0px 5px 21px 35px;
}
#searchform p {
	font-size:13px;
	padding-bottom:20px;
	color:#1f85b5;
}
#searchform select {
	border:1px solid #6abef3;
	background:url(../img/select-bg.jpg) repeat-x left top;
	padding:5px;
	color:#fff;
	font-family:Arial;
	font-size:12px;
	width:210px;
	margin-bottom:5px;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
#searchform option:hover { color:#333 !important; }
#searchform select:active option,
#searchform select:focus option { color:#163178; background:#fff; }
#searchform select { color:#fff; #color:#163178 }
.content-page .page-title h2 {
	font-size:22px;
	font-weight:bold;
	color:#0a195a;
}
.content-page .page-title {
	font-size:22px;
	font-weight:bold;
	color:#0a195a;
	font-family:Arial, Helvetica;
	padding-bottom:10px;
	padding-top:15px;
}
.content-page .page-content h3 {
	font-size:16px;
	font-weight:bold;
	color:#0a195a;
	font-family:Arial, Helvetica;
	margin:15px 0;
}
.content-page .page-content p,
.content-page .page-content li {
	font-size:13px;
	line-height:18px;
	margin:15px 0;
}
.content-page .page-content li {
	margin:3px 0;
}
.content-page .page-content ol,
.content-page .page-content ul {
	list-style-type:disc;
	list-style-position:outside;
	margin:15px 0;
	padding-left:20px;
}
.content-page .page-content ol {
	list-style-type:decimal;
}


#right-sidebar .boxed h2 {
	font-size:20px;
	padding-bottom:25px;
	color:#0a195a;
}
#right-sidebar .boxed label {
	color:#0a195a;
	line-height:18px;
	padding-bottom:10px;
	display:block;
}
#right-sidebar .boxed .text input {
	border:1px solid #fff;
	background:#fff;
	font-size:15px;
	font-family:Arial, Helvetica;
	padding:4px;
	width:200px;
	margin-bottom:10px;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.submit input {
	font-family:Arial, Helvetica;
	font-size:14px;
	padding:4px 10px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	background:url(../img/sumbit-background.png) repeat-x left top;
	border:none;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
#right-sidebar .boxed p {
	color:#0a195a;
	padding-bottom:25px;
	line-height:18px;
}
#form_abonare_newsletter .checkbox input { float:left; vertical-align:middle; }
#form_abonare_newsletter .checkbox label { padding-left:5px; float:left; line-height:13px; padding-bottom:15px; }
#right-sidebar .boxed a { color:#1662a0; }
#right-sidebar .boxed a:hover { color:#1662a0; }

#footer-left {
	float:left;
	padding-top:10px;
	background:url(../img/footer-line.jpg) no-repeat left top;
	color:#0a195a;
}
#footer-left a { color:#1f85b5; }
#footer-left a:hover { color:#0a195a; }
#developer {
	float:right;
}

.noborder { border:none !important; margin-bottom:0 !important; padding-bottom:0 !important }


.page-content a { color:#1f85b5; text-decoration:none; }
.page-content a:hover { color:#0a195a; text-decoration:none; }

.page-content textarea,
.page-content .text input {
	background:#fff;
	border:2px solid #ddd;
	font-family:Arial,Helvetica;
	font-size:15px;
	padding:5px;
	display:block;
	width:420px;
	margin:5px 0;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.page-content form {
	font-size:13px;
	font-weight:bold;
}
.page-content .text {
	padding-bottom:12px;
}
.page-content label.error {
	color:#1f85b5;
	font-weight:normal;
}
.page-content .submit {
	padding-top:12px;
}
.info {
	border:1px solid #1f85b5;
	color:#1f85b5;
	background:#eee;
	text-align:center;
	font-size:15px;
	text-align:center;
	padding:15px;
}
.oferteaza,
.formular_ofertare {
	padding-top:10px;
}
.formular_ofertare {
	display:none;
}
.formular_ofertare .text input {
	background:#fff;
	border:2px solid #ddd;
	font-family:Arial,Helvetica;
	font-size:15px;
	padding:5px;
	display:block;
	width:300px;
	margin:5px 0;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
#products-listing .formular_ofertare .text input {
	width:410px;
}
#products-listing .oferteaza {
	float:left;
}
.formular_ofertare .submit {
	padding-top:12px;
	padding-bottom:7px;
}
.formular_ofertare label.error {
	padding-bottom:10px;
	color:#1f85b5;
	display:block;
}
.formular_ofertare a { color:#1f85b5 }
.formular_ofertare a:hover { color:#0a195a }
.banner {
	margin-top:20px;
	overflow:hidden;
}
#modal { padding:15px; background:#fff; }
.top-links img {
	vertical-align:top;
}
#raspuns_abonare_newsletter {
	margin-top:13px;
	font-weight:bold;
	color: #1f85b5;
}
#searchform .submit {
	padding-top:12px;
}
.download-pdf {
	padding:3px 3px 3px 20px;
	background:url(../img/download-pdf.png) no-repeat left 3px;
	color:#1F85B5;
	text-decoration:none;
	display:block;
}
.download-pdf:hover {
	color:#081856
}
#special-offer-text .formular_ofertare h4 {
	font-size:16px;
	color:#1662a0;
	margin-bottom:-10px;
}
.pagination {
	text-align:center;
	padding:10px 0;
}
.pagination span {
	display:block; float:left;
	height:30px;
	margin-bottom:7px;
}
.pagination span a, .pagination .current, .pagination .disabled {
	margin:0 5px;
	padding:4px 7px;
	background:#f3f1e7;
	display:block;
	border:1px solid #e3e1d7;
	text-decoration:none;
	height:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.pagination .current { background:#1f85b5; border:1px solid #183078; color:#fff; cursor:default; font-weight:bold; }
.pagination .disabled { background:#fff; border:1px solid #e5e5e5; color:#d5d5d5; cursor:default; }
.pagination span a { color:#1f85b5; }
.pagination span a:hover { color:#183078; }

#text-seo-background {
	position:fixed;
	_position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-moz-opacity:0.75; /* FireFox */
	opacity: 0.75; /* Safari, Opera */
	background:#000;
	#background:#c0c0c0;
	cursor:pointer;
	cursor:hand;
	z-index:99998;
	display:none;
	filter: alpha(opacity=75); /* IE */
}
#text-seo {
	font-family:Arial,sans-serif;
	font-size:12px;
	position:fixed;
	_position:absolute;
	border:4px solid #525252;
	background:#e8e8e8;
	z-index:99999;
	top:50%;
	left:50%;
	padding:25px;
	text-align:left;
	color:#000;
	width:600px;
	height:400px;
	margin-left:-300px;
	margin-top:-200px;
	display:none;
}
#text-seo h1 { font-size:16px; padding-bottom:10px; font-weight:bold; }
#text-seo h2 { font-size:14px; padding-bottom:10px; font-weight:bold; }
#text-seo h3 { font-size:12px; padding-bottom:10px; font-weight:bold; }
#text-seo p {
	font-size:11px;
	line-height:18px;
	padding-bottom:10px;
}
#text-seo-content {
	height:350px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding-top:20px;
	padding-right:15px;
}
#text-seo a { color:#080f99 }
#text-seo a:hover { color:#000; text-decoration:underline }
#close-seo {
	position:absolute;
	top:7px;
	right:7px;
	left:auto;
}


.playground { position: relative; }
.example { width: 210px; height: 100px; background: #fff; position: relative; }
.ui-slider-handle { margin-left:-8px !important; cursor:pointer; }
#TextPretMax, #TextPretMin { color:#2cb1cf }
b, strong { font-weight:bold; }
i, em { font-style:italic; }
.clear { clear:both; }
#jquery-overlay { position:fixed !important; }

/* clearfix code */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#phone_banner {
	background:url(../img/phone_banner_ro.png) no-repeat left top;
	width:722px;
	height:440px;
	display:block;
	position:fixed;
	left:50%;
	top:50%;
	margin:-220px 0 0 -361px;
	z-index:6969;
}
#close_phone_banner {
	display:block;
	width:28px;
	height:0;
	padding-top:41px;
	margin:382px 0 0 38px;
	overflow:hidden;
}

#phone_banner {
	background:url(../img/new_address_banner_ro.png) no-repeat left top;
	width:722px;
	height:440px;
	display:block;
	position:fixed;
	left:50%;
	top:50%;
	margin:-220px 0 0 -361px;
	z-index:6969;
}
