/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.mottodistribution.com/wholesale/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.mottodistribution.com/wholesale/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.mottodistribution.com/wholesale/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.mottodistribution.com/wholesale/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.mottodistribution.com/wholesale/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.mottodistribution.com/wholesale/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.mottodistribution.com/wholesale/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.mottodistribution.com/wholesale/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.mottodistribution.com/wholesale/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}

/* CSS Document 

Motto Online Bookshop
http://www.mottodistribution.com/shop
*/



/* Reset
--------------------------------------------------------------------------------------- */

* {
  padding: 0;
  margin: 0;
}

img, a img {
  border: none;
}

a {
  text-decoration: none;
  color: #2567B8;
}

a:focus {
  outline: none;
}

input { background-color: #FFFFFF; }

/* Globals und Typo
--------------------------------------------------------------------------------------- */
/*img, div, a, input { behavior: url(http://www.mottodistribution.com/wholesale/skin/frontend/default/Motto2/css/iepngfix.htc); }*/

body {
  font: 12px/1.5em Arial, Helvetica, Georgia, sans-serif;
  letter-spacing: 1px;
  background: #FFFFFF;
  color: #000000;
}

/*
h1 {
  margin: 0 0 7px 0;
  color: #0167B9;
}*/

h1 {
  color: #000000;
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 15px;
}

h2 {font-weight: normal;}

.cms-home h1 {
display: none;  
}

input {
  border: 1px solid;
}

.button {
  cursor: pointer;  
}

/* HEADER 
--------------------------------------------------------------------------------------- */
.logo {
  float: left;
  width: 205px;
  height: 80px;
}

#header .top-menu-container { 
  float: left;
  margin-top: 50px;
  font: 1.4em "Times New Roman";
  color: #FFFFFF;
}

/* Search: */
.search {
  float: left;
}

.header .form-search {}

.search span, .form-search label {display: none ;}

#search  {
  border: medium none;
  float: left;
  font-family: Arial;
  font-size: 0.8em;
  padding: 3px 10px;
  width: 160px; 
}


.form-search button {
  background: url("http://www.mottodistribution.com/wholesale/skin/frontend/default/Motto2/images/bt_search-go.gif") repeat scroll 0% 0% transparent;
  width: 30px;
  height: 24px;
  border: medium none;
  margin-right: 8px;
  margin-left: 3px;
  margin-top: 2px;
  float: left;
}

/* Browser ----- */
.browser {
  float: left;
}

select.browser_box {
}

.search span,
.browser span { display: none;}

/* Topnavi ----- */
.topnavi {
  float: left;
}

.topnavi ul {
  list-style-type: none;
}

.topnavi a {
  color: #FFFFFF;
  text-decoration: underline;
}

.topnavi li a:hover,
.topnavi li a.active {
  /*color: #0167B9;
  background: #FFFFFF;*/
  text-decoration: none;
}

.topnavi ul li {
  margin-left: 19px;
  float: left;
}



/* SIDEBAR LEFT
--------------------------------------------------------------------------------------- */
/* MAINNAVI ----- */
ul.mainnavi {
  margin: 0;
  list-style-type: none;
}

ul.storenavi { margin-top: 20px; }

ul.mainnavi li a, ul.mainnavi li a:visited  {
  font: 1.5em/1.5em "Times New Roman";
  padding: 0;
  height: 32px;
  color: #2567B8;
}

ul.mainnavi li a:hover,
ul.mainnavi li a.active {
  color: #000000;
  text-decoration: underline;
}

/* CART ----- */

.cart {
  background: #FFFFFF;
  float: left;
  margin-left: 70px;
  margin-top: 5px;
}

.cart table {
  width: 162px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #FFFFFF;
}

.cart table tr th {
  color: #FFFFFF;
  text-align: left;
  background: #0167B9;
}

.cart table tr {
  height: 20px;
}

.cart table tr th,
.cart table tr td {
  padding: 2px 5px;
}

.cart table tr td {
  color: #0167B9;
}

#mycart {
    color: #fff;
}


/* CONTENTAREA
--------------------------------------------------------------------------------------- */
.contentarea h4 {
	margin-top: 1em;
	}

/* Check-out  --- */
.checkout-types {
	margin: 2em 0 2em 0;
	}

.form-button-alt, .form-button, .button, .fake-button {
  background: none repeat scroll 0 0 #2567B8;
  border: medium none;
  border-radius: 4px 4px 4px 4px;
  /*box-shadow: 1px 2px 2px 0 #CCCCCC;*/
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  margin: 5px 2px 10px 0;
  padding: 4px;
  /*text-transform: uppercase;*/
  font-weight: normal;
  letter-spacing: 2px;
	}
	
.fake-button { padding: 4px; }	
	
.shopping-cart-totals {
	/*margin-top: 2em;*/
	}

.checkout-types big {
	line-height: 1.7em;
	}

.product-view {
  border: none;
}
.product-essential { background: none; }

.breadcrumbs {}

/* Article Boxes --- */
.article_box {
  border: 1px none #000000;
  float: left;
  height: 380px;
  margin-right: 30px;
  width: 200px;
  font-family: Arial;
  font-size: 1em;  
  margin-bottom: 10px;
}

.article_box .price-box {
	margin-right: 7px;
	float: left !important;}

.icon_new {
  z-index: 50;
  position: absolute;
  top: -18px;
  left: -18px;
}

.article_image {
 /* width: auto !important;
  max-width: 180px;
  width: 180px;
  height: 160px;
  margin: 0 0 10px 0;
  overflow: hidden;*/
  line-height: 200px;
  margin-bottom: 10px;
}

.article_image img { vertical-align: bottom;}

.article_description {
  height: 120px;
}

.article_description p {
  margin-bottom: 3px;
}

.product-title a { font-weight: bold; color: #000;}

.article_desription_box { min-height: 35px;}

/* Discount! */
.old-price .price-label, .special-price .price-label { display: none;}
.old-price, .special-price { display: inline;}
.old-price .price { margin-right: 6px;
text-decoration: line-through; }
.special-price .price { color: red; }


span.categorie {
  margin: 0 0 10px 0;
  color: #0167B9;
}

.article_zoom_description div {
margin: 0 0 3px 0;
}

#qty {
   width: 30px;
   border: 1px solid #eee;
   background: #f0f0f0;
}


/* Article ZOOM --- */
.article_container{}
.article_zoom_image {
  float: left;
  width: 450px;
  height: auto !important;
  height: 490px;
  margin-right: 10px;
}

.article_zoom_description {
  float: left;
  width: 490px;
  height: auto !important;
  min-height: 490px;
  height: auto;
}

.article_zoom_description .product-title { 
  font-weight: bold;
  color: #2567B8;
  margin-bottom: 5px;
  font-size: 1.4em;
}

.article_zoom_description p.alert-stock { display: inline;}

.product-label { color: #2567B8; }
.head .product-label { font-weight: bold; }
.article_zoom_description .price-box { display: inline;}

.article_zoom_description .add-to-holder {
  margin: 10px 0;
}

.article_zoom_description .add-to-holder legend {
  font-weight: bold;
  color: #2567B8;  
}

#product-images-container { 
  float: left;
  width: 385px; 
  margin-right: 30px;
}

.product-img-box { 
  margin-bottom: 10px;
  height: 370px;
  width: 370px;
  line-height: 370px;  
}

.product-img {
  margin-bottom: 10px;
}

.product-img-small img, .product-img-box img {
  vertical-align: middle;  
}

.product-img-box .product-image-zoom {
height:auto;
overflow:visible;

width:auto;
z-index:9;
}


/* Pagination ----- */
.page-title h1 {
  font-size: 2em;  
  color: #000000;
  font-weight: normal;
  margin-bottom: 20px;
}

.pages {
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  font-size: 1.4em;
  margin: 10px auto;
  padding: 4px 0;
  text-align: center;
  width: 365px;
}

.pages ol {
  list-style-type: none;
}

.pages ol li {
  display: inline;
  padding: 0 3px;
  font-weight: bold;
}

.pages ul li a {
color: #0167B9;
}

.pages strong { display: none; }

.cleaner {
clear: both;
}

#footer {
  font-size: 0.8em;
   margin: 5px auto;
   text-align: center;
   width: 75%;
  
}

/* breadcrumbs */
.category-head { height: 40px;}

.category-head ul {
  list-style-type: none;
  font-size: 1.2em;
}

.category-head a {
	color: #0167B9;
}

.category-head li a:hover,
.category-head li a.active {
	color: #0167B9;
}

.category-head ul li {
	margin-left: 5px;
	float: left;
}

.category-head ul li strong { font-weight: normal; }

.no-display{
	display:none;
}

.std h3 { display: none; }

/* FOOTER
--------------------------------------------------------------------------------------- */
.footer p {
color: #FFFFFF;
line-height: 40px;
text-align: center;
}

.footer a {
color: #333;
font-weight: bold;
}

.footer a:hover {
	color: #000;
	text-decoration: none;
}

#more-views-slider {
	position: relative;
	border: 1px solid #ccc;
	width: 250px;
	height: 100px;
}

#slider-images {
	position: absolute;
	left: 10px;
	float: left;
	width: 209px;
	height: 67px;
	padding: 8px;
	overflow: hidden;
	white-space: nowrap;
	display:inline;
}

#h-scroll {
	position: absolute;
	float: left;
	clear: both;
	top: 70px;
	left:0px;
	width: 245px;
	height: 15px;
	background: transparent url(http://www.mottodistribution.com/wholesale/skin/frontend/default/Motto2/images/h-scroll.png) no-repeat top right;
}

#h-track {
	position: relative;
	width: 260px;
	height: 15px;
}

#h-handle {
	width: 37px;
	height: 15px;
}

/* Clear Floats Without Structural Markup 
 * ---------------------------------------
 * http://www.positioniseverything.net/easyclearing.html */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \ */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* clear classes */
.clearleft, .clearl, .cleft {
  clear: left;
}

.clearright, .clearr, .cright {
  clear: right;
}

.clear, .clearboth, .clearall {
  clear: both;
}

/* Float classes */
.floatleft, .fleft, .floatl {
  float: left;
  margin: 0 10px 5px 0;
}

.floatright, .fright, .floatr {
  float: right;
  margin: 0 0 5px 10px;
}





/* LOGIN PAGE 
--------------------------------------------------------------------------------------- */
.registered-users, .new-users { 
  float: left;
  margin-right: 35px;  
  width: 350px;
}

.new-users p { width: 350px; }
  
.registered-users h2, .new-users h2 { 
  font-weight: normal;
  font-size: 1em;
  color: #2567B8;
  margin-top: 10px;
}  

.form-list { list-style:none outside none; }
.form-list li { margin-top: 5px; }


label.required { 
  /*font-weight: bold;*/
  }
p.required { font-size: 0.8em;}

.new-users button { margin-top: 20px;}

.input-box input { width: 200px; }
select  { width: 260px; }
select.browser_box { width: 180px; margin: 3px 0px 0px 10px ;}

.registered-users a { 
  margin-top: 10px; 
  /*font-size: 0.9em;*/
  color: #2567B8; 
  font-style: italic;
}

#login-form ul.messages { margin: 10px 0 0 0; color: red; font-weight: normal;}



/* FORM ELEMENTS
--------------------------------------------------------------------------------------- */
fieldset { margin-top: 20px; border: none; }
.input-box .checkbox, .input-box .radio, .control .input-box{ width: auto; display: inline;}
.validation-advice { font-size: 0.8em;}
input { 
  border-radius: 2px 2px 2px 2px;
  font-size: 1.1em;
  margin: 2px;
  padding: 2px; 
  font-family: Arial; 
}
label { min-width: 70px; display: inline-table;}
#login-form label { display: inline;}
#login-form .input-box { display: block;}
textarea { min-width: 300px; min-height: 100px;}

.input-box textarea { display: block; }


/* CHECKOUT PAGE
--------------------------------------------------------------------------------------- */

#co-billing-form .input-box { float: left;}
#co-billing-form label { float: left;}

#checkoutSteps p { margin: 10px 0; width: 500px;}
#checkoutSteps>li { 
  background-color: #EEEEEE;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 20px;
  padding: 15px;
}

#checkoutSteps fieldset { margin: 0;}

.col2-set .col-1 { margin-bottom: 10px;}


#shopping-cart-table { margin-top: 30px; }
#shopping-cart-table th { text-align: left; padding-right: 20px; }
#shopping-cart-table td { padding: 5px; padding-right: 20px; padding-left: 0px;}
#shopping-cart-table td.attributes-col { width: 175px ;}
#shopping-cart-table input { width: 25px ;}

ul.checkout-types { list-style: none;}

.shipping-estimate {margin-top: 20px;}
.shipping-estimate p { margin-bottom: 10px;}

.checkout-onepage-index ul, .checkout-onepage-index ol { list-style: none; width: 650px; }

.extra-adress-input {
     margin-bottom: 20px;
      margin-left: 134px;
      margin-top: -0px;
}

#co-billing-form #billing-new-address-form label, 
#co-shipping-form #shipping-new-address-form label {
  display: inline-table;
  width: 130px;
  /*margin: 10px 0 -4px; */
	margin-top: 0px;
}

#co-billing-form fieldset label, 
#co-shipping-form fieldset label {
  width: auto;
	margin-left: 8px;

}

#co-billing-form #billing-new-address-form #save-in-address-book  { 
  margin-bottom: 0;
  margin-top: 14px;
  width: auto;
}

/*#checkout-step-billing .input-box { margin-bottom: 20px;}*/

.one-page-checkout-progress h4 { margin-top: 20px;  }

#checkout-review-table { /*margin: 20px 0; */}

#checkout-review-table .attributes-col,
#checkout-review-table thead tr.first-child {
  padding-right: 30px;
}

#checkout-review-table td, #checkout-review-table th  {
  padding: 5px;
  padding-left: 0;
}
#checkout-review-table td.last { text-align: right;}
#checkout-review-table th  {
  text-align: left;
  color: #2567B8;
}
#checkout-review-table tbody tr.last td, #checkout-review-table tr.summary-total td { border-bottom: 1px solid gray;}


#checkout-payment-method-load { margin-top: 5px;}

/* CHECKOUT METHOD */
.shipment-methods h4 { color:#2567B8; }
.shipping-method { margin: 5px 0;}

/* PAYMENT OPTIONS */
.checkout-cart-index #co-payment-form{ margin: 10px 0;}


/* CART */
.shipping { margin-top: 25px;}
.shipping .form-list li { margin-top: 15px; }
#shopping-cart-totals-table td { padding: 5px;}
#shopping-cart-totals-table tfoot td {    border-top: 1px solid gray; }


.checkout-cart-index #co-shipping-method-form div { margin: 5px 0;}
.checkout-cart-index #co-shipping-method-form div.buttons-set { margin: 0;}

.checkout-cart-index #shipping-zip-form { float: left; margin-right: 75px; min-height: 150px;}
.checkout-cart-index #co-shipping-method-form  { float: left; margin-right: 45px; min-height: 150px; width: 175px;}

.shopping-cart-collaterals .upsell {  
  background: none repeat scroll 0 0 #EEEEEE;
  border-radius: 4px 4px 4px 4px;
  margin: 30px 0;
  padding: 10px;
}

ul.generic-product-list { list-style: none outside none; }
ul.generic-product-list li {
  float: left;
  padding: 20px;
  width: 150px;
}
.cart-disclaimer { 
  font-size: 0.9em;
  font-style: italic;
  padding-top: 10px;
  width: 450px;
  margin-bottom: 20px;  
}


.product-shop h5 { height: 52px; }

/* ACCOUNT PAGES
--------------------------------------------------------------------------------------- */
.account-create {}

.customer-account-index h3 { margin: 5px 0; margin-top: 15px;}
.customer-account-index h2 { margin: 15px 0; margin-bottom: 0px;}
.customer-account-index p { width: 400px; margin-bottom: 10px;}

.box-account .col2-set { float: left; }
.box-content > div { margin: 10px 0;}

.back-link { margin: 10px 0; }


#form-validate label {
  display: inline-table;
  width: 120px;  
}

#form-validate .control label {width: auto; margin-left:3px;}
#form-validate h2 { font-size: 1.4em; margin-top: 15px; margin-bottom: 10px;}
#form-validate .fieldset { /*margin-bottom: 20px;*/ }

.addresses-list > div { margin: 10px 0;}
.addresses-list > div > div { margin: 10px 0;}

.customer-address-index .my-account h2 { margin-bottom: 10px; }
.customer-address-index .my-account ol { list-style: none outside none; }
.customer-address-index .my-account li { margin-bottom: 20px; }

.my-account .col2-set .col-1, .my-account .col2-set .col-2 { float: left; margin-right: 40px;
margin-bottom: 20px;
width: 200px;}
.my-account .addresses-primary { margin-right: 50px;}

.customer-account-index #my-orders-table td { text-align: center;  }
.sales-order-view #my-orders-table td, .sales-order-view #my-orders-table th {
    min-width: 80px;
    padding: 8px;
    text-align: left;
}

.sales-order-view #my-orders-table .grand_total td { border-top: 1px dotted #CCC;}

.order-info-box h2 { 
  font-size: 1.4em;
  margin-bottom: 5px;
  margin-top: 15px;
}

#my-orders-table h3.product-name { font-size: 1em;}

.box-head { margin-bottom: 10px; }
.box-head h2 { margin-bottom: 10px; }

#my-orders-table td {
  min-width: 80px;
  padding: 8px;
}
#my-orders-table td.last {
  min-width: 140px;
}
#my-orders-table th {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 4px;
  padding-right: 20px;  
}

.box-recent {
  border-bottom: 1px dotted gray;
  border-top: 1px dotted gray;
  margin: 30px 0;
  padding: 30px 0;
  width: 800px;
}

.box-info {
  border-bottom: 1px dotted gray;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 800px;
}

#shopping-cart-table .even { background-color: #eee; }
#shopping-cart-table .even td, #shopping-cart-table .odd td { 
padding: 10px 20px 10px 10px;  
}
#shopping-cart-table th {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 4px;
    padding-right: 20px;
    text-align: left;
}


/*
background-color: #EEEEEE;
border-radius: 4px 4px 4px 4px;
margin: 20px 0;
padding: 10px;
width: 800px;
*/





/* MESSAGE STYLES
--------------------------------------------------------------------------------------- */

ul.messages { 
  font-weight: bold;
  list-style: none outside none;
  margin-bottom: 20px;
  
}
.success-msg ul, ul.messages, .error-msg ul { list-style: none;}

.checkout-cart-index #checkout-shipping-method-load { margin: 10px 0;}


/* ORDINARY EVERYDAY PAGES...
--------------------------------------------------------------------------------------- */
.publisher-letter-index { margin-bottom: 20px; list-style: none outside none;}
.publisher-letter-index li { margin-bottom: 5px; }
.publisher-letter-col h2 { margin-bottom: 10px; }
.publisher-letter-col { float: left; margin-right: 20px; width: 220px;}

.cat-column { float: left; margin-right: 45px; }
.cat-column h2 { margin: 10px 0; }
.category-list { list-style: none outside none;}
.category-list li { margin-bottom: 5px; }

.cms-faq .std, .cms-disclaimer .std { width: 450px;}
.cms-faq .std p, .cms-disclaimer .std p { margin-bottom: 20px; }

.rss-table {}

.rss-table tr.even td { background-color: #eee; }
.rss-table td { 
padding: 10px 20px 10px 10px;  
}


/* CONTACT FORM */
.contacts-index-index label { width: 80px;}
.contacts-index-index textarea { 
  height: 160px;
  width: 450px;
}








/*
#header {
  background-color: #2567B8;
  height: 80px;
  overflow: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#main {
  padding-left: 25px;
  padding-top: 100px;
  min-height: 650px;
}

#sidebar-left {
  float: left;
  width: 180px;
  margin-right: 20px  ;
}

#contentarea {
  background-color: #FFFFFF;
  margin-left: 200px;
}

.cms-home #contentarea,  .catalogsearch-result-index  #contentarea { margin-left: 0; }

#footer {
  text-align: center;
}
*/

/* Layout
 * ------
 * Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
 *
 * 1. Header
 * 2. Content
 * 3. Navigation menus
 * 4. Sidebar Left
 * 5. Sideabr Right */
/* remove 'auto' and the width to switch to a fluid width */
/* line 15, ../sass/layout.sass */
#page {
  width: 1140px;
  
  /*margin: 0 auto;*/
}

/* Layout rules. (Disclaimer: do not change if you're not sure you know what you're doing.) */
/* line 20, ../sass/layout.sass */
#contentarea {
  float: left;
  /*width: 100%;*/
  margin-right: -100%;
  margin-left: 200px;
  padding: 0;
}

#content-inner { min-width: 910px; }

/* line 26, ../sass/layout.sass */
.sidebar {
  float: left;
}

/* line 29, ../sass/layout.sass */
#sidebar-right {
  float: right;
}

/* line 32, ../sass/layout.sass */
#footer {
  float: none;
  clear: both;
}

/* Layout Helpers */
/* line 37, ../sass/layout.sass */
#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

#header {
  background-color: #2567B8;
  height: 80px;
  overflow: visible;
  position: fixed;
  top: 0;
  min-width: 1200px;  
  width: 100%;
  z-index: 100;
}

#main {
  padding-left: 25px;
  padding-top: 100px;
  min-height: 650px;
}




/* Sidebars width
 * --------------
 * Changing the width of the sidebars is dead easy, just change the
 * values below corresponding to the sidebar you want to modify.
 * Make sure you keep negative values as negative values.
 * For example, if I want to increase the width of the left sidebar
 * to 300px, I would have to change each '190' to '300'. */
/* line 55, ../sass/layout.sass */
.two-sidebars .center,
.sidebar-first .center {
  /*margin-left: 200px;*/
}

/* line 59, ../sass/layout.sass */
#sidebar-left {
  width: 230px;
  margin-right: -230px;
}

/* line 65, ../sass/layout.sass */
.two-sidebars .center,
.sidebar-right .center {
  /*margin-right: 230px;*/
}

/* line 69, ../sass/layout.sass */
#sidebar-right {
  width: 230px;
}

/* Columns Inner
 * -------------
 * You can change the padding inside the columns without changing the
 * width of them by just usinbg the INNER div of each column */
/* line 76, ../sass/layout.sass */
.inner {
  padding: 0;
}

/* Navigation styles
 * -----------------
 * The navigation is loaded after the content, so we need to make space
 * for it, equal to its height, so if you change the height of the navigation,
 * remember to adapt the margin top of the content and sidebars. */
/* line 84, ../sass/layout.sass */
#navigation {
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
  height: 40px;
}

/* line 94, ../sass/layout.sass */
.with-navigation #content,
.with-navigation .sidebar {
  margin-top: 40px;
}




/*** FIX FRONT PAGE & SEARCH ***/
.cms-home #page, 
.catalogsearch-result-index #page,
.catalog-category-view #page,
.cms-staff-picks #page,
.cms-sale #page,
.cms-editions #pages
{ width:auto; }

.cms-home #contentarea,  
.catalogsearch-result-index #contentarea, 
.catalog-category-view #contentarea, 
.cms-staff-picks #contentarea,
.cms-sale #contentarea,
.cms-editions #contentarea
{ float: none; margin-left:0; width: 100%;}

.cms-home .center, 
.catalogsearch-result-index .center,
.catalog-category-view .center,
.cms-staff-picks .center,
.cms-sale .center,
.cms-editions .center
{ margin: 0; }

.cms-home #sidebar-left, 
.catalogsearch-result-index #sidebar-left,
.catalog-category-view #sidebar-left,
.cms-staff-picks #sidebar-left,
.cms-sale #sidebar-left,
.cms-editions #sidebar-left
{margin-right:0;}

/*** FIX SEARCH AUTOCOMPLETE ***/
.search-autocomplete
{background: #2567b8; opacity: 0.75; padding: 10px; padding-left: 20px;}


/* FIX CHECKOUT PAGE */
.checkout-onepage-index #page { width: 930px;}



