/* -------------------------- small basket ------------------------------ */

#tblCartSmall {
	background-color: #ffffff;
	margin: 5px;
	border: 2px solid #ffffff;

	-moz-border-radius: 6px;
	border-radius: 6px;
}

#tblCartSmall td {
	text-align: left;
}

.stlViewBasket{
}

.stlMyBasketItems{
/*	color: #000000;*/
}
.stlMyBasketItemsValue{
	font-weight: bold;
}

.stlMyBasketHeader {
	background: #3bc0e3; /* Old browsers */
	background: -moz-linear-gradient(top, #91dcf0 0%, #3bc0e3 50%, #91dcf0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91dcf0), color-stop(50%,#3bc0e3), color-stop(100%,#91dcf0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #91dcf0 0%,#3bc0e3 50%,#91dcf0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #91dcf0 0%,#3bc0e3 50%,#91dcf0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #91dcf0 0%,#3bc0e3 50%,#91dcf0 100%); /* IE10+ */
	background: linear-gradient(top, #91dcf0 0%,#3bc0e3 50%,#91dcf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91dcf0', endColorstr='#3bc0e3',GradientType=0 ); /* IE6-9 */
}

.lt {
	padding: 3px 5px;

	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.rt {
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.stlMyBasketFooter {
	padding: 4px 5px;
	background-color: #0197c4;

	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.stlMyBasketHeader a, .stlMyBasketFooter a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


/* -------------------------- shopping basket ------------------------------ */

.stlShopHeader {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #3E8D93;
}

.stlRowLabel {
	background-color: #E5E5E5;
}

.stlRow {
	background-color: #F8F8F8;
}

.stlRowLabel TD, .stlRow TD {
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
}

.stlProductTitle {
	color: #000000;
	text-decoration: underline;
}

.stlProductTitle:hover {
/*	color: #3B7BC8;*/
}

.stlTotal {
	font-weight: bold;
}

.stlButton1 {
	font-family: Arial;
	font-size: 12px;
/*	letter-spacing: 1px;*/
	border: 1px solid #3A3A3A;
	background-color: #e1e1e1;
	color: #34332D;
	font-weight: bold;
	cursor: pointer;
	margin: 0px 6px 0px 0px;
	padding: 3px 6px;
	-moz-border-radius: 7px;
	border-radius: 7px;
/*	height: 20px;*/
/*	background-image: url("/frontoffice/images/parliament/bgbutton.jpg");*/
}

.stlButton2 {
	font-family: Arial;
	font-size: 12px;
/*	letter-spacing: 1px;*/
	border: 0px solid #ffffff;
	background-color: #0197C4;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	margin: 0px 6px 0px 0px;
	padding: 3px 6px;
	-moz-border-radius: 7px;
	border-radius: 7px;
/*	height: 20px;*/
/*	background-image: url("/frontoffice/images/parliament/bgbutton2.jpg");*/
}

.stlTableSteps {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.stlTableSteps TD {
	font-size: 10px;
	font-weight: bold;
	height: 13px;
}

.stlStepNo {
	background-color: #999999;
	color: #FFFFFF;
	width: 13px;
}

.stlStep {
	color: #707070;
}

.stlCurStepNo {
	background-color: #000000;
	color: #FFFFFF;
	width: 13px;
}

.stlCurStep {
	color: #000000;
}

/* -------------------------- order form ------------------------------ */

.stlFieldTitle {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #3E8D93;
}

.stlError {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #981A1D;
}

/* -------------------------- my orders ------------------------------ */

.stlOrderId {
	text-decoration: none;
}

.stlSelOrder {
	background-color: #F1ECE8;
}

/* -------------------------- scroll ------------------------------ */

.scrollimg {
	background-position: center;
	border: 3px solid #ffffff;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.scrolltitle {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

.scrolltitle:hover {
	text-decoration: none;
	color: #000000;
}

.scrollimg:hover {
	border: 3px solid #000000;
}

.scrolldiv {
	height: 440px;
	overflow: hidden;
}

.scrollitem {
	padding: 5px 0px 5px 0px;
}
