/* CSS Document */

table.stanShop {
	width: 100%;
	font-size: 90%;
	line-height: 100%;
	border-right: 1px solid #8cc674;
	border-bottom: 1px solid #8cc674;
}

table.stanShop th {
	padding: 4px;
	text-align: left;
	vertical-align: top;	
	border-left: 1px solid #8cc674;
	border-top: 1px solid #8cc674;
	background-color: #a9d497;
}

table.stanShop td {
	padding: 8px 4px;
	vertical-align: top;
	border-left: 1px solid #8cc674;
	border-top: 1px solid #8cc674;
}

table.stanShop tr.subTotal th, table.stanShop tr.total th {
	text-align: right;	
	padding: 8px 4px;
	background-color: #d0e4a6;
}

table.stanShop tr.subTotal td, table.stanShop tr.total td {
	font-weight: bold;
	background-color: #d0e4a6;
}

table.stanShop tr.coupon td {
	background-color: #e7f1d2;
	vertical-align: middle;
	text-align: right;
}

/* ------------- */


table.listTable {
	width: 510px;
}

table.listTable td {
	vertical-align: top;
	border-bottom: 1px dashed #c1b5a8;
	padding: 10px 0;
}

table.listTable td.listImg {
	width: 80px;
}

table.listTable td.listImg img {
	border: 1px solid #5a544c;
}

table.listTable td.listDesc {
	width: 270px;
}
table.listTable td.listDesc h4 {
	font-size: 110%;
	margin: 2px 0;
	padding: 0;
}

table.listTable td.listDesc h4 a {
	text-decoration: none;
	color: #189cb1;
}

table.listTable td.listDesc p {
	margin: 0;
	padding: 0;
}



table.listTable td.listDesc2 {
	width: 430px;
}
table.listTable td.listDesc2 h4 {
	font-size: 110%;
	margin: 2px 0;
	padding: 0;
}

table.listTable td.listDesc2 h4 a {
	text-decoration: none;
	color: #189cb1;
}

table.listTable td.listDesc2 p {
	margin: 0;
	padding: 0;
}



table.listTable td.listPrice {
	width: 90px;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}

table.listTable td.listAdd {
	width: 70px;
}

table.listTable td.listAdd form {
	margin: 0;
	padding: 0;
}

table.listTable td.listAdd form input {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

table.listTable td.listAdd form input.inpPrice {
	border: 1px solid #c1b5a8;
	margin: 0 2px;
	color: #4c2c06;
	padding: 2px;
}

table.listTable td.listAdd form input.inpAdd {
	border: 1px solid #4c2c06;
	text-transform: uppercase;
	background-color: #c1b5a8;
	color: #4c2c06;
	width: 40px;
	padding: 1px;
}

/**/

table.giftReminder {
	width: 510px;	
}

table.giftReminder th {
	border-bottom: 1px dashed #c1b5a8;
	padding: 10px 2px;
	text-align: left;
}

table.giftReminder td {
	vertical-align: top;
	border-bottom: 1px dashed #c1b5a8;
	padding: 10px 2px;
}

/**/

table.basket {
	/*width: 510px;*/
}

table.basket th {
	padding: 10px 5px;
	text-align: left;
}

table.basket td {
	border-top: 1px dashed #c1b5a8;
	padding: 10px 5px;	
	border-bottom: none;
}

table.basket tr.lineRem td {
	border-top: none;
	padding: 0 5px 10px 5px;	
}

table.basket td.price {
	width: 60px;
	padding-right: 15px;
	text-align: right;
}

table.basket tr.subTotal td {
	xbackground-color: #ece8e4;
	font-size: 100%;
	font-weight: bold;
}

table.basket tr.total td {
	xbackground-color: #ece8e4;
	font-size: 120%;
	font-weight: bold;
	xborder-bottom: 1px dashed #c1b5a8;
}

table.basket td input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 25px;
}

table.basket tr.shipBrk td {
	border-bottom: 1px solid #c1b5a8;
}

table.basket tr.shipBrk td.shipName {
	border-right: 1px dashed #c1b5a8;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 12px;
}

table.basket tr.shipBrk td {
	padding-left: 0;
	padding-right: 0;
}

table.basket tr.shipBrk td table tr td {
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
}

table.basketAdd {
	width: 510px;
}

table.basketAdd th {
	border-top: 1px dashed #c1b5a8;
	padding: 10px 5px;
	text-align: left;
}

table.basketAdd td {
	border-top: 1px dashed #c1b5a8;
	padding: 10px 5px;
}
/**/

table.orderHistory {
	width: 510px;	
}

table.orderHistory th {
	border-bottom: 1px dashed #c1b5a8;
	padding: 10px 2px;
	text-align: left;
}

table.orderHistory td {
	vertical-align: top;
	border-bottom: 1px dashed #c1b5a8;
	padding: 10px 2px;
}

/**/

table.searchRes {
	width: 100%;	
}

table.searchRes th {
	border-bottom: 1px solid #BBCD95;
	padding: 10px 2px;
	text-align: left;
}

table.searchRes td {
	vertical-align: top;
	border-bottom: 1px solid #BBCD95;
	padding: 10px 2px;
}

table.searchRes td a {
	font-weight: bold;
}

table.searchRes td.listPrice {
	width: 90px;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}

table.searchRes td textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/**/

table.shipping {
	width: 510px;
}

table.shipping th {
	border-bottom: 1px dashed #c1b5a8;
	padding: 10px 2px;
	text-align: left;
}

table.shipping td {
	vertical-align: top;
	border-bottom: 1px dashed #c1b5a8;
	padding: 10px 2px;
}

table.shipping td.subTable {
	vertical-align: top;
	border-bottom: 1px dashed #c1b5a8;
	border-left: 1px dashed #c1b5a8;
	padding: 0;
}

table.shipping td table tr td {
	vertical-align: top;
	border-bottom: none;
	padding: 10px 2px;
}

/**/

table.orderCon {
	width: 100%;
}

table.orderCon th {
	padding: 10px 5px;
	text-align: left;
}

table.orderCon td {
	border-top: 1px dashed #c1b5a8;
	padding: 10px 5px;	
	border-bottom: none;
}

table.orderCon tr.lineRem td {
	border-top: none;
	padding: 0 5px 10px 5px;	
}

table.orderCon td.price {
	width: 60px;
	padding-right: 15px;
	text-align: right;
}

table.orderCon tr.subTotal td {
	background-color: #ece8e4;
	font-size: 110%;
	font-weight: bold;
}

table.orderCon tr.total td {
	background-color: #ece8e4;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px dashed #c1b5a8;
}

table.orderCon td input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 25px;
}

table.orderCon tr.shipBrk td {
	border-bottom: 1px solid #c1b5a8;
}

table.orderCon tr.shipBrk td.shipName {
	border-right: 1px dashed #c1b5a8;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 12px;
}

table.orderCon tr.shipBrk td {
	padding-left: 0;
	padding-right: 0;
}

table.orderCon tr.shipBrk td table tr td {
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
}