﻿#steps {
	width: 100%;
	height: 30px;
}

#steps .step {
	text-align: left;
    padding: 4px;
    background-color: #EEE;
    border-radius: 3px;
}

#steps .step-centre {
	float: left;
}

#steps .right {
	float: right;
}

#steps .step span {
	background: #EEE;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

#steps .step span.active {
	background-color: #778FA2;
    display: block;
}

#steps .step a {
	height: 25px;
	padding: 0 10px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #5E5E5E;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#steps .step span.active a {
	color: #FFF;
}

#steps .step .rednibroj {
	font-size: 16px;
	padding: 0px !important;
	background: none !important;
}

#basket_topnew {
	height: 50px;
    position: relative;
    text-align: right;
    margin-right: 5px;
}

.bg_orange {
	background-color: #ed8c01;
}

.contour_orange {
	border: 1px solid #ed8c01;
}

.cadeau {
	padding: 14px;
	overflow: hidden;
	margin-bottom: 24px;
	float: left;
	width: 720px;
	font-size: 11px;
}


.poklon_odaberi 
{color: #A39B94;
font-size: 9px;
text-transform: uppercase;
padding-left: 0px;
text-decoration: none;
}


.poklon_odaberi:hover
{color: #A39B94;
font-size: 9px;
text-transform: uppercase;
padding-left: 0px;
text-decoration: underline;
}


.poklon_prikazi
{color: #A39B94;
font-size: 9px;
text-transform: uppercase;
padding-left: 6px;
text-decoration: none;
}

.poklon_prikazi:hover
{color: #A39B94;
font-size: 9px;
text-transform: uppercase;
padding-left: 6px;
text-decoration: underline;
}

.titre_bloc {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    padding: 3px 11px 2px 8px;
    float: left;
    border-radius: 2px 2px 0px 0px;
}

.content_choix_mode_livraison 
{
    background-color: #FCFCFC;
    border: solid 1px #EFEFEF;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 14px;
}

.bg_vert_fonce {
    background-color: #5E5E5E;
}

.in_panier {
    font-weight: bold;
    margin: 3px 0 0 5px;
    display: inline-block;
}

.orange {
    color: #ED8D33;
}

.marron {
    color: #5E5E5E;
}

.contour_green {
	border: solid 1px #EFEFEF;
}

.panier {
	width: 100%;
	float: left;
	font-weight: bold;
    font-family: Arial;
    font-size: 10px;
    color: #5E5E5E;
    text-transform: uppercase;
    line-height: 20px;
}

.panier th {
    background-color: #FCFCFC;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
}

.panier td {
    background-color: #FFFFFF;
    border-collapse: separate;
    color: #47372A;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px;
}

.contour_vert_fonce {
    /*border: 1px solid #7B8F38;*/
}

.kosara {
	padding: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.col_1 {
	width: 110px;
}

.col_2 {
	width: 176px;
}

.col_3 {
	width: 150px;
}

.col_4 {
	width: 120px;
}

.col_5 {
	width: 90px;
}

.col_6 {
	width: 90px;
}

.col_1s {
    border-bottom: solid 1px #C4C9C8;
}

.col_2s {
    border-bottom: 1px solid #C4C9C8;
    border-left: 1px solid #F8F7F7;
}

.col_3s {
    border-bottom: 1px solid #C4C9C8;
    border-left: 1px solid #F8F7F7;
}

.col_4s {
    border-bottom: 1px solid #C4C9C8;
    border-left: 1px solid #F8F7F7;
}

.col_5s {
    border-bottom: 1px solid #C4C9C8;
    border-left: 1px solid #F8F7F7;
}

.col_6s {
    border-bottom: 1px solid #C4C9C8;
    border-left: 1px solid #F8F7F7;
}

#total {
    background-color: #FCFCFC;
    color: #47372A;
    font-family: Arial;
    font-size: 11px;
    padding: 15px 0 0;
    width: 100%;
    border: solid 1px #EFEFEF;
}

#total_tab {
    width: 100%;
}

.off {
    display: none;
}

#total td.total_col1 {
    border-bottom: 2px solid #FFFFFF;
    color: #5E5E5E;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding-left: 20px;
    text-transform: uppercase;
    width: 355px;
}

#total td.total_col2 {
    border-bottom: 2px solid #FFFFFF;
    color: #5E5E5E;
    font-family: Arial;
    font-size: 18px;
    height: 30px;
    padding-right: 20px;
    text-align: right;
    width: 355px;
}

#total td.amount_col1 {
    color: #47372A;
    font-family: Arial;
    font-size: 12px;
    height: 24px;
    padding: 5px 0 0 20px;
    width: 355px;
}

#total td.amount_col2 {
    color: #47372A;
    font-family: Arial;
    font-size: 12px;
    height: 24px;
    padding-right: 20px;
    text-align: right;
    width: 355px;
}

#total td.resume_col1 {
    background-color: #5E5E5E;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding-left: 20px;
    text-transform: uppercase;
    width: 355px;
}

#total td.resume_col2 {
    background-color: #5E5E5E;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    height: 30px;
    padding-right: 20px;
    text-align: right;
    width: 355px;
}
#GrandTotal 
{
    color: #FFF;
}

#basket_bottom {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    position: relative;
    text-align: right;
}

.potvrdi_narudzbu {
    background-color: #778FA2;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-top: 0px;
    padding: 2px 20px 2px 20px;
   	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.nastavi_kupovinu {
    background-color: #EEE;
    color: #5E5E5E;
    cursor: pointer;
    float: right;
    margin-top: 0px;
    padding: 2px 20px 2px 20px;
   	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.underline {
text-decoration: underline;
font-family: Arial;
font-size: 12px;
text-align: left;
color: #47372A;
cursor: pointer;
}

.underline:hover {
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    color: #47372A;
}


/* *** EndOrder *** */
.EndOrder
{
    padding-top:30px;   
    padding-left:40px;
    padding-bottom:30px;
}
.zahvala
{
    font-size: 16px;
    color: #5E5E5E;
}