@charset "utf-8";
/* Print styles */

/* ------------------------------------------------------------------- Default tags */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background: #FFF;
	color: #000;
}

body {
	color: #000;
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #FFF;
}

a:link,
a:visited {
	color: #14b6dd;
	text-decoration: none;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

dd {
	margin: 0px 0px 5px;
	padding: 0px 10px;
}

fieldset {
	padding: 0px;
	margin: 0px 0px 15px;
	border-style: none;
}

h1,h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px;
	padding: 3px 0px 5px;
	font-weight: normal;
}

h1 {

}

h2 {
	font-weight: normal;
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

label {
	cursor: pointer;
}

legend {
	padding: 5px 5px 0px;
	color: #4a4a4a;
	font-size: 1.5em;
	font-weight: normal;
	border: none;
	margin: 0px 0px 5px;
	background: #FFF;
}

p {
	line-height: 1.5em;
	margin: 0px 0px 10px;
	padding: 0px;
}

table {
	table-layout: fixed;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
}

td, th {
	padding: 4px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

th {
	color: #000000;
}

ul {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
}


/* ------------------------------------------------------------------- Primary structure */

#header,
#content,
#footer {
	width: 98%;
	padding: 0px 1%;
	margin: 0px auto;
	font-size: 1.2em;
}

#header {
	margin-bottom: 0px;
}

#content {
	margin-bottom: 5px;
}

#tagLine,
#headerPhone,
#mp3Holder,
#footer,
#quickSearch,
#primaryNav,
.pagination,
#cartTotal,
#cartEmpty,
#toggleCart,
#checkoutButton,
#jumpToMenu,
#menu {
	display: none;
}


/* ------------------------------------------------------------------- Secondary structure */

.floatWrap {
	width: 100%;
}

.columnContainer {
	width: 100%;
	margin: 0px 0px 10px;
	overflow: visible;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: visible;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: visible;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0px 1.5% 0px 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0px 1% 0px 0px;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0px 1% 0px 0px;
}

/* ------------------------------------------------------------------- Lists */

.detailList {
	width: 98%;
	padding: 5px 1% 0px;
	margin: 0px auto 5px;
}

.detailList dt,
.detailList dd {
	margin: 0px;
	padding: 0px;
}


.detailList dt {
	width: 22%;
	float: left;
	text-align: right;
	padding: 4px 1% 3px;
	margin: 0px 1% 1px 0px;
	background: #F3F3F3;
	font-weight: normal;
}

.detailList dd {
	width: 73%;
	float: left;
	margin: 0px 0px 1px;
	padding: 4px 1% 3px
}

/* ------------------------------------------------------------------- Forms */

.formBlock {
	width: 98%;
	overflow: hidden;
	padding: 5px 1%;
	margin: 0px auto 5px;
}

.formBlock dt,
.formBlock dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.formBlock .label {
	width: 22%;
	float: left;
	padding: 4px 1% 2px;
	margin: 0px 1% 0px 0px;
	border-bottom: 1px solid #222222;
	font-weight: bold;
}

.formBlock .input {
	width: 48%;
	float: left;
	margin: 0px;
	padding: 0px 1%;
}

.formBlock .description {
	float: right;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
	font-size: 0.9em;
	color: #777777;
}

.formBlock .error {
	color: #EC0000;
}

.textareaBlock {

}

.textareaBlock .input {
	float: right;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
}

.textareaBlock .description {
	padding: 4px 1% 3px;
	margin: 0px;
}

.radioGroup {

}

.radioGroup .input {
	width: 73%;
	float: right;
	padding: 4px 1% 3px;
	margin: 0px;
}

.radioGroup .description {
	float: left;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
}

.singleCheck .input {
	padding: 4px 1% 3px;
}

.required .label {
	
}

.formError {
	
}

.formError .label label {
	color: #EC0000;
}

.formError .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

.inputTextArea,
.inputTextField,
.inputSelectList {
	width: 98%;
	border: 1px solid #333333;
	height: 14px;
	padding: 2px;
	background: #FFFFFF;
	outline: none;
}

.inputTextArea {
	height: 20em;
	width: 100%;
}

.inputTextField {
	
}

.inputSelectList {
	height: 22px;
	width: 100%;
}

/* ------------------------------------------------------------------- Content images */

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 5px;
	float: right;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

.imageCenter {
	padding: 5px;
	background-color: #FFF;
	color: inherit;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
	width: auto;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 5px;
	background-color: #FFF;
	color: inherit;
}

/* ------------------------------------------------------------------- Header */

h1#logo {
	font-size: 2.5em;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #666666;
}

h1#logo a {
	color: #000000;
	text-decoration: none;
}

#pageHeading {
	padding: 0px;
	margin: 0px 0px 10px;
	font-size: 1.5em;
}

#pageHeading span {
	display: none;
}

/* ------------------------------------------------------------------- Home page */


/* ------------------------------------------------------------------- Home page briefs */

#homeBriefs {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
	padding: 10px 0px;
}


#homeBriefOne,
#homeBriefTwo,
#homeBriefThree,
#homeBriefFour {
	padding: 0px;
	width: 25%;
	float: left;
	position: relative;
	height: 180px;
}

#homeBriefs h3 {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
}

#homeBriefs p.moreLink {
	display:none;
}


/* ------------------------------------------------------------------- Search results */


#searchResultsContainer h3 {
	margin: 0px 0px 5px;
	padding: 0px;
}

dl.resultItemBlock {
	padding: 0px;
	margin: 0px 0px 5px;
}

dl.resultItemBlock dt {
	margin: 0px;
	padding: 10px 5px 0px;
}

dl.resultItemBlock dd {
	margin: 0px;
	padding: 5px 5px 10px;
	border-bottom: 1px solid #000;
}

/* ------------------------------------------------------------------- Contact */



/* ------------------------------------------------------------------- Support articles */

#listHelpArticles {
	margin: 0px 0px 10px;
}

#listHelpArticles .helpArticle {
	margin: 0px;
	padding: 5px;
}

#listHelpArticles .title {
	margin: 0px 0px 5px;
	padding: 0px;
}

#listHelpArticles .link {
	margin: 0px 0px 5px;
	padding: 0px;
	text-align: right;
	display: block;
	width: 100%;
}


/* ------------------------------------------------------------------- Product list */

#listProductCategories {
	margin: 0px 0px 10px;
}

.productCategoryBlock {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #000;
}	

.productCategoryBlock .thumbnail {
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 4px;
	float: left;
	height: 80px;
	width: 80px;
}

.productCategoryBlock .title {
	margin: 0px 0px 5px;
	padding: 0px;
}

.productCategoryBlock .brief {
	
}

.productCategoryBlock .link {
	margin: 0px 0px 5px;
	padding: 0px;
	text-align: right;
	display: block;
	width: 100%;
}

#productList {
	margin: 0px auto 10px;
	padding: 0px;
}

.productBlock {
	margin: 0px 1px 1px 0px;
	padding: 0px;
	width: 177px;
	float: left;
	background: #F7F7F7;
}

.productBlock ul,
.productBlock li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

.productBlock li {
	padding: 5px;
	text-align: center;
}

.productBlock .thumbnail {
	height: 177px;
	width: 177px;
	padding: 0px;
}

.productBlock .name {
	height: 40px;
	text-align: left;
}

.productBlock .price {
	font-size: 1.5em;
	color: #666;
	line-height: 20px;
	height: 20px;
}

.productBlock .cartOptions,
.productBlock .contact {
	display:none;
}

.productBlock label {
	display: none;	
}

.productBlock .inputTextField {
	width: 65px;
}

.productBlock button {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 85px;
}


/* ------------------------------------------------------------------- Product detail */

#productDetail {
	margin: 0px 0px 10px;
	width: 100%;
	overflow: hidden;	
}

#productDetail .productBlock {
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

#productDetail .productBlock li {
	text-align: left;
}

#productImages {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 100%;
	overflow: hidden;	
}

#productImages #featuredImage {
	margin: 0px;
	padding: 5px;
	height: 280px;
	width: 280px;
}

#productImages #additionalImages {
	overflow: hidden;
	width: 290px;
	padding: 5px 0px 0px;
}

#productImages #additionalImages a {
	margin: 0px 0px 5px;
	padding: 0px;
	height: 48px;
	width: 58px;
	text-align: center;
	display: block;
	float: left;
}

#productFullDescription {
	width:100%;
	overflow: hidden;
	clear: both;	
}

/* ------------------------------------------------------------------- Featured products */

#featuredProducts {
	
}

#featuredProducts .featuredProducts {
	margin: 0px auto 20px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	height: 200px;
	position: relative;
}

#featuredProducts ul,
#featuredProducts li {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#featuredProducts .thumbnail {
	position: absolute;
	height: 170px;
	width: 170px;
	left: 15px;
	top: 15px;
	background: #FFF;
}

#featuredProducts .thumbnail img {
	height: 170px;
	width: 170px;
}

#featuredProducts .name {
	position: absolute;
	width: auto;
	left: 195px;
	top: 15px;
	font-size: 2em;
}

#featuredProducts .name a {
	display: block;
}

#featuredProducts .brief {
	display: block;
	position: absolute;
	left: 195px;
	top: 50px;
	font-size: 1.2em;
	height: 80px;
	overflow: hidden;
}

#featuredProducts .price {
	display: block;
	position: absolute;
	width: auto;
	right: 180px;
	bottom: 15px;
	font-size: 3em;
}

#featuredProducts .order a {
	display: block;
	position: absolute;
	height: 45px;
	width: 145px;
	right: 15px;
	bottom: 15px;
}

#featuredProducts .order span {
	display: none;
}

/* ------------------------------------------------------------------- Cart */

#cartDefaultWrapper {
	margin-bottom: 20px;
	clear: both;
	width: 100%;
}

#cartEditWrapper,
#cartDetailsWrapper {
	padding: 0px;
	text-align: left;
}

#cartDefaultWrapper #cartEdit,
#cartDetailsWrapper #cartEdit {
	padding: 10px;
}

#cartEditList,
#cartDetailsList {
	display:none;
}

#cartEdit table {
	margin: 0px;
}

#cartEdit input {
	padding: 0px;	
}

#cartTotals {
	margin: 0px;
}

#cartTotals td {
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

#cartTotals td span {
	font-size: 0.8em;
	font-weight: normal;	
}

#cartDetailsWrapper {
	margin-bottom: 20px;
}

#cartEditWrapper caption,
#cartDetailsWrapper caption {
	text-align: left;
}

#paymentInstructions {
	padding: 4px;
	border: 1px solid #FFD700;
	background: #FEFDE7;
	margin: 0px 0px 10px;
}
