.clearance_container{
	margin-top:10px !important;
}
.clearance_container .top_copy_container{
	margin-top:5px;
	background:#fff;
	padding:5px;
	color:#132979;
}
.clearance_container .header_container{
	margin-top:5px;
	margin-bottom:5px;
}
.clearance_container .product_container{
	float:left;
	width:405px;
	min-height:300px;
	margin:5px;
}
.clearance_container .product_container .image_container{
	text-align:center;
	height:365px;
	background:url('/images/prod_page/zoom_icon.gif') bottom right no-repeat #fff;	
	
}
.clearance_container .product_container .middle_row{
	margin-top:2px;
	margin-bottom:2px;
	height:80px;
	background:#fff;
}
.clearance_container .product_container .middle_row .thumb_container{
	float:left;
	margin-top:10px;
}

.clearance_container .product_container .middle_row .price_container{
	float:right;
	color:#be1c3b;
	font-size:17px;
	padding:10px;
}
.clearance_container .product_container .middle_row .price_container .price{
	font-size:20px;
	font-weight:bold;
}
.clearance_container .product_container .middle_row a.learn_more{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}


.clearance_container .product_container .bottom_row{
	background:#fff;
	padding:10px;
}
.clearance_container .product_container .bottom_row .title{
	font-size:16px;
	font-weight:bold;
}
.clearance_container .product_container .bottom_row ul{
	margin:0px;
	padding:0px;
	margin-left:30px;
	font-size:11px;
}
.clearance_container .item_container .bottom_buy_area{
	height:100px;
}
.clearance_container .item_container .bottom_buy_area .left{
	float:left;
	width:385px;
	margin:5px;
	height:70px;
	padding:10px;
}
.clearance_container .item_container .bottom_buy_area .price_box .price{
	font-size:18px;
	font-weight:bold;
	color:#132979;
	text-transform:uppercase;
}
.clearance_container .item_container .bottom_buy_area .price_box .pb_left{
	float:left;
	padding-right:20px;
}
.clearance_container .item_container .bottom_buy_area .price_box .pb_right{
	float:left;
	padding-left:10px;
	border-left: 2px solid #132979;	
}
.clearance_container .item_container .bottom_buy_area .right{
	float:left;
	width:405px;
	margin:5px;
	height:90px;
	font-size:14px;
	font-weight:bold;
}



.clearance_container .item_container .bottom_buy_area .check_mark{
	padding:0px; 
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	list-style-position:outside;
	list-style-image:url('/images/general/check_mark.gif');
	font-size:14px;
	color:#132979;
	vertical-align:middle;
}
.clearance_container .item_container .bottom_buy_area .check_mark li{
	margin:0px;
	padding:0px;
}


.top_left_rebox{
	float:left;
	width:300px;
	background:#fff;
	margin-top:10px;
	padding:10px;
	text-align:center;
}
.top_left_rebox img{
	margin-bottom: 5px;	
}
.highslide-maincontent{
	min-height:280px;	
}

/**BEGIN JCAROUSEL
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
	background:#fff;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*SDKIN*/
.jcarousel-skin-prod .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-prod .jcarousel-container-horizontal {
    width: 180px;
    padding: 0px 40px;
}


.jcarousel-skin-prod .jcarousel-clip-horizontal {
    width:  180px;
    height: 75px;
}


.jcarousel-skin-prod .jcarousel-item {
    width: 60px;
    height: 60px;
	overflow:hidden;
	text-align:center;
}

.jcarousel-skin-prod .jcarousel-item-horizontal {
    margin-right: 2px;
}


.jcarousel-skin-prod .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-prod .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 25px;
    height: 60px;
    cursor: pointer;
    background: url('/images/prod_page/carousel_right.gif') no-repeat;
	background-position:-75px 0;
}

.jcarousel-skin-prod .jcarousel-next-horizontal:hover {
    background-position: -50px 0;
}

.jcarousel-skin-prod .jcarousel-next-horizontal:active {
    background-position: -75px 0;
}

.jcarousel-skin-prod .jcarousel-next-disabled-horizontal,
.jcarousel-skin-prod .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-prod .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
}

.jcarousel-skin-prod .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 25px;
    height: 60px;
    cursor: pointer;
    background: url('/images/prod_page/carousel_left.gif') no-repeat;
}

.jcarousel-skin-prod .jcarousel-prev-horizontal:hover {
    background-position: -25px 0;
}

.jcarousel-skin-prod .jcarousel-prev-horizontal:active {
    background-position: -50px 0;
}

.jcarousel-skin-prod .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-prod .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-prod .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -75px 0;
}



/* END JCAROUSEL*/
