/*******************************************************************************

    CSS on Sails Framework
    Title: Made It
    Author: XHTMLized.com
    Date: January 2013  

********************************************************************************

    1. BASE
        1.1 Reset
        1.2 Accessibility Navigation & Hide
        1.3 Clearfix
        1.4 Fonts
        1.5 Normalized Styles
        1.6 Image Replacement       

    2. COMMON
        2.1 Container
        2.2 Header
        2.3 Navigation
        2.4 Content
        2.5 Sidebar
        2.6 Footer

    3. PAGES
        3.1 Home
        3.2 Store Front
        3.3 Store About
        3.4 Store Feedback
        3.5 Register
        3.6 Login
        3.7 Item
        3.8 Categories
        3.9 Seller Admin
        3.10 Designer Spotlight
        3.11 Add Item
        3.12 Shopping Cart
        3.13 Contact Form
        3.14 Store Search Results
        3.15 New Items
        3.16 Messages
        3.17 Picks
        3.18 Orders
        3.19 Webmaster
        3.20 My Bill
        3.21 My Madeit
        3.22 Invoices
        3.23 Blog
        3.24 Plugin Styles

    4. MOBILE
    5. PRINT

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    
   
}

a[href], select, 
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
    border: 0;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav {
    position: absolute;
    top: 0;
    left: -9999em;
    z-index: 1000;
}

#accessibility-nav a {
    position: absolute;
    top: 0;
    white-space: nowrap;
}

#accessibility-nav a:active,
#accessibility-nav a:focus {
    left: 9999em;
}

.hide {
    position: absolute !important;
    left: -9999em !important;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.ie7 .clearfix {
    zoom: 1; 
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/* 1.4 Fonts
------------------------------------------------------------------------------*/ 

@font-face {
    font-family: 'Filmotype Havana';
    src: url('../fonts/filmotype_-_filmotypehavana-webfont.eot');
    src: url('../fonts/filmotype_-_filmotypehavana-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/filmotype_-_filmotypehavana-webfont.woff') format('woff'),
         url('../fonts/filmotype_-_filmotypehavana-webfont.ttf') format('truetype'),
         url('../fonts/filmotype_-_filmotypehavana-webfont.svg#filmotype_havanaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 1.5 Normalized Styles
------------------------------------------------------------------------------*/

body {
    font: 75%/1.25 Arial, Helvetica, sans-serif;
    color: #666;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
}

hr {
    display: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

th, td {
    vertical-align: top;
}

th {
    font-weight: normal;
    text-align: left;
}

address, cite, dfn {
    font-style: normal;
}

abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

sub, 
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
}

textarea {
     overflow: auto;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #c21717;
}


/* 1.6 Image replacement
------------------------------------------------------------------------------*/

.ir {
    display: block;
    position: relative;
    overflow: hidden;
}

.ir span {
    display: block;
    position: absolute; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ie7 .ir a span,
.ie7 a.ir span {
    cursor: pointer;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
    position: relative;
    padding-top: 11px;
    height: 140px;
    background: url(../images/CraftumiBanner.jpg) no-repeat 0 46px;
}

#header .site-name {
    position: absolute;
    top: 46px;
    left: 0;
    width: 290px;
    height: 105px;
    text-indent: -9999em;
    text-transform: capitalize;
}

/* Top navigation */
#header .top-nav {
    float: left;
    margin-top: 10px;
}

#header .top-nav li {
    float: left;
    margin-right: 16px;
    line-height: 20px;
}

/* Seller navigation */
#header .seller-nav {
    float: left;
    height: 35px;
    background: #eeeeee;
    padding: 0 10px 0 6px;
}

#header .seller-nav li {
    float: left;
    margin: 8px 0 0 7px;
}

#header .seller-nav a {
    display: block;
    height: 21px;
    background: url(../images/sprite-icons.png) no-repeat;
    text-indent: -9999em;
    text-transform: capitalize;
}

#header .seller-nav .add-item a {
    width: 15px;
    background-position: 0 0;
}

#header .seller-nav .store a {
    width: 20px;
    background-position: -32px 0;
}

#header .seller-nav .invoice a {
    width: 26px;
    background-position: -64px 0;
}

#header .seller-nav .email a {
    width: 26px;
    background-position: -96px 0;
}

#header .seller-nav .favourites a {
    width: 22px;
    background-position: -128px 0;
}

#header .seller-nav .feedback a {
    width: 22px;
    background-position: -160px 0;
}

/* User panel */
#header .user-panel {
    float: right;
    margin: 10px 0 0 17px;
    line-height: 20px;
}

#header .user-panel .separator {
    display: inline-block;
    padding: 0 6px;
}

/* Shopping cart panel */
#header .shopping-cart-panel {
    float: right;
    height: 25px;
    padding: 10px 11px 0;
    background: #eeeeee;
    line-height: 20px;
}

#header .shopping-cart-panel .items-counter {
    display: inline-block;
    padding-left: 24px;
    background: url(../images/sprite-icons.png) no-repeat -192px 0;
    color: #6cc;
}

#header .shopping-cart-panel .items-counter:hover {
    color: #c21717;
}

#header .shopping-cart-panel .btn-checkout {
    display: inline-block;
    margin-left: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Search tabs */
#header .search-tabs {
    position: absolute;
    top: 74px;
    right: 18px;
    width: 265px;
}

#header .search-tabs ul {
    margin-left: 10px;
}

#header .search-tabs li {
    float: left;
}

#header .search-tabs li a {
    display: block;
    padding: 6px 10px 4px;
    line-height: 14px;
    text-transform: uppercase;
}

#header .search-tabs li.active a {
    background: #fff;
    font-weight: bold;
}

#header .search-tabs .tab-list {
    clear: both;
}

#header .search-tabs .tab {
    display: none;
}

#header .search-tabs .tab:first-child {
    display: block;
}

/* Search forms */
#header .search-tabs .search-form input[type="text"] {
    float: left;
    padding: 5px 12px 3px;
    width: 208px;
    height: 19px;
    margin: 0;
    background: #f4f4f4;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    border-radius: 0;
}

#header .search-tabs .search-form input[type="text"]:focus{
    outline: none;
}

#header .search-tabs .search-form button {
    float: left;
    height: 27px;
    width: 29px;
    margin-left: 3px;
    background: #f4f4f4 url(../images/sprite-icons.png) no-repeat 10px -96px;
    border: none;
    text-indent: -9999em;
    text-transform: capitalize;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/

#navigation {
    padding-bottom: 10px;
    margin-bottom: 26px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

#navigation ul {
    float: right;
}

#navigation li {
    float: left;
}

#navigation a {
    display: block;
    padding: 9px 15px 0;
    line-height: 26px;
}

#navigation a:hover {
    background: #eeeeee;
    color: #666;
}

#navigation li.active a {
    background: #eeeeee;
    color: #6cc;
}


/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
    float: right;
    width: 735px;
    padding-left: 27px;
    margin-bottom: 35px;
    background: url(../images/bg-separator-vertical.png) repeat-y 0 0;
}

#content.full-width {
    float: none;
    width: 100%;
    padding: 0;
    background: none;
}

#content.no-separator {
    padding-left: 9px;
    width: 753px;
    background: #fff;
    position: relative;
    z-index: 2;
}


/* Buttons */
.btn-dark {
    display: inline-block;
    padding: 7px 12px 6px;
    margin: 0;
    border: 0;
    background: #434343;
    color: #fff;
    font-size: 100%;
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
    line-height: 14px;
    text-transform: uppercase;
}

.btn-dark:hover {
    color: #fff;
    background: #555;
}

.btn-dark.right {
    float: right;
    margin: 14px 0 20px;
}

.btn-celadon {
    display: inline-block;
    padding: 7px 12px 6px;
    margin: 0;
    border: 0;
    background: #6cc;
    color: #fff;
    line-height: 14px;
    text-transform: uppercase;
}

.btn-celadon:hover {
    background: #c21717;
}

/* Notification message */
.notification-msg {
    padding: 30px;
    margin-bottom: 30px;
    background: #eeeeee;
    color: #666;
}

.notification-msg h4 {
    font-size: 18px;
    margin-bottom: 12px;
}

.notification-msg a {
    color: #6cc;
}

.notification-msg a:hover {
    color: #c21717;
}


/* Section Titles */
.section-title {
    color: #6cc;
    font-size: 36px;
    font-family: 'Filmotype Havana', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.section-title.left {
    float: left;
}

.section-title.center {
    text-align: center;
}

.more-link {
    float: right;
    color: #bb1717;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
}

.section-title + .more-link {
    margin-top: 21px;
}

/* Entry content */
.entry-content .section-title {
    margin-bottom: 12px;
}

.entry-content p {
    margin-bottom: 18px;
    line-height: 18px;
}

.clear {
    clear: both;
}


/* Product List Panel */
#product-list-panel {
    margin: 0 0 6px;
}

#product-list-panel .left-panel {
    float: left;
}

#product-list-panel .left-panel h3 {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

#product-list-panel .right-panel {
    float: right;
}

#product-list-panel .store-address {
    color: #6cc;
    font-size: 14px;
    line-height: 26px;
}

#product-list-panel .store-address:hover {
    color: #c21717;
}


/* Breadcrumbs */
.breadcrumbs {
    font-size: 14px;
}

.breadcrumbs .separator {
    display: inline-block;
    margin: 0 10px;
}


/* Product List */
#product-list {
    margin: 0 -6px;
}

#product-list.two-cols {
	border: 1px solid #BABABA;
	margin: 0 0 0 12px;
	padding: 7px 47px 27px;
}

#product-list .product {
    float: left;
    width: 150px;
    margin: 12px 6px 0;
    padding: 12px 12px 9px;
    position: relative;
    background: #eeeeee;
    font-size: 11px;
    line-height: 15px;
}

.ie7 #product-list .product {
    margin: 12px 5px 0 6px;
}

#product-list .product .product-image {
    display: block;
    height: 150px;
    width: 150px;
    margin-bottom: 9px;
}

#product-list .product h4 {
    width: 98px;
    float: left;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#product-list .product a {
    color: #6cc;
}

#product-list .product a:hover {
    color: #c21717;
}

#product-list .product .product-price {
    width: 52px;
    float: right;
    color: #c21717;
    font-weight: bold;
    text-align: right;
}

#product-list .product .product-description {
    clear: both;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#product-list .product .product-description a {
    color: inherit;
}

#product-list .product .product-description a:hover {
    color: #c21717;
}

#product-list .product .sale-badge {
    position: absolute;
    top: 12px;
    left: 16px;
    padding: 0 4px;
    background: #c21717;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    text-transform: uppercase;
}

#product-list .product .add-to-favourites,
#product-list .product .remove-from-favourites {
    display: none;
    position: absolute;
    top: 12px;
    right: 16px;
    height: 20px;
    width: 20px;
    background: url(../images/sprite-icons.png) no-repeat -28px -92px;
    background-color: rgba(255, 255, 255, .5);
    text-indent: -9999em;
    text-transform: capitalize;
}

.oldie #product-list .product .add-to-favourites,
.oldie #product-list .product .remove-from-favourites {
    background-color: #e1e1e2;
}

#product-list .product .remove-from-favourites {
    background-position: -92px -60px;
    width: 21px;
}

#product-list .product .add-to-favourites:hover,
#product-list .product .remove-from-favourites:hover {
    background-color: rgba(255, 255, 255, .8);
}

.oldie #product-list .product .add-to-favourites:hover,
.oldie #product-list .product .remove-from-favourites:hover {
    background-color: #F3F4F4;
}

/* Pagination */
.pagination {
    clear: both;
    padding: 34px 0 0;
    margin-bottom: -5px;
    color: #877f79;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.ie7 .pagination {
    padding: 17px 0 0;
}

.pagination .prev,
.pagination .next {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0 8px;
    text-indent: -9999em;
    text-transform: capitalize;
    background: url(../images/sprite-icons.png) no-repeat;
}

.pagination .prev {
    background-position: -64px -96px;
}

.pagination .next {
    background-position: -96px -96px;
}

.pagination .active {
    display: inline-block;
    color: #c21717;
    font-weight: bold;
}

.pagination .hellip {
    display: inline-block;
    font-size: 12px;
}

.pagination a {
    display: inline-block;
    color: #877f79;
}

.pagination a:hover {
    color: #c21717;
}

/* Item list */
.item-list {
    margin: 27px 0 0;
    padding-top: 20px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
}

.item-list .clear {
    clear: both;
}

.item-list .section-title {
    float: left;
}

.item-list .item {
    float: left;
    margin: 12px 0 0 13px;
}

.item-list .item.first-in-row {
    margin-left: 0;
}

.item-list .more-link {
    margin-right: 5px;
}

.item-list .item img {
    display: block;
    height: 60px;
    width: 60px;
    border: 5px solid #eeeeee;
}

/* Error panel */
.error-panel {
    padding: 23px;
    margin-bottom: 10px;
    background: #eeeeee;
    border: 1px solid #c21717;
}

.error-panel p {
    color: #6cc;
    font-size: 14px;
    line-height: 18px;
}

.error-panel li {
    color: #c21717;
    font-size: 12px;
    line-height: 18px;
}

.input-validation-error {
    border: 1px solid #c21717 !important;
}

/* Section tabs */
.section-tabs {
    padding: 18px 0 26px;
}

.section-tabs .tabs {
    float: left;
    overflow: hidden;
}

.section-tabs .tabs li {
    float: left;
    margin-left: 50px;
    font-size: 18px;
    line-height: 28px;
}

.section-tabs .tabs li:first-child {
    margin-left: 0;
}

.section-tabs .tabs a {
    color: #666;
}

.section-tabs .tabs .active a,
.section-tabs .tabs a:hover {
    color: #6cc;
}

.section-tabs .custom-select,
.section-tabs .btn-dark {
    float: right;
}

.section-tabs + .section-nav {
    margin-top: -10px;
}

/* Messages nav */
.section-nav {
    padding: 17px 0 22px;
}

.section-nav .quantity {
    float: left;
    width: 210px;
    margin-right: 15px;
    line-height: 27px;
}

.section-nav .quantity > * {
    float: left;
}

.section-nav .quantity li {
    float: left;
    margin-left: 18px;
}

.section-nav .quantity li.active a {
    color: #6cc;
}

.section-nav .search-field {
    float: left;
    margin-right: 18px;
}

.section-nav .search-field input[type="text"] {
    float: left;
    padding: 4px 8px 2px;
    margin: 0 3px 0 0;
    width: 190px;
    height: 27px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 21px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section-nav .search-field button {
    float: left;
    height: 27px;
    width: 30px;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border: 0;
    text-indent: -9999em;
    text-transform: capitalize;
}

.section-nav .sort-field {
    float: right;
}


/* 2.5 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
    float: left;
    width: 239px;
    padding-right: 25px;
    margin-right: -2px;
    margin-bottom: 35px;
    background: url(../images/bg-separator-vertical.png) repeat-y right 0;
}

#sidebar.no-border {
    background: none;
}

/* Item list */
#sidebar .item-list {
    margin: 12px 0 0;
    padding: 0 0 7px 3px;
    background: none;
    border: 1px solid #bababa;
}

#sidebar .item-list .item {
    margin: 7px 3px 0 4px;
}

/* Categories list */
.categories-panel {
    padding: 0 0 0 6px;
}

.categories-panel ul {
    margin-top: 5px;
}

.categories-panel a {
    display: block;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
}

.categories-panel a .counter {
    font-size: 11px;
    margin-left: 4px;
}

.categories-panel li.active > a {
    color: #6cc;
    font-weight: bold;
}

.categories-panel ul ul {
    margin: -3px 0 3px 19px;
}

.categories-panel ul ul a {
    line-height: 22px;
    text-transform: none;
}

.categories-panel ul ul ul {
    margin: 0 0 0 16px;
}

/* Store Categories list */
.storecategories-panel {
    padding: 0 0 0 6px;
}

.storecategories-panel ul {
    margin-top: 5px;
}

.storecategories-panel a {
    display: block;
    /*font-size: 14px;*/
    line-height: 20px;
    /*text-transform: uppercase;*/
}

.storecategories-panel a .counter {
    font-size: 11px;
    margin-left: 4px;
}

.storecategories-panel li.active > a {
    color: #6cc;
    font-weight: bold;
}

.storecategories-panel ul ul {
    margin: -3px 0 3px 19px;
}

.storecategories-panel ul ul a {
    line-height: 22px;
    text-transform: none;
}

.storecategories-panel ul ul ul {
    margin: 0 0 0 16px;
}


/* Tags list */
.tags-panel {
    margin-top: 27px;
    padding: 17px 0 0 3px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
}

.tags-panel .section-title {
    float: left;
    margin-left: 5px;
}

.tags-panel .more-link {
    margin: 17px 5px 0 0;
}

.tags-panel ul {
    padding-top: 11px;
    clear: both;
    overflow: hidden;
}

.tags-panel li {
    float: left;
    margin-right: 12px;
}

.tags-panel a {
    display: block;
    line-height: 21px;
    text-transform: uppercase;
}

/* Tags list */
.advertisement-panel {
    margin-top: 31px;
    padding-left: 3px;
    padding-top: 29px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
}

.advertisement-panel img {
    display: block;
}

.advertisement-panel.no-separator {
    margin-top: 0;
    padding-top: 0;
    background: none;
    margin-bottom: 17px;
}

/* Search filters */
.search-filters {
    margin-top: 27px;
    padding: 17px 0 0;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
}

.search-filters fieldset {
    margin-bottom: 30px;
    /*padding-bottom: 25px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;*/
}

.search-filters .legend {
    margin-top: 25px;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.search-filters .legend:first-child {
    margin-top: 15px;
}

.search-filters input[type="text"] {
    float: left;
    padding: 4px 8px 2px;
    width: 82px;
    height: 27px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 21px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-filters button {
    float: left;
    height: 27px;
    width: 30px;
    margin: 0 0 0 3px;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border: 0;
    text-indent: -9999em;
    text-transform: capitalize;
}

.search-filters label {
    display: inline-block;
    width: 200px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 17px;
}

.search-filters .checkbox {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 6px;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

.search-filters .checkbox:focus {
    outline: none;
}

.search-filters .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

.search-filters .price-field .separator {
    margin: 0 8px;
    float: left;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
}

.search-filters .location-field .col {
    width: 50%;
    float: left;
}

.search-filters .location-field label {
    width: 85px;
}

/* Pick editor */
.pick-editor {
    width: 150px;
    height: 408px;
    margin: 0 auto;
    padding: 12px;
    position: relative;
    background: #eeeeee;
}

.pick-editor .pick-image {
    width: 100%;
    margin: 10px 0 12px;
}

.pick-editor .pick-title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.pick-editor .pick-title a {
    color: #6cc;
}

.pick-editor .pick-title a:hover {
    color: #C21717;
}

.pick-editor p {
    line-height: 18px;
    max-height: 126px;
    overflow: hidden;
}

.pick-editor .pick-socials {
    position: absolute;
    bottom: 12px;
    left: 12px;
}

.pick-editor .pick-socials a {
    float: left;
    margin-left: 15px;
}

.pick-editor .pick-socials a:first-child {
    margin-left: 0;
}

/* Sidebar info */
.sidebar-info {
    width: 176px;
    min-height: 370px;
    padding: 25px 22px;
    margin-top: 16px;
    background: #eeeeee;
    line-height: 18px;
}


/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
    clear: both;
    padding: 32px 0 26px;
    background: url(../images/bg-separator-horizontal.png) repeat-x;
}

/* Footer navigations */
#footer .side-nav {
    float: left;
    margin: 12px 52px 0 6px;
    line-height: 18px;
}

#footer .side-nav h4 {
    margin-bottom: 3px;
    color: #6cc;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#footer .side-nav a:hover {
    color: #c21717;
}

#footer .side-nav .active a {
    color: #6cc;
}

/* Footer aside */
#footer .footer-aside {
    float: right;
}

#footer .footer-aside .social-nav {
    float: right;
}

#footer .footer-aside .social-nav li {
    float: left;
    margin-left: 7px;
}

#footer .footer-aside .social-nav a {
    display: block;
    height: 26px;
    width: 26px;
    background: url(../images/sprite-icons.png) no-repeat;
    text-indent: -9999em;
    text-transform: capitalize;
}

#footer .footer-aside .social-nav .facebook a {
    background-position: 0 -64px;
}

#footer .footer-aside .social-nav .twitter a {
    background-position: -32px -64px;
}

#footer .footer-aside .social-nav .pinterest a {
    background-position: -64px -64px;
}


/*altered for the email sign up on the footer */
*#footer .newsletter-btn {
    clear: right;
    float: right;
    margin: 11px 0 24px;
    color: #666;
}

#footer .newsletter-btn input[type="text"] {
    height: 19px;
    color: #6b6b6b;
    float: left;
    padding: 5px 12px 3px;
    width: 206px;
    margin: 0;
    background: #eeeeee;
    border: none;
    font-size: 100%;
    line-height: 19px;
}

#footer .newsletter-btn input[type="text"]:focus{
    outline: none;
}

#footer .newsletter-btn button {
    float: left;
    height: 27px;
    width: 29px;
    margin-left: 3px;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border: none;
    text-indent: -9999em;
    text-transform: capitalize;
    border-left: 3px solid #fff;
}


/*  end ----------------------*/
/*#footer .newsletter-btn {
    clear: right;
    float: right;
    margin: 11px 0 24px;
    color: #666;
}

#footer .newsletter-btn .btn-text {
    float: left;
    padding: 5px 12px 3px;
    width: 206px;
    margin: 0;
    background: #eeeeee;
    border: none;
    font-size: 100%;
    line-height: 19px;
}

#footer .newsletter-btn .btn-arrow {
    float: left;
    height: 27px;
    width: 29px;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border-left: 3px solid #fff;
}

#footer .newsletter-btn:hover {
    color: #c21717;
}
*/
#footer .copyright {
    clear: right;
    float: right;
}


/* TipTip CSS - Version 1.2 */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    background-color: #434343;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #434343;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #434343;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #434343;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #434343;
}

/* Custom select */
.custom-select {
    position: relative;
    width: 139px;
    z-index: 100;
    background: #eeeeee;
    text-transform: uppercase;
}

.custom-select a.current-selected {
    display: block;
    cursor: pointer;
    padding: 0 41px 0 10px;
    height: 30px;
    background: url(../images/bg-custom-select.png) right center no-repeat;
    color: #666;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    text-align: right;
    white-space: nowrap;
}

.custom-select .custom-select-wrapper {
    position: absolute;
    top: 0;
    left: -999em;
    z-index: 100;
    width: 108px;
    white-space: nowrap;
}

.custom-select .bottom {
    display: none;
}

.custom-select.open .custom-select-wrapper {
    left: auto;
    background: #eeeeee;
}

.custom-select ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.custom-select ul li {
    margin: 0 7px;
    float: none;
    height: 28px;
    line-height: 24px;
    padding: 0;
    background: url(../images/bg-separator-horizontal.png) repeat-x;
    text-align: right;
}

.custom-select ul li:first-child {
    background: none;
}

.custom-select ul li a {
    display: block;
    padding: 3px;
    color: #666;
    text-decoration: none;
}

.custom-select ul li a:hover,
.custom-select ul li a.current {
    color: #c21717;
}

.custom-select ul li a.selected {
    font-weight: bold;
}

.custom-select a.current-selected:focus,
.custom-select ul li a:focus {
    outline: none;
}

hr.separator {
    display: block;
    clear: both;
    border: none;
    height: 2px;
    margin-bottom: 35px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 0;
}


/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home
------------------------------------------------------------------------------*/

#front-banner {
    padding-bottom: 27px;
    margin-bottom: 22px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

#front-banner ul {
    overflow: hidden;
    height: 166px;
}

#front-banner ul img {
    margin: 0 auto;
    display: block;
}

/* BX Slider */
#front-banner .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1;
}

#front-banner .bx-wrapper img {
    margin: 0 auto;
    display: block;
}

#front-banner .bx-wrapper .bx-viewport {
    background: #fff;
}

#front-banner .bx-wrapper .bx-viewport ul {
    overflow: visible;
}

#front-banner .bx-wrapper .bx-pager,
#front-banner .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 100;
}

#front-banner .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/common/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

#front-banner .bx-wrapper .bx-pager {
    background: #fff;
    width: 95px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
}

#front-banner .bx-wrapper .bx-pager .bx-pager-item,
#front-banner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

#front-banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: url(../images/sprite-icons.png) no-repeat -160px -32px;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 17px;
    margin: 0 3px;
    outline: 0;
}

#front-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
#front-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-position: -192px -32px;
}

/* #front-banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #dedfdd;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .3), inset 0 2px 5px rgba(0, 0, 0, .3);
}

#front-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
#front-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #6cc;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .3), inset 0 2px 5px rgba(0, 0, 0, .5);
} */


/* 3.2 Store Front
------------------------------------------------------------------------------*/

/* Store */
.store .store-banner {
    display: block;
    padding-bottom: 27px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

.store .store-message {
    padding: 11px 0 15px;
    margin-bottom: 18px;
    /*background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;*/
    line-height: 18px;
}


.store .field {
    clear: left;
}

.store .field-small {
    clear: none;
    float: left;
    width: 230px;
    margin-right: 20px;
}

.store .field-small + .field-small {
    margin-right: 0;
}

.store label {
    display: block;
    padding: 8px 0 7px;
    color: #666;
}

.store input[type="text"],
.store input[type="password"],
.store textarea {
    padding: 4px 8px 2px;
    margin: 0 0 6px;
    width: 100%;
    height: 25px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.store textarea {
    padding: 5px 8px;
    height: 110px;
    resize: none;
}



/* Store Panel */
#store-panel {
    padding: 22px;
    margin-bottom: 2px;
    background: #eeeeee;
}

#store-panel hr {
    display: block;
    margin: 20px -20px 22px;
    border: 0;
    height: 0px;
    border-bottom: 2px dotted #fff;
}

.ie7 #store-panel hr {
    margin: 13px -20px 15px;
    height: 2px;
}

#store-panel h3 {
    color: #6cc;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

#store-panel h3:first-child {
    margin-bottom: 14px;
}

#store-panel h3 a {
    color: #6cc;
}

#store-panel h3 a:hover {
    color: #c21717;
}

#store-panel h4 {
    margin: 31px 0 6px;
    color: #6cc;
}


/* Store nav */
#store-panel .store-nav {
    overflow: hidden;
}

#store-panel .store-nav li {
    float: left;
    margin-left: 12px;
}

#store-panel .store-nav li:first-child {
    margin: 0;
}

#store-panel .store-nav li.active a {
    color: #6cc;
}


/* Categories nav */
#store-panel .categories-nav {
    line-height: 20px;
}

#store-panel .categories-nav .active {
    font-weight: bold;
}


/* Overview nav */
#store-panel .overview-nav {
    margin-top: -4px;
    padding-bottom: 4px;
    overflow: hidden;
    line-height: 20px;
}

#store-panel .overview-nav.item-info {
    margin-bottom: 22px;
}

#store-panel .overview-nav dt {
    clear: both;
    float: left;
    width: 108px;
}

#store-panel .overview-nav.item-info dt {
    width: 72px;
}

#store-panel .overview-nav dd {
    float: left;
    width: 85px;
}

#store-panel .overview-nav dd strong {
    color: #6cc;
    font-weight: normal;
}


/* Toll nav */
#store-panel .tool-nav {
    line-height: 20px;
}

#store-panel .tool-nav a {
    color: #6cc;
}

#store-panel .tool-nav a:hover {
    color: #c21717;
}


/* Store search form */
#store-panel .store-search-form {
    padding: 9px 0 18px;
}

#store-panel .store-search-form input[type="text"] {
    float: left;
    padding: 5px 9px 3px;
    width: 143px;
    height: 19px;
    margin: 0;
    background: #fff;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
}

#store-panel .store-search-form button {
    float: left;
    height: 27px;
    width: 29px;
    margin-left: 3px;
    background: #fff url(../images/sprite-icons.png) no-repeat 10px -96px;
    border: none;
    text-indent: -9999em;
    text-transform: capitalize;
}

#store-panel .user-account-nav {
    margin: 5px 0 25px;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
}

#store-panel .user-account-nav .active > a {
    color: #6cc;
}

#store-panel .user-account-nav ul {
    text-transform: none;
    line-height: 22px;
    margin: -3px 0 3px 20px;
}


/* 3.3 Store About
------------------------------------------------------------------------------*/


/* 3.4 Store Feedback
------------------------------------------------------------------------------*/

.feedback-section {
    
}

.feedback-section .section-title {
    float: left;
    margin: 0 0 0 2px;
}

/* Feedback panel */
.feedback-panel {
    float: right;
    width: 375px;
    padding: 11px 0 11px 23px;
    margin: 6px 0 24px;
    border: 1px solid #bababa;
    line-height: 26px;
}

.feedback-panel.full-width {
    margin-top: 0;
    float: none;
    width: auto;
}

.feedback-panel ul {
    overflow: hidden;
}

.feedback-panel li {
    float: left;
    width: 121px;
}

.feedback-panel .left {
    float: left;
}

.feedback-panel .right {
    float: right;
    margin-top: 13px;
}

.feedback-panel li:first-child {
    width: 133px;
}

.feedback-panel li.positive {
    padding-left: 23px;
    width: 110px;
    background: url(../images/sprite-icons.png) no-repeat -192px -61px;
}

.feedback-panel li.neutral {
    padding-left: 23px;
    width: 98px;
    background: url(../images/sprite-icons.png) no-repeat -128px -125px;
}

.feedback-panel li.negative {
    padding-left: 23px;
    width: 98px;
    background: url(../images/sprite-icons.png) no-repeat -64px -189px;
}

/* Feedback list */
.feedback-list {
    clear: both;
    padding-top: 4px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 0;
}

.feedback-list .separator {
    margin: 0;
}

.feedback-list .feedback {
    padding: 18px 20px 0 62px;
    margin-bottom: 3px;
    min-height: 82px;
    background-image: url(../images/sprite-icons.png);
    background-repeat: no-repeat;
    color: #666;
}

.feedback-list .feedback.positive {
    background-position: -174px -49px;
}

.feedback-list .feedback.neutral {
    background-position: -109px -113px;
}

.feedback-list .feedback.negative {
    background-position: -45px -177px;
}

.feedback-list .feedback a {
    color: #6cc;
}

.feedback-list .feedback a:hover {
    color: #c21717;
}

/* Feedback info */
.feedback-list .feedback .feedback-info {
    float: left;
    width: 393px;
    margin-bottom: 11px;
}

.feedback-list .feedback .feedback-info li {
    float: left;
    margin-left: 80px;
}

.feedback-list .feedback .feedback-info li:first-child {
    margin-left: 0;
}

/* Feedback content */
.feedback-list .feedback .feedback-content {
    clear: left;
    float: left;
    width: 393px;
}

.feedback-list .feedback .feedback-content p {
    margin-bottom: 12px;
    line-height: 18px;
}

/* Feedback product */
.feedback-list .feedback .feedback-product {
    float: right;
    width: 247px;
    padding-top: 3px;
}

.feedback-list .feedback .feedback-product img {
    float: left;
    margin-right: 15px;
    border: 6px solid #eeeeee;
}

.feedback-list .feedback .feedback-product h4 {
    line-height: 18px;
}

.feedback-list .feedback .feedback-product h4 a {
    display: block;
}

/** Leave Feedback form **/
.feedback-leave {
    clear: both;
    padding-top: 4px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 0;
}

.feedback-leave .separator {
    /* margin: 0; */
    margin-bottom: 16px;
}

.feedback-leave .feedback-form {
    padding: 18px 0 0;
    margin-bottom: 15px;
    color: #666;
}

.feedback-leave .feedback-type {
    float: left;
    width: 120px;
    margin-right: 10px;
}

.feedback-leave .feedback-type label {
    cursor: pointer;
    overflow: hidden;
    display: block;
    margin-bottom: 12px;
}

.feedback-leave .feedback-type label span {
    float: left;
    width: 60px;
    padding-left: 30px;
    line-height: 19px;
    font-weight: bold;
    background-image: url(../images/sprite-icons.png);
    background-repeat: no-repeat;
}

.feedback-leave .feedback-type label span.positive {
    background-position: -192px -64px;
}

.feedback-leave .feedback-type label span.neutral {
    background-position: -128px -128px;
}

.feedback-leave .feedback-type label span.negative {
    background-position: -64px -192px;
}

.feedback-leave .feedback-type .radio {
    float: left;
    margin-right: 13px;
    background: #eeeeee;
    height: 17px;
    width: 17px;
}

.feedback-leave .feedback-type .radio:focus {
    outline: none;
}

.feedback-leave .feedback-type .radio-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

.feedback-leave .feedback-product {
    float: left;
    width: 200px;
    margin-right: 15px;
    line-height: 18px;
}

.feedback-leave .feedback-product img {
    float: left;
    margin-right: 17px;
    border: 6px solid #eeeeee;
}

.feedback-leave .feedback-product h4 a {
    display: block;
    color: #6cc;
}

.feedback-leave .feedback-product h4 a:hover {
    color: #c21717;
}

.feedback-leave .feedback-content {
    float: right;
    width: 390px;
}

.feedback-leave .feedback-content a {
    color: #6cc;
}

.feedback-leave .feedback-content a:hover {
    color: #c21717;
}

.feedback-leave .feedback-content p {
    margin: 0 0 6px;
}

.feedback-leave .feedback-content textarea {
    padding: 4px 9px 5px;
    margin: 0 0 9px;
    height: 54px;
    width: 372px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 18px;
    resize: none;
}


/* 3.5 Register
------------------------------------------------------------------------------*/

#content.register {
    overflow: hidden;
    padding-bottom: 14px;
}

#content.register .account-panel {
    float: left;
    width: 180px;
    padding: 24px 18px 108px 20px;
    margin-right: 41px;
}

#content.register .account-panel p {
    margin-bottom: 18px;
}

#content.register .account-panel p.large-margin {
    margin-bottom: 38px;
}

/* Register form */
.register-form {
    float: left;
    width: 753px;
}

.register-form .col {
    float: left;
    width: 350px;
    margin-top: -7px;
}

.register-form .col.first {
    margin-right: 53px;
}

.register-form .field {
    clear: left;
}

.register-form .field-small {
    clear: none;
    float: left;
    width: 149px;
    margin-right: 20px;
}

.register-form .field-small + .field-small {
    margin-right: 0;
}

.register-form .field-state {
    z-index: 9;
    position: relative;
}

.register-form .field-state .custom-select {
    /*width: 149px;*/
    width: 318px;
}

.register-form .field-state .custom-select-wrapper {
    /*width: 118px;*/
    width: 287px;
}

.register-form .field-country {
    z-index: 10;
    position: relative;
}

.register-form .field-country .custom-select {
    width: 318px;
}

.coupon-Type  {
    width: 318px;
}

.account-panel .custom-select {
    width: 149px;
}

.register-form .field-country .current-select {
  height: 26px;
  line-height: 26px;
}

.register-form .field-country .custom-select-wrapper {
    width: 287px;
}

.register-form .custom-select-wrapper {
    max-height: 142px;
    overflow: auto;
}

.register-form .custom-select-wrapper li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.register-form label {
    display: block;
    padding: 8px 0 7px;
    color: #666;
}

.register-form .clear {
    clear: both;
}

.register-form label .required {
    display: inline-block;
    margin-left: 2px;
    color: #6cc;
}

.register-form input[type="text"],
.register-form input[type="password"] {
    padding: 4px 8px 2px;
    margin: 0 0 6px;
    width: 300px;
    height: 19px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    border-radius: 0;
}

.register-form .field-small input[type="text"],
.register-form .field-small input[type="password"] {
    width: 131px;
}

.register-form .field-medium input[type="text"],
.register-form .field-medium input[type="password"] {
    width: 205px;
}

.register-form .field-tiny input[type="text"],
.register-form .field-tiny input[type="password"] {
    width: 47px;
}

.register-form .field-medium {
    clear: none;
    float: left;
    width: 205px;
    margin-right: 20px;
}

.register-form .field-tiny {
    clear: none;
    float: left;
    width: 50px;
    margin-right: 20px;
}

.register-form .field-medium + .field-tiny {
    margin-right: 0;
}

.register-form .field-tiny + .field-medium {
    margin-right: 0;
}

.register-form .field-checkbox {
    clear: both;
    overflow: hidden;
    padding-top: 11px;
}

.register-form .field-checkbox input {
    float: left;
    margin-top: 9px;
    margin-right: 10px;
    width: 15px;
}

.register-form .field-checkbox .checkbox {
    float: left;
    margin: 6px 10px 0 2px;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
}

.register-form .field-checkbox .checkbox:focus {
    outline: none;
}

.register-form .field-checkbox .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

.register-form .field-checkbox a {
    font-weight: bold;
}

.register-form .btn-dark {
    margin: 14px 0 0 2px;
    font-size: 13px;
}

.nomargin {
    margin: 0px 0 0 0px !important;
}

.register-form .error-panel {
    width: 460px;
}


/* 3.6 Login
------------------------------------------------------------------------------*/

#content.account .section-title {
    margin: -7px 0 16px 2px;
}

.columns {
    overflow: hidden;
    padding-bottom: 36px;
}

.columns .col {
    float: left;
    width: 388px;
    padding: 35px 55px 11px 26px;
}

.columns .col:first-child {
    margin-right: 80px;
}

/* Account panels */
.account-panel {
    border: 1px solid #bababa;
}

.account-panel h3 {
    margin-bottom: 33px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.account-panel h4 {
    color: #6cc;
}

.account-panel p {
    clear: both;
    margin-bottom: 19px;
    line-height: 18px;
}

.account-panel p.large-margin {
    margin-bottom: 36px;
}

.account-panel a {
    color: #6cc;
}

.account-panel a:hover {
    color: #c21717;
}

.account-panel .btn-dark {
    color: #fff;
    margin-bottom: 38px;
}

.account-panel .btn-dark:hover {
    color: #fff;
}

/* Login form */
.login-form {
    
}

.login-form label {
    display: block;
    padding: 8px 0 7px;
    color: #6cc;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    padding: 5px 9px 3px;
    margin: 0 0 3px;
    width: 333px;
    height: 19px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
}

.login-form .field-remember {
    float: right;
    padding-top: 19px;
    width: 120px;
    margin-right: 27px;
    overflow: hidden;
}

.login-form .field-remember label {
    float: left;
    color: #666;
}

.login-form .field-remember input {
    float: left;
    margin-top: 9px;
    margin-right: 10px;
    width: 15px;
}

.login-form .field-remember .checkbox {
    float: left;
    margin-top: 6px;
    margin-right: 10px;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
}

.login-form .field-remember .checkbox:focus {
    outline: none;
}

.login-form .field-remember .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

.login-form .btn-dark {
    float: left;
    margin: 20px 0 40px;
}



/* 3.7 Item
------------------------------------------------------------------------------*/

#item {
    padding-top: 26px;
}

#item .item-section-title {
    color: #6cc;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
}


#item .item-price-panel {
    padding: 20px 3px 30px 0;
    border-top: 2px dotted #c3c3c3;
    text-align: right;
}

#item .item-price-panel h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

#item .item-price-panel h3 strong {
    color: #6cc;
}

#item .item-price-panel h4 {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 30px;
}

#item .item-price-panel h4 strong {
    display: inline-block;
    margin-left: 8px;
    font-weight: normal;
}

#item .item-price-panel .btn-celadon:hover {
    color: #fff;
}

/* Item admin panel */
.item-admin-panel {
    padding: 17px 19px;
    margin-bottom: 23px;
    background: #eeeeee;
    line-height: 20px;
}

.item-admin-panel h3 {
    float: left;
    width: 115px;
    font-weight: normal;
    text-transform: uppercase;
}

.item-admin-panel ul {
    float: left;
    width: 570px;
}

.item-admin-panel li {
    float: left;
    margin-left: 25px;
}

.item-admin-panel li:first-child {
    margin: 0;
}

.item-admin-panel a {
    color: #6cc;
}

.item-admin-panel a:hover {
    color: #c21717;
}


/* Item content */
.item-content {
    padding-bottom: 20px;
}

.item-info {
    float: left;
    width: 246px;
}

.item-info h2 {
    padding: 3px 0 41px;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}

.item-info ul {
    padding: 20px 0 20px;
    border-top: 2px dotted #c3c3c3; 
}

.item-info li {
    line-height: 18px;
}

.item-info li a {
    color: #6cc;
}

.item-info li a:hover {
    color: #c21717;
}


/* Item gallery */
.item-gallery {
    float: right;
    width: 466px;
}

.item-gallery .item-photo {
    padding-bottom: 10px;
}

.item-gallery .item-photo img {
    display: block;
    width: 450px;
    border: 8px solid #eeeeee;
}

.item-gallery-thumbs {
    margin-left: -9px;
}

.item-gallery-thumbs ul {
    float: right;
}


.item-gallery-thumbs li {
    float: left;
    margin: 8px 0 0 9px;
}

.item-gallery-thumbs a {
    display: block;
}

.item-gallery-thumbs img {
    display: block;
    height: 60px;
    width: 60px;
    border: 5px solid #eeeeee;
}

.item-tellafriend {
    padding: 11px 0 33px;
    border-bottom: 2px dotted #c3c3c3;
}

/* Item description */
.item-description {
    padding: 20px 0 10px;
    border-top: 2px dotted #c3c3c3;
}

.item-description p {
    margin-bottom: 18px;
    line-height: 18px;
}


/* Item shipping */
.item-shipping {
    padding: 20px 0 20px;
    border-top: 2px dotted #c3c3c3;
}

.item-shipping h3 {
    margin-bottom: 8px;
}

.item-shipping .col {
    float: left;
    width: 360px;
}

.item-shipping h4 {
    margin-bottom: 19px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.item-shipping dl {
    line-height: 18px;
    overflow: hidden;
}

.item-shipping dt {
    clear: both;
    float: left;
    width: 108px;
    margin-bottom: 28px;
    font-weight: bold;
}

.item-shipping dd {
    float: right;
    width: 252px;
}

.item-shipping dd + dd {
    margin-bottom: 10px;
}


/* Item payment */
.item-payment {
    padding: 20px 0 20px;
    border-top: 2px dotted #c3c3c3;
}

.item-payment h3 {
    margin-bottom: 10px;
}

.item-payment .item-payment-options {
    overflow: hidden;
    margin-bottom: 32px;
}

.item-payment .item-payment-options li {
    float: left;
    margin-right: 28px;
}

.item-payment h4 {
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.item-payment p {
    line-height: 18px;
}


/* Item aside panels */
.item-aside {
    padding-bottom: 0;
}

#item .item-aside .item-price-panel {
    float: left;
    width: 198px;
    padding: 25px 28px 36px 0;
    border: 1px solid #ccc;
}

.item-aside .item-tags {
    float: right;
    padding: 16px;
    min-height: 129px;
    width: 424px;
    background: #eeeeee;
}

.item-aside .item-tags ul {
    overflow: hidden;
}

.item-aside .item-tags li {
    float: left;
    margin-right: 15px;
    line-height: 21px;
    text-transform: uppercase;
}

.item-aside .item-tags li.title {
    font-weight: bold;
}

.item-aside .item-tags li a {
    color: #6cc;
}

.item-aside .item-tags li a:hover {
    color: #c21717;
}


/* 3.8 Categories
------------------------------------------------------------------------------*/


/* 3.9 Seller Admin
------------------------------------------------------------------------------*/

.user-form {
    padding-top: 19px;
}

.user-form .section-title {
    margin: 0 0 16px;
}

.user-form label {
    display: inline-block;
    color: #6cc;
    line-height: 18px;
    cursor: pointer;
}

.user-form label span {
    color: #666;
}

.user-form input[type="text"],
.user-form input[type="password"],
.user-form textarea {
    display: block;
    margin: 0 0 8px;
    padding: 5px 12px 3px;
    width: 208px;
    height: 19px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    resize: none;
    border-radius: 0;
}

.user-form textarea {
    height: 59px;
    width: 708px;
}

.user-form textarea.higher {
    height: 180px;
}

.user-form .cabinet {
    display: block;
    position: relative;
    margin: 8px 0 0px;
    height: 27px;
    width: 100px;
}

.user-form .cabinet input {
    cursor: pointer;
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 100px;
    z-index: 999;

    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

.user-form .cabinet .file-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0 4px;
    height: 18px;
    width: 100px;
    background: #434343;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.user-form .cabinet:hover .file-button {
    background: #666;
}

.user-form .cabinet .file-label {
    position: absolute;
    top: 0;
    left: 100px;
    padding-left: 40px;
    max-width: 400px;
    font-size: 15px;
    font-style: italic;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user-form .btn-dark {
    margin-top: 9px;
    font-size: 12px;
}

/* Active items */
.admin-items {
    margin-top: -12px;
    padding: 0;
}

.admin-items h3 {
    float: left;
}

.admin-items .custom-select {
    float: right;
    margin: 0px 0px 0 0;
}

.admin-items input {
}

/* Custom checkbox */
.admin-items .checkbox {
    display: inline-block;
    float: right;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

.admin-items .checkbox:focus {
    outline: none;
}

.admin-items .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

.admin-items .add-item-footer {
    padding: 24px 26px 23px 25px;
    background: #eeeeee;
}

.admin-items .add-item-footer p {
    float: left;
    margin-top: 6px;
    color: #66cccc;
    text-transform: uppercase;
}

.admin-items .add-item-footer > button {
    float: right;
    margin: 0 0 0 30px;
}


/* Admin table */
.admin-table {
    clear: both;
    width: 100%;
    margin-bottom: 44px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

.admin-table dt {
    float: left;
    padding: 0 14px 0 0;
}

.admin-table dd {
    float: left;
    padding: 0 15px 0 0;
}

.admin-table tr.hr {
    position: relative;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

.admin-table tr.top.hr {
    background-position: 0 top;
}

.admin-table th {
    padding-top: 24px;
    padding-bottom: 13px;
    line-height: 22px;
}

.admin-table th dl {
}

.admin-table th dt {
}

.admin-table th dd {
}

.admin-table th dd a {
}

.admin-table th dd.active a {
    color: #6cc;
}

.admin-table .top td {
    padding-top: 23px;
}

.admin-table .top .img {
    width: 96px;
}

.admin-table td {
    position: relative;
    padding: 18px 0;
    line-height: 18px;
}

.admin-table td.order-title {
    padding-left: 26px;
    padding-right: 26px;
}

.admin-table td img {
    display: block;
    border: 5px solid #eeeeee;
    margin-top: -5px;
}

/*.admin-table td img {
    position: relative;
    display: block;
    margin-top: -5px;
    border: 5px solid #eeeeee;
    zoom: 1;
}*/

.admin-table td > a {
    color: #6cc;
}

.admin-table td h4 {
    margin-top: -4px;
    line-height: 18px;
    font-weight: normal;
}

.admin-table td .order-links {
    overflow: hidden;
    padding-top: 13px;
    margin-right: -400px;
    position: relative;
    z-index: 2;
}

.admin-table td .order-links li {
    float: left;
    margin-right: 32px;
}

.admin-table td .order-links a {
    color: #6cc;
}

.admin-table td .order-links a:hover {
    color: #c21717;
}

/* 3.10 Designer Spotlight
------------------------------------------------------------------------------*/

.spotlight-panel .section-title {
    margin: -10px 0 5px;
}

.spotlight-panel p {
    margin-bottom: 24px;
    color: #666;
    font-size: 18px;
    line-height: 28px;
}

.spotlight-panel p strong {
    color: #6cc;
    font-weight: normal;
}

.spotlight-panel li {
    font-size: 12px;
    line-height: 18px;
}

.spotlight-panel li.active a {
    color: #6cc;
    font-weight: bold;
}

.spotlight-panel form {
	margin-bottom: 45px;
}

.spotlight-panel form input[type="text"] {
    float: left;
    padding: 4px 8px 2px;
    margin: 0 3px 0 0;
    width: 205px;
    height: 27px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 21px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spotlight-panel form button {
    float: left;
    height: 27px;
    width: 30px;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border: 0;
    text-indent: -9999em;
    text-transform: capitalize;
}

/* Spotlight content */
.spotlight-content {
    float: left;
    width: 480px;
    color: #666;
    line-height: 18px;
}

.spotlight-content.blog-content {
    width: 735px;
}

.spotlight-content img {
    margin-bottom: 18px;
}

.spotlight-content p {
    margin-bottom: 18px;
    color: #666;
    line-height: 18px;
}

.spotlight-content p.question,
.spotlight-content b {
    margin: 0;
    color: #6cc;
    font-weight: bold;
}

.spotlight-content .designer-header h2,
.spotlight-content .feedTitle {
    margin: 28px 0 8px;
    color: #6cc;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.spotlight-content .feedTitle {
    margin: 0 0 28px;
}

.spotlight-content .headline {
    font-weight: bold;
    font-size: 14px;
}

.spotlight-content .designer-header:first-child h2 {
    margin: 0 0 18px;
}

.spotlight-content .designer-header h2 a {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

.spotlight-content .designer-header h2 a:hover {
    color: #c21717;
}

.spotlight-content .feedTitle a {
    color: #6cc;
}

.spotlight-content .feedTitle a:hover {
    color: #c21717;
}

.spotlight-content .publish-date {
    color: #bababa;
    font-size: 11px;
}

/* Advertiser list */
.advertiser-list {
    float: right;
    width: 174px;
    padding: 12px 18px 23px;
    background: #eeeeee;
    text-align: center;
}

.advertiser-list h3 {
    margin-bottom: 10px;
    color: #434343;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

.advertiser-list li {
    position: relative;
    padding: 12px 12px 17px;
    margin-bottom: 12px;
    background: #fff;
}

.advertiser-list li img {
    display: block;
    height: 150px;
    width: 150px;
}

.advertiser-list li h4 {
    position: absolute;
    bottom: 16px;
    left: 12px;
    width: 150px;
    background: url(../images/bg-white-overlay.png);
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}

.advertiser-list li h4 a {
    display: block;
    padding: 2px 10px 1px;
    color: #434343;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ie7 .advertiser-list li h4 a {
    padding: 2px 10px 5px;
}

.advertiser-list li h4 a:hover {
    color: #c21717;
}



/* 3.11 Add Item
------------------------------------------------------------------------------*/

#add-item {
    
}

/* Add item - header */
#add-item .add-item-header {
    padding: 22px 26px;
    background: #eeeeee;
}


/* Add item - form */
#add-item .add-item-form {
    
}

#add-item .add-item-form p a {
    color: #6cc;
}

#add-item .add-item-form fieldset {
    padding: 22px 0 20px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
}

#add-item .add-item-form p a:hover {
    color: #c21717;
}

#add-item .add-item-form .heading {
    margin-bottom: 12px;
    color: #6cc;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#add-item .add-item-form h4 {
    margin: 8px 0 5px;
    color: #666;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
}


/* Form elements */
#add-item .add-item-form label {
    
}

#add-item .add-item-form label.celadon {
    color: #6cc;
}

#add-item .add-item-form fieldset:first-child {
    background: none;
}

#add-item .add-item-form input[type="text"],
#add-item .add-item-form input[type="password"],
#add-item .add-item-form textarea {
    padding: 5px 9px 3px;
    margin: 0 0 3px;
    height: 19px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    resize: none;
}

#add-item .add-item-form textarea {
    height: 310px;
}

.ie7 #add-item .add-item-form input[type="text"] {
    padding: 4px 9px;
}


/* Custom checkbox */
#add-item .add-item-form .checkbox {
    display: inline-block;
    margin-right: 6px;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

#add-item .add-item-form .checkbox:focus {
    outline: none;
}

#add-item .add-item-form .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}


/* Custom select */
#add-item .add-item-form .custom-select {
    width: 269px;
}

#add-item .add-item-form .custom-select .custom-select-wrapper {
    width: 238px;
}

#add-item .add-item-form label .custom-select {
    display: inline-block;
    width: 61px;
    vertical-align: middle;
    margin: 0 5px;
}

#add-item .add-item-form label .custom-select .custom-select-wrapper {
    width: 30px;
}


/* Definition lists */
#add-item .add-item-form dl {
    padding: 3px 270px 10px 0;
    margin-top: -9px;
}

#add-item .add-item-form dt {
    clear: left;
    float: left;
    width: 188px;
    padding: 5px 0 0 2px;
    margin-bottom: 10px;
}

#add-item .add-item-form dt .checkbox {
    margin-right: 18px;
}

#add-item .add-item-form dd {
    float: left;
    width: 560px;
    margin-bottom: 10px;
}

#add-item .add-item-form dd input[type="text"] {
    float: left;
    padding: 6px 9px 4px;
    margin: 0;
    width: 280px;
}

#add-item .add-item-form dd .right {
    float: right;
    color: #6cc;
    line-height: 24px;
}

#add-item .add-item-form dd .right:hover {
    color: #c21717;
}

#add-item .add-item-form dd textarea {
    float: left;
    padding: 6px 9px 4px;
    margin: 0;
    width: 545px;
    height: 47px;
}

#add-item .add-item-form dd textarea.larger {
    height: 93px;
}


/* Item Categories */
#add-item .add-item-form .item-categories {
    padding: 33px 0 43px;
    position: relative;
    z-index: 99998;
}

#add-item .add-item-form .item-categories dl {
    padding: 0 0 10px;
    margin: 0;
    overflow: visible;
}

#add-item .add-item-form .item-categories dt {
    margin: 0;
}

#add-item .add-item-form .item-categories dt .heading {
    margin: 0;
    line-height: 16px;
}

#add-item .add-item-form .item-categories dt:first-child .heading {
    margin: 19px 0 0;
}

#add-item .add-item-form .item-categories dd {
    width: 834px;
    margin-bottom: 5px;
}

#add-item .add-item-form .item-categories .custom-select {
    z-index: 99997;
}

#add-item .add-item-form .item-categories .category-select {
    float: left;
    width: 269px;
    margin: 0 0 33px 13px;
}

#add-item .add-item-form .item-categories .category-select .custom-select {
    z-index: 99999;
}

#add-item .add-item-form .item-categories .AdditionalCategory .category-select .custom-select {
    z-index: 99998;
}


#add-item .add-item-form .item-categories .category-select:first-child {
    margin-left: 0;
}

#add-item .add-item-form .item-categories label {
    clear: both;
    display: block;
    margin-bottom: 31px;
}

#add-item .add-item-form .item-categories .category-select label {
    margin-bottom: 7px;
}


/* Item Categories */
#add-item .add-item-form .item-advertise {
    padding-bottom: 40px;
}

#add-item .add-item-form .item-advertise p {
    line-height: 18px;
}

#add-item .add-item-form .item-advertise-listing {
    padding: 18px 0 3px;
}

#add-item .add-item-form .item-advertise-listing > * {
    float: left;
}

#add-item .add-item-form .item-advertise-listing .heading {
    margin-right: 25px;
}

#add-item .add-item-form .item-advertise-listing label {
    margin: 7px 25px 0 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#add-item .add-item-form .item-advertise-listing label .checkbox {
    vertical-align: text-top;
}

#add-item .add-item-form .custom-select {
    z-index: 999;
}


/* Item Informations */
#add-item .add-item-form .item-information {
    padding-bottom: 30px;
}

#add-item .add-item-form .item-information .col {
    float: left;
    width: 740px;
    margin-left: 34px;
}

#add-item .add-item-form .item-information .col.first {
    width: 245px;
    margin-left: 0;
}

#add-item .add-item-form .item-information label {
    display: block;
    margin-bottom: 7px;
}

#add-item .add-item-form .item-information label.has-checkbox {
    margin: 20px 0 39px;
    position: relative;
    padding-left: 26px;
}

#add-item .add-item-form .item-information label.has-checkbox .checkbox {
    position: absolute;
    top: -2px;
    left: 0;
}

#add-item .add-item-form .item-information label.has-checkbox .custom-select {
    margin-top: 3px;
    vertical-align: middle;
}

.ie7 #add-item .add-item-form .item-information label.has-checkbox .custom-select {
    display: inline;
}

#add-item .add-item-form .item-information textarea {
    width: 712px;
    margin-bottom: 23px;
    line-height: 18px;
    padding: 11px 19px 3px;
    height: 500px;
}

#add-item .add-item-form .item-information input[type="text"] {
    width: 110px;
    margin-bottom: 19px;
}

#add-item .add-item-form .item-information .larger {
    width: 230px;
    height: 90px;
    padding: 5px 9px 3px;
    font-size: 18px;
    line-height: 28px;
}

#add-item .add-item-form .item-information .largeragain {
    width: 730px;
    height: 90px;
    padding: 5px 9px 3px;
    font-size: 18px;
    line-height: 28px;
}


/* Postage options */
#add-item .add-item-form .item-postage-options {
    padding-bottom: 17px;
}

#add-item .add-item-form .item-postage-options li {
    padding: 3px 0 7px;
    overflow: hidden;
    line-height: 26px;
}

#add-item .add-item-form .item-postage-options li * {
    float: left;
}

#add-item .add-item-form .item-postage-options label {
    width: 150px;
}

#add-item .add-item-form .item-postage-options input {
    width: 109px;
    text-align: right;
}

#add-item .add-item-form .item-postage-options .separator {
    width: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#add-item .add-item-form .item-postage-options p {
    margin-left: 21px;
}


/* Definition lists */
#add-item .add-item-form .item-upload-images {
    padding-bottom: 47px;   
}

#add-item .add-item-form .item-upload-images dt {
    margin-top: 2px;
}

#add-item .add-item-form .item-upload-images .cabinet {
    display: block;
    cursor: pointer;
    position: relative;
    height: 27px;
    width: 464px;
    margin-bottom: 4px;
}

#add-item .add-item-form .item-upload-images .cabinet input {
    cursor: pointer;
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 464px;
    z-index: 999;

    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

#add-item .add-item-form .item-upload-images .cabinet .file-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px 4px;
    height: 18px;
    line-height: 18px;
    width: 444px;
    background: #eeeeee;
    color: #666;
}

.tdCenter {
    text-align: center;
}

.tdRight {
    text-align: right;
}

#tdCenter {
    text-align: center;
}

#tdRight {
    text-align: right;
}

#add-item .add-item-form .item-upload-images .cabinet .file-button span {
    position: absolute;
    height: 27px;
    width: 29px;
    top: 0;
    right: 0;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border-left: 3px solid #fff;
}

#add-item .add-item-form .item-upload-images .cabinet:hover .file-button {
    background: #eee;
}

#add-item .add-item-form .item-upload-images .cabinet:hover .file-button span {
    background-color: #eee;
}


/* Add item - footer */
#add-item .add-item-footer {
    padding: 33px 0 26px 56px;
    margin-bottom: 55px;
    background: #eeeeee;
    overflow: hidden;
}

#add-item .add-item-footer * {
    float: left;
}

#add-item .add-item-footer p {
    margin: 0 55px;
    color: #6cc;
    font-size: 14px;
    line-height: 30px;
}

#add-item .add-item-footer button {
    margin-right: 38px;
}

/* Narrow version of form */
#add-item .narrow .custom-select {
    width: 173px;
}

#add-item .narrow .custom-select .custom-select-wrapper {
    width: 142px;
}


#add-item .narrow .item-categories dd {
    width: 545px;
    margin-bottom: 5px;
}

#add-item .narrow .item-categories .category-select {
    width: 173px;
}

#add-item .narrow .item-information .col {
    width: 450px;
}

#add-item .narrow .item-information textarea {
    width: 422px;
}

#add-item .narrow dl {
  padding-right: 0;
}

#add-item .narrow dd {
    float: left;
    width: 540px;
    margin-bottom: 10px;
}

#add-item .narrow dd textarea {
    width: 525px;
}

#add-item .narrow .add-item-footer {
    padding-left: 30px;
}

#add-item .narrow .add-item-footer p {
    margin: 0 20px;
}

#add-item .add-item-footer button {
    margin-right: 23px;
}

#add-item .narrow .item-advertise .custom-select {
    width: 250px;
}

#add-item .narrow .item-advertise .custom-select .custom-select-wrapper {
    width: 219px;
}

#add-item .checkbox-disabled {
    background-color: #f8f8f8 !important;
}

/* Choose main item image */
#add-item .choose-main-image {
    float: left;
    overflow: hidden;
    padding-bottom: 15px
}

#add-item .choose-main-image p {
    margin-bottom: 10px
}

#add-item .choose-main-image .image-item {
    float: left;
    margin-right: 10px;
}

#add-item .choose-main-image img {
    background: #eeeeee;
    padding: 4px;
    margin: 1px 1px 10px;
    height: 60px;
    width: 60px;
    display: block;
    cursor: pointer;
}

#add-item .choose-main-image img.image-selected {
    border: 1px solid #333;
    margin: 0 0 9px;
}

#add-item .choose-main-image input {
    position: absolute;
    opacity: 0;
    left: -999em;
}

#add-item .choose-main-image .checkbox {
    display: block !important;
    margin: 0 auto !important;
}

#add-item .image-delete-button {
    float: left;
    margin: 96px 0 25px 20px;
}


/* 3.12 Shopping Cart
------------------------------------------------------------------------------*/

.shopping-cart {
    clear: both;
    padding: 20px 30px 25px;
    margin: 16px 0 39px;
    border: 1px solid #BABABA;
}

.shopping-cart input[type="text"],
.shopping-cart input[type="password"],
.shopping-cart textarea {
    padding: 5px 9px 3px;
    margin: 0 0 3px;
    height: 19px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    resize: none;
}

/* Order table */
.order-table {
    width: 100%;
    margin-bottom: 20px;
}

.order-table tr {
    position: relative;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

.order-table th {
    padding-bottom: 13px;
    line-height: 22px;
}

.order-table th.heading {
    font-size: 18px;
}

.order-table th.heading a {
    color: #6cc;
}

.order-table th.heading a:hover {
    color: #c21717;
}

.order-table td {
    position: relative;
    padding: 18px 0;
    line-height: 18px;
}

.order-table td.order-title {
    padding-left: 26px;
    padding-right: 60px;
}

.order-table td img {
    display: block;
    border: 5px solid #eeeeee;
}

.order-table td h4 {
    line-height: 18px;
}

.order-table td .order-links {
    overflow: hidden;
    padding-top: 9px;
}

.order-table td .order-links li {
    float: left;
    margin-right: 10px;
}

.order-table td .order-links a {
    color: #6cc;
}

.order-table td .order-links a:hover {
    color: #c21717;
}

.order-table td .change-postage {
    position: relative;
}

.order-table td .change-postage .postage-cost {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 31px;
    z-index: 101;
}

.order-table td .change-postage-dropdown .custom-select {
    width: 276px;
}

.order-table td .change-postage-dropdown .custom-select-wrapper {
    width: 245px;
}

.order-table td .change-postage.static {
    background: #eeeeee;
    padding: 0 10px;
    display: inline-block;
    line-height: 29px;
}

.order-table td .change-postage.static .postage-cost {
    position: static;
    margin-right: 20px;
}

.order-table td .change-postage.static .postage-type {
    font-weight: bold;
    text-transform: uppercase;
}

.order-table td input {
    margin-top: -2px;
    height: 14px;
    line-height: 14px;
}

.order-table .order-footer td {
    line-height: 27px;
}

.order-table .order-footer .btn-continue-shopping {
    float: left;
    width: 276px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.order-table .order-footer .total-order {
    float: right;
    color: #666;
    font-size: 18px;
    width: 180px;
    text-align: right;
}

.order-table .order-footer .total-order strong {
    display: inline-block;
    margin-left: 20px
}

.order-table .order-footer a {
    color: #6cc;
}

.order-table .order-footer a:hover {
    color: #c21717;
}

/* Order options */
.shopping-cart .order-options {
    position: relative;
}

.shopping-cart .order-options label {
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
}

.shopping-cart .order-options label a {
    display: inline-block;
    margin-left: 10px;
    color: #6cc;
}

.shopping-cart .order-options label a:hover {
    color: #c21717;
}

.shopping-cart .order-options .order-message {
    float: left;
    width: 245px;
    margin-right: 34px;
}

.shopping-cart .order-options .order-message textarea {
    padding: 5px 9px 3px;
    margin: 0;
    height: 100px;
    width: 227px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    resize: none;
}

.shopping-cart .order-options .order-address {
    float: left;
    width: 450px;
    margin-right: 34px;
}

.shopping-cart .order-options .order-address .postal-details {
    padding: 19px 20px 17px;
    position: relative;
    background: #eeeeee;
    line-height: 18px;
}

.shopping-cart .order-options .order-address .custom-select {
    width: 366px;
    text-transform: none;
}

.shopping-cart .order-options .order-address .custom-select-wrapper {
    width: 335px;
}

.shopping-cart .order-options .order-address .custom-select-wrapper li {
    text-align: left;
}

.shopping-cart .order-options .order-checkout {
    float: left;
    width: 145px;
}

.shopping-cart .order-options .order-checkout h4 {
    padding-bottom: 11px;
    color: #6cc;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.shopping-cart .order-options .order-checkout button {
    cursor: pointer;
    margin: 0 0 11px;
    border: none;
    height: 38px;
    width: 145px;
    text-indent: -9999em;
    text-transform: capitalize;
}

.shopping-cart .order-options .order-checkout .checkout-paypal {
    background: url(../images/bg-payment-paypal.jpg) no-repeat;
}

.shopping-cart .order-options .order-checkout .checkout-deposit {
    background: url(../images/bg-payment-deposit.jpg) no-repeat;
}

.shopping-cart .order-options .apply-coupon {
    position: absolute;
    bottom: 4px;
    left: 279px;
}

.shopping-cart .order-options .apply-coupon input {
    margin: 0 4px 0 0;
    float: left;
    height: 19px;
    line-height: 19px;
    width: 172px;
}

.shopping-cart .order-options .apply-coupon button {
    float: left;
}

/* Shopping cart - confirmation */
.shopping-cart .order-options .summary-postal {
    float: left;
}

.shopping-cart .order-options .summary-postal h5 {
    display: inline-block;
    margin-right: 15px;
}

.shopping-cart .order-options .summary-postal .summary-postal-address {
    background: #eeeeee;
    padding: 0 15px;
    display: inline-block;
    line-height: 29px;
}

.shopping-cart .order-options .summary-confirm {
    float: right;
}

.shopping-cart .order-options .summary-confirm .payment-type {
    font-size: 18px;
    line-height: 27px;
    color: #6cc;
    margin-right: 22px;
}

.shopping-cart .order-options .summary-confirm .btn-dark {
    padding: 7px 18px 6px;
}

/* Address List */
.address-list {
    margin: 20px -1.5% 0;
}

.address-list > .btn-dark {
    margin: 0 0 20px 1.5%;
}

.address-list .postal-details {
    float: left;
    width: 30%;
    margin: 0 1.5% 20px;
    padding: 19px 20px 17px;
    position: relative;
    background: #eeeeee;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.address-list .postal-details:nth-child(3n+3) {
    clear: both;
}

.address-list .postal-details .primary-address {
    color: #6cc;
}

.address-list .postal-details p {
    margin-bottom: 10px;
}

.AdditionalCategory {
    display: none;
}

/* 3.13 Contact Form
------------------------------------------------------------------------------*/

.contact-form {
    
}

.contact-form .field {
    clear: left;
}

.contact-form .field-small {
    clear: none;
    float: left;
    width: 230px;
    margin-right: 20px;
}

.contact-form .field-small + .field-small {
    margin-right: 0;
}

.contact-form label {
    display: block;
    padding: 8px 0 7px;
    color: #666;
}

.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form textarea {
    padding: 4px 8px 2px;
    margin: 0 0 6px;
    width: 100%;
    height: 25px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form textarea {
    padding: 5px 8px;
    height: 110px;
    resize: none;
}


/* 3.14 Store Search Results
------------------------------------------------------------------------------*/

/* Store results */
.store-results {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
}

#product-list.store-results {
    padding-top: 15px;
    padding-bottom: 18px;
}

.store-card {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    position: relative;
    padding: 16px 0 18px;
}

.store-card h4 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
}

.store-card h4 a {
    color: #6cc;
}

.store-card h4 a:hover {
    color: #c21717;
}

.store-card h4 .remove-fav {
    display: none;
    margin: 0 0 -1px 10px;
    height: 12px;
    width: 13px;
    background: url(../images/sprite-icons.png) no-repeat -96px -64px;
    text-indent: -9999em;
    text-transform: capitalize;
}

.store-card .item-counter {
    position: absolute;
    top: 16px;
    right: 0;
}

.store-card ul {
    overflow: hidden;
    padding-top: 13px;
}

.store-card li {
    float: left;
    margin-left: 13px;
}

.store-card li:first-child {
    margin-left: 0;
}

.store-card li img {
    display: block;
    height: 60px;
    width: 60px;
    border: 5px solid #eeeeee;
}

#product-list.store-results + .pagination {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 0;
}


/* 3.15 New Items
------------------------------------------------------------------------------*/

/* New Item list */

.newitem-list {
    margin: 27px auto 35px;
    /* padding-top: 20px; */
     text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.newitem-list .clear {
    clear: both;
}

.newitem-list .section-title {
    margin: -10px 0 5px;    
}

.newitem-list .item {
    /* float: left; */
    vertical-align: top;
    display: inline-block;
    /* *display: inline; */
    zoom: 1;
    /* margin: 2px 3px 2px 0px; */
    margin-bottom: 4px;
}

.newitem-list .item.first-in-row {
    margin-left: 0;
}

.newitem-list .item img {
    display: block;
    height: 60px;
    width: 60px;
    border: 5px solid #eeeeee;
}


/* 3.16 Messages
------------------------------------------------------------------------------*/

#messages {
    
}

#messages .checkbox {
    display: inline-block;
    margin-right: 23px;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

#messages .checkbox:focus {
    outline: none;
}

#messages .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

/* Messages panel */
.messages-panel {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    padding-bottom: 20px;
}

.messages-panel .check-all {
    float: left;
    padding-top: 5px;
}

.messages-panel .messages-actions {
    float: left;
    line-height: 27px;
}

.messages-panel .messages-actions li {
    float: left;
    margin-right: 53px;
}

.messages-panel .messages-actions li a {
    color: #6cc;
}

.messages-panel .messages-actions li a:hover {
    color: #C21717;
}

.messages-panel .btn-dark {
    float: right;
}

/* Single messages */
#messages .message {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    padding: 15px 0 20px 40px;
    position: relative;
    line-height: 18px;
}

#messages .message li {
    overflow: hidden;
    margin-top: 20px;
    display: none
}

#messages .message li:first-child {
    margin-top: 0;
    display: block;
}

#messages .message li a {
    color: #6cc;
}

#messages .message li a:hover {
    color: #C21717;
}
#messages .message .message-content .unread {
    font-weight: bold;
    color: #C21717;
}
#messages .message .check-message {
    position: absolute;
    top: 15px;
    left: 0;
}

#messages .message .message-meta {
    float: left;
    width: 115px;
    margin-right: 10px;
}

#messages .message .message-meta h4 {
    margin-bottom: 4px;
}

#messages .message .message-content {
    float: left;
    width: 570px;
}

#messages .message .message-content p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 18px;
}

#messages .message .message-content h3 {
    margin-bottom: 4px;
}

#messages .message .message-reply {
    float: left;
    width: 570px;
    padding-bottom: 10px;
}

#messages .message .message-reply textarea {
    padding: 4px 8px 2px;
    margin: 0 0 10px;
    width: 100%;
    height: 158px;
    background: #eeeeee;
    border: 0;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 18px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#messages .message .message-reply button {
    float: left;
}

#messages .message .message-reply .attach-image {
    float: right;
}


/* Active message thread */
#messages .message.active li {
    display: block;
}

#messages .message.active .message-content {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    padding-bottom: 20px;
}

#messages .message.active .message-content p {
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
    height: auto;
}

#messages .message.active .message-history {
    display: none
}

#messages .message.active.showhistory .message-history {
    display: block
}

/*******************************************JAYC */


#messages .item-upload-images {
    padding-bottom: 47px;   
}

#messages .item-upload-images dt {
    margin-top: 2px;
}

#messages  .cabinet {
    display: block;
    float: right;
    cursor: pointer;
    position: relative;
    height: 27px;
    /*width: 464px;*/
    width: 200px;
    margin-bottom: 4px;
}

#messages .item-upload-images .cabinet input {
    cursor: pointer;
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    /*width: 464px;*/
    width: 200px;
    z-index: 999;

    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

#messages .cabinet .file-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px 4px;
    height: 18px;
    line-height: 18px;
    /*width: 464px;*/
    width: 180px;
    background: #eeeeee;
    color: #666;
}


#messages  .cabinet .file-button span {
    position: absolute;
    height: 27px;
    width: 29px;
    top: 0;
    right: 0;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border-left: 3px solid #fff;
}

#messages .cabinet:hover .file-button {
    background: #eee;
}

#messages  .cabinet:hover .file-button span {
    background-color: #eee;
}


/********************* END Jayc*/


/* 3.17 Picks
------------------------------------------------------------------------------*/

#content.picks-section {
    background: #fff;
    position: relative;
    z-index: 2;
}

#content.picks-section #product-list {
    margin-top: -12px;
}


/* 3.18 Orders
------------------------------------------------------------------------------*/

#orders.standalone {
    margin: 50px auto;
    width: 735px;
}

#orders .order-area {
    clear: both;
    padding: 20px 22px 25px;
    margin: 0px 0 40px;
    border: 1px solid #BABABA;
}

#orders .order-description {
    margin-bottom: 15px;
}

#orders .order-description a {
    color: #6cc;
}

#orders .order-description a:hover {
    color: #C21717;
}

#orders .order-description .col {
    float: left;
    width: 175px;
}

#orders .order-description .col:first-child {
    float: left;
    width: 190px;
    margin-right: 25px;
}

#orders .order-description header {
    margin: 2px 0 7px 20px;
}

#orders .order-description .gray-bg {
    padding: 16px 20px;
    background: #eeeeee;
    line-height: 18px;
}

#orders .order-description .user-info h4 {
    margin-top: -2px;
    color: #6cc;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}



#orders .order-description .order-sendmessage {
    float: left;
    width: 100%;
}

#orders .order-description .order-sendmessage .gray-bg {
    /*padding: 10px 13px;*/
    margin-bottom: 18px;
    margin-top: 18px;
    width: 100%;
    min-height: 72px;
    background: #eeeeee;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#orders .order-description .order-sendmessage .gray-bg h4 {
    margin-top: -2px;
    color: #6cc;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}




#orders .buyer-description {
    float: left;
    width: 62.5%;
}

#orders .seller-description {
    float: right;
    width: 36.5%;
}

#orders .order-table .order-links {
    padding-top: 0;
}

#orders .order-table td.order-title {
    padding-right: 30px;
}

#orders .order-footer .total-order {
    width: 150px;
}

#orders .order-footer .total-order strong {
    margin-left: 5px;
}

/* Order options */
#orders .order-options {
    position: relative;
}

#orders .order-options a {
    color: #6cc;
}

#orders .order-options a:hover {
    color: #C21717;
}

#orders .order-options label {
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
}

#orders .order-options .order-message {
    float: left;
    width: 52%;
}

#orders .order-options .order-message .gray-bg {
    padding: 10px 13px;
    margin-bottom: 18px;
    width: 100%;
    min-height: 72px;
    background: #eeeeee;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#orders .order-options .order-status {
    float: right;
    width: 40%;
    padding-top: 20px;
}

#orders .order-options .order-status h3,
#orders .order-options .order-status li {
    font-size: 18px;
    line-height: 24px;
}

#orders .order-options .order-status li {
    color: #6cc;
}


/* 3.19 Webmaster
------------------------------------------------------------------------------*/

#webmaster {
    /*padding-top: 26px; */
}
#webmaster .custom-select {
    float: right;
    margin: 0px 0px 0 0;
}

#webmaster .input {
}

/* Custom checkbox */
#webmaster .checkbox {
    display: inline-block;
    float: right;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

#webmaster .checkbox:focus {
    outline: none;
}

#webmaster .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

#webmaster-sidebar {
    float: left;
    width: 100px;
    padding-right: 25px;
    margin-right: -2px;
    margin-bottom: 35px;
    background: url(../images/bg-separator-vertical.png) repeat-y right 0;
}


/* webmaster content */
.webmaster-content {
    float: left;
    width: 480px;
    color: #666;
    line-height: 18px;
}

.webmaster-content.blog-content {
    width: 735px;
}

.webmaster-content img {
    margin-bottom: 18px;
}

.webmaster-content p {
    margin-bottom: 18px;
    color: #666;
    line-height: 18px;
}

.webmaster-content p.question,
.webmaster-content b {
    margin: 0;
    color: #6cc;
    font-weight: bold;
}

.webmaster-content .designer-header h2,
.webmaster-content .feedTitle {
    margin: 28px 0 8px;
    color: #6cc;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.webmaster-content .feedTitle {
    margin: 0 0 28px;
}

.webmaster-content .headline {
    font-weight: bold;
    font-size: 14px;
}

.webmaster-content .designer-header:first-child h2 {
    margin: 0 0 18px;
}

.webmaster-content .designer-header h2 a {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

.webmaster-content .designer-header h2 a:hover {
    color: #c21717;
}

.webmaster-content .feedTitle a {
    color: #6cc;
}

.webmaster-content .feedTitle a:hover {
    color: #c21717;
}

.webmaster-content .publish-date {
    color: #bababa;
    font-size: 11px;
}

#webmaster ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#webmaster ul li {
    display: inline;
}

/* userlist table */
.userlist-table {
    clear: both;
    width: 100%;
    margin-bottom: 44px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

.userlist-table dt {
    float: left;
    padding: 0 14px 0 0;
}

.userlist-table dd {
    float: left;
    padding: 0 15px 0 0;
}

.userlist-table tr.hr {
    position: relative;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

.userlist-table tr.top.hr {
    background-position: 0 top;
}

.userlist-table th {
    padding-top: 24px;
    padding-bottom: 13px;
    line-height: 22px;
}

.userlist-table th dl {
}

.userlist-table th dt {
}

.userlist-table th dd {
}

.userlist-table th dd a {
}

.userlist-table th dd.active a {
    color: #6cc;
}

.userlist-table .top td {
    padding-top: 23px;
}

.userlist-table .top .img {
    width: 96px;
}

.userlist-table td img {
    position: relative;
    display: block;
    margin-top: -5px;
    border: 5px solid #eeeeee;
    zoom: 1;
}

.userlist-table td > a {
    color: #6cc;
}

.userlist-table td h4 {
    margin-top: -4px;
    line-height: 18px;
    font-weight: normal;
}

.userlist-table td bad {
    color: #C21717;
}

.userlist-table td good {
    color: #008000;
}

.userlist-table td info {
    /*font-weight: bold;*/
    color: #000080;
}

.userlist_field {
    float: left;
    width: 120px;
    overflow: hidden;
}


/* 3.20 My Bill
------------------------------------------------------------------------------*/

.bill {
    
}

.bill p {
    margin-bottom: 10px;
    line-height: 18px;
}

.bill .separator {
    margin: 0 0 25px;
}

.bill .bill-title {
    color: #6cc;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
}

.bill .bill-summary {
    float: left;
    width: 320px;
    margin-bottom: 28px;
}

.bill .bill-summary p {
    margin-bottom: 6px;
}

.bill .bill-balance {
    padding-top: 7px;
    margin-bottom: 48px;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
}

.bill .bill-balance dt {
    clear: both;
    float: left;
    width: 210px;
    margin-right: 15px;
}

.bill .bill-balance dt strong {
    color: #6cc;
    font-weight: normal;
}

.bill .bill-balance dd {
    float: left;
    width: 95px;
}

.bill .bill-payment {
    border: 1px solid #BABABA;
    float: right;
    width: 350px;
    padding: 18px 22px 10px;
    margin-bottom: 28px;
}

.bill .bill-deposit-details {
    font-weight: bold;
}

.bill .bill-payment-form {
    overflow: hidden;
    padding-bottom: 25px;
}

.bill .bill-payment-form label {
    float: left;
    margin: 0 10px 0 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
}

.bill .bill-payment-form input[type="text"] {
    float: left;
    padding: 5px 8px 3px;
    margin: 0 20px 0 0;
    width: 60px;
    height: 27px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    font-weight: bold;
    line-height: 19px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bill .bill-payment-form .btn-dark {
    float: left;
}

.bill .bill-listings {
    width: 100%;
    margin: -10px 0 20px;
    line-height: 29px;
}

.bill .bill-listings .bill-title {
    line-height: 29px;
}

.bill .bill-view-invoice {
    line-height: 29px;
    margin-bottom: 22px;
}

.bill .separator + .bill-view-invoice {
    padding-top: 13px;
}

.bill .bill-view-invoice .bill-title {
    float: left;
    margin-right: 25px;
    line-height: 29px;
}

.bill .bill-view-invoice .bill-select-invoice {
    float: left;
    margin-right: 20px;
}

.bill .bill-view-invoice .bill-print-invoice {
    float: left;
    color: #6cc;
}

.bill .bill-view-invoice .bill-print-invoice:hover {
    color: #C21717;
}

/* Bill invoice */
.bill-invoice {
    border: 1px solid #BABABA;
    padding: 32px 32px;
}

.bill-invoice .invoice-left {
    float: left;
    width: 50%;
}

.bill-invoice .invoice-right {
    float: right;
    width: 235px;
    margin-bottom: 25px;
}

.bill-invoice .invoice-panel {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 18px;
}

.bill-invoice .invoice-panel strong {
    font-weight: normal;
    color: #6cc;
}

.bill-invoice .invoice-panel .address-box {
    font-size: 12px;
    padding-top: 20px;
}

.bill-invoice .invoice-panel .address-label {
    float: left;
    margin-right: 20px;
}

.bill-invoice .invoice-panel .address-details {
    overflow: hidden;
}

.invoice-activity {
    width: 100%;
    line-height: 18px;
    margin-top: 22px;
}

.invoice-activity th {
    padding-bottom: 10px;
}

.invoice-activity a {
    color: #6cc;
}

.invoice-activity a:hover {
    color: #C21717;
}


/* 3.21 My Madeit
------------------------------------------------------------------------------*/

.mymadeit {
    
}

.mymadeit a {
    color: #6cc;
}

.mymadeit a:hover {
    color: #C21717;
}

.mymadeit p {
    margin-bottom: 10px;
    line-height: 18px;
}

.mymadeit .separator {
    margin: 0 0 25px;
}

.mymadeit .account-title {
    color: #6cc;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
}

.mymadeit .account-summary {
    float: left;
    width: 320px;
    margin-bottom: 28px;
}

.mymadeit .account-summary a {
    color: inherit;
}
.mymadeit .account-summary a:hover {
    color: #C21717;
}

.mymadeit .account-summary p {
    margin-bottom: 6px;
}

.mymadeit .account-summarylist {
    padding-top: 7px;
    margin-bottom: 48px;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
}

.mymadeit .account-summarylist dt {
    clear: both;
    float: left;
    width: 210px;
    margin-right: 15px;
}

.mymadeit .account-summarylist dt strong {
    color: #6cc;
    font-weight: normal;
}

.mymadeit .account-summarylist dd {
    float: left;
    width: 95px;
}


.mymadeit .account-details {
    float: right;
    width: 320px;
    margin-bottom: 28px;
}

.mymadeit .account-details p {
    margin-bottom: 6px;
}

.mymadeit .account-detailslist {
    padding-top: 7px;
    margin-bottom: 18px;
    overflow: hidden;
    /*font-size: 18px;*/
    line-height: 18px;
}

.mymadeit .account-detailslist dt {
    clear: both;
    float: left;
    width: 140px;
    margin-right: 15px;
}

.mymadeit .account-detailslist dt strong {
    color: #6cc;
    font-weight: normal;
}

.mymadeit .account-detailslist dd {
    float: left;
    /*width: 95px;*/
}

.mymadeit .messagetouser {
    border: 1px solid #BABABA;
    float: left;
    width: 100%;
    margin-bottom: 28px;
}

.mymadeit .messagetouser h4{
    color: #6cc;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
    padding: 10px;
}

.mymadeit .messagetouser p {
    padding: 10px;
}

.mymadeit .broadcastmessages {
    border: 1px solid #BABABA;
    float: left;
    width: 100%;
    margin-bottom: 28px;
}

.mymadeit .broadcastmessages h4{
    color: #6cc;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
    padding: 10px;
}

.mymadeit .broadcastmessages p {
    padding: 10px;
}


/* 3.22 Invoices
------------------------------------------------------------------------------*/



/* 3.23 Blog
------------------------------------------------------------------------------*/


/*Blog Messages*/

#blogmessages {
    
}

#blogmessages .checkbox {
    display: inline-block;
    margin-right: 23px;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

#blogmessages .checkbox:focus {
    outline: none;
}

#blogmessages .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

/* Messages panel */
.messages-panel {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    padding-bottom: 20px;
}

.messages-panel .check-all {
    float: left;
    padding-top: 5px;
}

.messages-panel .messages-actions {
    float: left;
    line-height: 27px;
}

.messages-panel .messages-actions li {
    float: left;
    margin-right: 53px;
}

.messages-panel .messages-actions li a {
    color: #6cc;
}

.messages-panel .messages-actions li a:hover {
    color: #C21717;
}

.messages-panel .btn-dark {
    float: right;
}

/* Single messages */
#blogmessages .message {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
    padding: 15px 0 20px 0px;
    position: relative;
    line-height: 18px;
    margin-top: 15px;
}

#blogmessages .message li {
    overflow: hidden;
    margin-top: 20px;
    /*display: none*/
}

/*#blogmessages .message li:first-child {
    margin-top: 0;
    display: block;
}*/

#blogmessages .message li a {
    color: #6cc;
}

#blogmessages .message li a:hover {
    color: #C21717;
}

#blogmessages .message .check-message {
    position: absolute;
    top: 15px;
    left: 0;
}

#blogmessages .message .message-meta {
    float: left;
    width: 115px;
    margin-right: 10px;
}

#blogmessages .message .message-meta h4 {
    margin-bottom: 4px;
}

#blogmessages .message .message-content {
    float: left;
    width: 350px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    padding-bottom: 15px;
}

/*#blogmessages .message .message-content p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 18px;
}
    */

#blogmessages .message .message-content h3 {
    margin-bottom: 4px;
}

#blogmessages .message .message-reply {
    float: left;
    width: 350px;
    padding-bottom: 10px;
}

#blogmessages .message .message-reply textarea {
    padding: 4px 8px 2px;
    margin: 0 0 10px;
    width: 100%;
    height: 158px;
    background: #eeeeee;
    border: 0;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 18px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#blogmessages .message .message-reply button {
    float: left;
}

#blogmessages .message .message-reply .attach-image {
    float: right;
}

/* Active message thread */
#blogmessages .message.active li {
    display: block;
}

#blogmessages .message.active .message-content {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    padding-bottom: 20px;
}

#blogmessages .message.active .message-content p {
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
    height: auto;
}


/*End of blog messages*/

/* Advertiser list */
.advertiser-list {
    float: right;
    width: 174px;
    padding: 12px 18px 23px;
    background: #eeeeee;
    text-align: center;
}

.advertiser-list h3 {
    margin-bottom: 10px;
    color: #434343;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

.advertiser-list li {
    position: relative;
    padding: 12px 12px 17px;
    margin-bottom: 12px;
    background: #fff;
}

.advertiser-list li img {
    display: block;
    height: 150px;
    width: 150px;
}

.advertiser-list li h4 {
    position: absolute;
    bottom: 16px;
    left: 12px;
    width: 150px;
    background: url(../images/bg-white-overlay.png);
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}

.advertiser-list li h4 a {
    display: block;
    padding: 2px 10px 1px;
    color: #434343;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ie7 .advertiser-list li h4 a {
    padding: 2px 10px 5px;
}

.advertiser-list li h4 a:hover {
    color: #c21717;
}



/* 3.24 Plugin Styles
------------------------------------------------------------------------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../js/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../js/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../js/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../js/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../js/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../js/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.appriseOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    display: none;
}

.appriseOuter {
    background: #fff;
    border: 1px solid #999;
    z-index: 99999999;
    min-width: 410px;
    max-width: 75%;
    padding: 25px;
    position: fixed;
    display: none;
}

.appriseTitle {
    margin-bottom: 30px;
    color: #6cc;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.appriseInner p {
    color: #333;
    margin-bottom: 30px;
}

.appriseInner .aInput {
    margin: -25px 0 35px;
}

.appriseInner input {
    padding: 5px 9px 3px;
    margin: 0;
    height: 19px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    resize: none;
}

.appriseInner .btn-dark {
    margin-right: 20px;
}

.Coupons300 {
    width: 300px;
    float: left;
}

.Coupons400 {
    width: 400px;
}

.Coupons100 {
    width: 100px;
    float: left;
}

.Coupons120 {
    width: 120px;
    float: left;
}

.Coupons150 {
    width: 150px;
    float: left;
}

.Coupons {
    float: left;
}

.Coupons50 {
    width: 50px;
    float: left;
}

.CouponsCodeBox {
    padding-bottom: 10px;
}


.viewItemInFuture {
    display: none;
}

.hour
{
    width: 20px;
}

#hour
{
    width: 20px;
}
