
/***************** RESET STYLES *****************/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus { /* remember to define focus styles! */
	outline: 0;
}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}







/***************** BUILD CLASSES *****************/

body {
	font: 8pt Arial, Helvetica Neue, Helvetica, sans-serif;
}
table, th, td, input, select, textarea {
	font: 1em Arial, Helvetica Neue, Helvetica, sans-serif;
}
select {
	border: 1px solid #a9a9ab;
	color: #666;
}
select:focus {
	border: 1px solid #333;
	color: #333;
}
input.error, select.error, textarea.error {
	border-color:red !important;
	margin-right: 6px;
}
h1, .h1 {
	font-size: 2.1em;
	font-weight: normal;;
	padding: 0 0 0.3em 0;
}
h1 .sub {
	font-size: 0.5em;
	display: block;
	text-transform: uppercase;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #009dd6;
	padding: 0.1em 0 0.5em 0;
}
p {
	padding: 0 0 1em 0;
}
small {
	font-size: 0.9em;
}
a {
	text-decoration: none;
	color: #009dd6;
}
a:visited {
	color: #42b6df;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #f40202;
}
code {
	font: 1em "Courier New", Courier, monospace;
}
legend {
	display: none;
}
@media aural {
	legend {
		display: block;
	 }
}
label.error {
	color:red;
}

	
	
	

/********** Generic Presentation Classes **********/

.alignc {
	text-align: center;
}
.alignl {
	text-align: left;
}
.alignr {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.group:after { /* Clears floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hide {
	display: none;
}
.nobold {
	font-weight: normal;
}
.off {
	position: absolute;
	left: -9999em;
}
.small {
	font-size: 0.9em;
}
@media aural {
	.off-aural {
		display: none;
	}
}



/********** Build (custom) Classes **********/

.aside2 {
	display: none;
}
.box1 {
	width: 48%;
	border: 1pt solid #CDCDCD;
	margin: 0 0 1em 0;
}
.box1 h2 {
	padding: 0 0 0.3em 0;
}
.box1 p {
	padding: 0 0 0.5em 0;
}
.box1 .inner2 {
	padding: 1em 10px 0.7em 10px;
}
.button1 {
	background: #ff2d24 url("..../images-v2/button1.png") no-repeat 0 center;
}
.button1 a, .button1 a:visited {
	background: url("..../images-v2/button1.png") no-repeat right center;
	padding: 4px 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
}
.button1 a:hover {
	color: #000;
	text-decoration: none;
}
.button1 input {
	background: url("..../images-v2/button1.png") no-repeat right center;
	border: none;
	overflow: visible;
	padding: 4px 12px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}
.button1 input:hover {
	color: #000;
}
.content1 ul {
	margin: 0 0 1em 0;
}
.content1 ul li {
	padding: 0 0 0.2em 10px;
	background: url("..../images-v2/bullet1.png") no-repeat 0 0.5em;
}
.footer {
	border-top: 1pt solid #000;
	padding: 1em 0 0 0;
	margin: 2em 0 0 0;
}
.footer ul {
	display: none;
}
.footer .copyright {
	float: left;
	padding: 0 0 0 20px;
}
.footer .copyright a, .footer .copyright a:visited {
	display: none;
}
.form1 {
	border-bottom: 1px solid #A3A3A3;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
}
.form1 select {
	width: 224px;
}
.form1 .form-text {
	width: 220px;
}
.form1 table {
	width: 100%;
	border-top: 1px solid #EDEDED;
	margin: 0 0 1em 0;
}
.form1 table th {
	font-size: 1.1em;
	vertical-align: top;
	padding: 0.7em 10px 0.5em 0;
	border-bottom: 1px solid #EDEDED;
	width: 165px;
}
.form1 table td {
	vertical-align: top;
	padding: 0.5em 0;
	border-bottom: 1px solid #EDEDED;
}
.form1 table tr.noline th, .form1 table tr.noline td {
	border: none;
}
.header-sony {
	border-bottom: 1pt solid #000;
	padding: 0 0 0.5em 0;
	margin: 0 0 2em 0;
	text-align: right;
}
.job-week {
	margin: 0 0 1em 0;
	background: url("..../images-v2/job-week.png") repeat-y 0 0;
}
.job-week h2 {
	padding: 0 0 0.4em 0;
	font-weight: normal;
}
.job-week dl {
	margin: 0 0 1em 0;
}
.job-week dl dt {
	font-size: 1.2em;
	font-weight: bold;
}
.job-week .inner1 {
	background: url("..../images-v2/job-week.png") no-repeat -296px 0;
}
.job-week .inner2 {
	background: url("..../images-v2/job-week.png") no-repeat -592px bottom;
	padding: 1em 12px;
}
.jobdet {
	border-bottom: 1px solid #A3A3A3;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}
.jobdet dl {
	width: 262px;
	padding: 0 20px 1em 0;
	float: left;
}
.jobdet dl dt {
	float: left;
	clear: left;
	color: #626366;
	padding: 0 0.3em 0 0;
}
.jobdet dl dd {
	padding: 0 0 0.3em 0;
}
.jobsum {
	border-bottom: 1px solid #A3A3A3;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}
.jobsum dl {
	width: 262px;
	padding: 0 20px 0 0;
	float: left;
}
.jobsum dl dt {
	float: left;
	clear: left;
	color: #626366;
	padding: 0 0.3em 0 0;
}
.jobsum dl dd {
	padding: 0 0 0.3em 0;
}
.jobsum  p {
	clear: both;
}
.link-basket {
	padding: 0.5em 0 0 20px;
	font-weight: bold;
	float: left;
}
.logo {
	clear: both;
	margin: 0 0 2em 0;
}
ul.my-account-buttons {
	margin: 1em 0;
}
ul.my-account-buttons li {
	width: 30%;
	padding: 0;
	float: left;
	background: none;
	margin: 0 0 1em 10px;
}
ul.my-account-buttons li.first {
	margin-left: 0;
}
ul.my-account-buttons li a, ul.my-account-buttons li a:visited {
	display: block;
	text-transform: uppercase;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 20px 5px 12px;
	border: 1pt solid #31A9D8;
}
.nav {
	display: none;
}
.news-item {
	padding: 0 0 1em 0;
}
.qs1 {
	margin: 0 0 2em 0;
}
.qs1 label {
	position: absolute;
	left: -999em;
}
.qs1 select {
	width: 202px;
	background: #000;
	color: #fff;
	padding: 2px 0;
}
.qs1 div.cmf-skinned-select {
	background: url("..../images-v2/select.png") top right no-repeat ;
	border: 1px solid #959595;
}
.qs1 div.cmf-skinned-text {
	padding: 2px 0 0 2px;
}
.qs1 .button1 {
	background: #ff2d24 url("..../images-v2/button1-qs1.png") no-repeat 0 center;
}
.qs1 .button1 input {
	background: url("..../images-v2/button1-qs1.png") no-repeat right center;
}
.qs1 .form-text {
	width: 200px;
	background: #000;
	color: #fff;
	border: 1px solid #969696;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.staff-feat {
	padding: 0 12px 1em 12px;
}
.staff-feat dl {
	margin: 0 0 1em 0;
}
.staff-feat dl dt {
	font-size: 1.2em;
	font-weight: bold;
}
.staff-feat .inner1 {
	float: right;
	width: 210px;
}
.staff-feat .inner2 {
	float: left;
	width: 50px;
}
.staff-feat-img {
	float: right;
	margin: 0 0 1em 15px;
}
.subnav2 {
	display: none;
}
.title1 {
	border-bottom: 1px solid #A3A3A3;
	padding: 0 0 0.2em 0;
	margin: 0 0 0.4em 0;
}


/********** Development Classes **********/
