@charset "utf-8";
/*********************************************************************************/
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/* # #																										 									 # # */
/* # #  Copyright (c) PLAN e d.o.o., 2007-2009															 # # */
/* # #  Vse pravice pridržane. All rights reserved.													 # # */
/* # #  info@plan-e.si | www.plan-e.si  																		 # # */
/* # #  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  # # */
/* # #  Template variables:																									 # # */
/* # #  Array														 # # */
/* # #  Array											 # # */
/* # #  page												 # # */
/* # #  ../images																					 # # */
/* # #  ../../../../template/page/images				 # # */
/* # # 																																			 # # */
/* # #  How to:																															 # # */
/* # #  #4d96d3										 # # */
/* # #  #000000									 # # */
/* # # 																																			 # # */
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/*********************************************************************************/

/**************************************/
/*** PRODUCTS						***/
/**************************************/

.defaultProduct {
    width: 25%; height: auto;
    float: left;
    margin-bottom: 10px;
}

.defaultProduct .defaultProductContent {
    width: auto; height: auto;
    margin: 0 5px 10px 5px;
    padding: 10px 5px;
}
.defaultProduct .defaultProductContent:hover {
    background: #dae7f7;
}
.adminBar {
    width: auto; height: auto;
    border-top: 1px solid #fff; 
    background: #eeeeee;
    margin: -5px -5px 5px -5px;
    padding: 4px;
    padding-bottom: 1px;
}

.adminBar .center {
    margin: 0 auto; width: 75px;
}

.defaultProduct .defaultProductContent .defaultProductContentData {
    width: 100%; height: auto;
}

.defaultProduct .defaultProductContent .defaultProductContentData img {
    width: 90px; height: auto;
    margin: 0 auto;
    padding: 0px; background: #fff;
    border: 1px solid #cccccc;
    padding: 3px;   
    display: block;
}

.defaultProduct .defaultProductContent .defaultProductContentData h3.defaultProductTitle  {
    font-weight: normal; font-size: 12px; padding-bottom: 5px; border-bottom: 1px dotted #aaaaaa; text-decoration: none;
}
h3.defaultProductTitle a {
    text-decoration: none;
}
h3.defaultProductTitle a:hover {
    text-decoration: underline;
}
.border  {
    border-top: 1px dotted #aaaaaa;
    margin-bottom: 5px;
    margin-top: 5px;
}

.defaultProduct .defaultProductContent .defaultProductContentData .contentShort {
   width: auto; height: auto;
   font-size: 12px;
   padding-top: 5px;
}
.defaultProduct .defaultProductContent .defaultProductContentData a.addToCart {
    width: 108px; height: 29px;
    display: block;
    background: url('../images/addToCart.png') no-repeat;
    color: #6b6e65;
    padding-left: 30px;
    text-decoration: none;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 10px;
}

.defaultProduct .defaultProductContent .defaultProductContentData a.addToCart:hover {
    background: url('../images/addToCartHover.png') no-repeat;
    cursor: pointer;
}


/**************************************/
/*** YOUTUBE VIDEO					***/
/**************************************/
img.youtube {
    width: 90px; height: auto;
    margin: 5px auto;
    padding: 0px; background: #fff;
    border: 5px solid #dce7c5;
    display: block;

}

/**************************************/
/*** PRODUCTS SHOW					***/
/**************************************/

.showLeft {
    width: 220px; height: auto;
    float: left;
    margin: 0px;
    padding: 0px;
}

.showLeft img.showImage {
    width: 200px; height: auto;
    padding: 4px; background: #fff;
    border:1px solid #cccccc;
}
.showLeft img.showImage:hover {
    width: 200px; height: auto;
    padding: 4px; background: #4d96d3;
    border:1px solid #4d96d3;
}

.showLeft img.showImageOther {
    width: 40px; height: auto;
    padding: 2px; background: #fff;
    border:1px solid #cccccc;
    margin-top: 5px;
}
.showLeft img.showImageOther:hover {
    width: 40px; height: auto;
    padding: 2px; background: #4d96d3;
    border:1px solid #4d96d3;
    margin-top: 5px;
}


.showRight {
    width: 500px; height: auto;
    float: right;
    margin: 0px;
    padding: 0px;
}

h1.showTitle {
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
}

img.brand {
    width: 40px; height: auto;
    float: right;
}

table.show tr.odd{
    padding: 3px;
    background: #fff;
}

table.show tr.even{
    padding: 3px;
    background: #eeeeee;
}

table.show tr.odd:hover,
table.show tr.even:hover{
    padding: 3px;
    background: #4d96d3;
    color: #fff;
}

table.show tr td {
    padding:3px;
}

.showRight a.addToCartShow {
    width: 108px; height: 29px;
    display: block;
    background: url('../images/addToCart.png') no-repeat;
    color: #6b6e65;
    padding-left: 30px;
    text-decoration: none;
    line-height: 28px;
    float: right;
    margin-top: 20px;
}

.showRight a.addToCartShow:hover {
    background: url('../images/addToCartHover.png') no-repeat;
    cursor: pointer;
}

.showContent {
    width: auto; height: auto;
    line-height: 21px;
}
/**************************************/
/*** SEARCH                     	***/
/**************************************/

form.shopSearch {
    width: 240px; height: 24px;
    margin-top: 50px;
    float: right;
}


input#shopProductSearchString {
    width: 200px; height: 22px;
    border:1px solid #cccccc;
    border-right: 0px;
    margin: 0px; 
    padding: 0px;
    float: left;
    padding-left:5px;
}

input.searchButton {
    width:  29px; height: 24px;
    background: url('../images/searchButton.png') no-repeat;
    float: left;
    margin: 0px; 
    padding: 0px;
    border: none;
}
input.searchButton:hover {
    background: url('../images/searchButtonHover.png') no-repeat;
}

/**************************************/
/*** SORT BY                    	***/
/**************************************/
.sortBy {
    width: 205px; height: auto;
    float: right;
    margin: 10px 0px;
    
    font-size: 12px;
}

.sortBy a.down,
.sortBy a.up {
    width: 11px; height: 11px;
    display: inline-block;
    margin-left:3px;
    background: url('../images/up.gif') no-repeat;
}
.sortBy a.down {
    background: url('../images/down.gif') no-repeat;
}

.sortBy a.down:hover {
    background: url('../images/downHover.gif') no-repeat;
}

.sortBy a.up:hover {
    background: url('../images/upHover.gif') no-repeat;
}

/**************************************/
/*** PRODUCTS SHOW - related    	***/
/**************************************/

.related {
    width: 100%; height: auto;
    background: #eeeeee;
    border:1px solid #cccccc;
    margin-top: 20px;
}

.related .content {
    width: 20%; height: auto;
    float: left;
}

.related .content img {
    width: 90px; height: auto;
    margin: 0 auto;
    padding: 4px; background: #fff;
    border: 1px solid #cccccc;
    display: block;
    margin-bottom: 7px;
}

.related .content a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 0px;
    text-decoration: none;
}
.related .content a:hover {
    text-decoration: underline;
}




/**************************************/
/*** CART   OPEN	***/
/**************************************/

.shopCart {
    width: auto; height: auto;
    margin-bottom: 10px;
}

.shopCart .title {
    width: auto; height: auto;
    background: #81b717;
    padding: 5px;
    color: #fff;
}

.shopCart .contentCart {
    width: auto; height: auto;
    padding: 5px; 
    margin: 0px;
    border: 1px solid #cccccc;
    border-top: none;
}

.shopCart .contentCart a.title {
    width: auto; height: auto;
    float: left; display: block;
    margin: 0px; padding: 0px;
    background: none;
    color: #4d96d3;
    text-decoration: none;
}

.shopCart .contentCart a.title:hover {
    text-decoration: underline;
    cursor: pointer;
}

.shopCart .contentCart input.quantity {
    width: 15px; height: auto;
    float: right; display: block;
    margin: 0px; padding: 0px;
    background: none;
    color: #404040;
    text-decoration: none;
    text-align: center;
    border:1px solid #cccccc;
}
.shopCart .contentCart a.remove {
    width: 16px; height: 16px;
    float: left; display: block;
    margin: 0px; padding: 0px;
    margin-left:5px;
    background: url('../images/remove.png') no-repeat;
    display: inline-block;
    
}
.shopCart .contentCart a.remove:hover {
    background: url('../images/removeHover.png') no-repeat;
    cursor: pointer;
}
.shopCart .contentCart .line {
    width: auto; height: 1px;
    background: #cccccc;
    margin: 5px 0px;
}

.openCart {
    width: 16px; height: 16px;
    cursor: pointer;
    background: url('../images/down.png') no-repeat;
    float: right;
}

a.checkout {
    width: 98px; height: 29px;
    display: block;
    background: url('../images/checkOut.png') no-repeat;
    color: #6b6e65;
    padding-left: 10px;
    text-decoration: none;
    line-height: 28px;
    float: right;
    color: #fff;
}
a.checkout:hover {
    background: url('../images/checkOutHover.png') no-repeat;
    color: #797979;
}

a.deleteAll {
    width: auto; height: 16px;
    margin-top: 15px;
    display: block;
    float: left;
    font-size: 11px;
    color: #fff;
    
}
a.deleteAll:hover {
    cursor: pointer;
    text-decoration: none;
}



/**************************************/
/*** CART   CLOSE	***/
/**************************************/

#shopCart {
    width: 160px;
    float: right;
    position: relative;
}
.cartOpen {
    width: 160px; height: 35px;
    margin: 0px; padding-top: 20px;
    background: url(../images/cartButton.png) no-repeat center; 
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: -10px;
    z-index: 10;
}
.cartOpen:hover {
    background: url(../images/cartButtonHover.png) no-repeat center; 
}

.contentCartOpen {
    width: 254px; height: auto;
    position: absolute;
    top: 32px;
    display: none;
    margin-left: -94px; 
    z-index: 1010;
    color: #fff;    
}
.contentCartOpenBorder {
    background: url(../images/cartBackground.png) no-repeat top center; 
    padding: 10px;
}
.bottomCart {
    width: 254px; height: 8px;
    background: url(../images/bottomCart.png) no-repeat top center; 
    z-index: 1010;
}

.contentCartOpen a.title {color: #fff;}
.contentCartOpen input.quantity {width:20px; text-align: center;}
.contentCartOpen .line {width: 100%; height: 1px; background: #4a99d7; border-top:1px solid #1a73b9;margin: 5px 0px;} 

.contentCartOpen a.checkout {
    width: 98px; height: 29px;
    display: block;
    background: #000;
    color: #6b6e65;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    float: right;
    color: #fff;
    padding-left: 0px;
}
.contentCartOpen a.checkout:hover {
    color: #F53513;
}


/**************************************/
/*** CHECKOUT                      	***/
/**************************************/

.narociloGreen,
.dostavaGreen,
.nacinGreen,
.povzetekGreen,
.narociloYellow,
.dostavaYellow,
.nacinYellow,
.povzetekYellow,
.narociloGrey,
.dostavaGrey,
.nacinGrey,
.povzetekGrey   {
    width: 107px; height: 35px;
    float: left;
    margin: 0px; margin-left: 20px;
    margin-bottom: 30px;
    padding: 0px;
    padding-top: 18px;
    padding-left: 60px;
  
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-shadow: #6374AB 0px 1px 0px;
}


.narociloGreen {
    margin-left: 0px;
    background: url('../images/narociloGreen.png') no-repeat;
}
.dostavaGreen {
    background: url('../images/dostavaGreen.png') no-repeat;
}

.nacinGreen {
    background: url('../images/nacinGreen.png') no-repeat;
}

.povzetekGreen {
    background: url('../images/povzetekGreen.png') no-repeat;
    padding-top: 11px; height: 42px;
}
/*yellow*/
.narociloYellow {
    margin-left: 0px;
    background: url('../images/narociloYellow.png') no-repeat;
}
.dostavaYellow {
    background: url('../images/dostavaYellow.png') no-repeat;
}

.nacinYellow {
    background: url('../images/nacinYellow.png') no-repeat;
}

.povzetekYellow {
    background: url('../images/povzetekYellow.png') no-repeat;
    padding-top: 11px; height: 42px;
}
/*grey*/
.narociloGrey {
    margin-left: 0px;
    background: url('../images/narociloGrey.png') no-repeat;
    text-shadow: #ffffff 0px 0px 0px;
    color: #868686;
}
.dostavaGrey {
    background: url('../images/dostavaGrey.png') no-repeat;
    text-shadow: #ffffff 0px 0px 0px;
    color: #868686;
}

.nacinGrey {
    background: url('../images/nacinGrey.png') no-repeat;
    text-shadow: #ffffff 0px 0px 0px;
    color: #868686;
}

.povzetekGrey {
    background: url('../images/povzetekGrey.png') no-repeat;
    text-shadow: #ffffff 0px 0px 0px;
    color: #868686;
    padding-top: 11px; height: 42px;
}
a.remove {
    width: 16px; height: 16px;
    float: right; display: block;
    margin: 0px; padding: 0px;
    background: url('../images/remove.png') no-repeat;
    display: inline-block;
    
}
a.remove:hover {
    background: url('../images/removeHover.png') no-repeat;
    cursor: pointer;
}


.priceSum { 
    width: auto; height: auto;
    margin:30px 0px;
    padding:10px;
    border-top:1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
}

.priceSum span.text {
    font-size:19px;
    font-weight: bold;
    color: #D71919;
    display: block;
    float: left;
}

.priceSum span.price {
    font-size:19px;
    font-weight: bold;
    color: #D71919;
    display: block;
    float: right;
}

/*DOSTAVA*/
table.dataShop {
    width: 100%; height: auto;
    margin-top:20px; margin-bottom: 20px;
}
table.dataShop tr:hover {
    background:  #4d96d3;
    color: #fff;
}

table.dataShop tr td {
    padding: 7px;
}

table.dataShop tr td input {
    border-color: #ABADB3 #E2E3EA #E3E9EF #DBDFE6;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    width: 599px;
}

input.next {
    width: auto; height: auto;
    padding: 7px 15px;
    float: right;
    margin-bottom: 20px;
}

/*POVZETEK NAKUPA */

.shopProductTitle {
    width: 60%; height: auto;
    float: left;
}

.shopProductTitle img {
    width: 60px; height: 60px;
    border: 1px solid #cccccc;
    margin-top:5px;
    background: #fff;
    padding: 3px;
}

.shopProductData {
    width: 30%; height: auto;
    float: right;
}

.shopProductTitle a {text-decoration: none;}
.shopProductTitle a:hover {text-decoration: underline;}















