/****************************************************************************************
 * 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; }


/****************************************************************************************
 * 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 Verdana, Arial, Helvetica, sans-serif; background-color:#4A0015; b/ackground: #F6F1DE url(/i/bgBody.jpg) repeat-x top; color: #2C1E24; }


/****************************************************************************************
 * General Margins for Content Elements
 *
 * Especially for admin edited content (FCK)
 ****************************************************************************************/
p, ul, ol, dl, table { margin: 1em 0 1em 0; }
.fl {float:left; margin-left:0px; clear:left;}

/****************************************************************************************
 * 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 .65em; 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; }
/****************************************************************************************
 * SlideShow
 ****************************************************************************************/
#wrapper2 { width: 100%; background: #4A0015 url(/i/wrapper2Bg.gif) repeat-x 0 0; height: 202px; }
#home #wrapper2 { width: 100%; background: #4A0015 url(/i/wrapper2Bg.gif) repeat-x 0 0; height: 270px; }
#wrapper3 { width: 100%; background: #F6F1DE url(/i/wrapper3Bg.jpg) repeat-x left top; }
#wrapper4 { width: 100%; min-height: 30px; background-color: #4A0015; border-top: #D62C46 4px solid; }
#wrapper5 { width: 100%; min-height: 30px; background-color: #FFFFFF; }
#homeBanners { margin-left: 8px; width: 960px; margin: 0px auto; text-align: right; color: #D9B3BC; h/eight: 76px; padding: 0; clear: both; display: block; p/osition: relative; padding:10px 0px 10px 80px;}
#homeBanners img {float:left; margin-left:10px;}
#homeBanners span{ width:208px; height: 92px; padding: 0px 16px 0px 16px; }
#slideShow { margin:0 auto; text-align: center; width: 982px; height: 202px; }
#slideShow, .st, .dr { background: url(/i/slideShowBg.png) no-repeat left top; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/slideShowBg.png", sizingMethod="crop"); display: inline-block; }
#slideShow, .st, .dr { display: block; }
#homeIntro {margin-top:0px; font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 1.3em; font-weight: normal; margin: 0 0 0 0; color:#80001E;}
#homeIntro  h1 {margin-bottom:20px;}
.st { padding-left: 11px; background-position: left top; height: 202px; }
.dr { padding-right: 11px; background-position: right top; height: 202px;}
#home #slideShow { height:311px; }
#home .st, #home .dr { height: 311px; }
#homeContentOuter { width: 643px; position: relative; margin-left: 0px; margin-top: -37px; float: left; }
#homeContent { width: 643px; background: url(/i/contentBg.png) no-repeat left top; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/contentBg.png", sizingMethod="crop"); min-height: 259px; _height: 259px; }
#homeContent #wrapper125 { width: 588px; padding-left: 28px; padding-right: 27px; }
#homeContent #navTransparent { width: 643px; height: 37px; margin: 0px; } 
#homeContent #wrapper225 { position: relative; margin-top: -37px; min-height: 37px; _height: 37px; width: 588px; p/adding-right:20px; }
#home #homeContentOuter { width: 565px; position: relative; margin-left: -5px; margin-top: -45px; float: left; }
#home #homeContent { width: 565px; background: url(/i/contentBgHome.png) no-repeat left top; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/contentBgHome.png", sizingMethod="crop"); min-height: 239px; _height: 239px; }
#home #homeContent #wrapper125 { width: 510px; padding-left: 28px; padding-right: 27px; min-height: 240px; _height: 240px; }
#home #homeContent #navTransparent { width: 565px; height: 45px; margin: 0px; } 
#home #homeContent #wrapper225 { position: relative; margin-top: -45px; min-height: 45px; _height: 45px; width: 510px; }
/****************************************************************************************
 * 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 .8em 0; }
h1 { font-family: Verdana, Arial, sans-serif; font-size: 22px; line-height: 1.3em; font-weight: normal; margin: 0 0 0 0; color:#80001E;margin-top:10px;}
h2 { font-family: Verdana, Arial, sans-serif; font-size: 14px; line-height: 1em; font-weight: normal; color:#6B4958; margin-bottom:18px;}


/****************************************************************************************
 * Hyperlinks
 *
 * Anchor tags styles should go here
 * as well as general functionality styles
 ****************************************************************************************/
a { color: #D62C46; text-decoration: none; overflow: hidden; }
a:hover, a:focus { text-decoration: underline; }

/****************************************************************************************
 * Clearers & Alignments
 *
 * Some clearer classes if needed and
 * Easyclear for clearing floats
 ****************************************************************************************/
.dN { display: none; }
.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; }

.aRight { text-align: right; }
.aCenter { text-align: center; }

/****************************************************************************************
 * 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: 1em 1em 1em 1em; display: block; background: #ffffff; 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: #2C1E24; }

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; width:300px; margin-top:10px; }
.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; width:auto; }
caption, th, td { text-align: left; font-weight: normal; }

thead td, thead th { background: #E1E1F4; font-weight: bold;  }
th, td { border: solid #BAAD8C; border-width: 1px 1px 1px 1px; padding: 3px 13px; text-align: left; }
.firstRow {background-color:#DED0AD;}


/* 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: #FFF; padding: 0px; width: 918px; }

#errorDiv {background-color:#F6F1DE; padding-left:20px; margin-top:30px; padding-top:30px; padding-bottom:30px;}

/****************************************************************************************
 * 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: 96%; margin: 1em 0 0 0; }
.listItem p { margin-bottom: .5em; margin-top: .5em; }

#list.column { margin-right: 154px; display: inline-block; }
#list.column { display: block; }
#listIntroduction { margin-bottom: 1.3em; margin-top:1em;}

.listItem h2 { margin-top: 0; font-weight: bold; }

.listItem h2 a { color:#80001E; text-decoration: none; }
.listItem h2 a:hover { text-decoration: underline; }
.subHeading { margin: -1.2em 0 -.2em 0; color: #333333; font-weight: bold; }
.listImage { display: inline; width: 120px; overflow: hidden; margin: 0; }
.listImage * { float: left; *float: none; }
.listImage img { w/idth: 114px; margin: 0px auto; *margin-top: -1px; *margin-bottom: 1px; }
.listImage a { border: 1px #F6F1DE solid; padding: 0px; display: block; *float: left; margin-right:15px; }
.listImage a:hover { border: 1px #80001E solid; background: #049DBF; }
.listImage span { border: 1px #F6F1DE solid; padding: 0px; display: block;  margin-left:0px; margin-right:10px;}
.listImage a span { border: none; padding: 0; }
.listText { margin-left:0px; _zoom: 1; _margin-left: 127px; }
a.more { color:#D62C46; font-family: Verdana, Arial, Georgia; font-size:11px; font-weight:bold; display: block; w/idth: 124px; h/eight: 23px; b/ackground: url(/i/btnDetails.jpg) no-repeat 0 0; t/ext-indent: -9999em; margin-top: 5px; f/loat: right; }

/*Fix for IE "Margin transreference bug */
.listItem p { *margin-bottom: 0; *padding-bottom: 1em; }

.galleryElement { width: 120px; display: inline; margin: 5px 0px 10px 6px; font-style: normal; text-align: left; overflow: hidden; float: left; }	
.galleryElement.newLine { margin-left: 0; clear: left; }
.galleryElement p {	margin: 5px 0px 0px 0px; color:#D62C46;}
.galleryElement span { border: 1px #D4D4D4 solid; padding: 2px; width: 114px; overflow: hidden; display: block; }
.galleryElement a { font-size: 1px; border: 1px #F6F1DE solid; padding: 0px; width: 114px; overflow: hidden; display: block; }
.galleryElement a:hover { border: 1px #80001E solid; background: #049DBF; }
.galleryElement a span { border: none; padding: 0; display: inline; cursor: pointer; }
.galleryElement img { display: block; margin: 0px auto; }
.gallery { margin: 0 0 20px 0; overflow: hidden; }




/****************************************************************************************
 * 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; }


form { w/idth: 100%; m/argin: 0 auto; p/osition: relative; }
#tell-a-friend form { width: 450px; padding-top: 20px; }
#innerContent { float: right; w/idth: 678px; p/adding-bottom: 20px; }
#content {width:100%; background: #F6F1DE;}


/****************************************************************************************
 * Header
 *
 * 1. Site logo
 * 2. Navigation probably
 * 3. Search 
 * etc
 ****************************************************************************************/
#wrapper1 {width:100%; background: #f9f7e9 url(/i/headerBg.jpg)}
#header { width: 960px; height: 160px; po/sition: relative; z-index: 9; margin: 0 auto; }
/* Logo */
#ctl00_logo { padding-top: 23px; *padding-top: 23px; _padding-top: 43px; padding-left: 33px; width: 500px; clear:right;}
#ctl00_logo a {m/argin-top:17px; display: block; background: url(/i/logo.jpg) no-repeat 0 0; _b/ackground: none; width: 344px; height: 84px; text-indent: -9999px; cursor: pointer; _margin-top:-35px;}
#headerBanner { clear: right; float: right; width: 222px; margin-top: -84px; *margin-top: -90px; _margin-top: -84px;}
/* Lang */
#lang { position: absolute; top: 15px; right: 350px; w/idth: 215px; b/ackground: url(/i/lang.png) no-repeat 50% 0; p/adding-top: 20px; z-index: 50; }
.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 { background: none; padding: 0; margin: 0; float: left; padding-right: 7px; }
#lang a { display: inline-block; p/adding: 2px 2px 2px 23px; background: url(/i/flags.png) no-repeat 0 0; text-decoration: none; width: 16px; height: 11px; }
#lang a { display: block; }

#lang .en-GB { background-position: 0 -50px; }
#lang .hu-HU { background-position: 0 -100px; }

.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 { float: left; width: 408px; position: absolute; bottom: -7px; *bottom: -6px; left: 0; }
#tabs ul { list-style-type: none; margin: 0; padding: 0; display: inline-block; }
#tabs ul { display: block; }
#tabs ul li { float: left; width: 136px; height: 29px; display: inline; background: none; padding: 0; margin: 0; position: relative; }
#tabs ul li a { display: block; width: 135px; height: 17px; background-color: #669933; text-transform: uppercase; color: #FFFFFF; font-size: 16px; font-weight: bold; text-align: center; padding-top: 6px; padding-bottom: 6px; }
#tabs ul li.children a { background: #669933 url(/i/arrowDownTabs.gif) no-repeat 110px center; padding-right: 15px; width: 120px; }
#tabs ul li ul { display: none; position: absolute; left: -9999px; background: #669933; width: 135px; }
#tabs li:hover ul, #tabs li.hover ul { display: block; left: 0; top: 29px; }
#tabs li ul li { position: relative; display: block; b/ackground-color: #7EBE3F; width: 122px; height: auto !important; padding: 0 9px 0 4px; }
#tabs li ul li a { background-image: none !important; font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: normal; text-transform: none; text-align: left; p/adding: 0 9px 0 4px; padding-right: 0 !important; height: auto !important; width: 122px !important; border-bottom: 1px #7EBE3F solid; }
#tabs li ul li a:hover { background-color: #74AE39 !important; }
#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 { border: 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 .hide { display: none !important; position: absolute; left: -9999px; }


#contextual { width: 960px; height: 120px; margin: -21px 0 0 -21px; *margin-top: -22px; _margin-right: -21px; position: relative; margin-bottom: 20px; }


/*
 * 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 { height: 33px; float: right; margin: 0; font-size: 12px; color: #386CB8; margin-top: -6px; font-weight: bold; }
#aboutNav ul { height: 33px; margin: 0; float: right; }
#aboutNav li { height: 33px; display: block; float: left; padding: 0; margin: 0; background: none; position: relative; b/order: 1px #FFFFFF solid; width: auto; _w/idth: 100%; _zoom: 1; _overflow-x: hidden; }
#aboutNav li.children { b/ackground: url(/i/arrowDownAboutNav.gif) no-repeat right center; }
#aboutNav li.children a { padding-right: 30px; _b/ackground: 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 { b/order: 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; b/order: 1px #B4B4B4 solid; border-top: 0; background-color: #FFFFFF; width: 100%; _d/isplay: inline; _z/oom: 1; overflow: hidden; z/-index: 999; }
#aboutNav a {display:inline-block;height:29px; text-decoration: none; color: #5E5847; padding: 0 7px; padding-top: 10px; }
#aboutNav a:hover, #aboutNav a:focus, #aboutNav a.active { text-decoration: none; background: url(/i/aboutNavBg.gif) no-repeat bottom; }
#a/boutNav ul li a:hover{height:33px; padding-bottom:30px; background: url(/i/aboutNavBg.gif) no-repeat 10px 19px;}
#a/boutNav li ul { background: #fff; b/order: 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; }


#breadcrumbs { padding: 15px 0 8px 0; margin-top: -20px; _margin-top: 0px; *margin-top: 0px; margin-bottom:10px; font-family: Verdana, Arial, sans-serif; border-bottom: 1px #DED0AD solid; }
#breadcrumbs a { padding-right: 12px; margin-right: 6px; color: #80001E; background: url(/i/breadcrumbsArrowRight.gif) no-repeat right center; }
#breadcrumbs a:hover { color: #D62C46; }
#breadcrumbs a.active { color: #999999; text-decoration: none; cursor: default; background: none; }


/****************************************************************************************
 * Product Navigation
 *
 * Accordion type navigation
 ****************************************************************************************/
#nav { float: left; width: 206px; display: inline; padding: 0; font-weight: normal; }
#nav ul { margin: 0; display: inline-block; }
#nav ul { display: block; }
#nav li { margin: 0; padding: 0; display: inline-block; background: #80001E; border-bottom: 1px #A10025 solid; }
#nav li { display: block; }
#nav li.active a { background: #6E001A url(/i/navArrowActive.gif) no-repeat 14px center; color: #D9B3BC; }
#nav li:last-child, #nav li.last-child { border-bottom: none; }

#nav a { padding: 8px 26px 8px 36px; text-decoration: none; display: inline-block; background: url(/i/navArrow1.gif) no-repeat 14px center; font-size: 14px; color: #DED0AD; }
#nav a.active { background: url(/i/navArrow1Active.gif) no-repeat 14px center; }
#nav a { display: block; }

#nav a:hover, #nav a:focus { text-decoration: none; background: #6E001A url(/i/navArrow1Hover.gif) no-repeat 14px center; color: #D9B3BC; }

#nav ul ul { border-top: 1px #A10025 solid; border-left: 1px #80001E solid; border-right: 1px #80001E solid; }
#nav ul ul li { background: #EFE6CE; border-color: #D6CBAF; }
#nav ul ul a { background: url(/i/navArrow2.gif) no-repeat 23px center; padding: 5px 5px 5px 35px; text-decoration: none; font-size: 11px; color: #B5263B; font-weight: bold; }
#nav ul ul a.active { background: #E0D6B8 url(/i/navArrow2Active.gif) no-repeat 23px center; color: #65001D; }
#nav li.active ul li a { background: url(/i/navArrow2.gif) no-repeat 23px center; color: #B5263B; }
#nav li.active ul li a.active { background: #E0D6B8 url(/i/navArrow2Active.gif) no-repeat 23px center; color: #65001D; }
#nav li.active ul a:hover, #nav li.active ul a:focus { background: #E0D6B8 url(/i/navArrow2Active.gif) no-repeat 23px center; color: #65001D; }



#wrapper15 { width: 982px; margin: 0px auto; }
#wrapper75 { width: 960px; margin: 0px auto; padding-bottom: 20px; }
#bannereStanga { width: 208px; margin-top: 30px; }
#bannereStanga a{ margin:0px; padding:0px;}
#bannereStanga a:hover{_background-color:#F6F1DE; *background-color:#F6F1DE;}
#bannereStanga img {m/argin-top:14px;}
#home #bannereStanga { display: none; }
#navBgOuter { float: left; width: 271px; position: relative; margin-left: 20px; _margin-left: 10px; margin-top: -178px; }
#navBg { background: url(/i/navBg.png) no-repeat top left; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/navBg.png", sizingMethod="crop"); min-height: 372px; _height: 372px; }
#navTransparent { width: 271px; height: 178px; margin: 0px; } 
#corporate { position: relative; margin-top: -178px; min-height: 178px; _height: 178px; width: 206px; padding-bottom: 5px; background: #80001E url(/i/navBottomBg.gif) no-repeat bottom left; }
#nav { width: 206px; font-size: 14px; font-weight: normal; padding-top: 26px; padding-left: 33px; margin-bottom: 20px; }




#home #navBgOuter { float: left; width: 359px; position: relative; margin-left: 20px; _margin-left: 10px; margin-top: -287px; }
#home #navBg { background: url(/i/navBgHome.png) no-repeat top left; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/navBgHome.png", sizingMethod="crop"); min-height: 537px; _height: 537px; }
#home #navTransparent { width: 359px; height: 287px; margin: 0px; } 
#home #corporate { position: relative; margin-top: -287px; min-height: 287px; _height: 287px; width: 294px; padding-bottom: 5px; background: #80001E url(/i/navBottomBgHome.gif) no-repeat bottom left; }
#home #nav { width: 294px; font-size: 14px; font-weight: normal; padding-top: 23px; padding-left: 33px; margin-bottom: 20px; }




/****************************************************************************************
 * Product List
 *
 * List of products
 ****************************************************************************************/
#subcategories { font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Helvetica, Arial, sans-serif; margin: 1em 0; }
#subcategories ul { background: url(/i/description.png) repeat-x 0 0; 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; }




/*
 * Column
 */
#column { float: right; width: 151px; display: inline; margin-left: 20px; m/argin-right:24px; m/argin-top:56px;} 
#homeContent #wrapper225 #column {m/argin-top:62px;}
#column h3 { margin-top: 0; }
#column .box { margin-bottom: 1em; background-color:#F4EBD3;  padding:1px 1px 1px 1px; margin-top:15px; margin-right:5px;}
#column .image { t/ext-align: center; c/olor: #f97c00; line-height: 1.3em; width: 151px; background-color:#F6F1DE;}
#column .image a, #column .image span { display: block; }
#column .image img { display: block; margin: 0px auto;}
#column .image a { display: block; border: 1px solid #D3D3D3; background: #FFF; text-align: center; p/adding: 4px; *p/adding-bottom: 1px; *padding-bottom: 1px;  } 
#column .image a:hover { border: 1px solid #80001E; }
#column .image span { border: 1px solid #D3D3D3; background: #FFF; text-align: center; p/adding: 4px; *p/adding-bottom: 1px; *padding-bottom: 1px; }
#column .image a span { border: none; padding: 0; }

#column .image p { margin: .5em 0; font-style:italic; color:#6B4958; }
#column .legend { t/ext-align: center; margin: -.5em 0 1em 0; }

#column .quote { p/adding-left: 1em;}


/*
 * 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 #userNav,
#print #footer { display: none; }



/*
 * 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: 100%; height: 24.1em; }
#contact .txInput { width: 20em; }
#contact select { width: 21.3em; }
#contact .formSubmit { margin-left: 0; }
#contact .quote { padding-left: 1.3em; margin-top:17px; b/order:1px solid #D5D5DD;}
#contact .button { width: 235px;  height:28px; margin-top:22px;}
#contact .col { width: 223px; _width: 42.7%; margin-right: 4.1%; }
#contact .small { width: 223px; _width: 25.5%; margin-right: -3.5%; margin-left: 80px;}
#contact .last { margin-right: 0; }

/*
 * 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; }

/*
 * Noutati homepage
 */
#news {float:left;width:525px;}
.noutati {width:39px; height:39px; background: url(/i/noutatiBg.jpg) no-repeat left top; padding:2px 0px 0px 5px; float:left; clear:both; margin-right:5px;}
.noutati p {margin:0px; }
span.luna {color:#6b4958;font-weight:bold; font-family:Verdana, Arial, Georgia; font-size:12px;}
span.ziua {color:#d62c46; font-weight:bold;margin-left:4px; font-family:Verdana, Arial, Georgia; font-size:16px;}
.noutatiText {width:185px; margin: 0px 0px 5px 5px; overflow:hidden; line-height:300%;}
.noutatiText h2 {margin:0px; font-size:11px; margin-bottom:-8px; margin-top:-1px;}
.noutatiText a{text-decoration:none; _text-decoration:none; *text-decoration:none;}
.noutatiText a:hover{text-decoration:underline; _text-decoration:underline; *text-decoration:underline;}
#inNews {float:left; margin:0px 0px 0px 0px;width:240px; border-bottom:1px #ebe2cb solid; padding: 15px 6px 10px 0px;}
/*
 * 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; text-align: left; }
#newsletter label { color: #fff; width: 11em; }
#newsletter .formSubmit { margin: 0; }
#newsletter .formItem input { padding: 3px 4px 4px 4px; }
#newsletter .formSubmit, #newsletter .formItem { float: left; }
#newsletter input { float: left; width: 138px; }

/*
 * 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;}
#ctl00_cpBody_dvSubscribe .button,
#contact .button { display: block; }


/* Search button */
#search .button { background-position: 0 -100px; width: 63px; position: relative; top: 1px; *position: static; }

/* Search */
#search { position: absolute; right: 0px; top: 28px; z-index: 2; }
#search label { position: absolute; top: 50%; left: 0; margin-top: -1.1em; color: #333399; font-size: .9166em; display: block; padding: .4em .6em; width: 154px; overflow: hidden; white-space: pre; }
#ctl00_txSearch { width: 152px; padding: .272em .6em; *padding: .3em .6em; border-color: #333399; }


/*#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; }


/****************************************************************************************
 * Footer
 *
 * Copyright Information, Trafic, Netlogiq link
 ****************************************************************************************/
#footer { margin-left: 8px; width: 960px; margin: 0px auto; text-align: right; color: #D9B3BC; height: 76px; padding: 0; clear: both; display: block; p/osition: relative; padding-top:10px;}
#footer a { text-decoration: none; color: #D9B3BC; }
#footer a:hover, #footer a:focus {text-decoration: underline; }
#footer span { float: left; clear: left; }
#footer label { float: left; font-weight: normal; color: #D9B3BC; }
#designedBy {float:right;}
#trafic { float: left; margin-top: 10px; }



/****************************************************************************************
 * Additional Links
 *
 * Styles for Additional Links related to a Detail page
 *
 * We have:
 * 1. Links
 * 2. Documents (attached)
 *
 ****************************************************************************************/
.additionalLinks { margin: 2em 0; padding: 1em 0; }
.additionalLinks ul { margin: 0; }
.additionalLinks li { background: url(/i/links.gif) no-repeat 3px 50%; padding: 2px 30px; margin: 5px 0; }
.additionalLinks a { color: #D62C46; text-decoration: none; }
.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; }
