﻿/****************************************************************************************
 * General Reset
 *
 * 1. Reset some styles
 * 2. Apply some cross-browsers rendering standards
 *
 * Shoud be included in every project
 *
 * Tips
 * a) Use em for fonts and other font-related dimensions
 *    (eg. line-height, some spacing around text etc)
 *
 * b) Use full length color HEX representations (useful for maintenance purposes)
 *    (eg. replace all in a project)
 ****************************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
fieldset, img { border: none; vertical-align: middle; }
hr { display: none; }

* { outline: none; }

/****************************************************************************************
 * Standard base font-size is 16px
 * so 1em = 16px, do the math accordingly
 *
 * 1. Set the base font-size on the body (for 12px the base font-size is 0.75em (12/16)
 *    (as well as line height and font-family)
 * 2. Always set the general background color for the body
 * 3. Set the general font color on the body
 ****************************************************************************************/
body { font: .6875em/1.4em Arial, Verdana, Helvetica, sans-serif; background: #ccc url(/i/bgBody.jpg) repeat-x top; color: #515151; }


/****************************************************************************************
 * General Margins for Content Elements
 *
 * Especially for admin edited content (FCK)
 ****************************************************************************************/
p, ul, ol, dl, table { margin: 1em 0 1em 0; line-height: 150%; color: #333333; font-size: 13px; font-family: Arial, Verdana; }


/****************************************************************************************
 * List elements
 *
 * Ordered and Unorederd lists, bullets, spacing everything related to General Lists
 * should go here
 ****************************************************************************************/
ul { margin-left: 1em; }
ul li { background: url(/i/bullet.gif) no-repeat 0 6px; list-style: none; padding-left: 14px; }
li ul, li ol { margin-top: 0; margin-bottom: 0; }
li { margin: .3em 0; }
ol { margin-left: 2.2em; }
ol li { list-style-type: decimal; }
ol li ol li { list-style-type: lower-alpha; }
ol li ol li ol li { list-style-type: upper-roman; }


/****************************************************************************************
 * Headings
 *
 * Ordered and Unorederd lists, bullets, spacing everything related to General Lists
 * should go here
 ****************************************************************************************/
h1, h2, h3, h4, h5, h6 { font-size: 1em; margin: 0 0 .5em 0; }
h1 { font-size: 2em; line-height: 1.3em; font-weight: normal; font-style: normal; m/argin: 0 0 1em 0; color: #0078BB; font-size: 20px; }
h2 { font-size: 15px; line-height: 1em; font-weight: bold; font-style: normal; color: #386DB8; margin: 0 0 .5em 0; }
h3 { font-size: 14px; line-height: 1em; font-weight: bold; font-style: normal; color: #386DB8; margin: 0 0 .5em 0; }
h4 { font-size: 13px; line-height: 1em; font-weight: bold; font-style: normal; color: #0078BB; margin: .5em 0 .5em 0; }


/****************************************************************************************
 * Hyperlinks
 *
 * Anchor tags styles should go here
 * as well as general functionality styles
 ****************************************************************************************/
a { color: #515151; text-decoration: none; overflow: hidden; }
a:hover, a:focus { text-decoration: underline; }


/****************************************************************************************
 * Clearers & Alignments
 *
 * Some clearer classes if needed and
 * Easyclear for clearing floats
 ****************************************************************************************/
.clear { clear: both; }
.easyclear, #aboutNav li, #aboutNav li ul li { display: inline-block; }
.easyclear, #aboutNav li, #aboutNav li ul li { display: block; }
.easyclear:after, #aboutNav li:after, #aboutNav li ul li:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }

.aLeft { text-align: left; }
.aRight { text-align: right; }
.aCenter { text-align: center; }
.fLeft { float: left; display: inline; }
.fRight { float: right; display: inline; }
.dN { display: none; }
/****************************************************************************************
 * Quotes
 *
 * General Quote and Blockquote reset for better cross-browser compatibility
 ****************************************************************************************/
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
.quote { padding: 15px; display: block; background: #F3F3F3; border: 1px solid #E0E0E0; overflow: hidden; }


/****************************************************************************************
 * Forms
 *
 * General Form elements styles
 * 
 * !!!!!!!!!!!!!!!!!!!
 * needs to be revised
 * !!!!!!!!!!!!!!!!!!!
 *
 ****************************************************************************************/
input, select, textarea { font-size: 1em; font-family: Verdana, Helvetica, Arial, sans-serif; color: #515151; }

input[type=text], input[type=password], textarea { padding: .4em .6em; background: #fff; border: 1px solid #d5d5dd; }
textarea { height: auto; overflow: auto; }


legend { display: none; }
.txInput, textarea, select { border: 1px solid #d5d5dd; }
select { padding: .1em .2em; }
.txInput:focus, textarea:focus,
.txInput.focus, textarea.focus, select:focus { border-color: #a4a4b0; }
textarea { overflow: auto; }

.formItem { margin-bottom: .7em; clear: both; display: inline-block; }
.formItem { display: block; }
.formItem:after { display: block; clear: both; height: 0; visibility: hidden; content: '.'; }
.formItem label { float: left; width: 10em; padding: 4px 10px 0 0; }
.formItem label em { line-height: 1.4em; display: block; }
.formItem label.error { display: block; margin-left: 10.3em; color: red; width: auto; }
.formSubmit { margin-left: 11.2em; }
.txInput, textarea { padding: .4em .6em; }
.description { font-size: .9166em; background: url(/i/description.png) repeat-x 0 0; line-height: 1.3em; display: block; clear: both; margin: 1em auto; width: 56%; padding: .5em 1em; }


/*For Checkboxes/radios */
.ckFormItem label { float: none; }


/****************************************************************************************
 * Tables
 *
 * General Table styles
 * 
 * !!!!!!!!!!!!!!!!!!!
 * needs to be revised
 * !!!!!!!!!!!!!!!!!!!
 *
 ****************************************************************************************/
table { text-align: left; border-collapse: separate; border-spacing: 0; border: 0; b/order: 1px solid #E9E9E9; }
caption, th, td { text-align: left; font-weight: normal; }

thead td, thead th { background: #E1E1F4; font-weight: bold; }
th, td { border: 1px solid #E9E9E9; padding: 3px; text-align: left; font-family: Arial, Verdana; font-size: 13px; color: #333333; }

table tr.firstLine { background-color: #E9E9E9; }

/* Page dropshadow */

#wrapOuter, .tr, .bl, .br { b/ackground: url(/i/background2.png) no-repeat left bottom; display: inline-block; }
#wrapOuter, .tr, .bl, .br { display: block; }

#wrapOuter { padding-left: 8px; width: 966px; margin: 0px auto; }
.tr { padding-bottom: 8px; background-position: right bottom; }
.bl { margin-left: -8px; padding-left: 8px; background-position: left top; position: relative; }
.br { padding-right: 8px; padding-top: 8px; background-position: right top; }
 
#wrap { background: #F5F5F5; p/adding: 20px; width: 960px; margin: 0 auto; *padding-bottom: 20px; position: relative; z-index: 1; }



/****************************************************************************************
 * Flexible List
 *
 * Flexible List styles
 * 1. General List
 * 2. With a #column
 *
 * Tips
 * a) .listImage and .listText only appear for List Elements that HAVE an image
 *    ignore them for no-image elements
 * b) There is a bug in IE, called "Margin transreference bug" which transfers
 *    a margin value from a child to its parent under certain circumstances;
 *    fixed here by applying a padding instead of a margin to the listItem content elements
 ****************************************************************************************/
.listItem { overflow: hidden; width: 100%; margin: 2em 0 0 0; }
.listItem p { margin-bottom: .5em; margin-top: .5em; }

#list.column { margin-right: 258px; display: inline-block; }
#list.column { display: block; }
#listIntroduction { margin-bottom: 2em; font-size: 13px; line-height: 150%; }

.listItem h2 { margin-top: 0; font-weight: bold; }
.listItem h2 a { text-decoration: none; color: #386DB8; }
.listItem h2 a:hover { text-decoration: underline; }
.subHeading { margin: -2px 0 -.2em 0; color: #515151; font-weight: bold; font-family: Verdana, Arial; font-size: 13px; }
.listImage { display: inline; width: 120px; overflow: hidden; margin: 0; }
.listImage * { float: left; *float: none; }
.listImage img { w/idth: 114px; margin: 0px auto; *m/argin-top: -1px; *m/argin-bottom: 1px; }
.listImage a { border: 1px #D3D3D3 solid; padding: 2px; display: block; *float: left; }
.listImage a:hover { border: 1px #0091E8 solid; background: #0091E8; }
.listImage span { border: 1px #D3D3D3 solid; padding: 2px; display: block; *float: left; }
.listImage a span { border: none; padding: 0; *float: none; }
.listText { m/argin-left: 132px; _zo/om: 1; _mar/gin-left: 127px; }
a.more { display: block; color: #386DB8; w/idth: 124px; h/eight: 23px; b/ackground: url(/i/btnDetails.jpg) no-repeat 0 0; t/ext-indent: -9999em; m/argin-top: 5px; f/loat: right; text-decoration: underline; }
a.more:focus, a.more:hover { text-decoration: none; }

a.legend { border: none !important; color: #0078BB; }
a.legend:focus, a.legend:hover { background: #F5F5F5 !important; }

/*Fix for IE "Margin transreference bug */
.listItem p { *margin-bottom: 0; *padding-bottom: 1em; }

.galleryElement { width: 120px; display: inline; margin: 5px 0px 10px 18px; font-style: normal; text-align: left; overflow: hidden; float: left; }	
.galleryElement.newLine { margin-left: 0; clear: left; }
.galleryElement p {	margin: 0px; font-family: Verdana, Arial; font-size: 13px; color: #515151; }
.galleryElement p:hover, .galleryElement p:focus { color:  #0078BB }
.galleryElement span { border: 1px #D3D3D3 solid; padding: 2px; width: 114px; overflow: hidden; display: block; }
.galleryElement a { font-size: 1px; border: 1px #D3D3D3 solid; padding: 2px; width: 114px; overflow: hidden; display: block; }
.galleryElement a:hover { border: 1px #0078BB solid; background: #0078BB; }
.galleryElement a span { border: none; padding: 0; cursor: pointer; }
.galleryElement img { w/idth: 114px; display: block; margin: 0px auto; }
.gallery { margin: 15px 0 20px 0; overflow: hidden; }

.listItemArticole { overflow: hidden; width: 100%; margin-bottom: 5px; }
.listItemArticole p { margin-bottom: .5em; margin-top: .5em; }
.listItemArticole h2 { margin-top: 3px; f/ont-weight: bold; width: 600px; float: right; color: #0078B9; font-family: Arial, Verdana; font-size: 13px; font-weight: normal; }
.listItemArticole h2 a { text-decoration: none; color: #0078B9; font-family: Arial, Verdana; font-size: 13px; font-weight: normal; }
.listItemArticole h2 a:hover { text-decoration: underline; }
.subHeadingArticole{ m/argin: -2px 0 -.2em 0; color: #333333; f/ont-weight: bold; font-family: Arial, Verdana; font-size: 13px; width: 80px; float: left; }
.shortDescription { width: 690px; float: left; }

/****************************************************************************************
 * Layout
 *
 * The bricks that hold the site togheter
 * comes hand-in-hand with the skeleton markup of the site
 ****************************************************************************************/
.col { display: inline;	float: left; margin-right: 4%; _margin-right: 2%; width: 48%; *width: 45%; }
.small { width: 22%; *width: 21%; }
.last { margin-right: 0; }


#aspnetForm { w/idth: 960px; margin: 0 auto; position: relative; }
#tell-a-friend form { width: 450px; padding-top: 20px; }
#content { float: right; width: 600px; p/adding-bottom: 20px; font-size: 12px; p/dding-right: 45px; margin-bottom: 21px; b/ackground: url(/i/bgContent.jpg) no-repeat 400px 0; }
#content { width: 575px; padding-top: 25px; margin-right: 20px; line-height: 150%; font-size: 13px; _margin-right: 10px; }
#home #content { margin-top: -25px; _float: right; _margin-right: -2px;}
#content a { color: #0078BB; }

/****************************************************************************************
 * Header
 *
 * 1. Site logo
 * 2. Navigation probably
 * 3. Search 
 * etc
 ****************************************************************************************/
#header { height: 100px; margin-top: 0px; position: relative; z/-index: 9; background: #F5F5F5 url(/i/bgTabsLang.jpg) repeat-x center 70px; b/ackground-color: #F5F5F5; m/argin: 0 auto; }
.ro-RO #header { background: #F5F5F5 url(/i/bgTabs.jpg) repeat-x center 70px; height: 130px; }
#headerTop {  margin: 0 auto; width: 100%; background-color: #F5F5F5; position: relative; z-index: 9; }
#headerInner { width: 960px; margin: 0 auto; }

/* Logo */
#ctl00_logo { p/osition: absolute; t/op: 15px; l/eft: 33px; padding-top: 20px; width: 205px; float: left;}
#ctl00_logo a { display: block; background: url(/i/logo.jpg) no-repeat 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/logo.jpg',sizingMethod='crop'); width: 205px; height: 35px; text-indent: -9999px; cursor: pointer; }

/* Lang */
#lang { float: right; text-align: right; width: 207px; z-index: 99999; font-size: 11px; color: #6B3046; margin-top: 42px; }
.en-GB #lang { b/ackground: url(/i/lang-en.png) no-repeat 50% 0; }
.hu-HU #lang { b/ackground: url(/i/lang-hu.png) no-repeat 50% 0; }
#lang ul { margin: 0; b/ackground: #fff; b/order: 1px solid #1c5180; }
#lang ul.collapsed { b/ackground: #fff url(/i/lang-selector.png) no-repeat right center; cursor: pointer; }
#lang li { padding: 0 !important; margin: 0; float: right; margin-left: 7px; }
#lang a { display: inline-block; padding: 0 !important; text-decoration: none; color: #6B3046; width: 16px; height: 11px; overflow: hidden; cursor: pointer; text-align: left; }
#lang a { display: inline; }
#lang a:hover { color: #007EC5 !important; }
#lang a.dN { di/splay: none; }
#lang a span { d/isplay: inline; float: right; width: 16px; height: 11px; background: url(/i/flags.png) no-repeat 0 0; margin-top: 1px; *margin: 0; }
#lang a label { float: left; w/idth: 120px; display: inline-block; line-height: 110%; cursor: pointer; color: #EE1D23; font-size: 12px; font-family: Arial, Verdana, sans-serif; }
#lang a label.hover { text-decoration: underline; }

#lang .ro-RO span { background: url(/i/flags.png) no-repeat 0 0; }
#lang .en-GB span { background: url(/i/flags.png) no-repeat 0 -11px; }
#lang .hu-HU span { background: url(/i/flags.png) no-repeat 0 -88px; }
#lang .uk-UA span { background: url(/i/flags.png) no-repeat 0 -66px; }
#lang .sr-Latn-BA span { background: url(/i/flags.png) no-repeat 0 -77px; }
#lang .ru-RU span { background: url(/i/flags.png) no-repeat 0 -33px; }
#lang .fr-FR span { background: url(/i/flags.png) no-repeat 0 -22px; }
#lang .de-DE span { background: url(/i/flags.png) no-repeat 0 -55px; }
#lang .it-IT span { background: url(/i/flags.png) no-repeat 0 -44px; }

.lang-overlay { position: absolute; top: 0; left:0; width: 100%; height: 100%; background: #fff; opacity: .01; filter:Alpha(opacity=01); }


/* General Navigation */
#infoNav {  }
#infoNav ul { margin: 0; }
#infoNav li { background: none; padding: 0; margin: 0; }
#infoNav a { text-decoration: none; display: block; position: absolute; height: 32px; outline: none !important; }


#tabs { back/ground: url(/i/bgTabs.jpg) repeat-x 0 0; margin: 0px auto; margin-top: 15px; width: 960px; height: 60px; }
#tabs ul { list-style-type: none; margin: 0; padding: 0; display: inline-block; width: 960px; position: relative; }
#tabs ul { display: block; clear: left; position: relative; z-index: 8; }
#tabs ul.ul1 { z-index: 9; }
#tabs ul li { float: left; w/idth: 136px; height: 30px; display: inline; background: none; padding: 0; margin: 0; position: relative; padding-top: 0px; padding-right: 5px; _w/idth: 100px; margin: 0 15px; }
#tabs ul li:first-child, #tabs ul li.first-child { margin-left: 0px; }
#tabs ul li a { display: block; h/eight: 17px; color: #104E92; font-size: 13px; font-weight: bold; padding-top: 6px; padding: 3px 4px 4px 5px; }
#tabs ul.ul1 li a { color: #104E92; }
.ro-RO #tabs ul.ul1 li a { color: #fff; }
.ro-RO #tabs ul.ul1 li a:hover { color: #027EC6; }
#tabs ul.ul1 li ul li a { color: #027EC6; }
#tabs ul li a:first-child, #tabs ul li a.first-child { border-left: none; }
#tabs ul li a:hover { border: 1px solid #6FCCFF; background-color: #EEEEEE; text-decoration: none; color: #027EC6; padding: 2px 3px 3px 4px; }

#tabs ul li.children a { background: url(/i/arrowDownTabsHover.gif) no-repeat right 13px; padding-right: 17px; }
#tabs ul li.children a:hover, #tabs ul li.children a:focus { background: #EEEEEE url(/i/arrowDownTabsHover.gif) no-repeat right 14px; text-decoration: none; border-bottom: none; padding-right: 16px; }
.ro-RO #tabs ul.ul1 li.children a { background: url(/i/arrowDownTabs.gif) no-repeat right 13px; }
#tabs ul.ul1 li.children a { background: url(/i/arrowDownTabsHover.gif) no-repeat right 13px; }
#tabs ul.ul1 li.children a:focus, #tabs ul.ul1 li.children a:hover { color: #027EC6; background: #EEEEEE url(/i/arrowDownTabsHover.gif) no-repeat right 15px; }
#tabs ul li ul { position: absolute; left: -9999px; background: #EEEEEE; width: 180px; border: 1px solid #6FCCFF; border-top: none; margin-top: 10px; z-index: 99999; }
#tabs li:hover ul, #tabs li.hover ul { display: block; left: 0; top: 16px; }
#tabs li ul li { position: relative; display: block; background-color: #EEEEEE; width: 180px; height: auto !important; padding: 0; margin: 0 !important; }
#tabs li ul li.Contact-sugestii { display: none; }
#tabs li ul li.Contact-call-center { display: none; }
#tabs li ul li.Contact-hotline { display: none; }
#tabs li ul li a { background-image: none !important; font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; text-transform: none; text-align: left; p/adding: 0 9px 0 4px; padding-right: 0 !important; height: auto !important; width: 176px !important; border-bottom: 1px #DDDDDD solid; border-top: 1px solid #EEEEEE; color: #003754; padding: 2px 0 2px 4px; }
#t/abs li ul li a:hover { border-color: #6FCCFF; border-width: 1px 0 1px 0 !important; border-style: solid; background-color: #F5F5F5; }
#tabs li ul li a:hover { background-color: #F5F5F5 !important; text-decoration: none; padding: 2px 0px 2px 4px;  border-bottom: 1px #6FCCFF solid !important; border-left: none; border-top: 1px #6FCCFF solid; }

#tabs ul.ul1 li.children:hover a { color: #027EC6; background: #EEEEEE url(/i/arrowDownTabsHover.gif) no-repeat right 13px; }
#tabs ul li.children:hover a { color: #027EC6; background: #EEEEEE url(/i/arrowDownTabsHover.gif) no-repeat right 12px; border: 1px solid #6FCCFF; padding: 2px 16px 3px 4px; }
#tabs ul li.children:hover ul li a { border-bottom: none !important; border-left: none; border-top: 1px #6FCCFF solid; }

#tabs li ul li.children { background-image: url(/i/arrowRightTabs.gif) !important; background-repeat: no-repeat; background-position: right center; p/adding-right: 10px !important; w/idth: 117px !important; m/argin-right: -5px; }
#tabs li ul li:last-child a, #tabs li ul li.last-child a { b/order: none; }
#tabs li ul ul { display: none !important; position: absolute; left: -9999px; }
#tabs li ul li:hover ul, #tabs li ul li.hover ul { display: block !important; left: 135px; top: 0; }
#tabs li ul li ul li a { background-position: -1000px !important; }
#tabs ul li.children ul li a:hover { b/order-bottom: 1px solid #6FCCFF; }
#tabs .hide { display: none !important; position: absolute; left: -9999px; }

#tabs ul li ul li a { padding-left: 4px; }

#contextual { width: 960px; height: 150px; z-index: 1; position: relative; _position: fixed; float: left; margin-top: 0; }
#contextual { margin-bottom: 0;}

#rightSide { background-color: #E21C21; height: 150px; right: 0; width: 50%; float: right; margin-bottom: -200px; margin-top: 0; position: abslute; }
#leftSide { background-color: #0078BB; height: 150px; left: 0; width: 50%; float: left; margin-bottom: -200px; margin-top: 0; position: absolute; }


/*
 * Producers
 */
#producers { display: inline-block; background: #F4F4FD; margin-bottom: 23px; }
#producers { display: block; }
#producers:after { content: '.'; clear: both; height: 0; visibility: hidden; display: block; }
#producers * { f/loat: left; }


.introText { margin-bottom: 2em; }


/*
 * User Nav
 */
#userNav { position: absolute; left: 0; top: 85px; }
#userNav p { padding-left: 14px; margin: 0; display: block; }
#userNav ul { margin: 0; }
#userNav li { padding-left: 0; margin-right: 15px; }
#userNav * { background: none; display: inline; }
#userNav a { text-decoration: none; }
#userNav a:hover, #userNav a:focus { text-decoration: underline; }


/*
 * About Nav
 */
#aboutNav { margin: 0; position: absolute; right: 0; top: 0; te/xt-transform: uppercase; font-size: 12px; color: #386CB8; font-weight: bold; z-index: 5; display: none; }
#aboutNav li { display: inline; padding: 0; margin: 0; background: none; position: relative; border: 1px #FFFFFF solid; width: auto; _w/idth: 100%; _zoom: 1; _overflow-x: hidden; }
#aboutNav li.children { background: url(/i/arrowDownAboutNav.gif) no-repeat right center; }
#aboutNav li.children a { padding-right: 30px; _background: url(/i/arrowDownAboutNav.gif) no-repeat right center; }
#a/boutNav li:before { content: ' | '; }
#a/boutNav li:first-child:before { content: ''; }
#a/boutNav li.children:before { content: ''; }
#aboutNav li ul { display: none; position: absolute; left: -9999px; _f/loat: left; _b/order: 1px red solid !important; _wi/dth: auto; }
#aboutNav li.children:hover, #aboutNav li.hover { border: 1px #B4B4B4 solid; border-bottom: 0; background-color: #FFFFFF; *top: -1px; z/-index: 999; }
#aboutNav li:hover ul, #aboutNav li.hover ul { display: block; left: -1px; _l/eft: 0; margin: 0; top: 15px; border: 1px #B4B4B4 solid; border-top: 0; background-color: #FFFFFF; width: 100%; _d/isplay: inline; _z/oom: 1; overflow: hidden; z/-index: 999; }
#aboutNav a { text-decoration: none; color: #386CB8; padding: 0 7px; }
#aboutNav a:hover, #aboutNav a:focus { text-decoration: underline; }

#a/boutNav li ul { background: #fff; border: 1px solid #B4B4B4; border-top: 0; margin: 0; line-height: 1.3em; }
#aboutNav li ul li { float: none; _f/loat: left; display: block; margin: 0; font-weight: normal; width: auto; _width: 100%; border: none; padding: 0 7px; _d/isplay: inline; _z/oom: 1; _o/verflow-x: hidden; _position: relative; _margin-right: -100%; _r/ight: -100%; }
#aboutNav li ul li a { display: block; width: auto; border-bottom: 1px #CCCCCC solid; padding: 3px 0; }
#aboutNav li ul li:last-child a, #aboutNav li ul li.last-child a { border: none; }



#a/boutNav li ul { po/sition: absolute; t/op: 2.33em; l/eft: -9999px; background: #fff; border: 1px solid #005ca1; border-top: 0; margin: 0; p/adding: .5em 1em; line-height: 1.3em; w/idth: 23em; }
#a/boutNav li ul li { float: none; display: block; p/adding: 3px 0; margin: 0; font-weight: normal; w/idth: 100%; }
#a/boutNav li ul li a { display: block; width: auto; p/adding: 3px 0; }
#a/boutNav li ul li a:hover { text-decoration: none; background: #B1CDE2; }
#a/boutNav li:hover ul, #aboutNav li.hover ul { l/eft: -1em; }


#breadcrumbs { padding: 15px 0; m/argin-top: -20px; font-family: Arial, Verdana, sans-serif; font-size: 24px; color: #333333; margin-top: 10px; margin-left: 17px; }
#breadcrumbs a { padding-right: 12px; margin-right: 6px; color: #333333; b/ackground: url(/i/breadcrumbsArrowRight.gif) no-repeat right center;  }
#breadcrumbs a.active { color: #333333; text-decoration: none; cursor: default; background: none; }
#breadcrumbs a { display: none; line-height: 100%; }
#breadcrumbs a:first-child, #breadcrumbs a.first-child { display: block; }

/****************************************************************************************
 * Inline Cart
 *
 * appears on hovering the Show Cart link or when adding a product to the cart
 * 
 * !!!!
 * should need some revision
 ****************************************************************************************/

#inlineCartBar { b/ackground: url(/i/shoppingCart.gif) no-repeat 100% 0; width: 552px; h/eight: 20px; color: #386CB8; position: absolute; bottom: 0; right: 0; z-index: 100; padding-bottom: 5px; font-size: 12px; text-align: right; float: right; }
.en-GB #inlineCartBar { b/ackground: url(/i/shoppingCart-en.gif) no-repeat 100% 0; }
.hu-HU #inlineCartBar { b/ackground: url(/i/shoppingCart-hu.gif) no-repeat 100% 0; }
#inlineCartBar h4 { p/osition: absolute; t/op: 0; left: -300px; w/idth: 200px; t/ext-indent: -9999em; margin: 0; text-align: left; float: right; display: none; padding-right: 35px; }
#inlineCartBar h4.noProducts { display: block; }
#inlineCartBar a { color: #386CB8; }

#inlineCartBar .produseInCos { f/ont-weight: bold; f/ont-size: 1.1em; display: block; p/adding: 0 250px 0 0; p/osition: absolute; right: 300px; w/idth: 230px; float: right; padding-right: 35px; }
#inlineCartBar .finalizeOrderDiv { text-align: left; float: right; }
#inlineCartBar .finalizeOrder { p/osition: absolute; top: 0; right: 0; display: block; h/eight: 36px; w/idth: 175px; t/ext-indent: -9999em; text-align: left; background: url(/i/arrowRight.gif) no-repeat right; padding-right: 22px; }

#inlineCartWrapper { position: relative; t/op: 0; r/ight: 140px; width: 100px; h/eight: 20px; z-index: 100; text-align: left; float: right; }
.en-GB #inlineCartWrapper { r/ight: 100px; }
#inlineCartWrapper #showInlineCart { d/isplay: block; h/eight: 20px; w/idth: 100%; t/ext-indent: -9999em; *b/ackground: #fff; *f/ilter:Alpha(opacity=0.01); background: url(/i/arrowDown.gif) no-repeat right; padding-right: 19px; }

#inlineCart { position: absolute; right: 0; top: 15px; background: #fff; border: 1px solid #3c0; width: 211px; padding: 10px; color: #000000; line-height: 1.2em; text-align: center; display: none; }
#inlineCart ul { text-align: left; display: inline-block; margin: 0; }
#inlineCart ul { display: block; }
#inlineCart li { display: inline-block; border-bottom: 1px solid #d4d4dd; padding: 4px 0; margin: 0; background: none; }
#inlineCart li { display: block; }
#inlineCart li:after { display: block; content: '.'; clear: both; height: 0; visibility: hidden; }
#inlineCart a { color: #333399; }
#inlineCart .text { float: left; width: 130px; }
#inlineCart .text a { font-weight: bold; text-decoration: none; display: block; }
#inlineCart .text a:hover, #inlineCart a:focus { text-decoration: underline; }
#inlineCart .cant { float: right; width: 6.5em; text-align: center; position: relative; }
#inlineCart .cant input { width: 2em; padding: .2em .3em; text-align: center; }
#inlineCart .cant a { text-transform: uppercase; font-size: .7272em; }
#inlineCart .cant .minus, #inlineCart .cant .plus { background: url(/i/cartOptions.png) no-repeat 0 0; width: 17px; height: 17px; display: block; position: absolute; left: 0; top: 0; text-indent: -9999em; }
#inlineCart .cant .plus { background-position: 0 -17px;  right: 0; left: auto; }
#inlineCart #noProducts { display: block; position: static; }

#inlineCart .total { text-align: left; background: #c00; color: #fff; font-weight: bold; padding: 4px 8px; display: inline-block; margin-bottom: 10px;  }
#inlineCart .total { display: block; }
#inlineCartBar #inlineCart .finalizeOrder { position: static; background: url(/i/buttons.png) no-repeat -400px -300px; width: 154px; height: 22px; display: block; text-indent: -9999px; margin: 0 auto 5px auto; }

.en-GB  #inlineCartBar #inlineCart .finalizeOrder{ background: url(/i/buttons-en.png) no-repeat -400px -300px;}
.hu-HU  #inlineCartBar #inlineCart .finalizeOrder{ background: url(/i/buttons-hu.png) no-repeat -400px -300px;}
/****************************************************************************************
 * Product Navigation
 *
 * Accordion type navigation
 ****************************************************************************************/

#home #nav {  margin-top: -155px; }
#nav { float: left; width: 300px; display: inline; padding: 0; font-weight: normal; background-color: #F5F5F5; border: 13px solid #C1C1C1; margin-left: 20px;margin-bottom: 20px; margin-top: 32px; }
#nav ul { margin: 0; display: inline-block; border: 1px #CCCCCC solid; p/adding: 10px; font-weight: bold; }
#nav ul { display: block; }
#nav li { margin: 0; padding: 0; display: inline-block; background: none; border-bottom: 1px #CCCCCC solid; p/adding-left: 12px; p/adding-right: 200px; }
#nav li { display: block; h/eight: 50px; }
#nav li li.Contact-sugestii { display: none; }
#nav li li.Contact-call-center { display: none; }
#nav li li.Contact-hotline { display: none; }
#nav li.active a { b/ackground: url(/i/navArrow1Active.gif) no-repeat 9px center; }
#nav li:last-child, #nav li.last-child { border-bottom: none; }
#nav ul li.special { display: none; }
#nav a { padding: 3px 0; text-decoration: none; display: inline-block; b/ackground: url(/i/navArrow1.gif) no-repeat 9px center; font-size: 13px; color: #333333; font-family: Arial, Verdana; font-weight: normal; text-transform: none; line-height: 20px }
#nav a.active { b/ackground: url(/i/navArrow1Active.gif) no-repeat 9px center; font-weight: bold; }
#nav a { display: block; width: 122px; }

#nav a:hover, #nav a:focus { text-decoration: underline; background: url(/i/navArrow1Active.gif) no-repeat 9px center; }

#nav ul ul { border: 0; border-top: 1px #CCCCCC solid; padding: 0; }
#nav ul ul ul { border: 0; border-top: 1px #CCCCCC solid; padding: 0; margin-left:10px; }
#nav ul ul a { b/ackground: url(/i/navArrow1.gif) no-repeat 27px center; padding: 3px 0 3px 10px; text-decoration: none; font-weight: normal; }
#nav ul ul a.active { b/ackground: url(/i/navArrow1Active.gif) no-repeat 27px center; }
#nav li.active ul li a { b/ackground: url(/i/navArrow1.gif) no-repeat 27px center; }
#nav li.active ul li a.active { b/ackground: url(/i/navArrow1Active.gif) no-repeat 27px center; }
#nav li.active ul a:hover, #nav li.active ul a:focus { b/ackground: url(/i/navArrow1Active.gif) no-repeat 27px center; }

#nav ul a { padding: 2px 155px 2px 20px; height: 58px; _height: 58px; }
#nav ul ul ul a { padding: 3px 0 3px 50px; }
#nav ul ul ul ul a { padding: 3px 0 3px 30px; }

#nav ul { display: none; }
#corporate ul { display: block; }
#home #nav ul { display: block; }
#listaProduse #nav ul { display: block; }
#detaliuProdus #nav ul { display: block; }

#paginaFlex ul li.active a{ display: none;}
#tabs ul li.active a{ display: block !important;}
#paginaFlex ul li.active ul.full li a { display: block; }

#listaFlex ul li.active a{ display: none;}
#listaFlex ul li.active ul.full li a { display: block; }

#contactPage ul li.active a{ display: none;}
#contactPage ul li.active ul.full li a { display: block; }

#newsletterPage ul li.active a{ display: none;}
#newsletterPage ul li.active ul.full li a { display: block; }

/*#nav ul li#Alimentari-cu-apa a { background: url(/i/bgAlimentari.gif) no-repeat 192px 9px; width: 104px; h/eight: 42px; }
#breadcrumbs.Alimentari-cu-apa { background: url(/i/bgAlimentariBig.gif) no-repeat right center; }
#nav ul li#Water-supply a { background: url(/i/bgAlimentari.gif) no-repeat 192px 9px; width: 100px; h/eight: 42px; }
#breadcrumbs.Water-supply { background: url(/i/bgAlimentariBig.gif) no-repeat right center; }
#nav ul li#Canalizari-exterioare a { background: url(/i/bgCanalizariExt.gif) no-repeat 192px 9px; }
#breadcrumbs.Canalizari-exterioare { background: url(/i/bgCanalizariExtBig.gif) no-repeat right center; }
#nav ul li#Exterior-sewerage a { background: url(/i/bgCanalizariExt.gif) no-repeat 192px 9px; }
#breadcrumbs.Exterior-sewerage { background: url(/i/bgCanalizariExtBig.gif) no-repeat right center; }
#nav ul li#Canalizari-interioare a { background: url(/i/bgCanalizariInt.gif) no-repeat 192px 9px; }
#breadcrumbs.Canalizari-interioare { background: url(/i/bgCanalizariIntBig.gif) no-repeat right center; }
#nav ul li#Interior-sewerage a { background: url(/i/bgCanalizariInt.gif) no-repeat 192px 9px; }
#breadcrumbs.Interior-sewerage { background: url(/i/bgCanalizariIntBig.gif) no-repeat right center; }
#nav ul li#Decoratiuni-si-amenajari a { background: url(/i/bgDecoratiuni.gif) no-repeat 192px 9px; }
#breadcrumbs.Decoratiuni-si-amenajari { background: url(/i/bgDecoratiuniBig.gif) no-repeat right center; }
#nav ul li#Decorations-arrangements a { background: url(/i/bgDecoratiuni.gif) no-repeat 192px 9px; }
#breadcrumbs.Decorations-arrangements { background: url(/i/bgDecoratiuniBig.gif) no-repeat right center; }
#nav ul li#Granule-din-pvc a { background: url(/i/bgGranule.gif) no-repeat 192px 9px; }
#breadcrumbs.Granule-din-pvc { background: url(/i/bgGranuleBig.gif) no-repeat right center; }
#nav ul li#PVC-granules a { background: url(/i/bgGranule.gif) no-repeat 192px 9px; width: 100px; height: 42px; }
#breadcrumbs.PVC-granules { background: url(/i/bgGranuleBig.gif) no-repeat right center; }
#nav ul li#Cahle-din-teracota a{ background: url(/i/bgCahle.gif) no-repeat 192px 9px; }
#breadcrumbs.Cahle-din-teracota { background: url(/i/bgCahleBig.gif) no-repeat right center; }
#nav ul li#Terracotta-tiles a{ background: url(/i/bgCahle.gif) no-repeat 192px 9px; }
#breadcrumbs.Terracotta-tiles { background: url(/i/bgCahleBig.gif) no-repeat right center; }
#nav ul li#Accesorii-electrice a { background: url(/i/bgAccesorii.gif) no-repeat 192px 9px; }
#breadcrumbs.Accesorii-electrice  { background: url(/i/bgAccesoriiBig.gif) no-repeat right center; }
#nav ul li#Electrical-accessories a { background: url(/i/bgAccesorii.gif) no-repeat 192px 9px; }
#breadcrumbs.Electrical-accessories { background: url(/i/bgAccesoriiBig.gif) no-repeat right center; }
#nav ul li#Profile-Tamplarie-PVC a { background: url(/i/bgPVC2.gif) no-repeat 192px 3px; }
#breadcrumbs.Profile-Tamplarie-PVC  { background: url(/i/bgPVCBigNew.gif) no-repeat right center; }
#nav ul li#PVC-Profiles a { background: url(/i/bgPVC2.gif) no-repeat 192px 3px; width: 94px; height: 42px; }
#breadcrumbs.PVC-Profiles{ background: url(/i/bgPVCBigNew.gif) no-repeat right center; }
#nav ul li#Ferestre-Teraglass a { background: url(/i/bgFerestreNew.gif) no-repeat 208px 2px; height: 40px; w/idth: 228px; t/ext-indent: -9999px; }
#breadcrumbs.Ferestre-Teraglass { background: url(/i/bgFerestreBig.gif) no-repeat right center; }
#nav ul li#Teraglass-windows a { background: url(/i/bgFerestre.gif) no-repeat 65px 21px; h/eight: 228px; w/idth: 228px; t/ext-indent: -9999px; }
#breadcrumbs.Teraglass-windows  { background: url(/i/bgFerestreBig.gif) no-repeat right center; }

#nav ul li#PVC-Profiles a { padding: 3px 184px 3px 20px; }
#nav ul li#PVC-granules a { padding: 3px 178px 3px 20px; }
#nav ul li#Water-supply a { padding: 3px 178px 3px 20px; }
#nav ul li#Water-supply ul li a { padding: 3px 8px 3px 20px; }*/

/*#nav ul li#Infrastructură a { background: url(/i/bgInstalatiiInfra.jpg) no-repeat right 1px; } 
#nav ul li#Instalaţii-şi-amenajări-pentru-construcţii a { background: url(/i/bgInstalatiiConstr.jpg) no-repeat right 1px; } 
#nav ul li#Profile-din-PVC a { background: url(/i/bgProfile.jpg) no-repeat right 1px; } 
#nav ul li#Granule a { background: url(/i/bgGranule.jpg) no-repeat right 1px; } 
#nav ul li#Elemente-pentru-construcţii a { background: url(/i/bgSistemeConstr.jpg) no-repeat right 1px; } 
#nav ul li#Ferestre-Teraglass a { background: url(/i/bgSistemeFer.jpg) no-repeat right 1px; } */

#nav ul li.l1 a { background: url(/i/1.png) no-repeat right 1px; } 
#nav ul li.l2 a { background: url(/i/2.png) no-repeat right 1px; } 
#nav ul li.l3 a { background: url(/i/3.png) no-repeat right 1px; } 
#nav ul li.l4 a { background: url(/i/4.png) no-repeat right 1px; } 
#nav ul li.l5 a { background: url(/i/5.png) no-repeat right 1px; } 
#nav ul li.l6 a { background: url(/i/6.png) no-repeat right 1px; } 


#nav ul li ul li a{ padding-left: 25px; width: auto; background: none !important; text-transform: none; background: url(/i/bgMenu.gif) no-repeat left 7px !important; margin-left: 19px; }
#nav ul li ul li a.active{ padding-left: 28px; width: auto; background: none !important; text-transform: none; background: url(/i/bgMenuActive.gif) no-repeat left center !important; margin-left: 19px; }
#nav ul li a:focus, #nav ul li a:hover { background-color: #e9e9e9 !important; }
#nav ul li a:focus, #nav ul li a:hover { text-decoration: none; }
#nav ul li ul li a { h/eight: 26px !important; width: 251px !important; height: auto; }
#nav ul li ul li ul li a { width: 223px !important; background-position: 15px 7px !important; padding-left: 35px; }


#newsletterPage #content { width: 690px; margin-right: 25px; _margin-right: 10px; } 
#newsletterPage #content h1 { margin-bottom: -8px; } 
#newsletterPage #nav { width: 200px; border: none; margin-top: 26px; } 
#newsletterPage #nav ul { border: none;  } 
#newsletterPage #nav li { padding: 0; border: none; width: 200px;  } 
#newsletterPage #nav a { text-transform: none; background: url(/i/bgMenu.gif) no-repeat 10px 14px !important; border-left: 1px #F5F5F5 solid; border-right: 1px #F5F5F5 solid; margin-left: 0px; } 
#newsletterPage #nav a:hover { background-color: #e9e9e9 !important; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; }
#newsletterPage #nav ul li ul li.active a { background: url(/i/bgMenuActive.gif) no-repeat 10px 14px !important; font-weight: bold; border-left: 1px #F5F5F5 solid; border-right: 1px #F5F5F5 solid; background-color: #F5F5F5 !important; cursor: default; }
#newsletterPage #nav ul li ul li { border-right: 1px solid #F5F5F5; border-left: 1px solid #F5F5F5; }
#newsletterPage #nav li a{ padding: 11px 0 0 35px ; border-bottom: 1px solid #CCCCCC; width: 165px !important; height: 29px; border-right: 1px solid #F5F5F5; border-left: 1px solid #F5F5F5; } 
#newsletterPage #nav ul li ul li:focus, #newsletterPage #nav ul li ul li:hover { b/ackground-color: #E9E9E9;  } 
#newsletterPage #nav ul li ul li:first-child, #newsletterPage #nav ul li ul li:first-child { border-top: 1px solid #CCCCCC; } 
#newsletterPage #nav ul li a:focus, #newsletterPage #nav ul li a:hover { text-decoration: none; }
#newsletterPage #nav li.active:first-child, #newsletterPage #nav li.active.first-child { display: block; }
#newsletterPage #nav li.active, #newsletterPage #nav li.active { di/splay: none; }


#paginaFlex #content { width: 690px; margin-right: 25px; _margin-right: 10px; } 
#paginaFlex #content h1 { margin-bottom: -8px; } 
#paginaFlex #nav { width: 200px; border: none; margin-top: 26px; } 
#paginaFlex #nav ul { border: none;  } 
#paginaFlex #nav li { padding: 0; border: none; width: 200px;  } 
#paginaFlex #nav a { text-transform: none; background: url(/i/bgMenu.gif) no-repeat 10px 14px !important; border-left: 1px #F5F5F5 solid; border-right: 1px #F5F5F5 solid; margin-left: 0px; } 
#paginaFlex #nav a:hover { background-color: #e9e9e9 !important; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; }
#paginaFlex #nav ul li ul li.active a { background: url(/i/bgMenuActive.gif) no-repeat 10px 14px !important; font-weight: bold; border-left: 1px #F5F5F5 solid; border-right: 1px #F5F5F5 solid; background-color: #F5F5F5 !important; cursor: default; }
#paginaFlex #nav ul li ul li { border-right: 1px solid #F5F5F5; border-left: 1px solid #F5F5F5; }
#paginaFlex #nav li a{ padding: 11px 0 11px 35px ; border-bottom: 1px solid #CCCCCC; width: 165px !important; h/eight: 29px; border-right: 1px solid #F5F5F5; border-left: 1px solid #F5F5F5; } 
#paginaFlex #nav ul li ul li:focus, #paginaFlex #nav ul li ul li:hover { b/ackground-color: #E9E9E9;  } 
#paginaFlex #nav ul li ul li:first-child, #paginaFlex #nav ul li ul li:first-child { border-top: 1px solid #CCCCCC; } 
#paginaFlex #nav ul li a:focus, #paginaFlex #nav ul li a:hover { text-decoration: none; }


#listaFlex #content { width: 690px; margin-right: 25px; _margin-right: 10px; } 
#listaFlex #content h1 { margin-bottom: -8px; } 
#listaFlex #nav { width: 200px; border: none; margin-top: 26px; } 
#listaFlex #nav ul { border: none;  } 
#listaFlex #nav li { padding: 0; border: none; width: 200px;  } 
#listaFlex #nav a { text-transform: none; background: url(/i/bgMenu.gif) no-repeat 10px 14px !important; border-left: 1px #F5F5F5 solid; border-right: 1px #F5F5F5 solid; margin-left: 0px;  } 
#listaFlex #nav a:hover { background-color: #e9e9e9 !important; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; }
#listaFlex #nav ul li ul li.active a { background: url(/i/bgMenuActive.gif) no-repeat 10px 14px !important; font-weight: bold; border-left: 1px #F5F5F5 solid; border-right: 1px #F5F5F5 solid; background-color: #F5F5F5 !important; cursor: default; }
#listaFlex #nav ul li ul li { border-right: 1px solid #F5F5F5; border-left: 1px solid #F5F5F5; }
#listaFlex #nav li a{ padding: 11px 0 0 35px ; border-bottom: 1px solid #CCCCCC; width: 165px !important; height: 29px; border-right: 1px solid #F5F5F5; border-left: 1px solid #F5F5F5; } 
#listaFlex #nav ul li ul li:focus, #listaFlex #nav ul li ul li:hover { b/ackground-color: #E9E9E9;  } 
#listaFlex #nav ul li ul li:first-child, #listaFlex #nav ul li ul li:first-child { border-top: 1px solid #CCCCCC; } 
#listaFlex #nav ul li a:focus, #listaFlex #nav ul li a:hover { text-decoration: none; }

#contactPage #content { width: 690px; margin-right: 25px; _margin-right: 10px; } 
#contactPage #content h1 { margin-bottom: -8px; } 
#contactPage #nav { width: 200px; border: none; margin-top: 26px; } 
#contactPage #nav ul { border: none;  } 
#contactPage #nav li { padding: 0; border: none; width: 200px;  } 
#contactPage #nav a { text-transform: none; background: url(/i/bgMenu.gif) no-repeat 10px 14px !important; border-left: 1px #F5F5F5 solid; border-right: 1px #F5F5F5 solid; margin-left: 0px; } 
#contactPage #nav a:hover { background-color: #e9e9e9 !important; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; }
#contactPage #nav ul li ul li.active a { background: url(/i/bgMenuActive.gif) no-repeat 10px 14px !important; font-weight: bold; border-left: 1px #F5F5F5 solid; border-right: 1px #F5F5F5 solid; background-color: #F5F5F5 !important; cursor: default; }
#contactPage #nav ul li ul li { border-right: 1px solid #F5F5F5; border-left: 1px solid #F5F5F5; }
#contactPage #nav li a{ padding: 11px 0 0 35px ; border-bottom: 1px solid #CCCCCC; width: 165px !important; height: 29px; border-right: 1px solid #F5F5F5; border-left: 1px solid #F5F5F5; } 
#contactPage #nav ul li ul li:focus, #contactPage #nav ul li ul li:hover { b/ackground-color: #E9E9E9;  } 
#contactPage #nav ul li ul li:first-child, #contactPage #nav ul li ul li:first-child { border-top: 1px solid #CCCCCC; } 
#contactPage #nav ul li a:focus, #contactPage #nav ul li a:hover { text-decoration: none; }

/****************************************************************************************
 * Product List
 *
 * List of products
 ****************************************************************************************/
#subcategories { font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Helvetica, Arial, sans-serif; margin-top: 15px; margin-bottom: 15px; }
#subcategories ul { background: #E9E9E9 ; margin: 0; padding: 6px 20px; }
#subcategories li { float: left; width: 47%; }
#subcategories a { text-decoration: none; }
#subcategories a:hover, #subcategories a:focus { text-decoration: underline; }
#subcategories h2 { font-family: Arial, Verdana; }

#productList { margin: 0 0 18px -18px; display: inline-block; position: relative; padding-top: 25px; *padding-top: 50px;} 
#productList li { b/order: 1px solid #cecef0; f/loat: left; width: 534px; h/eight: 260px; padding: 10px 10px 10px 20px; margin: 0 0 0 18px; d/isplay: inline; background: #EFEFEF; overflow: hidden; position: relative; border-bottom: 1px solid #CCCCCC; }
#productList li:hover, #productList li:focus {  background-color: #E1E1E1;  }
#productList .image { height: 167px; width: 167px; margin: 0; float: none; display: block; cursor: pointer; display: none; }
#productList .image td { text-align: center; border: 0; padding: 0; height: 167px; width: 167px; }
#productList .image img { display: none; }
#productList .text { p/osition: absolute; top: 167px; left: 0; width: 214px; h/eight: 50px; p/adding: 5px 12px; b/ackground: #f5f5fc; line-height: 1.4em; }
#productList a { text-decoration: none; display:}
#productList a:hover, #productList a:focus { text-decoration: underline; color: #000000;}
#productList h2 { font-size: 12px; line-height: 1.4em; font-weight: normal; h/eight: 30px; overflow: hidden; color: #333333; font-family: Arial, Verdana; }
#productList fieldset { margin-top: 60px; padding: 5px 8px; }
#productList input { border: 1px solid #cecef0; width: 2.5em; padding: .2em 0; text-align: center; }

#productList .button { float: right; width: 87px; height: 16px; background-position: -200px -300px; }

#productList .info { position: absolute; top: 0; right: 0; display: block; width: 99px; height: 98px; background: url(/i/info-reducere.png) no-repeat 0 0; _background: none; _.filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/info-reducere.png',sizingMethod='crop'); }
.hu-HU  #productList .info{ background: url(/i/info-reducere-hu.png) no-repeat 0 0; }
.en-GB  #productList .info{ background: url(/i/info-reducere-en.png) no-repeat 0 0; }
#productList .nou { background: url(/i/info-oferta.png) no-repeat 0 0; _background: none; __filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/info-oferta.png',sizingMethod='crop'); }
.hu-HU  #productList .nou {background: url(/i/info-oferta-hu.png) no-repeat 0 0;}
.en-GB  #productList .nou {background: url(/i/info-oferta-en.png) no-repeat 0 0;}

/****************************************************************************************
 * Product Detail Page
 *
 * Product description, images, price etc
 ****************************************************************************************/
.single .single-image { float: left; width: 172px; overflow: hidden; margin-top: 19px; m/argin-bottom: 10px; margin-right: 15px; *margin-top: 10px; }
.single .single-image div { clear: both; m/in-height: 240px; }
.single .single-image a { border: 1px solid #D3D3D3; display: block; width: 166px; overflow: hidden; background: #fff; cursor: pointer; padding: 2px; margin-bottom: 7px; *padding-bottom: 4px; }
.single .single-image a:hover, .single .image a:focus { border-color: #0078BB; background-color: #0078BB; }
.single .single-image img { display: block; margin: 0 auto; }
.single .single-image ul, .single .image li { margin: 0; list-style: none; display: inline-block; }
.single .single-image ul { margin: 8px 0 0 -10px; display: inline-block; }
.single .single-image ul { display: block; }
.single .single-image ul:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }
.single .single-image li { float: left; width: 52px; height: 35px; display: inline; padding: 0 0 11px 11px; background: none; margin: 0; }
.single .single-image li a { display: block; width: 50px; height: 33px; b/order-color: #d4d4dd; }
.single .single-text { m/argin-left: 255px; display: inline-block; o/verflow: hidden; }
.single .single-text { display: block; margin-top: -10px; }
.single .single-text:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }

.single h2 { f/ont-size: 1em; margin: 0; }

#price { font-size: 1.33em; font-weight: bold; line-height: 1.3em; float: left; width: 100px; color: #cc0000; }
#price.variants { float: none; width: auto; }
#price del { color: #bebecb; }
#price small { font-size: .625em; font-weight: normal; display: block; line-height: 1.6em; padding: 0 3px; }
#price em { font-size: .75em; font-weight: normal; font-style: normal; display: block; color: #999999; }


#goBack { margin-top: 20px; }
#goBack a { font-weight: bold; }

/*
 * Detalii
 */
#detaliiProdus { float: right; width: 165px; display: inline; margin-left: 10px; }
#detaliiProdus fieldset { border: 3px double #cecef0; float: none; width: auto; padding: 10px; background: #e6e6f7; margin-bottom: 5px; }
#detaliiProdus ul { margin: 0; }
#detaliiProdus li { background: none; padding: 0; margin: 0; }
#detaliiProdus li a { display: block; padding-left: 28px; line-height: 25px; background: url(/i/detalii-produs-icons.png) no-repeat 5px 8px; text-decoration: none; }
#detaliiProdus li a:hover, #detaliiProdus li a:focus { text-decoration: underline; } 
#detaliiProdus .d2 a { background-position: 5px -42px; }
#detaliiProdus .d3 a { background-position: 5px -92px; }


#producator { margin-top: -1em; }

/*
 * Column
 */
#column { float: right; display: inline; margin-left: 20px; m/argin-right: 20px; width: 238px; margin-top: 17px; } 
#column h3 { margin-top: 0; }
#column .box { margin-bottom: 1em; }
#column .image { t/ext-align: center; c/olor: #f97c00; line-height: 1.3em; }
#column .image a, #column .image span { display: block; }
#column .image img { display: block; margin: 0px auto; b/order: 1px #F6EBE9 solid; w/idth: 240px; padding: 2px 0 2px 0; }
#column .image a { display: block; border: 1px solid #D3D3D3; background: #FFF; text-align: center; padding: 1px; *p/adding-bottom: 1px; *p/adding-bottom: 1px; } 
#column .image a:hover { border: 1px solid #0078BB; background: #0078BB; }
#column .image span { border: 1px solid #D3D3D3; b/ackground: #FFF; text-align: center; padding: 3px; *p/adding-bottom: 1px; *p/adding-bottom: 1px; }
#column .image a span { border: none; padding: 0; }

#column .image p { margin: .5em 0; }
#column .legend { text-align: center; margin: -.5em 0 1em 0; color: #515151; font-size: 13px; font-family: Verdana, Arial; }

#column .quote { p/adding-left: 1em; line-height: 150%; color: #333333; font-size: 13px; font-family: Arial, Verdana; }


/*
 * Print
 */
#print { background: #fff; color: #000; width: 19cm; margin: 1cm; }
#print #ctl00_logo { position: static; }
#print #content { width: 19cm; float: none; }

#print #nav,
#print #lang,
#print #search,
#print #inlineCartBar,
#print #producers,
#print #productNav,
#print #aboutNav,
#print #tabs,
#print #contextual,
#print #breadcrumbs,
#print #userNav,
#print #footer { display: none; }
#print #wrapOuter, #print .tr, #print .bl, #print .br, #print #wrap { padding: 0; margin: 0; border: 0; background: none; }
#print #header { height: auto; padding: 0; margin: 0; }
#print #ctl00_logo { padding: 0; padding-bottom: 30px; }


/*
 * Account
 */
#account label { width: 14em; text-align: right; }
#account .txInput { width: 15em; *width: 14.3em; _width: 14em; }
#account select { width: 16.3em; *width: 15.6em; _width: 15.3em; margin: .4em 0; }
#account textarea { width: 15em; *width: 14.3em; _width: 14em; line-height: 1.5em; height: 8em; }

#account dl { display: inline-block; margin-bottom: 2em; }
#account dl { display: block; }
#account dl:after { display: block; clear: both; height: 0; visibility: hidden; content: '.'; }
#account dt { float: left; width: 14em; text-align: right; padding: .4em .6em; clear: left; }
#account dd { float: left; width: 10em; padding: .4em .6em; }

#registerSubmit, #btnLansareComanda { clear: both; margin: 0; text-align: center; }
#registerSubmit input, #btnLansareComanda input { display: block; margin: 0 auto; width: 154px; }

#companyToggler { margin-bottom: 2em; }


/*
 * Contact Form
 */
#contactMessage { float: left; width: 400px; display: inline; margin-right: 20px; }
#contactDetails { float: left; width: 250px; }
#contact label { display: block; font-weight: bold; float: none; width: auto; padding: .1em 0; }
#contact textarea { width: 225px; height: 21.3em; *width: 200px; }
#contact .txInput { width: 201px; *width: 220px; }
#contact select { width: 220px; height: 25px; font-family: Arial; *width: 240px; }
#contact .formSubmit { margin-left: 0; }
#contact .quote { p/adding: 1em; }
#contact .button { width: 138px; background: url(/i/btnTrimite.jpg) no-repeat 0 0; width: 135px; height: 30px; margin: 20px 0 0 45px; }
.hu-HU #contact .button { background: url(/i/btnTrimite-hu.jpg) no-repeat 0 0; }
.en-GB #contact .button { background: url(/i/btnTrimite-en.jpg) no-repeat 0 0; }
.ru-RU #contact .button { background: url(/i/btnTrimite-ru.jpg) no-repeat 0 0; }
.it-IT #contact .button { background: url(/i/btnTrimite-it.jpg) no-repeat 0 0; }
.de-DE #contact .button { background: url(/i/btnTrimite-de.jpg) no-repeat 0 0; }
.fr-FR #contact .button { background: url(/i/btnTrimite-fr.jpg) no-repeat 0 0; }
.uk-UA #contact .button { background: url(/i/btnTrimite-ua.jpg) no-repeat 0 0; }
.sr-Latn-BA #contact .button { background: url(/i/btnTrimite-sr.jpg) no-repeat 0 0; }

#contact .col { width: 260px; margin: 0; _w/idth: 43.8%; m/argin-right: 1.5%; _m/argin-right: 1.2%; *width: 230px; }
#contact .small { width: 198px; _w/idth: 26%; margin: 0; m/argin-right: 3%; _m/argin-right: 1%; }
#contact .last { margin-right: 0; margin-top: 19px; float: right; width: 180px; _m/argin-top: -430px; }

/*
 * Shopping cart
 */
#shoppingCart table { width: 100%; }
#shoppingCart h3 { font-size: 1.1818em; margin: 0; }
#shoppingCart h3 a { text-decoration: none; }
#shoppingCart h3 a:hover, #shoppingCart h3 a:focus { text-decoration: underline; }
#shoppingCart .txInput { width: 2em; text-align: center; }
#shoppingCart .sterge { font-size: .9166em; display: block; white-space: pre; }
#total { font-weight: normal; }



/*
 * Pager
 */
.pager { display: inline-block; font-size: 1.2727em; font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif; color: #339; line-height: 1.6em; }
.pager { display: block; }
.pager:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }
.pager div { float: right; }
.pager a { color: #339; }
.pager a, .pager span { text-decoration: none; float: left; padding: 0 .4em; display: inline; text-align: center; }
.pager a:hover, .pager a:focus { text-decoration: underline; }
.pager .active { font-weight: bold; }
.pager .prev, .pager .next { width: 25px; height: 25px; background: #3c0; padding: 0; color: #fff; font-weight: bold; margin-right: .4em; }
.pager a.next { margin-left: .4em; margin-right: 0; }
.pager span.next {  margin-left: .4em; margin-right: 0; }

#pagerTop .pager { margin: -2em 0 0 0; }


/****************************************************************************************
 * Promotii
 *
 * taburi
 ****************************************************************************************/
#promotii { width: 676px; border: 1px solid #C00; font-family: Helvetica, Arial, Sans-Serif; font-size: 1.166em; margin-bottom: 2em; } 
#promotii ul { margin: 0; background: #cc0000; display: inline-block; }
#promotii ul { display: block; }
#promotii ul:after { display: block; clear: both; height: 0; visibility: hidden; content: '.'; }
#promotii li { float: left; display: inline; margin: 0; padding: 0; background: none; }
#promotii a { color: #fff; text-decoration: none; float: left; padding: .4em .6em; border-top: 0; }
#promotii a:hover { text-decoration: underline;} 
#promotii a:focus { outline: none; }

.ui-tabs-hide { display: none; }
#promotii .ui-tabs-selected a { background: #fff; color: #cc0000; }


/*
 * Buy Now
 */
#buy { width: 154px; float: right; }
#buy legend { display: none; }
#buy input { width: 2em; text-align: center; }
#buy .button { background-position: 0 -300px; height: 24px; width: 139px;  }
#buy.variants { clear: both; float: none; padding-top: 3em; width: 100%; line-height: 22px; }
#buy.variants div { margin-bottom: 1.5em; }
#buy.variants h3 { margin: 0; color: #333; }
#buy.variants .price { float: left; }
#buy.variants .variantBuy { float: left; width: 370px; text-align: right; padding-right: 10px; }
#buy.variants a.button { background-position: -200px -300px; width: 80px; height: 15px; }

/*
 * Finalizare comanda
 */
#finalizareComanda #inlineCartBar { background-position: 0 -54px; }
#finalizareComanda #inlineCartBar h4,
#finalizareComanda #inlineCartBar .produseInCos,
#finalizareComanda #inlineCartBar #inlineCartWrapper,
#finalizareComanda #inlineCartBar .finalizeOrder { display: none; }
#finalizareComanda #total { font-size: 1.5em; margin: .5em 0; }

#dvCuCardOnline { display: none; } 
#shoppingCart .description { display: none; }

.minim { text-align: center; }
.minim * { display: inline; }
.minim h3 { font-size: 1.5em !important; }

#priceT { width: 80px; }
#priceU { width: 80px; }

/*
 * Meesages & Error Messages
 */
#ctl00_dvMessage { color: #292954; display: block; width: 10em; height: 4em; padding: 2em; border: .5em solid #292954; background: #F1F1F8; position: absolute; top: 50%; left: 50%; margin: -6em 0 0 -3em; }
.message { padding: .5em 1em; background: url(/i/description.png) repeat-x 0 0; margin: 2em 0; line-height: 1.4em; } 
.message h3 { margin-top: .5em; }
.error h3 { color: #DF291B; }


/*
 * Tell a Friend
 */
#tell-a-friend label { width: 160px; text-align: right; padding: 4px 10px 0 0; }
#tell-a-friend .formSubmit { margin-left: 170px; }
#tell-a-friend input,
#tell-a-friend textarea { width: 198px; }
#tell-a-friend .button { width: 138px; line-height: 2em; }

/*
 * Newsletter
 */
#newsletter { p/osition: absolute; t/op: 44px; l/eft: 222px; width: 220px; padding-top: 15px; text-align: left; }
#newsletter label { color: #fff; width: 11em; }
#newsletter .formSubmit { margin: 0; }
#newsletter .formItem input { width: 205px; p/adding: 3px 4px 4px 4px; }
#newsletter .formSubmit, #newsletter .formItem { float: left; }
#newsletter .formSubmit { float: right; }
#newsletter .formSubmit input { float: left; width: 138px; }


/*
 * Comments
 */
#comments { margin: 10px 0; }
#comments label { display: block; font-weight: bold; float: none; width: auto; padding: .1em 0; }
#comments textarea { width: 285px; height: 200px; }
#comments .txInput { width: 170px; }
#comments .formSubmit { margin-left: 0; }
#comments .button { width: 138px; }
#comments .col { width: 315px; margin: 0; }
#comments .small { width: 213px; }
#comments .last { margin-right: 0; margin-top: 19px; float: right; width: 180px; }


/*
 * Buttons
 */
.button { background: url(/i/buttons.png) no-repeat 0 0; width: 154px; height: 22px;  border: 0; padding: 0; cursor: pointer; text-indent: -9999px; }
a.button { display: block; }
.en-GB .button { background: url(/i/buttons-en.png) no-repeat 0 0; }
.hu-HU .button { background: url(/i/buttons-hu.png) no-repeat 0 0; }


.formSubmit .button { display: block; width: 138px;  }
#newsletterPage #inner .formItem { width: auto; float: left; margin-right: 10px; }
#newsletterPage #inner .formItem label { width: auto; }
#newsletterPage #inner .formSubmit .button { width: 135px; height: 30px; background: url(/i/btnTrimite.jpg) no-repeat 0 0; }
#newsletterPage.hu-HU #inner .formSubmit .button { background: url(/i/btnTrimite-hu.jpg) no-repeat 0 0; }
#newsletterPage.en-GB #inner .formSubmit .button { background: url(/i/btnTrimite-en.jpg) no-repeat 0 0; }
#newsletterPage.ru-RU #inner .formSubmit .button { background: url(/i/btnTrimite-ru.jpg) no-repeat 0 0; }
#newsletterPage.it-IT #inner .formSubmit .button { background: url(/i/btnTrimite-it.jpg) no-repeat 0 0; }
#newsletterPage.de-DE #inner .formSubmit .button { background: url(/i/btnTrimite-de.jpg) no-repeat 0 0; }
#newsletterPage.fr-FR  #inner .formSubmit .button { background: url(/i/btnTrimite-fr.jpg) no-repeat 0 0; }
#newsletterPage.uk-UA #inner .formSubmit .button { background: url(/i/btnTrimite-ua.jpg) no-repeat 0 0; }
#newsletterPage.sr-Latn-BA #inner .formSubmit .button { background: url(/i/btnTrimite-sr.jpg) no-repeat 0 0; }
#ctl00_cpBody_dvSubscribe .button,
#contact .button { display: block; }


/* Search button */
#search .button { background-position: 0 -100px; width: 67px; position: relative; top: 1px; *position: static; }

/* Search */
#search { position: absolute; right: 0px; top: 50px; z-index: 2; }
#search label { color: #fff; width: 154px; }
#ctl00_txSearch { width: 152px; p/adding: 3px 4px 4px 4px; }



/*#btnCauta { background-position: 0 -100px;  float: right; }*/
#btnAutentifica { background-position: 0 -200px; margin-bottom: .5em; display: block; width: 154px;}
#ctl00_cpBody_btnContNou { background-position: -200px -200px; display: block; }
#ctl00_cpBody_btnMaiDeparte { background-position: -600px -300px; display: block; }
#ctl00_cpBody_btnSalvare,
#ctl00_cpBody_btnModificare { background-position: -400px -200px; }
#btnLansareComanda { background-position: -800px -300px; }


#homeAds { width: 600px; }
#homeAds img { float: left; margin-right: 18px; margin-top: 17px;}

#footerAds { width: 960px; margin: 0 auto; margin-top: 20px; }
#footerAds .banner_bottom { width: 185px; float: left; border: 16px solid #C1C1C1; background: #C1C1C1; }
#footerAds .banner_bottom div { float: left; }
#footerAds .banner_bottom span.text_banner { margin-top: 8px; float: left; line-height: 180%; }
#footerAds .banner_bottom span.text_banner a:focus, #footerAds .banner_bottom span.text_banner a:hover { color: #0078BB; }
#footerAdsInner img { float: left; }


/****************************************************************************************
 * Footer
 *
 * Copyright Information, Trafic, Netlogiq link
 ****************************************************************************************/
#footer { margin-left: 8px; width: 960px; text-align: right; color: #999999; height: 56px; padding: 0; clear: both; b/ackground: url(/i/footer.png) no-repeat 0 0; display: block; position: relative; padding-top: 30px; margin: 0 auto; }
#footer a { text-decoration: none; color: #666666; font-size: 11px; }
#footer a:hover, #footer a:focus { text-decoration: underline; }
#footer span { float: left; clear: left; }
#footer label { float: left; font-weight: normal; color: #666666; }

#trafic { float: left; margin-top: 10px; }


#news { background-color: #F3F3F3; border: 13px solid #ECECEC; width: 517px; margin-left: 1px; padding: 15px; float: left; _margin-right: 10px; }

#news a img { float: right; }
#news h1 { font-family: Arial, Verdana; font-size: 20px; color: #333333; m/argin: 12px 0 12px 0; float: left; width: 200px; }
#inNews { float: left; border-top: 1px solid #CCCCCC; padding-top: 5px; }
#inNews p { color: #fff; font-size: 12px; font-family: Arial, Verdana; background-color: #EE1D23; width: 77px; padding: 3px; float: left; margin-top: 0px; padding-left: 5px; margin-right: 10px; }
#inNews h2 { float: right; width: 420px; m/argin-left: 15px; font-size: 12px; font-family: Arial, Verdana; color: #333333; font-weight: normal; line-height: 170%; cursor: pointer; }
#inNews h2:hover, #inNews h2:focus { text-decoration: underline; }

#homeInfo { float: right; m/argin-right: 154px; b/ackground-color: #E2E2E2; background: url(/i/bgHomeText.gif) no-repeat 0 0; width: 960px; height: 157px; }
#homeInfo { m/argin-right: 154px; margin-bottom: 20px; }
#homeInfo h4{ font-family: Arial, Verdana; font-size: 14px; color: #333333; margin-left: 10px; margin-top: 20px; margin-bottom: -5px; }
#homeInfo li { font-family: Arial, Verdana; font-size: 14px; color: #333333; font-weight: normal; line-height: 160%; padding-left: 18px; }
#homeInfo ul li { background: transparent url(/i/bulletHome.gif) no-repeat scroll 0 7px }

#homeInfoInner { width: 600px; float: right; }
#homeInfoInner a:focus, #homeInfoInner a:hover { color: #0078BA; }

#contentInfo { float: right; m/argin-right: 154px; b/ackground-color: #E2E2E2; background: url(/i/bgHomeText.gif) no-repeat 0 0; width: 960px; height: 67px; }
#contentInfo { m/argin-right: 154px; m/argin-bottom: 20px; }
#contentInfo h4{ font-family: Arial, Verdana; font-size: 14px; color: #333333; margin-left: 10px; margin-top: 20px; margin-bottom: -5px; }
#contentInfo li { font-family: Arial, Verdana; font-size: 14px; color: #333333; font-weight: normal; line-height: 160%; padding-left: 21px; }
#contentInfo ul li { background: transparent url(/i/bullet.gif) no-repeat scroll 0 7px }

#contentInfoInner { w/idth: 600px; float: left; }

#listaProduse #nav { margin-top: -45px;}
#listaProduse #breadcrumbs { margin-left: 365px; margin-top: 13px; width: 595px; }
#detaliuProdus #nav { margin-top: -45px; }
#detaliuProdus #breadcrumbs { margin-left: 365px; margin-top: 13px; width: 595px; }
#detaliuProdus h1 { margin-top: -10px; }

#productHeaderText { margin-top: 0px; }
#productHeaderText p { font-family: Arial, Verdana; font-size: 16px; color: #fff; width: 534px; h/eight: 46px; background-color: #EE1D23; font-weight: bold; padding: 15px; }


table.productTable { border: 1px solid #B6B6B6; width: 382px; margin-top: 20px; margin-bottom: 0px; _width: 309px; }
table.productTable th { width: 100px; background-color: #E9E9E9; font-weight: bold; font-family: Arial, Verdana; font-size: 13px; color: #333333; border-color: #B6B6B6; border-width: 0 1px 1px 0; }
table.productTable td { border-color: #B6B6B6; border-width: 0 1px 1px 0; }

table.categorieDescriere { width: 564px; border-bottom:1px solid #EF484D; background-color: #DFDFDF; height: 45px; margin-top: -16px; margin-bottom: -14px; }
table.categorieDescriere td { border: none; font-weight: bold;  }

table.listaProduse { width: 564px; background-color: #EFEFEF;  }
table.listaProduse td { border: none; color: #333333;  border-bottom: 1px solid #CCCCCC !important }
table.listaProduse a { color: #333333; }
table.listaProduse tr:focus, table.listaProduse tr:hover { background-color: #E3E3E3; }
table.listaProduse a:focus, table.listaProduse a:hover { color: #000000; }



#subCategoryBanner { m/argin-bottom: 32px; margin-top: -8px; }


/****************************************************************************************
 * Additional Links
 *
 * Styles for Additional Links related to a Detail page
 *
 * We have:
 * 1. Links
 * 2. Documents (attached)
 *
 ****************************************************************************************/
.additionalLinks { m/argin: 2em 0; p/adding: 1em 0; clear: left; margin-top: 14px; }
.additionalLinks ul { margin: 0; }
.additionalLinks li { background: url(/i/arrowBig.gif) no-repeat 3px 60%; padding: 1px 20px; margin: 5px 0; }
.additionalLinks a { color: #0078BB; text-decoration: none; font-family: Verdana, Arial; font-size: 13px; }
.additionalLinks a:hover, .additionalLinks a:focus { text-decoration: underline; }


/* Default Document (unknown) */
div.docs li { background: url(/i/docs.png) no-repeat 0 0; }

/* Archives */
.docs .rar,
.docs .zip,
.docs .ace { background-position: 0 -50px; }

/* Images */
.docs .gif,
.docs .jpg,
.docs .jpg2,
.docs .jpeg,
.docs .jpeg2,
.docs .png { background-position: 0 -100px; }

/* Video */
.docs .avi,
.docs .mov,
.docs .mpg,
.docs .mpeg,
.docs .wma { background-position: 0 -150px; }

/* Audio */
.docs .mp3,
.docs .mp4,
.docs .wav,
.docs .mid { background-position: 0 -200px; }

/* Text */
.docs .txt { background-position: 0 -250px; }

/* Word like */
.docs .doc,
.docs .docx { background-position: 0 -300px; }

/* Excel like */
.docs .xls,
.docs .xlsx { background-position: 0 -350px; }

/* Powerpoint */
.docs .ppt { background-position: 0 -400px; }

/* HTML */
.docs .htm,
.docs .html { background-position: 0 -450px; }

/* PDF */
.docs .pdf { background-position: 0 -500px; }

.page { clear: left; float: right; }
.page p { display: inline; margin: 0; background: #333; color: #fff; padding: 3px 6px; margin-left: 5px; }
.page a { padding: 3px 6px; background: #EE1D23; color: #fff !important; margin-left: 5px; }
.page a:focus,.page a:hover { background: #F14B50; }
