/* CSS Document */

/*.item-name, .item-price, item-decrement, .item-quantity, .item-increment, .item-total, .item-remove
{
	float:left;
}*/

.item-name, .item-code
{
	text-align:left !important;
}

/* STILI ZA PRIKAZ ATRIBUTOV IZDELKA (ime, cena, ...) */
.item_add
{
	display:block;
	width:190px;
	height:35px;
	background-image: url(../narocilo/naroci1.jpg);
}

.item_price
{
	font-size:43px;
}

.item_name
{
	color:#494949;
	font-size:17px;
	font-weight:bold;
}
/* KONEC STILI ZA PRIKAZ ATRIBUTOV IZDELKA (ime, cena, ...) */




/* STILI ZA KOŠARICO */
.item-remove
{
	text-align:center !important;
}

.item-name, .item-total
{
	font-weight:bold;
}
/* KONEC STILI ZA KOŠARICO */



.item_Quantity_Cont
{
	width:150px;
	text-align:center;
}

.item_quantity
{
	width:30px;
	border:1px solid #CCC;
	text-align:center;
	padding:4px 0px;
}

.simpleCart_items table{
	width:100%;
	border:1px solid #ABA8A8;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0;
}

.simpleCart_items th{
	color:#000;
	text-align:center;
	padding:10px 15px;
	margin:0px;
	background: #FFF;
	border:1px solid #ABA8A8;
	border-right:0px;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
	background: linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 );
}
.simpleCart_items td{
	padding:6px 15px;
	vertical-align:middle;
	text-align:center;
	border:1px solid #ABA8A8;
	border-top:0px;
	border-right:0px;
	color:#000;
}

.simpleCart_remove
{
	display:block;
	width:20px;
	height:20px;
	margin-left:16px;
	background:url(../images/trash_20x20.png);
	font-size:0px;
}

/*.simpleCart_quantity
{
	font-size:18px;
}

.simpleCart_total
{
	font-size:9px;
}*/

.item-image,
.item-image img{width:72px;}
.item-name{width:40%;}
.item-quantity,
.item-quantity input{
	width:30px;
	text-align:center;
}
.item-price,
.item-subtotal{width:50px;}


.simpleCart_total, .simpleCart_tax, .simpleCart_taxRate, .simpleCart_shipping, .simpleCart_grandTotal, #simpleCart_To_Free_Shipping_Left
{
	line-height:35px;
}

.subtotal_Elements_border td
{
	border-bottom:1px solid #ABA8A8;
}

.subtotal_Elements_Free_Shipping
{
	
}

.subtotal_Elements
{
	border:1px solid #ABA8A8;
	border-top:0px;
}

.customer_data
{
	padding:20px 0px;
}

.customer_data tr td
{
	padding:3px 20px;
	text-align:left;
}

.customer_data tr td input[type=text], .customer_data tr td textarea, .simpleCart_input
{
	width:200px;
	border:1px solid #ABA8A8;
	padding:2px 3px;
}

.simpleCart_input
{
	width:auto;
}

.subtotal_Elements_last_td
{
	width:100px;
	text-align:center;
}

/* ERIKOVI CLASSI */
#relative_cont
{
	position:relative;
	z-index:999;
}

#cart_cont
{
	width:800px;
	margin:auto;
	background:#FFF;
}

#cart_cont_outer
{
	
}

.cart_button, .cart_button_checkout, .cart_button_finish
{
	display:block;
	float:left;
	padding:10px 20px;
	background:#DEDEDE;
	color:#000;
	text-decoration:none;
	margin:5px 5px;
	border:1px solid #ABA8A8;
}

.cart_button_finish
{
	float:right;
	margin:0px;
	margin:20px 0px;
	margin-bottom:100px;
}

.cart_button_checkout
{
	margin-top:60px;
	float:none;
	border:1px solid #ABA8A8;
	font-weight:bold;
	text-align:left;
	font-size:18px;
	margin:0px;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
	background: linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 );
}

.blagajna
{
	background:#DEDEDE;
}

#header_cont
{
	width:800px;
	height:130px;
	background:#FFF;
	margin:auto;
}

.required_field
{
	font-size:18px;
	color:#000;
}

#please_wait
{
	position:absolute;
	width:100%;
	height:auto;
	z-index:9999;
	background:url(../images/bg_please_wait.png);
	display:none;
	line-height:100%;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
