/*
Theme Name: Stored
Theme URI: http://themes.designcrumbs.com/stored
Description: Stored is an e-commerce WordPress theme built for use with the Cart66 plugin.
Author: Design Crumbs
Author URI: http://www.designcrumbs.com
Version: 3.0.3
Tags: black, gray, white, dark, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, custom-menu, featured-images, full-width-template, theme-options, translation-ready

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ============================================== FONTS ============================================== */

@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?iefix') format('eot'), url('fonts/DroidSans-webfont.woff') format('woff'), url('fonts/DroidSans-webfont.ttf') format('truetype'), url('fonts/DroidSans-webfont.svg#webfontw7zqO19G') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansBold';
    src: url('fonts/DroidSans-Bold-webfont.eot');
    src: url('fonts/DroidSans-Bold-webfont.eot?iefix') format('eot'), url('fonts/DroidSans-Bold-webfont.woff') format('woff'), url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'), url('fonts/DroidSans-Bold-webfont.svg#webfontw7zqO19G') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ============================================== BASIC STUFF ============================================== */

* {
    padding: 0;
    margin: 0;
}

body,
input,
textarea,
select {
    color: #4E4E4E;
    font-size: 14px;
    line-height: 21px;
    font-family: 'DroidSansRegular',Arial,Verdana,Helvetica,sans-serif;
}

body {
    background: url("images/bg_cork.png") top center repeat #F0F0F0
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline
}

p {
    margin: 0 0 15px
}

img {
    border: none
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

strong,
#content .strong,
.Cart66AdvancedWidgetCartTable .Cart66SubtotalRow,
.Cart66ProductTitle,
.Cart66ProductSubtotal,
table th {
    font-family: 'DroidSansBold',Arial,Verdana,Helvetica,sans-serif !important;
    font-weight: normal !important;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
    display: block
}

#fancybox-overlay {
    background-image: url("images/bg_stripeslight.png")
}

blockquote,
q {
    font-style: oblique;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 25px;
    padding-left: 25px;
    border-left: 5px solid #494949;
}

	blockquote cite {
		display: block;
		margin-top: 15px;
	}

.hide {
    display: none
}

code,
kbd,
tt {
	display: inline-block;
	font-family: monospace;
}

pre {
	font-family: monospace;
	background-color: #E3E3E3;
	padding: 5px 15px;
	max-width: 100%;
	overflow: auto;
	margin-bottom: 15px;
}

small {
	font-size: 12px;
}

strong,
b,
big {
	font-weight: 700;
}

big {
	font-size: 1.2em;
}

address {
	margin-bottom: 15px;
}

cite,
var {
	font-style: oblique;
	color:#848484;
}

ins {
	text-decoration: underline;
	color:#848484; 
}

sub,
sup {
	display: inline-block;
	font-size: .8em;
}

/* ============================================== LISTS ============================================== */

.post ul,
.post ol {
    margin: 0 0 15px;
    padding: 0;
}

    .post ul li {
        padding: 0
    }

ul,
ol,
dl,
ul li,
ul li,
dl dt,
dl dd  {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-left: 30px;
	margin-bottom: 20px;
}

.disc {
    list-style-type: disc
}

/* lists inside posts */

.entry-content ul,
.entry-content ol {
    margin-bottom: 15px
}

    .entry-content ul ol {
        margin-left: 0
    }

    .entry-content ul li {
        margin-left: 10px;
        list-style: disc;
        list-style-position: inside;
    }

        .entry-content ul li ol {
            margin-left: 10px
        }

    .entry-content ol li {
        margin-left: 10px;
        list-style: decimal;
        list-style-position: inside;
    }

        .entry-content ol li li,
        .entry-content ul li li {
            margin-left: 20px
        }
        
table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

	table th {
		border-bottom:1px solid #E3E3E3;
	}

table th,
table td {
	padding:5px 10px;
}

table thead tr,
table th,
table tr:nth-child(2n) {
	background-color:#F4F4F4
}

/* ============================================== HEADINGS ============================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    font-weight: normal;
}

h5 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'DroidSansBold',Arial,Verdana,Helvetica,sans-serif;
}

h6 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'DroidSansBold',Arial,Verdana,Helvetica,sans-serif;
}

.post_title,
.widgettitle {
    margin-top: 0
}

.post_title {
    padding-bottom: 10px;
    border-bottom: 1px dashed #E7E7E7;
    margin-bottom: 40px;
    text-transform: capitalize;
}

#comments_closed,
#comments {
    margin: 0 0 20px;
    text-align: center;
}

#leavecomment {
    margin-top: 0
}

/* ============================================== MAIN DIV'S ============================================== */

.wrapper {
    margin: 0 auto;
    width: 100%;
}

#main_menuStickyWrapper {
    margin: 0 auto;
    width: 100% !important;
}

.container {
    width: 940px;
    margin: auto;
    position: relative;
    padding: 60px 0;
}

#content {
    background: url("images/bg_concrete.png") top center repeat #F9F9F9;
    overflow: hidden;
    position: relative;
}

/* ============================================== HEADER ============================================== */

#header {
    position: relative;
    z-index: 5;
    text-shadow: 0 1px 1px #000000;
}

    #header .container {
        height: auto;
        padding: 20px 0;
        min-height: 40px;
    }

    #header #searchform {
        position: absolute;
        right: 0;
        top: 25px;
    }

        #header #searchform #s {
            padding: 0 15px;
            font-family: georgia,serif;
            font-style: italic;
            font-size: 12px;
            height: 29px;
            line-height: 28px;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            border-radius: 14px;
            border-left: none;
            border-right: none;
        }

.the_logo {
    line-height: 40px;
    display: block;
}

h1.the_logo {
    font-size: 26px;
    margin: 0;
}

    h1.the_logo a {
        color: #E0E0E0
    }

img#logo {
    display: block
}

/* ============================================== MENUS ============================================== */

#main_menu {
    height: 40px;
    line-height: 40px;
    display: block;
    position: relative;
    z-index: 999;
    font-family: helvetica, sans-serif;
    font-size: 13px;
    font-weight: 100;
    width: 100% !important;
}

    #main_menu .container {
        padding: 0;
        position: relative;
    }

    #main_menu ul {
        margin: 0;
        padding: 0;
    }

        #main_menu ul li {
            margin: 0 30px 0 0;
            padding: 0 0 0;
            float: left;
        }

    #main_menu a {
        display: block;
        line-height: 40px;
        padding: 0;
        margin: 0;
    }

    #main_menu li a:hover {
        color: #F5F5F5;
        text-decoration: none;
    }

    #main_menu li a:hover,
    #main_menu li.current-menu-item a,
    #main_menu li.current_page_item a,
    .scheme_dark #main_menu li.current-menu-item li a:hover,
    .scheme_dark #main_menu li.current_page_item li a:hover,
    .scheme_light #main_menu li.current-menu-item li a:hover,
    .scheme_light #main_menu li.current_page_item li a:hover {
        color: #F5F5F5
    }

    #main_menu #cart_links {
        position: absolute;
        right: 0;
        top: 0;
    }

    #main_menu #head_cart {
        padding-left: 18px;
        background-image: url("images/cart.png");
        background-repeat: no-repeat;
    }

.scheme_light #main_menu #head_cart:hover,
.scheme_dark #main_menu #head_cart:hover {
    background-position: 0 0
}

#main_menu #cart_links ul li {
    margin: 0 0 0 30px
}

/* DROP DOWN MENUS */

#main_menu li li {
    padding: 5px 10px;
    margin: 0;
    width: 150px;
    line-height: 30px;
}

#main_menu li:hover li a {
    border: none;
    background: none;
    width: auto;
    line-height: 30px;
}

#main_menu ul.menu li {
    position: relative
}

    #main_menu ul.menu li ul {
        width: auto;
        display: none;
        margin: 0 0 0 -10px;
        padding: 0;
        z-index: 900;
        float: none;
        height: auto;
        position: absolute;
        top: 40px;
        background-color: #202020;
        -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.2);
    }

        #main_menu ul.menu li ul li:hover ul {
            display: block;
            top: -1px;
            left: 180px;
        }

        #main_menu ul.menu li ul li {
            position: relative;
            float: none;
            border-top: 1px dotted #2B2B2B;
        }

        #main_menu ul.menu li ul li:first-child {
            border: none
        }

#main_menu ul li ul li a {
    margin: 5px 0
}

#main_menu ul.menu li ul li a:hover {
    border: none
}

/* ============================================== FOOTER ============================================== */

#footer {
    border-top: 1px solid #FFFFFF;
    -webkit-box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.2);
    color: #767676;
    font-size: 12px;
    line-height: 24px;
    position: relative;
}

    #footer a {
        color: #484644
    }

    #footer .container {
        padding: 40px 0
    }

#post_footer {
    border-top: 1px solid #181818;
    font-size: 11px;
    padding: 5px 0;
}

#footer_menu ul li {
    float: left;
    margin: 0 10px 0 0;
}

#twitter_div span {
    display: block;
    padding: 0 0 5px;
}

#socnets a {
	float:left;
	display:block;
	height:32px;
	width:32px;
	margin:8px 0 0 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

	#socnets:hover a {
		opacity: .5;
	}
	
	#socnets:hover a:hover {
		opacity: 1;
	}

/* ============================================== HOME ============================================== */

#home_widgets,
#home_widgets_top {
    width: 980px;
    margin-right: -40px;
}

#home_widgets_top {
    margin-top: -20px;
    margin-bottom: 40px;
}

#home_widgets {
    padding-top: 20px
}

.home_widget {
    width: 280px;
    padding: 20px 0 0;
    margin: 0 40px 0 0;
    float: left;
}

.home_widget_count1 .home_widget {
    width: 940px
}

.home_widget_count2 .home_widget {
    width: 450px
}

.home_widget_count3 .home_widget {
    width: 286px
}

.home_widget_count4 .home_widget {
    width: 205px
}

/* === Slider === */

#slider_wrap {
    color: #151413;
    overflow: hidden;
    background: url("images/bg_concrete.png") top center repeat #F9F9F9;
    min-height: 410px;
    padding-bottom: 140px;
}

#slider {
    background: url("images/bg_stripesdark.png") top center repeat #F1F1F1;
    border-bottom: 1px solid #FFFFFF;
}

    #slider .container {
        padding: 0 0 40px
    }

#slides {
    width: 100%;
    position: relative;
    padding-top: 40px;
}

.slidearea {
    display: none
}

.slides_control {
    width: 100% !important
}

.slides_container {
    overflow: visible !important
}

    .slides_container div.single_slide {
        width: 400px;
        height: 340px;
        padding: 0 540px 0 0;
        display: block;
        position: relative !important;
    }

h2.slide_title {
    padding: 15px 20px 15px 9999px;
    margin: 0 0 20px -9999px;
}

.slide_price {
    font-size: 20px;
    line-height: 32px;
    height: 30px;
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.slides_container .button {
    float: left
}

.slide_image_wrap {
    width: 510px;
    height: 510px;
    text-align: auto;
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    text-align: center;
}

    .slide_image_wrap img {
        display: block;
        margin: auto;
    }

#slides .pagination {
    display: none
}

#slides #slide_pagination {
    position: absolute;
    width: 420px;
    height: 120px;
    bottom: -200px;
}

    #slides #slide_pagination .slide_pag_link {
        height: 100px;
        width: 120px;
        display: block;
        overflow: hidden;
        float: left;
        position: relative;
        margin: 0 20px 0 0;
        background: url("images/bg_stripesdark.png") top center repeat #F1F1F1;
    }

    #slides #slide_pagination .slide_pag_link:active {
        position: relative;
        top: 1px;
    }

    #slides #slide_pagination .slide_pag_link img {
        position: relative;
        top: -50px;
        left: -60px;
    }

#slides .prev,
#slides .next {
    display: block;
    text-indent: -9999px;
    height: 40px;
    width: 20px;
    position: absolute;
    top: 220px;
}

#slides .prev:active,
#slides .next:active {
    top: 221px
}

#slides .prev {
    left: -60px;
    background: url("images/slidenextprev.png") 0 0 no-repeat transparent;
}

#slides .prev:hover {
    background: url("images/slidenextprev.png") 0 -40px no-repeat transparent
}

#slides .next {
    right: -60px;
    background: url("images/slidenextprev.png") -20px 0 no-repeat transparent;
}

#slides .next:hover {
    background: url("images/slidenextprev.png") -20px -40px no-repeat transparent
}

/* == LATEST PRODUCTS == */

#products_grid {
    width: 960px;
    margin-right: -20px;
}

#archive_grid {
    width: 720px;
    margin-right: -20px;
}

h2#latest_products_title {
    padding: 15px 20px;
    margin: 0;
    text-align: center;
}

.single_grid_product {
    float: left;
    width: 220px;
    margin: 20px 20px 0 0;
    position: relative;
}

    .single_grid_product .product_med_wrap {
        position: relative;
        background: url("images/bg_stripeslight.png") 0 0 repeat transparent;
        padding: 10px;
        width: 200px;
        height: 215px;
        display: block;
    }

    .single_grid_product .single_product_image_link {
		width:200px;
		text-align: center;
		display: block;
		position: absolute;
		top:10px;
		left:10px;
		height:215px;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
	}
	
		.single_grid_product:hover .single_product_image_link {
			top:-5px;
		}

    .single_grid_product h3 {
        text-align: center;
        display: block;
        margin: 0;
    }

        .single_grid_product h3 a {
            display: block;
            padding: 10px 5px;
        }

        .single_grid_product h3 a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }

    .single_grid_product .product_meta {
        font-size: 12px;
        height: 15px;
        line-height: 15px;
        padding: 5px 10px;
        background-color: #414141;
    }

        .single_grid_product .product_meta,
        .single_grid_product .product_meta a {
            color: #E0E0E0;
            text-shadow: 0 1px 0 #202020;
        }

a.all_products_call {
	display: block;
	background:#EFEFEF;
	color:#151413;
	text-align: center;
	padding:10px;
	margin-top:40px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

a.all_products_call:hover {
	text-align: center;
	padding:10px;
	margin-top:40px;
	display: block;
	color:#FFFFFF;
}

/* ============================================== STORE HOME ============================================== */

.store-home {
    margin-top: -20px
}

/* ============================================== SINGLE PRODUCT PAGE ============================================== */

#single_product_page {
    min-height: 300px
}

#product_images {
    float: left;
    width: 300px;
    margin: 0 40px 40px 0;
}

    #product_images img {
        display: block;
        margin: auto;
    }

#main_product_image {
    background: url("images/bg_stripeslight.png") 0 0 repeat transparent;
    padding: 9px;
    width: 280px;
    text-align: center;
    display: block;
    position: relative;
    border: 1px solid #D3D3D3;
}

.preview {
	position: absolute;
	bottom:5px;
	right:5px;
	background:url("images/preview.png") 5px 5px no-repeat #FFFFFF;
	height:23px;
	width:23px;
	display:block;
	opacity: 0;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

	#product_thumbs a:hover .preview,
	#main_product_image:hover .preview {
		opacity: .9;
	}

#product_thumbs {
    width: 320px
}

    #product_thumbs a {
        background: url("images/bg_stripeslight.png") 0 0 repeat transparent;
        margin: 15px 15px 0 0;
        display: inline-block;
        border: 1px solid #D3D3D3;
        padding: 4px;
        position: relative;
        width: 80px;
        height: 80px;
        float: left;
    }

        #product_thumbs a .preview {
            position: absolute;
            top: 0;
            left: 0;
            width: 88px;
            height: 88px;
            display: block;
            background: url("images/preview.png") 38px 38px no-repeat #FFFFFF;
        }

#product_info {
    float: right;
    padding-right: 180px;
    position: relative;
    width: 420px;
}

#product_info_full {
    padding-right: 180px;
    position: relative;
    width: 760px;
}

/* ============================================== POSTS ============================================== */

.posts-wrap,
#archive_grid_wrap {
    width: 700px
}

.content_right .posts-wrap,
.content_right #archive_grid_wrap {
    float: right
}

.content_left .posts-wrap,
.content_left #archive_grid_wrap {
    float: left
}

.about_the_author {
    padding: 30px 0;
    margin: 0 0 40px;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

    .about_the_author img {
        padding: 4px;
        background: #FFFFFF;
        border: 1px solid #CFCFCF;
        margin: 0 20px 0 0;
        float: left;
    }

.author_info {
    float: left;
    width: 500px;
}

.author_title,
.author_about {
    margin-bottom: 10px
}

    .author_title h3 {
        margin: 0
    }

.author_links a {
    float: left;
    margin: 0 70px 0 0;
    font-size: 12px;
}

.meta,
.additional-meta,
.post_meta,
.single-meta,
.single-product-meta {
    font-size: 11px;
    color: #737373;
    line-height: 15px;
}

.meta {
    margin: 0 0 15px
}

.post_meta {
    background-color: #F1F1F1;
    width: 690px;
}

.content_left .post_meta {
    padding: 10px 10px 10px 9999px;
    margin: 30px 0 0 -9999px;
}

.content_right .post_meta {
    padding: 10px 9999px 10px 10px;
    margin: 30px -9999px 0 0;
}

.single .post_meta {
    margin-bottom: 30px
}

.blocks_wrap {
    float: left
}

.meta_block {
    margin-right: 40px;
    float: right;
}

    .meta_block span {
        display: block;
        font-family: 'DroidSansBold',Arial,Verdana,Helvetica,sans-serif;
    }

.additional-meta {
    margin: 0 0 20px;
    padding: 5px 10px;
    background-color: #F1F1F1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.single-meta {
    margin: 30px 0 0;
    padding: 5px 10px;
    background-color: #F1F1F1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.single-product-meta {
    margin: 30px 0 0 -9999px;
    padding: 5px 10px 5px 9999px;
    background-color: #F1F1F1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .single-product-meta span {
        display: block;
        line-height: 20px;
    }

#entry-content-single {
    margin: 0 0 40px
}

#post-single {
    margin: 0 0 20px
}

.post_content {
    position: relative
}

.blog-home-post {
    position: relative;
    margin: 0 0 80px;
}

/* ============================================== ARCHIVE ============================================== */

.post-archive {
    padding: 20px 0 20px 70px;
    position: relative;
    min-height: 50px;
    line-height: 25px;
    border-bottom: 1px dashed #E7E7E7;
}

    .post-archive .archive_image_link {
        display: block;
        position: absolute;
        top: 20px;
        left: 0;
        padding: 1px;
        height: 46px;
        width: 46px;
        background-color: #FFFFFF;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        z-index: 1;
        border: 1px solid #C5C5C5;
    }

h4.archive-entry-title {
    margin: 0;
    line-height: 25px;
}

.archive-meta {
    font-size: 11px;
    color: #555555;
}

.search_results {
    padding: 0 0 4px
}

/* ============================================== SIDEBARS & WIDGETS ============================================== */

#sidebar {
    width: 200px;
    font-size: 12px;
    line-height: 18px;
}

    #sidebar .widgettitle {
        line-height: 40px;
        height: 40px;
        text-align: center;
        background: url("images/bg_stripesdark.png") top center repeat #F1F1F1;
    }

.content_right #sidebar {
    float: left
}

.content_left #sidebar {
    float: right
}

#sidebar .widget {
    margin: 0 0 40px
}

#searchform {
    position: relative
}

#sidebar #searchform {
    width: 248px
}

input#s[type="text"] {
    width: 180px;
    color: #777777;
}

.featured_user .avatar {
    float: left;
    border: 1px solid #D3D3D3;
    margin: 0 10px 5px 0;
    padding: 2px;
    background-color: #FFFFFF;
}

#calendar_wrap,
#wp-calendar {
    width: 100%;
    text-align: center;
}

    #calendar_wrap caption {
        margin: 0 0 10px
    }

#sidebar .widget li {
    padding: 10px 0;
    border-top: 1px solid #E5E5E5;
}

#sidebar .widget li:first-child {
    border: none;
    padding: 0 0 10px;
}

#sidebar .widget li:last-child {
    padding: 10px 0 0
}

#recent_products {
    margin-right: -10px
}

	#recent_products a {
		display: inline-block;
		float:left;
		width:46px;
		height:46px;
		padding:7px;
		margin:10px 10px 0 0;
		background:url("images/bg_stripeslight.png") 0 0 repeat transparent;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
	}
	
		#recent_products:hover a {
			opacity: .5;
		}
		
		#recent_products:hover a:hover {
			opacity: 1;
		}

/* ============================================== 404-PAGE ============================================== */

.error404 {
    margin: 0;
    width: 100%;
}

    .error404 h1,
    .error404 h2 {
        margin: 10px auto
    }

/* ============================================== COMMENTS & FORMS ============================================== */

#content span.wpcf7-not-valid-tip {
    /* for contact form 7 */
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: red;
    font-size: 10pt;
    left: 270px;
    padding: 2px;
    position: absolute;
    top: -5px;
    width: 280px;
    z-index: 100;
}

input[type="submit"],
a.button,
.navigation a,
body #content .Cart66ButtonPrimary,
body #content .Cart66ButtonSecondary,
body #content .Cart66ButtonPrimary,
body #content .Cart66ButtonSecondary,
body #content .Cart66CartButton .purAddToCart,
.single-products .gform_wrapper input.button {
    text-decoration: none;
    font-size: 12px;
    line-height: 30px;
    height: auto;
    padding: 0 10px;
    font-weight: normal;
    font-family: 'DroidSansBold',Arial,Verdana,Helvetica,sans-serif !important;
    color: #FFFFFF !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
    border: 1px solid rgba(0, 0, 0, .04);
    text-shadow: 1px 1px rgba(0, 0, 0, .1) !important;
    display: inline-block;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-transform: uppercase;
}

input[type="submit"]:hover,
a.button:hover,
.navigation a:hover,
body #content .Cart66ButtonPrimary:hover,
body #content .Cart66ButtonSecondary:hover,
body #content .Cart66ButtonPrimary:hover,
body #content .Cart66ButtonSecondary:hover,
body #content .Cart66CartButton .purAddToCart:hover,
.navigation a:hover,
.single-products .gform_wrapper input.button:hover,
.cart66-form .btn-success:hover {
    box-shadow: inset rgba(255,255,255, 0.3) 0px 0px 8px !important;
    -moz-box-shadow: inset rgba(255,255,255, 0.3) 0px 0px 8px !important;
    -webkit-box-shadow: inset rgba(255,255,255, 0.3) 0px 0px 8px !important;
}

input[type="submit"]:active,
a.button:active,
.navigation a:active,
body #content .Cart66ButtonPrimary:active,
body #content .Cart66ButtonSecondary:active,
body #content .Cart66ButtonPrimary:active,
body #content .Cart66ButtonSecondary:active,
body #content .Cart66CartButton .purAddToCart:active,
.single-products .gform_wrapper input.button:active {
    box-shadow: inset rgba(0,0,0, 0.15) 0px 0px 3px;
    -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 0px 3px;
    -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 0px 3px;
}

label {
    display: block;
    margin: 0 0 2px;
}

#comments_wrap {
    background: #E5E5E5;
    padding: 5px;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px #FFFFFF;
    -moz-box-shadow: 0px 1px 1px 0px #FFFFFF;
    box-shadow: 0px 1px 1px 0px #FFFFFF;
}

ul.children {
    margin-left: 20px
}

ul.commentlist,
ul.pinglist {
    margin: -5px 0 0
}

div.reply {
    text-align: right;
    font-size: 12px;
}

textarea#comment {
    overflow: auto
}

ul.commentlist li,
ul.pinglist li {
    position: relative;
    margin: 5px 0 0;
    padding: 19px;
    background-color: #FFFFFF;
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-bottom: 2px solid #CACACA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03) inset;
    -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03) inset;
}

ul.commentlist li.depth-1:after,
ul.pinglist li.depth-1:after {
    content: "";
    border-bottom: 1px solid #D6D6D6;
    position: relative;
    margin: 0 -19px;
    bottom: -21px;
    display: block;
}

ul.commentlist ul li {
    position: relative;
    padding: 20px 0 0 20px;
    margin: 20px 0 0 0;
    border-top: 1px solid #E5E5E5;
    box-shadow: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

ul.commentlist img.avatar {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 4px;
    position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid #CFCFCF
}

ul.commentlist .bypostauthor > .the_comment > img.avatar {
	border:5px solid #444444;
	padding:0;
}

.the_comment {
    padding: 0 0 0 90px
}

.the_comment_author {
    font-weight: bold;
    float: left;
    width: auto;
    margin-right: 10px;
}

.commentmetadata {
    float: left;
    width: auto;
}

.the_comment_text {
    margin-top: 10px
}

input[type="text"],
input[type="email"],
input[type="password"] {
    height: 20px;
    padding: 4px 10px;
    width: 230px;
    line-height: 20px;
    border: 1px solid #CFCFCF;
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    height: 200px;
    padding: 10px;
    width: 678px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 1px solid #9C9C9C
}

#product_comments {
    width: 700px;
    margin: 20px auto;
    background-color: #F1F1F1;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #product_comments #respond {
        margin: 0
    }

#respond {
    margin: 20px 0 0
}

.commentlist #respond h3 {
    margin-top: 0
}

.commentlist #respond,
#product_comments .commentlist #respond {
    background: #FFFFFF;
    margin: 5px 0 0;
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px 0px #BEBEBE;
    -moz-box-shadow: 0px 1px 1px 0px #BEBEBE;
    box-shadow: 0px 1px 1px 0px #BEBEBE;
}

.commentlist .children #respond {
    border-top: 1px solid #E5E5E5;
    margin: 15px 0 0;
    box-shadow: none;
    border-radius: 0;
}

.commentlist #respond textarea {
    width: 96%
}

#cancel-comment-reply {
    float: left;
    margin: 0 0 0 20px;
    line-height: 28px;
}

/* ============================================== ALIGNMENTS ==============================================*/

img.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

img.alignleft,
.attachment-blog_image_sm {
    float: left;
    margin: 0 15px 15px 0;
}

img.aligncenter {
    margin: 0 auto 15px;
    text-align: center;
}

img.alignnone,
.attachment-blog_image_lg {
    margin: 0 0 15px
}

img.alignright,
img.alignleft,
img.aligncenter,
img.alignnone,
.slide_image_box,
.attachment-blog_image_lg,
.attachment-blog_image_sm {
    display: block;
    padding: 4px;
    position: relative;
    background-color: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 1;
    border: 1px solid #E0E0E0;
}

img.alignright,
img.alignleft,
img.aligncenter,
img.alignnone,
.attachment-blog_image_lg,
.attachment-blog_image_sm {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

	img.alignright:hover,
	img.alignleft:hover,
	img.aligncenter:hover,
	img.alignnone:hover,
	.attachment-blog_image_lg:hover,
	.attachment-blog_image_sm:hover {
		opacity: .7;
	}

/* ============================================== NAVIGATION ==============================================*/

.navigation {
    height: auto;
    clear: both;
}

.blog .navigation {
    margin-top: -70px
}

.the_archive .navigation a {
    margin: 20px 0 40px;
    display: block;
}

.nav-next {
    float: right;
    text-align: right;
}

.nav-prev {
    float: left;
    text-align: left;
}

.navigation a {
    background-color: #E4E4E4;
    color: #343434;
    text-shadow: 0 1px 0 #F1F1F1;
    margin: 30px 0 0;
}

/* ============================================== OPTIONS ============================================== */

/* Dark Scheme */

.scheme_dark #header {
    background: url("images/bg_blackstripes.png") top center repeat #151413;
    border-bottom: 1px solid #272727;
}

.scheme_dark #main_menu {
    border-top: 3px solid #151413;
    border-bottom: 1px solid #515151;
    background-color: #202020;
    text-shadow: 0 1px 0 #000000;
}

    .scheme_dark #main_menu #head_cart {
        background-position: 0 -80px
    }

    .scheme_dark #main_menu a,
    .scheme_dark #main_menu li.current-menu-item li a,
    .scheme_dark #main_menu li.current_page_item li a {
        color: #777777
    }

    .scheme_dark #main_menu ul.menu li ul {
        background-color: #202020
    }

        .scheme_dark #main_menu ul.menu li ul li {
            border-top: 1px dotted #2B2B2B
        }

.scheme_dark #header #searchform #s {
    background-color: #000000;
    color: #5F5F5F;
    text-shadow: 0 1px 1px #252525;
    border-bottom: 1px solid #2D2D2D;
    border-top: 1px solid #000000;
}

.scheme_dark h2.slide_title,
.scheme_dark h2#latest_products_title,
.scheme_dark .single_grid_product h3 a.grid_title {
    color: #E0E0E0;
    background: #151413;
}

/* Light Scheme */

.scheme_light #header {
    background: url("images/bg_graystripes.png") top center repeat #4E4E4E;
    border-bottom: 1px solid #555555;
}

.scheme_light #main_menu {
    border-top: 3px solid #444444;
    border-bottom: 1px solid #FFFFFF;
    background-color: #494949;
    text-shadow: 0 1px 0 #333333;
}

    .scheme_light #main_menu #head_cart {
        background-position: 0 -40px
    }

    .scheme_light #main_menu a,
    .scheme_light #main_menu li.current-menu-item li a,
    .scheme_light #main_menu li.current_page_item li a {
        color: #B5B5B5
    }

    .scheme_light #main_menu ul.menu li ul {
        background-color: #494949
    }

        .scheme_light #main_menu ul.menu li ul li {
            border-top: 1px dotted #3D3D3D
        }

.scheme_light #header #searchform #s {
    background-color: #333333;
    border-bottom: 1px solid #606060;
    border-top: 1px solid #343434;
    color: #939393;
    text-shadow: 0 1px 1px #232323;
}

.scheme_light h2.slide_title,
.scheme_light h2#latest_products_title,
.scheme_light .single_grid_product h3 a.grid_title {
    color: #151413;
    background: #E0E0E0;
}

.single_grid_product h3 a.grid_title {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

	.single_grid_product:hover h3 a.grid_title {
		color:#FFFFFF;
	}

/* Button Colors */

.button_blue input[type="submit"],
.button_blue a.button,
.button_blue #content .Cart66ButtonPrimary,
.button_blue #content .Cart66ButtonSecondary,
.button_blue #content .Cart66ButtonPrimary,
.button_blue #content .Cart66ButtonSecondary,
.button_blue #content .Cart66CartButton .purAddToCart,
.button_blue #content .gform_button,
.button_blue a.all_products_call:hover,
.button_blue .single_grid_product:hover h3 a.grid_title {
    background: none #296FA2 !important
}

.button_green input[type="submit"],
.button_green a.button,
.button_green #content .Cart66ButtonPrimary,
.button_green #content .Cart66ButtonSecondary,
.button_green #content .Cart66ButtonPrimary,
.button_green #content .Cart66ButtonSecondary,
.button_green #content .Cart66CartButton .purAddToCart,
.button_green #content .gform_button,
.button_green a.all_products_call:hover,
.button_green .single_grid_product:hover h3 a.grid_title {
    background: none #157D0C !important
}

.button_yellow input[type="submit"],
.button_yellow a.button,
.button_yellow #content .Cart66ButtonPrimary,
.button_yellow #content .Cart66ButtonSecondary,
.button_yellow #content .Cart66ButtonPrimary,
.button_yellow #content .Cart66ButtonSecondary,
.button_yellow #content .Cart66CartButton .purAddToCart,
.button_yellow #content .gform_button,
.button_yellow a.all_products_call:hover,
.button_yellow .single_grid_product:hover h3 a.grid_title {
    background: none #F5E621 !important;
    color: #252525 !important;
}

.button_orange input[type="submit"],
.button_orange a.button,
.button_orange #content .Cart66ButtonPrimary,
.button_orange #content .Cart66ButtonSecondary,
.button_orange #content .Cart66ButtonPrimary,
.button_orange #content .Cart66ButtonSecondary,
.button_orange #content .Cart66CartButton .purAddToCart,
.button_orange #content .gform_button,
.button_orange a.all_products_call:hover,
.button_orange .single_grid_product:hover h3 a.grid_title {
    background: none #EA6215 !important
}

.button_red input[type="submit"],
.button_red a.button,
.button_red #content .Cart66ButtonPrimary,
.button_red #content .Cart66ButtonSecondary,
.button_red #content .Cart66ButtonPrimary,
.button_red #content .Cart66ButtonSecondary,
.button_red #content .Cart66CartButton .purAddToCart,
.button_red #content .gform_button,
.button_red a.all_products_call:hover,
.button_red .single_grid_product:hover h3 a.grid_title {
    background: none #CD0202 !important
}

.button_purple input[type="submit"],
.button_purple a.button,
.button_purple #content .Cart66ButtonPrimary,
.button_purple #content .Cart66ButtonSecondary,
.button_purple #content .Cart66ButtonPrimary,
.button_purple #content .Cart66ButtonSecondary,
.button_purple #content .Cart66CartButton .purAddToCart,
.button_purple #content .gform_button,
.button_purple a.all_products_call:hover,
.button_purple .single_grid_product:hover h3 a.grid_title {
    background: none #623891 !important
}

/* ============================================== CART66 ============================================== */

/* since Cart66 Pro 1.5.1.3 */

#viewCartTable {
    margin: 12px 0px 12px 0px;
    border: 1px solid #CCCCCC;
    width: 100%;
    clear: both;
    border-collapse: collapse;
}

    #viewCartTable th {
        border-bottom: 1px solid #CCCCCC
    }

    #viewCartTable td,
    #viewCartTable th {
        padding: 5px 5px 5px 5px;
        margin: 0px;
        vertical-align: middle;
        line-height: 1.5em;
    }

    #viewCartTable th {
        background-color: #EEEEEE;
        vertical-align: middle;
    }

    #viewCartTable td.noBorder,
    #viewCartTable tr.subtotal,
    #viewCartTable tr.subtotal td,
    #viewCartTable tr.shipping td,
    #viewCartTable tr.tax-row td,
    #viewCartTable tr.total td,
    .noBorder td {
        border-top: none !important;
        border: none !important;
    }

.cart66-align-right {
    text-align: right
}

.cart66-align-center {
    text-align: center
}

.alignRight {
    text-align: right !important
}

.alignLeft {
    text-align: left !important
}

.strong {
    font-weight: bold !important
}

#viewCartTableNav {
    margin: 0px;
    width: 100%;
    border: none !important;
    display: table;
}

#continueShopping,
#checkoutShopping {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#continueShopping {
    float: left
}

#checkoutShopping {
    float: right
}

#Cart66CheckoutReplacementText {
    width: 50%;
    margin: 10px auto;
    font-weight: bold;
}

.Cart66TermsOfServiceWrapper {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #cccccc;
    background-color: #efefef;
}

    .Cart66TermsOfServiceWrapper div {
        margin: 10px
    }

    .Cart66TermsOfServiceWrapper .Cart66AcceptTermsButton {
        display: block;
        width: 200px;
        margin: 20px auto;
    }

.Cart66TermsTitle {
    font-style: italic
}

#viewCartTable a,
#viewCartTable tbody,
#viewCartTable img,
#viewCartTableNav a,
#viewCartTableNav tr,
#viewCartTableNav th,
#viewCartTableNav td,
#viewCartTableNav tbody,
#viewCartTableNav img {
    border: none !important
}

#continueShopping {
    border: none
}

input[type=submit] {
    cursor: pointer
}

#paypalCheckout {
    width: 145px
}

.Cart66Error {
    background-color: #FEE;
    border: 1px solid red;
    padding: 15px;
    margin: 15px 0px;
    clear: both;
}

#Cart66ForgotPassword {
    display: none
}

#Cart66ReceiptExpectation {
    margin-top: 7px;
    font-style: italic;
}

.Cart66NewsletterList .Cart66CheckboxList,
#Cart66ExpressReview ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.Cart66CartButton {
    /* text-align: center; */
    border: none !important;
}

.Cart66Price {
    font-weight: bold;
    font-size: 1.2em;
    margin: 3px 7px 4px 0px;
    display: inline-block;
}

a .Cart66Price {
    display: inline
}

.Cart66UserQuantity {
    display: inline-block
}

.Cart66PriceBlock,
.Cart66PriceDescription {
    display: block
}

.Cart66CustomFieldDesc {
    color: #777;
    font-style: italic;
    display: block;
    padding: 0px;
    margin: 0px;
}

.Cart66CustomTextField {
    width: 225px
}

.Cart66CustomTextarea {
    width: 225px;
    height: 90px;
}

.Cart66TableMed {
    width: auto;
    border: 0px;
    border-collapse: collapse;
}

    .Cart66TableMed th,
    .Cart66TableMed td {
        margin: 0px;
        text-align: left;
        border: none;
        padding: 3px 7px;
    }

    .Cart66TableMed td {
        border-top: 1px solid #CFCFCF
    }

    .Cart66TableMed td.canceled {
        color: #858585
    }

.Cart66Note {
    color: #888
}

.Cart66GravityFormDisplay {
    display: block
}

.Cart66RemoveFormLink {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.Cart66ProRequired {
    font-weight: normal;
    color: #B33;
    font-size: 11px;
    background-color: #FEE;
    border: 2px solid #B33;
    padding: 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .Cart66ProRequired a {
        color: #933;
        font-weight: bold;
    }

.Cart66Unavailable h2 {
    line-height: 1.5em !important
}

.Cart66Unavailable p {
    line-height: 1.2em !important
}

.Cart66OutOfStock {
    color: #70091A;
    font-weight: bold;
    font-size: 16px;
}

.Cart66AjaxWarning {
    color: #C00;
    border: 1px solid #C55;
    background-color: #EEE;
    width: 200px;
    padding: 7px;
}

.inventoryCountTableModal {
    margin: 5px 0px;
    padding: 10px;
    width: 100%;
    border-collapse: collapse;
}

    .inventoryCountTableModal td {
        padding: 3px 5px;
        border-bottom: 1px solid #CCC;
    }

/* Cart66 Widget CSS */

#Cart66WidgetCartLink {
    display: block
}

/* Cart66 Button CSS */

.Cart66ButtonPrimary,
.Cart66ButtonSecondary,
#content .Cart66ButtonPrimary,
#content .Cart66ButtonSecondary,
.Cart66CartButton .purAddToCart {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    padding: 0 1em;
    border: 1px solid #454545;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.ajaxPurAddToCart {
    color: #888 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.Cart66ButtonSecondary {
    background-color: #2C3538
}

#Cart66CheckoutButtonDiv .Cart66ButtonPrimary {
    margin: 20px 30px
}

#couponCode,
#updateCart {
    display: block;
    float: right;
    margin: 0;
    clear: both;
}

a.Cart66ButtonPrimary,
a.Cart66ButtonSecondary {
    text-decoration: none;
    color: #FFFFFF;
}

/* Cart66 Form CSS */

.Cart66Success,
.Cart66Error,
.Cart66Warning {
    background-color: #FEE;
    border: 1px solid red;
    margin: 10px 0px;
    padding: 5px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #633;
}

#minAmountMessage.Cart66Error {
    width: auto
}

.Cart66Success {
    background-color: #EFE;
    border: 1px solid green;
    color: #252;
}

    .Cart66Success h1 {
        color: #BCB
    }

.Cart66Error h1 {
    color: #CBB;
    font-size: 1.5em;
}

.Cart66Warning {
    background-color: #FDF5E3;
    border: 1px solid #FDEE54;
}

.phorm2 {
    min-width: 550px;
    clear: both;
}

    .phorm2 .errorField {
        border: 1px solid red;
        background-color: #FEE;
    }

#ccInfo ul {
    margin: 0
}

#ccInfo li {
    clear: none
}

.phorm2 ul {
    margin: 0px;
    padding: 0px;
}

    .phorm2 ul li {
        list-style: none !important;
        background-image: none;
        margin: 0px;
        padding: 3px 0px 4px 0px !important;
    }

        .phorm2 ul li label {
            display: inline-block;
            width: 135px;
            text-align: right;
            vertical-align: top;
            margin-top: 3px;
            margin-right: 3px;
            float: none;
        }

        .phorm2 ul li input {
            margin: 0
        }

        .phorm2 ul li label.short {
            width: 80px
        }

.phorm2 ul.shortLabels li label {
    width: 80px
}

.phorm2 ul li span.description,
.phorm2 ul li p.description {
    color: #858585;
    font-style: italic;
    margin: 0px 0px 0px 140px;
    padding: 2px 0px 3px 0px;
    line-height: 1.2em !important;
}

.phorm2 ul li span.description {
    margin: 0px 0px 0px 7px
}

.phorm2 ul.shortLabels li p.description {
    margin-left: 90px
}

.phorm2 .button {
    width: 75px
}

.phorm2 .Cart66ErrorField,
input.Cart66ErrorField {
    background-color: #FEE;
    border: 1px solid #F75;
    padding: 3px;
}

.phorm2 .stateField {
    width: 25px !important;
    margin-left: 2px;
}

.phorm2 input[type=text],
.phorm2 input[type=password] {
    width: 130px
}

.phorm2 p {
    margin-bottom: 2px !important
}

.state_text_field {
    display: none
}

/* Gravity Forms Cart View Styles */

table .entry-details {
    width: 100%
}

    table .entry-details tbody {
        padding: 0px;
        margin: 0px;
        background-color: #fff;
    }

#viewCartTable td .entry-view-field-name {
    font-weight: bold;
    background-color: #eee;
    margin: 0px;
    border: none;
}

td .entry-view-field-value {
    padding-left: 25px !important;
    border: none !important;
}

#ccInfo input[type=text],
#accountInfo input[type=text],
#accountInfo input[type=password] {
    width: 45%
}

#ccInfo #payment-securityId {
    width: 30px
}

#paypalexpresscheckout {
    clear: both;
    float: right;
    margin: 10px 10px 0px 0px;
}

#PayPalExpressCheckoutButton {
    margin-right: 7px;
    text-align: left;
}

.entry-content ul li.gfield {
    margin: 0;
    list-style: none;
}

/* checkout-form.php */

#payment-cardExpirationYear {
    margin: 0
}

li .description {
    color: #757575
}

.Cart66Hidden {
    visibility: hidden
}

.noBottomBorder {
    border-bottom: none
}

span.subscriptionOrMembership {
    padding: 0px 1px 0px 10px;
    display: inline-block;
    width: 35px;
    background-color: transparent;
}

.itemQuantity {
    width: 35px;
    margin-left: 5px;
}

#emptyCartMsg {
    text-align: center
}

#set_shipping_zip_row th,
#shipping_to_row th {
    text-align: right
}

.haveCoupon,
.promoMessage {
    margin-bottom: 0;
    padding: 0;
}

.promoMessage {
    float: right;
    clear: both;
    margin: 5px 0;
    padding: 5px 10px;
    color: #746e0a;
    border: 1px dashed #d7cc1c;
    background-color: #fefbbc;
}

.haveCoupon input {
    margin-bottom: 0
}

.phorm2 h2 {
    clear: none
}

#billingInfo,
#shippingInfo {
    float: left;
    width: 51%;
}

#Cart66ExpressReview {
    overflow: hidden
}

    #Cart66ExpressReview #shippingInfo {
        float: none;
        margin-left: 51%;
        width: auto;
    }

#createAccountDiv {
    margin-top: 20px
}

#paymentInfo,
#accountInfo,
#Cart66CheckoutButtonDiv {
    float: none;
    width: auto;
    margin-left: 51%;
}

/* because IE7 misbehaves */

*:first-child+html #billingInfo {
    margin: 0 -1% 0 0
}

*:first-child+html #shippingInfo {
    clear: both
}

#shippingAddress {
    display: none
}

/* TOS Styles */

.Cart66ShortcodeTOS {

}

.Cart66CartTOS {

}

.Cart66TermsOfServiceWrapper {
    clear: both;
    padding: 10px 0px;
}

.Cart66TermsTitle {

}

.Cart66TermsText {

}

.Cart66TermsAcceptance {

}

.Cart66AcceptTermsButton {

}

/* Advanced widget styles */

.Cart66AdvancedWidgetCartTable {
    width: 100%
}

    .Cart66AdvancedWidgetCartTable td,
    .Cart66AdvancedWidgetCartTable th,
    .Cart66AdvancedWidgetCartTable tbody {
        border: none
    }

    .Cart66AdvancedWidgetCartTable tr {
        border-bottom: 1px solid #efefef
    }

    .Cart66AdvancedWidgetCartTable .Cart66ShippingToRow {
        border-bottom: none
    }

    .Cart66AdvancedWidgetCartTable .Cart66SubtotalRow,
    .Cart66AdvancedWidgetCartTable .Cart66ShippingRow {
        border: none;
        line-height: 35px;
        height: 35px;
        text-align: right;
        font-weight: bold;
    }

.Cart66ProductTitle,
.Cart66ProductSubtotal {
    font-weight: bold
}

.Cart66QuanPrice {
    display: block;
    font-style: italic;
}

.Cart66ProductSubtotalColumn,
.Cart66ShippingRow td {
    text-align: right
}

.Cart66WidgetViewCartCheckoutItems,
.Cart66WidgetViewCartCheckoutEmpty {
    text-align: center
}

#wp-admin-bar-cart66 {
    width: 55px !important
}

#wpadminbar .cart66AdminBarIcon {
    position: absolute;
    margin: -20px 0px 0px 10px;
    width: 36px !important;
    height: 12px !important;
    background-image: url('../../plugins/cart66/images/cart66_admin_button.png');
    background-repeat: no-repeat;
}

#wp-admin-bar-cart66.hover .cart66AdminBarIcon {
    background-image: url('../../plugins/cart66/images/cart66_tiny_type.png')
}

/************************************************************
   * Alert Messages
   ************************************************************/

.summary-message {
    background-color: lightYellow;
    border: 1px solid #E6DB55;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: .3em;
}

.alert-message.alert-danger,
.alert-message.alert-danger:hover,
.alert-message.alert-error,
.alert-message.alert-error:hover,
.alert-message.success,
.alert-message.success:hover,
.alert-message.info,
.alert-message.info:hover,
.alert-message .header {
    color: white
}

.alert-message .close {
    position: relative;
    top: -2px;
    right: -5px;
    line-height: 18px;
}

.alert-message .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.alert-message .close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}

.alert-message.alert-danger,
.alert-message.alert-error {
    background-color: #c43c35;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
    background-image: -webkit-linear-gradient(#ee5f5b, #c43c35);
    background-image: -moz-linear-gradient(#ee5f5b, #c43c35);
    background-image: -o-linear-gradient(#ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(#ee5f5b, #c43c35);
    background-image: linear-gradient(#ee5f5b, #c43c35);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #c43c35 #c43c35 #882a25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.alert-message.success {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #57a957));
    background-image: -webkit-linear-gradient(#62c462, #57a957);
    background-image: -moz-linear-gradient(#62c462, #57a957);
    background-image: -o-linear-gradient(#62c462, #57a957);
    background-image: -ms-linear-gradient(#62c462, #57a957);
    background-image: linear-gradient(#62c462, #57a957);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #57a957 #57a957 #3d773d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.alert-message.info {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
    background-image: -webkit-linear-gradient(#5bc0de, #339bb9);
    background-image: -moz-linear-gradient(#5bc0de, #339bb9);
    background-image: -o-linear-gradient(#5bc0de, #339bb9);
    background-image: -ms-linear-gradient(#5bc0de, #339bb9);
    background-image: linear-gradient(#5bc0de, #339bb9);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #339bb9 #339bb9 #22697d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.alert-message.hint {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(100%, #efefef));
    background-image: -webkit-linear-gradient(#ececec, #efefef);
    background-image: -moz-linear-gradient(#ececec, #efefef);
    background-image: -o-linear-gradient(#ececec, #efefef);
    background-image: -ms-linear-gradient(#ececec, #efefef);
    background-image: linear-gradient(#ececec, #efefef);
    text-shadow: none;
    border-color: #ececec #ececec #efefef;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

:root .alert-message,
:root .btn {
    border-radius: 0 \0
}

.alert-message {
    position: relative;
    padding: 7px 15px!important;
    margin-bottom: 18px;
    margin-right: 25px;
    color: #404040;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
    background-image: -webkit-linear-gradient(#fceec1, #eedc94);
    background-image: -moz-linear-gradient(#fceec1, #eedc94);
    background-image: -o-linear-gradient(#fceec1, #eedc94);
    background-image: -ms-linear-gradient(#fceec1, #eedc94);
    background-image: linear-gradient(#fceec1, #eedc94);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #eedc94 #eedc94 #e4c652;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-width: 1px;
    border-style: solid;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

    .alert-message a {
        font-weight: bold;
        color: #404040;
    }

    .alert-message.alert-danger p a,
    .alert-message.alert-error p a,
    .alert-message.success p a,
    .alert-message.info p a,
    .alert-message.info h1 a,
    .alert-message.info h2 a,
    .alert-message h1,
    .alert-message h2,
    .alert-message h3,
    .alert-message .header {
        color: white
    }

    .alert-message h5 {
        line-height: 18px
    }

    .alert-message p {
        margin-bottom: 0;
        margin-top: 0;
    }

    .alert-message div {
        margin-top: 5px;
        margin-bottom: 2px;
    }

    .alert-message .btn {
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
        -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    }

.alert-message.block-message {
    background-image: none;
    background-color: #fdf5d9;
    padding: 14px!important;
    border-color: #fceec1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    .alert-message.block-message ul,
    .alert-message.block-message p {
        margin-right: 30px
    }

    .alert-message.block-message ul {
        margin-bottom: 0
    }

    .alert-message.block-message li {
        color: #404040
    }

    .alert-message.block-message .alert-actions {
        margin-top: 5px
    }

.alert-message.block-message.alert-error,
.alert-message.block-message.success,
.alert-message.block-message.info {
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-message.block-message.alert-error {
    background-color: #fddfde;
    border-color: #fbc7c6;
}

.alert-message.block-message.success {
    background-color: #d1eed1;
    border-color: #bfe7bf;
}

.alert-message.block-message.info {
    background-color: #ddf4fb;
    border-color: #c6edf9;
}

    .alert-message.block-message.alert-danger p a,
    .alert-message.block-message.alert-error p a,
    .alert-message.block-message.success p a,
    .alert-message.block-message.info p a {
        color: #404040
    }

.show-tax-row {
    display: table-row
}

.show-tax-block {
    display: block
}

.hide-tax-block,
.hide-tax-row,
.ajax-spin {
    display: none
}

table.order-summary {
    margin: 0;
    border: none;
    width: 90%;
}

    table.order-summary td {
        border: none;
        padding: 0 10px 0 0;
    }

.tax-update {
    display: none
}

.tax-update-message {
    display: inline-block
}

textarea#checkout-custom-field-multi {
    width: 100%;
    height: 100px;
}

input#checkout-custom-field-single {
    width: 250px
}

/* overrides */

#Cart66WidgetCartContents,
#Cart66AdvancedSidebarAjax {
    background-color: #F1F1F1;
    width: 180px;
}

.content_left #Cart66WidgetCartContents,
.content_left #Cart66AdvancedSidebarAjax {
    margin-right: -9999px;
    padding: 10px 9999px 10px 10px;
}

.content_right #Cart66WidgetCartContents,
.content_right #Cart66AdvancedSidebarAjax {
    margin-left: -9999px;
    padding: 10px 10px 10px 10009px;
}

#Cart66WidgetCartEmpty {
    text-align: center
}

.single-products .gfield_price .gfield_label,
.single-products .ginput_product_price_label {
    display: none
}

/* Add To Cart */

.Cart66CartButton {
    line-height: 30px
}

.single-products #content .Cart66CartButton,
.single-products .gform_wrapper {
    line-height: 30px;
    width: 140px;
    position: absolute;
    right: 0;
    top: 0;
}

.single-products .gform_wrapper {
    text-align: center
}

.Cart66UserQuantity {
    display: block;
    margin: 0 10px 10px 0;
    float: left;
    width: 140px;
}

.single-products .Cart66UserQuantity {
    margin: 0 0 10px
}

.Cart66UserQuantity label {
    float: left;
    margin: 0;
}

.Cart66UserQuantity input,
.single-products .gform_wrapper input {
    height: 20px;
    padding: 4px 10px;
    width: 50px;
    line-height: 20px;
    border: 1px solid #CFCFCF;
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
}

.Cart66CartButton select,
.single-products .gform_wrapper select {
    height: 30px;
    padding: 4px 10px;
    width: 140px;
    line-height: 20px;
    border: 1px solid #CFCFCF;
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 0 0 10px;
}

.Cart66UserQuantity input:focus,
.single-products .gform_wrapper input:focus {
    border: 1px solid #9C9C9C
}

.single-products #content .Cart66Price,
.single-products #content .Cart66PriceDescription {
    text-align: center
}

#content .Cart66Price,
.single-products .ginput_product_price,
.single-products .ginput_total {
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding: 5px 0;
    font-weight: normal;
    margin-top: -5px !important;
}

.single-products .ginput_total {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 0;
    font-weight: normal;
}

#content .Cart66PriceDescription {
    display: block;
    font-size: 22px;
    line-height: 22px;
    padding: 5px 0;
    font-weight: normal;
}

#content .Cart66Price .Cart66DecimalSep,
#content .Cart66Price .Cart66PostDecimal {
    position: relative;
    top: -10px;
    font-size: 14px;
    line-height: 14px;
    left: 2px;
}

.single-products #content .Cart66Price,
.single-products #content .Cart66PriceDescription,
.single-products .ginput_product_price,
.single-products .ginput_total {
    background-color: #F1F1F1;
    padding: 13px 9999px 11px 10px;
    width: 120px;
    margin: 0 -9989px 10px 0;
    text-align: center;
}

.Cart66CartButton input[type="submit"],
.Cart66CartButton .Cart66ButtonPrimary,
.single-products .gform_wrapper input.button,
.single-products .cart66-form input.btn  {
    width: 100% !important;
    text-align: center;
    -moz-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	box-sizing:border-box !important;
}
#content .cart66 .cart66-form select,
.cart66 .cart66-form select {
	max-width: 100% !important;
}

.single-products .cart66-form .control-group {
	margin:0 !important;
}

.Cart66CartButton .aff_info {
    background-color: #FFFFFF;
    border: 1px dashed #D7D7D7;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0;
    padding: 9px;
    text-align: center;
    width: 140px;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.Cart66PriceLabel {
    display: none
}

.cart66_edit_product_link {
    display: none
}

.Cart66UserPrice input {
    height: 20px;
    padding: 4px 10px;
    width: 108px;
    line-height: 20px;
    border: 1px solid #CFCFCF;
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 2px;
    margin-bottom: 10px;
}

.ginput_container:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}

/* Login */

#Cart66AccountLogin {
    float: left;
    width: 370px;
    min-width: 310px;
}

    #Cart66AccountLogin input[type="text"],
    #Cart66AccountLogin input[type="password"],
    #Cart66ForgotPassword input[type="text"],
    #Cart66ForgotPassword input[type="password"] {
        width: 160px
    }

    #Cart66AccountLogin ul li label,
    #Cart66ForgotPassword ul li label {
        margin: 0;
        text-align: left;
        line-height: 30px;
        width: 90px;
    }

    #Cart66AccountLogin ul li {
        position: relative
    }

    #Cart66AccountLogin #forgotLink {
        font-size: 12px;
        position: absolute;
        right: 75px;
        top: 7px;
    }

    #Cart66AccountLogin .Cart66ButtonPrimary,
    #Cart66ForgotPassword .Cart66ButtonPrimary {
        float: none !important
    }

#Cart66ForgotPassword .Cart66ButtonPrimary {
    position: absolute;
    left: 305px;
    top: -34px;
}

#Cart66ForgotPassword {
    border-top: 1px dashed #E7E7E7;
    padding-top: 20px;
    margin-top: 20px;
}

    #Cart66ForgotPassword ul {
        margin-top: 10px
    }

        #Cart66ForgotPassword ul li {
            position: relative
        }

#content .Cart66Error {
    text-align: center;
    margin: 30px 0;
}

#Cart66ExpressReview {
    padding-top: 30px
}

    #Cart66ExpressReview ul li {
        list-style: none outside none;
        margin: 0;
    }

#createAccountDiv {
    margin-top: 40px !important
}

.phorm2 input[type="text"],
.phorm2 input[type="password"] {
    width: 180px !important
}

/* Checkout */

#shippingAddressCheckbox label[for=sameAsBilling] {
    width: 160px !important
}

#shippingAddressCheckbox input #sameAsBilling {
    margin: 7px 0 0 0 !important
}

#content #viewCartTable {
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
}

#Cart66CheckoutButtonDiv {
    margin: 0 !important;
    clear: both !important;
}

    #Cart66CheckoutButtonDiv #Cart66CheckoutButton {
        margin-left: 0 !important
    }

#content #viewCartTable th {
    background: url("images/bg_stripesdark.png") repeat scroll center top #F1F1F1
}

#viewCartTable td,
#viewCartTable th {
    padding: 10px !important
}

#content #viewCartTable tr.subtotal {
    background-color: #F1F1F1;
    border-bottom: 1px solid #E0E0E0 !important;
    border-top: 1px solid #E0E0E0 !important;
}

#viewCartTable span.subscriptionOrMembership {
    padding: 0 1px 0 17px;
    width: 44px;
}

input[type="text"].itemQuantity {
    width: 35px
}

#emptyCartMsg h3 {
    margin-bottom: 30px
}

#emptyCartMsg .Cart66ButtonSecondary {
    float: none !important;
    margin: auto;
}

.Cart66Success h2,
.Cart66Error h2,
.Cart66Warning h2 {
    margin-top: 0
}

.promoMessage {
    margin: 10px 0 15px !important;
    padding: 5px 10px !important;
}

.haveCoupon {
    text-align: left
}

#couponCode {
    margin-right: 20px !important
}

    #couponCode input[type="text"] {
        width: 87px
    }

#updateCart {
    float: left !important;
    clear: none !important;
}

#couponCode {
    float: left !important
}

#continueShopping .Cart66ButtonSecondary,
#updateCart .Cart66ButtonSecondary,
.subtotal .Cart66ButtonSecondary {
    background-color: #BABABA !important;
    color: #343434 !important;
    text-shadow: 0 1px 0 #AAAAAA !important;
}
