@charset "utf-8";

/* Styles for the download landing page */

div.column_TV {
	float: left;
	width: 185px; /* reduced from 205px to allow for padding below */
	margin-right: 20px;
	padding: 10px;
	border-right: dotted 1px #999999;
}

div.column_phone {
	display: inline; 
	float: left; 
	width: 185px; /* reduced from 205px to allow for padding below */
	padding: 10px;
}

div.column_TV a, div.column_phone a {
	color: #797979;
}

div.column_TV a:hover, div.column_phone a:hover {
	color: #000000;
}

.boldRed {
	color: red;
	font-weight: bold;
}

p.downloadXP {
	height: 36px;
	padding: 4px 0 0 43px;
	background: url(../uploads/images/windowslogo_sml.jpg) 0 0 no-repeat;
}

p.downloadMac {
	height: 36px;
	padding: 9px 0 0 43px;
	background: url(../uploads/images/maclogo_sml.jpg) 0 0 no-repeat;
}

/* Styles for the individual client download pages */

h1.downloadXP {
	background: url(../uploads/images/windowslogo.jpg) 0 0 no-repeat;
	padding: 0 0 0 60px;
}

h1.downloadMac {
	margin-top: -10px;
	background: url(../uploads/images/mac.jpg) 0 0 no-repeat;
	padding: 10px 0 0 60px;
}

h1.downloadExl {
	margin-top: -10px;
	background: url(../uploads/images/warn_icon.gif) 4px 15px no-repeat;
	padding: 10px 0 0 60px;
}

div.specsTV,
div.specsPhone {
	position: relative;
	border: 1px solid #d2d2d2;
	background: #e1e1e1 url(../uploads/images/TV_on_specs.gif) 320px 10px no-repeat;
	padding: 10px 210px 0 10px;
	margin: 0 0 25px 0;
}

div.specsPhone {
	background: #e1e1e1 url(../uploads/images/phone_on_specs.gif) 320px 10px no-repeat;
}

#button {
	float: right;
	position: relative;
	top: -48px;
	left: 200px;
}

.downloadList li {
	color: #666;
	margin-left: -25px;
	padding: 0;
	font-weight: bold;
}