body, p {
	line-height: 1.3 !important;
}



/* STORE */
.store_sale {
	font-size: inherit;
	color: #FF9900;
	font-weight: inherit;
	padding: inherit;
}

.store_save {
	color: #34332D;
}
.store_list_date {
	font-size: 11px;
	font-weight: bold;
	margin: 12px 0px;
}


/* STORE PRODUCT LIST store.list.tpl */

.store_list_table {
	width: 100%;
	margin-top: 20px;
}
.store_list_table td {
	padding: 20px 20px 20px 0px;
	border-bottom: 1px solid #EEEEEE;
}

.store_list_name {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}
.store_list_name a:link, .store_list_name a:visited, .store_list_name a:active {
	text-decoration: none;
}
.store_list_name a:hover {
	color: #666666;
	text-decoration: none;
}
.store_list_price {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 1.3;
	margin-top: 12px;
}
.store_list_sale {
	color: #F05D39;
}
.store_list_regular_price {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.store_list_pid {
	font-size: 10px;
	color: #908582;
	padding: 3px 0px;
}

.store_list_contributor {
	font-size: 7pt;
	color: #666666;
	font-style: italic;
	padding: 0px;
}
.store_list_contributor a:link, .store_list_contributor a:visited, .store_list_contributor a:active {
	color: #666666;
	text-decoration: none;
}
.store_list_contributor a:hover {
	color: #666666;
	text-decoration: none;
}
.store_list_description {
	font-size: 12px;
	color: #908582;
	padding: 5px 0px;
	margin-bottom: 15px;
	line-height: 1.4 !important;
}
.store_list_buttons {
	overflow: hidden;
}
.b_store_button {
	float: left;
	margin-right: 5px;
}
.b_store_button a:link, .b_store_button a:visited, .b_store_button a:active {	
	font-size: 14px;
	font-weight: bold;
	height: 19px;
	padding: 6px 10px;
	display: block;
	border: 1px solid #D6D6D6;
	background: url('../images/buttons/generic_button_bg.png') repeat-x;
}
. b_store_button a:hover {
	border: 1px solid #999999;
	background: url('../images/buttons/generic_button_bg_on.png') repeat-x;
}

.store_list_details {
	font-size: 11px;
	color: #333333;
}


/* STORE PRODUCT LIST IMAGES ONLY */

.store_image_list {
	width: 100%;
}
.store_image_list td {
	width: 120px;
	padding: 25px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}
.store_image_list_image {
	min-height: 170px;
	text-align: center;
}
.store_image_list  .store_list_name {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0px 0px 2px 0px;
}

/* PRODUCT INFO IN DETAILS store.details.tpl */

.store_multimedia_container {
	margin-bottom: 30px;
}
.store_details_image_container img {
	max-width: 300px;
}
.store_details_price, .store_details_sale {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 14px;
}
.store_details_sale {
	color: #F05D3A;
}
.store_details_regular_price {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.store_details_name {
	font-size: 14px;
	color: #34332D;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 14px;
}
.store_details_name a:link, .store_details_name a:visited, .store_details_name a:active {
	color: #333333;
	text-decoration: none;
}
.store_details_name a:hover {
	color: #333333;
	text-decoration: underline;
}
.store_details_add {
	overflow: hidden;
	margin: 20px 0px;
}
.b_add_to_cart {
	float: left;
	width: 135px;
	height: 33px;
	margin-right: 5px;
}
.b_add_to_cart a:link, .b_add_to_cart a:visited, .b_add_to_cart a:active {
	font-size: 14px;
	font-weight: bold;
	width: 95px;
	height: 33px;
	display: block;
	padding: 6px 0px 0px 40px;
	background: url('../images/buttons/b_cart_add.png') no-repeat;
}
.b_add_to_cart a:hover {
	background: url('../images/buttons/b_cart_add_on.png') no-repeat;
}
.b_add_to_wishlist {
	float: left;
	width: 105px;
	height: 33px;
	margin-right: 5px;
}
.b_add_to_wishlist a:link, .b_add_to_wishlist a:visited, .b_add_to_wishlist a:active {	
	font-size: 14px;
	font-weight: bold;
	width: 96px;
	height: 33px;
	padding: 6px 0px 0px 32px;
	display: block;
	background: url('../images/buttons/b_wishlist_add.png') no-repeat;
}
. b_add_to_wishlist a:hover {
	background: url('../images/buttons/b_wishlist_add_on.png') no-repeat;
}

.store_details_pid {
	font-size: 11px;
	color: #7B7D74;
	font-weight: normal;
	padding: 0px;
	margin-top: 25px;
}

.store_details_contributor {
	font-size: 11px;
	font-style: italic;
}
.store_details_contributor a:link, .store_details_contributor a:visited, .store_details_contributor a:active {
	text-decoration: none;
}
.store_details_contributor a:hover {
	text-decoration: none;
}

.store_details_title {
	font-size: 14px;
	font-weight: normal;
}

.store_details_text {
	font-size: 12px;
	line-height: 1.3;
}
.store_details_text a:link, .store_details_text a:visited, .store_details_text a:active {
	text-decoration: none;
	font-weight: normal;
}
.store_details_text a:hover {
	text-decoration: none;
	font-weight: normal;
}
.store_details_stats_title {
	font-size: 11px;
	font-weight: bold;
}
.store_details_ratings_container {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	padding-top: 25px;
	margin-top: 25px;
}
.store_details_reviews {
	border-top: 1px solid #DDDDDD;
	padding-top: 25px;
	margin-top: 45px;
}
.store_details_reviews .store_details_title {
	margin-top: 20px;
}
#review_toggle {
	margin-bottom: 20px;
}
#product_sharing_social_container {
	width: 100%;
	padding: 5px 10px;
	margin-top: 35px;
	border-top: 1px solid #DDDDDD;
	background: url('../images/product_sharing_bg.png');	
}
.addthis_image {
	padding: 5px 0px;
}
.store_associated_title {
	margin: 60px 0px 15px 0px;
	padding-top: 30px;
	border-top: 1px solid #EEEEEE;
}
.details_associated_files img {
	float: left;
	margin-right: 10px;
}
.details_associated_files .store_details_stats_title {
	padding-top: 8px;
}
.store_details_author {
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
}
.store_details_comments {
	margin-top: 15px;
}


/* BUNDLED ITEMS LIST IN DETAILS */
.store_details_list_name {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
	padding-bottom: 1px;
}
.store_details_list_name a:link, .store_details_list_name a:visited, .store_details_list_name a:active {
	text-decoration: none;
}
.store_details_list_name a:hover {
	text-decoration: underline;
}

.store_details_list_pid {
	font-size: 7pt;
	color: #999999;
	font-weight: bold;
	padding-bottom: 1px;
}

.store_details_list_contributor {
	font-size: 7pt;
	color: #999999;
	font-style: italic;
}
.store_details_list_contributor a:link, .store_details_list_contributor a:visited, .store_details_list_contributor a:active {
	text-decoration: none;
}
.store_details_list_contributor a:hover {
	text-decoration: none;
}










/* CART */
.store_cart_header {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #DBDBD2;
}
.store_cart_title {
	padding: 3px 0px 6px 0px;
}
.store_cart_data {
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #D9D9D9; 
	padding: 3px 0px;
}

.store_cart_row_separator {
	border-bottom: 1px solid #DBDBD2;
}

.store_cart_customer_fields
{
	background-color: #EEEEEE;
	padding: 10px;
}
.store_cart_customer_fields form_prompt
{
	color: #333333;
	font-weight: bold;
}
.store_cart_customer_fields form_comment
{
	color: #666666;
}

.store_cart_options {
	background-color: #EEEEEE; 
	color: #666666;
}

.store_cart_total {
	background-color: #FFFFFF; 
	color: #333333; 
	padding: 10px 2px 2px 2px;
}

.store_cart_comment {
	font-size: inherit;
	color: #666666;
	font-weight: inherit;
	padding: inherit;
}





/* CHECKOUT CREDIT CARD FORM */
.store_checkout_form_prompt {
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	padding: 5px 0px;
}

.store_checkout_form_prompt_title {
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}

.store_checkout_form_header {
	color: #333333; 
	font-size: 13px; 
	font-weight: bold; 
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9; 
	padding: 10px 0px;
	margin: 30px 0px 15px 0px;
}

.store_checkout_form_error {
	background-color: #CC3300; 
	color: #FFFFFF; 
	font-size: 13PX; 
	font-weight: bold; 
	padding: 10px;
}


.store_checkout_alert {
	background-color: #737E90; 
	color: #FFFFFF; 
	font-size: 13px; 
	font-weight: bold; 
	padding: 5px;
}



/* STORE REVIEWS */
.full_review {
	display: none;
}
