table {
  border-collapse:collapse;
  margin: 0;
  padding:0;
}

thead {
  height: 30px;
  line-height: 30px;
  background: url(../images/shopTableHeading.gif) repeat-x scroll left top;
  padding: 0;
  margin: 0;
  border: 0;
}
th, td {
  margin: 0;
  padding: 0;  
}


hr.fix {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}

#cardInfo {
  position: absolute;
  left: 730px;
  top: 55px;
  z-index: 5;
  background: url(../images/cardIco.gif) no-repeat scroll right center;
  height: 62px;
  width: 200px;
}
.cardInfoText {
  padding-top: 10px;
  text-decoration: underline;
  font-weight: bold;
}
.infoPrice {
  color: #B6151A;
  font-weight: bold;
}



/*
  index - left
*/
#shopLeft {
  width: 680px;
  float: left;  
}
#shopList {
  border: 1px #ebe9e9 solid;
}
#shopLeft h3{
  font-size: 1.2em;
  line-height: 1.6em;
  color: #464646;
}

.item {
  background: url(../images/shopTableRow.gif) repeat-x scroll left top;
}

.col1 {
  width: 530px;
  text-align: center;
}
.col2 {
  width: 130px;
  text-align: right;
  padding-right: 20px;
}

.imageCell {
  width: 130px;
  text-align: center;
  border-bottom: 1px #ebe9e9 solid;
}

.bottomLine {
  border-bottom: 1px #ebe9e9 solid;
  height: 50px;
}

.priceCell {
  width: 150px;
  color: #b6151a;
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
  text-align: right;
}
.priceCell span {
  margin: 20px;
  display: block;
}
.quantity, .submit {
  display: block;
  float: left;
}
.submit {
  padding-left: 3px;
}
.descriptionCell {
  padding: 15px 0 0 0;
  width: 450px;
}
/*
  index - right
*/
#shopRight {
  margin-left: 687px;
}
#rightNav {
  height: 104px;
  background: url(../images/shopRightNav.gif) repeat-x scroll left top;
  color: #fff;
}
#rightNav h3{
  font-size: 1.2em;
  padding-bottom: 5px;
}
#rightNavIn {
  padding: 15px 15px;
}
#products {
  width: 230px;
  text-align: center;
}




/*
  detail - left
*/
.detailTableHead {
  text-align: center;
}
.detailImageCell {
  width: 340px;
  text-align: center;
  padding: 30px 0;
}
.detailDescription {
  vertical-align: top;
  background: #d6d7d9;
  padding: 15px;
  border-top: 2px #fff solid;
}
.detailDescription p{
  padding: 20px 0 50px 0;
}
.detailOrderTable {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #464646;
}

/*
  shoping card
*/
#shopingCard {
  width: 100%;
}
#shopingCard th {
  padding-left: 20px;
}
#shopingCard .item td{
  border-bottom: 1px #ebe9e9 solid;
}
.cardCol1 {
  width: 60px;
  text-align: center;
}
.cardCol1 img {
  padding: 15px 0;
}
#shopingCard .cardCol2 {
  text-align: left;
}
.cardDescription, .cardPrice, .cardQuantity {
  border-right: 1px #ebe9e9 solid;
  text-align: right;
  padding-right: 10px;
}
.cardCol3 {
  width: 60px;
}
.cardCol4 {
  width: 45px;
}
.cardCol5 {
  width: 110px;
}
.priceRow {
  color: #b6151a;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}
.total {
  background: url(../images/cardTotal.gif) repeat-x scroll left top;
  height: 31px;
  color: #fff;
  font-weight: bold;
}
.total1 {
  padding-left: 20px;
}
.total2 {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}

/*
  order steps
*/
#stepsWrap a{
  color: #ff0000;
}
.wrapSteps {
	float: left;
	width: 190px;
	
}
.eshopDart {
	width: 25px;	
	float: left;
	padding-left: 10px;
	padding-top: 5px;
}

#stepsWrap{ 
	width: 649px;
}
#stepsWrap p{ 
	text-align: center;
	line-height: 27px;
}
.step_1{
	display: block;
	width: 141px;
	height: 28px;
	border: 1px solid #c8c7c7;
	background: url(../images/eshopNonActive.jpg);
	float: left;
}
.step_2{
	display: block;
	width: 141px;
	height: 28px;
	border: 1px solid #c8c7c7;
	background: url(../images/eshopNonActive.jpg);
	float: left;
	
}
.step_3{
	display: block;
	width: 141px;
	height: 28px;
	border: 1px solid #c8c7c7;
	background: url(../images/eshopNonActive.jpg);
	float: left;
}
#stepsWrap p.active{ 
	background: url(../images/eshopActive.jpg);
	border: 1px solid #d9181f;
}
#stepsWrap p.active a{ 
	color: #fff;
}
h4.numberOfStep {
	font-size: 35px;
	margin-bottom: 5px;
	padding-left: 8px;	
}
#orderStatus {
	padding-top: 20px;
	padding-bottom: 40px;
}

#orderStatus h1 {
	color: #9A0D0D;
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 5px;
}
#orderStatus h2 {
	color: #3a4a63;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 8px;
}
.h3Like {
	color: #9A0D0D;
	font-size: 15px;
	font-weight: bold;
	padding-top: 2px;
}
#orderStatus a {
	color: #3a4a63;
	text-decoration: underline;
}
#orderStatus a:hover {
	color: #9A0D0D;
}
#orderStatus p {
	font-size: 13px;

}
#orderStatus strong {
	padding-left: 3px;
}
.redStatus {
	color: #ea0419;
	font-size: 14px;
}
.blueStatus {
	color: #2059fb;
	font-size: 14px;
}
.greenStatus {
	color: #00d01d;
	font-size: 14px;
}
ul.shopItemList {
	padding-bottom: 8px;
}
#personalDetails {
	float: left;
	width: 130px;
	
}
#dodaciUdaje, #facturationDiff {
	float: left;	
	width: 130px;
	margin-left: 10px;
}

#shopFinishWrap h2 {
	color: #df1414;
	margin-bottom: 10px;
}
#overviewWrapShop {
	margin-bottom: 15px;
	margin-top: 25px;	
}
.errors {
	color: red;
}
