#orderBasketContent {
}
div#orderBasketContent .PicturesFunction {
    text-align: right;
}
#orderBasketContent .PicturesFunction ul {
	list-style: none;
	padding: 3px 0px;
	margin: 0px;
}
#orderBasketContent .PicturesFunction  ul li {
    display: inline;
	padding: 0em .5em;
	font-weight: bold;
	border-right: 1px solid #000;
}
#orderBasketContent .PicturesFunction ul li.First {
	padding-left: 0em;
}
#orderBasketContent .PicturesFunction ul li.Last {
	border-right: none;
}
#orderBasketContent #optionSection a {
	text-decoration: underline;
}
div#orderBasketContent label.MessageLabel {
    display: block;
}
div#orderBasketContent label.RadioLabel {
    display: block;
    font-weight: normal;
}
div#orderBasketContent .CommandWrapper {
    text-align: left;
}
div#orderBasketContent .CommandWrapper input {
	margin-top: 4px;
}
div#orderBasketContent .AcceptLabel {
    font-weight: normal;
}
div#orderBasketContent .OptionOrder {
    padding-top: 5px;
}
div#orderBasketContent .SelectControl {
    padding-bottom: 5px;
}
div#orderBasketContent div#printer {
	background-image: url("../images/printer.gif");
	background-repeat: no-repeat;
	background-position: top;
	width: 16px;
	height: 16px;
}
