/* @override 
	http://shop.local/WebObjects/elumoStore.woa/Contents/WebServerResources/store.css
	http://shop1.local/WebObjects/elumoStore.woa/Contents/WebServerResources/store.css
	http://www.pumpen-peters.local/WebObjects/elumoStore.woa/Contents/WebServerResources/store.css
*/

/* @group Global Defaults */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 0.9em/1.1em Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}

li {
	list-style: none;
}

h2 {
	margin: 0.8em 0 0.8em 0;
}

h3 {
	margin: 0.8em 0 0.8em 0;
}

p {
	margin: 0.8em 0;
}

input {
	margin: 2px;
}

/* required for ERX and ELSubmitButton */

button, input.reset {
	padding: 2px 6px 3px 6px;
}

/* @end */

/* @group Links */

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #adacaa;
}

a.button {
	border: solid #ababab 1px;
	padding: 2px;
	margin: 2px 6px 2px 2px;
	text-decoration: none;
	background: white;
}

a.button.img {
	padding: 10px 2px;
	border: none;
}

a.button.img img {
	margin-bottom: -10px;
}

/* @end */

/* @group Global Page Layout */

div#wrapper-hnav, div#wrapper-vnav {
	width: 900px;
	margin: 10px auto 10px auto;
	border: solid #ababab 1px;
}

div#header {
	height: 60px;
	padding: 10px;
}

div#navContainer {
	width: 100%;
}

div#content {
	padding: 0 20px 0 20px;
}

p#isEditingClone {
	background: green;
	color: white;
	padding: .3em;
	font-weight: bold;
	text-align: center;
}

.width90 {
	width: 90px;
}

span.input {
	clear: both;
	float: none;
}

span.input input {
	float: left;
}

span.input img {
	display: block;
	float: left;
}

/* @end */

/* @group Header */

div#signIn {
	float: right;
	clear: right;
	margin-top: 20px;
}

img#logo {
	float: left;
}

div#cartInfo {
	float: right;
}

h1#slogan {
	font-size: 1.8em;
	margin-top: 1em;
	margin-left: 155px;
}

/* @group Language selector */

ul#languages {
	float: right;
	clear: right;
	height: 1em;
	width: 5em;
	margin-right: 15px;
	z-index: 15;
}

ul#languages > li {
	width: 5em;
	padding: 4px;
	padding-top: 2px;
	border: solid #ababab 1px;
}

ul#languages li ul {
	display: none;
}

ul#languages:hover li ul, ul#languages li.ieHover ul {
	display: block;
}

ul#languages li ul li {
	padding-top: 4px;
}

ul#languages li ul li a {
	display: block;
	text-decoration: none;
	padding: 2px;
}

/* @end */

/* @group LiveSearch */

div#LiveSearch {
	position: relative;
	right: -513px;
	z-index: 10;
}

input#searchTerm {
	width: 130px;
}

div#LiveSearchResults {
	width: 222px;
	background: #cccccc;
	font-size: 0.8em;
	position: relative;
	right: 8px;
}

div#LiveSearchResults a {
	text-decoration: none;
	display: block;
	padding: 5px;
}

div#LiveSearchResults p {
	padding: 10px;
}

div#LiveSearchResults ul {
	padding: 5px 8px 5px 8px;
}

div#LiveSearchResults li {
	
}

div#LiveSearchResults li + li {
	border-top: solid #7c7c7c;
	border-width: 1px;
}

div#LiveSearchResults li:hover {
	background: #575757;
}

/* @end */

/* @group LiveSearchNT */

div.liveSearch input {
	width: 375px;
}

.auto_complete {
	position: absolute;
	z-index: 100;
	width: 375px;
	background: #fff;
	margin-top: 8px;
	margin-left: 2px;
}

.auto_complete ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	max-height: 350px;
	overflow: auto;
}

.auto_complete ul li {
	margin: 0;
	padding: 3px;
}

.auto_complete ul li.selected {
	background-color: #ffb;
}

.auto_complete ul strong.highlight {
	color: #800;
	margin: 0;
	padding: 0;
}

.auto_complete ul li div.aProduct span.image {
	width: 80px;
	height: 80px;
	margin-right: 5px;
	display: block;
	float: left;
}

.auto_complete ul li div.aProduct span.product_number, .auto_complete ul li div.aProduct span.name {
	width: 250px;
	display: block;
	float: left;
}

.auto_complete ul li div.aProduct:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @end */

/* @group Footer */

div#footer {
	clear: both;
	border-top: 1px solid #ababab;
	margin-top: 25px;
	padding: 8px;
	padding-bottom: 0;
}

/* IE hate */

* html div#footer {
	width: 100%;
}

/* /IE hate */

div#footer p {
	font-size: 8pt;
	color: #6d6d6d;
}

div#footer span.buildTag {
	color: #fff;
}

/* @end */

/* @group Navigation */

/* @group Navigation */

/* when using vertical category navigation, move the horizontal main navigation out of the way */

div#wrapper-vnav ul#nav {
	width: 736px;
	padding-left: 150px;
}

ul#nav {
	float: left;
	width: 870px;
	height: 1.6em;
	list-style: none;
	border-bottom: solid #ababab 1px;
	padding: 0 15px 0 15px;
	margin: 15px 0 10px 0;
}

/* IE hate */

* html ul#nav {
	width: 100%;
	padding: 0 0 0 15px;
}

/* /IE hate */

ul ul {
	font-size: 100%;
}

ul#nav li {
	float: left;
	margin: 0 3px 0 3px;
	padding: 3px 5px 4px 5px;
	border: solid #ababab 1px;
	border-bottom: none;
	background: #bebebe;
}

ul#nav li a {
	color: #0c0c0c;
	text-decoration: none;
}

/* @end */

/* @group Horizontal category nav */

/* @group Top categories */

ul#categoriesHorizontal {
	float: left;
	width: 870px;
	margin: 15px 0 10px 0;
	padding: 0 15px 0 15px;
	list-style: none;
	border-bottom: solid #ababab 1px;
	font-size: 0.8em;
}

/* IE hate */

* html ul#categoriesHorizontal {
	width: 915px;
	padding: 0;
	margin-bottom: 20px;
}

/* /IE hate */

ul#categoriesHorizontal li {
	float: left;
	margin: 0 3px 0 3px;
	padding: 3px 5px 2px 5px;
	border: solid #ababab 1px;
	border-bottom: none;
	background: #bebebe;
	color: #000000;
}

/* IE hate */

* html ul#categoriesHorizontal li {
	position: relative;
	left: 20px;
}

/* /IE hate */

ul#categoriesHorizontal li a {
	color: #0c0c0c;
	text-decoration: none;
}

/* @end */

/* @group Sub categories */

ul.subCategories {
	float: left;
	width: 870px;
	margin: 10px 0 6px 0;
	padding: 0 15px 0 15px;
	list-style: none;
	border-bottom: solid #ababab 1px;
	font-size: 0.8em;
}

/* IE hate */

* html ul.subCategories {
	width: 900px;
	padding: 0 0 0 15px;
	margin-bottom: 20px;
}

/* /IE hate */

ul.subCategories li {
	float: left;
	margin: 0 3px 0 3px;
	padding: 3px 5px 2px 5px;
	border: solid #ababab 1px;
	border-bottom: none;
	background: #bebebe;
	color: #000000;
}

/* /IE hate */

ul.subCategories li a {
	text-decoration: none;
	color: #0c0c0c;
}

/* @end */

/* @group Sibling categories */

ul.siblingCategories {
	float: left;
	width: 870px;
	margin: 10px 0 6px 0;
	padding: 0 15px 0 15px;
	list-style: none;
	border-bottom: solid #ababab 1px;
	font-size: 0.8em;
}

/* IE hate */

* html ul.siblingCategories {
	width: 900px;
	padding: 0 0 0 15px;
	margin-bottom: 20px;
}

/* /IE hate */

ul.siblingCategories li {
	float: left;
	margin: 0 3px 0 3px;
	padding: 3px 5px 2px 5px;
	border: solid #ababab 1px;
	border-bottom: none;
	background: #bebebe;
	color: #000000;
}

ul.siblingCategories li a {
	text-decoration: none;
	color: #0c0c0c;
}

/* @end */

/* @end */

/* @group Vertical category nav */

div#wrapper-vnav div#categoryNav {
	float: left;
	margin: -11px 20px 0 -4px;
}

ul#categoriesVertical {
	width: 9em;
}

ul#categoriesVertical li {
	display: block;
	clear: both;
	height: auto;
	margin: 0 -4px 0 3px;
	border: solid #ababab 1px;
	border-bottom: none;
	background: #bebebe;
	color: #000000;
	padding: 3px 0 2px 5px;
	font-size: 0.9em;
}

ul#categoriesVertical li span {
	display: block;
	padding-right: 3px;
}

ul#categoriesVertical li a {
	text-decoration: none;
}

ul#categoriesVertical li li {
	font-size: 1.2em;
}

ul#categoriesVertical ul.subCategories {
	

/* IE hate */
	display: block;
	

/* /IE hate */
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

ul#categoriesVertical li.child {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	background: #e5e5e5;
	margin: 0 0 0 -6px;
	padding: 3px 0 2px 5px;
}

ul#categoriesVertical ul.siblingCategories {
	

/* IE hate */
	display: block;
	

/* /IE hate */
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

ul#categoriesVertical li.sibling {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	background: #e5e5e5;
	margin: 0 0 0 -3px;
	padding: 3px 0 0 5px;
	position: relative;
	right: 3px;
}

ul#categoriesVertical li.selected {
	font-weight: bold;
}

ul#categoriesVertical li li.child {
	background-color: #f6f6f6;
	text-indent: 4px;
	font-weight: normal;
	font-style: italic;
}

ul#categoriesVertical + div {
	float: left;
}

/* @end */

/* @end */

/* @group Forms */

.error {
	color: #9c2009;
	font-size: 1em;
}

.validationError {
	color: #9c2009;
}

h4.validationErrors {
	margin-bottom: -1em;
}

ul.validationErrors li {
	list-style: circle;
}

fieldset {
	border: solid #c9c9c9 1px;
	width: 90%;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

legend {
	font-weight: bold;
	background-color: white;
	padding: 0 5px;
}

legend .add {
	position: relative;
}

legend .add img {
	position: absolute;
	padding: 0 5px;
	background-color: white;
	left: 53px;
	top: -23px;
}

label {
	display: block;
	font-weight: normal;
	margin-top: 10px;
}

/* @end */

/* @group Helpers */

div.clear {
	float: none;
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* @group Sheets */

.sheet {
	z-index: 9999;
	padding: 5px;
	border: solid #85837a;
	background: #e3e3e3;
	overflow: auto;
}

#topSheet {
	position: fixed;
	top: 0;
	left: 15%;
	width: 70%;
	height: 60%;
	border-width: 0 10px;
}

#leftSheet {
	position: fixed;
	top: 15%;
	left: -420px;
	width: 400px;
	height: 70%;
	border-width: 10px 10px 10px 0;
}

#rightSheet {
	position: fixed;
	top: 15%;
	right: -420px;
	width: 400px;
	height: 70%;
	border-width: 10px 0 10px 10px;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #000;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}

/* @end */

/* @end */

/* @group Pages */

/* @group Customer order list */

.CustomerOrderListPage th.orderId {
	width: 5em;
	text-align: center;
}

.CustomerOrderListPage .orderCustomerReference {
	width: 9em;
	text-align: left;
}

.CustomerOrderListPage .orderDate {
	width: 6em;
	text-align: center;
}

.CustomerOrderListPage .orderStatus {
	width: 8em;
	text-align: center;
}

.CustomerOrderListPage .orderAmount {
	width: 8em;
	text-align: right;
}

.CustomerOrderListPage td {
	height: 1em;
	padding-top: 9px;
}

.CustomerOrderListPage td.actions {
	padding-top: 0;
}

/* @end */

/* @group Shop browser */

label#exportCountries select {
	height: 15em;
}

/* @end */

/* @group Welcome */

div#wrapper-hnav div#welcome.hasSpecial {
	width: 55%;
	float: left;
	padding-left: 10px;
}

div#wrapper-vnav div#welcome {
	margin-left: 9em;
}

div#specials {
	float: right;
	width: 22%;
	height: 250px;
	margin-left: 3%;
	margin-top: 15px;
}

div#specials li a {
	text-decoration: none;
	font-size: 1.2em;
}

div#specials li a img {
	float: right;
	padding: 0;
}

div#specials li p.description {
	font-size: 0.9em;
}

div#specials li p.quotation {
	clear: both;
	line-height: 1.2em;
}

div#specials li p.quotation span.listPrice span.price {
	text-decoration: line-through;
}

div#specials li p.quotation span.specialPrice span.price {
	color: blue;
	font-weight: bold;
	font-size: 1em;
}

div#specials li p.quotation span.saving span {
	color: green;
	font-weight: bold;
}

/* @end */

/* @group Unit browser */

ul.unitList {
	padding: 5px;
}

ul.unitList li {
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	display: block;
	width: 56em;
}

ul.unitList li:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}

ul.unitList li.header {
	font-weight: bold;
	border-top: 2px solid #8e8e8e;
	border-bottom: 2px solid #8e8e8e;
}

ul.unitList li span {
	float: left;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.unitList li span.symbol {
	width: 8em;
	padding-left: 3px;
}

ul.unitList li span.name {
	width: 15em;
}

ul.unitList li span.comment {
	width: 30em;
}

ul.unitList li span.action {
	
}

/* @end */

/* @group Order browser */

table#orderList {
	width: 860px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

tr.header {
	border-bottom: 2px solid #989898;
}

tr.header th {
	padding-bottom: 15px;
}

tr.first td {
	padding-top: 8px;
}

tr.second {
	border-bottom: 1px solid #989898;
}

tr.second td {
	padding-top: 8px;
}

.OrderId {
	width: 100px;
}

.CustomerId {
	width: 70px;
}

.Customer {
	width: 200px;
}

td.OrderId, td.CustomerId, td.OrderDate {
	text-align: center;
}

td.OrderTotal {
	text-align: right;
	padding-right: 30px;
}

td.Show, td.OrderStatus {
	text-align: right;
}

#queryString {
	font-size: 16pt;
	width: 28em;
}

#orderStateQ {
	margin-top: 5px;
	margin-right: 15px;
	font-size: 14pt;
}

span.purchase_on_account {
	padding: 2px 4px;
	border: 2px solid #00b839;
}

span.in_arrears {
	padding: 2px 4px;
	border: 2px solid #db1e12;
}

span.defaulting {
	background-color: #ff4e3c;
	color: white;	
	padding: 3px 4px;	
}

/* @group row colours */

tr.odd-state-2 {
	background: #fdc;
	border-color: #e88;
}

tr.even-state-2 {
	background: #fed;
	border-color: #e99;
}

tr.odd-state-3 {
	background: #ffb;
	border-color: #eea;
}

tr.even-state-3 {
	background: #ffd;
	border-color: #dd8;
}

tr.odd-state-1 {
	background: #fbfbfb;
	border-color: #ddd;
}

tr.even-state-1 {
	background: #f6f6f6;
	border-color: #ccc;
}

tr.odd-state-4 {
	background: #bdfbc1;
	border-color: #cee;
}

tr.even-state-4 {
	background: #9ffa9f;
	border-color: #bee;
}

tr.odd-state-5 {
	background: #e7eeff;
	border-color: #cde;
}

tr.even-state-5 {
	background: #dde7ff;
	border-color: #cde;
}

tr.odd-state-8 {
	background: #ecbbff;
	border-color: #ebbaff;
}

tr.even-state-8 {
	background: #d9a9ef;
	border-color: #e4b4f9;
}

tr.odd-state-10 {
	background: #6497f7;
	border-color: #4eb2f8;
}

tr.even-state-10 {
	background: #5979e0;
	border-color: #5e8af6;
}

/* @end */


/* @end */

/* @group Customer browser */

#customerList tr {
	height: 0.8em;
}

#customerList td.CustomerName {
	width: 25em;
}

/* @end */

/* @group Product gallery */

/* when using vertical category navigation, prevent the product list to display below the navigation bar */

div#wrapper-vnav ul#gallery {
	margin-left: 125px;
	margin-top: 0px;
	width: 730px;
}

ul#gallery, #gallery ul {
	list-style-type: none;
	width: 860px;
	margin: auto;
	padding: 0;
}

ul#gallery li.galleryItem {
	float: left;
	margin: 10px;
	width: 120px;
	height: 185px;
	border: 1px solid transparent;
}

/* IE hate */

* html ul#gallery li.galleryItem {
	height: 190px;
	margin: 9px;
	border-color: white;
}

/* /IE hate */

ul#gallery li.galleryItem a {
	text-decoration: none;
	color: #333;
	font-size: 0.8em;
}

ul#gallery li.galleryItem ul {
	padding: .8em;
	margin-top: 120px;
	margin-left: -71px;
	border: 1px solid #000;
	background-color: #f3f3f3;
	color: #000;
	font-size: 0.9em;
	width: 240px;
	display: none;
	position: absolute;
}

ul#gallery li.galleryItem ul li {
	margin-top: 2px;
}

ul#gallery li.galleryItem ul li.quotation {
	display: block;
	text-align: center;
}

ul#gallery li.galleryItem ul li span.price {
	color: blue;
	font-weight: bold;
	font-size: 1em;
}

ul#gallery li.galleryItem ul li span.vatIncluded {
	font-size: 0.8em;
	color: #333;
}

ul#gallery li.galleryItem ul li a.shippingLink {
	text-decoration: underline;
}

ul#gallery li.galleryItem ul li.helpText {
	color: #333;
	font-size: 0.8em;
}

ul#gallery li.galleryItem:hover {
	border-color: #a9a8a3;
}

/* This is required because IE does not know about "transparent", so we have to make the border white in non-hover state. That rule is more specific than the preceding, so IE won't change the border color unless we make the rule equally specific as the hack... CHECKME: It may be possible to remove the border altogether when not in hover state, compensating with margin or padding. This would allow free choice of background but... */

* html ul#gallery li.ieHover {
	border-color: #a9a8a3;
}

ul#gallery li.galleryItem:hover ul, ul#gallery li.ieHover ul {
	display: block;
	list-style-type: none;
}

ul#gallery img {
	margin: auto;
	margin-bottom: 6px;
	display: block;
	width: 120px;
	height: 120px;
}

img,a img {
	border: 0;
}

ul#gallery:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Product detail */

div#wrapper-vnav div#product-text {
	float: left;
	width: 440px;
}

div#product-text {
	margin-right: 20px;
	float: right;
	padding-bottom: 10px;
}

div#wrapper-hnav div#product-text {
	width: 570px;
}

/* IE hate */

* html div#product-text {
	margin-right: 10px;
}

div#wrapper-vnav div#closeUp {
	

/*margin-left: 9em;*/
	float: left;
}

div#closeUp {
	padding-top: 10px;
}

div#product-text h2, div#closeUp h2 {
	line-height: 1.4em;
}

div#product-images {
	margin-left: 10px;
	width: 260px;
	display: block;
	float: left;
}

/* IE hate */

* html div#product-images {
	margin-left: 5px;
}

/* /IE hate */

/* @end */

/* @group FAQs */

dl.FAQ dt {
	font-weight: bold;
	font-size: 1.3em;
}

dl.FAQ dd {
	margin: 1em 0 2em 1em;
}

/* @end */

/* @group Shipping method editor */

table#shippingCosts {
	width: 100%;
	margin-top: 1em;
}

table#shippingCosts td {
	height: 1.8em;
}

table#shippingCosts td.actions {
	width: 9.5em;
	text-align: right;
	padding-left: .5em;
}

/* @end */

/* @group Address handling */

div#addressPreview {
	position: absolute;
	z-index: -100;
}

div#addressPreviewUC {
	position: relative;
	left: 30em;
}

ul.addressList {
	float: left;
}

ul.addressList li {
	float: left;
	margin: 0 0 10px 8px;
	padding: 0 6px 10px 6px;
	border: 1px solid #ababab;
}

/* @end */

/* @group Cart */

table.orderDetailList {
	text-align: left;
	background: #f4f4f4;
	border-spacing: 0 0;
	border: 0;
}

/* IE hate */

* html table.orderDetailList {
	border-color: #fff;
}

/* /IE hate */

table.orderDetailList th {
	padding: 4px 6px 4px 6px;
}

table.orderDetailList td {
	padding: 2px 10px 0 10px;
}

td.numeric, th.numeric {
	text-align: right;
}

table.orderDetailList th.shadow, table.orderDetailList td.shadow {
	background: #e9e9e9
}

table.orderDetailList tr.sum {
	background: #fff;
	line-height: 1.8em;
	text-align: right;
}

table.orderDetailList tr.tax {
	line-height: 1.2em;
}

table.orderDetailList td.shipping {
	text-align: right;
}

p.shippingDisclaimer {
	font-size: 8pt;
	color: #6d6d6d;
}

/* @end */

/* @group Checkout */

/* @group OrderSummary */

p.summary {
	font-size: 1.1em;
	font-weight: bold;
}

dl#orderSummary dd {
	margin: 1em;
}

/* @end */

/* @group CheckoutProgress */

#checkoutProgress {
	margin-left: -2px;
}

#checkoutProgress:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	float: none;
}

#checkoutProgress li {
	list-style: none;
	float: left;
	width: 172px;
	background-color: #e5e5e5;
	background-image: url(/global/img/wizardStep.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#checkoutProgress li.current {
	background-color: black;
	background-image: url(/global/img/wizardStepCurrent.png);
}

#checkoutProgress li.lastDone {
	background-color: #b2b2b2;
	background-image: url(/global/img/wizardStepLastDone.png);
}

#checkoutProgress li.done {
	background-color: #b2b2b2;
	background-image: url(/global/img/wizardStepDone.png);
}

#checkoutProgress li.last {
	background-image: none;
}

#checkoutProgress li a, #checkoutProgress li a:link, #checkoutProgress li a:visited, #checkoutProgress li a:hover, #checkoutProgress li a:active {
	color: white;
}

#checkoutProgress li.lastDone a, #checkoutProgress li.lastDone a:link, #checkoutProgress li.lastDone a:visited, #checkoutProgress li.lastDone a:hover, #checkoutProgress li.lastDone a:active, #checkoutProgress li.current a, #checkoutProgress li.current a:link, #checkoutProgress li.current em, #checkoutProgress li.done a, #checkoutProgress li.done a:link, #checkoutProgress li.done a:visited, #checkoutProgress li.done a:hover, #checkoutProgress li.done a:active {
	color: white;
}

#checkoutProgress li.done a:hover, #checkoutProgress li.lastDone a:hover {
	color: black;
}

#checkoutProgress li em {
	height: 1.6em;
	display: block;
	margin: .4em 1.1em 0 .6em;
	font-style: normal;
	font-weight: bold;
}

/* @end */

/* @group RadioButtonDefinitionLists */

.CheckOutPage dl {
	margin: 0 0 15px 10px;
}

.CheckOutPage dl input {
	font-size: 20px;
}

.CheckOutPage dt {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
}

.CheckOutPage dd {
	margin-left: 1.55em;
}

dl#shippingMethodSelection dd.cost {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

span.shippingCostInfo {
	font-style: italic;
}

/* @end */

div#terms {
	height: 200px;
	overflow: scroll;
	border: solid #c9c9c9 1px;
	width: 90%;
	margin-left: 20px;
	padding: 15px;
}

p#accountDetails {
	border-top: #f4f4f4 1px solid;
	padding-left: 60px;
	line-height: 1.4em;
}

span.label {
	font-weight: bold;
}

img#abstractPaymentMethodLogo {
	margin-top: 12px;
}

/* @end */

/* @group Category Product list */

ul#list {
	list-style-type: none;
	width: 860px;
	margin: auto;
	padding: 0;
}

ul#list li {
	cursor: move;
	position: relative;
	float: left;
	margin: 10px;
	width: 120px;
	height: 185px;
	border: 1px solid transparent;
}

ul#list li span {
	font-size: 0.8em;
}

ul#list img {
	margin: auto;
	display: block;
	width: 120px;
	height: 120px;
}

img,a img {
	border: 0;
}

ul#list:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Session inspection */

table#activeSessions {
	text-align: center;
	width: 100%;
}

th#date {
	width: 14em;
}

th#ip {
	width: 10em;
}

td.userAgent {
	font-size: small;
	padding-bottom: 1.5em;
}

/* @end */

/* @group Media object editor */

ul#mediaObjectsList li {
	margin: 10px 10px;
	float: none;
	clear: both;
}

ul#mediaObjectsList li span.image {
	margin-top: 20px;
	cursor: move;
	float: left;
}

ul#mediaObjectsList li span.upload {
	margin: 46px 40px 0 30px;
	float: left;
}

ul#mediaObjectsList li span.deleteButton {
	display: block;
	padding-top: 45px;
}

/* @end */

/* @group PostEditor */

.PostEditor #title {
	width: 99%;
	font-size: 14pt;
}

.PostEditor #content {
	width: 99%;
	height: 30em;
	font-size: 12pt;	
}

/* @end */

/* @group Blog */

.blogPost .textContent {
	width: 32em;
	float: left;
	padding-bottom: 60px;;
}

.blogPost .date {
	font-style: italic;
	font-size: 10pt;
}

.blogPost  h2 {
	width: 22em;
	line-height: 1.2em;
}

.blogPost img {
	float: right;
	padding: 10px 0 10px 0;
}

.blogPost img.last {
	padding-bottom: 60px;
}

/* @end */


/* @end */

/* @group D2W */

/* @group Debug */

ul.DebugFlags {
	float: left;
	width: 870px;
	height: 1.2em;
	list-style: none;
	border-bottom: solid #ababab 1px;
	padding: 0 15px 0 15px;
	margin: 4px 0 10px 0;
}

ul.DebugFlags li {
	float: left;
	margin: 0 3px 0 3px;
	padding: 0px 2px 1px 2px;
	border: solid #ababab 1px;
	border-bottom: none;
	background: #bebebe;
	font-size: 8pt;
}

ul.DebugFlags li a {
	color: #0c0c0c;
	text-decoration: none;
}

/* @end */

/* @group Create */

.d2w_wizard_banner_ul {
	visibility: hidden;
}

.d2w_editform_button_ul li {
	float: left;
	margin: 1em .6em 1em 0;
}

.d2w_editform_button_ul button {
	padding: 5px;
}

/* @end */

/* @group List */

.d2w_createobject, .d2w_previouspage {
	border: solid #ababab 1px;
	padding: 2px;
	margin: 2px 6px 12px 2px;
	text-decoration: none;
	background: white;
}

.d2w_listtable {
	width: auto;
	margin-top: .7em;
}

.d2w_listtable tr.even {
	background: white;
}

.d2w_listtable th, .d2w_listtable td,
.d2w_inspect_table th, .d2w_inspect_table td {
	padding: .2em .3em .2em .3em;
}

.d2w_listtable th {
	background: white;
	padding-bottom: .4em;
	border-bottom: 2px solid grey;
}

div.paginatorResults {
	margin-top: 1em;
}

/* @end */

/* @end */
