/* CSS Document */

#index-right
{
	width:200px;
	margin-left:10px;
	float:right;
}

#index-right img
{
	margin-bottom:10px;
}

#index-image-container{	width:516px;
	height:140px;
	position:relative; 	margin-bottom:20px;}
	
#index-image
{
	width:516px;
	height:140px;
	position:relative;

}

#index-image-corners
{
	width:516px;
	height:140px;
	position:absolute;
	background-image:url(/assets/visual/index/corners.png);
	z-index:10;
	top: 0px; left: 0px
}

#index-blinds
{
	margin-right:200px;
	margin-bottom:20px;
}

.index-blind 
{
	width:46%;
	margin-left: 1%;
	float:left;
	height: 102px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	cursor:pointer;
	border: 2px solid #879A91;
}

.index-blind img
{
	float: left; 
}

.index-blind span
{
    border-right:2px solid #879A91;
    float:left;
}

.index-blind img.view
{
	border:0px;
	position:absolute;
	right:0;
	bottom:0;
}

.index-blind-title
{
	background-color: #879A91;
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
	padding: 4px 4px 4px 10px;
	margin-left:104px;
}

.index-blind-text
{
	margin-left:106px;
	padding:8px;
	line-height: 110%;
}

#index-text
{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom: 1px solid #E4E4E4;
	margin-right:220px;
	line-height:150%;
	margin-bottom:15px;
}

.index-right-box
{
	border: 1px solid #E4E4E4;
	padding: 5px;
	margin-bottom:10px;
}

#index-recent a
{
	padding-left:2px;
	line-height:150%;
	color:#8C9B94;
}

.index-feature-product
{
	padding:5px;
	height:51px;
	font-size:90%;
	cursor:pointer;
}

.index-feature-dark
{
	background-color:#EFEFEF;
}

.index-feature-product input
{
	border: 1px solid #F89828;
	margin-right:10px;
	float:left;
	padding: 0;
}

.index-feature-product a
{
	font-weight:bold;
	font-size:110%;
	line-height:140%;
}
