@CHARSET "UTF-8";

.prod_popup_portrait, .prod_popup_landscape {
	display: none;
	padding: 10px;
	background: #616264;
	position: absolute;
	z-index: 10;	
	color: #FFFFFF;
}

.prod_popup_portrait {
	width: 250px;	
}
.prod_popup_landscape {
	width: 348px;
}
.prod_popup_portrait .popup_icon, .prod_popup_landscape .popup_icon {
	float: left;
	padding-right: 10px;
	width: 51px;	
}
.prod_popup_portrait .pop_text {
	float: left;
	width: 180px;
}
.prod_popup_landscape .pop_text {
	float: left;
	width: 280px;
}

/*
.prod_popup p.portrait {
	width: 130px;
}
.prod_popup p.portrait, .prod_popup p.landscape {
	float: left;	
}
*/

.popup_image {
	padding-bottom: 10px;	
}

.category_view {
	float: right;
	color: #EE3424;
	font-size: 14px;
}

.category_view h3 {
	font-size: 20px;
}
.category_view h3 a:link, .category_view h3 a:visited {
	color: #EE3424;
	text-decoration: underline;
	font-weight: bold;
}
.category_view h3 a:hover {
	text-decoration: none;
}

#category_row {
	width: 700px;
}

#category_row .category_item {
	width: 170px;
	padding-right: 5px;
	float: left;
}

#category_row .product_item_portrait, #category_row .product_item_landscape {
	width: 170px;
	height: 155px;
	padding: 0px 5px 10px 0px;
	float: left;
}

#category_row .product_item_portrait .product_item_thumb {
	float: left;	
}
#category_row .product_item_portrait .product_item_buttons {
	float: right;
}
#category_row .product_item_portrait .product_item_buttons img {
	display: block;	
}
#category_row .product_item_landscape .product_item_buttons {
	padding-top: 3px;
	*padding-top: 3px;
}


#category_row .category_item img, #category_row .product_item img {
	border: 0px;
}
.paginationControlItem {
	font-size: 110%;
	color: #000 !important;
	
}