/******************************************/
/*                                        */
/*         Finder list                    */
/*                                        */
/******************************************/

.list_item_round {
	height: 4px;
	background-color: #ffffff;
}

.list_item_round * { 
	display: block;
	height: 1px;
	background-color: #efefef;
}

.list_item_round .b2 {
	margin-left:4px;
	margin-right:4px;
}

.list_item_round .b4 {
	margin-left:2px;
	margin-right:2px;
}

.list_item_round .b5 {
	margin-left:1px;
	margin-right:1px;
}

.list_item_image_round {
	height: 4px;
	background-color: #efefef;
}

.list_item_image_round * { 
	display: block;
	height: 1px;
	background-color: #ffffff;
}

.list_item_image_round .b2 {
	margin-left:4px;
	margin-right:4px;
}

.list_item_image_round .b4 {
	margin-left:2px;
	margin-right:2px;
}

.list_item_image_round .b5 {
	margin-left:1px;
	margin-right:1px;
}

.pager_list {
	background-color: #ffffff;
	padding: 0px;
	width: 620px; /* affects to left column width*/
}

.pager_list div { /* this is because in main.css margin is set for every div !! */
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}


.pager_list .item {
	background-color:#EFEFEF;
	clear:right;
	float:left;
	margin: 7px !important; /* space between items in list*/
	text-align:center;
	width:190px;
	position: relative; /* to set .discount_image_container absolute */
}


.pager_list .item .list_item_container {
	background-color: #efefef;
	padding: 10px;
}

.pager_list .item .title {
	font-weight: bold;
	font-size: 11px;
	color: #555555;
	margin-bottom: 5px;
	padding-top: 10px; /* for discount */
}

.pager_list .item .image {
	background-color: #ffffff;
	padding: 10px; /* for image width = 140*/
}

.pager_list .item .list_item_container .discount_image_container {
	position: absolute;
	top: -15px;
	right: -10px;
}

.pager_list .item .list_item_container .discount_container {
	font-weight: bold;
	font-size: 16px;
	top: 16px;
	right: 50px;
	position: absolute;
	width: 60px;
	text-align: right;	
}	

.item_clone .image {
	background-color: #ffffff;
	padding: 10px; /* for image width = 140*/
}


.pager_list .item .description {
	background-color: #ffffff;
	padding: 5px;
	text-align: justify;
	color: #999999;
}


.item_clone .description {
	background-color: #ffffff;
	padding: 5px;
	text-align: justify;
	color: #999999;
}

.pager_list .item .price {
	padding-top: 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	color: #92ba20;
}

.pager_list .item .price_without_discount {
	color: #999999 !important;
	text-decoration: line-through;
}



.pager_list .item .buttons {
	height: 18px;
	padding-top: 10px;
	text-align: right;
}

.pager_list .item .buttons * {
	margin-left: 5px;
}

.pager_list .item .buttons .buy {
	background-image: url(/common/products/product_img/button_in_cart_en.gif);
	width: 81px;
	height: 16px;	
	display: block;
	float: right;
}

.pager_list .item .buttons .info {
	background-image: url(/common/products/product_img/button_details_en.gif);
	width: 58px;
	height: 16px;
	display: block;
	float: right;
}

.pager_list .clear {
	clear: both;
}


/******************************************/
/*                                        */
/*       Product Info Page                */
/*                                        */
/******************************************/

.preview_image_container {
	position: relative;
}

.preview_image_container {
	float: left;
}

.preview_image_container IMG {
	width: 100%;
}

.product_meta {
	float: left;
	width: 300px;
	padding-left: 10px;
}

.product_header {
	padding-left: 5px;
}

.product_attributes {
	margin-top: 30px !important;
	margin-bottom: 50px !important;
	padding: 0px;
}

.product_attributes TABLE {
	width: auto;
}

.gray_row {
	background-color: #e9e9e9;
}

.product_attributes TD {
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.product_attributes .attribute_name {
	font-weight: bold;
}

.product_attributes .attribute_value {
	padding-left: 30px;
	padding-right: 10px;
}

.product_description {		
	margin-right: 10px;
	text-align: justify;
}

.product_price_container {
	
}

.product_info_page .discount {
	position: absolute;
	top: -8px;
	right: 0px;
	margin-rigth: 0px;
	height: 35px;
	color: #92BA20;
	font-weight: bold;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 60px;
	background-image: url("/accounting_res/images/discount_green.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.product_info_page H2 {
	font-size: 15px;
}

.product_info_page {
	padding: 20px;
	position: relative;
}
	

.product_info_page .preview_image_container {
	float: left;
	padding-right: 30px;
}

.product_info_page .product_name {
	font-size: 16px;
	font-weight: bold;
	color: #000300;
}

.product_info_page  .price {
	font-weight: bold;
	font-size: 16px;
	color: #92ba20;
	margin-top: 0px;
	margin-bottom: 0px;
}

.product_info_page  .old_price {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	text-decoration: line-through;
	padding-bottom: 0px !important;
	margin-top: 0px;
	margin-bottom: 0px;
}


.product_info_page .buy_button .buy {
	/*
	background-image: url(/common/products/product_img/button_in_cart_en.gif);
	width: 81px;
	height: 16px;
	*/
	background-image: url(/common/products/product_img/add_to_cart_en.png);
	width: 110px;
	height: 24px;
	
	display: block;
	float: left;
}

.group  {
	background-color: #c7d5d0 !important; /*d5d5d5*/
}

.show_hide_link {
	color: #ffffff; 
	text-decoration: underline; 
	font-weigth: normal;
}

/*****************************/
/**      Cart                */
/**                          */
/*****************************/

#shopping_card_list  .discount_image_container {
	position:absolute;
	right:-10px;
	top:-15px;
	margin-bottom:0px !important;
	margin-top:0px !important;
	
}

.basket_table th {
	padding: 5px;
}
