/* $Id: pages.css,v 1.18 2009/11/05 11:07:02 johnalbin Exp $ */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */

body
{
    margin: 0;
    padding: 0;
    color: #666; /* global font color, except for form elements */
    font: 12px/17px "Trebuchet MS" ,Trebuchet,verdana,Sans-Serif;
   background-color:#fff9cc; 
   background-image: url('../images/bodybg.png');
   background-repeat: repeat-x;
   width: 1286px;
}

#page-wrapper {
  float: left;
}

#page-wrapper-left {
  float: left;
  height: 550px;
  width: 156px;
}

#page-wrapper-right {
  float: left;
  height: 513px;
  width: 167px;
}

#page {
}

/*
 * The skip-to-nav link will be completely hidden until a user tabs to the link.
 */
#skip-to-nav a,
#skip-to-nav a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-to-nav a:hover,
#skip-to-nav a:active,
#skip-to-nav a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
  margin-top: 15px;
  margin-left:-30px;
  background: url("http://yoops.hu/sites/all/themes/tef/images/long.png") repeat-y scroll 195px 0 transparent;
}

#main {
  background: url("http://yoops.hu/sites/all/themes/tef/images/long.png") repeat-y scroll 853px 0 transparent;
}

/*
 * Content
 */
#content {
margin-left:10px;
}

#content .section {
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
margin: 0 25px 25px 25px;
width:575px;
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
margin-left: 25px;
margin-top: 25px;
margin-right: 20px;
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
 /* background:url(http://yoops.hu/sites/all/themes/tef/images/long.png) no-repeat right top;*/
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users.
 */
.element-invisible {
  height: 0;
  overflow: hidden;
  position: absolute;
}


a .arrow{
display: inline;
color: #d4809d;
font-weight: bold;
}

.main_cat_box_wrapper {
float: left;
}




.main_discount_box_top {
background-image:url('../images/main-discount-box-top.gif');
height:10px;
width:370px;
margin-top: 3px;
margin-right: 0px;
margin-left: 7px;
}

.main_discount_box_bottom {
background-image:url('../images/main-discount-box-bottom.gif');
height:10px;
width:370px;
margin-bottom: 3px;
margin-right: 0px;
margin-left: 7px;
}

.main_discount_box {
background-image:url('../images/main-discount-box.gif');
height:170px;
width:370px;

margin-right: 0px;
margin-left: 7px;
}

.main_discount_box_wrapper {
float: left;
}

.main_discount_box .title {
  font-weight: bold;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 7px;
}

.main_discount_box .title a {
  color: #399db2;
}

.main_discount_box .title a:hover {
  text-decoration: none;
}

.main_discount_box .img {
  padding-left: 3px;
  float: left;
}

.main_discount_box .teaser {
  font-weight: bold;
  margin-top: 5px;
  height: 90px;
}

.main_discount_box .price {
color:#399DB2;
font-weight:bold;
left:40px;
position:relative;
text-decoration:line-through;
top:34px;
}

.main_discount_box .discount_price {
color:#CD3167;
font-size:18px;
left:105px;
position:relative;
top:15px;
}

#footer-top {
  width: 963px;
  height: 10px;
}

#footer-bottom {
  width: 963px;
  height: 10px;
}

#footer {
  width: 963px;
}

#footer .section {
  padding: 15px;
}

.main_filter_top {
  width: 194px;
  height: 50px;
  background-image: url('../images/filter-menu-top.png');
}

.main_filter_bottom {
}

.main_filter {
  width: 194px;
}

.main_filter h2 {
color:#336666;
font-size:14px;
text-align:center;
padding-bottom: 4px;
font-variant:small-caps;
background:url(http://yoops.hu/sites/all/themes/tef/images/hline.png) no-repeat center bottom;
font-weight:bold;
margin-bottom: 20px;
margin-top: 20px;
}

.main_filter a {
  font-size: 11px;
  color: #339999;
  font-weight: bold;
  padding-left: 45px;
}

.main_filter a:hover {
color: #cd3167;
}

.main_filter span {
  padding: 17px;
}

.main_filter .active {
  font-weight: bold;
  font-size: 11px;
  color: #a63d42;
}

.page-product-list h1.title {
  display: none
}

.page-product-list .view-filters {
  display: none
}

.node-type-baby-product .node-by-viewer  .uc-price-product {
  display: none;
}

#edit-panes-quotes-quote-button {
//  display: none;
}

.node-type-baby-product .fieldgroup, .node-type-baby-product .product-info {
  display: none;
}

.baby-product-main {
  width: 600px;
}

.baby-product-left {
  width: 240px;
  float: left;
}
.baby-product-right {
  width: 330px;
  float: left;
}


.node-type-baby-product #gallery {
  width: 193px;
  margin-bottom: 10px;
}

.baby-product-left .product-body,
.baby-product-left .product-image {
  display: none;
}

.baby-product-right .product-image,
.baby-product-right .add-to-cart, 
.baby-product-right .fivestar-static-form-item {
  display: none;
}


#cart-form-products img {
  height: 100px;
  border: 3px solid #c4cfa7;
  padding: 0;
  margin: 5px;
}

.colorselect  {
  position: relative;
//  top: -250px;
//  left: 220px;
  height: 215px;
  width: 70px;
  left: 163px;  
  top: -5px;
}

.colorselect a  {
  display: block;
  border:2px solid #c4cfa7;
  margin: 2px;
  width: 25px;
}

.colorselect img {
}

#your_cart {
margin-left:30px;
}

#cart_act {
margin-top: -5px;
margin-left:75px;
margin-bottom: 3px;
}

#to_cart {
  font-size:12px;
font-weight:bold;
color:#CD3167;
  margin-left:65px;
}

#to_cart:hover {
  text-decoration: none;
}

.image-advertisement {
}

.image-advertisement  a img{
  border: solid 3px #c4cfa7;
}

.region-content-bottom .image-advertisement  a img {
  float: left;
}
.marka{
 color: #399db2;
 font-size: 12px;
 
}
.promoted {
float: left;
width: 155px;
height: 340px;
}
.promoted a.prev img {
  border: 3px solid #c4cfa7;
}
.promoted .marka {
  color: #444444;
  font-size: 11px;
  font-weight: bolder;
}
.promoted .title {
  color: #399db2;
  font-size: 11px;
  font-weight: bolder;
}
.promoted .title-div {
  height: 35px;
}
.price {
  color: #9f232f;
  font-size: 17px;
  font-weight: bold;
}
.origprice {
  color: #399db2;
  font-size: 10px;
  font-weight: bolder;
  text-decoration: line-through;
}
.discount {
  color: #9c9c9c;
  font-size: 10px;
  font-weight: bolder;
}
.promoteds {
margin-left: -10px;
float:left;
width:690px;
}


#block-ad-1  img{
margin-left: 40px;
margin-top: 25px;
margin-bottom: 25px;
}

#block-ad-3  img{
position: static;
margin-right: 13px;
margin-bottom: 13px;
}
#block-ad-4 img{
position: static;
margin-bottom: 13px;
}

#block-ad-6  img{
position: static;
margin-right: 13px;
}
#block-ad-7 img{
position: static;
}
#block-ad-8 {
/*background: url("http://yoops.hu/sites/all/themes/tef/images/long.png") no-repeat scroll 0 0px transparent;*/
}
#block-ad-8 img{
margin-left: 35px;
margin-top: 25px;
}

.ad-image-counter {
display: none;
}

#block-ad-2 {
margin-bottom: 10px;
margin-left: 22px;
}

#block-ad-10 {
}
#block-ad-10 img {
margin-left:35px;
margin-top:25px;
}

#block-ad-11 {
}
#block-ad-11 img {
margin-left:35px;
margin-top:25px;
}

.footer_box {
height: 205px;
background: url("http://yoops.hu/sites/all/themes/tef/images/hlong.png") no-repeat scroll center top transparent;
padding-left: 114px;
margin-left: 35px;
}
.footer_box_menu {
float:left;
height:205px;
width:235px;
background:url(http://yoops.hu/sites/all/themes/tef/images/vlong.png) no-repeat left center;
}
.footer_box .first {
background: none;
}
.footer_box_menu h2 {

padding: 30px 0px 10px 30px;

}
.footer_box_menu ul {
margin: 0;
padding: 0;
}
.footer_box_menu li {
height: 15px;
width: 205px;
overflow: hidden;
}
.footer_box_menu a {
font-size: 12px;
color: #646464;
padding-left: 30px;
}
.footer_box_menu a:hover {
color: #cd3167;
}
h2 {
font-size: 17px;
color: #399db2;
letter-spacing: -1px;
}
.rendeltetes {
font-size: 10px;
color: #399db2;
letter-spacing: 1px;
}

.colorselect .label {
font-size: 11px;
color: #399db2;
letter-spacing: -1px;
}
.tocartbutton {
float:right;
margin-right:40px;
}
.expander-block a {
color:#339999;
font-size:11px;
font-weight:bold;

}
.baby-product-far-right {
padding-left:10px;
}

.baby-product-far-right .promoted {
width: 134px;
margin-left: 25px;
float: none;
height: 370px;
}

.baby-product-far-right .tocartbutton {
margin-right: 0px;
}

.baby-product-node /* Node wrapper */ {
float:left;
}

.item-list .pager {
  font-size: 12px;
  font-weight: bold;
  color: #A63D42;
  margin-bottom: 20px;
  width:580px;
}

.item-list .pager a.active {
  color: #339999;
}

.item-list .pager a:hover {
  color: #cd3167;
}

.item-list .pager li {
padding:0px;
}
#search-form label, .box h2 {
color:#399DB2;
font-size:17px;
letter-spacing:-1px;
padding:0px 0 10px 0px;
}
.box .title a {
  font-size: 12px;
  font-weight: bold;
  color: #339999;
}
.box .title a:hover {
color: #cd3167;
}
.search-results dd {
padding:15px;
}
#content-area .node-type-page {
text-align:justify;
}

tr.even, tr.odd {
background-color:transparent;
}

#cart-form-buttons {
border:none;
}

#cart-form-products {
border:none;
}

#cart-form-pane {
}

.node-add-to-cart {
background-image:url("/files/siteimages/button_in_cart.png");
background-color:transparent;
border:medium none;
height:30px;
width:131px;
}

#edit-wishlist {
background-image:url("/files/siteimages/wishlist.png");
background-color:transparent;
border:medium none;
height:30px;
width:131px;
}

#cart-form-products th {
padding-right: 15px;
color:#9F232F;
font-size:14px;
font-weight:bold;
}
#cart-form-products td {
vertical-align: middle;
}
#uc-cart-checkout-form legend,#uc-cart-checkout-form legend  a {color:#9F232F;
font-size:14px;
font-weight:bold;
}

#uc-cart-checkout-form th {
font-size: 12px;font-weight:bold;
}

thead th {
background-color: #d7e4bb;
padding: 5px;
}

.checkout-next {
font-weight:bold;
}

fieldset {
border:3px solid #C4CFA7;
margin-bottom:1em;
padding:0 15px;
}
.add-to-cart {
padding-top: 15px;
}
.add-to-cart form div input {
margin:0 -5px;
}

.fivestar-widget {
margin-top: 15px;
}

.baby-product-desc ul {
margin-left: 10px;
}

.search-results .search-info {
display: none;
}

#block-block-2 {
position: static;
}

.item-list ul li {
margin:0;
}