@CHARSET "UTF-8";
*{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}
#left {
    width: 765px;
    height: 100%;
    float: left;
}

#right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 214px;
    height: 245px;
     background-image: url(../images/dealsBg.png);
}

#right .image {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #DDDDDD;
}

.normalprice {
    color: white;
   /*
 line-height: 40px;
*/
}

#right .pri {
    position: absolute;
	left:0px;
    bottom: -15px;
    width: 152px;
    height: 25px;
	background:url(../images/off_bg.gif) no-repeat;
	color:#fff;
	line-height:25px;
	font-weight:bold;
}

#right .pri span {
	padding:0 0 0 7px;
}


#right .pri .productSpecialPrice {
    color: white;
    font-size: 16px;
    line-height: 1px;
}

#right .title {
    margin: 18px 0 0;
    width:150px;
    height: 30px;
    overflow: hidden;
}

/*--Main Container--*/
.tmain_view {
    float: left;
    position: relative;
}

/*--Window/Masking Styles--*/
.twindow {
    height: 245px;
    width: 765px;
    overflow: hidden; /*--Hides anything outside of the set width/height--*/
    position: relative;
}

.timage_reel {
    position: absolute;
    top: 0;
    left: 0;
}

.timage_reel img {
    float: left;
    border: none;
	width: 765px;
	overflow:hidden;
}

/*--Paging Styles--*/
.tpaging {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    display: none;
    height: 30px;
    line-height: 30px;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    width: 85px;
}

.tpaging a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    height: 30px;
    margin-left: 3px;
    text-decoration: none;
	padding:0 15px;
}

.tpaging a.active {
   /*
 background: url("slider.gif") no-repeat scroll 0 0 transparent
*/
	background-color:#A61C1C;#bababa
}
.fl{float:left;}



.arrow_left {
    float: left;
    height: 245px;
    vertical-align: middle;
    width: 12px;
	margin-left:5px;
}

.mwts .arrow_left_off {
    background-position: -1px 0;
}
.mwts .arrow_left_off, .mwts .arrow_right_on {
    background: url(../images/mwts_arrow.gif) repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 16px;
    margin-top: 120px;
    width: 11px;
}

.mwts .arrow_left_on {
    background: url(../images/mwts_arrow.gif) repeat scroll 0px 16px transparent;
    cursor: pointer;
    height: 16px;
    margin-top: 120px;
    width: 11px;
}

.mwts .arrow_right_off {
    background: url(../images/mwts_arrow.gif) repeat scroll -15px 17px transparent;
    cursor: pointer;
    height: 16px;
    margin-top: 120px;
    width: 11px;
}

.arrow_right {
    float: right;
    height: 245px;
    vertical-align: middle;
    width: 12px;
	margin-right:5px;
}


.mwts .arrow_right_on {
    background-position: -15px 0;
}

.dealsPro{ width:150px; margin:0px 0px 0px 13px;}

.dealsTil{height:35px; color:#ff8901; font-weight:bold; font-size:16px; line-height:45px; text-align:center; margin-left:5px;}

#dealsList{left: 0;
    overflow: hidden;
    position: relative;
    visibility: visible;
    width: 162px;
    z-index: 2;
}

#dealsList li{ float:left;}

.php{ width:81px; display:inline-block;}

.off{ width:57px; display:inline-block;}