div.account-area {
	/*background-color:#000 !important;*/
	/*background: url("../images/noisy-texture-100x100-o4-d15-c-f9f9f9-t0.png") repeat 0 0 #f9f9f9;*/
}
div.account-area > div.container {
	margin-top: 30px;
}
div.account-area .breadcrumb {
	background-color:#fff !important;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	border-radius: 5px;
	font-size: 0.8em;
}
div.account-area ul.children {
	margin-left:30px;
	margin-bottom:20px;
	font-size:0.85em;
	line-height:1.0em;
}

/* developer area specifics */
div.account-area .action-buttons {
	margin-top:15px;
}
thead > tr > th {
	color:#4c4c4c !important;
	background-color:#fff ! important;
	border-bottom:0px !important;
}
.extensions-list img.icon {
	max-width:30px;
}
/* developer area specifics end */

li.current_page_item a{
	font-weight: 700;
	color:#aed036 !important;
}
li.strong {
	font-weight:700;
}

/* thiner progress bar */
.progress {
	height:4px !important;
}
form#dropzone {
	border: 3px dashed #eee;
	border-radius: 5px;
	min-height:280px;
	width:100%;
	text-align:center;
}

/* STYLE MAIN STORE BODY AREA */
div#s-body {
	font-size:0.85em;
	padding: 15px;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	border-radius: 5px;
}
div.account-area .s-title {
	margin-top:0px !important;
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.wee {
font-size: 0.8em;
}
code {
background-color:#e9e9e9 !important;
color: #4c4c4c !important;
}

.input-error {
-webkit-box-shadow: 0px 3px 0px rgb(252, 68, 33) !important;
-moz-box-shadow: 0px 3px 0px rgb(252, 68, 33) !important;
box-shadow: 0px 3px 0px rgb(252, 68, 33) !important;
}

div.select-wrap {
max-width:300px !important;
}
div.select-wrap select {
width:100% !important;
}
h1,h2,h3 {
margin-top:30px !important;
margin-bottom:20px !important;
}

/* Purchase history */
div .purchase-history .row{
	min-height:60px;
	padding:2%;
	margin-bottom:10px;
	border-bottom:1px solid #f9f9f9;
}
div.s-history-date {
color:#777;
}
div.s-history-products {
	color: #1999ce;
}

/* products display in account area */

div.s-product-row-container {
	border-bottom:1px solid #f9f9f9; /* divider */
}
div.s-product-row-container div.s-product-row-name{
	font-size: 1.05em !important;
}
div.s-product-row-container .s-product-row-image img {
	max-width:40px;
}
div.s-product-row-container .s-product-row-image img.icon-livecode {
        max-width:50px !important;
}
div.s-product-row-container ul.livecode-tab-links li.current a, div.s-product-row-container ul.livecode-tab-links li:hover a, div.s-product-row-container div.livecode-tab-content {
	border-color: #cccccc !important;
}
div.s-product-row-container div.livecode-tab-content {
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding: 30px; /* double indent as the tabs */
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
}
