/*
Description: Easy Ink
Author: SimpleFlame
*/	

/* ---- Catalog - Global ---- */
.shop-main .breadcrumbs {
}
td.cartSummaryItem {
}
table.catalogueTable {

}
.shop-main {
}
.shop-main .header {
}

/* ---- Catalog - small view ---- */
table.productTable td {
}
.shop-product-small,
.shop-product-small .image,
.shop-product-small .details {
height: 254px;
}
.shop-product-small {
border: 1px solid #b3dbf2;
width:596px;
margin-bottom: 9px;
}
.shop-product-small .image {
width: 255px;
text-align: center;
border-right: 1px solid #b3dbf2;
background: #fff;
vertical-align:middle;
}
.shop-product-small .image img {
}
.shop-product-small .details {
	background: #eaf5fb;
	width: 340px;
}
.shop-product-small .details ul {
	padding: 20px;
}
.shop-product-small li {
	padding-bottom: 12px;
}
.shop-product-small .price-retail,
.shop-product-small .price-sale,
.shop-product-small .quantity {
	font-size: 110%;
	padding-left: 25px;
}
.shop-product-small .price-retail strong {
	text-decoration: line-through;
}
.shop-product-small .quantity {
	overflow: auto;
}
.shop-product-small .quantity input {
	width: 30px;
	height: 18px;
	padding: 8px 4px;
	float: left;
}
.shop-product-small .quantity img {
	display: block;
	float: left;
	padding-left: 9px;
}
.shop-product-small .quantity img:hover {
	cursor: pointer;
}
.shop-product-small span.text {
	display: block;
	float: left;
	padding: 10px 10px 0 0;
}
.shop-product-small .favorites {
	text-indent: 89px;	
	padding-bottom: 0;
}
.shop-product-small .code {
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 8px;
}
.shop-product-small .name {
	font-size: 110%;
	padding-bottom: 17px;
}

/* ---- Catalog - large view ---- */
.shop-product-large {
	background: none;
	border: 0;
	color: inherit;
	margin: 0;
	min-width: o;
	overflow: visible;
}
.shop-product-large ul {
	margin:0;
	padding:0;
}
.shop-product-large .details h1 {
	font-size: 210%;
	letter-spacing: 4px;
	padding-bottom: 30px;
	color: #48182c;
}
.shop-product-large .details h1.name {
	display: none;
}
.shop-product-large .details h2 {
	padding-bottom: 15px;
}
.shop-product-large .details {
}
.shop-product-large .image {
}
.shop-product-large .image .poplets {
	display: none;
}
.shop-product-large li.instock {
	display: none;
}
.shop-product-small li,
.shop-product-large li {
}
.shop-product-small li strong,
.shop-product-large li strong {
}

/* ---- Forms - Global ---- */
.webForm {
	}	
.webForm ul {
	overflow:auto;
	clear:both;
	padding-bottom: 10px;
	}
.webForm li {
	float: left;
	}
.webForm label {
	display: block;
	}
.webForm .small {
	width:100px;
	}
.webForm .medium {
	width:200px;
	}
.webForm .large {
	width:400px;
	}

.webForm input,
.webForm textarea,
.webForm img {
	display: block;
	height: auto;
}
.webForm .small input,
.webForm .small select,
.webForm .small textarea {
	width: 90px;
}
.webForm .medium input,
.webForm .medium select,
.webForm .medium textarea {
	width: 190px;
}
.webForm .large input,
.webForm .large select,
.webForm .large textarea {
	width: 390px;
}
.webForm .cat_textbox, 
.webForm .cat_listbox {
	border:1px solid #cccccc;
}
.webForm .cat_checkbox {
	display: inline !important;
	width: auto !important;
}
.webForm .captcha img {
	padding-right: 10px;
	float: left;
	}
.webForm .captcha input {
	float: left;
	}
.webForm ul.req {
	background: url(/images/temp/global/asterix.jpg) right 5px no-repeat;
	}

/* Custom */

.webForm.home_signup {
	padding-top: 15px;
	}
.webForm.home_signup ul {
	width: 265px; 
	}
.webForm.home_signup .title {
	width: 40px;
	}
.webForm.home_signup .title select {
	width: 30px;
	}
.webForm.home_signup .first-name {
	width: 70px;
	}
.webForm.home_signup .first-name input {
	width: 60px;
	}
.webForm.home_signup .last-name {
	width: 80px;
	}
.webForm.home_signup .last-name input {
	width: 70px;
	}
.webForm.home_signup label {
	width: 80px;
	text-align: right;
	padding: 2px 7px 0 0;
	font-size: 150%;
	}
.webForm.home_signup .medium {
	width: 162px;
	}
.webForm.home_signup .captchaimg {
	float: left;
	}
.webForm.home_signup .medium input {
	width: 150px;
	padding: 5px;
	}
.webForm.home_signup .captcha img {
	width: 100px;
	}
.webForm.home_signup .captcha input {
	width: 40px;
	}
#CaptchaHV2 {
	display: none;
	}
.webForm.support_request {
	padding-top: 20px;
	}
.webForm.v2 ul {
	width: 360px;
	}
.webForm.v2 label {
	width: 80px;
	text-align: right;
	padding: 4px 10px 0 0;
	font-size: 140%;
	}
.webForm.v2 .title {
	width: 55px;
	display: none;
	}
.webForm.v2 .title select {
	width: 45px;
	}
.webForm.v2 .first-name input {
	}
.webForm.v2 .medium {
	width: 260px;
	}
.webForm.v2 .medium input,
.webForm.v2 .medium textarea {
	width: 240px;
	padding: 5px;
	}
.webForm.v2 .file_attachment {
	width: 220px;
	padding: 15px;
	border: 1px solid #b3dbf2;
	background: #eaf5fb;
	}
.webForm.v2 .file_attachment input {
	width: 220px;
	}
.webForm.v2 .file_attachment h3 {
	font-size: 110%;
	font-style: italic;
	padding-bottom: 10px;
	}
.webForm.v2 .fax {
	font-size: 140%;
	}
.webForm.v2 .captcha p.small {
	width: auto;
	padding: 7px 0; 
	}
.webForm.v2 .captcha img {
	width: 120px;
	}
.webForm.v2 .captcha input {
	width: 110px;
	}
.webForm.checkout h2 {
	margin-left: -69px;
	display: inline;
	padding-right: 17px;
	font-style: normal;
	font-size: 130%;
	font-weight: bold;
	}
.webForm.checkout select {
	margin-top: 3px;
	}
.webForm.checkout img.req {
	padding-right: 6px;
	display: inline;
	}
.webForm.checkout .sec {
	padding: 25px 0 0 69px;
	position: relative;
	}
.webForm.checkout .sec h3 {
	position: absolute;
	font-weight: normal;
	top: 76px;
	left: 3px;
	}
.webForm.checkout label {
	white-space:nowrap;
	}
.webForm.checkout .sec ul li{
	padding-left: 24px;
	}
.webForm.checkout .sec li.req {
	background: url(/images/temp/catalog/req_dot.jpg) 12px 21px no-repeat;
	}
.webForm.checkout .sec li.req.a {
	background-position: 13px 38px;
	}
.webForm.checkout .sec li.a {
	width: 220px;
	padding-top: 17px;
	}
.webForm.checkout .sec li.a input {
	width: 208px;
	}
.webForm.checkout .sec li.b {
	width: 117px;
	}
.webForm.checkout .sec li.b input {
	width: 105px;
	}
.webForm.checkout .sec li.c {
	width: 80px;
	}
.webForm.checkout .sec li.c input {
	width: 68px;
	}
.webForm.checkout .sec li.d {
	padding-top: 10px;
	width:452px;
	}
.webForm.checkout .sec li.d label {
	font-size: 130%;
	position: absolute ;
	left: 3px; 
	top: 174px; 
	width: 454px;
	}
.webForm.checkout .sec li.d textarea {
	width: 380px;
	margin-left: 74px;
	height: 20px;
	}
.webForm.checkout li textarea,
/*.webForm.checkout li select, */
.webForm.checkout li input {
	padding: 5px;
	font-size: 120%;
	line-height: 12px;
	}
.webForm.checkout .sec.shipping li select,
.webForm.checkout .sec.billing li select {
	width: 100%;
	}
.webForm.checkout .sec input.checkbox {
	width:auto;
	display: inline;
	padding-right: 6px;
	}
.webForm.checkout #paymentdiv {
	padding-top: 20px;
	}
.webForm.checkout #paymentdiv h2 {
	margin: 0;
	}
.webForm.checkout #paymentdiv ul {
	padding-top: 8px;
	}
.webForm.checkout #paymentdiv li {
	clear: both;
	width: 437px;
	padding-top: 14px;
	}
.webForm.checkout #paymentdiv li.req {
	background: url(/images/temp/catalog/req_dot.jpg) 117px 25px no-repeat;
	}
.webForm.checkout #paymentdiv label {
	display: block;
	float: left;
	padding: 7px 24px 0 0;
	width: 105px;
	text-align: right;
	}
.webForm.checkout #paymentdiv li img {
	float: left
	}
.webForm.checkout #paymentdiv select {
	margin-right: 10px;
	}
.webForm.checkout #paymentdiv input {
	float: left
	}
.webForm.checkout #paymentdiv li.e select,
.webForm.checkout #paymentdiv li.e input {
	width: 220px;
	}
.webForm.checkout #paymentdiv li.f select,
.webForm.checkout #paymentdiv li.f input {
	width: 90px;
	}
.webForm.checkout #paymentdiv li.total {
	padding: 20px 0 0 75px;
	}
.webForm.checkout #paymentdiv li.total label,
.webForm.checkout #paymentdiv li.total input {
	color: #fff;
	background: #56c6f1;
	border: 0;
	font-size: 160%;
	height: 17px;
	font-weight: bold;
	padding: 6px;
	}
.webForm.checkout #paymentdiv li.total label{
	width: 72px;
	text-align: left;
	text-Transform: uppercase;
	}
.webForm.checkout #paymentdiv li.total input {
	text-align: right;
	}
.webForm.checkout .cat_button {
	margin: 4px 0 0 180px;
	}
.webForm.checkout #cc-fields { display: none; }
	
.webForm.pay-invoice {
	width: 420px;
	}
.webForm.pay-invoice li {
	padding: 0 15px 15px 0;
	}
.webForm.pay-invoice li.req {
	background: url(/images/temp/catalog/req_dot.jpg) right 10px no-repeat;
	}
.webForm.pay-invoice li.select label {
	padding-top: 0;
	}
.webForm.pay-invoice li select {
	width: 262px;
	}
.webForm.pay-invoice li.expiry select {
	width: 120px;
	margin-right:9px;
	}
.webForm.pay-invoice label {
	display: block;
	width: 130px;
	float: left;
	font-size: 140%;
	padding: 6px 7px 0 0;
	text-align: right;
	}
.webForm.pay-invoice textarea,
.webForm.pay-invoice input {
	float: left;
	width: 250px;
	padding: 5px;
	}
.webForm.pay-invoice input.cat_button {
	position: relative;
	left: 137px;
	top: -10px;
	width: auto;
	}
.webForm.pay-invoice p.required img {
	display: inline;
	padding-left: 137px;
	}

/* -- Buttons -- */
.cat_button {
	clear: both;
	height: auto;
	}
.cat_button.submit_info {
	width:184px;
	height:47px;
	}

/* Custom */
.webForm.home_signup .cat_button.submit_info {
	padding: 4px 0 0 75px;
	}
.webForm.v2 .cat_button {
	padding-left: 90px;
	}


/* ---- Forms - Global ---- */
.error {
	background: none;
	color: #D12F19;
	margin-bottom: 18px;
	}

/* ---- Forms - Mailing List ---- */
.secure-login, .newsletter-form {
	background: none;
	border: 0;
	margin-bottom: 0;
}
.newsletter-form div.form {
	padding-left: 0;
}

/*---- Shopping Cart ---*/
.shop-cart .breadcrumbs {
	display: none;
	margin:0 0 18px;
}
table.cart {
	background: none;
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	font-size:11px;
	width:100%;
}
tr.val td {
border-bottom:1px dotted #ccc;
}
table.cart th {
    border-bottom:0;
	background: none;
	color: #333;
	font-size:120%;
	font-weight:normal;
	text-align:left;
}
table.cart .total th,
table.cart .var th {
	color: #3399CC;
	font-weight: bold;
	border-bottom:1px dotted #ccc;
}
table.cart .total th{
	border-top:1px dotted #ccc;
	border-bottom:0;
}
table.cart .total {
	font-weight: bold;
}
table.cart .options, {
}
table.cart .shippingCountryDiv {
margin: -15px 0 0 70px;
width: 200px;
}
.shop-cart a.continue-shopping {
	display: block;
	margin: 15px 0;
	color: #333;
	font-weight: bold;
	font-size: 130%;
	width: 150px;
	
}

.shop-cart a.continue-shopping:hover {
		color: #3399CC;
}



/* ---- Blogs ---- */
.blog-post .post-body {
}
