body, h1, h2, h3, h4, h5, h6, h1 p, h2 p, h3 p, h4 p, h5 p, h6 p, img, form, fieldset {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}
* {
	outline: 0;
}
body {
	font-family: "Droid Sans", Arial, serif;
	font-size: 15px;
	color: #333;
	background-color: #FFFFFF;
	min-width: 960px;
}
.hide {
	display: none;
}
.show, .show-block {
	display: block;
}
.show-inline {
	display: inline;
}
.pop {
	color: #c00 !important;
}

/* pages */

body.index #header-menu, body.index #top-menu, body.index #top-wrapper, body.index #top-section-wrapper,
body.emailpw #header-menu, body.emailpw #top-menu, body.emailpw #top-wrapper, body.emailpw #top-section-wrapper,
body.resetpw #header-menu, body.resetpw #top-menu, body.resetpw #top-wrapper, body.resetpw #top-section-wrapper {
	display: none;
}
body.design-theme .content-wrapper .content {
	overflow: visible;
}

/* headings */

h1 {
	color: #2f2f2f;
	font-size: 1.6em;
	padding:0 0 15px 0;
}
h1 .side {
	float: right;
}
h2 {
	color: #2f2f2f;
	font-size: 1.4em;
	padding-bottom: 5px;
}
h2 .side {
	float: right;
	font-size: 1em;
	font-weight: normal;
}
h2.section {
	background-color: #3A414D;
	color: #fff;
	padding: 7px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
h3 {
	color: #2f2f2f;
	font-size: 1.4em;
	padding-bottom: 5px;
}

/* section */

.section {
	background-color: #f2f2f2;
	overflow: hidden;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.section.nobg {
	background-color: transparent;
	border: none;
}
.section.nobg h2 a.see-more {
	margin-left: 0;
	margin-bottom:10px;
}
.tab-content .section {
	border: 0;
	margin: -10px 10px 10px;
}
.section h2 {
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 40px;
}
.sectionHeader {
	clear: both;
}
.section h2 .see-more {
	float: right;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	background-color: #40937f;
	text-decoration: none;
	line-height: 25px;
	padding: 0 7px;
	margin-top: 7px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-left: 8px;
}
.section h2 .see-more:hover {
	background-color: #134187!important;
}
.section h2 .see-more.back {
	background-color: #134187;
	background-image: url(../../../../admin/images/icon-backarrow.png);
	background-repeat: no-repeat;
	background-position: 5px 40%;
	padding-left: 26px;
}
.section h2 .see-more.download {
	background-color: #134187;
	background-image: url(../../../../admin/images/icon-downarrow.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding-left: 20px;
}
.section h2 .see-more#import-export {
	background-color: #134187;
	background-image: url(../../../../admin/images/icon-uparrow.png);
	background-repeat: no-repeat;
	background-position: 5px 40%;
	padding-left: 20px;
}
.section h2 .see-more.feature {
	background-image: url(../../../../admin/images/button-checkmark.png);
	background-repeat: no-repeat;
	background-position: 5px 40%;
	padding-left: 25px;
	background-color: #134187;
	cursor: pointer;
}
.section h2 .see-more.featured {
	background-image: url(../../../../admin/images/button-checkmark.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding-left: 25px;
	background-color: #134187;
	color: #fff;
}

.section h2 .see-more.add {
	background-color: #134187;
}

.section h2 .see-more.back:hover,
.section h2 .see-more.download:hover,
.section h2 .see-more#import-export:hover,
.section h2 .see-more.feature:hover,
.section h2 .see-more.featured:hover,
.section h2 .see-more.add:hover{
	background-color: #40937f!important;
}

.section_content {
  padding: 0 10px;
}

/* links */

a {
	color: #134187;
}
a:hover {
	color: #40937f;
	text-decoration: underline;
}

/* content */

.content {
	margin: 0 auto;
	width: 980px;
}

/* split column */

.split-column {
	overflow: hidden;
}
.split-column .column-one {
	float: left;
	width: 460px;
}
.split-column .column-two {
	float: right;
	width: 460px;
}

/* header */

#header-wrapper {
	background-color: #FFFFFF;
}
#header {
	height: 85px;
	position: relative;
}
#header .logo {
	float: left;
	padding: 10px 0 0 0;
	max-width: 50%;
	max-height: 100px;
	overflow: hidden;
}
  #header .logo .cms-page-overlay {
    display: inline-block;
    float: left;
    min-width: 200px !important;
  	min-height: 55px !important;
  }

/* header menu */

#header-menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-menu li {
	float: left;
}
#header-menu li a {
	/*
	background-color: #3A414D;
	color: #eee;
	padding: 7px 10px;
	line-height: 28px;
	text-decoration: none;
	font-size: 0.9em;
	*/
	
	display: block;
	color: #fff;
	line-height: 25px;
	text-decoration: none;
	padding: 0 10px;
	background-color: #134187;
	/*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #262B31),color-stop(1, #3C434D));*/
	/*background-image: -moz-linear-gradient(top, #262B31, #3C434D);*/ /* FF3.6 */
	/*background-image: linear-gradient(top, #262B31, #3C434D);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#262B31', EndColorStr='#3C434D');*/ /* IE6-IE9 */
	border: 1px solid #0c2956;
	border-top: 0;
	/*-webkit-box-shadow: 0px 0px 4px #171B20;
	-moz-box-shadow: 0px 0px 4px #171B20;
	box-shadow: 0px 0px 4px #171B20;*/
	font-size: 1.2em;
}
#header-menu li.first a {
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	background-color: #91d0fc;
	color: #134187;
    /*background-image: -moz-linear-gradient(center top, #40937f , #40937f);
	background-image: linear-gradient(0deg, #40937f, #40937f);*/
}
#header-menu li a:hover {
	background-color: #91d0fc;
	color: #134187;
}
#header-menu li.first a:hover {
	color: #134187;
}
#header-menu li.last a {
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
/*#header-menu li a:hover {
	color: #40937f;
	cursor: pointer;
}*/

/* top */

#top-section-menu {
	height: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#top-section-menu li {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
/*
#top-section-menu a {
	display: block;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	padding: 0 20px;
	background-color: #2F303D;
	border-radius: 6px 6px 0 0;
}
#top-section-menu a:hover {
	background-color: #000;
}
#top-section-menu a.selected {
	background-color: #3A414D;
}
*/
#top-section-menu > li > a {
	display: block;
	color: white;
	line-height: 39px;
	text-decoration: none;
	padding: 0 20px;
	border: 1px solid #0c2956;
	border-bottom: 0;
	/*box-shadow: 0px 0px 4px #171B20;
	-webkit-box-shadow: 0px 0px 4px #171B20;
	-moz-box-shadow: 0px 0px 4px #171B20;*/
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	background-color: #134187;
	/*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3C434D),color-stop(1, #262B31));*/
	/*background-image: -moz-linear-gradient(top, #3C434D, #262B31);*/ /* FF3.6 */
	/*background-image: linear-gradient(top, #3C434D, #262B31);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3C434D', EndColorStr='#262B31');*/ /* IE6-IE9 */
}
#top-section-menu > li > a.selected {
	background-color: #0c2956;
	border-color: #0c2956;
	color: #FFFFFF;
	/*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #373F4B),color-stop(1, #4E596A));*/
	/*background-image: -moz-linear-gradient(top, #373F4B, #4E596A);*/ /* FF3.6 */
	/*background-image: linear-gradient(top, #373F4B, #4E596A);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#373F4B', EndColorStr='#4E596A');*/ /* IE6-IE9 */
}
#top-section-menu > li > a.selected:hover {
	color: #91d0fc;
}
#top-section-menu > li:hover > a {
	color: #91d0fc;
}

#top-section-wrapper {
  clear: both;
}

/* top */

#top-wrapper {
	background-color: #1754b2; /*#3A414D;*/
	color: #fff;
	height: 40px;
	position: relative;
}
#top {
	position: relative;
}
#activate-account {
	margin-top: 6px;
}

/* top menu */

.top-menu {
	height: 40px;
	position: absolute;
}
.top-menu, .top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #1754b2;
}
.top-menu ul {
	top: 100%;
}
.top-menu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 40px;
	margin-right: 10px;
}
.top-menu a {
	color: #fff;
	text-decoration: none;
	padding: 6px 8px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
.top-menu ul li {
	width: 180px;
	line-height: 30px;
	margin-right: 0;
}
.top-menu ul a {
	
}
.top-menu a p {
	margin: 0;
	padding: 0;
}
.top-menu li ul {
	position: absolute;
	display: none;
	z-index: 2;
}
.top-menu > li > ul {
	background-color: #1754b2;
	left: -10px;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.top-menu li:hover > ul {
	display: block;
}
.top-menu li li:hover > ul {
	display: block;
	left: 100%;
	top: 0;
}
.top-menu ul a, .top-menu li:hover a, .top-menu li:hover li:hover li:hover a, .top-menu a.selected {	
	/*
	background-color: #4E596A;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 40px;
	*/
	
	/*
	font-weight: bold;
	display: inline;
	border-radius: 6px;
	padding: 6px 8px;
	*/
	margin-left: 10px;
}
.top-menu > li:hover > a {
	/*background-color: #3A414D;*/
	/*font-weight: bold;*/
	background-color: #91d0fc;
	color: #000;
	margin-left: 0;
}
.top-menu > li > a.selected { /*, .top-menu > li:hover > a.selected {*/
	background-color: #0c2956;
	font-weight: bold;
	display: inline;
	padding: 6px 8px;
	color: #FFFFFF;
	margin-left: 0;
}
.top-menu  a.selected {
	color: #91d0fc;
}
.top-menu li:hover li:hover a, .top-menu li:hover li:hover li:hover li:hover a {
	/*background-color: #3A414D;*/
	color: #91d0fc;
}

/* top search */

#top-search {
	position: absolute;
	right: 0;
	width: 300px;
	text-align: right;
}
#top-search-query {
	padding: 6px 5px;
	outline: 0;
	width: 210px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 1.1em;
	background-color: #fff;
	float: right;
	margin-top: 6px;
	border: 0;
	background-color: #eee;
}
#top-search-query:focus {
	background-color: #fff;
}
#top-search-submit {
	width: 60px;
	background-color: #2f2f2f;
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}
#top-search-submit:hover {
	background-color: #F2F2F2;
	color: #000;
}

/* content */

#content-wrapper, .content-wrapper {
	background-color: #fff;
	overflow: hidden;
}
#content, .content-wrapper .content {
	padding: 20px 0;
	/*overflow: hidden;*/
}
#page, .page {
	
}
.button-content {
	padding-top: 0 !important;
}

/* footer */

#footer-wrapper {
	background-color: #1754b2;
}

#page-footer {
	overflow: hidden;
	color: #FFFFFF;
	padding: 20px;
}
#page-footer .left {
	float: left;
}
#page-footer .right {
	float: right;
}
#page-footer a {
	font-size: 14px;
	color: #91d0fc;
	text-decoration: none;
	font-weight: bold;
}
#page-footer a:hover {
	color: #fff;
	text-decoration: underline;
}
  #page-footer .cms-page-overlay {
    display: inline-block;
    min-height: 15px;
    min-width: 100px;
  }

/* general form */

fieldset, #tab-descriptions-content {
	background-color: #f2f2f2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px 0 5px 0;
	overflow: hidden;
	position: relative;
}
.required-helper {
	position: absolute;
	right: 10px;
	top: 10px;
}
fieldset p {
	overflow: hidden;
	margin: 0 0 5px 0;
	line-height: 40px;
}
fieldset p.no-label {
	margin-left: 240px;
	line-height: 20px;
}

fieldset .editorLabel {
	margin-left: 10px;
}

fieldset p label {
	float: left;
	width: 230px;
	text-align: right;
	font-size: 1.0em;
}
fieldset p span {
	display: block;
	margin-left: 240px;
}
fieldset p span.right {
	float: right;
	margin: 0;
	overflow: hidden;
	width: 230px;
}
fieldset p span.icons {
	padding-top: 7px;
}
fieldset p span.checkbox {
	padding-top: 8px;
}
fieldset input[type=email], fieldset input[type=number], fieldset input[type=url], fieldset input[type=text], fieldset input[type=password], fieldset textarea, .field {
	border: solid 1px #ccc;
	padding: 8px 5px;
	outline: 0;
	width: 450px;
	/*border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
	font-size: 1.1em;
}
fieldset select {
	border: solid 1px #ccc;
	padding: 8px 5px;
	outline: 0;
	width: 460px;
	/*border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
	font-size: 1.1em;
	line-height: 0.9em;
}
fieldset select.height {
	width: auto;
	height: 32px;
}
fieldset input[type=text]:focus, fieldset input[type=password]:focus, fieldset textarea:focus {
	border-color: #999;
}
fieldset input.smaller, .field.smaller {
	width: 90px;
}
.field.smallest {
	width: 60px;
	text-align: center;
}
select.field.smallest {
	width: 100px;
	text-align: left;
}
fieldset .disabled, .field.disabled {
	background-color: #ddd;
	color: #999;
}
fieldset textarea {
	height: 160px;
}
fieldset select.multiple {
	width: 460px;
	padding: 8px 5px;
}
fieldset .dash {
	float: none;
	margin: 0;
	display: inline;
	padding: 0 5px;
	font-size: 1.7em;
	color: #999;
}
fieldset .under-help, .under-help {
	color: #999;
	font-style: italic;
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 15px;
}
fieldset span .checkbox-text {
	color: #999;
	font-style: italic;
	display: inline;
	margin-left: 0;
}
fieldset .only-text {
	line-height: 15px;
}
fieldset .only-text label {
	padding-top: 1px;
}

fieldset .has-thumb input[type=text] {
	width: 410px;
}
fieldset .has-thumb .image-thumb {
	height: 29px;
	width: 29px;
	float: left;
	border: solid 1px #ccc;
	margin: 3px 7px 0 0;
}
fieldset textarea.full-width {
	width: 898px;
	margin: 0 0 15px 15px;
	height: 320px;
}

/* ninja */
.design-advanced fieldset {
    margin-top: 82px;
	position: inherit;
}
.design-advanced .css_ninja {
    display: block;
    width: 980px;
    height: 82px;
    background: url(../images/CSS-shrunk.png) no-repeat 0 0;
    position: absolute;
    margin-top: -5px;
    margin-left: 20px;
    -webkit-transition-property: background-position-x;
    -webkit-transition-duration: 500ms,500ms,500ms;
}
.design-advanced .css_ninja:hover {
    background-position-x: 780px;
}

/* narrow full width form */

fieldset.narrow p.no-label {
	margin-left: 180px;
}
fieldset.narrow p label {
	width: 150px;
}
fieldset.narrow p span {
	margin-left: 160px;
}
fieldset.narrow input[type=text], fieldset.narrow input[type=password], fieldset.narrow textarea, fieldset.narrow .field {
	width: 370px;
}
fieldset.narrow select.multiple {
	width: 380px;
}
fieldset.narrow input.smaller {
	width: 90px;
}

/* image list */

fieldset .image-list {
	margin-top: -10px;
}
fieldset .image-list img {
	display: block;
	margin-top: 10px;
	border: solid 5px #ccc;
}
fieldset .image-list img:hover {
	border-color: #2F353D;
	cursor: pointer;
}
fieldset .image-list img.selected {
	border-color: #40937f;
}

/* buttons */

.buttons {
	overflow: hidden;
	margin: 15px 0 0 0;
}
.buttons .left-side {
	float: left;
}
.buttons .left-side .button {
	float: left;
}
.buttons .right-side {
	float: right;
}
.button-spacer-left {
	margin-left: 10px;
}
.button-spacer-right {
	margin-right: 10px;
}
.button, .button:hover {
	text-decoration: none;
	cursor: pointer;
}
.button {
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	background-color: #40937f;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: block;
	float: right;
	border: 0;
}
.button.left {
	float: left;
}
.button.action {
	background-color: #40937f;
	color: #fff;
}
.button:hover {
	background-color: #134187;
	color: #fff;
}
#activate-account.button:hover {
	background-color: #91d0fc;
}

.button.bang, .see-more.bang {
	background-image: url(../../../../admin/images/button-bang.png);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding-left: 27px !important;
}
.button.add, .see-more.add {
	background-image: url(../../../../admin/images/button-plus.png);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding-left: 27px !important;
}
.button.edit, .see-more.edit {
	background-image: url(../../../../admin/images/button-edit.png);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding-left: 27px !important;
}
.button.info, .see-more.info {
	background-image: url(../../../../admin/images/button-info.png);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding-left: 27px !important;
}
.button.delete, .see-more.delete {
	background-image: url(../../../../admin/images/button-minus.png);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding-left: 27px !important;
}
.button.view, .see-more.view {
	background-image: url(../../../../admin/images/button-view.png);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding-left: 27px !important;
}
.button.checkmark, .see-more.checkmark {
	background-image: url(../../../../admin/images/button-checkmark.png);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding-left: 27px !important;
}
.button.hider {
	background-color: #ccc;
	font-weight: normal;
}
.button.hider:hover {
	background-color: #000;
}

/* pod */

.pod {
	background-color: #f2f2f2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0;
	overflow: hidden;
}
.pod.text {
	padding: 0 20px;
}
.pod.single-line {
	padding: 20px;
}
.pod.single-line p {
	margin: 0;
	padding: 0;
}

.pod-header {
	background-color: #575757;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
	padding: 10px 10px;
	font-weight: normal;
}
.pod-header a {
	color: #ccc;
	font-weight: bold;
}

.pod.confirm {
	padding: 20px;
	margin: 15px 0;
}
.pod.confirm p {
	margin: 0;
	padding: 0;
}
.pod.downloads {
	margin: 0 0 15px 0;
}

/* pagination */

.pagination {
	overflow: hidden;
	text-align: right;
  line-height: 30px;
}
.pagination .NavTitle{
	margin-right: 10px;
}
.pagination.top {
	padding: 0;
}
.pagination.bottom {
	padding: 20px 0 0 0;
}
.pagination .previous {
	display: inline;
}
.pagination .next {
	display: inline;
}
.pagination .pages {
	display: inline;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	padding: 0 10px;
	margin: 0 10px;
	font-weight: bold;
}
.pagination a {
	padding: 4px 4px;
	line-height: 23px;
	text-decoration: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight: normal;
}
.pagination a.selected {
	color: #134187;
	font-weight: bold;
}
.pagination a:hover, .pagination a.selected:hover {
	background-color: #134187;
	color: #fff;
}
.pagination .disabled {
	color: #ccc;
}
.pagination .button {
	float: none;
	display:inline;
}
.pagination .button.current {
	background-color: #134187;
}
/* product list */

.product-list-wrapper {
	
}
.product-list-item {
	overflow: hidden;
	padding: 20px;
	margin-top: 20px;
}
.product-list-item .image {
	float: left;
	width: 150px;
}
.product-list-item .image img {
	width: 140px;
	border: solid 5px #ddd;
}
.product-list-item .details {
	margin-left: 170px;
}
.product-list-item .details h3 a, .product-grid-item .details h3 a {
	text-decoration: none;
}
.product-list-item .details h3 a:hover, .product-grid-item .details h3 a:hover {
	text-decoration: underline;
}
.product-list-item .details .description {
	margin: 10px 0 15px 0;
}
.product-list-item .details .price, .product-grid-item .details .price {
	color: #000;
	font-weight: bold;
}
.product-list-item .details .retail-price, .product-grid-item .details .retail-price {
	color: #999;
	font-weight: bold;
}

.product-list-item:hover {
	background-color: #ddd;
}
.product-list-item:hover .image img {
	border-color: #ccc;
}

/* notifications */

.notification {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 20px;
	border: solid 3px #ccc;
	overflow: hidden;
	font-size: 15px;
}
.notification.show {
	display: block;
}
.notification.success {
	border-color: #5BA81F;
	background-color: #EDFFEB;
	color: #5BA81F;
}
.notification.success a {
	color: #5BA81F;
	font-weight: bold;
}
.notification.failure, .notification.error {
	border-color: #c00;
	background-color: #FFEAEA;
	color: #c00;
}
.notification.failure a, .notification.error a {
	color: #c00;
	font-weight: bold;
}
.notification.info {
	color: #134187;
	background-color: #91d0fc;
	border-color: #134187;
}
.notification.info a {
	color: #134187;
	font-weight: bold;
}
.notification.info a:hover {
	color: #000;
}
.notification.left-indent {
	margin-left: 30px;
}
.notification ul {
	margin-top: 0;
	margin-bottom: 0;
}
.notification.instructions {
	border-width: 1px;
	color: #222;
	background-color: #fbfbfb;
	border-color: #eee;
}
.notification.instructions a {
	color: #134187;
	font-weight: bold;
}
.notification.instructions a:hover {
	color: #40937f;
}

.notification.drag {
	float: left;
	border-width: 1px;
	margin-left: 15px;
	color: #666;
	background-image: url(../../../../admin/images/icon-drag.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding-left: 30px;
}

.notification .title {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 10px;
}


.notification.marketing-instructions {
	background-color: #134187;
	/*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #586573),color-stop(1, #465362));*/
	/*background-image: -moz-linear-gradient(top, #586573, #465362);*/ /* FF3.6 */
	/*background-image: linear-gradient(top, #586573, #465362);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#586573', EndColorStr='#465362');*/ /* IE6-IE9 */
	/*box-shadow: 0px 0px 2px #171B20;
	-webkit-box-shadow: 0px 0px 2px #171B20;
	-moz-box-shadow: 0px 0px 2px #171B20;*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: 0;
	color: #fff;
}

/* home */

#home-wrapper {
	background-color: #fff;
	padding-bottom: 20px;
}

.home-box {
	
}
.home-box h2 {
	
}
.home-box .info {
	overflow: hidden;
	background-color: #f2f2f2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
}
.home-box .info .image {
	float: left;
	width: 150px;
}
.home-box .info .image img {
	width: 140px;
	border: solid 5px #ddd;
}
.home-box .info .details {
	margin-left: 170px;
}
.home-box .info .details .name {
	color: #2f2f2f;
	font-size: 1.4em;
	padding-bottom: 5px;
	font-weight: bold;
}
.home-box .info .details .name a {
	text-decoration: none;
}
.home-box .info .details .name a:hover {
	text-decoration: underline;
}
.home-box .info .details .price {
	color: #000;
	font-weight: bold;
}
.home-box .info .details .description {
	padding-top: 10px;
}
.home-box .info .details .description p {
	margin: 0;
}

#info-content {
	margin-top: 15px;
	overflow: hidden;
	background-color: #f2f2f2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
	width: 900px;
}

/* data table */

.data {
	width: 100%;
}
.data th, .data td {
	padding: 5px 7px;
}
.data th {
	background-color: #134187;
	text-align: left;
	color: #fff;
	white-space: nowrap;
}
.data td {
	background-color: #f2f2f2;
}
.data tr:hover td {
	background-color: #ddd;
}
.data.product td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.data.users td, .data.orders td, .data.coupons td {
	white-space: nowrap;
}
th.image, .data tr:hover td.image {
	background-color: #fff;
}
.data .image {
	padding: 0 5px 0 0 !important;
	background-color: #fff !important;
	width: 40px;
}
.data .image img {
	float: right;
	border: 2px solid #eee;
}
.data .has-options {
	background-color: #ddd;
	text-align: center;
	font-style: italic;
}
.data .live {
	width: 50px;
}
.data .inventory {
	width: 50px;
}
.data .featured {
	width: 50px;
}
.data .live, .data .inventory, .data .featured {
	text-align: center;
	white-space: nowrap;
}
.data .price {
	white-space: nowrap;
}
.data .icons {
	white-space: nowrap;
	width: 105px;
}
.data .icons img {
	margin-right: 3px;
}
.data .checkmark {
	text-align: center;
}
.data .id {
	text-align: center;
}
.data.coupons .code {
	color: #999;
}
.data tr.low-inventory td {
	background-color: #FFEAEA;
}
.data tr.low-inventory:hover td {
	background-color: #ddd;
}

/* hr */

.top-hr {
	border-top: solid 5px #ccc;
	margin-top: 20px;
	padding-top: 20px;
}

/* themes */

.themes {
	margin: 0 0 -20px -20px;
}
.theme {
	float: left;
	width: 440px;
	margin: 0 0 10px 20px;
	position: relative;
}
.theme .delete {
	position: absolute;
	right: -10px;
	top: 14px;
	z-index: 50;
	display: none;
	cursor: pointer;
}
.theme:hover .delete {
	display: block;
}
.theme form {
	overflow: hidden;
}
.theme h3 {
	font-size: 15px;
	text-align: center;
	float: left;
	margin-top: 9px;
}
.theme .image {
    height: 320px;
    overflow: hidden;
    width: 430px;
	border: 5px solid #ccc;
}
.theme .image a {
	text-decoration: none;
}
.theme .image img {
	float: left;
}
.theme:hover .image {
	border-color: #2F353D;
}
.theme.selected .image {
	border-color: #40937f;
}
.theme .buttons {
	padding: 0;
	margin: 3px 0 0 0;
	text-align: right;
}
.theme .buttons .button {
	background-color: #eee;
	color: #666;
	padding: 4px 6px;
	font-size: 14px;
	margin-left: 5px;
}
.theme .buttons .button:hover {
	background-color: #134187;
	color: #fff;
}
.theme .buttons .button.selected {
	background-color: #40937f;
	color: #fff;
}

.theme-pages {
	overflow: hidden;
}
.theme-page {
	float: left;
	padding-right: 20px;
	width: 33%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 10px;
}
  .theme-page.last {
    padding-right: 0;
  }
.theme-page img {
	display: block;
	margin: auto;
}

.themes.custom {
	
}
.themes.custom .custom-text {
	position: absolute;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 3px 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 50px 0 0 67px;
	z-index: 2;
}
.themes.custom .theme:hover .custom-text {
	background-color: #000;
}
.themes.custom .theme .image img {
	filter:alpha(opacity=30);
	opacity: 0.3;
}

/* images list */

#images-list label {
	color: #999;
	font-size: 16px;
	font-weight: bold;
	cursor: move;
}
#images-list .image-thumb {
	cursor: move;
}
#images-list .icons {
	padding-top: 4px;
}
#images-list .image-title-alt {
	height: 22px;
	vertical-align: top;
	margin: 5px 0 0 6px;
}
#images-list .dragging {
	background-color: #3A414D;
	color: #fff;
}
#images-list .dragging label {
	color: #fff;
}
#images-list .image-delete {
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
#slideshow-row-add a {
	float: left;
}
#slideshow-row-add .drag {
	float: left;
	padding: 5px 10px 4px 32px;
	margin-left: 15px;
}

/* overlay */

#overlay-bg {
	display: none;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	background-image: url(../../../../admin/images/overlay-bg.png);
	position: fixed;
	z-index: 3000;
}
#spinner-bg {
	background-color: #000;
	display: none;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	background-image: url(../../../../admin/images/overlay-bg.png);
	position: fixed;
	z-index: 3101;
}
#overlay-spinner {
    display: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: fixed;
    width: 110px;
    height: 35px;
    padding-top: 75px;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -55px;
    background: #000 url(../../../../admin/images/overlay-spinner.gif) no-repeat 50% 25px;
    z-index: 99999999;
}
.overlay-popup {
	display: none;
	background-repeat: no-repeat;
	top: 150px;
	left: 50%;
	position: fixed;
	z-index: 3100;
	width: 640px;
	margin: 0 0 0 -290px;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.overlay-popup h4 {
	margin: 10px 0 10px 10px;
	padding: 0;
	font-size: 19px;
	color: #2F353D;
	font-weight: bold;
}
.overlay-popup p {
	/*margin: 0 0 5px 0;*/
}
.overlay-popup fieldset {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	/*padding: 20px 20px 10px 20px;*/
}
.overlay-popup fieldset p label {
	width: 140px;
}
.overlay-popup fieldset p span {
	margin-left: 150px;
  padding-top: 2px;
}
.overlay-popup fieldset input[type=text], .overlay-popup fieldset input[type=url], .overlay-popup fieldset input[type=password], .overlay-popup fieldset textarea {
	width: 330px;
}
.overlay-popup fieldset select {
	width: 340px;
}

.overlay-popup fieldset textarea {
    box-sizing: border-box;
    clear: both;
    display: block;
    margin: 20px;
    width: 600px;
}

.overlay-popup .instructions {
	/*
	padding: 0 10px;
	color: #777;
	font-size: 12px;
	*/
	margin-bottom: 12px !important;
}
.overlay-popup fieldset input.smaller {
	width: 80px;
}
.overlay-popup fieldset p.no-label {
	margin-left: 150px;
}
.overlay-popup fieldset .under-help {
	margin-left: 0 !important;
}
.overlay-popup .buttons {
	margin: 10px 10px 10px 0;
	text-align: center;
}
.overlay-popup .button {
	margin-left: 10px;
	float: right;
}
.overlay-popup .notification {
	margin-left: 10px;
	margin-right: 10px;
}


/* tooltips */

.tooltip {
	background-color: #0c2956;
	color: #fff;
	padding: 7px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	z-index: 5000;
}

/* tabs */

.tabs {
	margin-top: 15px;
	overflow: hidden;
}
.tabs a {
	display: block;
	float: left;
	background-color: #d3d3d3;
	color: #39414D;
	padding: 10px;
	text-decoration: none;
	border-right: solid 1px #B4B4B5;
}
.tabs a:hover {
	color: #000;
}
.tabs a.selected {
	font-weight: bold;
	background-color: #f2f2f2;
	color: #000;
}
.tabs a.first {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
.tabs a.last {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-right: 0;
}
.tab-content {
	display: none;
}
fieldset.tab-content, #tab-descriptions-content.tab-content {
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
}
#tab-descriptions-content span.cke_skin_kama {
	border: 0;
}
.tab-content h3 {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 1.2em;
}
.tab-content .under-help {
	margin: 3px 0 5px 10px;
}
#slideshow-button-add {
	margin-left: 39px;
	margin-bottom: 7px;
}

/* trial countdown */

#trial-countdown {
	right: 5px;
	top: 35px;
	position: absolute;
	color: #000;
	text-align: center;
	background: url(../../../../admin/images/trial-cup.png) no-repeat 50% 0;
	z-index: 20;
}
#trial-countdown .days {
	font-weight: bold;
	color: #3A414D;
	font-size: 16px;
	padding: 27px 3px 15px 0;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
#trial-countdown.full {
	background-image: url(../../../../admin/images/trial-cup_full.png);
}
#trial-countdown.full .days {
	color: #fff;
	padding-top: 30px;
}
#trial-countdown.empty {
	background-image: url(../../../../admin/images/trial-cup_spill.png);
}
#trial-countdown.empty .days {
	padding-left: 6px;
}

/* delete popup */

#overlay-general-delete {
	width: auto;
}
#overlay-general-delete h4 {
	margin-right: 50px;
	font-weight: normal;
}