.post_meta_info {margin-top:10px;}
.post_date {
    background-image: url(../images/date_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.post_author {
    background-image: url(../images/author_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.post_image {margin-top:10px;}

.inline-block {
    vertical-align: top ;
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
}

.blogs_loading_overlay {
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0px; 
    left: 0px; 
    z-index: 1000; 
    background: url(/modules/products/images/loading-square.gif) center center no-repeat rgba(255, 255, 255, 0.75); 
}

.blogs_button_red {
    cursor: pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');*/
    background-color:#fe1a00;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:5px 15px;
    text-decoration:none;
}.blogs_button_red:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');*/
    background-color:#ce0100;
    color:#ffffff !important;
}.blogs_button_red:active {
    position:relative;
    top:1px;
    color:#ffffff !important;
}


.blogs_button_green {
    cursor: pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
    box-shadow:inset 0px 1px 0px 0px #caefab;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');*/
    background-color:#77d42a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #268a16;
    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:5px 15px;
    text-decoration:none;
}.blogs_button_green:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
    background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');*/
    background-color:#5cb811;
    color:#ffffff !important;
}.blogs_button_green:active {
    position:relative;
    top:1px;
    color:#ffffff !important;
}



.blogs_button_gold {
    cursor: button;
    -moz-box-shadow:inset 0px 1px 0px 0px #fae9cb;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fae9cb;
    box-shadow:inset 0px 1px 0px 0px #fae9cb;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5cb82), color-stop(1, #eeaf41) );
    background:-moz-linear-gradient( center top, #f5cb82 5%, #eeaf41 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5cb82', endColorstr='#eeaf41');*/
    background-color:#f5cb82;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #d69d3c;
    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:5px 15px;
    text-decoration:none;
}.blogs_button_gold:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #f5cb82) );
    background:-moz-linear-gradient( center top, #eeaf41 5%, #f5cb82 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#f5cb82');*/
    background-color:#eeaf41;
    color:#ffffff !important;
}.blogs_button_gold:active {
    position:relative;
    top:1px;
    color:#ffffff !important;
}

.blogs_button_white {
    cursor: button;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');*/
    background-color:#f9f9f9;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#666666 !important;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:5px 15px;
    text-decoration:none;
}.blogs_button_white:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
    background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');*/
    background-color:#e9e9e9;
    color:#666666 !important;
}.blogs_button_white:active {
    position:relative;
    top:1px;
    color:#666666 !important;
}

.blogs_button_black {
    -moz-box-shadow:inset 0px 1px 0px 0px #b3b3b3;
    -webkit-box-shadow:inset 0px 1px 0px 0px #b3b3b3;
    box-shadow:inset 0px 1px 0px 0px #b3b3b3;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #696969), color-stop(1, #1c1c1c) );
    background:-moz-linear-gradient( center top, #696969 5%, #1c1c1c 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#1c1c1c');*/
    background-color:#696969;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #050505;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
}.blogs_button_black:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1c1c1c), color-stop(1, #696969) );
    background:-moz-linear-gradient( center top, #1c1c1c 5%, #696969 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#696969');*/
    background-color:#1c1c1c;
}.blogs_button_black:active {
    position:relative;
    top:1px;
}


.blogs {
    list-style: none outside none;
    margin-top: 10px;
}    
.blogs.blog_grid .blog_item {
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 216px;
    height: 232px;
    margin-left: 0;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.blogs.blog_grid .blog_container {
/*    margin: 8px;
    background-color: white;*/
}
.blogs.blog_grid .blog_image {
    background-position: center center;
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    margin-left: 8px;
    margin-top: 8px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.blogs.blog_grid .blog_smalltitle {
    color: #303740;
    display: block;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 5px;
    width: 150px;
    height: 24px;
    overflow: hidden;
}

.blogs.blog_grid .blog_smalldesc  {
color: #707780;
font-size: 12px;
margin-left: 6px;
}
.blogs.blog_grid .blog_price {
    margin-left: 135px;
}
.blog_price {
    background: url("../images/circle-green.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 78px;
    line-height: 75px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    width: 78px;
}

.blogs.blog_list .blog_item {
    background-color: #f0f0f0;
    border-radius: 4px;
    display: block;
    margin-bottom: 25px;
    margin-left: 0;
    margin-top: 5px;
    width: 623px;
}


.blogs.blog_list .blog_image {
    background-position: center center;
    background-repeat: no-repeat;
    width: 190px;
    height: 150px;
    margin: 8px;
    margin-bottom: 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.blogs.blog_list .blog_title {
    color: #303740;
    display: block;
/*    float: left;*/
    font-size: 16px;
    width: 320px;
}

.blogs.blog_list .blog_title span {
    color: #707780;
    font-size: 12px;
    padding-left: 15px;
}

.blogs.blog_list .blog_details {
    height: 110px;
    margin: 16px 8px 8px;
    width: 390px;
    /*overflow: hidden;*/
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.blogs.blog_list .blog_container {
    /*padding: 8px;*/
}
.blogs.blog_list .blog_content { 
    background-color: white;
}

.blogs.blog_list .blog_details .blog_desc {
    color: #838A93;
    display: block;
    /*float: left;*/
    font-size: 12px;
    padding-top: 10px;
    width: 310px;
}

.blogs.blog_list .blog_price {
    margin-top: 0px;
    margin-left: 330px;
}

.blogs.blog_list .blog_onsale {
    margin-top: 0;
    margin-left: 330px;
}


/*.blogs.blog_list .blog_addtocart_button { 
    background: url("../images/gridicon1.png") no-repeat scroll 0 0 transparent;
    margin-left: 16px;
    margin-top: 8px;
}*/
.blog_addtocart_button img {
    vertical-align: middle;
}

.blogs_button_with_image {
    padding: 0 15px 0 8px;
}


.blog .blog_images {
    width: 50%;
    overflow: hidden;
}

.blog .blog_data {
    width: 50%;
    overflow: hidden;
}

.blog .blog_description {
    border-bottom: 1px dashed #C2CBD3;
    color: #707780;
    font-size: 13px;
    /*height: 30px;*/
/*    line-height: 27px;*/
    width: 100%;
    padding-bottom: 6px;
}

.blog .blog_infospan {
    border-bottom: 1px dashed #C2CBD3;
    color: #707780;
    font-size: 13px;
    /*height: 30px;*/
    line-height: 27px;
    width: 100%;
    padding-bottom: 2px;
}


.blog .blog_infogroup {
    margin-bottom: 16px;
}
.blog .blog_infospan span {
    color: #4D4C4C;
    float: right;
    /*padding-right: 50px;*/
    width: 40%;
}

.blog .blog_average {
    background-color: red;
    height: 37px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 15px;
    width: 294px;
}

.blog .blog_rated {
    float: right;
    margin-right: 75px;
    margin-top: 7px;
}

.blog .blog_data select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #C2CBD2 #C2CBD2 -moz-use-text-color;
    border-image: none;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    float: right;
    height: 20px;
    margin-top: 5px;
    /*width: 166px;*/
    width: 40%;
}

.blog h4 {
    margin-bottom: 8px;
    padding-bottom: 0px;
}
.blog .blog_quantity {
    color: #707780;
    margin-top: 20px;
}
.blog .blog_quantity span {
    line-height: 28px;
}

.blog_input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #C2CBD2 #C2CBD2 -moz-use-text-color;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    height: 26px;
    margin-left: 15px;
    text-indent: 10px;
}


.blog_addtocart {
    background: url("../images/addtocart.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 31px;
    margin-left: 15px;
    text-indent: -9999px;
    width: 127px;
}

.blog .blog_sharing {
    background-color: #f9f9f9;
    border-radius: 5px;

    margin-top: 15px;
}

.blog .blog_instock {
    color: #4F8744;
    float: right;
    font-size: 13px;
    line-height: 30px;
    margin-right: 20px;
}

.blog_onsale {
    background: url("../images/circle-yellow.png") repeat scroll 0 0 transparent;
    color: #4D4C4C;
    display: block;
    font-size: 16px;
    height: 78px;
    line-height: 75px;
    margin-left: 135px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    width: 78px;
}

.blog_oldprice {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 13px;
    height: 20px;
    margin-bottom: -2px;
    margin-top: -15px;
    text-align: center;
    text-decoration: line-through;
    width: 78px;
}

.blog .blog_images .blog_onsale,
.blog .blog_images .blog_price {
    margin-left: 234px !important;
    margin-top: -233px !important;
}

.blog .blog_images .blog_main_image span {
    border: 4px solid #f9f9f9;
    background-repeat: no-repeat;
    background-position: center center;
    width: 320px; 
    height: 240px;
    display: block;
}
.blog .blog_images .blog_other_image div {
    border: 4px solid #f9f9f9;
    margin-right: 8px;
    margin-top: 8px;
    display:inline-block;
    
}

.blogs_mycart table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F1F5F8;
    border-color: #F1F5F8;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 6px 5px 6px 6px;
    width: 100%;
}

.blogs_mycart table td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #D5DADE;
    border-right: 1px solid #D5DADE;
    color: #697582;
    font-size: 13px;
    height: 60px;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.blogs_mycart table thead td {
    background: none repeat scroll 0 0 #38414B !important;
    border-left: 1px solid #D5DADE;
    color: #FFFFFF !important;
    font-size: 14px !important;
    height: 35px !important;
    line-height: 27px !important;
}

.blogs_mycart .blog_quantity {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #E4E8EB;
    border-color: -moz-use-text-color #D6D9DB #D6D9DB -moz-use-text-color;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    color: #697582;
    font-size: 13px;
    height: 25px;
    text-indent: 10px;
    width: 50px;
}

.blogs_mycart .blog_remove {
    margin-left: 15px;
}

.blogs_mycart .blog_subtotal {
    border-bottom: 1px dashed #C2CBD3;
    color: #38414B;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    padding-right: 10px;
    text-align: right;
    width: 200px;
}

.blogs_mycart .blog_subtotal span,
.blogs_mycart .blog_total span {
    width: 120px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.blog_totals {
    float: right;
}
.blogs_mycart .blog_total {
    color: #38414B;
    font-size: 21px;
    /*margin-bottom: 10px;*/
    margin-top: 10px;
    text-align: right;
    padding-right: 10px;
}

.blogs_mycart .blog_tax {
    color: #38414B;
    text-align: right;
    padding-right: 10px;
}
.blogs_mycart .blog_totals {
    margin-bottom: 10px;
}

.blogs_mycart .blog_updaters {
    margin-bottom: 20px;
    text-align: right;
}

.blogs_mycart .blog_mailsubmit,
.blogs_quickcart .blog_mailsubmit {
    background: url("../images/buttonsmall.png") repeat scroll 0 0 transparent !important;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 27px !important;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 87px !important;
}

.blogs_mycart .blog_updaters input {
    float: right;
    margin-left: 10px;
}

.blogs_mycart .blog_yellow {
    background: url("../images/yellow.png") no-repeat scroll 0 0 transparent;
    color: #333B44;
    display: block;
    float: right;
    font-size: 15px;
    height: 38px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #E4E8EB;
    width: 182px;
}

.blogs_myaccount_icon, .blogs_checkout_icon, .blogs_mycart_icon, .blogs_logout_icon  {
    display: block;
    line-height: 21px;
    text-indent: 27px;
}

.blogs_myaccount_icon {
    background: url("../images/account.png") no-repeat scroll 0 0 transparent;
}

.blogs_logout_icon {
    background: url("../images/logout.png") no-repeat scroll 0 0 transparent;
}

.blogs_mycart_icon {
    background: url("../images/cartsmall.png") no-repeat scroll 0 0 transparent;
}

.blogs_checkout_icon {
    background: url("../images/checkout.png") no-repeat scroll 0 0 transparent;
    text-indent: 32px !important;
}

.blogs_smallmenu {
    float: left;
    width: 100%;
}

.blogs_smallmenu ul {
    list-style: none outside none;
    margin-right: 30px;
}

.blogs_smallmenu ul li {
    float: left;
    margin-right: 30px;
}

.blogs_smallmenu ul li a {
    color: #535D6A;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 0 1px #EFF3F5;
}

.blogs_cartwrap .blogs_cartstatus {
    background: url("../images/cartsmall.png") no-repeat scroll 0 0 transparent;
    color: white;
    display: block;
    float: right;
    font-size: 13px;
    height: auto;
    line-height: 20px;
    padding-left: 28px;
    padding-right: 10px;
    text-align: right;
    width: auto;
}
.blogs_cartwrap .blogs_cartdrop {
    float: left;
    margin-left: 486px;
    margin-top: 26px;
    min-height: 100px;
    min-width: 100px;
    position: absolute;
    z-index: 2147483645;
}

.blogs_cartwrap .blogs_cartdrop .blogs_cartdrop_container {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #BCC3C9;
    border-radius: 5px;
    border-right: 1px solid #BCC3C9;
    float: left;
    list-style: none outside none;
    margin-top: 9px;
    padding: 16px;
    width: 420px;
}


.blogs_quickcart .blog_description {
    padding: 8px;
}

.blog_description em {
    font-size: 80% !important;
}


.blogs_quickcart table tr td {
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 8px;
}

.blogs_quickcart table {
    margin-bottom: 8px;
}
.blogs_quickcart .blogs_whiteprice {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #5E6A78;
    display: block;
    float: right;
    font-size: 12px;
    padding: 8px;
    width: 170px;
}

.blogs_quickcart .blogs_totalno {
    display: block;
}

.blogs_quickcart .blog_subtotal {
    border-bottom: 1px dashed #F0F0F0;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
.blogs_quickcart .blog_subtotal span {
    float: right;
}
    
.blogs_quickcart .blog_total {
    color: #37404A;
    display: block;
    font-size: 14px;
}
.blogs_quickcart .blog_total span {
    float: right;
}


.categories {
    list-style: none outside none;
    margin-top: 10px;
}    
.categories.category_grid .category_item {
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 216px;
    height: 190px;
    margin-left: 0;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.categories.category_grid .category_container {
/*    margin: 8px;
    background-color: white;*/
}
.categories.category_grid .category_image {
    background-position: center center;
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    margin-left: 8px;
    margin-top: 8px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.categories.category_grid .category_smalltitle {
    color: #303740;
    display: block;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 5px;
}
ul.category_menu li {

}

ul.category_menu li ul {
    list-style: disc inside none;
}
ul.category_menu li ul li {
    margin-left: 10px;
}

.category_menu .category_menu_selected {
    font-weight: bold;
    color: black;
}

.blogs_addedtocart_icon {
    padding-left: 20px;
    background: url(../images/tick-circle.png) no-repeat 4px center;
}


/* MY ORDERS */
.margin_top_50 {margin-top:50px;}
table.blogs_myorders_table {width:100%;}
table.blogs_myorders_table td , table.blogs_myorders_table th {padding:5px 6px;font-size:1em;}

table.blogs_myorders_table th {font-weight:bold;text-align:left;}
table.blogs_myorders_table td {}

.blogs_myorders_table {}
.blogs_order_status_container {border:1px solid green;margin-top:30px;}
.blogs_show_order_status {padding:10px;}
.blogs_myorders_line td {border-bottom:1px solid #eee;}
.blogs_show_order_status .order-label {display:inline-block;width:150px;}
.blogs_show_order_status .order-info {display:inline-block;}

.shipping-shipped-icon {vertical-align: middle;margin-right:10px;}

/* END MY ORDERS */

/* TO BE CHANGED */
.blogs_divider_dotted {

    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dashed #ddd;
}
    
.blogs_content table {
    background:#f1f5f8;
    border:6px solid #f1f5f8;
    border-right:5px solid #f1f5f8;
    border-radius:5px;
}
.blogs_content table td {
    height:60px;
    border-right:1px solid #d5dade;
    border-bottom:1px solid #d5dade;
    background:#FFF;
    padding-left:15px;
    line-height: 60px;
    font-size:13px;
    color:#697582;
}
.blogs_blacky td {
    background:#38414b!important;
    height:35px!important;
    border-left: 1px solid #d5dade;
    color:#FFF!important;
    font-size:14px!important;
    line-height:27px!important;
}
.blogs_table80 {
    width:65px;
}
.blogs_table100 {
    width:85px;
}
.blogs_table210 {
    width:195px;
}
.blogs_table95 {
    width:80px;
}
.blogs_checkbox {
    margin-left: 15px;
    margin-top: 22px;
}
.blogs_itemsmall {
    margin-left:-15px;
}
.blogs_itemcount {
    text-indent:10px;
    border:none;
    width:62px;
    height:25px;
    background:#e4e8eb;
    border-right:1px solid #d6d9db;
    border-bottom:1px solid #d6d9db;
    border-radius:5px;
    font-size:13px;
    color:#697582;
}
.blogs_coupons {
    margin-top:20px;
}
.blogs_coupons label {
    color:#333b44;
    font-size:14px;
    display:block;
    float:left;
    padding-right:20px;
}
.blogs_coupons input {
    width:180px;
    height:27px;
    float:left;
}
.blogs_sub {
    display:block;
    width:60px!important;
    height:27px;
    background:url(images/apply.png)!important;
    border:0px;
    font-size:13px;
    color:#ffffff;
    cursor:pointer;
    margin-left:10px;
    margin-top:1px;
}
.blogs_sub:hover {
    background:url(images/applyhover.png) no-repeat!important;
}
.blogs_separate {
    border-bottom: 1px dashed #C2CBD3;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 355px;
}
.blogs_products_subtotal {
    color: #38414B;
    display: block;
    font-size: 14px;
    margin-left: 390px;
    padding-right: 10px;
    text-align: right;
    width: 120px;
    height:30px;
    border-bottom:1px dashed #c2cbd3;
    line-height:28px;
}
.blogs_total {
    color: #38414B;
    float: right;
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blogs_sub {
    display:block;
    width:60px!important;
    height:27px;
    background:url(images/apply.png)!important;
    border:0px;
    font-size:13px;
    color:#ffffff;
    cursor:pointer;
    margin-left:10px;
    margin-top:1px;
}
.blogs_sub:hover {
    background:url(images/applyhover.png) no-repeat!important;
}
.blogs_bigprice {
    font-weight:bold;
}
.blogs_updaters {
    float:right;
    width:430px;
    margin-bottom:20px;
}
.blogs_updaters input {
    float:right;
    margin-left:10px;
}
.blogs_yellow {
    display:block;
    color:#333b44;
    font-size:15px;
    text-align:center;
    text-decoration:none;
    line-height:35px;
    background:url(images/yellow.png) no-repeat;
    width:182px;
    height:38px;
    text-shadow:0px 1px 0px #e4e8eb;
    float:right;
}
.blogs_eye {
    color: #64707D;
    display: block;
    float: left;
    height: 30px;
    line-height: 28px;
    margin-top: 15px;
    text-decoration: none;
    text-indent: 25px;
    width: 120px;
    background:url(images/eye.png) no-repeat 0 center transparent;
}
.blogs_padding25 {
    /*margin-right:25px;*/
    font-size:13px;
    color:#7a8492;
}

.blogs_checkoptions {
    background: #FEFEFE;
    border-radius:5px;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 20px;
}

.blogs_checkoptions form {
    font-size:14px;
    color:#363d47;
}
.blogs_checkoptions input {
    margin-bottom:10px;
}
.blogs_registerdetails {
    margin-top:20px;
}
.blogs_fullsize,.blogs_halfsize {
    margin-right: 12px;
}
.blogs_full,.blogs_fullsize {
    width:434px;
    float:left;
}
.blogs_half,.blogs_halfsize {
    width:211px;
    float:left;
}
.blogs_req {
    margin-right:10px;
}
.blogs_full, .blogs_half {
    border:none;
    height:30px;
    background: #FEFEFE;
    border-radius:5px;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    line-height: 30px;
    color: inherit;
    font-size:12px;
    text-indent:10px;
    margin-bottom:5px;
    margin-right: 10px;
}
.blogs_shorty {
    margin-right:220px;
}
.blogs_left2 {
    float: left;
    margin-top: -5px;
}
.blogs_realogin {
    float: left;
    margin-bottom: 74px;
}
.blogs_bigewizz {
    border:none;
    width:788px;
    height:111px;
    padding-top:10px;
    text-indent:10px;
    background-color: #FEFEFE;
    border-radius:5px;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    color:#b7b7b7;
    font-size:12px;
    resize:none;
}
.blogs_std {
    width:100%;
    margin-bottom:10px;
}
.blogs_std input {
    margin-left:0px;
}
.blogs_std a {
    color:#535D6A;
    text-decoration:none;
}
.blogs_method input {
    margin-bottom:10px;
}
.blogs_notempty {
    height:20px;
}

.blog_price_by_customer_container textarea {
    width: 96%;
    margin-bottom: 5px;
    height: 75px;
}

.blogs_checkout_icon_white {
    background: url("../images/checkout_white.png") no-repeat scroll -2px -4px transparent;
    height: 16px;
    width: 28px;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.blogs_checkout_icon_white {

}


.categories.category_grid .category_item,
.blogs.blog_grid .blog_item,
.blogs.blog_list .blog_item {
  background: none;
  border: 1px solid #efefef;
}

.categories.category_grid .category_smalltitle {
text-align: center;
margin-left: 0px;

}

.blogs.blog_grid .blog_price,
.blogs.blog_grid .blog_onsale {
  margin-left: 146px;
  margin-top: -165px;
}

.blog_quantity {
  margin-right: 20px;
  margin-top: 5px;
  text-align: right;
}

.blogs.blog_grid .blog_smalltitle {
  width: auto;
}

.blogs_pagination a {
  border: 1px solid #EFEFEF;
  border-radius: 4px 4px 4px 4px;
  padding: 3px 8px 3px 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.blogs_pagination a.active {
background-color: #EFEFEF;
color: black;
}

.blogs_pagination a:hover {
    
}

/* END TO BE CHANGED */