/* defaults */
div, body, img {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 12px;
}
.small {
	font-size:10px;
}
.center {
	text-align:center;
}
.clearBoth{
	clear:both;
}
.red, .warning {
	color:red;
}

a, a:visited {
	color:#000066;
}
a:active {
	color:#0000ff;
}
a:hover {
	color:#cc0000;
	text-decoration:underline;
}

h1 {
	color: #336699; 
	font-size: 16px; 
	font-weight:bold;
}
h1.addl {
	color: black; font-size: 14px;
}
h2 {
	font-family: arial black;
	color: #333399;
}

/* layout */

#wrapper{
margin:0 auto;
width:1000px;
}
#header{
width:1000px;
height:107px;
}
#top-header{
width:633px;height:78px;
background:url(/images/stingray.jpg) no-repeat 0 0;
float:right;
text-align:right;
}
#top-nav{
background:url(/images/bluebarbg.gif) repeat-x 0 0;
width:633px;
height:29px;
float:right;
text-align:right;
}
#top-nav a {display:inline;}
#logo{
width:367px;
height:107px;
overflow:hidden;
float:left;
}
#logo A{display:block;}
#content-wrap{
background-color:#CCCCCC;
width:1000px;
}
#left-nav{
float:left;
width:152px;
background-color:#cccccc;
}
#content, #content-sfnt, #content-page {
	background-color:#ffffff;
	float:left;
}
#content, #content-page{width:802px; min-height: 1000px;}

/** CATTREE **/
#cattree{width:144px; margin: 5px auto;
border: 1px solid #000066; background:#000066;}
#cattree img {margin:3px auto; display:block;}
#cattree ul {background:#ffffff;list-style:none;
margin:0;padding:3px 3px;}
#cattree li {padding:1px 0;}
#search{text-align:center; vertical-align:middle; padding:10px 0;}

/** NBBCPLUS **/
#bcplus{
font-weight:bold;
color:#000066;
padding:0 0 20px;
}
#bcplus .selected{
color:#DD0000;
}
#bcplus A, #bcplus {font-size:10px;}

/** FOOTER **/
#footer{clear:both; font-size:10px;}

/* sfnt specific */
#content-sfnt{width:686px;}
#sfnt-right-nav{
padding:15px 0 0 0;
float:right;
width:150px;
text-align:left;
font-size:13px;
background-color:#ffffff;
}
#sfnt-right-nav A{
color:#000000;
}

/* ctgy specific */
#subCatDisp1{
margin:0 10px;
position:relative;
}

#subCatDisp1 .subCatItem{
width:160px;
display:inline; float:left;
padding:5px 15px 30px 10px;
}
#subCatDisp1 .subCatItemPhoto{
width:300px;
height: 180px;
display:inline; float:left;
padding:5px 15px 30px 10px;
}
#subCatDisp1 .subCatTitle{
font-size:14px;
font-weight:bold;
text-align:center;
}
#subCatDisp1 .subCatSubs{
font-size:11px;
line-height:14px;
text-align:center;
}
#subCatDisp1 .subCatMore A{
text-decoration:none;
}
#subCatDisp1 .subCatImg{
height:150px; overflow:hidden;
text-align:center;
display:table-cell;
vertical-align: middle;
width:inherit;
}
#subCatDisp2 TABLE{
width:800px;
border: 1px solid #003366;
margin:5px;
}
#subCatDisp2 TH{
background-color:#cccccc;
text-align:left;
font-size:14px;
padding:4px;
}
#subCatDisp2 .subCatTitle{
text-align:left;
color:#cc0000;
font-size:13px;
padding:4px;
}
#subCatDisp2 .subCatTitle A{
font-weight:bold;
}

#catProdDisp{
	padding:10px;
}
#catProdDisp TD{
border-bottom:1px solid #cccccc;
padding:0 10px;
}
#catProdDisp .catProdName{
font-size:12px;
}
#catProdDisp .catProdCode{
font-size:10px;
font-weight:bold;
}

#catProdDisp .catProdImg{
height:80px;
}

#catProdDisp .catProdImg IMG{
width:65px;
}
#catProdDisp .catProdPrice{
padding:4px 0;
font-weight:bold;
}
#catProdDisp INPUT{
vertical-align:middle;
}

/* product display */
#prodBox{ padding:10px;}
#prodBox TD{vertical-align:top;}
#prodInfo INPUT{vertical-align:middle;}
td#prodImage{padding:0 40px; vertical-align:middle;}
#prodImage A{font-size:x-small;line-height:14px;}
#prodTitle{color:#336699; font-size:14px;}
#prodInfo HR{height:1px; background-color:#cccccc; border:none;display:block;}
#prodData{padding:10px 0;}
#prodData .label{font-weight:bold; padding:3px; width:250px;}
#prodData .value{}
#prodData .price{color:red; font-weight:bold;}
#prodDesc{padding:40px 0 0;}

/* checkout display */
#basket, #checkout{width:90%; font-family:arial;}
#basket P, #checkout P{padding: 0 0 10px;}
#basket TH, #basket .total{background-color:#1B559C;}
#basket TH, #basket .total{color:#ffffff; font-size:15px; font-weight:normal;}
#basket TH, #basket TD{padding:4px 2px; text-align:left; vertical-align:middle;}
#basket INPUT{vertical-align:middle;}
#basket .price, #basket .subtotal, #basket .total{text-align:right;}
#basket .total{font-weight:bold;}
#login INPUT{margin:4px 0;}
#basket .attribute TD{padding:0 2px;}
#basket .attribute .option{font-style:italic; color:#4d4d4d;}
/* static pages */
#content-page *{font-family:Arial,Helvetica;}
#content-page H2{color:#336699;font-size:14px;}
#content-page P{
margin:10px 0; font-family:Verdana,Arial,Helvetica,sans-serif;
}

/* mini basket */
#minibasket{
	background-color: #fff;
	width: 300px;
	padding: 6px;
	text-align:center;
	margin: 20px 0 0 130px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#minibasket a { text-decoration: none; color: #000; }
#minibasket a:hover { text-decoration: underline; color: #c00; }


#newsletter{padding:10px 7px; font-size:10px;}
#newsletter INPUT{margin:0px 0px 5px;}

#social {
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}


/* dropdown menu under accounts in navbar */
.menu {
	position: absolute;
	visibility: hidden;
	width: 170px;
	color: #000;
	background-color: #ddd;
	padding: 0;
	margin: 0;
	text-align: left;
	margin-top: -11px;
}
.menu li {
	list-style: none;
	width: 170px;
}
.menu a {
	display: block !important;
	background-color: transparent;
	color: #000;
	line-height: 1.5em;
	margin: 0;
	padding: 0px 10px;
	width: 150px;
	height: 100%;
	text-decoration: none;
}
.menu a:hover {
	background-color: #f00;
	color: white;
}
#thumbs {
	border: 1px solid #888;
	background-color: #eee;
	padding: 4px;
	margin-top: 10px;
}
#thumbs strong {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 4px;
	}


/* sorting and pagination bar */
#sortpage {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: 5px;
	padding: 3px;
	padding-right: 0px;
	background-color: #ccc;
	font-size: 11px;
	min-height: 24px;
	}
#sortpage:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	}
* html #sortpage { height: 1%; }
#sortpage { display:block; }
#sortpage form { display: inline; }
#frmSort {
	margin-top: 3px;
	width: 250px;
	float: left;
	margin-right: 5px;
	}
#frmSort select {
	font-size: 10px;
	}
#frmShow {
	margin-top: 3px;
	width: 250px;
	float: left;
	margin-right: 5px;
	}
#frmShow select {
	font-size: 10px;
	}
#pagination {
	width: 220px;
	overflow: hidden;
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
	}
#pagination a {
	color: black;
	}
#frmSortSS {
	width: 185px;
	float: left;
	margin-right: 5px;
	}
#frmSortSS select {
	font-size: 10px;
	}
#frmShowSS {
	width: 165px;
	float: left;
	margin-right: 5px;
	}
#frmShowSS select {
	font-size: 10px;
	}

.section {
	float: left;
	height: 220px;
	width: 49%;
}
.grey-border-right {
	border-right: 1px solid rgb(204, 204, 204);
}
.aligncenter {
	text-align: center;
}




/* ONE PAGE CHECKOUT STYLES /*
/* Helpful Classes */
.small-link:link,
.small-link:visited{
	font-size: 11px;
	color:#666;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}
.small-link:hover{
	text-decoration: underline;
	color:#666;
}
.link 			{ text-decoration: underline; cursor: pointer;}
.link:link		{ color:#333333; }
.link:visited	{ color:#000000; }
.link:active	{ color:#999999 }
.link:hover		{ color:#333333; }

.align-center{
	text-align:center;
}

/* =Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* =Forms */
.textfield{
	width:200px;

}
.hidden{
	display:none;
}
a.button:hover{
	color:#fff;
}
.button{
	background-color:#666;
	border:1px solid #333;
	color:#ffffff;
	font-size:.9em;
	padding:2px 6px;
	margin:0;
	cursor:pointer;
	text-decoration: none;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}

.cta-button,
a.cta-button{
	color:#fff;
	font-weight: bold;
	font-size:16px;
	padding:5px 12px 5px;
	border:1px solid #81b035;
	text-decoration: none;
	cursor:pointer;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	margin:2px 0 3px 0;

	background: #9bcc14; /* Old browsers */
	background: -moz-linear-gradient(top,  #a8de14 0%, #9bcc14 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8de14), color-stop(100%,#9bcc14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a8de14 0%,#9bcc14 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a8de14 0%,#9bcc14 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a8de14 0%,#9bcc14 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a8de14 0%,#9bcc14 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8de14', endColorstr='#9bcc14',GradientType=0 ); /* IE6-8 */

	text-shadow: 0 1px 3px #333;
    filter: dropshadow(color=#333, offx=0, offy=1);

    -webkit-box-shadow:  0 1px 3px 0 #999999;
	-moz-box-shadow:  0 1px 3px 0 #999999;
    box-shadow:  0 1px 3px 0 #999999;
}

a.cta-button:hover{
	text-decoration: none;
}
.cta-button:active,
a.cta-button:active{
	margin:4px 0 1px 0;
	text-decoration: none;
}

.basket-product-row {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.basket-total-amount {
	text-align: right;
}
