@import url('reset.css');

/*------------------------------------------------------------
Trademark Productions - DDJ 

version:	1.0
author:		Trademark Productions
email:		development@tmprod.com
website:	www.tmprod.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.clear {
	clear: both
}
	
.left {
	float: left;
	clear: right;
}

.right {
	float: right;
	clear: left;
}

img.right {
  	float: right;
  	clear: left;
  	margin: 5px 0 5px 5px;
}

img.left {
  	float: left;
  	clear: right;
  	margin: 5px 5px 5px 0;
}

.hide {
  	margin-left: -9000em;
  	display: none;
}

body { 
	margin: 0 auto;
	background: #e8e8e8 url(/images/body-bg.png) repeat-x top left;
	text-align: center;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
	font-size: 120%;
	color:#333;
}

p {
	line-height: 1.5em;
	margin: .5em 0;
}

td {
	color:#333;
	line-height: 1.5em;
}

p font, p strong, ul li { 
	line-height: 1.5em;
}

div#main ul li { list-style-type:disc; margin-left:15px; }


/* =Headings
-------------------------------------------------------------*/
h1, h2, h3 {
	margin-bottom: .5em;
	text-transform:uppercase;
	font-family:"Arial Narrow", "Helvetica Condensed" ,Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	color: #666;
	font-family:Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h3.boxtop, h1.boxtop {
	background: #dadada url(/images/bar-bg.png) repeat-x top center;
	padding:0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height:21px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	color:#666;
	margin-bottom:0;
	letter-spacing:0.01em;
}

div#main h3.boxtop, h1.boxtop {
	border: 1px solid #ccc;
	margin:10px 0;
	line-height:19px;
}

div#main td.pageHeading h1.boxtop, div#main h3.nomarg { margin:0; }

/* =Links
-------------------------------------------------------------*/
a, a:visited, a.pageResults {
	color: #c00;
	text-decoration: none;
}

a:hover, a.pageResults:hover {
	color: #c00;
	text-decoration: underline;
}

a.pageResults:hover {
	background-color:#ccc;
}

/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#container {
	width:978px;
	padding:0 10px;
	float: left;
	background: url(/images/container-bg.png) repeat-y top center;
}

div#banner {
	float: left;
	width: 978px;
	height: 67px;
	background: #fff url(/images/banner-bg.png) no-repeat top left;
	position: relative;
}

div#content {
	width: 958px;
	float: left;
	margin: 10px;
}

div#leftSidebar {
	width: 185px;
	float: left;
	background-color: #fff;
	z-index:2000;
	position:relative;
}

div#rightSidebar {
	width: 185px;
	float: right;
	background-color: #fff;
}

div#main {
	float:left;
	margin:0 14px;
	width:560px;
	background-color:#fff;
	z-index:5;
}

div#footer {
	float:left;
	width:958px;
	padding:0 10px;
	height:33px;
	background:url(/images/footer-bg.png) repeat-x top left;
	border-bottom:solid 1px #aeaeae;
}
	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	width: 238px;
	height: 57px;
	top:7px;
	left:18px;
	position: absolute;
	text-decoration: none;
}

p.tagline {
	text-transform:uppercase;
	font-family:"Arial Narrow", "Helvetica Condensed" ,Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	color:#FFF;
}

p.phone {
	text-transform:lowercase;
	text-indent:-9999em;
	font-family:"Arial Narrow", "Helvetica Condensed" ,Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#FFF;
	background:url(/images/phone-number.png) no-repeat top right;
	height:20px;
	width:226px;
	position:absolute;
	right:12px;
	bottom:2px;
}

p.phone span {
	color:#f72425;
	font-size:16px;
}

div.orderNow {
	background:transparent url(/images/ordernow.jpg) no-repeat right top;
	clear:both;
	float:right;
	height:27px;
	margin-top:15px;
	width:267px;
}

div.bannerNav {
	float: right;
}

div.bannerNav ul li {
	float: left;
	border-right: 1px solid #c00;
	padding: 0px 5px;
}

div.bannerNav ul li.last {
	border: none;
}

div.bannerNav ul li a, div.bannerNav ul li a:visited {
	color: #c00;
}

div#searchbox {
	float: right;
	clear: both;
}

ul.total li {
	text-align: right;
	border-top: 1px solid #ccc;
	font-weight: bold;
	padding-top: 5px;
}

p.cartlinks {
	text-align: center;
}


div.sidebox {
	border:#ccc 1px solid;
	margin-bottom: 10px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
}

div.insetBox, div.whatsnew { padding:5px 10px; }

table.homeprods td, td.alsoPurchased td td {
	padding: 0 10px;
	width: 167px;
}

td.alsoPurchased td td {
	padding-bottom:10px;
	vertical-align:top;
}

table.homeprods td p, td.alsoPurchased td p {
	text-align: left;
	margin-top:0;
}

table.homeprods td img, div.product_image img, div.additional_images img, td.alsoPurchased td img {
	border:1px solid #ccc;
}

table.homeprods td p a, div.whatsnew p a, td.alsoPurchased td p a {
	color:#333;
	line-height:1.3em;
}

table.homeprods td p a:hover, div.whatsnew p a:hover, td.alsoPurchased td p a:hover {
	color:#c00;
}

p.retail {
	float: left;
	font-weight:bold;
}

p.price {
	float:right;
	font-weight:bold;
	color:#c00;
}

/* =Main Content Styles
-------------------------------------------------------------*/
p.product_description {
	font-size: 12px;
}

img.border {
	border:solid 1px #ccc;
	margin-bottom:10px;
	padding:10px;
}

div#breadcrumb p {
	margin:0 0 10px 0;
	line-height:normal;
}

div#breadcrumb a {
	color:#c00;
}
a.link span {
	padding:5px 0;
	border-bottom:1px solid #B2B2B2;
	display:block;
	margin-bottom:-5px;
}

a.link:hover span {
	background-color:#f1f1f1;
}

/* =Secondary Content Styles
-------------------------------------------------------------*/
/*** new product info page styles ***/
div.product_info {
	position:relative;
	height:184px;
}

div.product_image, div.additional_images a {
	float: left;
	position:relative;
}

div.additional_images {
	bottom:0;
	position:absolute;
	margin-left:-6px;
}

div.product_image a span, div.additional_images a span {
	text-align: center;
	display: block;
	position:absolute;
	background:url(/images/enlarge-icon.png) center center no-repeat;
	width:254px;
	height:182px;
	left:-9999em;
	top:0;
}

div.additional_images a span {
	width:102px;
	height:65px;
	background:url(/images/enlarge-icon-sm.png) center center no-repeat;
}

div.additional_images img {
	margin:0 6px;
	width:90px;
}

div.product_image a:hover, div.additional_images a:hover {
	text-decoration:none;
}

div.product_image a:hover span {
	left:0;
	text-decoration:none;
}

div.additional_images a:hover span  {
	left:6px;
	text-decoration:none;
}

div.product_info {
	float: right;
	width: 294px;
}

div.product_price p, div.product_retail_price p, div.ship_price p, div.product_model p {
	font-size: 12px;
	font-weight: bold;
	color:#666;
	margin-top:0;
	height: 12px;
}

div.product_retail_price p del {
	float:right; 
}

div.ship_price p {
	font-size:12px;
}

div.product_price p span {
	color:#c00;
	float:right;
}

div.product_model p span {
	float:right;
}

div.ship_price p span {
	float:right;
}

div.product_price p span.productSpecialPrice {
	color: #FF0000;
}

div.product_attribs {
	float: right;
	margin: 10px 0px 10px 10px;
	padding:10px 10px 10px 14px;
	/*border: 1px solid #ccc;
	width: 268px;*/
	border: none;
	width: 168px;
	overflow: hidden;
}

div.product_attribs h2 {
	/*font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;*/
	background: #dadada url(/images/bar-bg.png) repeat-x top center;
	padding:0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height:21px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	color:#666;
	margin-bottom:0;
	letter-spacing:0.01em;
}

div.add_to_cart {
	float: right;
	clear: both;
	margin-top:-3px;
}

p.question {
	clear: both;
	float: right;
	text-align: center;
	/*width:241px;*/
	width: 168px;
}

div.product_description {
	padding-top: 5px;
	clear: left;
}

/*** end product info page styles ***/

/*table#shippingTbl table.infoBox {
	width: 482px;
	float: left;
	border: none;
}*/

div.sep {
	border-top: 1px solid #FFA545;
	margin-top: 15px;
}

table.sitemap ul li {
	line-height: 25px;
	font-size:12px;
}

table.sitemap ul ul {
	margin-left:15px;
}

td.blogbox { width:270px; display:block; overflow:hidden; }
td.blogbox img { width:268px; border:1px solid #ccc; }
td.blogbox embed { width:270px; height:auto; }
img.blogThumbnail { float:right; margin:0 0 10px 10px; border:solid 1px #ccc; }
p.blogDate { font-style:italic; }
p.blogPermalink { text-align:right; font-weight:bold; }

div.halfRight, div.halfLeft { float:left; width:200px; }
div.halfRight { float:right; }
form#contact { clear:both; float:left; }
/* =Sidebar Content Styles
-------------------------------------------------------------*/
ul.cart {
	padding-top:7px;
}

ul.cart li, ul.cart li a, ul.cart li a:visited {
	padding-left: 5px;
	line-height: 1.5em;
}

ul.cart li {
	padding:5px 0;
	border-top:1px solid #ccc;
}

ul.cart li a, ul.cart li a:visited {
	text-decoration: underline;
	color: #c00;
}

div.cart {
	background:url(/images/cart-bg.jpg) top left no-repeat;
	height:124px;
	padding-top:10px;
}

div.cart p {
	margin:0 0 0 65px;
	font-size:11px;
}

a.viewCart, a.checkOut { margin:38px 0 0 110px; font-size:11px; display:block; line-height:1.5em; }
a.checkOut { margin-top:0; }

/* =Footer Styles
-------------------------------------------------------------*/
p.footerNav {
	float:right;
	line-height:33px;
	margin:0;
}

p.copyright {
	float:left;
	line-height:33px;
	margin:0;
}

div#footer a { color:#333; }
div#footer a:hover { color: #c00; }

/* =Main Navigation Styles
-------------------------------------------------------------*/
div#topNav {
	float: left;
	width: 978px;
	background: url(/images/nav-bg.png) repeat-x top left;
	height: 61px;
}

div#topNav p {
	float:left;
	margin:15px 0 0 10px;
}

div#topNav ul {
	background: url(/images/nav-over-bg.png) repeat-x top left;
	border:solid 1px #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:right;
	margin:10px 10px 0 0;
}

div#topNav ul li {
	float:left;
	height:38px;
	font-weight:bold;
	font-size:12px;
	font-family:"Arial Narrow", "Helvetica Condensed" ,Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	background: url(/images/nav-right.png) no-repeat top right;
}

div#topNav ul li.last {
	background:none;
}

div#topNav ul li a, div#topNav u li a:visited {
	color:#909090;
	display:block;
	line-height:38px;
	padding:0 15px;
	letter-spacing:0.01em;
}

div#topNav ul li a:hover {
	background: url(/images/nav-right-hover.png) repeat-x top right;
	text-decoration:none;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-bottomright:5px;
	color:#666;
}

/* =Secondary Navigation Styles
-------------------------------------------------------------*/
ul.cat-list { margin:2px 0 10px; position: relative; }

ul.cat-list li, ul.cat-list li.current {
	font-size: 12px;
	font-weight: bold;
	*padding-left: 6px;
	margin:0 10px;
	border-bottom:dotted 1px #b2b2b2;
	width:163px;
}

ul.cat-list li.current {
	border-bottom:dotted 1px #c00;
}	

ul.cat-list li a, ul.cat-list li a:visited, ul.cat-list li.current a, ul.cat-list li ul.subNav a:link, ul.cat-list li ul.subNav a:visited {
	display: block;
	padding:4px 0;
	color: #666;
	font-size: 11px;
}

ul.cat-list li a:hover, ul.cat-list li.current a:hover, ul.cat-list li:hover a, ul.cat-list li ul.subNav a:hover {
	color: #c00;
	text-decoration:none;
}

/*ul.cat-list ul.subNav a, ul.cat-list ul.subNav a:visited {
	margin-left: 25px;
	*margin-left: 15px;
	font-size: 12px;
	padding: 2px 0;
	*padding 0px;
	color: #000;
}*/

ul.cat-list li.level1 a, ul.cat-list li.level1 a:visited {
	margin-left: 10px;
}

ul.cat-list li.level2 a, ul.cat-list li.level2 a:visited {
	margin-left: 20px;
}

ul.cat-list li ul.subNav {
	position:absolute;
	left:-999em;
	z-index:1000;
	background-color:#fff;
	width:165px;
	border:solid 1px #ccc;
	padding:3px 0 10px;
	margin-top:-20px;
}
ul.cat-list li:hover ul.subNav, ul.cat-list li.over ul.subNav { left:173px; }
ul.cat-list li ul.subNav li { width:145px; }

/* =Form Styles
-------------------------------------------------------------*/
div#thanks, form#contact div.loading, div#spammer, div#noMoreChances, form#quickcontactretry { display:none; }
fieldset {
	padding: 10px;
	border: none;
}
	
fieldset legend {
	color: #f03000;
	font-size: 14px;
	font-weight: bold;
}
	
fieldset label {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 5px;
}
	
fieldset input, fieldset select {
	margin: 5px;
}
	
fieldset select {
	width: 146px;
}
		
fieldset textarea {
	width: 95%;
	height: 60px;
	margin: 10px 0;
}
	
fieldset input.submit {
	width: auto;
	float: right;
}

form td {
	vertical-align: middle;
}

fieldset#search {
	padding-right: 0px;
	float: right;
}

input.searchbox {
	width: 160px;
	margin:0 -4px 0 0;
}

input.button {
	margin: 0;
	margin-bottom: -5px;
	*margin-bottom: -3px;
}

form#contact div { clear:left; position:relative; }
form#contact div p { float:left; width:145px; padding-left:15px; }
form#contact div input { float:left; }
form#contact textarea { width:300px; margin:5px 0; padding:5px; }
form#contact div select { width:175px; }
form#contact div input.full { margin-left:403px; }

form#contact div p.required, form#contact div label.error { color:#c00; padding-left:3px; width:auto; }
form#contact div label.error { position:absolute; top:5px; }

form#quickcontactretry input.submit { float:left; margin-left:115px; }
form#quickcontactretry p { padding-left:6px; }

form#contact div.loading { background:url(/images/contact-loader.gif) no-repeat top center; width:312px; height:20px; margin-left:160px; }

div#thanks p { padding:10px; border:solid 2px #c00; }
div#spammer { clear:both; }

/* =Table Styles
-------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
	}

td {
  text-align: left;
	font-weight: normal;
	}
	
table tr td.infoBoxHeading {
	background: url(/images/td-head-bg.png) no-repeat top left;
	padding:0 10px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	line-height:21px;
	color:#666;
	text-transform:uppercase;
}

/* =Miscellaneous Styles
-------------------------------------------------------------*/
td.error {
	font-size:14px;
	color: #ff0000;
	font-weight: bold;
	text-align:center;
}

td.refresh {
	font-size:12px;
	color: #ff0000;
	font-weight: normal;
	text-align:center;
}

/* =osCMax styles
-------------------------------------------------------------*/
.boxText {
	font-size: 12px;
	display:block;
}

td.smallText, span.smallText, p.smallText {
  font-size: 12px;
}

span.optionLabel {	
	font-size: 12px;
}

table.infoBoxContents td.smallText {
	text-align:center;
}

td.pageHeading, div.pageHeading {
  font-size: 20px;
  color: #9a9a9a;
  vertical-align:middle;
}

td.pageHeading h1 {
	margin-bottom:0;
	font-weight:bold;
}

td.pageHeading img {
	display:block;
	margin:0 auto;
}

td.category_desc {
	font-size: 13px;
	padding: 8px;
}

tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.productListing-odd, tr.productReviews-odd, tr.upcomingProducts-odd, tr.shippingOptions-odd {
  background: none;
}

tr.accountHistory-even, tr.addressBook-even, tr.alsoPurchased-even, tr.payment-even, tr.productListing-even, tr.productreviews-even, tr.upcomingProducts-even, tr.shippingOptions-even {
  /*background: #ccc;*/
}

td.productListing-data img {
	border:solid 1px #ccc;
}

td.productListing-data a {
	color:#333;
	line-height:1.3em;
}

td.productListing-data a:hover {
	color:#c00;
}

tr.productListing-even td.productListing-data, tr.productListing-odd td.productListing-data {
}

td.productListing-data {
  font-size: 14px;
  padding:5px 5px 0;
}

td.productListing-data p {
	line-height: normal;
	margin: .3em 0;
	padding:0 8px 0 3px;
	font-size:12px;
}

table.productListing {
/*  border: 1px solid #b6b7cb;*/
}

.infoBoxContents {
  font-size: 12px;
  background: #fff;
}

.infoBoxOther {
  font-size: 12px;
}

.infoBoxOther td {
	padding: 4px;
}

.infoBox {
  margin-bottom: 10px;
}

.pListingLeft {
	text-align: left;
	font-size: 12px;
}

.pListingRight {
	text-align: right;
	font-size: 12px;
}

span.newItemInCart {
	font-size:13px;
	font-weight:bold;
}

td.main, p.main {
  line-height: 1.5;
}

td.main label, td.main input, td.fieldKey label {
	line-height: 2.6;
}

td.indent {
	width:160px;
	padding:5px 0;
}

td.formcat b {
	font-size:12px;
	font-weight:bold;
}

/* message box */

.messageBox { 
	font-size: 10px;
}

.messageStackError, .messageStackWarning { 
	background-color:#c00;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:25px;
	vertical-align:middle;
	padding-left: 15px;
}

.messageStackSuccess { 
	background-color:#666;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:25px;
	vertical-align:middle;
	padding-left: 15px;
}


.orderEdit {
	font-size: 11px;
	color: #f00;
	font-weight: bold;
}

.moduleRowOver {
	background-color: #eee;
	cursor: pointer; cursor: hand;
}

.moduleRowSelected {
	background-color: #CCC;
}

a.headerNavigation:link, a.headerNavigation:visited {
}

table.formArea {
}

table.formArea td {
	padding:0 0 5px 0;
}

td.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
}

td.main span.rating {
	font-size: 14px;
	padding-left: 10px;
}

td.main span.ratingText {
	border:1px solid #000000;
	display:block;
	margin-top:10px;
	padding:4px;
}

.productListing-heading {
  font-size: 12px;
  background: #666;
  color: #FFFFFF;
  font-weight: bold;
  height: 20px;
  text-align:center;
  padding:0 10px;
}

.productListing-headingNC {
  font-size: 12px;
  background: #666;
  color: #FFFFFF;
  font-weight: bold;
  height: 20px;
  padding:0 10px;
}

td.check input { width:auto; margin:0 auto; display:block; }
input.qty { width:45px; margin:0 auto; display:block; }
td.product { width:auto; }
td.subtotal { font-size:14px; text-align:right; }

.pageHeading a.question:link, .pageHeading a.question:visited {
	font-size: 11px;
}

checkbox, input, radio, select {
	padding:5px;
	border:solid 1px #ccc;
	width:163px;
	font-size:12px;
	margin:5px 0;
	color:#333;
}

select { width:175px; }
div.insetBox select { width:163px; }

input.submit {
	width:auto;
	float:right;
	padding:0;
	border:none;
}

td.pageHeading div.retail {
	font-size: 12px;
}

td.account { padding:5px 10px; }
input#primary { width:auto; }
td.categories { text-align:center; padding:10px; }
input.check { width:85px; }

/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}
