@import url("style_old.css");

body {
	background:url(../img/bg.jpg) repeat-x #fff;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header a{
	display:block;
	float:left;
}

.clr
	{
		clear:both;
	}
	
img
	{
		border:0px;
	}
	

#main
	{
		width:960px;
		margin:0px auto;
	}
	
#header
	{
		width:960px;
	}
	
	
a.logo
	{
		float:left;
		width:368px;
		display:block;
	}
	

.buy_token
	{
		width:72px;
		padding:0px;
		float:right;
		margin:20px 15px 0 0;
	}
	
#nav
	{
		width:960px;
		background:url(../img/menu_bg.jpg) no-repeat left top;
		margin:2px 0 0 0;
		height:52px;
	}
	
	
#nav .nev_left
	{
		width:662px;
		padding:15px;
		float:left;
	}
	
	
#nav .nev_left ul
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
#nav .nev_left ul li
	{
		float:left;
		padding:0px 15px;
		line-height:20px;
		background:url(../img/li_bg.jpg) no-repeat right top;
	}
	
#nav .nev_left ul li a:link, #nav .nev_left ul li a:visited
	{
	 color:#cccccc;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 text-decoration:none;
	}
	
	
#nav .nev_left ul li a:hover
	{
	 color:#e23732;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 text-decoration:none;
	}
	
#nav .nev_left ul li.home a
	{
		padding:0 0px 0 20px;
		background:url(../img/home_icn.jpg) left 0px no-repeat;
	}
	
#nav .nev_left ul li.last
	{
		background:none;
	}
	
	
.nav_right
	{
		width:226px;
		float:right;
	}
	
a.ragisr
	{
		display:block;
		width:108px;
		height:31px;
		float:left;
		margin:10px 0 0 0;
		padding:0 10px 0 0;
		background:url(../img/li_bg.jpg) no-repeat right 5px;
	}
	
	
a.login
	{
		display:block;
		width:50px;
		height:31px;
		float:left;
		text-decoration:none;
		color:#cccccc;
		font-weight:bold;
		margin:10px 0px 0 10px;
		padding:5px 0 0 20px;
		background:url(../img/login.jpg) no-repeat left 5px;
	}
	
a.login:hover
	{
		color:#e23732;
	}
	
	
#save_money
	{
		width:940px;
		background:url(../img/box_01.jpg) no-repeat left top;
		padding:10px;
	}
	
	
.wrap
	{
		width:960px;
		margin:3px 0 0 0;
	}
	
.left_wrap
	{
		width:204px;
		float:left;
	}

.left_wrap h2
	{
		background:url(../img/left_head.jpg) no-repeat left top;
		color:#5c5b5b;
		font-size: 18px;
    		font-weight: normal;
    		height: 25px;
    		margin: 0;
    		padding-bottom: 10px;
    		padding-left: 27px;
		padding-top: 12px;
	}
	
	
.left_listing
	{
		background:#f0f0f0;
		border:solid 1px #cccccc;
		border-width:0px 1px 0px;
	}
	
.left_listing p
	{
		padding:10px 10px 5px;
		margin:0px;
	}	
	
.left_listing_new
{
	background:#f0f0f0;
	border:solid 1px #cccccc;
	border-width:0px 1px 0px;
}
	
.left_listing_new p
{
	padding:0px;
	margin:0px;
}	
	
.see_cat
	{
		border:solid 1px #cccccc;
		border-width:1px 0px;
		padding:10px;
	}

.see_cat a:link, .see_cat a:visited
	{
		font-weight:bold;
		color:#5b5b5b;
		text-decoration:none;
	}
	
.see_cat a:hover
	{
		font-weight:bold;
		color:#e23732;
		text-decoration:none;
	}
	
	


.mid_wrap
	{
		width:552px;
		float:left;
	}
	
.tab
	{
		width:540px;
		margin:5px;
		border:solid 1px #d5d5d5;
	}
	
.tab .left
	{
		width:107px;
		float:left;
	}
	
.block
	{
		border-bottom:solid 1px #d5d5d5;
		text-align:center;
		padding:10px 0px;
                  
	}
	
.block a, .block_side a
	{
		color:steelBlue;
		text-align:center;
		display:block;
		text-decoration:none;
		/*padding:5px 0px;*/
	}
.block a:link, .block a:visited, .block_side a:link, .block_side a:visited
	{
			color:steelBlue;
	}
	
.block a:hover, .block_side a:hover
	{
			color:#e23732;
	}
	
.block_side
	{
		border: 1px solid #D5D5D5;
   	 	float: left;
    	padding: 0px 17px;
	}
.tab .mid
	{
		width:327px;
		float:left;
	}
	
.tab .right
	{
		width:104px;
		float:right;
	}
	
	
.search
	{
		background:url(../img/search_bg.jpg) repeat-x;
		width:532px;
		padding:15px 10px 0px 10px;
		height:33px;
                float:left;
	}

.search .inpt
	{
		width:360px;
		padding:2px 2px 2px 30px;
		background:url(../img/search_inpt.jpg) no-repeat;
		border:0px;
		margin:0 0 0 15px;
		float:left;
	}
	
.search .btn
	{
		width:86px;
		background:url(../img/search.jpg) no-repeat;
		border:0px;
		height:25px;
		margin:0 25px 0 0;
		float:right;
	}	
	
	
.consumer_review
	{
		border-top:solid 1px #d6d6d6;
		margin:0px 10px;
		padding:10px;
		color:#b7aaaa;
		font-size:11px;
	}
	

.right_wrap
	{
		width:203px;
		_width:198px;
		float:right;
	}
	
	
.right_wrap h2
	{
		background:url(../img/right_head.jpg) no-repeat left top;
		margin:0px;
		padding:10px;
		height:28px;
		font-size:18px;
		font-weight:normal;
		text-align:center;
		color:#5c5b5b;
	}
	
	
.right_listing
	{
		border:solid 1px #cccccc;
		border-width:0px 1px;
	}
	
.ad_block
	{
		border-bottom:solid 1px #cccccc;
		padding:0px;
	}
.ad_block_right
	{
		background:url(../img/right_block.png) repeat-x top;
		height:44px;
		margin:0px;
		padding:0px;
		text-align:center;
	}	
.ad_block_right img{
	padding-top:10px;
}	
.footer
	{
		width:960px;
		background:url(../img/footer.jpg) no-repeat left top;
		height:52px;
		margin:10px 0 0 0;
	}
	
.footer_left
	{
		width:622px;
		padding:15px;
		float:left;
	}
	
	
.footer_left ul
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
.footer_left ul li
	{
		float:left;
		padding:0px 15px;
		line-height:20px;
		background:url(../img/li_bg.jpg) no-repeat right top;
	}
	
.footer_left ul li a:link, .footer_left ul li a:visited
	{
	 color:#cccccc;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 text-decoration:none;
	}
	
	
.footer_left ul li a:hover
	{
	 color:#e23732;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 text-decoration:none;
	}

	
#nav .nev_left ul li.last
	{
		background:none;
	}
	
	
.footer_right
	{
		width:226px;
		float:right;
		padding:15px 0 0 0;
	}
	
.footer_right ul
	{
		margin:0px;
		padding:0px;
		float:right;
		list-style:none;
	}
	
.footer_right ul li
	{
		float:left;
		padding:0px 15px;
		line-height:20px;
	}
	
.footer_right ul li a:link, .footer_right ul li a:visited
	{
	 color:#cccccc;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 text-decoration:none;
	}
	
	
.footer_right ul li a:hover
	{
	 color:#e23732;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 text-decoration:none;
	}

.con_wrap
	{
		width:540px;
		margin:5px 5px 5px 7px;
		padding:0px;
	}
	
	
.con_wrap h2
	{
		margin:0px 0 5px;
		padding:0px;
		font-weight:normal;
		font-style:italic;
	}
	
	
.brnd_img
	{
		padding:5px;
		background:#ededed;
	}
	
	
ul.brand
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}

ul.brand li
	{
		/*width:178px;*/
		height:auto;
		/*background:url(../img/box_top.jpg) no-repeat left top;*/
		padding:0px 0 0 0;
		/*float:left;*/
		margin:0 3px 5px 0;
		border-bottom:1px solid #ccc;
	}
	
ul.brand li .top
	{
		width:178px;
		height:300px;
		background:url(../img/box_btm.jpg) no-repeat left bottom;
		padding:0px 0px 10px;
		text-align:center;
	}

ul.brand li .top h3
	{
		margin:0px;
		padding:0px;
		font-size:12px;
		color:#4f5d69;
	}
	
ul.brand li .top .retail
	{
		font-size:11px;
		color:#0077ac;
		margin:5px 0px;
	}
	
	
ul.brand li .top .store
	{
		font-size:12px;
		color:#4f5d69;
		margin:5px 0;
		font-weight:bold;
	}
	
ul.brand li .top .btn
	{
		font-size:11px;
		margin:5px 0px;
	}
	
	
ul.brand li .top .btn input.question
	{
		width:99px;
		line-height:21px;
		background:url(../img/inpt_bg_que.jpg) no-repeat;
		padding:3px;
		text-align:center;
		color:#fff;
		font-size:16px;
		cursor:pointer;
		font-weight:normal;
		border:0px;
		margin:5px 0 0 0;
	}
	
ul.brand li .top .btn input.green
	{
		width:99px;
		background:url(../img/green_btn_bg.jpg) no-repeat;
		padding:3px;
		text-align:center;
		cursor:pointer;
		color:#fff;
		font-size:16px;
		font-weight:normal;
		border:0px;
		line-height:21px;
		margin:5px 0 0 0;
	}

ul.brand li  .btn
	{
		font-size:11px;
	}
	
	
ul.brand li  .btn input.question
	{
		width:65px;
		line-height:21px;
		background:url(../img/inpt_bg_que2.jpg) no-repeat;
		padding:3px;
		text-align:center;
		color:#fff;
		font-size:16px;
		cursor:pointer;
		font-weight:normal;
		border:0px;
		margin:5px 0 0 0;
		height:24px;
	}
	
ul.brand li  .btn input.green
	{
		width:65px;
		background:url(../img/green_btn_bg.jpg) no-repeat;
		padding:3px;
		text-align:center;
		cursor:pointer;
		color:#fff;
		font-size:16px;
		font-weight:normal;
		border:0px;
		line-height:21px;
		margin:5px 0 0 0;
	}
	
ul.brand li.last
	{
		margin:0px;
	}	
	
	
.padding_10px
	{
	padding:10px;
	}
	
	
.brdr_btm_none
	{
		border-bottom:0px;
	}
	
.buy_sell
	{
		border-bottom:solid 1px #cccccc;
		padding:5px;
	}


.buy_sell a.pointer
	{
		width:21px;
		float:left;
		height:29px;
		display:block;
		margin:15px 0 0 0;
		text-indent:-99999px;
	}
	
.buy_sell .img
	{
		width:54px;
		float:left;
	}
	
	
.buy_sell input.btn
	{
		width:86px;
		float:left;
		height:40px;
               /* margin:10px 0 0 0;*/
		margin:10px 10 0 0;
		border:0px;
		background:url(../img/strt_buy.jpg) no-repeat;
	}
	
	
	
.buy_sell_active
	{
		border-bottom:solid 1px #cccccc;
		padding:5px;
	}


.buy_sell_active a.pointer
	{
		width:21px;
		float:left;
		display:block;
		height:29px;
		margin:15px 0 0 0;
		background:url(../img/select_arrow.jpg) no-repeat;
		text-indent:-99999px;
	}
	
.buy_sell_active .img
	{
		width:54px;
		float:left;
	}
	
	
.buy_sell_active input.btn
	{
		width:86px;
		float:left;
		height:40px;
		margin:10px 0 0 0;
		border:0px;
		background:url(../img/existing_buy_sell.jpg) no-repeat;
	}
	
	
.buy_sell h3
	{
		text-align:center;
		font-size:17px;
		margin:5px;
	}
	
	
.buy_sell h3 img
	{
		margin:3px 0 0 6px;
	}
	
.mid_wrap_full
	{
		width:755px;
		border-right:solid 1px #e4e4e4;
		float:left;
	}
	
	
.select_right
	{
		background:url(../img/right_head.jpg) no-repeat left top;
		margin:0px;
		padding:10px;
		height:28px;
		font-size:18px;
		font-weight:normal;
		text-align:center;
		color:#5c5b5b;
		float:right;
		width:183px;
	}
	
	
.breadcrub
	{
		font-size:10px;
		color:#959595;
		clear:both;
		padding:11px;
	}
	
.breadcrub, .breadcrub a:link, .breadcrub a:visited
    {
        color: #5C5B5B;
    }
	
	
.in_left
	{
		width:320px;
		float:left;
		margin:0 0 0 5px;
	}
	
	
.in_left h3
	{
		font-size:20px;
		font-weight:normal;
		font-style:italic;
		margin:5px 0;
	}
	
	
.in_left .img
	{
		border:solid 1px #f1f1f1;
		width:290px;
	}
	
	
a.enlarge
	{
		display:block;
		padding:0 0 0 15px;
		background:url(../img/enlarge.jpg) no-repeat;
		font-size:11px;
		color:#9a9997;
		text-decoration:underline;
		margin:10px 0px;
	}
	
.in_right
	{
		width:400px;
		padding-right:10px;
		float:right;
	}
	
.in_right .time	
	{
		padding:0 0 0 15px;
		font-size:20px;
		font-weight:normal;
		margin:5px 0;
		color:#e10000;
	}


.in_right h3
	{
		font-size:20px;
		margin:10px 0;
		padding:0 0 10px 0;
		color:steelBlue;
		border-bottom:solid 1px #e4e4e4;
	}
	
	
	
a:link, a:visited
	{
		/* color:#98a7dc;*/
                color:#4682B4;
		text-decoration:none
	}
	
	
a:hover
	{
		color:#98a7dc;
		text-decoration:none;
	}
	
	
.in_right p.price
	{
		font-size:11px;
		color:#a3a8b9;
	}
	
	
.in_right p.price span
	{
		font-size:18px;
		font-weight:bold;
		color:#222539;
		padding:0 10px;
	}
	
	
.review
	{
		background:url(../img/de_select_star.jpg) repeat-x 0px 0px;
		height:27px;
		width:135px;
		float:left;
		margin:0px;
	}
	
	
.review .revie_sel
	{
		background:url(../img/select_star.jpg) repeat-x 0px 0px;
		height:27px;
		display:block
	}
	
a.rev
	{
		float:left;
		margin:8px;
	}
	
	
.in_right .key_fet h4
	{
		font-size:14px;
		margin:8px 0px;
	}
	
	
.in_right .key_fet ul
	{
		margin:0px 0 15px;
		padding:0px;
	}
	
	
.in_right .key_fet ul li
	{
		margin:3px 0 3px 15px;
		padding:0px;
		list-style:outside;
	}
	
	
.btn_img
	{
		width:96px;
		float:left;
		background:url(../img/btn_img.jpg) no-repeat;
		border:0px;
		font-weight:bold;
		text-align:center;
		height:29px;
		cursor:pointer;
		float:left;
	}
	
.btn_img1
	{
		width:160px;
		float:left;
		background:url(../img/btn_img1.jpg) no-repeat;
		border:0px;
		font-weight:bold;
		text-align:center;
		height:29px;
		float:left;
		font-size:1.2em;
		color:#5C5B5B;
	}
	
.in_btm_left
	{
		width:410px;
		float:left;
		background:url(../img/left_box_top.jpg) no-repeat left top;
		padding:10px 0 0 0;
		margin:10px 0 0 10px;
	}

.in_btm_left .btm
	{
		width:390px;
		padding:0px 10px 10px;
		background:url(../img/left_box_btm.jpg) no-repeat left bottom;
	}
	
	
.in_btm_left .btm h4
	{
		color:#e94141;
		font-size:20px;
		margin:6px 0;
	}
	
	
.in_btm_left .btm .left
	{
		width:280px;
		float:left;
		margin:15px 0 0 0;
	}
	
.in_btm_left .btm .left p
	{
		margin:0px;
	}


.in_btm_left .btm .left p.itelic
	{
		font-style:italic;
	}	
	
.in_btm_left .btm .right
	{
		width:100px;
		float:right;
		margin:15px 0 0 0;
	}
	
	
	
	
.in_btm_left .btm .right input.question
	{
		width:81px;
		line-height:21px;
		background:url(../img/inpt_bg_que2.jpg) no-repeat;
		padding:3px;
		text-align:center;
		color:#fff;
		font-size:16px;
		cursor:pointer;
		font-weight:bold;
		border:0px;
		margin:5px 0 0 0;
		height:30px;

	}
	
.in_btm_left .btm .right input.green
	{
		width:93px;
		background:url(../img/green_btn_bg.jpg) no-repeat;
		padding:3px;
		text-align:center;
		cursor:pointer;
		color:#fff;
		font-size:16px;
		font-weight:normal;
		border:0px;
		line-height:21px;
		margin:5px 0 0 0;
	}
	
.in_btm_right_sec
    {
		float:right;
    }
	
.in_btm_right
	{
		background:url(../img/right_box_top.jpg) no-repeat left top;
		padding-top:10px;
		width: 320px;
		float: left;
		margin-left: 8px;
	}
	
.in_btm_right .btm_right
	{
		width:320px;
		padding:0px 0px 10px;
		background:url(../img/right_box_btm.jpg) no-repeat left bottom;
		
	}
	
	
.in_btm_right .btm_right ul
	{
		margin:0px 20px 0 10px;
		padding:0px;
		list-style:none;
	}
	
	
.in_btm_right .btm_right ul li
	{
		display:block;
		border:solid 1px #e2e2e1;
		border-width:1px 0px;
		padding:2px 5px;
	}
	
.in_btm_right .btm_right ul li.smart
	{
	background:#ebeffa;
	}
	
.in_btm_right .btm_right ul li p
	{
		margin:0px;
	}
	
.in_btm_right .btm_right ul li strong
	{
		color:#930250;
	}
	
.in_btm_right .btm_right ul li span
	{
		font-size:9px;
	}
	
.in_btm_right .btm_right ul li .left_bx
	{
		width:111px;
		float:left;
	}
	
.rating_green
	{
		background:url(../img/un_active_green.jpg) repeat-x;
		width:50px;
		height:9px;
		margin:5px 0px;
		float:left;
	}


.rating_green .select
	{
		display:block;
		background:url(../img/active_green.jpg) repeat-x;
		height:9px;
	}	
	
	
.smart .rating_green
	{
		background:url(../img/smart_un_active.jpg) repeat-x;

	}


.smart .rating_green .select
	{
		background:url(../img/smart_active.jpg) repeat-x;
	}	
	
.in_btm_right .btm_right ul li .left_bx input.chkbx
	{
		float:left;
		margin:5px 0 0 10px;
	}
	
.in_btm_right .btm_right ul li .midle_bx
	{
		width:65px;
		float:left;
	}	
	
.in_btm_right .btm_right ul li .midle_bx .price
	{
		font-size:12px;
		font-weight:bold;
	}
	
.in_btm_right .btm_right ul li .midle_bx .total_prc a
	{
		font-size:9px;
		color:#9fa09e;
	}
	
.in_btm_right .btm_right ul li .vst_str
	{
		width:81px;
		height:20px;
		background:url(../img/vist_str.jpg) no-repeat;
		border:0px;
		float:right;
	}	
	
	
.m_l_10
	{
		margin-left: 10px;
	}
	
	
	
.in_btm_left_sec
	{
		width:400px;
		float:left;
		padding:10px 0 0 0;
		margin:10px 0 0 10px;
	}
	
	
.in_btm_left_sec h4
	{
		font-size:12px;
		margin:0px;
		padding:0px;
	}
	
	
.in_btm_left_sec .rating_bx
	{
		width:141px;
		float:left;
	}
	
.in_btm_left_sec .rating_bx p
	{
		margin:0px;
	}	
	
	
.in_btm_left_sec .rating_bx .rating
	{
		background:url(../img/av_rating_unactive.jpg) repeat-x;
		width:105px;
		height:20px;
		margin:5px 0px;
		float:left;
	}


.in_btm_left_sec .rating_bx .rating .select
	{
		display:block;
		background:url(../img/av_rating_active.jpg) repeat-x;
		height:20px;
	}
	
	
.in_btm_left_sec .right_rat
	{
		width:261px;
		float:right;
	}
	
	
.green
	{
		font-weight:bold;
		color:#17a049;
	}
	
.red
	{
		font-weight:bold;
		color:#8b0b50;
	}
	
	
	
.cpmr_sort
	{
		background:url(../img/cmpr_shorting.jpg) repeat-x left bottom #fdfdfd;
		border:solid 1px #cacaca;
		font-size:11px;
		color:#959595;
		padding:3px;
		margin:0px 5px;
	}
	
.cpmr_sort .inpt
	{
		font-size:9px;
		background:#f5f5f5;
		border:solid 1px #dfdfdf;
		width:20px;
		margin:0px 3px;
	}
.cpmr_sort .select
	{
		font-size:9px;
		background:#f5f5f5;
		border:solid 1px #dfdfdf;
		width:40px;
		margin:0px 3px;
	}
.cpr_prd
	{
		margin:10px;
	}
	
.cpr_prd ul
	{
		margin:0px 10px;
		padding:0px;
		list-style:none;
	}
	
.cpr_prd ul li
	{
		float:left;
		width:150px;
		margin:0 15px 0 0;
        height:220px;
	}
	
	
.cpr_prd ul li .img
	{
		border:solid 1px #eeeeee;
		padding:10px;
		margin:0 0 15px;
	}
	
	
.cpr_prd ul li .price
	{
		color:#b3aab1;
		font-size:11px;
	}
	
.cpr_prd ul li .price span
	{
		color:#584342;
		font-size:12px;
		font-weight:bold;
	}

.special_stores
	{
		margin:10px;
	}
	
.special_stores ul
	{
		margin:0px 10px;
		padding:0px;
		list-style:none;
	}
	
.special_stores ul li
	{
		float:left;
		width:150px;
		margin:0 15px 0 0;
		height:115px;
	}
	
	
.special_stores ul li .img
	{
		border:solid 1px #eeeeee;
		padding:10px;
		margin:0 0 15px;
	}
	
	
h3.red
	{
		color:#df2a2a;
		font-size:22px;
		font-weight:normal;
		margin:10px;
	}
	
	
.search_new
	{
		background:url(../img/search_bg.jpg) repeat-x;
		width:532px;
		padding:15px 10px 0px 10px;
		height:33px;
		float:left;
	}

.search_new .inpt
	{
		width:360px;
		padding:2px 2px 2px 30px;
		background:url(../img/search_inpt.jpg) no-repeat;
		border:0px;
		margin:0 0 0 15px;
		float:left;
	}
	
.search_new .btn
	{
		width:86px;
		background:url(../img/search.jpg) no-repeat;
		border:0px;
		height:25px;
		margin:0 25px 0 0;
		float:right;
	}	
	
	
.cpmr_head
	{
		background:url(../img/cmpr_shorting.jpg) repeat-x left bottom #fdfdfd;
		border:solid 1px #cacaca;
		font-size:12px;
		color:#9c9b97;
		font-weight:bold;
		padding:3px;
		margin:0px 5px;
	}


.prbox_list
	{
		padding:10px;
		border:solid 1px #cacaca;
		margin:0px 5px;
	}
	
	
.prbox_list .top
	{
		border-bottom:solid 1px #cacaca;
		padding:0 0 10px;
	}
	
	
.prbox_list .top .product
	{
		width:100px;
		float:left;
		text-align:center;
	}
	
	
.prbox_list .top .product a
	{
		display:block;
		margin:10px 0 0 0;
	}
	
	
.pro_list_sort
	{
		margin:10px 0 0 20px;
		float:left;
		width:250px;
	}
	
.pro_list_sort ul
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
.pro_list_sort ul li
	{
		margin:3px 0;
		padding:0px;
	}

ul.menu
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
ul.menu li
	{
		margin:0px;
		padding:3px 10px;
	}
	
ul.menu li a
	{
		font-weight:bold;
		color:#5b5b5b;
	}
	
	
ul.menu li.active a
	{
		font-weight:bold;
		color:#e54039;
	}
	

.dashboard
	{
		background:url(../img/search_bg.jpg) repeat-x;
		width:532px;
		padding:15px 10px 0px 10px;
		height:33px;
                float:left;
	}
.dashboard h2
	{
		margin:0px;
		padding:10px;
		height:28px;
		font-size:18px;
		font-weight:normal;
		color:#5c5b5b;
                padding:0 10px 10px 10px;
	}


a.logout
	{
		display:block;
		width:50px;
		height:31px;
		float:left;
		text-decoration:none;
                color:#e23732;		
		font-weight:bold;
		margin:10px 0px 0 10px;
		padding:5px 0 0 20px;		
	}
	
a.logout:hover
	{
		color:#cccccc;
	}

.front_auc
	{
                border:1px solid #CCC;border-width:0 1px;width:99.8%;
	}
	
	

	/*------------------------------------------13/8/2010----------------------------------*/
.Alinejustify{ text-align:justify;}	
.Alinecenter{ text-align:center;}
.Flotleft{ float:left;}
.Flotright{ float:right;}
.Light14{ font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal;}
.Light18{ font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal;}
.Light26{ font-family:Arial, Helvetica, sans-serif; font-size:26px; font-weight:normal;}
.Light48{ font-family:Arial, Helvetica, sans-serif; font-size:48px; font-weight:normal;}
.Gray1{ color:#5c5b5b;}
.Red{ color:#e10000;}
.Paddingleft66{ padding-left:66px;}
.Padtop8{ padding-top:8px;}
.Padleft6{ padding-left:6px;}
.Padtop4{ padding-top:4px;}
.Clear{ clear:both;}

.Button{ width:34px; height:28px; float:left; background-image:url(../img/on_button.jpg); background-repeat:no-repeat; border:0px;}
.Button2{ width:32px; height:28px; float:left; background-image:url(../img/off_button.jpg); background-repeat:no-repeat;  border:0px;}

	
#popWapper{ width:946px; height:auto; margin:auto; margin-top:150px;}
.PopupInner{ width:946px; height:auto; float:left;}
.PopupMiddle{ width:926px; height:auto; float:left; background-image:url(../img/popupmiddleimg.png); background-repeat:repeat-y; padding:0 0 0 19px;}
.TopheadingBg{ width:887px; height:auto; float:left; padding:0 0 0 0px; background-image: url(../img/popup_topheading_Bg.jpg); background-repeat:no-repeat;}
.PopTopHeading{ width:auto; height:auto; float:left; padding:8px 0 8px 19px;}
.Charitytext{ width:843px; height:auto; float:left; padding:0 0 18px 19px;}
.Middlecontain{ width:843px; height:auto; float:left; padding:15px 0 0px 19px;}
.Middlebox2{ width:843px; height:auto; float:left;}
.Popupimg2{ width:auto; height:auto; float:left; margin:-41px 0 0 30px; position:relative;}
.Popupimg3{ width:auto; height:auto; float:left; margin:15px 0 0 60px; position:relative;}
.Popupimg4{ width:auto; height:auto; float:left; margin:-45px 0 0 60px; position:relative;}
.Popupimg5{ width:auto; height:auto; float:left; margin:-100px 0 0 0px; position:relative; padding-left:320px;}
.Popupimg6{ width:auto; height:auto; float:left; margin:0px 0 0 75px; position:relative;}
.Popimg2Text{ width:348px; height:auto; float:left; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; padding:10px 0 0 20px;}
.Popimg2Text2{ width:348px; height:auto; float:left; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; padding:60px 0 0 0px;}
.Popimg4Text{ width:520px; height:auto; float:left; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; padding:20px 0 0 0px; margin:0px;}
.Popimg6Text{ width:391px; height:auto; float:left; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; padding:100px 0 0 0px;}
.Buttondiv{ width:242px; height:auto; float:left; padding:12px 0px 0 40px;}

.FloatRight{float:right;}
.MiddTopBlock{width:843px; height:auto; float:left;}
.MiddTopLeftBlock{width:593px; height:auto; float:left;}
.MiddTopSearchLeft{width:551px; height:83px; float:left; background:url(../img/search_box.png) no-repeat;}
.SearchBlock{width:548px; height:auto; float:left; padding-left:45px; padding-top:10px;}
.SearchBoxTextfild{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666666; background:url(../img/search_box_bg.png) no-repeat; width:340px; height:18px; border:0px; padding-left:30px; padding-right:10px;}
.MiddleTopbox2{ width:843px; height:auto; float:right; position:relative;}
.MiddleLeftTextTop2{ width:390px; height:auto; float:left; padding-right:10px;}
.MiddleRightTextTop2{ width:423px; height:auto; float:left; padding-top:28px;}
.Light13A{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal;}
.PaddL10{padding-left:10px;}
.PaddT20{padding-top:20px;}
.MiddBottLeftBlock{width:250px; height:auto; float:left; padding-right:10px;}
.MiddBottMiddBlock{width:349px; height:auto; float:left;}
.MiddBottRightBlock{width:234px; height:auto; float:left;}
.MiddBottRightTextBlock{width:228px; height:auto; float:left; padding-top:50px; padding-left:6px;}
.MiddleLeftTextTop3{ width:336px; height:auto; float:left; padding-left:64px;}

#PopupImg10 {
	position:absolute;
	width: auto;
	height: auto;
	z-index:1;
	top: 116px;
	left: 11px;
}

.Popupimg8{ width:auto; height:auto; float:left; margin:-24px 0 0 30px; position:relative;}
.Popupimg9{ width:auto; height:auto; float:left; margin:-100px 0 0 0px; position:relative; padding-left:224px;}
.Popimg2Text3{ width:237px; height:auto; float:left; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; padding:50px 0 0 20px;}
.Buttondiv2{ width:220px; height:auto; float:right; padding:12px 0px 0 40px;}

.TopheadingBg2{ width:887px; height:auto; float:left; padding:0 0 0 0px; background-image: url(../img/top_bg.jpg); background-repeat:no-repeat;}

#save_money2
	{
		width:960px;
		background:url(../img/box_02.jpg) no-repeat left top;
		float:left;
		
	}
	
.HowItWorkTopBlock{width:930px; height:auto; float:left; border-bottom:1px solid #cecece; padding:15px;}
.HowItWorkTopTextBlock{width:460px; height:auto; float:left;}
.Light42T{font-family:Tahoma, Geneva, sans-serif; font-size:42px; font-weight:normal;}
.Gray2{color:#5c5b5b;}
.HowItWorkTopTextLeft{width:260px; height:auto; float:left; padding-top:54px;}
.PaddB8{padding-bottom:8px;}
.Light24A{font-family: Arial, Helvetica, sans-serif; font-size:24px; font-weight:normal;}
.HowItWorkTopTextRight{width:200px; height:auto; float:left; padding-top:10px;}
.HowTopTextRightList{width:200px; height:auto; float:left; padding-bottom:20px;}
.PaddL10{padding-left:10px;}
.PaddT2{padding-top:2px;}
.HowMiddBlock{width:930px; height:auto; float:left; padding:15px;}
.HowMiddLeftBlock{width:685px; height:auto; float:left;}
.HowMiddLeftTopBlock{width:685px; height:16px; float:left; background:url(../img/how_left_top_img.jpg) no-repeat;}
.HowMiddLeftTittle{width:655px; height: auto; float:left; padding-bottom:4px;}
.HowMiddLeftInnerList{width:645px; height: 57px; float:left; padding-left:5px; padding-right:5px; padding-top:15px;}
.HowMiddLeftMiddBlock{width:655px; height: auto; float:left; background:url(../img/how_left_midd_img.jpg) repeat-y; padding-left:15px; padding-right:15px;}

.HowMiddLeftBottBlock{width:685px; height:16px; float:left; background:url(../img/how_left_bott_img.jpg) no-repeat;}
.Light16A{font-family: Arial, Helvetica, sans-serif; font-size:16px; font-weight:normal;}
.Light12A{font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;}
.HowItworkRightBlock{width:215px; height:auto; float:right;}
.HowItworkRightTopBlock{width:215px; height:13px; float:right; background:url(../img/how_right_top_img.jpg) no-repeat bottom;}
.HowItworkRightMiddBlock{width:169px; min-height:164px; float:right; background:url(../img/how_right_midd_img.jpg) repeat-x #fefefd; border-left:1px solid #cecece; border-right:1px solid #cecece; padding-top:5px; padding-left:22px; padding-right:22px;}
.HowItworkRightBottBlock{width:215px; height:10px; float:right; background:url(../img/how_right_bott_img.jpg) no-repeat;}



.con_wrap clearfix{
	_margin:0 0 0 5px;
	_width: 545px;
}
#ending-soon{
	_width:535px;
}
	
.nilink {
    font-weight:bold;
    color:#5b5b5b;
}
	
ul.menu li.nilink {
    padding: 15px 10px 3px 10px;
}
ul.menu li.snilink a:link,ul.menu li.snilink a:visited {
	color:#4682B4;
	text-decoration:none;
	font-size:9px;
}

.buy_down
	{
		border-bottom:solid 1px #cccccc;
		padding:5px;
	}


.buy_down a.pointer
	{
		width:21px;
		float:left;
		height:29px;
		display:block;
		margin:15px 0 0 0;
		text-indent:-99999px;
	}
	
.buy_down .img
	{
		width:54px;
		float:left;
	}
	
	
.buy_down input.btn
	{
		width:86px;
		float:left;
		height:40px;
               /* margin:10px 0 0 0;*/
		margin:10px 10 0 0;
		border:0px;
		background:url(../img/strt_buydown.jpg) no-repeat;
	}
	
	
	
.buy_down_active
	{
		border-bottom:solid 1px #cccccc;
		padding:5px;
	}


.buy_down_active a.pointer
	{
		width:21px;
		float:left;
		display:block;
		height:29px;
		margin:15px 0 0 0;
		background:url(../img/select_arrow.jpg) no-repeat;
		text-indent:-99999px;
	}
	
.buy_down_active .img
	{
		width:54px;
		float:left;
	}
	
	
.buy_down_active input.btn
	{
		width:86px;
		float:left;
		height:40px;
		margin:10px 0 0 0;
		border:0px;
		background:url(../img/existing_buydown.jpg) no-repeat;
	}
	
	
.buy_down h3
	{
		text-align:center;
		font-size:17px;
		margin:5px;
	}
	
	
.buy_down h3 img
	{
		margin:3px 0 0 6px;
	}


/*Edit on 30 Aug 10 */

#save_money{
	width:950px;
	background:url(../img/box_01.jpg) no-repeat left top;
	padding:10px 0 10px 10px;
}
.saveMoneyLeft{
	width:179px;
	height:146px;
	float:left;
}
.saveMoneyRight{
	float:right;
	width:770px;
	height:146px;
	background:url(../img/banner_right_bg.gif) no-repeat;
	background-position:-10px 0;
}
.saveMoneyRight ul{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:53px 0 0 0;
	width:100%;
}
.saveMoneyRight ul li{
	display:block;
	float:left;
}
.saveMoneyRight ul li a{
	display:block;
}
.saveMoneyRight ul li a:hover{
	text-decoration:none;
	display:block;
}
.saveMoneyRight ul li.menu1 a{
	background:url(../img/BuyDownMenu1.jpg) no-repeat;
	width:200px;
	height:95px;
}
.saveMoneyRight ul li.menu1 a:hover{
	background:url(../img/PriceCompHi.jpg) no-repeat;
}
.saveMoneyRight ul li.menu2 a{
	background:url(../img/BuyDownMenu2.jpg) no-repeat;
	width:189px;
	height:95px;
}
.saveMoneyRight ul li.menu2 a:hover{
	background:url(../img/BuySellHi.jpg) no-repeat;
}
.saveMoneyRight ul li.menu3 a{
	background:url(../img/BuyDownMenu3.jpg) no-repeat;
	width:189px;
	height:95px;
}
.saveMoneyRight ul li.menu3 a:hover{
	background:url(../img/BuyDownHi.jpg) no-repeat;
}
.saveMoneyRight ul li.menu4 a{
	background:url(../img/BuyDownMenu4.jpg) no-repeat;
	width:190px;
	height:95px;
}
.saveMoneyRight ul li.menu4 a:hover{
	background:url(../img/CharitiesHi.jpg) no-repeat;
}

.headerButtons
{
	width:154px;
	float:left;
}
.headerButtons ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.headerButtons ul li
{	
	padding:15px 22px;
}
.headerButtons ul li a{
	display:block;
	width:137px;
	height:50px;
}
.headerButtons ul li a:hover{
	text-decoration:none;
	display:block;
}
.headerButtons ul li.menu1 a{
	background:url(../img/btn_header_price_comparison_shopping.jpg) no-repeat;
}
.headerButtons ul li.menu1 a:hover{
	background:url(../img/btn_header_price_comparison_shopping.jpg) no-repeat;
}
.headerButtons ul li.menu2 a{
	background:url(../img/btn_header_buy_sell_your_own_stuff.jpg) no-repeat;
}
.headerButtons ul li.menu2 a:hover{
	background:url(../img/btn_header_buy_sell_your_own_stuff.jpg) no-repeat;
}
.headerButtons ul li.menu3 a{
	background:url(../img/btn_header_charity_auctions.jpg) no-repeat;
}
.headerButtons ul li.menu3 a:hover{
	background:url(../img/btn_header_charity_auctions.jpg) no-repeat;
}
.headerButtons ul li.menu4 a{
	background:url(../img/btn_header_buydown_auctions.jpg) no-repeat;
}
.headerButtons ul li.menu4 a:hover{
	background:url(../img/btn_header_buydown_auctions.jpg) no-repeat;
}









/*-----------------------------Other CSS--------*/

#container{width:958px;display:table;text-align:left;z-index:5;margin:0 auto; border-bottom:solid 1px #cccccc;border-left:solid 1px #cccccc;border-right:solid 1px #cccccc;}
fieldset .form-container input.textbox,fieldset .form-container textarea{font:14px Arial, Helvetica, sans-serif;width:50%;border:1px solid #dedede;padding:2px;}
fieldset .form-container input.form-error{border:1px solid #c18888;}
fieldset .form-container .error-message{font-size:11px;font-weight:700;color:#e45b00;margin-left:160px;_margin-left:163px;}
fieldset .error-message{font-size:11px;font-weight:700;color:#e45b00;}
fieldset .text label{float:left;display:inline;width:150px;margin-right:10px;padding-bottom:8px;}
#UserLoginForm div.text label,#UserLoginForm div.password label,#UserRegisterForm div.text label,#UserRegisterForm div.password label{float:left;display:inline;width:130px;margin-right:10px;padding-bottom:8px;text-align:right;font-size:12px;}
#UserRegisterForm div.text label,#UserRegisterForm div.date label,#UserRegisterForm div.select label,#UserRegisterForm div.password label,#UserEditForm div.text label,#UserEditForm div.date label,#UserEditForm div.select label,#UserEditForm div.password label{float:left;display:inline;width:140px;margin-right:10px;padding-bottom:8px;text-align:right;font-size:12px;}
#UserRegisterForm div.checkbox{font-size:1em;margin-left:100px;margin-bottom:0;padding:0.2em 0 0.8em;}
#UserEditForm div.checkbox{font-size:1em;margin-left:150px;padding:0.5em 0 1em;}
fieldset.upadd div.checkbox{font-size:1em;margin-left:145px;padding:0.5em 0 1em;}
#UserRegisterForm .error-message,#UserEditForm .error-message{font-size:1.3em;margin-left:150px;color:#e45b00;padding:0.2em 0 0.5em;}
#UserRegisterForm select,#UserEditForm select,fieldset.upadd .select select,fieldset.contact .select select{font-size:2em;}
.checkbox_login{font-size:1em;margin-left:160px;padding:0.2em 0 0.5em;}
fieldset.upadd .text label,fieldset.upadd .select label{float:left;display:inline;width:135px;margin-right:10px;text-align:right;font-size:1.3em;}
fieldset .input,fieldset.upadd .input{clear:both;font-weight:700;padding:0 0 1em;}
fieldset.coupon .text label{float:left;display:inline;width:150px;margin-right:10px;text-align:right;font-size:1.3em;}
fieldset.coupon div.submit input{font-size:16px;}
fieldset .text input,fieldset .password input,fieldset .textarea textarea{font:1.5em Arial, Helvetica, sans-serif;width:65%;border:3px solid #dedede;padding:0.5em;}
fieldset input.disabled,form input.disabled{ime-mode:disabled;text-transform:lowercase;}
fieldset .text input:hover,fieldset .password input:hover,.textarea textarea:hover,fieldset input.disabled:hover,form input.disabled:hover,form#UserResetForm input.disabled:hover,#bid-product-details fieldset.auto .text input:hover,#auction-details fieldset.auto input:hover,#InviteIndexForm textarea#recipient_list:hover,#InviteIndexForm textarea#InviteMessage:hover{border-color:#00A0DD;}
div.submit,#frmPaypal input{text-align:center !important;margin:1em 1em 20px;}
div.submit input,#UserResetForm div.submit input,fieldset.contact div.submit input,#UserEditForm div.submit input{-webkit-border-radius:5px;-moz-border-radius:5px;font-weight:700;color:#FFF;font-size:1.7em;text-align:center;cursor:pointer;background-image:url(/themed/template2/img/bg/nav-bars.png);border:1px solid #295278;background-color:#32679b;background-position:0 0;background-repeat:repeat-x;text-shadow:-1px -1px 0 #3f6d8e;padding:5px 15px;}
#UserRegisterForm div.submit input,#frmPaypal input{-webkit-border-radius:5px;-moz-border-radius:5px;font-weight:700;color:#FFF;font-size:1.7em;text-align:center;cursor:pointer;background-image:url(/themed/template2/img/bg/nav-bars.png);border:1px solid #79662f;background-color:#a78525;background-position:0 -960px;background-repeat:repeat-x;text-shadow:-1px -1px 0 #9c7934;padding:5px 15px;}
#UserLoginForm div.submit input{-webkit-border-radius:5px;-moz-border-radius:5px;font-weight:700;color:#FFF;font-size:1.7em;text-align:center;cursor:pointer;background-image:url(/themed/template2/img/bg/nav-bars.png);border:1px solid #567824;background-color:#709A32;background-position:0 -220px;background-repeat:repeat-x;text-shadow:-1px -1px 0 #759827;padding:5px 15px;}
* html #bid-product-details .bid-butler div.submit input{width:170px;font-weight:700;color:#545454;font-size:1em;text-align:center;cursor:pointer;background-image:url(/themed/template2/img/bg/nav-bars.png);border:1px solid #C4C4C4;background-color:#DEDEDE;background-position:0 -540px;background-repeat:repeat-x;right:0;top:0;margin:0;padding:0.4em 0;}
*:first-child+html #bid-product-details .bid-butler div.submit input{font-weight:700;color:#545454;font-size:1em;text-align:center;cursor:pointer;background-image:url(/themed/template2/img/bg/nav-bars.png);border:1px solid #C4C4C4;background-color:#DEDEDE;background-position:0 -540px;background-repeat:repeat-x;text-shadow:1px 1px 0 #FFF;right:0;top:0;padding:0.4em 0;}
#bid-product-details .bid-butler div.submit input,a.addedit,p.button a,td.gray_b a,a.button,div.see-more a{-webkit-border-radius:6px;-moz-border-radius:6px;font-weight:700;color:#545454;font-size:1em;text-align:center;cursor:pointer;background-image:url(/themed/template2/img/bg/nav-bars.png);border:1px solid #C4C4C4;background-color:#DEDEDE;background-position:0 -540px;background-repeat:repeat-x;text-shadow:1px 1px 0 #FFF;right:0;top:0;padding:0.4em 1em;}
fieldset.enquete label{float:left;display:inline;width:200px;margin-right:10px;text-align:right;font-size:1.3em;}
fieldset.pw .text label{float:left;display:inline;width:150px;margin-right:10px;padding-bottom:8px;text-align:right;font-size:1.3em;}
fieldset .text label,fieldset.contact .text label,fieldset.contact .select label,fieldset.contact .textarea label{float:left;display:inline;width:190px;margin-right:10px;padding-bottom:8px;text-align:right;font-size:1.3em;}
#UserRegisterForm div.submit input:hover,#frmPaypal input:hover,ul.to-do li.orange a:hover{background-color:#a78525;background-position:0 -1050px;background-repeat:repeat-x;color:#FFF;text-shadow:1px 1px 0 #9c7934;}
#UserLoginForm div.submit input:hover,ul.to-do li.green a:hover{background-color:#709A32;background-position:0 -320px;background-repeat:repeat-x;color:#FFF;text-shadow:1px 1px 0 #759827;}
* html #bid-product-details .bid-butler div.submit input:hover,*:first-child+html #bid-product-details .bid-butler div.submit input:hover,#bid-product-details .bid-butler div.submit input:hover,a.addedit:hover,p.button a:hover,td.gray_b a:hover,a.button:hover,div.see-more a:hover,ul.to-do li a:hover{background-position:0 -900px;border:1px solid #484848;color:#FFF;text-shadow:-1px -1px 0 #565656;text-decoration:none;}
#InviteIndexForm textarea#recipient_list,#InviteIndexForm textarea#InviteMessage{font:14px Arial, Helvetica, sans-serif;width:90%;border:3px solid #dedede;margin:10px 0;padding:0.5em;}
#UserImportForm label{width:115px;}
#UserImportForm div.input input.importerLogin,#UserImportForm div.input input.importerPassword{width:60%;}
fieldset .checkbox label{float:none;padding-left:4px;}
fieldset div.submit{margin:10px 0 20px;}
fieldset .text .error-message,fieldset .select .error-message,fieldset .textarea .error-message,fieldset .checkbox .error-message,fieldset .password .error-message{font-size:1.3em;margin-left:210px;color:#e45b00;padding:0.2em 0 0.5em;}
fieldset.upadd .text .error-message,fieldset.upadd .select .error-message,fieldset.upadd .textarea .error-message,fieldset.upadd .checkbox .error-message,fieldset.upadd .password .error-message{font-size:1.3em;margin-left:145px;color:#e45b00;padding:0.2em 0 0.5em;}
fieldset .select .error-message,fieldset .password .error-message{margin-left:170px;}
div.checkbox{margin-left:215px;margin-bottom:20px;}
fieldset .textarea .error-message{margin-left:210px;}
fieldset .hint{font-size:11px;color:#666;margin-left:160px;_margin-left:163px;}
* html .regist_side_txt1,*:first-child+html .regist_side_txt1{float:left;width:210px;border:1px solid #D8E7CE;background-color:#EEFCE4;margin-bottom:155px 0 78px;padding:1em;}
* html .regist_side_txt2,*:first-child+html .regist_side_txt2{float:left;width:210px;border:1px solid #D8E7CE;background-color:#EEFCE4;padding:1em;}
body:first-of-type div.regist_side_txt1{-webkit-border-radius:5px;float:left;width:210px;border:1px solid #D8E7CE;background-color:#EEFCE4;margin:155px 0 67px;padding:1em;}
body:first-of-type div.regist_side_txt2{-webkit-border-radius:5px;float:left;width:210px;border:1px solid #D8E7CE;background-color:#EEFCE4;padding:1em;}
.regist_side_txt1{-moz-border-radius:5px;float:left;width:210px;border:1px solid #D8E7CE;background-color:#EEFCE4;margin:155px 0 67px;padding:1em;}
.regist_side_txt2{-moz-border-radius:5px;float:left;width:210px;border:1px solid #D8E7CE;background-color:#EEFCE4;padding:1em;}
.actions ul{margin:10px 0;padding:0;}
.actions ul li{float:left;list-style:none;margin:0 10px 10px 0;padding:0;}
.message{background:#FFFBC6;border:1px solid #F7ED64;color:#555;font-weight:700;font-size:1.2em;line-height:1.5em;padding:14px 16px;}



.success{clear:both;color:#517B29;background:#E3F9DB;border:1px solid #C5DABA;font-weight:700;font-size:1.2em;line-height:1.5em;padding:14px 16px;}
.box{float:left;clear:both;width:100%;margin:10px 0;}
.box .f-top{height:40px;background:url(../img/bg/f_top_b.png) no-repeat;}
.box .f-top-o{height:96px;background:url(../img/bg/f_top_o.png) no-repeat;}
.box .f-top-w{height:96px;background:url(../img/bg/bg_frame.png) no-repeat;}
.box .f-repeat{background:url(../img/bg/bg_frame.png) 0 -96px repeat-y;}
.box .f-repeat-l{background:url(../img/bg/bg_frame_l.png) 0 0 repeat-y;}
.box .f-bottom{height:13px;background:url(../img/bg/bg_frame.png) bottom no-repeat;}
.box .f-bottom-top{height:41px;background:url(../img/bg/bg_frame.png) bottom no-repeat;}
.box .f-top h2{font-size:22px;font-weight:700;color:red;padding:0px 5px 0;}
.box .f-top-w h2,.box .f-top-o h2{font-size:22px;font-weight:700;color:#2A60B8;padding:20px 20px 0;}
.box .f-top p,.box .f-top-w p,.box .f-top-o p{font-size:14px;margin:0;padding:0 20px;}
.box .f-top p{color:#295278;text-shadow:1px 1px 0 #4BA1D2;}
.box .f-repeat .content,.box .f-repeat-l .content{padding:20px 25px;}
.box .f-repeat .pages_content p,.box .f-repeat-l .pages_content p{font-size:16px;line-height:1.45em;text-indent:1em;margin:0 0 10px;padding:0;}
.box .f-repeat .pages_content p.num,.box .f-repeat-l .pages_content p.num{font-size:16px;line-height:1.7em;text-indent:0;margin:0;padding:0;}


.bid-message{font-size:11px;font-weight:700;color:red;line-height:130%;}
.clearfix,.wrapper{float:left;clear:both;width:99%;padding-left:3px;}
ul.brand li .countdown{font:2em Arial, Helvetica, sans-serif;color:#004;font-weight:700;letter-spacing:-1px;line-height:120%;margin:2px 0;}
ul.brand li .countdown p{font-size:20px;color:#999;font-weight:700;letter-spacing:0;line-height:120%;margin:3px 0 2px;}
ul.brand li .price{font:14px Arial, Helvetica, sans-serif;font-weight:700;color:#66BC29;letter-spacing:-1px;line-height:100%;}
ul.brand li .bid-price{padding:0 5px;}
ul.brand li .username{font:1em;font-weight:700;margin-top:2px;}
ul.brand li .countdown{font:14px Arial, Helvetica, sans-serif;color:#004;font-weight:700;letter-spacing:-1px;line-height:120%;margin:2px 0;}
ul.brand li .bid-now{margin:2px 0;}
ul.brand li .bid-button{height:32px;}
ul.brand .bid-msg{height:15px;min-height:15px;padding:2px;}


.countdown{font:2em Arial, Helvetica, sans-serif;font-size:20px;font-weight:700;color:#e10000;letter-spacing:-1px;line-height:100%;}
.countdown p{font:2em Arial, Helvetica, sans-serif;font-size:20px;font-weight:700;color:#e10000;letter-spacing:-1px;line-height:100%;}
.username{font:1em;font-weight:700;margin-top:2px;}
.price{font:2em Arial, Helvetica, sans-serif;font-weight:700;color:#66BC29;letter-spacing:-1px;line-height:100%;}
.bid-price{padding:0 5px;}
.bid-now{margin:2px 0;}
.bid-button{height:32px;}


#auction-details .col1{float:left;width:366px;}
#auction-details .col2{float:left;width:281px;text-align:center;margin:0 18px 0 0;}
#auction-details .col3{float:left;width:240px;}
#auction-details .col1 .content{padding:0 6px;}
#auction-details .col1 .auction-image{text-align:center;margin-bottom:8px;width:340px;border:1px solid #CCC; background: #FFF;}
#auction-details .price{font:31px Arial, Helvetica, sans-serif;color:#66BC29;line-height:60%;font-weight:700;}
#auction-details .vat{font:11px Arial, Helvetica, sans-serif;color:#999;}
#auction-details .timer{font:35px Arial, Helvetica, sans-serif;font-weight:700;color:#004;line-height:110%;letter-spacing:-1px;padding-bottom:10px;margin:14px 0 0;}
#auction-details .timer p{font-size:32px;font-weight:700;color:#999;line-height:110%;letter-spacing:0;padding-bottom:10px;margin:14px 0 0;}
* html #auction-details img.timeincrement,*:first-child+html #auction-details img.timeincrement{padding-left:25px;margin-right:-5px;margin-top:15px;float:left;}
#auction-details img.timeincrement{padding-left:25px;margin-right:-10px;float:left;}
#auction-details .note{width:100%;font-size:11px;line-height:100%;margin:0 auto;padding:10px 0 2px; line-height: 1.3em;}
#auction-details .username{font:bold 13px Arial, Helvetica, sans-serif;line-height:120%;}
#auction-details .bid-now{height:59px;margin:0;}
#auction-details .bid-msg{height:18px;padding:2px;}
#auction-details .bid-type{font-size:14px;font-weight:700;text-transform:uppercase;}
#auction-details .bid-savings-price{color:#66BC29;font:bold 1.5em Arial, Helvetica, sans-serif;}
#auction-details .saving{font-size:15px;font-weight:700;color:#d45000;line-height:110%;margin-top:2px;}
#auction-details .fixed-price-end-bid{font-weight:700;text-align:left;margin:10px 0;}
#auction-details .fixed-price-end-bid label{float:left;width:65px;}
#auction-details .count-saving{text-align:left;border-top:1px solid #DEDEDE;margin-bottom:10px;}
#auction-details .count-saving dt.saving{width:126px;float:left;clear:both;border-bottom:1px dotted #DEDEDE;font-weight:400;font-size:12px;color:#999;margin:0 0 0 5px;padding:8px 5px;}
#auction-details .count-saving dd.saving{width:125px;float:left;text-align:right;border-bottom:1px dotted #DEDEDE;font-weight:400;font-size:12px;color:#999;margin:0 5px 0 0;padding:8px 5px;}
#auction-details .count-saving label,#auction-details .total-savings label{float:left;width:120px;margin-right:10px;}
#auction-details .total-savings{font-weight:700;border-top:1px solid #DEDEDE;padding-top:5px;}
#auction-details .worth-up-to{font-size:11px;margin:30px 0 10px;}
#auction-details .payment-info{font-size:11px;text-align:left;margin:10px 0;}
#auction-details .payment-info dt{float:left;clear:both;width:80px;margin-right:6px;}
#auction-details .payment-info dd{float:left;width:110px;}



#auction-details fieldset.auto{font-size:1em;margin:5px 0 0;}
#auction-details fieldset.auto strong{font-size:1em;margin:-5px 0 0 5px;}
#auction-details fieldset.auto label{float:left;display:inline;font-size:12px;font-weight:700;text-align:left;width:80px;margin:4px 0 0;}
#auction-details fieldset.auto input{font:13px Arial, Helvetica, sans-serif;font-weight:700;width:45%;border:3px solid #dedede;ime-mode:disabled;text-align:center;margin:0 0 10px;padding:0.4em;}


fieldset .desk{color:#025B8E;font-size:1.5em;line-height:1.5em;font-weight:700;margin-top:1.8em;padding:0 0 0.8em;}
fieldset .desk2{font-size:1.2em;line-height:1.5em;font-weight:700;margin-top:1.8em;padding:0 0 0.8em;}
fieldset{border:none;margin:10px 0;}
fieldset legend{font:bold 16px Arial, Helvetica, sans-serif;color:#555;letter-spacing:-1px;margin-bottom:10px;margin-left:-6px;}
fieldset label{float:left;display:inline;width:160px;margin-right:10px;text-align:right;font-size:12px;}
fieldset .radio-group label{float:none;display:inline;width:auto;margin-right:10px;}
fieldset .form-container input.textbox,fieldset .form-container textarea{font:14px Arial, Helvetica, sans-serif;width:50%;border:1px solid #dedede;padding:2px;}
fieldset .form-container input.form-error{border:1px solid #c18888;}
fieldset .form-container .error-message{font-size:11px;font-weight:700;color:#e45b00;margin-left:160px;_margin-left:163px;}
fieldset .error-message{font-size:11px;font-weight:700;color:#e45b00;}
fieldset .text label{float:left;display:inline;width:150px;margin-right:10px;padding-bottom:8px;}
fieldset.upadd div.checkbox{font-size:1em;margin-left:145px;padding:0.5em 0 1em;}
#UserRegisterForm select,#UserEditForm select,fieldset.upadd .select select,fieldset.contact .select select{font-size:12px;font-family:Arial;}
fieldset.upadd .text label,fieldset.upadd .select label{float:left;display:inline;width:135px;margin-right:10px;text-align:right;font-size:1.3em;}
fieldset .input,fieldset.upadd .input{clear:both;font-weight:700;padding:0 0 1em;}
fieldset.coupon .text label{float:left;display:inline;width:150px;margin-right:10px;text-align:right;font-size:1.3em;}
fieldset.coupon div.submit input{font-size:16px;}
fieldset .text input,fieldset .password input,fieldset .textarea textarea{font:12px Arial, Helvetica, sans-serif;width:65%;border:2px solid #dedede;padding:0.5em;}
fieldset input.disabled,form input.disabled{ime-mode:disabled;text-transform:lowercase;}
fieldset .text input:hover,fieldset .password input:hover,.textarea textarea:hover,fieldset input.disabled:hover,form input.disabled:hover,form#UserResetForm input.disabled:hover,#bid-product-details fieldset.auto .text input:hover,#auction-details fieldset.auto input:hover,#InviteIndexForm textarea#recipient_list:hover,#InviteIndexForm textarea#InviteMessage:hover{border-color:#00A0DD;}
div.submit,#frmPaypal input{text-align:center !important;margin:1em 1em 20px;}
div.submit input,#UserResetForm div.submit input,fieldset.contact div.submit input,#UserEditForm div.submit input{-webkit-border-radius:5px;-moz-border-radius:5px;font-weight:700;color:#FFF;font-size:1.7em;text-align:center;cursor:pointer;background-image:url(/themed/template2/img/bg/nav-bars.png);border:1px solid #295278;background-color:#32679b;background-position:0 0;background-repeat:repeat-x;text-shadow:-1px -1px 0 #3f6d8e;padding:0.5em 1.6em;}
fieldset.enquete label{float:left;display:inline;width:200px;margin-right:10px;text-align:right;font-size:1.3em;}
fieldset.pw .text label{float:left;display:inline;width:150px;margin-right:10px;padding-bottom:8px;text-align:right;font-size:1.3em;}
fieldset .text label,fieldset.contact .text label,fieldset.contact .select label,fieldset.contact .textarea label{float:left;display:inline;width:190px;margin-right:10px;padding-bottom:8px;text-align:right;font-size:1.3em;}
fieldset .checkbox label{float:none;padding-left:4px;}
fieldset div.submit{margin:10px 0 20px;}
fieldset .text .error-message,fieldset .select .error-message,fieldset .textarea .error-message,fieldset .checkbox .error-message,fieldset .password .error-message{font-size:1.3em;margin-left:210px;color:#e45b00;padding:0.2em 0 0.5em;}
fieldset.upadd .text .error-message,fieldset.upadd .select .error-message,fieldset.upadd .textarea .error-message,fieldset.upadd .checkbox .error-message,fieldset.upadd .password .error-message{font-size:1.3em;margin-left:145px;color:#e45b00;padding:0.2em 0 0.5em;}
fieldset .select .error-message,fieldset .password .error-message{margin-left:170px;}
div.checkbox{margin-left:215px;margin-bottom:20px;}
fieldset .textarea .error-message{margin-left:210px;}
fieldset .hint{font-size:11px;color:#666;margin-left:160px;_margin-left:163px;}
p,fieldset.coupon div.submit{margin:10px 0;}
#auction-details span.submit input:hover,*:first-child+html #auction-details span.submit input:hover,* html #auction-details span.submit input:hover,div.submit input:hover,#UserResetForm div.submit input:hover,fieldset.contact div.submit input:hover,#UserEditForm div.submit input:hover,ul.to-do li.blue a:hover{background-color:#32679b;background-position:0 110px;background-repeat:repeat-x;color:#FFF;text-shadow:1px 1px 0 #3f6d8e;}
fieldset .form-container,fieldset .input{clear:both;padding:4px 0 6px;}
fieldset .form-container input.checkbox,fieldset .form-container input.button{font:14px Arial, Helvetica, sans-serif;width:auto;padding:2px;}
#auctions_new fieldset{
clear:both;
}
#auctions_new fieldset .text label, fieldset.contact .text label, fieldset.contact .select label, fieldset.contact .textarea label {
width:160px;
}

div.additional_features {
    display:none;
}

.cndtn {
    float: right;
    padding-right: 20px;
}

.fake_link {
    color: steelBlue;
    cursor: pointer;
}
.boxcharsstores{
	background-color:#f6f6f6;
	border:solid 1px #cacaca;
	font-size:11px;
	color:#959595;
	padding:3px;
	margin:0px 10px;
}
/* margin: top px right px bottom px left px*/
.sellername{margin:10px 10px 10px 10px;font-size:14px;width:100px;position:relative;float:left;}
.freeship{ margin:10px 140px 10px 10px;font-size:14px;width:100px;position:relative;float:right;}
.boxstoreslist{
	border-left:solid 1px #cacaca;
	border-top:solid 1px #cacaca;
	border-right:solid 1px #cacaca;
	font-size:11px;
	color:#000000;
	margin:0px 10px;
}
.boxstoreitem{
	border-bottom:solid 1px #cacaca;
	margin:0px;
	position:relative;
	height:42px;
	clear:both;
	font-size:14px;
}
.storename{ line-height:25px; width:305px;height:25px;margin:8px;position:relative;float:left;clear:none;}
.storename a { color:#0047ce;font-size:15px;}
	
.storefreeship{ line-height:25px;width:85px;height:25px;margin:8px;position:relative;float:left;clear:none;}
.storelink{  width:80px;height:25px;margin:8px;position:relative;float:right;clear:none;}
.storelink a{line-height:25px;}
.alfabetical_stores {font-size:14px;}
.alfabetical_stores table a {font-size:14px;color:#0047ce; font-weight:bold;}
.alfabetical_stores table a.currentletter{color:#000000; }
.paginationNew
{
	clear:both;
	font-weight:bold;
	text-align:center;
	padding:9px 0 0;
}
.paginationNew a 
{
	border:1px solid #CCCCCC;
	margin:0 4px;
	padding:2px 7px;
}

.paginationNew .selected 
{
	color:#810051;
	margin:0 4px;
}

.paginationNew .ellips 
{
color:#CCCCCC;
vertical-align:sub;
}

#current_auction_price{
color:#3B9121;
font-size:30px;
font-weight:bold;
padding:55px 10px 0 93px;
text-align:center;
width:160px;
}
#current_auction_start_price{
color:#5B5B5B;
font-size:18px;
padding:35px 170px 0 140px;
text-align:right;
}
#current_auction_savings_procent, #current_auction_savings_amount, #current_auction_participants{
color:#5B5B5B;
font-size:18px;
padding:1px 170px 0 140px;
text-align:right;
}

#current_auction_timer,#current_auction_timerPending{
position: absolute;
text-align: center;
right: 45px;
width: 123px;
color: rgb(91, 91, 91);
font-weight: bold;
font-size: 24px;
top: 62px;
}


#current_auction_return_later, #current_auction_buy_now
	{
		position: absolute;
		right: 42px;
		.right:52px;
		*right:42px;
		width: 125px;
		height: 42px;
		top: 125px;
	}
#current_auction_add_to_list
	{
		position: absolute;
		right: 170px;
		width: 125px;
		height: 42px;
		top: 198px;
	}
#current_auction_return_later
{
	margin-top:67px;
}
ul.queryBidList {
list-style:none outside none;
margin:0;
padding:0;
}

.my_active_bdns
	{
	background:url(../img/my_active_bdn_select.jpg) bottom no-repeat;
	width:203px; 
	height:48px;
	float:left;
	position:relative;
	}
