.growlUI h1 {
	color: #fff;
}

.nobrd {
	border: none !important;
}

.success {
	color: green;
}

.highlight {
	color: brown !important;
}


/* cross-sell carousel */
ul.cross-sell {
	display: block;
	height: 140px;
	/* max width here, for users without javascript */	
	width: 4500px;
	padding: 15px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.cross-sell li {
	display: block;
	float: left;	
	padding: 0 4px;
}

.cross-sell img {
	border: 3px #fff solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.cross-sell a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}



a.ship_info, a.ajax {
    text-decoration: none;
    border-bottom: 1px dashed;
    color: #545454 !important;
}


div.shipment_info {
    border-left:3px solid #FF3F41;
    padding-left:3px;
    font-weight:normal;
    margin-left:32px;
}

.txt_block {
	text-align:left;
	font-size: 90%;
	margin-top: 10px;
}

.shipment_label {
	
}

.blockMsg {
	width: 450px;
	border: 6px solid #FF3F41 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#cart_dialog {
	max-height: 400px;
	overflow: auto;
	padding: 4px;
	position: relative;
}


#cart_dialog div.close,  .ship_adv_info div.close {
	float: right;
	width: 16px;
	height: 17px;
	border: 1px solid red;
	color: #C2040F;
	font-weight: bold;
	font-size: 14px;
	cursor: hand;
	cursor: pointer;
}

table#basket-table td.link img {
	float: left;
	margin-right: 10px;
}

#ajax_cart table#basket-table {
	
}

table.order-table td {
	vertical-align: top;
}

table.order-table td.form {
	padding-right: 10px;
	border-right: 1px dashed #ccc;
}

table.order-table td.order {
	padding-left: 10px;
}

div.discount_form {
	margin-top: 10px;
}

div.discount_form input.submit {
	padding-left: 3px;
	padding-right: 3px;
}
div.discount_form input.input {
	border: 1px solid #CCC;
}


div.cart_checkout a {
	color: #FF3F41
}



/* info block about shipment in details page */

.ship_adv_info .ship_adv_info_box {
	border: 3px solid red;
	width: 571px;
	background: #fff;
	border-radius: 3px;
	padding: 5px;
}

.ship_adv_info_link {
	font-style: italic;
}

#pickpoint_address span {
	color: #f60
}
.pickpoint_anchor {
	font-weight: bold;
	color: #EF6B00
}
