
h2.crossselling_h2 {  
	clear: both;
    color: #2E2E2E;
    font-size: 20px;
    font-weight: normal;

	margin: 30px 0 0 0;
}

#crossselling {

	height: 303px;
	width: 100%;
} 
#crossselling_noscroll {   

	height: 300px;
	width: 100%;

}

#crossselling_list { 

	overflow: hidden;
	float: left;
	width: 100%;
	padding: 10px 0 20px;
}
#crossselling_list ul {

	list-style-type: none;
}
#crossselling_list li {
    float: left;
	background: #F4F4F4;
	border: 1px solid #E5E6E7;

	padding: 8px;
	cursor: pointer;
	text-align: center;	 
	
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;

	width: 197px;
	overflow: hidden;
	
} 

#crossselling_list li:hover {
    background-color: #EEEEEE; 
	border: 1px solid #E5E6E7; 
	cursor: pointer; 
	-webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1); 
    -moz-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1); 
    -o-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1); 
    -ms-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
} 

#crossselling_list li a { 
    margin: auto; 
    color: #848484;
	font-weight: normal;
	font-size: 15px; 
}
#crossselling_list li a:hover { 
    margin: auto; 
    color:#da3838;
	 
} 

#crossselling_list img { 
    border: none;	
	margin: 3px 0 0 3px;

	width: 195px;
	height: 195px	
}

#crossselling_scroll_left {
	background: url('../../../../img/newparure/previous-30-bi-hoz.png') #F4F4F4 no-repeat;
	border: 1px solid #E5E6E7; 
	text-indent: -3000px;
	display: block;	
	height: 30px;	
	width: 30px;  
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	background-position:0px 0px; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

	
}
#crossselling_scroll_left:hover {
	background: url('../../../../img/newparure/previous-30-bi-hoz.png') #656565 no-repeat;
	background-position:-30px 0px;
}

#crossselling_scroll_right { 
    background: url('../../../../img/newparure/next-30-bi-hoz-2.png') #F4F4F4 no-repeat; 
	border: 1px solid #E5E6E7;
	text-indent: -3000px;
	display: block;
    height: 30px;	
	width: 30px;	
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;  
	background-position:0px 0px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;


}
#crossselling_scroll_right:hover { 
    background: url('../../../../img/newparure/next-30-bi-hoz-2.png') #656565 no-repeat; 
	background-position:-30px 0px;
}


#crossselling_list li a.lnk_img {display:block}
#crossselling_list li a img {

   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear; 

}

#crossselling_list li a img:hover {

   -webkit-transform: scale(1.5,1.5);
   -moz-transform: scale(1.5,1.5);
   -o-transform: scale(1.5,1.5);
   -ms-transform: scale(1.5,1.5);
   transform: scale(1.5,1.5);

}

#crossselling_list .view {width: 195px; height: 195px;}

#crossselling_list li p.product_name {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    padding-left: 2px; 
	padding-bottom: 0;
    text-align: left;
	float: left

}
#crossselling_list li p.price_display {
    float:left;
	margin-top: -25px; 
	clear: both;
	padding-bottom: 0;
}
#crossselling_list li p.price_display span.price {
    color: #CE9014;
	font-size: 21px;
	font-weight: normal;
	padding-left: 2px;

}

#crossselling_list .lnk_more {
	display:inline;		  
	background:url(../../../../img/newparure/list-30-bi.png) #F4F4F4 no-repeat center 0;
	border: 1px solid #E5E6E7;
	margin: 21px 0 0;	
	float: right;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	padding: 15px;
	cursor: pointer;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
	

}
#crossselling_list .lnk_more:hover { 
	margin: 21px 0 0;
	background:url(../../../../img/newparure/list-30-bi.png) #656565 no-repeat center -30px; 
	border: 1px solid #656565;
	
} 

div.titlebordrtext { 

    text-align: left;
    width: 100%;		
	
}

div.titleborderout { 

	float: left;
    position: relative;
 
    word-wrap: break-word;	
	
} 

div.titleborder { 

	background: url("../../../../img/newparure/titleborder.png") repeat-x;
    height: 10px;
    margin-top: -40px;
    position: relative;	
	
}

h4.titleborderh4 {	

    background: white;
    position: relative;
    z-index: 99;
	display: inline-block;
	padding: 8px 25px 8px 0; 
	font-size: 22px;
	text-transform: uppercase
} 
