
.caption span {
	width: 380px !important;
}

.cms_store {
	min-height: 300px;
	position: relative;
}

.store_cat_nav {
	width: 200px;
	position: absolute;
}

.store_cat_nav_item {
	margin-bottom:10px;
}
.store_cat_nav_item, .store_cat_nav_item a {
	font-size: 14px;
	font-weight: bold;
}

.store_cat_nav_item a:hover {
	text-decoration: underline
}

.store_cat_nav .cms_head_2 {
	display: none;
}

.store_list_nav {
	width: 680px;
	float: left;
	left: 200px;
	position: relative;
    padding-right: 10px;
    vertical-align: top;
	margin-bottom: 15px;
}

.store_list_nav a {	
	
    padding-right: 10px;
    vertical-align: top;
	text-decoration: none;
}

.store_list_nav a:hover {
	text-decoration: underline;
}

.store_list_nav .store_sort_nav {}
.store_list_nav .store_view_nav {}
.store_list_nav .store_page_nav {
	float: right;
}

.store_nav_label {
	float: left;
	margin-right: 5px;
}
.store_nav_item {
	float: left;
	margin-right: 5px;
}

.store_cat_nav_item a {
}

.store_cat_nav_item a:hover {
	text-decoration: underline;
}

/* store list classes */
.store_list {}
.store_list_item {}
.store_list_item.alt {}
.store_list_image {}
.store_list_name {
	line-height: 20px;

}
.store_list_price {}
.store_list_description {}


.store_list .store_list_message {
	color: #D80D0D;
	height: 20px;
}

.store_list {
	width: 700px;
	float: left;
	left: 200px;
	position: relative;
}


/* rows */
.store_list.rows {
	border-top: 2px solid #CCCCCC;
}

.store_list.rows .store_list_item {
	overflow: hidden;
	border-bottom: 2px solid #CCCCCC;
    padding: 15px 20px;
    vertical-align: top;
	
}

.store_list.rows .store_list_item.alt {
	
}

.store_list.rows .store_list_image {
	float: left;
	margin-right:  20px;
	margin-bottom: 5px;
	width: 90px;
	min-height: 120px;
}



.store_list.rows .store_list_image img{
	width: 90px; 
}
/*
.store_list.rows .store_list_name a {
	color: #222222;
    text-decoration: none;
	font-weight: bold;
}
*/
.store_list.rows .store_list_price {}
.store_list.rows .store_list_description {
	margin-top: 10px;
}

/* blocks */
.store_list.blocks {

	margin-bottom: 15px;
}
.store_list.blocks .store_list_item {
	overflow: hidden;
	border: 2px solid #CCCCCC;
    padding: 15px 20px;
    vertical-align: top;
	/*background-color: #DDDDDD;*/
	width: 150px;
	/*height: 160px;*/
	float: left;
	margin: 10px;
	
}

.store_list.blocks .store_list_item.alt {
	background-color: inherit;
}

.store_list.blocks .store_list_image {
	width:150px;
	overflow: hidden;
	margin-bottom: 5px;
}

.store_list.blocks .store_list_image.store_list_image_120  {
	height:120px;
}

.store_list.blocks .store_list_image.store_list_image_200  {
	height:200px;
}

.store_list.blocks .store_list_image img{
	display: block;
   /* height: 120px;*/
	max-width: 150px;
    margin: auto;
}
.store_list.blocks .store_list_name a {
	color: #222222;
    text-decoration: none;
	font-weight: bold;
}
.store_list.blocks .store_list_price {}



.store_list.blocks .store_list_description {
	display: none;
}



/* item view page */

.store_attribute.out_of_stock {
	color: #D80D0D;
	font-size: 20px;
	font-weight: bold;
}

.store_image_container {
	float: right;
	position: relative;
	width: 640px;
	right: 0px;
	height: 330px;
	clear: both;
}
.store_image_container .controls {
	
}
.store_image_container .loading {
	
}
.store_image_container .slideshow {
	width: 400px;
	height: 300px;
	float: left;
}
.store_image_container #caption {
	position: absolute;
	bottom: -35px;
	left: 0px;
	height: 60px;
}

.store_image_container #slideshow  {
	border: 1px solid #CCCCCC;
    padding: 2px;
}

.store_image_container #slideshow .image-wrapper {
	
}

.store_image_container #thumbs {
	width: 220px;
	float: left;
	margin-left: 10px;
	
}

ul.thumbs li {
    margin: 0px 8px 8px 0px  !important;

}

a.thumb {
    padding: 0 !important;
}

.store_attribute {	
 clear: both;
 margin-bottom: 5px;
}
.store_attributes {
	float: left;
	position: relative;
	width: 240px;
	overflow: hidden;
	left: 0px;
	
}
.store_attributes .store_attribute_label {
	float: left;
	font-weight: bold;
	margin-right: 10px;
	width: 100px;
}
.store_attributes .store_attribute_item {
	float: left;
}


div.slideshow a.advance-link {
    height: 300px !important;
    line-height: 300px !important;
    width: 400px !important;
}

div.slideshow span.image-wrapper {
    top: 1px !important;
	left: 3px !important;
}

div.slideshow img {
    vertical-align: middle !important;
}

.store_attributes .store_attribute.store_attribute_price {
	

}

.store_attributes .store_attribute.store_attribute_price .store_attribute_label { display: none; }
.store_attributes .store_attribute.store_attribute_price .store_attribute_item { 
	color: #000000;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 3px;
	padding-top: 5px;
	float: none;
}


.store_attributes .store_attribute.store_attribute_name .store_attribute_label { display: none; }
.store_attributes .store_attribute.store_attribute_name .store_attribute_item { 
 color: #000000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.5px;
    padding: 7px 0 20px 0;
	margin: 0px 0 5px 0;

	float: none;
	border-bottom: 1px solid #CCCCCC;
}

.store_item_description {
	position: relative;
	margin-top: 20px;
	clear: both;
	border-top: 1px solid #CCCCCC;
	float: left;
	width: 48%;
}

.store_item_description .store_description_label {
	font-weight: bold;
}

.store_item_description .store_description_item {
	
}

.store_other_items {
	position: relative;
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
	float: right;
	width: 48%;
}

.store_other_items .store_other_label {
	font-weight: bold;
}

.store_other_items .store_other_item {
	
}

.store_other_items .store_other_item .store_list.rows{
	left: inherit !important;
	width: inherit !important;
}
.store_breadcrumb {
	float:right; 
	margin-bottom: 15px;
}
.store_breadcrumb_item {
	float: left;
	
}

.store_container {
	padding: 5px;

}


.store_cart_container.cart_hidden .store_cart_slide_container_container {
	display: none;
}

.store_cart_slide_container {
	height: 95px;
	
	overflow: hidden;
	/*display:none;
	
	opacity:0;
	filter:alpha(opacity=0);
	*/
	position: relative;
	margin-left: 35px;
	margin-right: 35px;
}
.store_cart_slide_container_container {
	position: relative;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.store_cart_slide_container_container .slide_hide_button {
	position: absolute;
	top: -25px;
	right: 5px;
	font-weight:bold;
	z-index: 10;

	padding: 3px;
	cursor: pointer;
	color: #000000;
	
}

.store_cart_slide_container_container .slide_left_button {
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight:bold;
	z-index: 8;
	padding: 3px;
	cursor: pointer;
	height: 55px;
	width: 20px;
	font-size: 30px;
	text-align: center;
	padding-top: 40px;
	font-weight: bold;
}

.store_cart_slide_container_container .slide_right_button {
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight:bold;
	z-index: 8;
	cursor: pointer;
	height: 55px;
	width: 20px;
	font-size: 30px;
	text-align: center;
	padding-top: 40px;
	font-weight: bold;
}

.store_cart_slide_container .store_cart_slide {
	padding: 0px;
	margin-right: -30000px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}


.store_cart_slide_container .slide_cart_item {
	height: 75px;
	float: left;
	margin: 5px;
	padding: 5px 10px 5px 10px;
	position: relative;
	width: 100px;
	border-right: 1px solid #666666;
}

.store_cart_slide_container .slide_cart_title {
	font-size: 15px;
    font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	
}
.store_cart_slide_container .slide_cart_thumb_container  {
	width: 100px;
	height: 75px;
	margin: auto;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
	overflow: hidden;
	border: 1px solid #000000;
	background-color: #222222;
	
}


.store_cart_slide_container .slide_cart_thumb  {
	text-align: center;
	height: 75px;
	width: 100px;
	
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	
}

.store_cart_slide_container .slide_cart_thumb img {
	margin: auto;
	width: 100px;
}

.slide_cart_item:hover .slide_cart_thumb_container {
	display: none;
}

.store_cart_slide_container .slide_cart_attributes {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100px;
	height: 75px;
	text-align: center;
}

.store_cart_slide_container .slide_cart_qty {

}

.store_cart_slide_container .slide_cart_price {
	font-size: 12px;
    font-weight: bold;
	text-align: center;
}

.store_cart_slide_container .slide_cart_remove {
 clear: both;
 padding-top: 8px;
 text-align: center;
}

.store_cart_slide_head {
	margin-bottom: 10px;
	overflow: hidden;
}

.store_cart_slide_head .cart_count {
	float: left;
	margin-right: 10px;
}

.store_cart_slide_head .cart_count label {
	font-weight: bold;
}

.store_cart_slide_head .cart_total {
	float: left;
}

.store_cart_slide_head .cart_total label {
	font-weight: bold;
}

.store_cart_slide_head .cart_checkout_button {
	float: left;
	margin-left: 15px;
}

.store_cart_slide_head .cart_continue_button {
	float: left;
	margin-left: 15px;
}

.store_cart_slide_head .cart_view_button {
	float: left;
	margin-left: 15px;
}

div.slideshow img {
   border: 0px !important;
}

div.slideshow a.advance-link {
	line-height: 300px !important;
	display: table-cell !important;
	vertical-align: middle;
}

.store_path {
	margin-bottom: 15px;
	overflow: hidden;
}

.store_path_item {
	float: left;
	margin-right: 10px;
}

.store_path_item span{
	padding-left: 10px;
}

.store_path_item a,  .store_path_item span{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.store_path_item a:hover {
	text-decoration: underline;
}

.store_search_div {
	position: absolute;
	top: 10px;
	right: 10px;
}

.store_image_container a.thumb {
	width: 90px;
	height: 67px;
}

#store_detail_tabs {
    display: none;
}

#store_detail_tabs .store_list {
    float: none;
    left: 0px;
    position: relative;
    width: inherit;
}

#store_detail_tabs .yui3-tabview-panel {
    background-image: none;
	background: none;
}

#store_detail_tabs .yui3-tab-panel {
	padding: 20px;
}	


#store_detail_tabs .yui3-tab-selected .yui3-tab-label, #store_detail_tabs .yui3-tab-selected .yui3-tab-label:focus, #store_detail_tabs .yui3-tab-selected .yui3-tab-label:hover {
    background: none;
	background-color: #666666;
}

#store_detail_tabs .yui3-tab-label {
	background: none;
	background-color: #CCCCCC;
}

#store_detail_tabs .yui3-tabview-list {
	border-color: #666666;
}

.store_fixed_cart {
    position: relative;
}


.store_cart_basket_container {
	background-image: url('../includes/buzz/templates/images/basket.png');
	background-repeat: no-repeat;
	background-position: center right;
	width: 160px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
    letter-spacing: 1px;
	font-weight: bold;
}

.store_cart_basket_container a {
	display: block;
}


.store_image_container .caption {
	width: 380px;
}

#cart_message  {
	 margin-left: 2px;
    width: 160px;
}

.store_cart_message {
	margin-bottom: 10px;
}

.bootstrap .store_image_container #slideshow {
    border: inherit;
    padding: inherit;
}

.bootstrap .yui3-skin-sam .yui3-tabview-panel, 
.bootstrap #store_detail_tabs .yui3-tabview-panel  {
	background-color: inherit !important;
	background: inherit !important;
	padding: 0px;

}

.bootstrap div.slideshow a.advance-link {
	line-height: inherit !important;
}
.bootstrap div.slideshow span.image-wrapper {
	top: 0px !important;
	left: 0px !important;
}

.bootstrap .store_list.blocks .store_list_name {
	height: 40px;
}

.bootstrap .store_list.blocks .store_list_name a {
	color: inherit;
}

.bootstrap .store_attributes .store_attribute.store_attribute_price .store_attribute_item {
	color: inherit;
}

.bootstrap .store_attributes .store_attribute.store_attribute_name .store_attribute_item {
	color: inherit;
}

.cart_shipping_block {
	float: left;
	width: 50%;
}	

.cart_billing_block {
	float: left;
	position: relative;
	width: 400px;
}	

.cart_same_as {
	float: right;
	margin: 0.83em 0;
}

.store_review_addresses {
	float: left;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.store_review_shipping {
	float: left;
	margin-right: 100px;
}

.store_review_billing {
	float: left;
	margin-right: 100px;
}

.store_review_payment {
	float: left;
}

.store_review_totals {
	float: right;
	width: 340px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.child_hint {
	height: 1px;
	width: 150px;
	background-color: #000000;
	
}






.cart_table {
	background-color: #FFFFFF;
}

.cart_table thead th {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	
	text-align:center;
	border-right:1px solid #000000;
	padding:5px;
	font-size:12px;
}

.cart_table > tbody > tr > td {
	
	vertical-align:top;
	
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	padding:5px;
	color:#343635;
	font-size:12px;
}

.cart_table td {

	color:#343635;
	font-size:12px;
}

.cart_table .total_label {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}

.cart_table .download_link, a.download_link:link {
	color:#316AC5;
	text-decoration: underline;
}

.cart_table input {
	
}

@media print {
	.no_print { display: none; }
}

.slideshow {
	position: relative;
}



.store_image_container #thumbs {
/* height: 300px; */
    height: 230px;
	overflow: hidden;
	position: relative;
}

#thumbs .thumbs {

	height: 230px; 
	width: 220px;
	float: left;
}

.thumb_slider {
	height: 230px;
	position: relative;
	left: 0px;
	top: 0px;
	
}

.thumb_wide {
	height: 230px;
	margin-right: -30000px;
	float: left;
}

.galleriffic .controls {
	bottom: 50px;
    
    right: 34px;
    width: 192px;
	margin-left: 10px;
	float: left;
	margin-top: 20px;
}

.galleriffic .page_count {
	margin: auto;
    text-align: center;
    width: 40px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 6px;
}

.galleriffic .thumb_left {
	height: 30px;
	width: 10px;
	float: left;
	font-weight: bold;
	font-size: 20px;
	margin-left: 2px;
}

.galleriffic .thumb_right {
	height: 30px;
	width: 10px;
	float: right;
	font-weight: bold;
	font-size: 20px;
}

.galleriffic .thumb_right:hover, .galleriffic .thumb_left:hover {
	cursor: pointer;
}


.slideshow .image-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.slideshow .image-wrapper.current{
	display: block
}

.controls.thumb_8 {
	display: none;
}

#thumbs.thumb_8 {
	height: 300px !important;
}

.thumb.selected {
	border: 1px solid #000000;
}

.thumb:hover {
	border: 1px solid #666666;
}




