/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Johan Adriaans
      Author: Johan Adriaans
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- Grey                #6E6E70
- Black               #231F20
\**************************************/

/* padding - main - padding = 16px - 918px - 16px */

/**************************************/
/*              GLOBALS               */
/**************************************/
html { font-family: Arial, "Liberation Sans", Helvetica, sans-serif; font-size: 0.7em; }
body     { background: #6b91e3 url('../images/background.body.jpg') no-repeat 50% 0; padding-top: 1em; color: #231F20; }
div#site { background: #e9f0ff; padding-bottom: 16px; padding-top: 10px; }
div#site {
  -webkit-box-shadow: 0 0 12px rgba(50, 50, 50, 0.58);
  -moz-box-shadow:    0 0 12px rgba(50, 50, 50, 0.58);
  box-shadow:         0 0 12px rgba(50, 50, 50, 0.58);
}

/* Toolbox */
body .nopadding, body table td.nopadding, body table th.nopadding { padding: 0; }
body .nomargin, body table td.nomargin, body table th.nomargin { margin: 0; }
body .left { float: left; }
body .right { float: right; }
body .nofloat { float: none; }
body .inline {display: inline; }
body .block {display: block; }

/* Disable bluetrip external link icons */
a[href$=".pdf"], a[href^="http:"], a[href^="http:"]:visited { background-image: none; padding-right: 0px; }

.container a:visited, .container a, .container a:link { color: black; }

body .container input[type="radio"] { padding-left: 0; padding-right: 0; }

/* Markup text at top in tables (when using images next to text) */
.container table { border-left: 1px; border-top: 1px; }
.container div.product_detail table, .container div.category_overview table { border-left: 0px; border-top: 0px; }
.container th, .container td { border-bottom: 0px; border-right: 0px; padding: 0.2em; }

/* Markup headers */
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6,
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #231f20;
  font-family: sans-serif, Helvetica;
  font-weight: lighter;
  line-height: 1.2em;
  margin-top: 0.2em;
}

.container h4, .container h5, .container h6,
body h4, body h5, body h6 {
  font-weight: normal;
}

/* enable pretty dragging */
div.iziModule { position: relative; }

/* Markup forms */
input, select, label { margin: 2px 0;}

div#editorCanvas button, 
.container button.glossy { background: url(../images/background.button-right.png) no-repeat right top; float: left; padding: 0 10px 0 0; border: 0; width: auto; overflow: visible; white-space: nowrap; text-align: center; height: 25px; font-size: 1.2em; color: #231F20; }
div#editorCanvas button span, 
.container button.glossy span { background: url(../images/background.button.png) no-repeat left 1px; position: relative; display: block; height: 20px; padding: 5px 0px 0px 10px; }
div#editorCanvas button:hover, 
.container button.glossy:hover { background-position: right bottom; border: 0px; color: #231F20; }
div#editorCanvas button:hover span, 
.container button.glossy:hover span { background-position: left -24px; }
/* overrides extra padding in Firefox */
div#editorCanvas button::-moz-focus-inner,
.container button::-moz-focus-inner { border: none; }

/**************************************/
/*              HEADER                */
/**************************************/

/**************************************/
/*             NAVIGATION             */
/**************************************/
div#topmenu { text-align: right; margin-bottom: 5px;}
div#topmenu ul { margin: 0; list-style: none; font-size: 1em; margin-right: 15px; }
div#topmenu ul li { display: inline; color: #000; }
div#topmenu ul li a { text-decoration: none; color: #000; margin: 0px 5px 0px 5px; }
div#topmenu ul li a:hover { text-decoration: underline; }

div#menu { background-color: #fdd87c; padding: 0px; position: relative; z-index: 1; border-top: 2px solid white; }
div#menu ul { margin: 0; list-style: none; font-size: 1.1em; font-weight: bold; }
div#menu ul li { margin: 0; position: relative; float: left; }
div#menu ul li a { text-align: center; padding: 0; display: block; width: 151px; height: 40px; line-height: 40px; text-decoration: none; color: black; position: relative; z-index: 10; }
div#menu ul li.current>a,
div#menu ul li:hover>a { background-color: #ffeec5 }

/* Eye candy */
div#menu div.sub {
  -webkit-box-shadow: 0px 5px 9px rgba(50, 50, 50, 0.84);
  -moz-box-shadow:    0px 5px 9px rgba(50, 50, 50, 0.84);
  box-shadow:         0px 5px 9px rgba(50, 50, 50, 0.84);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
div#menu div.sub              { visibility: hidden; overflow: hidden; margin: 0; z-index: 9; position: absolute; top: 40px; width: 250px; background-color: #ffeec5; }
div#menu ul.sub               { margin: 10px 0 0px 0; white-space: nowrap; }
div#menu ul.sub li            { float: none; margin: 0px; padding: 0; }
div#menu ul.sub li a:link,
div#menu ul.sub li a:visited,
div#menu ul.sub li a          { font-size: 0.75em; text-align: left; height: auto; text-decoration: none; font-weight: normal; width: auto; line-height: 2em; display: block; padding: 0 10px; color: #000; }
div#menu ul.sub li a:hover    { background-color: #fff; }

/* Hide items that would break the menu bar  */
div#menu ul li { display: none; }
div#menu ul li.item-1, div#menu ul li.item-2, div#menu ul li.item-3,
div#menu ul li.item-4, div#menu ul li.item-5, div#menu ul li.item-6, div#menu ul.sub li { display: block; }

div#breadcrumbs { background-color: #fde29d; padding: 4px 10px 4px 10px }

div.subcategoriesAction a img { border: 1px solid #ddd; }
div.subcategoriesAction a:hover img { border: 1px solid #6E6E70; margin-right: 10px; }

div.menuAction ul ul ul { list-style: none; }
div.menuAction ul { list-style: none; padding: 0; margin: 0 0 2em 0; }
div.menuAction ul li { margin: 0; padding: 0; }
div.menuAction ul li a { display: block; padding: 4px 0px; font-weight: bold; padding-left: 5px; background-color: #fff; border-bottom: 1px solid #F9E5A9; }
div.menuAction ul li li a { padding-left: 20px; background-color: #FEEFC8; font-weight: normal; }
div.menuAction ul li a:visited,
div.menuAction ul li a:link { text-decoration: none; }
div.menuAction ul li a:hover { color: #444; }
div.menuAction ul li li a:hover {  background-color: #FFFFFF; color: #000; }

div#section_main div.basketAction { display: none; }

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
div#section_column,
div#section_main { background-color: #fff; padding: 10px;  }
.transparent div#section_main { background: none; padding: 0; }
div#section_main { width: 618px; }

div#main { margin: 0 16px; }

div.newsletter-subscribe h4 { font-size: 1.2em; color: #62605e; }

div.product_detail { width: 309px; }
div.product_detail .header { border-top: 1px #FBB10E solid; }
div.product_detail .content { background: url( /templates/rcb-online/images/background.product.detail.center.png ) repeat-y left top; padding: 10px 0; }
div.product_detail .footer { border-top: 1px #FBB10E solid; }
div.product_detail .left,
div.product_detail .right { float: left; width: 122px; padding-left: 15px; padding-right: 15px; }
div.product_detail .right p { font-size: 1.2em; }

div.category_overview { width: 641px; margin-bottom: 12px; }
div.category_overview .header { border-top: 2px #FBB10E solid; }
div.category_overview .content { padding: 12px 0; background: url( /templates/rcb-online/images/background.category.overview.center.gif ) repeat-y left top; }
div.category_overview .footer { border-top: 2px #FBB10E solid; }
div.category_overview .col1 { float: left; width: 300px; padding-left: 15px; padding-right: 15px; }
div.category_overview .col1 em { float: right; clear: right; }
div.category_overview .col2,
div.category_overview .col3 { float: left; width: 122px; padding-left: 15px; padding-right: 15px; }
div.category_overview .col3 p { font-size: 1.2em; }

.container div.category_overview_2col .col3 { width: 265px; }
.container div.category_overview_2col .header  { border-top: 2px #FBB10E solid; }
.container div.category_overview_2col .content { background: url( /templates/rcb-online/images/background.category.overview.center.2col.gif ) repeat-y left top; }
.container div.category_overview_2col .footer  { border-top: 2px #FBB10E solid; }

.container div.imageSelect a { float: left; padding: 0; margin: 5px 3px; text-align: center; font-size: 0.9em; text-decoration: none; width: 20px; height: 20px; background: url( /templates/rcb-online/images/checkbox.png ) no-repeat; }

.container div.checkbox { margin-top: 5px; width: 20px; height: 20px; background: url( /templates/rcb-online/images/checkbox.png ) no-repeat left top; cursor: pointer; }
.container div.checked { background-position: left bottom; }

.container .product_detail_image { width: 279px; }
.container .product_detail_order { margin-right: 0px; }

ul.order, ul.order ul { margin-bottom: 0px; }

div.product { margin: 10px 20px 0 10px; padding: 10px; border: 1px solid #ddd; height: 230px; position: relative; }
div.product a.buy { background-color: #FFD64E; border: 1px solid #FBBE29; padding: 3px 8px 5px 8px; text-decoration: none; color: #333; position: absolute; bottom: 5px; right: 5px; }

/**************************************/
/*               FOOTER               */
/**************************************/
div#footer { background-color: #000000; }
div#footer { text-align: center; color: white; padding-top: 10px; }
div#footer a { color: white; }

div#footer div.paymentlogos { margin-right: 10px; }
div#footer div.paymentlogos a img { padding: 0 0 4px 0; }

div#footer a { color: white; text-decoration: none; } 
div#footer a:hover { text-decoration: underline; }
div#footer ul { margin:0; padding: 0 20px 20px 20px; float:left; width: 150px; } 
div#footer ul li strong { font-size: 1.1em; font-weight: bold; }
div#footer ul li { text-align:left; list-style:none; margin:0; padding: 0; max-width: 200px; line-height: 18px; }
div#footer ul li.child { padding-left: 10px; }

div#colofonFooter a,
div#colofonFooter a:visited { color: white; text-decoration: none; }
div#colofonFooter { text-align: center; color: #fff; line-height: 2.5em; }


/**************************************/
/*            EDITOR CONTENT          */
/**************************************/
body#tinymce, body#tinymce td, body#tinymce pre { font-family: "Liberation Sans",Helvetica,Arial,sans-serif; }
body#tinymce { background: white; padding-top: 10px; }

/* Shop */
.container div.ShopModule div.basketOverviewAction table#orderProducts ul,
.container div.ShopModule div.checkoutAction table#orderProducts ul { list-style-type: disc; margin-left: 1.5em; }
.container div.ShopModule div.basketOverviewAction table#orderProducts ul ul, 
.container div.ShopModule div.checkoutAction table#orderProducts ul ul { list-style-type: square; }

.container div.ShopModule div.checkoutAction table td.span-7 { vertical-align: top; }
.container div.ShopModule div.checkoutAction table td.span-7,
.container div.ShopModule div.checkoutAction table td.span-7 label { width: 240px; margin-top: 0; margin-bottom: 0; }
.container div.ShopModule div.checkoutAction table input#name_last { float: left; margin-left: 2px; }

.container div.ShopModule div.checkoutAction table.newsletter { display: none; }

.container div.ShopModule div.pagination-options { display: none; }
