﻿.ContentContainer
{
	background: #fff; 
	height: 820px; 
	padding-bottom: 20px;
}

#SidebarLeft
{
	margin-top: 520px;
}

#SidebarLeft *
{
	color: #fff;	
}

#SidebarLeft a.itallic
{
	background: url(../images/Controls/listbullet_white.png) no-repeat;
}

#LeftBox
{
	float: left;
	margin-top: 150px;
	margin-left: -210px;
	width: 150px;
	background: url(../images/Content/Revolution/black_trans.png);
	padding: 20px;
		
}

#LeftBox h1
{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.screenBox
{
	margin-top: 20px; 
}

.screenBox img
{
	border: 2px solid #ff0;
}

#RightBox
{
	float: left;
	margin-top: 170px;
	margin-left: 390px;
	padding: 20px;
	width: 200px;
	height: 435px;
	background: url(../images/Content/Revolution/black_trans.png);	
	
}

#RightBox * 
{
	color: #fff;	
}

#RightBox div#Title
{
    margin-bottom: 10px;
}

#RightBox div b
{
	margin: 0px;	
}

#RightBox div i
{
	margin: 0px;
	font-weight: normal;
}

#RightBox p
{
	color: #fff;	
}


#RightBox ul
{
	margin-left: 10px;
	list-style: url(../images/Content/Revolution/haken.png) inside;
}

#RightBox li
{
	font-size: 12px;
	margin-bottom: 3px;
}

#RightBox a
{
	margin-top: 30px;
	display: block;
	width: 191px;
	height: 50px;
	background: url(../images/Content/Revolution/downloadBtn.png) no-repeat;
	line-height: 49px;
	color: #1f3905;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding-left: 19px;
}