.separator,
hr
{
	height: 1px;
	border-top: 1px dotted #98d1fc;
	border-left: 0px;
	border-right: 0px;
}

.container {
	background: #d6edff;
	padding: 10px;
	clear: both;
}

.container.cart {
	background: #d6edff;
}

.spacer {
	clear: both;
	height: 7px;
}

.clearboth {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.downloadstore {
	width: 550px;
}

.downloadstore .totalupdates {
	float: right;
	position: absolute;
	top: 85px;
	color: #999999;
	text-align: right;
	width: 550px;
}

.downloadstore .menu {
	background: url(../images/b01.gif) no-repeat;
	height: 32px;
	float: right;
	margin-right: 5px;
}

.downloadstore .menu a {
	background: url(../images/b02.gif) no-repeat 100% 0px;
}

.downloadstore .menu.cart {
	background: url(../images/b01c.gif) no-repeat;
}

.downloadstore .menu.cart a {
	background: url(../images/b02c.gif) no-repeat 100% 0px;
}

.downloadstore .menu a.addtocart {
	background: url(../images/b02ca.gif) 100% 0px no-repeat;
	padding-left: 25px;
	padding-right: 15px;
	height: 32px;
	width: 15px;
}

.downloadstore .menu a.removefromcart {
	background: url(../images/b02cr.gif) 100% 0px no-repeat;
	padding-left: 25px;
	padding-right: 15px;
	height: 32px;
	width: 15px;
}

.downloadstore .menu a, 
.downloadstore .menu_light a 
{
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.downloadstore .menu a:hover,
.downloadstore .menu_light a:hover 
{
	color: #ffffff;
	text-decoration: underline;
}

.downloadstore .cartid {
	padding-top: 15px;
	padding-left: 10px;
}
	
.downloadstore .item_outer {
	border-top: 2px solid #acd6ef;
	border-bottom: 2px solid #acd6ef;
	margin-bottom: 10px;
}

.downloadstore .item {
	padding: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #d6edff;
}

.downloadstore .item .keywords {
	color: #4c869f;
}

.downloadstore .item .keywords a {
	color: #5c96af;
	text-decoration: none;
}

.downloadstore .item .keywords a:hover {
	color: #ba2a28;
}

.downloadstore .item .select {
	float: left;
	width: 110px;
	text-align: center;
	margin-right: 10px;
	margin-top: 5px;
}

.downloadstore .item .hdvlogo {
	background: url(../images/hdv.gif) 50% 50% no-repeat;
	width: 100px;
	height: 45px;
	overflow: hidden;
}

.downloadstore .item .hdvlogo.hdv720p {
	background: url(../images/hdv720p.png) 50% 50% no-repeat;
}

.downloadstore .item .hdvlogo a {
	display: inline-block;
	background: url(../images/empty.gif);
	width: 100px;
	height: 45px;
}

.downloadstore .item .mainpic {
	padding: 4px 1px 3px 1px;
	text-align: center;
}

.downloadstore .item .mainpic .picture {
	width: 100px;
	text-align: center;
	display: inline;
}

.downloadstore .item .mainpic .picture img {
	border: 1px solid #53859c;
	background: #FFFFFF;
	width: 90px;
}

.downloadstore .item .mainpic .picture .comment {
	color: #1e6599;
	font-size: 80%;
	text-align: center;
	width: 100px;
}

.downloadstore .item .thumbnails a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

.downloadstore .item .thumbnails img {
	background: #FFFFFF;
	border: 1px solid #53859c;
	width: 90px;
}

.downloadstore .item .thumbnails .comment {
	position: absolute;
	visibility: hidden;
	color: #1e6599;
	font-size: 80%;
	margin-top: 5px;
	display: block;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 10px;
}

.downloadstore .item .details {
	float: left;
	width: 410px;
}

.downloadstore .item .details.selected {
	float: left;
	width: 520px;
	padding-left: 5px;
}

.downloadstore .item .title {
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #1189c5;
	background: url(../images/menu_dot.gif) no-repeat 0px 10px;
	padding-left: 7px;
	text-transform: uppercase;
}

.downloadstore .item .caseprice {
	margin-top: 10px;
}

/* Our own download store items with the big folder */

.downloadstore .customitem_outer {
	border-top: 2px solid #acd6ef;
	border-bottom: 2px solid #acd6ef;
	margin-bottom: 10px;
}

.downloadstore .customitem {
	padding: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #d6edff;
}

.downloadstore .customitem .select {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

.downloadstore .customitem .addtocart,
.downloadstore .customitem .morephotos
{
	background: url(../images/b01c.gif) no-repeat;
	height: 31px;
	margin-right: 5px;
	width: 120px;
}

.downloadstore.latest .customitem .morephotos {
	width: 100px;
}

.downloadstore .customitem .addtocart a,
.downloadstore .customitem .morephotos a
{
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/b02c.gif) no-repeat 100% 0px;
}

.downloadstore .customitem .addtocart a:hover,
.downloadstore .customitem .morephotos a:hover 
{
	color: #ffffff;
	text-decoration: underline;
}

.downloadstore .customitem .casetitle {
	color: #1e6599;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 180%;
	letter-spacing: -1px;
	margin-left: 5px;
	width: 120px;
	overflow: hidden;
}

.downloadstore.latest .customitem .casetitle {
	width: 100px;
}

.downloadstore .customitem .casedate {
	color: #1e6599;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: -1px;
	margin-left: 5px;
	width: 120px;
	overflow: hidden;
}

.downloadstore.latest .customitem .casedate {
	position: relative;
	top: -5px;
	width: 100px;
}

.downloadstore .customitem .hdv_outer {
	position: absolute;
}

.downloadstore .customitem .hdvback {
	background: #d6edff;
	width: 90px;
	height: 45px;
	position: relative;
	left: 420px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	-moz-border-radius: 0px 0px 5px 5px;
}

.downloadstore .customitem .hdvlogo {
	background: url(../images/hdv.gif) 50% 50% no-repeat;
	width: 90px;
	height: 45px;
	position: relative;
	left: 420px;
	top: -45px;
	overflow: hidden;
}

.downloadstore .customitem .hdvlogo.hdv720p {
	background: url(../images/hdv720p.png) 50% 50% no-repeat;
}

.downloadstore .customitem .hdvlogo a {
	display: block;
	background: url(../images/empty.gif);
	width: 90px;
	height: 45px;
}

.downloadstore .customitem .casedetails {
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 120px;
	overflow: hidden;
}

.downloadstore.latest .customitem .casedetails {
	width: 100px;
	margin-top: 5px;
	position: absolute;
	visibility: hidden;
}

.downloadstore .customitem .freepreview {
	position: absolute;
}

.downloadstore .customitem .freepreview a {
	display: block;
	width: 200px;
	height: 200px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	background: url("../images/playbutton.png") no-repeat;
	margin: 9px 0 0 92px;
}

.downloadstore .customitem .freepreview a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

.downloadstore .customitem .mainpic {
	width: 400px;
	float: right;
	margin-bottom: 10px;
	overflow: hidden;
}

.downloadstore .customitem .mainpic img {
	background: #FFFFFF;
	border: 1px solid #53859c;
	width: 384px;
	margin-right: 5px;
	margin-left: 5px;
}

.downloadstore .customitem .casesummary {
	margin-top: 10px;
	width: 400px;
	overflow: hidden;
	float: right;
	clear: right;
}

.downloadstore .customitem .casesummary .keywords_outer {
	margin-top: 10px;
}

.downloadstore .customitem .keywords {
	color: #4c869f;
	width: 120px;
	margin-top: 10px;
	margin-left: 5px;
}

.downloadstore .customitem .commentslink {
	margin-left: 5px;
}

.downloadstore .customitem .keywords a {
	color: #5c96af;
	text-decoration: none;
}

.downloadstore .customitem .keywords a:hover {
	color: #ba2a28;
}

.downloadstore .customitem .caseprice {
	margin-top: 10px;
	margin-left: 5px;
}

.downloadstore .customitem a.casetooltip {
	font-weight: bold;
	color: #ba2a28;
}

.downloadstore .customitem .thumbnails {
	clear: right;
	float: right;
	width: 400px;
}

.downloadstore .customitem .thumbnails img {
	background: #FFFFFF;
	border: 1px solid #53859c;
	width: 120px;
	margin-right: 5px;
	margin-left: 5px;
}

.downloadstore.latest .customitem .thumbnails {
	width: 430px;
}

.downloadstore.latest .customitem .thumbnails img {
	width: 130px;
}