﻿/*左边菜单被选中的样式*/
.selected
{
	
	padding-left:15px;
	padding-bottom:1px;
	padding-top:3px;
	background:url(/OsShop/AjaxTemplateBySwn/style/image/checkbox.gif) no-repeat -50px -15px
}
/*左边菜单没有选中的样式*/
.unSelected
{
	padding-left:15px;
	padding-bottom:1px;
	padding-top1:3px;
	background:url(/OsShop/AjaxTemplateBySwn/style/image/checkbox.gif) no-repeat -10px -57px
}
/*左边菜单静止选择的样式*/
.disabled
{padding-left:15px;
	padding-bottom:1px;
	padding-top:3px;
	background:url(/OsShop/AjaxTemplateBySwn/style/image/checkbox.gif) no-repeat -70px 3px
	
}
/*右边产品列表li样式*/
#productBox .product-grid ul#items li
{
	width:180px;
	display:inline-table;
	height:220px;
}
/*产品容器样式*/
.product-grid
{
    margin: 0;
    padding: 0;
	width: 773px;
	text-align:left;
}

.product-grid .item-box
{
    width: 190px;
}

.product-grid .item-box .ProductItem
{
    border: solid 1px #fff;
}

.product-grid .item-box .ProductItem:hover
{
    border: solid 1px #000;
}

.product-grid .item-box .ProductItem .addInfo .title
{
    font-weight: bold;
    height: 30px;
    overflow: hidden;
}

.product-grid .item-box .ProductItem .addInfo .title a
{
    color: #000;
}

.product-grid .item-box .ProductItem .addInfo .prices .oldproductPrice
{
    color: #000;
    text-decoration: line-through;
}

.product-grid .item-box .ProductItem .addInfo .prices .productPrice
{
    color: #02b3ff;
}

/* What's new Selector */
.productFilterSelector
{

}


/*右边产品列表ul样式*/
#productBox .product-grid ul#items
{
	width:100%;
}
/*右边加载时的样式*/
.overlay
{
	background:url(/OsShop/AjaxTemplateBySwn/Style/image/ajax-loader.gif) #fff fixed no-repeat 50% 50%;
	filter: alpha(opacity=20);
	zoom: 1;
	width:773px;
	opacity:0.2;
	display: none;
	position:absolute;
}
/*价格拖动样式蓝点点*/
.ui-slider-handle
{
	top:-5px;
	width:5px;
	height:10px;
	background:#000;
	position:absolute;
}
.ui-slider-range
{
	
	height:4px;
	position:absolute;
	background:#ccc;
	padding:0px;
	margin:0px,
	
}
/*价格拖动长条样式*/
#slider
{
	overflow:visible !important;
	overflow:hidden;
}
/*页码样式*/
.pager_a
{ padding: 2px;
   padding-right: 5px; 
   padding-left: 5px; 
   border: solid 1px #666; 
   background-color: #fff;
   margin-left:10px;
   }
.pager_a_select 
{
	padding: 2px; 
	padding-right: 5px; 
	padding-left: 5px; 
	border: solid 1px #666; 
	background-color: #EDEDED;
	margin-left:10px;
}
/*公共样式*/
.floatLeft
{
	float:left;
	margin-bottom: 10px;
}
.floatRight
{
	float:right;
	margin-bottom: 10px;
}
