.alignRight {
	text-align: right !important;
}
/*********************************** webshop *********************************/
div.webshopBox {
	border: 1px solid #F98E00;
	width: 140px;
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
}
div.webshopBoxCaption {
	width: 140px;
	height: 24px;
	padding-top: 10px;
	
	color: #350303;
	font-weight: bold;
	text-align: center;
	
	float: left;
	border-top: 1px dotted #F98E00;
	background-color: #FFF2D5;
}

table.stdForm {
	width: 100%;
}
div.titleWebshop {
	background: url("/images/line_title_3.jpg") no-repeat bottom center;
}

#webshopStatus {
	height: 60px;
	
	padding-top: 10px;
	
	color: #F89C1C;
	font-size: 14px;
	font-weight: bold;
}

img.webshop {
	padding-left: 30px;
	float: left;
}

div.webshopStatusText {
	float: left;
	margin-top: 17px;
	margin-left: 5px;
	margin-right: 20px;
}
a.webshop {
	text-decoration: none;
	font-weight: bold;
}

.width_100 {
	width: 130px;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
table.webshop {
	border: none;
	border-collapse: collapse;
	
	margin-top: 10px;
}

td.webshopTitle {
	border: 1px solid #FFFFFF;
	background-color: #FF9900;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}

td.webshopContent {
	border-bottom: 1px solid #FF9900;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 2px;
	vertical-align: top;
}

td.webshopBorderLeft {
	border-left: 1px solid #FF9900;
}
td.webshopBorderRight {
	border-right: 1px solid #FF9900;
}

table.webshopCart {
	margin-left: 30px;
	margin-bottom: 20px;
	width: 700px;
	border: none;
	border-collapse: collapse;
}

td.webshopCartTitle {
	border-top: 1px solid #FF9900;
	border-bottom: 1px dotted #FF9900;
	
	padding-top: 10px;
	padding-bottom: 5px;
	
	font-weight: bold;
	color: #000000;
	
	vertical-align: top;
}

td.webshopCartFooter {
	border-bottom: 1px solid #FF9900;
	border-top: 1px dotted #FF9900;
}

td.webshopCartContent {
	border-bottom: 1px dotted #FF9900;
	background-color: #FFFFFF;
	
	padding-top: 10px;
	
	text-align: left;
	vertical-align: top;
}
td.webshopPrice {
	width: 70px;
	padding-right: 10px;
}
td.webshopAmount {
	width: 50px;
}
td.webshopDelete {
	width: 120px;
	padding-left: 20px;
}
a.webshop {
	text-decoration: none;
	color: #FF9900;
}
a.webshop:hover {
	text-decoration: underline;
}

span.currencySmall {
	font-size: 10px;
}

div.padding_left_20px {
	padding-left: 20px;
}
/************************************* form **********************************/
td.stdFormLabel {
	color: #000000;
}
td.stdFormButton {
	text-align: right;
}
/********************************* formfields ********************************/
input.stdInputField, 
input.stdFormError, 
button.stdButton, 
textarea.stdTextAreaField,
textarea.stdFormError {
	font-family: verdana, 'times new roman', arial;
	font-size: 11px;
	
	border: 1px solid #919191;
}

input.stdFormError,
textarea.stdFormError {
	background-color: #FFEDDD;
}

textarea.stdTextAreaField {
	scrollbar-track-color: #FFFFFF;
}

span.stdRequiredIdentifier {
	color: #FF9900;
	font-size: 13px;
}

div.stdViewAlert {
	color: #FFEDDD;
}


button.stdButton {
	border: none;
	background-color: #FFFFFF;
}

table.webshop {
	clear: all;
	float: left;
}

div.titleWebshop {
	background: url("/images/line_title_3.jpg") no-repeat bottom center;
}
