/* docshop styles */
.docshop-list-row {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	/*vertical-align: top;*/
	height: 20px;
}
.docshop-list-container {
	margin-top:20px;
}
.docshop-list-container H2 {
	display: none;
}

.docshop-list-container .even, .docshop-order-container .even {
	background-color: #F5F5F5;
}
.docshop-order-row {
	height: 20px;
}

div.docshop-minibasket-container {
	/*padding-left: 20px;*/
	width: 200px;

}
div.docshop-minibasket-container H2 {
		color: #004C9D;
		font-size: 20px;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		border-left: 1px solid #cecece;
		background-image: url(../images/topnav_bg_normal.png);
		background-repeat: repeat-x;
		background-position: bottom;
		padding: 10px;
		margin-bottom: 20px;
}
.docshop-minibasket-row {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
}
#docshop_minibasket_cage {
	/*padding-top: 20px;*/
}
.docshop-minibasket_item {
	display: inline;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	width: 170px;
	color: #555555;
	padding-bottom: 5px;
	padding-left: 5px;
}
.docshop-minibasket_clear {
	padding-top: 10px;
	padding-bottom: 5px;

}
.docshop-minibasket_clear A {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #3FA5E2;
	background-image: url(../images/news_arrow.png);
	background-repeat: no-repeat;
	padding-left: 12px;
}
.docshop-minibasket_clear A:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #0067c6;
}
.docshop-minibasket-spacer {
	clear: all;
	height: 15px;
}
.docshop-minibasket_remove {
	float: right;
	width: 20px;
	text-align: right;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #555555;
	font-weight: bold;
}
.docshop-minibasket_remove a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.docshop-minibasket_remove a:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #0067c6;
	font-weight: normal;
}
.docshop-minibasket_item_wrapper {
	/*padding-bottom: 3px;*/
	border-bottom: 1px solid #0067c6;
	vertical-align: bottom;
	margin-bottom: 3px;
	float: left;
}
.docshop-minibasket-noitems {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #0067c6;
	font-weight: bold;
	text-align: center;
}
.docshop-minibasket_order {
	padding-bottom: 5px;
	/*border-bottom: 1px solid #555555;*/
}
.docshop-minibasket_order A {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #3FA5E2;
	background-image: url(../images/news_arrow.png);
	background-repeat: no-repeat;
	padding-left: 12px;
}
.docshop-minibasket_order A:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #0067c6;
}
.docshop-list-toprow {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	color: #0067c6;
	margin-bottom: 8px;
}
.docshop-list-topcell {
	border-bottom: 1px solid #0067c6;
}
.docshop-list-filesize {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-style: normal;
}
.docshop-orderform-fieldLabel {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0067c6;
}
.docshop-order-cell {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
}
#docshop-order-error {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: red;
	padding-bottom: 5px;
}
.docshop-thankyou-message {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;

}
.docshop-orderform-fieldInput textarea {
	font-family: Arial,Helvetica,sans-serif;
	width: 230px;
	font-size: 11px;
	
}
.docshop-orderform-fieldInput input {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}
.docshop-thankyou-container {
	margin-top: 20px;
	margin-bottom: 20px;
}
.docshop-order-container {
	margin-bottom: 20px;	
}


