﻿.item
{
	position: absolute;
	background-color: #5493fb;
	background-image: url('SelectApp/itemBg.png');
	width: 632px;
	height: 94px;
	cursor: pointer;
	color: #FFFFFF;
	left: 0px;
}

.item:hover
{
	background-color: #ff7a17;
}

.item .icon
{
	position: absolute;
	width: 132px;
	height: 120px;
	top: -18px;
	left: -45px;
	background-position: center center;
	background-repeat: no-repeat;
}

.item .title
{
	font-size: 20px;
	position: absolute;
	left: 100px;
	top: 13px;
}

.item .description
{
	position: absolute;
	top: 39px;
	left: 100px;
	width: 500px;
}

.watch
{
    position: absolute;
	background-color: #5493fb;
	background-image: url('SelectApp/itemBg.png');
	width: 82px;
	height: 94px;
	cursor: pointer;
	color: #FFFFFF;
	right: 0px;
	
}
.watch:hover
{
	background-color: #ff7a17;
}

.watchRight
{
	background-position: -550px 0px;
	background-image: url('SelectApp/itemBg.png');
	width: 90px;
	height: 94px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.watchIcon
{
	position: absolute;
	top: 18px;
	left: 22px;
	width: 38px;
	height: 38px;
	background-image: url('SelectApp/WatchIcon.png');
}
.watchLabel
{
	text-align: center;
	margin-top: 63px;
}
.itemHolder
{
	width: 720px;
	height: 94px;
	position: relative;
	margin: 30px auto;
	
}
.itemHolderNoVideo
{
	width: 610px;
	height: 94px;
	position: relative;
	margin: 15px auto;
	
}