﻿/* Custom options
-----------------------------------------------------------*/
#pageMenu {
	text-align: right;
}

.editor-form {
	
}

.dashboard {
	/*display: table;*/
	width: 100%;
}

.dashboard .section {
	/*display: table-cell;*/
	width: 100%;
}

.dashboard .section .newButton {
	float: right;
}


.dashboard .section .title {
}

.child-category {
	display: table;
}

.child-category .description {
	display: table-cell;
	width: 100%;
}

.child-category .nextButton {
	display: table-cell;
}

.product {
	display: table;
}

.product .description {
	display: table-cell;
	width: 100%;
}

.product .buyButton {
	display: table-cell;
	vertical-align: bottom;
}

.item-border {
	border: 1px solid #DDDDDD;
	padding: 10px 10px 10px 10px;
	margin: 5px 0px 5px 0px;
	border-radius: 2px 2px 2px 2px;
}

.add-to-cart-div {
	text-align: right;
	padding-top: 15px;
}

.t-editor .t-html {
    background-image: url("Images/insert-html-icon.png")!important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}