/*
Theme Name: Standard
Theme URI: http://ololo.com
Author: Ecommerce plugin Creators
Author URI: http://lalala.net
Description: This is a default theme to our plugin
Version: 1.0
*/

.clr {
    clear: both;
}

.product_short a {
    display: none;
}

.toeErrorMsg {
    color: red;
    font-weight: bold;
}
.toeInputError {
    border: 2px red solid !important;
}

.product h1.entry-title {
    display: none;
}

/*#single_product .product_main {
    width: 47%;
}

#single_product .product_info {
    width: 47%;
}*/

#single_product #product_properties table {
    border-collapse: collapse;
    border: 1px solid #ccc;
	width: auto !important;
}

#single_product #product_properties table td {
    border: 1px solid #ccc;
    padding: 3px;
}

#product_tabs h3, #secondary_info h3 {
    font-size: 16px;
    font-weight: bold;
}

#single_product h1 {
    font-size: 28px;
    font-weight: bold;
}

.tax-products_categories .product {
    float: left;
    margin-left: 1%;
}

.tax-products_categories #content {
    overflow: hidden;
}

#loginForm input[type="text"],
#toeUserData input[type="text"],
#regForm input[type="text"],
#toeUserData select,
#regForm select,
#loginForm input[type="password"],
#regForm input[type="password"] {
    width: 200px;
}
#content input[value="Add to Cart"], #content input[value="Buy Now"]{
    background: #000;
   color: #fff;
     border: none;
    }
    input[name="qty"]{
     max-width: 25px;
  }
.toeCheckoutNavigationItemPoint {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
    box-shadow: 0 0 10px rgba(0,0,0,0.5); 
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=10);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -opera-border-radius: 15px;
    -moz-border-radius: 15px;
    width: 30px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
}
.toeCheckoutNavigationItem {
    float: left;
    margin-right: 60px;
}
.toeCheckoutNavigationSelected {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
    box-shadow: 0 0 10px rgba(0,0,0,0.5); 
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=10);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -opera-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: black;
}

.product_info div {
    margin: 10px 0;
}

.product_info #product_excerpt a {
    display: none;
}

#product_main_info {
    padding: 10px;
	width: 150px;
}

.product_to_cart a {
    display: inline-block;
    padding: 3px 5px;
    text-decoration: none;
	margin-bottom: 10px;
}

.entry-header {
    position: relative;
    z-index: 2;
}

.entry-header .comments-link a {
    z-index: 2;
}

.product_image {
    position: relative;
    z-index: 1;
    text-align: center;
}

.product_image .product_price {
    background: #fff;
    color: #000;
    position: absolute;
    bottom: 1.0em;
    left: 0.2em;
    padding: 3px 5px;
}

.category_product {
    padding: 1%;
}

.category_product .product_info {
    padding: 5px;
}

#product_tabs {
    font-size: 12px;
    font-weight: normal;
}

.product_slider ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.product_slider ul li {
    float: left;
    margin-left: 3px;
}
.toeProdOutOfStock {
    font-weight: bold;
    color: red;
    display: none;
}