@import url('normalize.css');
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: bold;
}

.chromeframe {
    margin-top: 30px;
    padding: 20px;
}

.wrapper {
    width: 1024px;
    margin: 0 auto;
    padding: 0px 10px;
    margin-top: -18px;
    text-align: left;
    background-color: #fff;
}

.header{
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
}

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

.header a:hover {
    color: #ccc;
}

.logo {
    width: 404px;
    height: 87px;
    overflow: hidden;
    margin:0;
    padding: 10px 0;
    float: left;
}

#headerbanner{
    float: right;
    padding: 20px 0;
}
.quick-access{
    display: block;
    width: 100%;
    clear: both;
    padding-top: 20px;
}

#search_mini_form{
    display: block;
    width: 34%;
    float: left;
    padding-bottom: 30px;
}

.quick-access ul {
    list-style: none;
}

.quick-access li {
    display: inline-block;
    padding-right: 10px;
}

.links {
    float: right;
}

.quick-access a {
    border-left: 1px solid #000;
    padding-left: 10px;
}

/* Nav starts here */
.nav-container {
    padding: 20px 0 40px;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#nav li {
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-right: 20px;
}

ul#nav li a {
    display: block;
    color: #000;
    text-decoration: none;
}

ul#nav li a:hover {
    color: #ccc;
}

.clearBoth {
    clear: both;
}

/*Home Page content*/

#welcomemessage {
    padding-top: 20px;
}

.col-wrapper {
    /*background: yellow;*/
    width: 830px;
    float: left;
}

.col3-layout .col-main {
    width: 620px;
    margin-left: 10px;
}

.col-main {
    width: 620px;
    float: right;
    padding-left: 20px;
    margin-bottom: 50px;
}

.col-left {
    width: 180px;
    float: left;
}

.col-right {
    width: 170px;
    float: right;
    margin-left: 20px;
}

.toolbar {
    padding-bottom: 10px;
}

.linkimage{
    width: 135px;
    height: 135px;
    padding: 22px;
    margin: 0;
}

.home-page-categories {
    width:184px;
    /*height: 214px;*/
    float: left;
    margin: 10px;
    /*padding: 10px 22px;*/
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}

.product-name-link {
    padding: 15px 0;
    height: 40px;
    border-radius: 0 0 5px 5px;
}

.product-name-link:hover {
    background: #c3daf9;
}

.home-page-categories-link {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 0 15px;
}

/*.home-page-categories a:hover {
    color: #ccc;
}
*/

/* Right side bar */

.block-cart a {
    color: #000;
}

.block-cart a:hover {
    color: grey;
}

.block-misc {
    margin-bottom: 40px;
}

.block-cart ol {
    padding: 0;
    list-style: none;
}

.block-cart ol li {
    border: none;
}

#cart-sidebar img {
    float: none;
    margin-bottom: 10px;
}

.summary .amount {
    width: 100%;
}

#cart-sidebar .item {
    padding: 0;
}

.block-cart {
    margin-top: 30px;
    padding: 20px;
    background: #c3daf9;
    border-radius: 5px;
}

.block-misc .block-title,
.block-misc .block-content {
    padding: 0 0 0 5px;
}

.block-misc img:first-child {
    margin-top: 30px;
}

.block-misc h2 {
    font-size: 1em;
}

.block-misc p {
    font-size: .9em;
}

.product-details .product-name {
    font-size: 1em;
    margin-top: 5px;
}

.product-details a {
    padding-bottom: 5px;
}

#cart-sidebar-reorder {
    list-style: none;
    padding-left: 0;
}

.button.button.btn-cart {
    display: block;
    margin-bottom: 10px;
}

/* Footer */

.footer {
    border-top: solid 1px #ccc;
    padding: 30px 0;
}

.footer-container {
    display: block;
    width: 100%;
    clear: both;
}

.footer ul li {
    display: inline;
    border-right: solid 1px #ccc;
    padding-right: 10px;
}

.footer ul li:last-child {
    border-right: none;
}

.footer ul {
    display: block;
    text-align: center;
    padding: 10px;
}

.footer .links {
    float: none;
}

.footer a {
    text-decoration: none;
    color: black;
    padding-left: 10px;
}

.footer a:hover {
    color: #ccc;
}

/* catalog product pages */

.breadcrumbs {
    padding: 10px 0 20px 0;
    width: 800px;
    display: inline-block;
}
.breadcrumbs ul li {
    display: inline;
    font-size: .8em;
}

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

/* Login or Create an Account */

#login-form .col2-set {
    width: 100%;
}

#login-form .col2-set .col-1 {
    float: left;   
} 

#login-form .col2-set .col-2 {
    float: right;   
}

/* Sitemap */

.page-sitemap .pager .amount {
    float: none;
}

.page-sitemap a {
    color: #000;
}

.page-sitemap a:hover {
    color: #ccc;
}

/* Advanced search */

#advanced-search-list input, #advanced-search-list select {
    margin-bottom: 20px;
}

/* Social media buttons */

.facebook-container, .twitter-container {
		display: inline-block;
}

.facebook-container {
		padding: 0 10px 0 0;
}

.social-media-buttons {
		padding: 10px 0 0 0;
}

/* Checkout ============================================================================== */
/* One Page */

#p_method_pxpay, label[for="p_method_pxpay"] {
    display: none;
}

.checkout-main {
    float: left;
    width: 800px;
}

.col-right-checkout {
    float: right;
    margin-top: 20px;
}

#gift-message-whole-message {
    width: 60%;
}

/* Default styles grabbed from default theme */
.opc {
    border-bottom:1px solid #ddd;
    position:relative;
    list-style: none;
    padding: 0;
    width: 800px;
    margin: auto;
    margin-bottom: 50px;
}

.opc li.section {
    border:1px solid #ddd;
    border-bottom:0;
}

.opc .step-title {
    background-color:#f6f6f6;
    padding:0 5px;
    text-align:right;
}

.opc .step-title .number {
    float:left;
    line-height:22px;
    margin-right:5px;
}

.opc .step-title h3 {
    float:left;
}

.opc .allow .step-title {
    cursor:pointer;
}
.opc .active {}

.opc .active .step-title {
    background-color:#ccc;
    cursor:default;
}

.opc .step {
    border-top:1px solid #ddd;
    padding:10px;
    position:relative;
}

.opc .step .tool-tip {
    right:10px;
}

.opc .order-review {}

#checkout-step-login .col2-set {
    width: 100%;
}

.col2-set .col-1,
.col2-set .col-2 {
    width: 380px;
    float: left;
}

.control .radio {
    margin-right: 10px;
}

.col-2 .buttons-set .button {
    display: block;
    margin-top: 10px;
}

#checkout-step-billing {
    padding: 20px;
}

#checkoutSteps input,
#checkoutSteps select {
    margin-bottom: 20px;
}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

.multiple-checkout .col2-set .col-1 h4{
	border: 1px solid #DDDDDD;
	padding:5px;
	margin: 5px 0 5px
}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

#checkout-payment-method-load dt:first-child {
    display: none;
}

/*catalog page product display*/

/* search results and limiter*/
.toolbar {
    width: 100%;
}

.amount {
    width: 200px;
    float: left;
}

.limiter {
    width: 200px;
    padding: 1em 0;
    float: left;
}

.pager {
    width:330px;
    display: inline;
}

.sorter {
    width: 330px;
    display: inline;
}

.view-mode {
    width: 150px;
    float: left;
}

.sort-by {
    width: 150px;
    float: left;
    padding: 1em 0;
}

/*products list*/

ol#products-list {
    padding: 0;
    list-style-type: none;
}

.item {
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 20px;
    border-radius: 5px;
}

.item img {
    float: left;
    margin-right: 20px;
}

.product-shop {
    width: 420px;
    float: right;
}

.product-name {
    margin-top: 0;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.f-fix p {
    margin-top: 0;
}

.category-products a {
    text-decoration: none;
    color: #000;
}

.category-products a:hover {
    text-decoration: none;
    color: #ccc;
}

.minimal-price-link {
    display: none;
}

.desc a {
    color: blue;
    display: block;
    margin: 5px 0;
}

.add-to-links li {
    display: inline-block;
}

.add-to-links a {
    color: blue;
}

.page-title h1 {
    margin-bottom: 20px;
}

.category-description {
    margin-bottom: 20px;
}

/* Large product display */


.product-essential .product-shop {
    width: 250px;
    float: right;
    margin-left: 20px;
}

.product-img-box {
    width: 350;
    float: left;
}

.product-img-box .product-image img {
    width: 350px;
    height: 350px;
}

.clearer {
    clear: both;
}

.product-name h1 {
    font-size: 1.5em;
}

.price-box {
    padding-bottom: 10px;
}

.add-to-cart .button {
    margin: 15px 0 20px;
    padding: 5px;
}

.short-description h2 {
    font-size: 1.1em;
}

.product-collateral {
    margin-bottom: 70px;
}

/* Shopping cart */

.col1-layout .main .col-main {
    width: 100%;
    float: none;
    padding-left: 0;
}

.cart {
    margin-top: 30px;
}

.data-table {
    width: 100%;
}

.data-table td {
    padding: 20px;
    /*border: 1px solid #ccc;*/
}

.a-center {
    padding-right: 20px;
}

.a-right {
    padding-right: 20px;
}

.first td:first-child { 
    padding-right: 20px;
}

.item-options dd {
    margin: 0;
    margin-bottom: 20px;
}

.checkout-types {
    margin-bottom: 20px;
}

.data-table thead th{
    background-color: #ccc;
    border-radius: 5px;
    padding: 5px 20px;
}

.cart-collaterals {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.btn-continue {
    margin-top: 50px;
}

.col2-set {
    width: 400px;
    display: inline-block;
}

.totals {
    width: 280px;
    display: inline-block;
}

.cart .totals {
    float: right;
}

#shopping-cart-totals-table {
    float: right;
}

.totals .checkout-types {
    float: right;
    text-align: right;
}

.totals .checkout-types li {
    padding-top: 20px;
}

.discount-form .input-box {
    padding: 20px 0;
}

/* Contact Us Page */

#contactForm input {
    margin-bottom: 20px;
}

#contactForm textarea {
    width: 500px;
    height: 200px;
}

.page-title {
    margin-top: 20px;
}

#login-form .col2-set {
    display: block;
}

/* Billing Information */

.name-firstname, .name-lastname, .field, .wide {
    display: inline-block;
    width: 300px;
}

/*  Footer Copyright */

.copyright {
    width: 410px;
    margin: 0 auto;
}

.copyright p {
    color: #ccc;
    font-size: .7em;
}

.copyright a {
    color: #ccc;
}

/* ==========================================================================
   Helper classes test
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
