/* -------------------------------- default -------------------------------- */
/* =RESET */
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; font-size: 11px;}
td {vertical-align: top;}
:focus, img:focus, a:focus, input:focus {outline: none;}

/* =GLOBAL */
body {
	text-align: center;
	min-width: 780px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 0.9em;
	background-repeat: repeat-x;
	background-color: #38434c;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 5px;
	line-height: 1.4em;
}
h1 {font-size: 16px; padding-bottom: 5px; padding-top: 10px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
h4 {font-size: 11px;}
h5 {font-size: 10px; font-weight: bold;}
h6 {font-size: 9px; font-weight: bold;}
.container {
	width: 780px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding-bottom: 10px;
}
.clear {clear: both;}

/* ----------------------------- =HEADER ------------------------------------------ */
.headerToTop {
	position: absolute;
	top: 0px;
	left: 0px;
}
.header {
	background-image: url(/data/Image/Template/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	position: relative;
	height: 200px;
	width: 780px;
}
.logo {
	display:block;
	height:47px;
	position:absolute;
	top:31px;
	width:338px;
}


.headerShortInfo,
.headerShortInfo a {
	color: #fff;
}
.headerShortInfo {
	position:absolute;
	right:0;
	text-align:right;
	top:7px;
}
.autoSaveMessage {
	color: red;
	padding-top: 4px; 
	padding-bottom: 1px;
}
.autoSaveInCart { /* message on cart page */
	color:red;
	font-weight:bold;
	position:absolute;
	right:21px;
	text-transform:uppercase;
	top:263px;
}
.headerShortInfo .loggedIn,
.headerShortInfo .loggedOut {
	margin-bottom: 6px;
}
.headerShortInfo .logout {
	margin-left: 5px;
}
.headerShortInfo .ecsCartTiny {
	margin-top: 6px;
}
.headerShortInfo .ecsCartTiny div {
	display: inline;
}
.headerShortInfo .basket {
	margin-bottom: 5px;
}
#ecsStoredCartSelector select {
	margin-top: 4px;
	font-size: 10px;
}
/* =MAIN NAVIGATION */
.mainNav {
	background-image:url(/data/Image/Template/mainNav.png);
	background-repeat:no-repeat;
	height:46px;
	position:absolute;
	top:88px;
	width:780px;
}
.mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 12px;
}
.mainNav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.mainNav a {
	color:#000000;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:18px;
	margin-right:8px;
	padding-top:7px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:119px;
}

.cartPanel {
	background-image:url(/data/Image/Template/cartPanel.png);
	background-repeat:no-repeat;
	height:46px;
	position:absolute;
	top:143px;
	width:780px;
	font-size:11px;
	font-weight:bold;
	margin-bottom:7px;
	padding-left:20px;
	padding-right:20px;
	padding-top:18px;	
}
.cartPanel .marketPriceHeader,
.cartPanel .marketPriceSilver,
.cartPanel .marketPriceGold {
	display:block;
	float:left;
	margin-right:14px;
}

/* =SEARCH BOX */
.searchBox {
	position:absolute;
	right:60px;
	top:13px;
	_top: 12px;
}
.searchBox .searchBtn {}
.searchBox .searchLabel {
	padding-right: 10px;
	padding-top: 4px;
	color:#1C4710;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	display: block;
	float: left;
	display: none;
}
.topSearchField {
	border-color:#ADADAD #DDEDE2 #DDEDE2;
	border-style:solid;
	border-width:1px;
	width: 100px;
}
.searchBox .ftsSearch{
	float: left;
}
.searchBox .ftsIndex {
	border-color:#ADADAD #DDEDE2 #DDEDE2;
	border-style:solid;
	border-width:1px;
	font-size: 11px;
}

/* ----------------------------- end header ------------------------------------------ */

/* ----------------------------- =MIDDLE CONTAINER ------------------------------------------ */
.middleContainer {
	padding-top: 200px;
}
.middleContainerTop {
	background-image: url(/data/Image/Template/contentBgTop.png);
	background-repeat: no-repeat;
	height: 22px;
}
.middleContainerMiddle {
	background-image: url(/data/Image/Template/contentBgMiddle.png);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-bottom: 1px;
	_zoom: 1;
}
.middleContainerBottom {
	background-image: url(/data/Image/Template/contentBgBottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
}

.content {
	background-image: url(/data/Image/Template/2010.png);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	padding-left: 30px;
	padding-right: 20px;
	color: #000022;
	min-height:183px;
	height: auto !important;
	height: 183px;
	line-height: 1.5em;
}
.content a {
	color: #000022;
}
/* ----------------------------- =end middle container ------------------------------------------ */

/* ----------------------------- =FOOTER ------------------------------------------ */
/* =BOTTOM SITEMAP */
.bottomSitemap {
	margin-top: 10px;
}
.bottomSitemapTop {
	background-image: url(/data/Image/Template/bottomSitemapBgTop.png);
	background-repeat: no-repeat;
	height: 22px;
}
.bottomSitemapMiddle {
	background-image: url(/data/Image/Template/bottomSitemapBgMiddle.png);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-bottom: 1px;
}
.bottomSitemapContent {
	padding-left: 20px;
	padding-right: 20px;
}
.bottomSitemapBottom {
	background-image: url(/data/Image/Template/bottomSitemapBgBottom.png);
	background-repeat: no-repeat;
	height: 20px;
}
.bottomSitemap,
.bottomSitemap a {
	color: #fff;
	line-height: 1.7em;
}
.bottomSitemap a {
	text-decoration: none;
}
.bottomSitemapBlock {
	display:block;
	float:left;
	line-height:1.7em;
	margin-left:50px;
	margin-right:50px;
}
.bottomSitemapBlock ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.bottomSitemapBlock h3 {
	text-transform: uppercase;
	padding-bottom: 10px;
	display: block;
}

/* =FOOTER */
.footer {
	background-image: url(/data/Image/Template/footerBg.png);
	background-repeat: no-repeat;
	height: 44px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
.footerContent {
	padding-left:20px;
	padding-right:20px;
	padding-top:16px;
}
.footerSpacer {
	height: 10px;
}
/* ----------------------------- =footer ------------------------------------------ */

/* =BUTTONS */
#addNewLocation,
.submitButton,
.btnContinue,
.cartButtons input,
.ecsButton1 input,
.checkoutPrevButton,
#editLocation,
.chooseExistingLocation,
button,
.yourPersonalDataBlock input,
.cancelButton,
.loginPageSubmitBtn,
.page22 input,
.form .submitButton,
.checkoutNextButton {
	background-color: #000022;
	color: #fff;
	padding: 2px 4px;
	cursor: pointer;
	border-bottom: 1px solid #000022;
	border-right: 1px solid #000022;
	border-top: 1px solid #1a1a5c;
	border-left: 1px solid #1a1a5c;
	text-transform: capitalize;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(    linear,    left bottom,    left top,    color-stop(0.18, rgb(0,0,34)),    color-stop(0.42, rgb(6,6,48)));
	background: -moz-linear-gradient(    center bottom,    rgb(0,0,34) 18%,    rgb(6,6,48) 42%);
}
input[type="submit"] {
	background-color: #000022;
	color: #fff;
	padding: 2px 4px;
	cursor: pointer;
	border-bottom: 1px solid #000022;
	border-right: 1px solid #000022;
	border-top: 1px solid #1a1a5c;
	border-left: 1px solid #1a1a5c;
	text-transform: capitalize;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	-moz-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;
	background: -webkit-gradient(    linear,    left bottom,    left top,    color-stop(0.18, rgb(0,0,34)),    color-stop(0.42, rgb(6,6,48)));
	background: -moz-linear-gradient(    center bottom,    rgb(0,0,34) 18%,    rgb(6,6,48) 42%);
}
.tncForm td {
	padding: 2px 5px;
}
.tncForm input[type="checkbox"] {
	vertical-align: middle;
}
.tncForm input[type="submit"] {
	margin-left: 59px;
}
.tncForm tr > td:first-child {
	text-align: right;
}

/* =FORMS */
.form th {
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
.formRequired {
	color: red;
	padding-left: 3px;
}
.xFormErrorLabel,
.xFormErrorList {
	color: red;
}
.xFormErrorLabel {
	float: left;
	padding-right: 3px;
}
.form textarea,
.form input,
.form select,
input.loginPageInputField,
input.inputField,
#authorizeNet input,
#authorizeNet select,
#authorizeNet textarea,
#crmPhoneForm input,
#crmPhoneForm select {
	border-color:#ADADAD #DDEDE2 #DDEDE2;
	border-style:solid;
	border-width:1px;
}
.inputLabel {
	width: 130px;
	display: block;
	float: left;
}
.form input,
.form select {
	width: 180px;
}
.form textarea,
textarea.orderNotes {
	width: 250px;
	height: 100px;
}

/* =MAIN STYLES PAGE */
p.stylesHeader {
	background-color:#698561;
	color:#FFFFFF !important;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
	padding:5px 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(105,133,97)),
		color-stop(1, rgb(136,158,129))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(105,133,97) 17%,
		rgb(136,158,129) 100%
	);
	-moz-box-shadow: 2px 2px 10px #BBBBBB;
	-webkit-box-shadow: 2px 2px 10px #BBBBBB;
	box-shadow: 2px 2px 10px #BBBBBB;
}
/* =TABLES */
.list td, .list th, .list8 td, .list8 th, .list9 td, .list9 th, .list11 td, .list11 th {
	padding: 5px;
}
.tableNote { /* note next to each table */
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

/* list */
.list {
	border: 1px solid #E6E5E3;
	width: 95%
}
.list .list-row0 td {
	background-color: #E6E5E3;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.45, rgb(217,216,214)),
		color-stop(0.92, rgb(230,229,227))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(217,216,214) 45%,
		rgb(230,229,227) 92%
	);

}
.list .list-row-pos0 td {
	background-color: #698561;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(105,133,97)),
		color-stop(1, rgb(136,158,129))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(105,133,97) 17%,
		rgb(136,158,129) 100%
	);
}
.list .list-col-pos0 {
	font-weight: bold;
}

/* list11 */
.list11 {
	width: 95%;
}
.list td {
	padding: 5px 10px;
}
.list11 td {
	padding: 5px 10px;
	border: 1px solid #E6E5E3;
}
.list11 .list-row-pos0 td {
	background-color: #698561;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(105,133,97)),
		color-stop(1, rgb(136,158,129))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(105,133,97) 17%,
		rgb(136,158,129) 100%
	);
}
.list11 .list-row-pos1 td {
	background-color: #E6E5E3;
	color: #081D03;
	font-weight: bold;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.45, rgb(217,216,214)),
		color-stop(0.92, rgb(230,229,227))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(217,216,214) 45%,
		rgb(230,229,227) 92%
	);
}

/* list 8 */
.list8 {
	width: 95%;
}
.list8 td {
	border: 1px solid #E6E5E3;
	padding: 5px 10px;
}
.list8 .list-row-pos0 td {
	background-color: #698561;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(105,133,97)),
		color-stop(1, rgb(136,158,129))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(105,133,97) 17%,
		rgb(136,158,129) 100%
	);
}
.list8 .list-row-pos1 td {
	font-weight: bold;
}
.list8 .list-col-0 {
		background-color: #E6E5E3;
		background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.45, rgb(217,216,214)),
		color-stop(0.84, rgb(230,229,227))
);
	background: -moz-linear-gradient(
		left center,
		rgb(217,216,214) 45%,
		rgb(230,229,227) 84%
);

}


.list9 .list-row-pos0 td {
	line-height:17px;
}
.list9 td {
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
.list9 td.list-col-pos3 {
	border-right:1px solid #CCCCCC;
}
.list9 tr.list-row0 {
	background-color: #fff;
}
.list9 tr.list-row-pos0 {
	background-color: #e6e5e3;
}
div#text .stylesBorder li {
	margin-left: 0;
}
div#text .stylesBorder {
	letter-spacing: 0.1pt;
	line-height: 1.6em;
}

/* =MY ACCOUNT PAGES */

/* hide shipping notes */
#shippingNotes {display: none;}

/* login */
.loginPageTitle {
	text-align: right;
	padding-right: 5px;
}
.loginPageCheckbox {
	vertical-align: middle;
	margin-left: 5px;
}
.crmAccountInfo {
	width: 300px;
}
.crmAccountInfo input {
	background-color:#FFFFFF;
	border-color: #ADADAD #DDEDE2 #DDEDE2;
	border-style:solid;
	border-width:1px;
	color:#1C4710;
	font-weight:normal;
	cursor: text;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.22, rgb(255,255,25)),
		color-stop(0.88, rgb(255,255,255))
	);
	background: -moz-linear-gradient(
		center bottom,	
		rgb(255,255,255) 22%,
		rgb(255,255,255) 88%

	);
	text-transform: none;
}
.selectorButton {
	margin-top: 10px;
}
.selectorButton button {
	margin-right: 10px;
}
.myAccountBlockHeader {
	font-weight: bold;
	font-size: 13px;
}
.myAccountBlockHeader td {
	padding-top: 20px;
}
.myAccountBlockBlock td {
	background-color: #eee;
}
.myAccountBlockBlock .notice {font-weight: bold;}

/* =ORDERS */
.orderList th, 
.orderList td {
	border: 1px solid #748390;
	padding: 5px 10px;
}
.orderList th {
	background-color: #748390;
	background: -webkit-gradient(    linear,    left bottom,    left top,    color-stop(0.18, rgb(95,113,128)),    color-stop(0.59, rgb(116,131,144)));
	background: -moz-linear-gradient(    center bottom,    rgb(95,113,128) 18%,    rgb(116,131,144) 59%);
	color: #fff;
	font-weight: bold;
}
.orderList td#pay {
	border-left: 0 none;
}
.orderList #pay,
.orderList #paid,
.orderList #balance,
.orderList #number {
	display: none;
}
/* ------------------------------------------- =E-COMMERCE ------------------------------------------------------- */

/* path */
.ecsCatPathItem {
	padding-right: 5px;
	font-weight: bold;
	font-size: 10px;
}
.pathSep {
	background-image: url(/data/Image/Templates/ecsSep.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	width: 11px;
	_width: 0px;
	height: 6px;
	padding-left: 10px;
	padding-right: 8px;
	_zoom: 1;
}

/* Main Categories - e-commerce */
.ecsNavCat1 a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 12px;
	display: block;
	width: 145px;
}
.ecsNavCat1 a:hover {
	text-decoration: underline;
}

/* the 1st level of categories */
.ecsNavCat1 {
	float: left;
	text-align: center;
}

.ecsNavCat1 a#ecsCat562037491 span,
.ecsNavCat1 a#ecsCat562037497 span,
.ecsNavCat1 a#ecsCat562037499 span,
.ecsNavCat1 a#ecsCat562037494 span,
.ecsNavCat1 a#ecsCat562037500 span,
.ecsNavCat1 a#ecsCat562037492 span,
.ecsNavCat1 a#ecsCat562037493 span,
.ecsNavCat1 a#ecsCat562037498 span,
.ecsNavCat1 a#ecsCat562037496 span,
.ecsNavCat1 a#ecsCat562036741 span,
.ecsNavCat1 a#ecsCat562037495 span,
.ecsNavCat1 a#ecsCat562036893 span,
.ecsNavCat1 a#ecsCat562037503 span,
.ecsNavCat1 a#ecsCat562037551 span,
.ecsNavCat1 a#ecsCat562037722 span {
	display: block;
	font-size: 9px;
	padding-top: 90px;
	text-transform: capitalize;
}
.ecsNavCat1 a#ecsCat562037491,
.ecsNavCat1 a#ecsCat562037497,
.ecsNavCat1 a#ecsCat562037499,
.ecsNavCat1 a#ecsCat562037494,
.ecsNavCat1 a#ecsCat562037500,
.ecsNavCat1 a#ecsCat562037492,
.ecsNavCat1 a#ecsCat562037493,
.ecsNavCat1 a#ecsCat562037498,
.ecsNavCat1 a#ecsCat562037496,
.ecsNavCat1 a#ecsCat562036741,
.ecsNavCat1 a#ecsCat562037495,
.ecsNavCat1 a#ecsCat562036893,
.ecsNavCat1 a#ecsCat562037503,
.ecsNavCat1 a#ecsCat562037551,
.ecsNavCat1 a#ecsCat562037722 {
	background-repeat: no-repeat;
	background-position: 45px 0px;
	display: block;
	width: 180px;
	height: 160px;
}

.ecsNavCat1 a#ecsCat562037491 {	background-image: url(/data/Image/Templates/Ecs/sterlingSilver925.jpg);}
.ecsNavCat1 a#ecsCat562037497 {	background-image: url(/data/Image/Templates/Ecs/1410ktGold.jpg);}
.ecsNavCat1 a#ecsCat562037499 {	background-image: url(/data/Image/Templates/Ecs/baseMetalPlated.jpg);}
.ecsNavCat1 a#ecsCat562037494 {	background-image: url(/data/Image/Templates/Ecs/baseMetalRaw.jpg);}
.ecsNavCat1 a#ecsCat562037500 {	background-image: url(/data/Image/Templates/Ecs/beadTechTools.jpg);}
.ecsNavCat1 a#ecsCat562037492 {	background-image: url(/data/Image/Templates/Ecs/crystallizedSwarovski.jpg);}
.ecsNavCat1 a#ecsCat562037493, 
.ecsNavCat1 a#ecsCat562036893 {	background-image: url(/data/Image/Templates/Ecs/genuineCopper.jpg);}
.ecsNavCat1 a#ecsCat562037498 {	background-image: url(/data/Image/Templates/Ecs/goldFilled.jpg);}
.ecsNavCat1 a#ecsCat562037496 {	background-image: url(/data/Image/Templates/Ecs/pewter.jpg);}
.ecsNavCat1 a#ecsCat562037495 {	background-image: url(/data/Image/Templates/Ecs/softFlex.jpg);}
.ecsNavCat1 a#ecsCat562037503 {	background-image: url(/data/Image/Templates/Ecs/antiqueBrass.jpg);}
.ecsNavCat1 a#ecsCat562037551 {	background-image: url(/data/Image/Templates/Ecs/stretchMagic.jpg);}
.ecsNavCat1 a#ecsCat562037722 {	background-image: url(/data/Image/Templates/Ecs/leather.jpg);}


.ecsNavCat1 a#ecsCat562037663 {display: none;}
/* the 2nd and plus levels of categories */
.ecsNavCat2 {
	text-align: left;
	font-weight: bold;
	float: left;
	width: 150px;
	height: 200px;
	margin-right: 30px;
}
.ecsNavCat2 a {
	text-decoration: none;
}
.ecsNavCat2 a:hover {
	text-decoration: underline;
}
.ecsNavCat2 div img {
	width: 150px;
}

/* =CATEGORY DESIGN =E-COMMERCE*/
.ecsCatNew {
	position:absolute;
	top: 0px;
	left: 0px; 
	font-weight: bold; 
	color: #ca0a0e;
	text-transform: uppercase;
}
.ecsNavCat2 {position: relative;}
.catOnSale {
	position:absolute;
	top: 5px;
	left: 5px; 
	font-weight: bold; 
	color: #ca0a0e;
	text-transform: uppercase;
}
table.ecProductsList {}
td.ecProduct {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 20%;
}

td.ecProduct .ecsItem {
	position: relative;
}
td.ecProduct .ecsImg {
	padding-top: 20px;
}

.ecsCatDesc .ecsProdID {
	font-weight: bold;
	display: block;
}

/* =ITEM PAGE =E-COMMERCE */
.page15 .itemCartOptions div#ecs-product-nonpromo-price {
	margin-bottom: 10px;
}
.page15 .ecs-nonpromo-price-title {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 5px;
}
.page15 .ecs-non-promo-price-value {
	padding-left: 3px;
	text-decoration: line-through;
}
.page15 .ecsProductNew {
	padding-bottom: 0px; 
	padding-top: 0; 
	color: #ca0a0e;
	text-transform: uppercase;
	font-weight: bold;
        font-size: 18px;
        color: #EAB475;
}
.page15 .itemTable .photo img {
	border: 1px solid;
	display: block;
	margin-top: 5px;
}
.page15 .itemTable h1 {
	font-size: 14px;
	padding-left: 5px;
}
.page15 p {
	padding-left: 5px;
}
.page15 .pageTitle {
	display: none;
}
.itemCartOptions div {
	margin-bottom: 15px;
}
.itemCartOptions div.itemCartPrice {
	margin-top: 5px;
	margin-bottom: 5px;
}
.itemCartOptions .extraNotes {
	padding: 0; margin: 0;
	padding-left: 5px;
	margin-bottom: 5px;
}
.itemCartOptions div.itemCartQty .itemCartPackaging {
	margin-left: 0px;
	margin-top: 10px;
}
.itemCartOptions .itemCartTitle {
	font-weight: bold;
	margin-left: 5px;
}
.itemCartQty .soldIn {
	padding: 0; margin: 0;
	margin-left: 5px;
	display: block;
}
.ecsCartTitle .soldIn .extraNotes {
	padding-top: 5px;
}	
.itemCartQty .soldIn p {
	padding: 0; margin: 0;
}
.viewCartButton {
	margin-left: 5px;
}
.itemCartOptions .itemCartPackaging select {
	margin-top: 3px;
	margin-left: 5px;
}
.itemCartOptions .itemCartQty input {
	margin-top: 3px;
}
.itemCartOptions .loggedOutMessage {
	margin-left: 5px;
}
.ecsCartTitle {
	font-size: 14px;
}
.ecsCartTitle1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.ecsCartTitle .groupID {
	font-weight: bold;
	margin-top: 10px;
}

.itemPageError div {
	background-color:white;
	border:1px solid red;
	color:red;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	padding:8px;
	text-align:center;
	text-transform:uppercase;
	width:705px;
}

/* =SHOPPING CART =E-COMMERCE */
.oldPrice {text-decoration: line-through;}
#page13 #cartCollapseBlock h1 {display: none;}
.cartOneItem .ecsCartImage img {
	display: block;
	border: 0 none !important;
	background-image: url(/data/Image/Templates/placeHolderBasket.png);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
}
.promotion-code-input {
	margin-top: 10px;
	position: absolute;
	z-index: 1000;
}
.promotion-code-input input {}
.promotion-code-input span {
	margin-right: 7px;
	vertical-align: top;
	font-weight: bold;
}
.totalBox .cartTotal, #cartCollapseBlock .ecsCart thead td {
	background-color:#748390;
	background: -webkit-gradient(    linear,    left bottom,    left top,    color-stop(0.18, rgb(95,113,128)),    color-stop(0.59, rgb(116,131,144)));
	background: -moz-linear-gradient(    center bottom,    rgb(95,113,128) 18%,    rgb(116,131,144) 59%);
	border-collapse:separate;
	border-right:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
}
#cartCollapseBlock .ecsCart tbody td {
	padding-bottom:10px;
	padding-left:5px;
	padding-top:10px;
}
.cartTotal {
	text-align: right;
	padding-right: 10px;
}
.cartButtons {
	position: relative;
	margin-top: 10px;
	z-index: 900;
}
.cartButtonOthers {
	padding-left: 356px;
}
.cartButtonOthers input {
	width: 120px;
}
.cartButtonEmpty {
	position: absolute;
	top: 0px;
	left: 487px;
	_left: 130px;
}
.cartButtonEmpty input {
	width: 73px;
}
.cartButtonCheckout {
	position: absolute;
	right: 0px;
	top: 0px;
	_margin-right: 10px;
}
.cartButtonCheckout input {
	width: 80px;
}
.cartButtonCheckout input.ecsCheckoutButton {
	width: 70px;
}
.cartButtonCheckout input {
	margin-left: 10px;
}

/* =CHECK OUT */
.checkoutModule #signup,
.checkoutModule #login {
	width: 330px;
	margin-left: 20px;
}
.formFieldTitleTd {
	text-align: right;
	padding-right: 5px;
}
.checkoutHeader {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
}
.checkoutSignupSubmit input {
	margin-left: 139px;
}
.checkoutLoginSubmit input {
	margin-left: 85px;
}

/* Specify Your Shipping Address Page */
.checkoutRadioText {
	margin-bottom: 5px;
}
.checkoutSkipBilling {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.checkoutSkipBilling .checkoutRadioInput input {
	float: left;
	margin-right: 4px;
	margin-top: 2px;
}
.crmABSelect .crmLocationName #addNewLocation {
	margin-right: 5px;
}

/* Specify your Shipping method Page */
#payByPO {display: none;}
.checkoutPricingOverviewhorisontal {
	width: 500px;
}
.checkoutPricingOverviewhorisontal th,
.checkoutPricingOverviewhorisontal td {
	padding: 5px;
	border: 1px solid #748390;
}
.checkoutPricingOverviewhorisontal th {
	background-color: #748390;
	background: -webkit-gradient(    linear,    left bottom,    left top,    color-stop(0.18, rgb(95,113,128)),    color-stop(0.59, rgb(116,131,144)));
	background: -moz-linear-gradient(    center bottom,    rgb(95,113,128) 18%,    rgb(116,131,144) 59%);
	color: #fff;
	font-weight: bold;
}
.checkoutPricingOverviewhorisontal th,
.checkoutPricingOverviewhorisontal td {display: none;} /* client's request */

.checkoutPricingOverviewhorisontal th.total,
.checkoutPricingOverviewhorisontal td#cpoTotal {display: block;}

.checkoutPricingOverviewhorisontal .total {
	font-weight: bold;
}
.checkoutModuleSeparator {
	height: 20px;
}
.checkoutError .error {
	color: red;
	font-weight: bold;
}
.checkoutPaymentCond {
	margin-top: 15px;
	margin-bottom: 15px;
}
.checkoutPaymentCond td {
	background-color: #748390;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	background: -webkit-gradient(    linear,    left bottom,    left top,    color-stop(0.18, rgb(95,113,128)),    color-stop(0.59, rgb(116,131,144)));
	background: -moz-linear-gradient(    center bottom,    rgb(95,113,128) 18%,    rgb(116,131,144) 59%);
}

/* Review & Submit Your Order */
.checkoutNotice,
.bottomConfirm .checkoutText,
.topConfirm .checkoutText {
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.checkoutConfirm .checkoutBlocks .checkoutBlock {
	width: 300px;
}
.checkoutConfirm .checkoutBlocks .checkoutBlock .checkoutBlockHeader {
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.checkoutConfirm .checkoutBlocks .checkoutBlock .checkoutHeaderSmall {
	font-weight: bold;
	padding-top: 5px;
}
.checkoutConfirm .checkoutBlocks .checkoutBlock table.ecsCart {
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkoutConfirm .checkoutBlocks .checkoutBlock table.ecsCart td,
.checkoutConfirm .checkoutBlocks .checkoutBlock table.ecsCart th {
	border: 1px solid #748390;
	padding: 5px 10px;
}
.checkoutConfirm .checkoutBlocks .checkoutBlock table.ecsCart th {
	background-color: #748390;
	color: #fff;
	font-weight: bold;
	background: -webkit-gradient(    linear,    left bottom,    left top,    color-stop(0.18, rgb(95,113,128)),    color-stop(0.59, rgb(116,131,144)));
	background: -moz-linear-gradient(    center bottom,    rgb(95,113,128) 18%,    rgb(116,131,144) 59%);
}
.checkoutConfirm .checkoutBlocks .checkoutBlock table.checkoutPricingOverview {

}
.checkoutConfirm .checkoutBlocks .checkoutBlock table.checkoutPricingOverview th {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.checkoutConfirm .checkoutBlocks .checkoutBlock table.checkoutPricingOverview td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.checkoutConfirm .checkoutBlocks .checkoutBlock table.checkoutPricingOverview td.total {
	font-weight: bold;
}
.payFailure .checkoutSubmit {
	padding-top: 10px;
}
.paymentFailure {
	color: red;
	font-weight: bold;
}
.checkoutPricingOverview tr#cpoShipRow,
.checkoutPricingOverview tr#cpoTaxRow {
	display: none;
}

.topConfirm {display: none;}
.checkout .checkoutBlocks .checkoutBlock .checkoutBlockContent .checkoutHeaderSmall .checkoutLink {padding-left: 3px;}
/* =E-COMMERCE =THANK YOU PAGE */
.checkoutText #ecsPaymentSelectorMethodForms .purchaseOrder {display: none;}
#thankyouSubMessage {
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	text-align:center;
}
textarea.orderNotes {
	width: 400px;
	margin-left: 1px;
	margin-top: 5px;
}
.checkoutOrderNotes {
	font-weight: bold;
	font-size: 12px;
	margin-left: 1px;
	margin-top: 10px;
}
.orderNotesBox {
	margin-left: 1px;
}
.checkout .checkoutBlocks .checkoutBlock {
	width: 300px;
}
.checkout .checkoutBlocks .checkoutBlock .checkoutBlockHeader {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
.checkout .checkoutBlocks .checkoutBlock .checkoutBlockContent .checkoutHeaderSmall {
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
}
.checkout .checkoutBlocks .checkoutBlock table.ecsCart {
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkout .checkoutBlocks .checkoutBlock table.ecsCart td,
.checkout .checkoutBlocks .checkoutBlock table.ecsCart th {
	border: 1px solid #748390;
	padding: 5px 10px;
}
.checkout .checkoutBlocks .checkoutBlock table.ecsCart th {
	background-color: #748390;
	color: #fff;
	font-weight: bold;
	background: -webkit-gradient(    linear,    left bottom,    left top,    color-stop(0.18, rgb(95,113,128)),    color-stop(0.59, rgb(116,131,144)));
	background: -moz-linear-gradient(    center bottom,    rgb(95,113,128) 18%,    rgb(116,131,144) 59%);
}
.checkout .checkoutBlocks .checkoutBlock table.checkoutPricingOverview {

}
.checkout .checkoutBlocks .checkoutBlock table.checkoutPricingOverview th {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.checkout .checkoutBlocks .checkoutBlock table.checkoutPricingOverview td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.checkout .checkoutBlocks .checkoutBlock table.checkoutPricingOverview td.total {
	font-weight: bold;
}
.checkout .checkoutBlocks {margin-top: 10px;}
/* ------------------------------------------- end e-commerce ------------------------------------------------------- */

/* =HOME PAGE */
.bodyHome .header {
	height: 540px;
}
.bodyHome .middleContainer {
	padding-top: 540px;
}

.bodyHome .flash {
	background-image: url(/data/Image/Template/homePageImage.png);
	background-repeat: no-repeat;
	width: 780px;
	height: 238px;
	position: absolute;
	top: 88px;
	left: 0px;
}
.bodyHome .flash .flashFile {
	padding-left: 10px;
}
.bodyHome .cartPanel {
	top: 334px;
	background-image: url(/data/Image/Template/cartPanelHome.png);
}
.bodyHome .mainNav {
	top: 388px;
	background-image: url(/data/Image/Template/mainNavHome.png);
	height: 153px;
}
.bodyHome .mainNav a {
	height: 133px;
}
.bodyHome .mainNav ul {
	margin-top: 12px;
}
.bodyHome .middleContainerMiddle {
	background-image: url(/data/Image/Template/homeContentBgMiddle.png);
	padding-bottom: 0px;
}
.bodyHome .middleContainerBottom {
	background-image: url(/data/Image/Template/homeContentBgBottom.png);
	height: 19px;
}
.bodyHome .content {
	margin: 0; padding: 0;
	background-image: none;
	min-height:15px;
	height: auto !important;
	height: 15px;
}

/* Home Login Form */
.bodyHome .loginBox {
	padding-top: 15px;
	padding-left: 12px;
}
.bodyHome .loginBox .loginButton input {
	background: -webkit-gradient(    linear,    left bottom,    left top,    color-stop(0.18, rgb(255,255,255)),    color-stop(0.42, rgb(6,6,48)));
	background: -moz-linear-gradient(    center bottom,    rgb(255,255,255) 18%,    rgb(255,255,255) 42%);
}
.bodyHome .loginBox .loginUser,
.bodyHome .loginBox .loginPass {
	margin-bottom: 7px;
}
.bodyHome .loginBox .loginUser div,
.bodyHome .loginBox .loginPass div {
	color:#FFFFFF;
	float:left;
	font-weight:bold;
	padding-right:5px;
	width: 70px;
	text-align: right;
}
.bodyHome .loginBox .loginUser input,
.bodyHome .loginBox .loginPass input {
	border: 0 none;
	font-size: 11px;
}
.bodyHome .loginBox .loginButton input {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	float: left;
	border: 0 none;
	padding: 1px;
	margin-right: 10px;
}
.bodyHome .loginBox .loginLost a {
	color: #fff;
	font-weight: bold;
	float: left;
	text-decoration: none;
}
.bodyHome .loginBox .loginLost a:hover {
	text-decoration: underline;
}

/* home page bottom navigation */
.bodyHome .homeBottomNav {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bodyHome .homeBottomNav ul {
	margin: 0; padding: 0;
	list-style-type: none;
	position: absolute;
	right: 12px;
}
.bodyHome .homeBottomNav li {
	margin: 0; padding: 0;
	display: block;
	float: left;
}
.bodyHome .homeBottomNav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
}

/* =TOP BREADCRUMBS */
.topBreadcrumbs {
	margin-bottom: 10px;
}
/* =CONTENT BOXES =HOME PAGE */
.bodyHome .contentBoxes {
	margin-top: 15px;
}
.bodyHome .contentBox {
	float: left;
	width: 260px;
}
.bodyHome .contentBoxIn {
	background-image: url(/data/Image/Template/homeContentBoxTop.jpg);
	background-repeat: repeat-x;
	color: #334550;
	background-color: #fff;
	border: 1px solid #000;
	height: 130px;
	width: 237px;
	margin-left: 10px;
}
.bodyHome .contentBox .contentBoxInIn {
	padding-left: 10px;
	padding-right: 10px;
	overflow-y: scroll;
	height: 103px;
	font-weight: bold;
}
.bodyHome .contentBox h3 {
	display: block;
	height: 22px;
	padding-left: 10px;
}
.bodyHome .contentBox .productList {
	display: block;
	border-bottom: 1px dashed;
	padding-top: 3px;
	padding-bottom: 3px;
}

span.shipPrice {
	display:none;
}

/* =SEARCH RESULTS */
.ftsResults .slides {
	padding-bottom: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
}
.ftsResults .slides .pages {
	float: left;
	padding-right: 20px;
}
.ftsResults .slides .current,
.ftsResults .slides a {
	display: block;
	text-decoration: none;
	border: 1px solid;
	padding: 2px 5px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ftsResults .slides .current {
	font-weight: bold;
	border: 2px solid;
	padding-top: 1px;
}
.ftsResults .slides a {}
.ftsResults .slides .extend {}


.ftsResultRows {
	clear: both;
}
.ftsResultRows .ftsRow {
	padding-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.ftsResultRows .ftsRow {}
.ftsResultRows .ftsRow #rowNum {}
.ftsResultRows .ftsRow #title {
	font-weight: bold;
}
.ftsResultRows .ftsRow #relevance {
	display: none;
}
.ftsResultRows .ftsRow #text {
	display: none;
}
.ftsResultRows .ftsRow #text .ftsTerm {
	font-weight: bold;
}
.ftsResultRows .ftsRow #url {
	font-weight: bold;
	display: none;
}
.ftsResultRows .ftsRow #date {
	display: none;
}

/* =OTHER */
.dCopyright a {
	background-image: url(../data/i/dCopyright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 780px;
	height: 21px;
	margin-top: 7px;
	display: block;
	
}
.ecsUnavailable {
	color:red;
	font-weight:bold;
	padding-left:5px;
}

/* =LEATHER OPTIONS */
.leatherTable .itemCartTitle {
	display: block;
	margin-top: 7px;
}
.leatherTable .ItemCartTitlePrice {
	float: left;
}
.leatherTable .unitOfMeasureD,
.leatherTable .priceBox {
	display: block; 
	float: left; 
	margin-top: 7px;
	padding-left: 5px;
}
span.sizeSelector,
span.lengthSelector {
	display: block;
	padding-left: 5px;
	padding-top: 2px;
}
.leatherTable .itemCartQty .itemCartTitle {display: inline;}/* -------------------------------- default -------------------------------- */
/* 
STANDARD CSS

Help
----
Path to the document's folder: /data/
Path to the design's data folder*: /styles/foreign-source-2/data/

Example how to link images:
File in the user's DATA folder:
  background-image: url("/data/Images/wysiwyg-uploaded-image.jpg");
File in the Design DATA folder (in /styles/foreign-source-2/data/) - prefered way is to use path relative to this CSS:
  background-image: url("../data/template.jpg");

To upload your files use the WebDAV interface.

*/

/* -------------------------------- MEDIA FILES -------------------------------- */
@media print {
/* File: print.css */
.content {
	color: #000 !important;
}
input {
	background-color: none !important;
}
.headerToTop,
.footer,
.subSidebar,
.bottomSitemap,
.topBreadcrumbs {
	display: none;
}
.middleContainer {
	padding-top: 0px !important;
	float: left;
}
.printLogo {
	display: block;
}
.mainSidebar {
	width: 100% !important;
	text-align: justify;
}
}
@media handheld {
/* File: handheld.css */

}
@media projection {
/* File: projector.css */

}
@media tv {
/* File: tv.css */

}
/* -------------------------------- MEDIA FILES -------------------------------- */
@media print {
/* File: print.css */

}
@media handheld {
/* File: handheld.css */

}
@media projection {
/* File: projector.css */

}
@media tv {
/* File: tv.css */

}
/* BROWSER FLAGS: default */