/****************************************************************************************
 * 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 Georgia, Arial, Verdana, Helvetica, sans-serif; background: #FFFFFF; color: #CC3366; }


/****************************************************************************************
 * General Margins for Content Elements
 *
 * Especially for admin edited content (FCK)
 ****************************************************************************************/
p, ul, ol, dl, table { margin: 1em 0 1em 0; }


/****************************************************************************************
 * 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/square.gif) no-repeat 0 .75em; 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: 20px; line-height: 130%; font-weight: normal; font-style: normal; color: #004E82; margin: 0 0 5px 0; background: url(/i/borderTitle.gif) no-repeat left top; padding-top: 25px; margin-top: 30px; p/adding-bottom: 5px; }
h2 { font-size: 22px; line-height: 150%; font-weight: bold; font-style: normal; color: #CC3366; 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: #386DB8; margin: .5em 0 .5em 0; }


/****************************************************************************************
 * Hyperlinks
 *
 * Anchor tags styles should go here
 * as well as general functionality styles
 ****************************************************************************************/
a { color: #528B06; 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: 13px; display: block; background: #F5F5E0; border: 1px solid #E2E2A9; overflow: hidden; }


/****************************************************************************************
 * Forms
 *
 * General Form elements styles
 * 
 * !!!!!!!!!!!!!!!!!!!
 * needs to be revised
 * !!!!!!!!!!!!!!!!!!!
 *
 ****************************************************************************************/
input, select, textarea { font-size: 12px; font-family: Georgia, Verdana, Helvetica, Arial, sans-serif; color: #528B06; }

input[type=text], input[type=password], textarea { padding: .3em .6em; background: #fff; border: 1px solid #E2E2A9; }
textarea { height: auto; overflow: auto; }

legend { display: none; }
.txInput, textarea, select { border: 1px solid #E2E2A9; }
select { padding: .1em .2em; }
.txInput:focus, textarea:focus,
.txInput.focus, textarea.focus, select:focus { border-color: #538B06; }
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: .3em .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; }
caption, th, td { text-align: left; font-weight: normal; }

thead td, thead th { background: #E1E1F4; font-weight: bold; }
th, td { border: solid #8e8fcb; border-width: 0 0 1px 0; padding: 3px 13px; text-align: left; }



/* Page dropshadow */

#wrapOuter, .tr, .bl, .br { b/ackground: url(/i/background2.png) no-repeat left bottom; d/isplay: inline-block; }
#wrapOuter, .tr, .bl, .br { d/isplay: block; }

#wrapOuter { p/adding-left: 8px; width: 960px; margin: 0px auto; background: #EEEECC url(/i/bgContent.png) repeat-y 0 0; }
.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: url(/i/bgInnerContent.png) no-repeat right top; padding: 154px 16px 17px 17px; width: 927px; min-height: 411px; _height: 411px; margin-top: -137px; position: relative; t/op: -137px; z-index: 9; }

#home #wrap { background: url(/i/bgInnerContentHome.png) no-repeat right top; margin-top: -280px; margin-bottom: -48px; padding-top: 280px; p/adding-bottom: 65px; min-height: 334px; _height: 334px; }
#home #aboutNav ul li, #home #nav, #home #brands, #home #partners, #home #searchCol, #home #inlineCartBar, #home #footer { display: none; }
#home #header { height: 280px; }
#home #ctl00_logo { padding-top: 93px; padding-left: 50px; }
#home #ctl00_logo a { background: url(/i/ImbracaminteFemeiHome.png) no-repeat 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/ImbracaminteFemeiHome.png',sizingMethod='crop'); width: 317px; height: 116px; }
#home #content { float: none; width: 900px; padding-left: 27px; }
#home #homeInfoWrapper { position: relative; width: 483px; height: 304px; }
#home #homeInfo { color: #CC3366; font-size: 18px; line-height: 180%; background: url(/i/bgHomeInfo.png) no-repeat 0 0; _b/ackground: url(/i/bgHomeInfo.gif) no-repeat 0 0; _behavior: url(/js/iepngfix.htc); _b/ackground: none; _f/ilter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bgHomeInfo.png',sizingMethod='crop'); p/osition: relative; z/-index: 99999; padding: 46px 32px 36px 36px; width: 415px; height: 222px; }
#home #homeInfo a { d/isplay: inline-block; color: #CC3366; text-decoration: underline; }
#home #homeInfo a:hover { text-decoration: none; }
#home #homeInfo h2 { margin: 0; margin-top: -5px; margin-bottom: 5px; }
#home #homeInfo p { margin: 0; }
#home #aboutNav { background: none; }
#home #aboutNav li#noutati { width: 172px; height: 124px; b/ackground: blue; position: absolute; left: 416px; top: 0px; border: none; display: block; }
#home #aboutNav li#noutati a { text-indent: 99999px; width: 172px; height: 124px; padding: 0; display: block; }
#home #aboutNav li#produse { width: 184px; height: 133px; b/ackground: pink; position: absolute; left: 735px; top: 149px; border: none; display: block; }
#home #aboutNav li#produse a { text-indent: 99999px; width: 184px; height: 133px; padding: 0; display: block; }
#home #aboutNav li#revista { width: 169px; height: 128px; b/ackground: green; position: absolute; left: 743px; top: 361px; border: none; display: block; }
#home #aboutNav li#revista a { text-indent: 99999px; width: 169px; height: 128px; padding: 0; display: block; }

/****************************************************************************************
 * 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
 ****************************************************************************************/
#list { padding-right: 9px; }
.listItem { overflow: hidden; width: 100%; margin: 1em 0 0 0; }
.listItem p { margin-bottom: .5em; margin-top: .5em; }

#list.column { margin-right: 234px; display: inline-block; padding: 0; }
#list.column { display: block; }
#listIntroduction { margin-bottom: 2em; }

.listItem h2 { margin-top: 0; font-weight: bold; font-size: 14px; line-height: 130%; color: #004E82; }
.listItem h2 a { text-decoration: none; color: #004E82; }
.listItem h2 a:hover { text-decoration: underline; }
.subHeading { m/argin: -.6em 0 -.2em 0; color: #004E82; font-weight: normal; font-size: 14px; background: #E7E7B6; width: auto; padding: 2px 5px; }
.listImage { display: inline; width: 120px; overflow: hidden; margin: 0; }
.listImage * { float: left; *float: none; }
.listImage img { width: 114px; margin: 0px auto; *m/argin-top: -1px; *m/argin-bottom: 1px; }
.listImage a { border: 1px #B3E0FF solid; background: #FFFFFF; padding: 2px; display: block; *float: left; }
.listImage a:hover { border: 1px #166091 solid; background: #166091; }
.listImage span { border: 1px #B3E0FF solid; background: #FFFFFF; padding: 2px; display: block; *float: left; }
.listImage a span { border: none; padding: 0; *float: none; }
.listText { margin-left: 134px; _zoom: 1; _margin-left: 131px; }
a.more { display: block; c/olor: #386DB8; w/idth: 124px; h/eight: 23px; background: url(/i/moreArrow.gif) no-repeat 105px center; t/ext-indent: -9999em; m/argin-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 15px 15px; 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: #CC3366; line-height: 140%; }
.galleryElement span { border: 1px #B3E0FF solid; background: #FFFFFF; padding: 2px; width: 114px; overflow: hidden; display: block; }
.g/alleryElement a { font-size: 1px; border: 1px #B3E0FF solid; background: #FFFFFF; padding: 2px; width: 114px; overflow: hidden; display: block; }
.galleryElement a { text-decoration: none; }
.galleryElement a:hover { text-decoration: none; *text-decoration: underline; }
.galleryElement a:hover span { border: 1px #166091 solid; background: #166091; }
.galleryElement a:hover p { text-decoration: underline; color: #538B06; }
.galleryElement a span { b/order: none; p/adding: 0; cursor: pointer; }
.galleryElement img { width: 114px; 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; }


#aspnetForm { width: 960px; margin: 0 auto; position: relative; b/ackground: #EEEECC url(/i/bgContent.png) repeat-y 0 0; }
#tell-a-friend form { width: 450px; padding-top: 20px; }
#content { float: left; width: 500px; p/adding-bottom: 20px; font-size: 12px; padding-left: 25px; line-height: 200%; }



/****************************************************************************************
 * Header
 *
 * 1. Site logo
 * 2. Navigation probably
 * 3. Search 
 * etc
 ****************************************************************************************/
#header { width: 960px; m/argin-left: 7px; height: 204px; m/argin-top: 45px; p/osition: relative; z/-index: 99; background: url(/i/bgContentTop.png) no-repeat 0 45px; }

/* Logo */
#ctl00_logo { position: absolute; t/op: 15px; l/eft: 33px; padding-top: 95px; padding-left: 51px; z-index: 90; }
#ctl00_logo a { display: block; background: url(/i/ImbracaminteFemei.png) no-repeat 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/ImbracaminteFemei.png',sizingMethod='crop'); width: 198px; height: 74px; text-indent: -9999px; cursor: pointer; }

/* 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 a.dN { display: none; }

#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 { margin: 0; position: absolute; right: 0; top: 0; te/xt-transform: uppercase; font-size: 12px; color: #386CB8; font-weight: bold; z-index: 55; background: url(/i/linksTop.png) no-repeat 280px 11px; width: 100%; height: 128px; text-align: right; }
#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 { display: none; }
#aboutNav li#noutati { width: 110px; height: 107px; b/ackground: blue; position: absolute; left: 280px; top: 21px; border: none; display: block; }
#aboutNav li#noutati a { text-indent: 99999px; width: 110px; height: 107px; b/ackground: black; padding: 0; display: block; }
#aboutNav li#produse { width: 124px; height: 99px; b/ackground: pink; position: absolute; left: 390px; top: 14px; border: none; display: block; }
#aboutNav li#produse a { text-indent: 99999px; width: 124px; height: 99px; b/ackground: black; padding: 0; display: block; }
#aboutNav li#revista { width: 85px; height: 102px; b/ackground: green; position: absolute; left: 514px; top: 11px; border: none; display: block; }
#aboutNav li#revista a { text-indent: 99999px; width: 85px; height: 102px; b/ackground: black; padding: 0; display: block; }
#aboutNav li#cumCumpar { display: inline; border: none; top: 12px; right: 11px; float: right; width: 149px; height: 23px; background: url(/i/bgCumCumpar.png) no-repeat 0 0; }
#aboutNav li#cumCumpar a { text-indent: 99999px; line-height: 300%; width: 149px; height: 23px; padding: 0; display: block;  }

#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; margin-top: -20px; font-family: Verdana, Arial, sans-serif; }
#breadcrumbs a { padding-right: 12px; margin-right: 6px; color: #669933; background: url(/i/breadcrumbsArrowRight.gif) no-repeat right center; }
#breadcrumbs a.active { color: #999999; text-decoration: none; cursor: default; background: none; }


/****************************************************************************************
 * 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: 182px; h/eight: 20px; c/olor: #386CB8; position: absolute; top: 25px; left: 599px; z-index: 90; 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 { c/olor: #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; display: none; }
#inlineCartBar .finalizeOrder { p/osition: absolute; top: 0; right: 0; display: block; h/eight: 36px; w/idth: 175px; t/ext-indent: -9999em; text-align: left; b/ackground: url(/i/arrowRight.gif) no-repeat right; p/adding-right: 22px; }

#inlineCartWrapper { position: relative; t/op: 0; r/ight: 140px; width: 165px; 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/bgCosCumparaturi.png) no-repeat 0 0; p/adding-right: 19px; width: 165px; height: 22px; display: block; text-indent: -99999px; }

#inlineCart { position: absolute; right: 0; top: 15px; background: #fff; border: 1px solid #538B06; width: 211px; padding: 10px; c/olor: #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 #538B06; 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 { c/olor: #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: #E3F19E; color: #538B06; 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: 152px; height: 27px; 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;}


#leftCol { float: left; width: 212px; display: inline; padding: 0; font-weight: normal; margin-left: 27px; }


/****************************************************************************************
 * Product Navigation
 *
 * Accordion type navigation
 ****************************************************************************************/
#nav { float: left; width: 212px; display: inline; padding: 0; font-weight: normal; m/argin-left: 27px; background: url(/i/bgNavTop.png) no-repeat top; _behavior: url(/js/iepngfix.htc); padding-top: 25px; }
#n/av #innerNav { background: url(/i/bgNavBottom.png) no-repeat bottom; _b/ehavior: url(/js/iepngfix.htc); padding-bottom: 25px; }
#nav #innerNav { background: url(/i/bgNav.png) repeat-y 0 0; _b/ehavior: url(/js/iepngfix.htc); _b/ackground: url(/i/bgNav.gif) no-repeat 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bgNav.png',sizingMethod='crop'); _height: 100%; }
#nav #navBottom { background: url(/i/bgNavBottom.png) no-repeat bottom; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bgNavBottom.png',sizingMethod='crop'); height: 25px; }
#nav ul { margin: 0; display: inline-block; b/order: 1px #CCCCCC solid; padding: 0 25px 0 28px; font-weight: normal; }
#nav ul { display: block; }
#nav li { margin: 0; padding: 0; padding-top: 10px; padding-bottom: 7px; display: inline-block; background: none; background: url(/i/borderNav.jpg) no-repeat bottom; b/order-bottom: 1px #CCCCCC solid; font-size: 18px; color: #538B06; }
#nav li { display: block; }
#nav li.active a { b/ackground: url(/i/navArrow1Active.gif) no-repeat 9px center; font-weight: bold; }
#nav li:last-child, #nav li.last-child { border-bottom: none; background: none; }

#nav a { padding: 3px 0; text-decoration: none; display: inline-block; b/ackground: url(/i/navArrow1.gif) no-repeat 9px center; font-size: 18px; color: #538B06; }
#nav a.active { b/ackground: url(/i/navArrow1Active.gif) no-repeat 9px center; c/olor: #183052; font-weight: bold; }
#nav a { display: block; }

#nav a:hover, #nav a:focus { text-decoration: underline; b/ackground: url(/i/navArrow1Active.gif) no-repeat 9px center; }

#nav ul ul { border: 0; b/order-top: 1px #CCCCCC solid; padding: 0; }
#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 ul ul a { padding: 3px 0 3px 20px; }
#nav ul ul ul ul a { padding: 3px 0 3px 30px; }




/****************************************************************************************
 * Brands menu
 ****************************************************************************************/
#brands { float: left; width: 212px; display: inline; padding: 0; font-weight: normal; margin-top: 17px; m/argin-left: 27px; background: url(/i/bgBrandsTop.png) no-repeat top; _behavior: url(/js/iepngfix.htc); padding-top: 25px; }
#brands #innerBrands { background: url(/i/bgBrands.png) repeat-y 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bgBrands.png',sizingMethod='crop'); _height: 100%; }
#brands #brandsBottom { background: url(/i/bgBrandsBottom.png) no-repeat bottom; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bgBrandsBottom.png',sizingMethod='crop'); height: 25px; }
#brands ul { margin: 0; display: inline-block; b/order: 1px #CCCCCC solid; padding: 0 25px 0 28px; font-weight: normal; }
#brands ul { display: block; }
#brands li { margin: 0; padding: 0; padding-top: 10px; padding-bottom: 7px; display: inline-block; background: none; background: url(/i/borderBrands.jpg) no-repeat bottom; b/order-bottom: 1px #CCCCCC solid; }
#brands li { display: block; }
#brands li.active a { b/ackground: url(/i/navArrow1Active.gif) no-repeat 9px center; font-weight: bold; }
#brands li:last-child, #brands li.last-child { border-bottom: none; background: none; }

#brands a { padding: 3px 0; text-decoration: none; display: inline-block; b/ackground: url(/i/navArrow1.gif) no-repeat 9px center; font-size: 18px; color: #CC3366; }
#brands a.active { b/ackground: url(/i/navArrow1Active.gif) no-repeat 9px center; c/olor: #183052; font-weight: bold; }
#brands a { display: block; }

#brands a:hover, #brands a:focus { text-decoration: underline; b/ackground: url(/i/navArrow1Active.gif) no-repeat 9px center; }

#brands ul ul { border: 0; b/order-top: 1px #CCCCCC solid; padding: 0; }
#brands ul ul a { b/ackground: url(/i/navArrow1.gif) no-repeat 27px center; padding: 3px 0 3px 10px; text-decoration: none; font-weight: normal; }
#brands ul ul a.active { b/ackground: url(/i/navArrow1Active.gif) no-repeat 27px center; }
#brands li.active ul li a { b/ackground: url(/i/navArrow1.gif) no-repeat 27px center; }
#brands li.active ul li a.active { b/ackground: url(/i/navArrow1Active.gif) no-repeat 27px center; }
#brands li.active ul a:hover, #brands li.active ul a:focus { b/ackground: url(/i/navArrow1Active.gif) no-repeat 27px center; }

#brands ul ul ul a { padding: 3px 0 3px 20px; }
#brands ul ul ul ul a { padding: 3px 0 3px 30px; }

#listaProd h1 { font-size: 30px; line-height: 130%; font-weight: normal; font-style: normal; color: #538B06; margin: 0 0 1em 0; background: url(/i/borderTitle.gif) no-repeat left bottom; padding-top: 0; padding-bottom: 8px; }


#partners { float: left; width: 212px; display: inline; padding: 0; font-weight: normal; margin-top: 17px; m/argin-left: 27px; background: url(/i/bgPartnersTop.png) no-repeat top; _behavior: url(/js/iepngfix.htc); padding-top: 25px; }
#partners #innerPartners { padding: 0 25px 0 28px; background: url(/i/bgPartners.png) repeat-y 0 0; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bgPartners.png',sizingMethod='crop'); _height: 100%; }
#partners #partnersBottom { background: url(/i/bgPartnersBottom.png) no-repeat bottom; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bgBrandsBottom.png',sizingMethod='crop'); height: 25px; }
#partners #innerPartners h2 { background: url(/i/borderPartners.jpg) no-repeat bottom; font-weight: normal; font-size: 18px; padding-bottom: 5px; }


/****************************************************************************************
 * 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; }

#productList { margin: 0; display: inline-block; position: relative; p/adding-top: 25px; *p/adding-top: 50px;} 
#productList li { b/order: 1px solid #E2E2A9; float: left; width: 150px; height: auto; padding: 0; margin: 0 0 25px 25px; display: inline; background: none; o/verflow: hidden; position: relative; line-height: 140%; }
#productList li.newLine { margin-left: 0; clear: left; }
#productList li.separator { width: 100%; float: none; height: 0; padding: 0; margin: 0; min-height: 0; }
#productList .image { width: 150px; height: 200px; margin: 0; p/adding: 9px; float: none; display: block; cursor: pointer; border: 1px #E2E2A9 solid; background: #F5F5E0; overflow: hidden; }
#productList .image td { text-align: center; vertical-align: middle; border: 0; border: 9px #F5F5E0 solid; padding: 0; width: 130px; height: 200px; *height: 180px; background: #FFF; overflow: hidden; }
#productList .image img { display: inline; width: 130px; }
#productList .text { position: absolute; top: 167px; left: 0; width: 145px; height: 50px; padding: 5px 12px; background: #f5f5fc; line-height: 1.4em; }
#productList a { text-decoration: none; }
#productList a:hover { text-decoration: none; *text-decoration: underline; }
#productList a:hover h2, #productList a:focus h2 { text-decoration: underline; }
#productList a:hover span, #productList a:focus span { text-decoration: none !important; }
#productList a:hover del, #productList a:focus del { text-decoration: none line-through !important; }
#productList a:hover small, #productList a:focus small { text-decoration: none !important; }
#productList a:hover .image, #productList a:focus .image { border-color: #CC3366; }
#productList h2 { font-size: 12px; l/ine-height: 1.4em; font-weight: normal; h/eight: 30px; o/verflow: hidden; color: #CC3366; margin: .5em 0 0 0; padding: 0; }
#productList fieldset { margin-top: 60px; padding: 5px 8px; }
#productList input { border: 1px solid #cecef0; width: 2.5em; padding: .2em 0; text-align: center; }
#productList span, #productList del, #productList small { color: #768A19; display: block; }


#productList .button { float: right; width: 87px; height: 16px; background-position: -200px -300px; }

#productList .info { position: absolute; top: 0; right: 0; display: block; width: 70px; height: 69px; background: url(/i/info-reducere.png) no-repeat 0 0; _background: none; _.filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/info-reducere.png',sizingMethod='crop'); cursor: pointer; }
.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;}


/*
 * Filtre
 */
#filter { margin-bottom: 2em; _padding-bottom: 2em; _margin-bottom: 0; }



/****************************************************************************************
 * Product Detail Page
 *
 * Product description, images, price etc
 ****************************************************************************************/
.single { padding-right: 9px; }
.single .single-image { float: right; width: 267px; overflow: hidden; padding-top: 30px; *margin-top: 30px; }
.single .noThumbs { width: 200px; }
.single .single-image div { c/lear: both; m/in-height: 240px; float: right; }
.single .single-image a { border: 1px solid #E2E2A9; display: block; width: 180px; padding: 9px; overflow: hidden; background: #F5F5E0; cursor: pointer; }
.single .single-image a:hover, .single .image a:focus { border-color: #CC3366; }
.single .single-image img { display: block; margin: 0 auto; width: 180px; }
.single .single-image ul.thumbs { float: left; width: 60px; }
.single .single-image ul, .single .image li { margin: 0; list-style: none; display: inline-block; }
.single .single-image ul { m/argin: 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: 60px; h/eight: 35px; display: inline; padding: 0 0 7px 0; background: none; margin: 0; }
.single .single-image li a { display: block; width: 54px; h/eight: 33px; b/order-color: #d4d4dd; padding: 2px; background: #F5F5E0; }
.single .single-image li a img { width: 54px; }
.single .single-text { margin-right: 290px; display: inline-block; o/verflow: hidden; line-height: 200%; }
.single .single-text { display: block; }
.single .single-text:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }
.single .large { margin-right: 0px; }
.single .med { margin-right: 223px; }

.single h1 { h/eight: 37px; m/argin: 0; p/adding-bottom: 10px; padding-right: 223px; }
.single h2 { font-size: 20px; margin: 0; color: #004E82; font-weight: normal; line-height: 130%; padding-bottom: 5px; padding-top: 25px; }

#price { font-size: 20px; font-weight: normal; line-height: 130%; f/loat: left; w/idth: 90px; p/adding-left: 10px; color: #528B06; b/ackground: url(/i/bgPrice.png) no-repeat 0 0; _b/ehavior: url(/js/iepngfix.htc); }
#price.variants { float: none; width: auto; }
#p/rice del { color: #bebecb; }
#price small { font-size: 11px; font-weight: normal; display: block; l/ine-height: 1.6em; padding: 0; }
#price em { f/ont-size: .75em; font-weight: normal; font-style: normal; display: block; c/olor: #999999; padding-left: 10px; width: 123px; padding-top: 10px; min-height: 36px; _height: 36px; background: url(/i/bgPrice.png) no-repeat 0 0; _behavior: url(/js/iepngfix.htc); }

.single #productList li { margin: 0 0 25px 20px; }
.single #productList li.newLine { margin-left: 0; clear: left; }

/*
 * Detalii
 */
#detaliiProdus { float: right; width: 202px; display: inline-block; margin-left: 10px; color: #528B06; clear: right; margin-top: 9px; overflow: hidden; }
#detaliiProdus.noImage { padding-top: 21px; *margin-top: 39px; }
#detaliiProdus fieldset { b/order: 3px double #cecef0; border: 0; float: none; width: auto; padding: 28px; height: 94px; background: url(/i/bgProductDetails.png) no-repeat 0 0; _behavior: url(/js/iepngfix.htc); margin-bottom: 5px; }
#detaliiProdus a.button { background-position: -200px 0; height: 27px; width: 139px; }
#detaliiProdus .formItem label { width: 50px; padding: 1px 9px 0 0; text-align: right; }
#detaliiProdus .formItem select { width: 80px; border: 1px #538B06 solid; }
#detaliiProdus .formItem input, #detaliiProdus .formItem .txInput { width: 12px; border: 1px #538B06 solid; }
#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; }

#back { clear: both; display: block; }

#producator { margin-top: -1em; }

/*
 * Column
 */
#column { float: right; width: 200px; display: inline; margin-left: 25px; margin-right: 9px; } 
#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; width: 180px; }
#c/olumn .image a { display: block; border: 1px solid #E2E2A9; background: #F5F5E0; text-align: center; padding: 9px; *p/adding-bottom: 1px; *p/adding-bottom: 1px; } 
#column .image a { text-decoration: none; }
#column .image a:hover { text-decoration: none; *text-decoration: underline; }
#column .image span { border: 1px solid #E2E2A9; background: #F5F5E0; text-align: center; padding: 9px; *p/adding-bottom: 1px; *p/adding-bottom: 1px; }
#column .image a:hover span { border: 1px #CC3366 solid; b/ackground: #166091; }
#column .image a:hover p { text-decoration: underline; color: #538B06; }
#column .image a span { b/order: none; p/adding: 0; cursor: pointer; }

#column .image p { margin: .5em 0; color: #CC3366; line-height: 140%; }
#column .legend { t/ext-align: center; margin: -.5em 0 1em 0; color: #538B06; }

#column .quote h2 { font-size: 14px; line-height: 130%; }
#column .quote h3 { color: #CC3366; line-height: 130%; }



/*
 * 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 h2 { font-size: 14px; }
#account a { color: #CC3366; }
#account .formItem { text-align: right; }
#account .ckFormItem { text-align: left; }
#account label { width: 14em; text-align: right; float: right; padding: 0; }
#account .ckFormItem label { float: none; text-align: left; }
#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: 1em; }


/*
 * Contact Form
 */
#contact { padding-right: 9px; }
#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: 255px; height: 21.3em; }
#contact .txInput { width: 175px; }
#contact select { width: 170px; }
#contact .formSubmit { margin-left: 0; }
#contact .quote { p/adding: 1em; }
#contact .button { width: 139px; height: 27px; }
#contact .col { width: 285px; margin: 0; _w/idth: 43.8%; m/argin-right: 1.5%; _m/argin-right: 1.2%; }
#contact .small { width: 198px; _w/idth: 26%; margin: 0; m/argin-right: 3%; _m/argin-right: 1%; clear: left; }
#contact .last { margin-right: 0; margin-top: 26px; float: right; clear: none; width: 200px; }

/*
 * Shopping cart
 */
#shoppingCart table { width: 100%; }
#shoppingCart h3 { font-size: 1.1818em; margin: 0; font-weight: normal; margin-bottom: 5px; }
#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: 14px; font-family: Georgia, Verdana, Arial, sans-serif; color: #538B06; line-height: 1.3em; }
.pager { display: block; }
.pager:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }
.pager div { float: right; }
.pager a { color: #538B06; }
.pager a, .pager span { text-decoration: none; float: left; padding: 0 .4em .2em .4em; margin-left: .4em; display: inline; text-align: center; background: #FFFFFF; border: 1px #E2E2A9 solid; }
.pager a:hover, .pager a:focus { text-decoration: none; border-color: #CC3366; }
.pager .active { f/ont-weight: bold; background: #D7ED6B; border-color: #FFFFFF; }
.pager .prev, .pager .next { width: 112px; height: 23px; background: url(/i/pager.png) no-repeat 0 0; _background: url(/i/pager.gif) no-repeat 0 0; padding: 0; color: #fff; font-weight: bold; margin-right: .4em; text-indent: -9999em; border: none; }
.pager a.prev { margin-right: 0; }
.pager a.next { background-position: -112px 0; margin-left: .4em; margin-right: 0; }
.pager span.prev { background-position: 0 -23px; margin-right: 0; }
.pager span.next { background-position: -112px -23px; margin-left: .4em; margin-right: 0; }

#pagerTop .pager { margin: 0 0 1em 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
 */
#account { padding-right: 9px; }
#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;}
#ctl00_cpBody_dvSubscribe .button,
#contact .button { display: block; }


/* Search button */
#search .button { background-position: 0 -100px; width: 76px; height: 21px; p/osition: relative; t/op: 1px; *p/osition: static; float: right; }

/* Search */
#searchCol { float: right; padding-right: 10px; padding-left: 12px; padding-top: 200px; width: 141px; }
#search { p/osition: absolute; r/ight: 0px; t/op: 50px; z-index: 2; }
#search h2 { display: block; background: url(/i/bgSearch.png) no-repeat 0 0; _behavior: url(/js/iepngfix.htc); text-indent: -99999px; line-height: 100%; width: 141px; height: 27px; padding: 0; margin: 0; }
#search label { color: #fff; width: auto; }
#ctl00_ctrlSearch_txSearch { width: 126px; p/adding: 3px 4px 4px 4px; font-style: italic; color: #BBBB3F; border-color: #538B06; }
#search .formItem { margin-bottom: 2px; *margin-bottom: 1px; }
#search .formItem.lastSelect { *margin-bottom: 0px; }
#search .formItem select { width: 141px; border-color: #538B06; color: #000000; }
#search .formItem input, #search .formItem .txInput, #search .formItem select { font-family: Verdana, Arial, sans-serif; font-size: 11px; border: 1px #004E82 solid; }
#search .formSubmit { margin: 0; text-align: right; }


/*#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: -400px -300px; width: 152px; height: 27px; }


/****************************************************************************************
 * Footer
 *
 * Copyright Information, Trafic, Netlogiq link
 ****************************************************************************************/
#footer { m/argin-left: 8px; width: 960px; text-align: right; c/olor: #999999; h/eight: 100px; font-size: 18px; *line-height: 120%; padding: 0; padding-top: 64px; padding-bottom: 16px; clear: both; background: url(/i/bgContentBottom.png) no-repeat top; display: block; p/osition: relative; }
#footer a { text-decoration: none; color: #CC3366; }
#footer a:hover, #footer a:focus { text-decoration: underline; }
#footer span { float: left; clear: left; }
#footer label { float: right; font-weight: normal; c/olor: #515151; display: none; }
#footer ul { margin: 0; }
#footer li { float: left; padding: 0; margin: 0; background: url(/i/bltFooter.gif) no-repeat right 50%; text-transform: lowercase; padding-right: 12px; margin-right: 11px; }
#footer li:last-child, #footer li.last-child { background: none; padding: 0; margin: 0; }
#trafic { f/loat: left; m/argin-top: 10px; }



/****************************************************************************************
 * Additional Links
 *
 * Styles for Additional Links related to a Detail page
 *
 * We have:
 * 1. Links
 * 2. Documents (attached)
 *
 ****************************************************************************************/
.additionalLinks { margin: 1em 0; padding: 1em 0; clear: left; }
.additionalLinks h2 { font-size: 14px; color: #004D81; font-weight: bold; }
.additionalLinks ul { margin: 0; }
.additionalLinks li { background: url(/i/arrowBig.gif) no-repeat 3px 55%; padding: 1px 25px; margin: 5px 0; }
.additionalLinks a { color: #538B06; 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 -45px; }

/* Images */
.docs .gif,
.docs .jpg,
.docs .jpg2,
.docs .jpeg,
.docs .jpeg2,
.docs .png { background-position: 0 -95px; }

/* Video */
.docs .avi,
.docs .mov,
.docs .mpg,
.docs .mpeg,
.docs .wma { background-position: 0 -145px; }

/* Audio */
.docs .mp3,
.docs .mp4,
.docs .wav,
.docs .mid { background-position: 0 -195px; }

/* Text */
.docs .txt { background-position: 0 -245px; }

/* Word like */
.docs .doc,
.docs .docx { background-position: 0 -295px; }

/* Excel like */
.docs .xls,
.docs .xlsx { background-position: 0 -345px; }

/* Powerpoint */
.docs .ppt { background-position: 0 -395px; }

/* HTML */
.docs .htm,
.docs .html { background-position: 0 -445px; }

/* PDF */
.docs .pdf { background-position: 0 -495px; }