/*** Cart ***/

.cart-add-submit {
	border: none;
	width: 100px;
	height: 29px;
	color: transparent;
	background: url("../../../images/add_to_cart.gif") no-repeat scroll 0% 0% transparent;
}

/** CATEGORY PAGE **/
.page-category-products {
	padding:20px 10px 10px 10px;
}
.page-category-products .page-heading {
	margin-right:20px;
	margin-bottom:20px;
}
.category-product {
	position:relative;
	float: left;
	margin: 0px 20px 20px 0px;
	font-size: .9em;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	color: rgb(106, 106, 106);
	text-align: center;
	border: 1px dashed rgb(112, 142, 74);
	width: 170px;
	height: 225px;
	overflow:hidden;
}
.category-row .category-product a {
	color:grey;
	text-decoration: none;
}
.category-row {
	height: 245px;
}
.category-product a:hover {
	color: rgb(106, 106, 106);
}
.product-name-box {
	height: 20px;
}
.product-name-box a {
	color: grey;
	text-decoration:none;
}
.product-img-box {
	position: relative;
	margin-top:40px;
	height:125px;
	overflow:hidden;
	text-align:center;
}
.product-img-box img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin:auto;
	min-height:50px
}
.product-name {
	color: rgb(106, 106, 106);
	position: relative;
	top: 5px;
	z-index:999;
}
.product-description {
	font-weight: normal;
	display:block;
	margin-top:3px;
}
.more-info {
	position: absolute;
	width:100%;
	bottom: 0;
	padding: 5px 0;
	background-color: rgb(221, 228, 208);
	text-align: center;
}
.more-info a {
	border-bottom: 1px dashed rgb(112, 142, 74);
	color: rgb(106, 106, 106);
	text-decoration:none;
}
.more-info a:hover {
	border-bottom: none;
	color: rgb(106, 106, 106);
}

.original-price {
	font-weight: normal;
	color: red;
	text-decoration: line-through;
}


/*** Product View ***/

.page-heading {
	padding-top: -5px;
}

.product-container {
	position:relative;
	overflow: hidden;
	border: 1px dashed rgb(112, 142, 74);
	margin:0 20px 20px 0;
}

.product-info .product-name {
	font-family: 'Arial Black',Helvetica,Arial,sans-serif;
	border: none;
	color: rgb(144, 141, 148);
	font-size: 18px;
}

.product-image-wrap {
	position:relative;
	float:right;
	padding-right:10px;
	padding-top:10px;
	width:390px;
}

.product-image-wrap img {
	position:relative;
	display:block;
	margin:0 auto;
	max-width:360px;
	min-width:100px;
}

.product-image-wrap .glass {
	min-width: 11px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
}

.product-image-wrap .alt-image {
	padding:5px;
	text-align:center;
}
.product-image-wrap .alt-image span {
	font-weight:bold;
	color:rgb(0,40,85);
}
.product-image-wrap .alt-image span:hover {
	color:#dd6832;
	cursor:pointer;
}
.product-info {
	padding: 15px;
	text-align: left;
	float: left;
	width: 48%;
}

.product-info td {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
}

.product-info table {
	width: 100%;
	text-align: center;
}


.cart-box {
	margin-left: 5px;
	margin-bottom: 20px;
	text-align: left;
	max-width: 50%;
}

.cart-box .form-label {
	width: 80px;
	text-align: right;
	margin: 0 auto;
	padding-bottom: 6px;
}

.product-container .required-star {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../../../images/required.gif) no-repeat;
	margin-left: 3px;
}

.cart-personalize-pad {
	padding:5px 20px;	
}

.cart-personalize-pad-vertical {
	padding:5px 0px;	
}

/*** Personalization ***/
.personalization-container {
	position:relative;
    margin-top: 25px;
    padding: 15px;
}

.screen-item {
    padding: 2px;
}

.personalization-div ul li {
    line-height: 1.5em;
}

.tiny {
    font-size: 10px;
    font-weight: normal;
    color: #777;
    line-height: 12px;
}

.personalization-add-text input {
    float: left;
    width: 200px;
}

.personalization-add {
    margin-right: 6px;
}

.clear {
    clear: both;
}

.ink-selector {
	display:block;
	padding: 8px 15px;
}


.personalization-add-text {
    padding: 3px 0;
}

.personal-text-area textarea {
	resize: both;
	height: 100px;
	width: 300px;
	min-height: 20px;
	min-width: 200px;
}

.personalization-add-symbol {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    float: left;
}

.personalization-add-symbol {
	display: block;
	height: 21px;
	width: 21px;
    background: url('../../../images/symbol-paw.png') no-repeat center center;
    padding: 12px 15px;
}

.personalization-add-symbol-heart {
    background: url('../../../images/symbol-heart.png') no-repeat center center;
}

.personalization-add-symbol-bone {
    background: url('../../../images/symbol-bone.png') no-repeat center center;
}

.personalization-add-symbol a {
	position: relative;
	top: -9px;
	left: -9px;
	opacity: 0;
	display: block;
	height: 15px;
	width: 15px;
	padding: 5px;
}

.personalization-add-symbol a:hover {
	opacity: .9;
}

.personalization-results {
	position:relative;
	display:inline-block;
    padding: 10px;
    background: #efefef;
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    border-radius: 2px;
    min-height: 22px;
    min-height: 22px;
}
.personalization-results-list {
	margin:0px;
	padding:0px;
	list-style:none;
}

.personalization-results-item {
	float:left;     
	margin:0px;
	padding: 5px 3px;
	height:25px;
	position:relative;
}

.personalization-results-item-text {
}

.personalization-results-item-paw {
	width:23px;
	background: url('../../../images/symbol-paw.png') no-repeat center center;
}

.personalization-results-item-heart {
	width:29px;
	background: url('../../../images/symbol-heart.png') no-repeat center center;
}

.personalization-results-item-bone {
	width:33px;
	background: url('../../../images/symbol-bone.png') no-repeat center center;
}

.personalization-results-item a {
	position: absolute;
	top: -6px;
	right: -6px;
	opacity: 0;
	display: inline;
	height: 16px;
	width: 16px;
	padding: 5px;
}

.personalization-results-item a:hover {
	opacity: .9;
}

.cart .personalization-results-item a {
	display:none;
}

.personalization-results .personalization-results-item:hover {
	border: 1px dashed #a9a9a9;
}

.personalization-results-length-display {
	margin:-4px 0px 0px 10px;
	font-size:11px;
	color:#666;
}
.personalization-add-text-counter {
	font-size:11px;
	color:#666;
}

.verify-text input,
.verify-text label {
	float:left;	
}
.verify-text label {
	padding-left:7px;	
}

.magnet-text {
	margin: 20px 0px;
}

/*** Multiple selections ***/

.quantity-container {
	position:relative;
	z-index: 1;
    width: 49%;
    float: left;
    padding: 15px;
}

.selection-row label {
    padding: 5px;
    font-weight: bolder;
}

.selection-row {
    padding: 2px;
    height: 32px;
}

.selection-row select.option-select {
    width: 98px;
}

.selection-row select.quantity-select {
	width: 53px;
}

.option-row {
	display: block;
	float: left;
	clear: both;
}

.option-row .form-row {
	display: block;
	padding: 1px 3px;
	float: left;
}

.option-column {
	margin-right: 40px;
	float: left;
}

.options {
	display: block;
	float: left;
}

.form.require .form-input-number,
.form.require .form-input-checkbox {
	margin-left: 5px;
}

.custom-product-wrapper .required-star {
	display: none;
}

.item-cart .form-row-checkbox {
	clear: both;
}


/*Free items*/

.free-offer {
	display: none;
	width: 100%;
	float: left;
}

.free-offer .free-header {
	text-align: left;
	font-weight: normal;
	background: none;
}

.free-option {
	padding: 1px;
}

.free-item {
	float: left;
	margin-right: 90px;
}

.free-offer .form-row [type='radio'] {
	margin-left: 0px;
}

/* Price */
.cart-price {
	margin:-5px 0px 15px;	
}


/*** CART ***/

.cart table {
	width: 97%;
}

.item-cart {
	position:relative;
	padding:15px;
}

.item-price {
    width: 200px;
    float: left;
}

.item-count {
    width: 150px;
    float: left;
}

.custom span:hover {
	border: none;
}

.custom span {
	font-weight: bold;
}

.cart-column-image img {
	padding: 4px;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	margin-bottom: 6px;
	border: 1px solid rgb(207, 207, 207);
	border-radius: 4px 4px 4px 4px;
	box-shadow: 3px 3px 4px rgb(216, 216, 216);

}

.cart-buttons {
	margin-right: 23px;
}


table.core-rows  > tbody > tr.cart-total {
	background: white;
	border: none;
}
/*** CHECKOUT ***/


.cart-checkout-discounts-add a.i-button {
	height: 25px;
}

.cart-checkout-discounts-add .i-add {
	background-position: 0px -16px;
	height: 16px;
}



