/* @override 
	http://www.ensemblestore.com/images/Endes/store.css
	https://store03.prostores.com/ensembledesignsstore/images/Endes/store.css
*/

/* @group Core */

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

a {
	color: #0030BF;
	font-weight: bold;
	}
	
	
a:visited {
	color: #1D4578;
	font-weight: bold;
	}

img {
	border-style: none;
}

a img {
	border-style: none;
}

h4 {
	font-size: 115%;
}



body {
	margin: 0px;
	background-color: #515c66 !important; 
	font: 12px Helvetica, Arial, sans-serif;
	margin:	0px;
	padding: 0px;
}

ul {
	list-style-type: none;
	list-style: none;
}

.clear {
	padding: 0px !important;
	margin: 0px !important;
	clear: both;
}


/* @end */

/* @group Page Layout */

#wrapper-main {
	width: 980px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background: white;
}

/* @end */

/* @group Header */

#title {
	background: #002d6a url(logoheading-store.png) no-repeat;
	height: 80px;
	position: relative;
}
#title a {
	float: left;
	text-indent: -9000px;
	padding: 0px;
	display: block;
	position: absolute;
	top: 0px; left: 0px;
	height: 80px; width: 470px;
}
#navigation {
	margin: 5px 5px 10px;
	background: #99ACC3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position: relative;
}
#navigation a {
	display: inline-block;
	color: black;
	text-decoration: none;
	font-weight: bold;
    padding:5px 13px;
    background: #7e93ae;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
    margin: 3px;
	font: 14px Helvetica, Arial, sans-serif;
}
#navigation form {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
}

#navigation form input.inputFormat {
	width: 190px;
	font: 16px Helvetica, Arial, sans-serif;
	background: white url(search_mag_icon.png) no-repeat 5px;
	padding: 4px 3px 4px 22px;
	border-style: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* @end */

/* @group Main */

#main {
	float: left;
	width: 660px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	min-height: 500px;
}
#main p{
	margin-bottom: 10px;
}

#main div.note p {
	margin-bottom: 3px;
}
#main h1 {
	font-size: 120%;
	clear: left;
	font-weight: bold;
	display:block;
	background: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	margin-left: -15px;
	margin-top: 0px;
	margin-bottom: 10px;
}
	
#main h2 {
	clear: left;
	width: 450px;
	font: 115% sans-serif;
	font-weight: bold;
	display:block;
	background: #a6a6a6;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -15px;
	}
	
#main h3 {
	clear: left;
	width: 250px;
	font: 115% sans-serif;
	font-weight: bold;
	display:block;
	background: #bfbfbf;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -15px;
	}

#main h4 {
	font: 100% sans-serif;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-indent: 0px;
	}
	
a.empty,
a.button,
div.actn_button.actn_button_color.btn_add_to_cart,
input.add-to-cart,
input.button,
input.update,
input.update-cart {
	padding: 3px 6px;
	background: #003b8c;
	text-decoration: none;
	font-weight: bold;
	color: white;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-left: 3px;
	border: none;
}
a.empty:hover,
a.button:hover,
div.actn_button.actn_button_color.btn_add_to_cart:hover,
input.add-to-cart:hover,
input.button:hover,
input.update:hover,
input.update-cart:hover {
	background-color: #00204d;
	cursor: pointer;
}

div.actn_button.actn_button_color.btn_add_to_cart {
	
}

.note {
	clear: both;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #f4f4e2;
	font-size: 13px;
	padding: 4px 6px 4px 6px;
}
.note ul {
	margin-left: 15px;
}
/* @group Sign In */

.signin input {
	width: 220px;
}
.signin .button {
	width: auto;
	margin-top: 5px;
}
#main table {
	border-spacing:	1px;
}
#main th {
	background: #c9c9c9;
	font-weight: bold;
	padding: 4px 6px;
	text-align: left;
}
#main td {
	padding: 4px 6px;
}

td.qty {
	text-align: right;
}

/* @end */

/* @group Cart */

#main table.cart-display td {
	padding: 4px;
	vertical-align: top;
}

#main table.cart-display tbody tr.product td {
	border-bottom: 1px solid #d3d3d3;
}
#main table.cart-display tbody tr td.image img{
	width: 100px;
}

a.remove {
	display: block;
	font-size: 11px;
	background-color: #cb6565;
	color: white;
	padding: 2px 4px;
	margin-top: 3px;
	text-decoration: none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
a.remove:hover {
	background-color: #a23133;
}

#main table.cart-display tbody tr td input {
	text-align: right;
}

#main table.cart-display tbody tr td.qty input {
	width: 46px;
}
#main table.cart-display th {
}

#main table.checkout {
	margin-top: 15px;
}

#main table.cart-display tbody tr.product {
}

#checkout {
	display: block;
	float: right;
}

#checkout input.btn_proceed_to_checkout {
	padding: 6px 10px 6px 15px;
	background: #002d6a;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: white;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border: none;
	margin-top: 10px;
	margin-right: 2px;
	width: 200px;
}

#checkout table tbody tr td img {
	display: none;
}


/* @end */

/* @group Save Cart */

.saved-cart td.desc {
	width: 100%;
}

/* @end */

/* @group Home */

#featured-products li {
	float: left;
	width: 200px;
	height: 100px;
	padding: 10px;
}

#featured-products li a img {
	margin-bottom: 8px;
}



#main ul.images-horz li {
	float: left;
	padding: 10px;
}
/* @end */

/* @group Product List */

#main div.result-summary {
	margin-top: 15px;
	position: relative;
	clear: both;
	margin-bottom: 10px;
	height: 15px;
}
#main div.result-summary div.pager {
	position: absolute;
	top: 0px;
	right: 0px;
}

#main ul.product-list {
	float: left;
	margin-left: -2px;
	overflow: hidden;
	margin-right: -10px;
}



#main ul.product-list li {
	float: left;
	display: block;
	width: 200px;
	height: 200px;
	padding: 7px;
	position: relative;
	border: 1px solid #bebebe;
	margin-bottom: 8px;
	margin-right: 8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.product-list span.name {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.product-list span.brief {
	display: block;
	margin-bottom: 5px;
}

.product-list table.image {
	position: absolute;
	top: 58px;
	width: 200px;
	height: 130px;
	vertical-align: middle;
}

span.out-of-stock {
	font-weight: bold;
}

.product-list div.price {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-weight: bold;
	font-size: 17px;
}
.product-list div.actions {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

span.noimage.small a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #a8a8a8;
	width: 180px;
	margin: auto;
	height: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border: 2px dashed #a8a8a8;
	background-color: #f6f6f6;
	text-decoration: none;
}

span.noimage.large a {
	display: block;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #a8a8a8;
	width: 180px;
	margin-left: 110px;
	margin-bottom: 20px;
	width: 400px;
	padding-top: 35px;
	padding-bottom: 35px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border: 2px dashed #a8a8a8;
	background-color: #f6f6f6;
	text-decoration: none;
}

input.actn_button.actn_button_color.btn_add_to_cart {
	overflow: hidden;
	display: inline-block;
	padding: 3px 6px;
	background: #002d6a;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: white;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border: none;
}
input.actn_button.actn_button_color.btn_add_to_cart:hover {
	background-color: #00204d;
	cursor: pointer;
}

/* @end */

/* @group Product Detail */

#main div.product-image {
	margin-top: 20px;
	margin-left: 15px;
	text-align: center;
}

#main div.product-info-act {
	width: 550px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 5px;
	background: #c0c0c0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow: hidden;
}

#main div.product-info-act div.actions {
	margin-top: 5px;
	float: right;
}

span.large_price {
	font-weight: bold;
}
#main div.product-info-act ul.details {
	float: left;
}
#main div.product-info-act div.price{
	float: right;
	margin-right: 25px;
}
/* @end */

/* @group Account History */

#history table.customer-contact {
	background: #f1f1f1;
	padding: 4px 6px 10px;
}

#history table.customer-contact td.address {
	padding-right: 30px;
}

#history div.customer-info {
	background: #f1f1f1;
	padding: 4px 6px 4px 0px;
}
#history div.customer-info span{
	font-weight: bold;
	padding-left: 6px;
}

#history table.invoices {
	border-spacing:	1px;
	width: 100%;
}

#history table.invoices th {
	background: #c9c9c9;
	padding: 4px 6px;
	text-align: left;
}

#history table.invoices th.confirmationNotes {
	width: 100%;
}

#history table.invoices td {
	padding: 4px 6px;
	background: #f1f1f1;
}

/* @end */

/* @group View Invoice */

td.label {
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
}

#invoice table.invoice {
	border-spacing:	1px;
}

#invoice table.invoice th {
	background: #c9c9c9;
	padding: 4px 6px;
	text-align: left;
}

#invoice table.invoice td {
	background: #f1f1f1;
	padding: 4px 6px;
}
#invoice table.invoice.addresses td {
	width: 200px;
}
table.information {
	width: 100%;
	margin-bottom: 10px;
}

table.information th.date,
table.information th.shipdate,
table.information th.status {
	width: 70px;
}

#invoice table.items {
	margin-bottom: 10px;
}

table.profile td.input {
	padding-top: 20px;
	padding-right: 60px;
	text-align: right;
}

#invoice table.totals {
	float: right;
	margin-left: 10px;
}

#invoice table.invoice.totals td {
	text-align: right;
}

/* @end */



/* @end */

/* @group Sidebar */

#sidebar {
	width: 285px;
	float: left;
}

#sidebar a{
	text-decoration: none;
}

#sidebar div {
	background: #99ACC3;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	overflow: hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
#sidebar div h2 {
	clear: both;
	background: #002d6a;
	color: white;
	font-size: 14px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

#sidebar div ul li {
	margin-bottom: 2px;
}



/* @group ShoppingCart */
#shoppingCart {
	position: relative;
}
#shoppingCart h2 img {
	margin-left: -2px;
	margin-right: 5px;
}

#shoppingCart ul.contents {
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
	
}

#shoppingCart ul.contents li.empty {
	margin-top: 5px;
}
#shoppingCart ul.actions {
	position: absolute;
	top: 32px;
	right: 5px;
}
#shoppingCart ul.actions li{
	float: left;
	margin-left: 5px;
}
#shoppingCart ul.actions li a{
	padding: 3px 6px;
	background: #002d6a;
	text-decoration: none;
	font-weight: bold;
	color: white;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border: none;
}
/* @end */

/* @group My Account */

#myAccount ul {
	display: inline-table;
	margin-left: 10px;
	margin-right: 18px;
}



/* @end */

/* @group Categories */

#sidebar #categories li img {
	margin-right: 5px;
}
#categories ul {
	margin-left: 3px;
}
#categories ul ul {
	margin-left: 30px;
}
#categories ul.subcats li{
	margin-bottom: 6px;
	list-style-type: disc;
	color: white;

}
#categories ul li {
	margin-bottom: 5px;
}
/* @end */
	
	/* @end */

/* @group Footer */

#footer {
	padding: 10px 0 20px;
	color: white;
	clear: both;
	text-align: center;
	background-color: #515c66;
	font-size: 12px;
}



/* @end */

/* @group Single Page Checkout */
#checkout-ajax #main #modalpane {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
}
#checkout-ajax #main #modalpane h1 {
	font-size:50px;
	left:0;
	padding:50px;
	position:absolute;
	right:0;
	top:250px;
}

form#paymentform {
	margin-left: -20px;
}


#checkout-ajax #main #modalpane h1 br{
	display: none;
}

#checkout-ajax #main {
	width: 964px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	margin-top: -15px;
}
#checkout-ajax .sectionContentInner {
	padding-top: 8px;
	background-color:rgb(227,227,227);
	overflow: hidden;
}

input#confirm {
	margin-top: -15px;
	margin-right: 3px;
}

input#cancel {
	margin-top: -15px;
	margin-left: 3px;
}
#checkoutoptions table tbody tr td table tbody tr{
	background-color:rgb(227,227,227);
}

/*
 * This controls the look of the line that separates the line items from the invoice 
 * summary information.
 * Default default is to show black line.
*/
#checkout-ajax #invoiceseparator {
	border: 1px none black;
	height: 20px;
	padding: 0px;
	margin:0px;
}

/*
 * This controls the look of the area that displays order note.
 * Default state is to accept style from parent and print text in red.
*/
#checkout-ajax .ordernote {
	color: #cb1b03;
}

/*
 * This controls the look of the area that displays invoice promotion text.
 * Default state is to accept style from parent
*/
#checkout-ajax #promotext_container {
	padding: 5px;
}
#checkout-ajax .promotioncode {
	border: 1px solid #dedede; 
	padding: 3px 5px 3px;
	text-align:center;
	margin-top:10px;
	background-color: #F6F8FB;
	width:220px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#checkout-ajax #column2 table.display_section tbody tr td {
	padding: 3px 5px;
}
#checkout-ajax #signinfields table tbody tr td table tbody tr {
	cell-padding-bottom: 5px
}
#checkout-ajax .alternate {
	text-align:left;
	padding: 3px 7px 8px;
}
#checkout-ajax .alternate a:link,
#checkout-ajax .alternate a:visited,
#checkout-ajax alternate a:link,
#checkout-ajax .alternate a:visited {
	font-size: 12px;
	text-align:left;
}
#checkout-ajax .textfieldsmall {
	width: 85px;
	font-size:12px;
}
#checkout-ajax .textfieldmedium {
	width: 185px;
	font-size:12px;
}
#checkout-ajax .textfieldlarge {
	width: 285px;
	font-size:12px
}
#checkout-ajax .droplistmedium {
	width: 185px;
}
#checkout-ajax .droplistlarge {
	width: 285px;
}
#checkout-ajax #custom-section {
	width:100%;
}
#checkout-ajax #header {
	vertical-align:bottom;
	width:100%;
	right:10px;
	left:0px;
}
#checkout-ajax #logo {
	float:left;
	min-width:201px;
}
#checkout-ajax #navbar {
	float:left;
	width:100%;
	right:10px;
	text-align:right;
}
#checkout-ajax #column1 {
	width:305px;
	padding: 0px;
	margin:0px auto 0px 0px;
}
#checkout-ajax #column2 {
	padding-left: 10px;
	width:100%;
}
#checkout-ajax #billingTable {
	background-color:#d6d6d6;
}
#checkout-ajax #billingTable td {
	background-color:white;
}
#checkout-ajax #orderTable {
	background-color:#d6d6d6;
}
#checkout-ajax #cartTable {
	background-color:#d6d6d6;
}
#checkout-ajax #cartTable td {
	background-color:white;
}

img#showlogin {
}
#checkout-ajax .display_section {
	background-color:#d6d6d6;
}
#checkout-ajax .display_section_title {
	background-color:rgb(227,227,227);
	text-align: left;
	padding: 3px 7px;
}
#checkout-ajax .display_section_content {
	background-color:white;
	padding: 3px 7px;
}

#checkout-ajax span#disp_storesubtotal.display_section_content {
	padding: 0px;
}

#checkout-ajax #disp_totaldue {
	font-weight: bold;
}
#checkout-ajax #billInformation {
	font-size:12px;
	padding-top: 8px;
}
#checkout-ajax #shipInformation {
	font-size:12px;
	padding-top: 8px;
	}
#checkout-ajax .error {
	color: red; 
	text-align:left;
	font-weight:normal;
	padding:5px;
}
#checkout-ajax .edit {
	visibility: hidden; 
	position: absolute; 
	top: 10px; 
	right: 5px; 
	color: rgb(122, 134, 156);
	font-size:12px
}
#checkout-ajax #column1 div div.sectionTitle span a {
	color: white;
}
#checkout-ajax .interruptor .optional {
	border: 1px dashed rgb(255, 153, 51); 
	margin: 5px 0px; padding: 3px; 
	background-color: rgb(255,255,219);
}
#checkout-ajax .section {
	margin-bottom: 3px;
	width:305px;
}
#checkout-ajax .sectionTitle {
	background-color: #254269;
	color:white;
	font-weight: bold;
	padding: 8px 16px;
	border: none;
	font-size:16px;
	position:relative;
}
#checkout-ajax div.selected {
	background-color: #062b57;
	color:white;
	font-weight:bold;
	padding: 8px 16px;
	z-index:5
}
#checkout-ajax .sectionContent {
	font-size: 12px;
	background-color: white;
}

#checkout-ajax #column1 tr td {
	padding-bottom: 4px;
	padding-left: 4px;
	vertical-align: top;
}

#checkout-ajax .giftwrapcheckbox {
	margin:0px;
}
#checkout-ajax .checkoutOptionsTxt {
	font-size:11px; 
	width:118px; 
	font-family: Helvetica, Arial, Verdana; 
	padding-right:5px;
	text-align: left;
}
#checkout-ajax #ups_copyright {
	display: none;
}
#checkout-ajax .note {
	margin: 5px;
	float: right;
	padding-right: 6px;
}

/* @end */