/*  set the width and height of cart images here*/
.itemImgSmall {
	width: 80px;
}

.itemImgMedium {
	width: 100px;
}

.itemImgLarge {
	width: 130px;
}

table#cart a div.k2storeCartRemove {
	background: url("../images/remove-roll.png") no-repeat scroll 0 0
		transparent;
	height: 18px;
	width: 18px;
}

table#cart a:hover div.k2storeCartRemove {
	background: url("../images/remove-over.png") no-repeat scroll 0 0
		transparent;
}

.k2store-cart-item {
	margin-left: 10px;
}

table#cart .k2store-cart-item-image img {
    float: left;
    margin-right: 10px;
}

table#cart .k2store-cart-footer td{
    border-bottom: none;
    border-top: none;
}
table#cart .cart_subtotal td {
    border-top: 1px solid #DDDDDD;
}

.k2store .product_quantity_input input {
	width: 20px;
}
.pao {
	padding: 5px;
}

.k2store strike {
	color: #ff0000;
}

.k2store .product_price,
.k2store .product_special_price
 {
	display: block;
 }
 
 .k2store .currency_symbol {
 margin-right: 2px;
 }

.k2store .checkout-heading {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DBDEE1;
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px;
}
.k2store .checkout-heading a {
    float: right;
    font-weight: normal;
    margin-top: 1px;
    text-decoration: none;
    cursor:pointer;
}
.k2store .checkout-content {
    display: none;
    overflow: auto;
    padding: 0 0 15px;
}

.k2store .checkout-content .buttons {
    clear: both;
}

.k2store.checkout tr, .k2store.checkout td {
	border: none;
	padding-right: 10px;
}
.k2store #billing-existing select[size],
.k2store #shipping-existing select[size]
 {
	height: auto; 
}
.k2store .options .required {
    color: #FF0000;
    font-weight: bold;
}

.k2error,
div.k2error em.error,
div.k2storeerror em.error,
.payment_info input.error,
.k2store label.error

 {
	color: #ff0000;
	font-style: italic;
}

div.k2error em.success,
div.k2storeerror em.success,
.k2store label.success
{
	color: #17B500;
	font-style: italic;
}

.k2store input.error { border: 1px solid red; }
.k2store input.valid { border: 1px solid #17B500;	}

.k2storeCartForm1 {
	position: relative;
}
.k2store-notification {
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    cursor: default;
    margin-left: 0;
    margin-top: -30px;
    padding: 1em;
    position: relative;
    width: 100%;
    z-index: 1000;
}
.k2store-notification .k2success { float: right;margin-right: 12px; }
.k2store-notification .cart_link {clear:both;}
.k2store-notification .cart_link .btn{margin-top: 15px;font-size: 12px;}
.k2store-notification .cart_dialogue_close {
    color: red;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    width: 18px;
}


.k2store-product-info label {
display: inline;
}

.product_quantity_input input {
width: 20px;
}

/* name spaced bootstrap modal */

.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
}

.k2store-modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -280px;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 560px;
    z-index: 1050;
}
.k2store-modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.k2store-modal.fade.in {
    top: 10%;
}
.k2store-modal .modal-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 15px;
}
.k2store-modal .modal-header .close {
    margin-top: 2px;
}
.k2store-modal .modal-header h3 {
    line-height: 30px;
    margin: 0;
}
.k2store-modal .modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    position: relative;
    text-align: left;
}
.k2store-modal .modal-form {
    margin-bottom: 0;
}
.k2store-modal .modal-footer {
    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}
.k2store-modal .modal-footer:before, .k2store-modal .modal-footer:after {
    content: "";
    display: table;
    line-height: 0;
}
.k2store-modal .modal-footer:after {
    clear: both;
}
.k2store-modal .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.k2store-modal .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.k2store-modal .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.k2store_field_required {
	float: right;
	color: #ff0000;
	margin-right: 2px;
}

#k2store_currency a {
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 2px 4px;
    text-decoration: none;
    cursor: pointer;    
    }
    
.k2error {
color: #ff0000;	
}    





a.btn.btn-primary {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #08c, #04c);
background-image: -webkit-gradient(linear,0 0,0 100%,from( #08c),to( #04c));
background-image: -webkit-linear-gradient(top, #08c, #04c);
background-image: -o-linear-gradient(top, #08c, #04c);
background-image: linear-gradient(to bottom, #08c, #04c);
background-repeat: repeat-x;
border-color: #04c #0044cc #002a80;
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
padding: 6px;
border-radius: 7px;
}

a.btn.btn-success {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
background-color: #5bb75b;
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-image: -webkit-gradient(linear,0 0,0 100%,from( #62c462),to( #51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
border-color: #51a351 #51a351 #387038;
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
padding: 6px;
border-radius: 7px;
}
div.note {
float: right;
margin-left: 10px;
}
table.k2store_table_downloads.table.table-striped.table-bordered th td {
padding: 7px 10px !important;
border: solid 2px #E9E9E9;
}
table.k2store_table_downloads.table.table-striped.table-bordered {
width: 90%;
text-align: center;
margin-right: 5%;
line-height: 30px;
}
h2.downloadlist {
color: #BD1515;
text-align: center;
font-size: 18px;
margin-bottom: 23px;
border-bottom: solid 2px;
padding-bottom: 10px;}

input.k2store_cart_button.btn.btn-primary {
font-family: nassim;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
background-color: #5bb75b;
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-image: -webkit-gradient(linear,0 0,0 100%,from( #62c462),to( #51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
border-color: #51a351 #51a351 #387038;
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
padding: 6px;
border-radius: 7px;
}
div#miniK2StoreCart {
margin-bottom: 15px;}

.catItemView .k2store-product-info {display: none;}
a.btn.btn-success:hover {color: #fff;}
a.btn.btn-primary:hover {color: #fff;}
a.resid.btn.btn-success:hover {color: #AF0404;}
a.resid.btn.btn-primary:hover {color: #AF0404;}