/*
	WP eeshop Style
*/

span.price{
	font-size: 14px;
	color: #770000;
}


input.cart_button {
	display: block;
	background: url('images/button-add-to-cart.gif') no-repeat center top;
	cursor: pointer;
	height: 33px;
	width: 120px;
	margin-top: 15px;
	border: none;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	line-height: 0px;
}
input.cart_button:active, input.cart_button:hover {
	background-position: center -33px;
}

input.make_purchase {
	margin: 10px 0 6px;
	padding: 0;
	background: url('images/button-make-purchase.gif') no-repeat center top;
/* 	background-color: #00B5DF; */
	color: transparent;
	border: 0;
	text-align: center;
	cursor: pointer;
}
input.make_purchase:active, input.make_purchase:hover {
	background-position: 0px -33px;
}





.eep{
	text-align: center;
}


.eep a, .eep a:visited, .eep a:active{
	text-decoration: underline;
	font-weight: bold;
}

.eep a:hover {
	text-decoration: underline;
	font-weight: bold;
}



.item-table {
	width: 100%;
	margin: 20px 0px;
	padding: 0px 0px 0px 0px;
	background:url(images/divider.gif) no-repeat bottom center;
}


.item-image {
	vertical-align: top;
	width: 150px;
}

.item-text {
	vertical-align: top;
	padding-left: 10px;
	text-align: left;
}
.item-basket {
	width: 122px;
	height: 40px;
	display: block;
	float: right;
}
.item-price {
	padding-top: 20px;
	width: 250px;
	height: 40px;
	display: block;
	float: left;

}
.item-name h3 {
	text-transform: uppercase;
	color: #46392B !important;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0px;
}

.item-cat-name h3{
	text-transform: uppercase;
	color: #cf5d2b !important;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0px;
}


.item-s_text{
	text-align: justify;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 0px;
	color: #535353;
}

#podaci{
	width: 470px;
}

#podaci input{
	border: 1px solid #cf5d2b;
	padding: 2px;
	margin: 0px;
}

#podaci .label{
	text-align: left;
	width: 150px;
}

#podaci .input{
	text-align: left;
}

#podaci .button{
	background-color: #cf5d2b;
	cursor: pointer;
	color: #ffffff;
	padding: 5px;
	border: none;
}

#podaci .button:hover{
	background-color: #333333;
	cursor: pointer;
	color: #ffffff;
	padding: 5px;
	border: none;
}


#item{
	width: 100%;
}

#item .image{
	width: 200px;
}

#item .content{
	vertical-align: top;
	text-align: justify;
	padding: 10px;
}


#item .content .text{
	background: none;
	border: none;	
}

#item .bottom{
	padding-left: 20px;
	text-align: left;
}




#eeshop_cart{
	border: 1px dashed #c4c2b8;
	border-collapse: collapse;
	padding: 10px 0px;
	width: 100%;
}

#eeshop_cart td{
	border: 1px dashed #c4c2b8;
}
.kolicina, .cena { text-align: center;}

#eeshop_cart_functions{
	text-align: center;
}

#eeshop_cart_functions input{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	background-color: #cf5d2b;
	cursor: pointer;
	color: #ffffff;
	padding: 5px 9px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #C04E37;
}

#eeshop_cart_functions input:hover {
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #C04E37;
	cursor: pointer;
	color: #ffffff;
	text-shadow: 1px 1px 0px #D3642F;
	padding: 5px 9px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #C04E37;
}


#eeshop_cart_functions .fancycart, #eeshop_cart_functions .fancycart:active, #eeshop_cart_functions .fancycart:visited{
	background-color: #cf5d2b;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff !important;
	padding: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #C04E37;

}

#eeshop_cart_functions .fancycart:hover{
	background-color: #C04E37;
	cursor: pointer;
	color: #ffffff !important;
	padding: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #D3642F;
}
#sidebar li.eeshopsidebar { margin: 0;}
.eeshopsidebar ul li a {
		font-weight: bold;
		margin:0; padding:0px;
		height:auto;
		display:block; color:#48463c;
}
.eeshopsidebar ul li a:link {
		margin:0; padding:0;
		width:auto; height:auto;
		display:inline;
}

.eeshopsidebar ul li a:hover {
	color:#C04E37; text-decoration:none;
}
#sidebar_cart {
	min-height: 60px;
	height: auto;
	margin:0; padding:0;
	list-style:none;
	background:url(images/sidebar_shop.gif) repeat-y;
	padding-right: 12px;
	padding-left: 12px;
}
#sidebar_cart p {
	margin: 0; 
	padding: 0;
}
#sidebar_prod_search {
	height: 50px;
	margin:0; padding:0;
	list-style:none;
	background:url(images/sidebar_shop.gif) repeat-y;
	padding-right: 12px;
	padding-left: 12px;
}
.sidebar_cart_top {
		margin:20px 0 0 0; padding:0;
		width:auto; height:34px;
		background:url(images/sidebar-top_shop.gif) no-repeat bottom center;
}
.sidebar_cart_bottom {
		width:auto; 
		height:16px;
		margin: 0 0 20px 0; padding:0px;
		background:url(images/sidebar-bottom_shop.gif) no-repeat bottom center;
}

.shop_cat {
	height: 34px;
	margin:0;
	background:url(images/sidebar-top_cat.gif) no-repeat bottom center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 25px;
	}
.shop_search {
	height: 34px;
	margin:0;
	background:url(images/sidebar-top_search.gif) no-repeat bottom center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 25px;
	}
.cat_kol {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}
.cat_link {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#prod_search {
	background: #fff;
	font-size: 20px;
	font-family: Georgia,serif;
	letter-spacing: -.04em;
	color: #C04E37;
	padding: 3px;
	margin: 3px 0 7px 0;
	width: 249px;
	border: 1px solid #DDDDDD;
}
label.press_enter {
	font-size: 0.9em;
	color: #333333;
	line-height: 1em;
}
