﻿/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


.productAddedToCartModalDialog
{
    padding: 10px 10px 10px 10px !important;
}

.nopAjaxCartPanelAjaxBusy
{
    position: absolute;
    background: url('images/ajaxLoader.gif') no-repeat fixed 50% 50% #FFFFFF;
    width: auto;
    height: auto;
    filter: Alpha(opacity = 70); /* Internet Explorer fix */
    opacity: 0.7;
    z-index: 1;
    clear:both;
}

.miniProductDetailsPanelAjaxBusy
{
    position: absolute;
    background: url('images/ajaxLoader.gif') no-repeat fixed 50% 50% #FFFFFF;
    width: auto;
    height: auto;
    filter: Alpha(opacity = 70); /* Internet Explorer fix */
    opacity: 0.7;
    z-index: 1;
    clear:both;
}

.nopAjaxCartProductListAddToCartButton, .nopAjaxCartProductListAddToCartButton input, .nopAjaxCartProductVariantAddToCartButton, .nopAjaxCartProductVariantAddToCartButton input
{
	display: inline-block;
	height:23px; 
    background: url('images/bkg_btn.png') top repeat-x;
	margin: 0 0 0 4px !important;
	padding: 0px 12px;
    font: normal bold 11px/23px Tahoma, Verdana, Arial, sans-serif;
	color:#000;
	text-shadow: 1px 1px 0 #fff;
    text-align:center; 
    cursor: pointer;
    border: 1px solid #d8d8d8;
	border-radius: 5px;
}

.nopAjaxCartProductListAddToCartButton:hover, .nopAjaxCartProductListAddToCartButton input:hover, .nopAjaxCartProductVariantAddToCartButton:hover, .nopAjaxCartProductVariantAddToCartButton input:hover
{
	background-position: bottom;
}

.productQuantityTextBox
{
	display: inline-block;
    width: 40px;
    height: 16px !important;
	background: none !important;
    padding: 2px !important;
	text-align: left !important;
	font: normal normal 12px/16px Arial, Helvetica, sans-serif !important;
	border: 1px solid #ccc !important;
	border-top: 1px solid #aaa !important;
	border-radius: 3px !important;
	box-shadow: inset 0 0 4px #ccc;
}

.miniProductDetailsView .product-details-page
{
    border: none;
}

.miniProductDetailsView .product-details-info .picture
{
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 150px;
}

.miniProductDetailsView .product-details-info .overview
{
    border: none;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    padding: 5px;
    text-align: left;
    max-width: 422px;
    width: auto;
}

.miniProductDetailsView .product-details-info .overview .productname
{
    color: #396F00;
    font-size: 1.1em;
    margin-bottom: 0.3em;
}

.miniProductDetailsView .product-essential .price
{
    margin-top: 15px;
    margin-bottom: 5px;
}

.miniProductDetailsView .product-collateral
{
    text-align: left;
}

.miniProductDetailsView .product-variant-line
{
    border-bottom: none;
}

.product-details-info .overview .add-info 
{
	overflow: hidden;
}
.product-details-info .overview .add-info *
{
	float: none;
}



.productAddedToCartWindow
{
    width: 330px;
    height: 320px;
    display: block;
    background: #fff;
    padding: 19px !important;
}
.productAddedToCartWindowClose
{
    width: 210px;
    height: 30px;
    padding: 0 0 15px 0;
    text-align: right;
}
.productAddedToCartWindowTitle
{
    border-bottom: #b5b7b6 solid 1px;
    text-transform: uppercase;
    padding: 0 0 12px 0;
}
.productAddedToCartWindowImage
{
    float: left;
    height: 125px;
    padding: 9px 0 9px 0;
}
.productAddedToCartWindowDescription
{
    float: left;
    width: 165px;
    height: 115px;
    padding: 9px 0 9px 5px;
}
.productAddedToCartWindowDescription h2 a
{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.productAddedToCartWindowDescription strong
{
    display: block;
	margin-bottom: 3px;
    color: #690;
}
.productAddedToCartWindowDescription strong.price {
    margin-top: 10px;
    margin-bottom: 10px;
}
.productAddedToCartWindowSummary
{
    float: left;
    border-top: #b5b7b6 solid 1px;
    padding: 10px 0 15px 0;
    margin: auto;
    text-align: center;
    line-height: 23px;
}
.productAddedToCartWindowCheckout
{
    border: none;
    width: 210px;
    height: 25px;
    color: #690;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 0 0;
	padding: 5px 0;
    cursor: pointer;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-radius: 5px;
	box-shadow: 0 2px 3px #ccc;
	
	background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.productAddedToCartWindowCheckout:hover
{
	background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */


}

.k-window
{
    border: #b5b7b6 solid 1px !important;
    border-radius: 0px !important;
}

.k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-tooltip, .k-grid-pager, .k-button, .k-draghandle
{
    background: #fff !important;
}

.k-window-titlebar
{
    border: none !important;   
}

.k-close, .k-close:hover, .k-i-close, .k-i-close:hover
{
    background: url(images/close-window.gif) !important;
    border: none !important;
    width: 27px !important;
    height: 30px !important;
}

.k-window-titlebar .k-window-action, .k-window-titlebar .k-window-action:hover
{
    background: none !important;
    border: none !important;
    width: 27px;
    height: 30px;
}

.miniProductDetailsView h1.productname  {
    max-width: 600px;
    color: #7A9B06;
    font-weight: bold;
    font-size: 1.4em;
}

.k-window-titlebar .k-window-actions {
    right: 3px !important;
}
.product-details-info .shortdescription {
    max-height: 95px;
    overflow: hidden;
}
.k-window-titlebar .k-window-action {
    padding: 0 !important;
    display: inline !important;
}