/*
-----------------------------------------------
CBN master style sheet
author:  Chris Drury / Unity Creative
edited:  2008-27-02
----------------------------------------------- */

/* layout */
body {
	margin:0;
	padding:0;
	min-width:850px;
	text-align:center;
	background-repeat: repeat-y;
	background-position: center;
}
body.xcart-popup { width:460px; }
#wrapper {
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
}
#header-wrapper {
	background-color: #037ABC;
	background-image: url(../i/bg_header_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	position:relative;
	width:852px;
	height:111px;
	text-align:left;
	background-color: #008ECA;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../i/bg_header.jpg);
}
#content-wrapper {
	/* nothing yet */
}
#content {
	position:relative;
	background-color:#fff;
	width:850px;
	margin:0 auto;
	padding:0px 0; /* makes certain no margin weirdness happens */
	border-width:0 1px 0;
	border-style:solid;
	border-color:#e7e7e7;
	text-align:left;
}
#content_all {
	position:relative;
	background-color:#fff;
	width:850px;
	margin:0 auto;
	height:auto;
}

body.xcart #content {
	background:#fff url(../i/bg_sidebar_xcart.gif) repeat-y right top;
}
body.xcart-nosidebar #content,
body.xcart-popup #content {
	background-image:none;
}
body.xcart-popup #header,
body.xcart-popup #content,
body.xcart-popup #footer { width:460px;margin:0; }
body.xcart-nosidebar #content #content-padding,
body.xcart-popup #content #content-padding {
	padding:0 30px 30px;
	color:#333;
}
body.xcart-popup #content #content-padding {
	width:370px;
}

body.xcart-popup #content-padding label {
	display:block;
}

#footer-wrapper {
	display: none;
}
#footer {
	background-color: #FFFFFF;
}
.actxxsmall {
	font-size: 11px;
	color: #000000;
}

/* link defaults */
a {
	padding:1px;
	color:#0280CF;
}
a:hover {
	text-decoration:none;
}

/* remove borders from images */
img {
	border:none;
}

a img {
	border:none; margin:0px; padding:0px;
}
/* clear floats */
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:1%;
}


form {
	margin:0;padding:0;
}

form#login-form input {
	padding:2px 3px;
	font-size:90%;
	font-weight:bold;
	color:#333;
	border:2px solid #ddd;
}


/* header items */
h1#logo {
	position:absolute;
	left:12px;
	top:22px;
	margin:0;padding:0;
}
h1#logo a {
	display:block;
	width:240px;
	height:84px;
	text-indent:-5000px;
	outline:none;
	background-image: url(../i/cbnlogo.jpg);
	background-repeat: no-repeat;
	background-position: 12px top;
}

p#toolbar {
	margin:0 0 0 363px;
	padding:12px 0 0;
	font-size:77%;
	color:#fff;
}
p#toolbar a {
	color:#fff;
	padding:2px;
}
p#toolbar a:hover {
	background-color:#DB7C00;
	text-decoration:none;
}

a.pagelinks img {
	vertical-align:bottom;
}

#contact {
	display: none;
}
#contact p {
	margin:8px 0 0;padding:0;
	font-size:77%;
	font-weight:bold;
	line-height:1.4;
	color:#fff;
	text-align:center;
}


/* content items */
#homepage-feature {
	background:url(../i/bg_homepage_feature.gif) no-repeat;
	width:850px;
	height:175px;
}
#homepage-feature-photo {
	float:left;
	margin-top:0px;
}
#homepage-feature-text,
#homepage-feature-button {
	float:right; margin:0px; padding:0px
}
#homepage-feature-button a {margin:0px; padding:0px}
#homepage-feature-text {
	margin-top:0px;
}

#main {
	float:left;
	width:570px;
	color:#333;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
}

#main_gradientbox {
	width:461px;
	background-image: url(../i/main_gradientbox.jpg);
	height: 94px;
	margin-bottom:12px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

	#main_gradientbox ul {
	list-style-type:none;
	margin:0px;
	padding:0px;

}

	#main_gradientbox li.top a {
	margin:0px;
	background-image: url(../i/main_gradientlist_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	display: block;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #008EC9;
	text-decoration: none;
	font-size: 14px;
}
	#main_gradientbox li.top a:hover {
	margin:0px;
	background-image: url(../i/main_gradientlist_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	display: block;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #00467D;
	text-decoration: none;
	font-size: 14px

}
	#main_gradientbox li.bottom {
	height: 57px;
	display: block;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	background-image: url(../i/main_gradientlist_bottom.jpg);
}	#main_gradientbox li.bottom p {
	margin:0px; padding:0px;
}


/*SHOPPING PAGE*/

#leftcontainer {
	height:auto;
	float:left;

 }
 
#rightcontainer {
	height:auto;
	float:right;
	padding-bottom:20px;
	clear: none;
 } 


#shopping_header {
	background-image: url(../i/shop_header_bg.gif);
	height: 53px;
	width: 850px;
}
#shopping_header h3 {
	padding:0px; margin:0px;
	}
#shopping_header_cartitems {
	position:absolute;
	right:2px;
	top:14px;
	width:229px;
	height: 33px;
	display: inline;
}
#shopping_header_cartitems p {
	margin:8px 0 0;padding:0;
	font-size:77%;
	line-height:normal;
	color:#666666;
}		



#choose_product_left {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 210px;
}
#choose_product_left ul {
	padding:0px;
	list-style-type:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#choose_product_left li a {
	color:#666666;
	font-size:11px;
	font-weight:100;
	text-decoration: none;
}

#choose_product_left li.browseproducts {
	margin:0px;
	width:208px;
	height:38px;
	background-image:url(../i/browseproducts.gif);
	background-position:left top;
	padding: 0px;
	line-height: 0px;
	background-repeat: no-repeat;
	display: block;
}

#choose_product_left li.productlistlight a {
	display:block;
	margin:0px;
	padding-left:20px;
	width:188px;
	height:15px;
	background-image:url(../i/product_li_rollover.gif);
	background-position:left top;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#choose_product_left li.productlistlight a:hover {
	display:block;
	margin:0px;
	padding-left:20px;
	width:188px;
	height:15px;
	background-image:url(../i/product_li_rollover.gif);
	background-position:left -20px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#choose_product_left li.productlistdark a {
	color:#666666;
	display:block;
	margin:0px;
	padding-left:20px;
	width:188px;
	height:15px;
	background-image:url(../i/product_li_dark.gif);
	background-position:left top;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#choose_product_left li.productlistdark a:hover {
	display:block;
	margin:0px;
	padding-left:20px;
	width:188px;
	height:15px;
	background-image:url(../i/product_li_dark.gif);
	background-position:left top;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #037ABC;
}
#choose_product_left li.productlistdark a.selected {
color:#037ABC;}


#choose_product_left li.productlistlight a.selected {
	display:block;
	margin:0px;
	padding-left:20px;
	width:188px;
	height:15px;
	background-image:url(../i/product_li_dark_drop.gif);
	background-position:left -20px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight:bold;
}

#newslettersignup {
	display:block;
	margin:0px;
	width:208px;
	padding: 0px;
}

#newsletter_header {
	display:block;
	margin:0px;
	height:40px;
	width:208px;
	padding: 0px;
	background-image:url(../i/newslettersignup.gif);
	background-position:left top;
	background-repeat: no-repeat;
}
#newsletter_body {
	margin:0px;
	width:208px;
	height: auto;
	background-image:url(../i/newsletterslice.gif);
	text-align: center;
}
#newsletter_body p {
	margin:0px;
	padding:10px;
	color:#666666;
}
#newsletter_bottom {
	display:block;
	margin:0px;
	width:208px;
	background-image:url(../i/newsletterbottom.gif);
	background-position:left top;
	padding: 0px;
	height: 7px;
	background-repeat: no-repeat;
}
#choose_product_right_clearance {
	height: 131px;
	width: 570px;
	background-image: url(../clearance_corner_bg.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-top: 12px;
	padding-top: 10px;
	padding-left: 10px;
}
#choose_product_right_clearance_header {
	height: 18px;
	width: 560px;
	}
#choose_product_right_clearance_header h3 {
margin:0px; padding:0px; font-size:12px;

}	
#choose_product_right_clearance_pic {
	height: 83px;
	width: 190px;
	display: block;
	float: left;
	padding-top: 20px;
	}
#choose_product_right_clearance_desc {
	height: 45px;
	width: 370px;
	float: left;
	padding-top: 15px;
	}
#choose_product_right_clearance_desc h2 { 
	margin:0px;
	padding:0px;
	font-size:16pt;
	color:#67AFD6;
	}
	
#choose_product_right_clearance_desc p { 
	margin:0px;
	padding:0px;
	color:#67AFD6;
	font-size:15px;
	font-weight:bold;
}
#choose_product_right_clearance_submit {
	height: 31px;
	float: left;
	padding-top: 0px;
	display: block;
	padding-left: 320px;
	}

#choose_product_right_clearance_submit h4 {
	color:#67AFD6;
	font-size:15px;
}
#choose_product_rightcontent {
	height: auto;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 590px;
	}
#choose_product_item {
	width:160px;
	height:150px;
	padding-top:0px;
	margin-right:40px;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

#choose_product_itemr {
	width:160px;
	height:150px;
	padding-top:0px;
	margin-right:0px;
	float: left;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#cata_product_pic {
	width:160px;
	height:130px;
	float: left;
	text-align: center;
	}
#cata_product_txt {
	width:150px;
	height:18px;
	float: left;
	background-image: url(../i/PRODUCTS_smallselectbutton.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	}	
#cata_product_txt a {
	color:#333333;
	font-size: 11px;
}

#cata_product_txt a:hover {
	color:#333333;
	text-decoration:underline;
	font-size: 11px;
}


/*END shopping page*/




/*START REFINE PRODUCT PAGE*/
#youarein {
	padding-right: 20px;
	margin-top: 13px;
	padding-top: 10px;
	width: 590px;
	}
#youarein p {
margin:0px; padding:0px; color:#666666 }

.YouAreBlue {
	font-size:14px;
	color:#0280D3;
	padding: 0px;
	margin:0px; }
	

.YouAreBlueSmall {
	font-size:14px;
	color:#0280D3;
	padding: 0px;
	margin:0px; }	
	
#backtotopcontainer {
	display: block;
	height: 45px;
	width: 590px;
	margin-bottom: 5px;
}
#backtotopleft {
	margin:0px;
	padding:0px;
	height: auto;
	width: auto;
	float: left;
}
#backtotopleft h1 {
	margin:0px;
	padding: 0px;
}
#backtotopright {
	float:right;
	margin:0px;
	height: 30px;
	width: 130px;
	text-align: right;
	padding-top: 4px;
}
	

#choose_product_right_bestbuy {
	height: 121px;
	width: 580px;
	background-image: url(../i/bestbuybg.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-top: 13px;
	padding-top: 10px;
	padding-left: 10px;
}

#choose_product_right_bestbuy_pic {
	height: 109px;
	width: 123px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#choose_product_right_bestbuy_desc {
	height: 45px;
	width: 300px;
	float: left;
	padding-right: 140px;
	padding-top: 20px;
	padding-left: 12px;
	}
#choose_product_right_bestbuy_desc h4 { 
	margin-bottom:4px;
	margin-top:0px;
	padding:0px;
	font-size:13pt;
	color:#67AFD6;
	font-weight:bolder;
	}
	
#choose_product_right_bestbuy_moreinfo p, #choose_product_right_bestbuy_desc p { 
	margin:0px;
	padding:0px;
	color:#666;
	font-size:12px;
	
}

.redprice { 
	margin:0px;
	padding:0px;
	color:red;
	font-size:12px;
	
}

.bluedimensions { 
	margin:0px;
	padding:0px;
	color:#67AFD6;
	font-size:12px;
	
}

#choose_product_right_bestbuy_quantity {
	width: 13px;
	float: left;
	height: 24px;
	padding-top: 15px;
	padding-left: 12px;
	padding-bottom: 3px;
	}
	
#refineyoursearchcontainer {
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 595px;
	padding-right: 15px;
	padding-left: 0px;
	}		

#refine_yoursearch_header {
	height: 27px;
	display: block;
	margin-top: 15px;
	background-image: url(../i/REFINE_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 550px;
	padding-left: 45px;
	padding-top: 10px;
	}
#refine_yoursearch_header h5 {color:#ffffff; margin:0px; padding:0px; font-size:16px;}


#refine_yoursearch_body {
	margin:0px;
	width:573px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #008EC9;
	border-left-color: #008EC8;
	height: auto;
	display: block;
	padding: 10px;
}
#refine_yoursearch_body h4 { color:#FF0000; font-size:11px; margin-top:3px; bottom:8px;}

#refine_yoursearch_body a {color:#333333; text-decoration:underline;}
#refine_yoursearch_body a:hover {color:#333333; text-decoration:none;}

#refine_yoursearch_bottom {
	background-image: url(../i/REFINE_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 595px;
 }


.RefineBlue {color:#67AFD6; font-size:16px; font-weight:bold;  }

.RefineBlueNumbers{color:#67AFD6; }


#refine_productlisting {
	background-image: url(../i/PRODUCT_LISTINGbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 86px;
	width: 585px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 10px;
}
#refine_productlisting_pic {
	height: 76px;
	width: 85px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#refine_productlisting_desc {
	height: 25px;
	width: 458px;
	float: left;
	padding-right: 10px;
	padding-left: 12px;
	}
	
	#refine_productlisting_desc h4 {
	margin-bottom:4px;
	margin-top:0px;
	padding:0px;
	font-size:12pt;
	color:#67AFD6;
	font-weight:bolder; }
	
	#refine_productlisting_desc p {
	
	margin:0px;
	padding:0px;
	color:#666;
	font-size:12px; }
	
	#refine_productlisting_addcart {
	height: 24px;
	padding-top: 19px;
	padding-left: 12px;
	padding-bottom: 3px;
	float: left;
	margin: 0px;
	display: block;
	}


/*END REFINE PRODUCT PAGE*/



/*START SPECIFIC PAGE*/

#specificPRODUCTcontainer {
	height:auto;
	margin-bottom:5px;
	margin-top: 5px;
	float: left;
	clear: both;
}

#specificPRODUCTtop {
	background-image: url(../i/PRODUCT_description_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	width: 595px;
}

/*OVERALL DETAILS ON PRODUCT*/
#specificPRODUCTbig {
	width: 543px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	margin: 0px;
	padding-left: 30px;
	padding-bottom: 15px;
	padding-right: 20px;
	display: block;
	padding-top: 10px;
	height: auto;
	float: left;
 }

#specificPRODUCTbigpic {
	margin: 0px;
	padding: 0px;
	height: 197px;
	width: 147px;
	float: left;
}
#specificPRODUCTbigheader {
	width: 395px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#specificPRODUCTbigheader h2 {
	font-size: 20px;
	padding-bottom: 5px;
	margin: 0px;
}

#specificPRODUCTbigdescription {
	float: left;
	width: 200px;
	padding-top: 10px;
	height: 10px;
}

#specificPRODUCTbigdescription p {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}


#specificPRODUCTbiglinks {
	float: right;
	height: auto;
	width: 195px;
	text-align: right;
	padding-top: 60px;
}

/*OVER ALL DETAILS ON PRODUCT END*/


#specificPRODUCTbody {
	width: 528px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	height: auto;
	margin: 0px;
	padding-left: 45px;
	padding-bottom: 15px;
	padding-right: 20px;
	float: left;
	display: block;
	padding-top: 10px;
}

#specificPRODUCTdescription {
	background-image: url(../i/PRODUCT_INFO_TOP.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 550px;
	padding-top: 15px;
	padding-left: 45px;
}
#specificPRODUCTnotes h3, #specificPRODUCTspecification h3, #specificPRODUCTdescription h3 { margin:0px; padding:0px; }
#specificPRODUCTbody p { margin:0px; padding:0px; }


#specificPRODUCTspecification {
	background-image: url(../i/PRODUCT_SPEC_TOP.gif);
	height: 21px;
	width: 550px;
	padding-top: 18px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left top;
}

#specificPRODUCTnotes {
	background-image: url(../i/PRODUCT_NOTES_TOP.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 550px;
	padding-top: 18px;
	padding-left: 45px;
}

#specificPRODUCTbottom {
	background-image: url(../i/PRODUCT_description_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	width: 595px;
	clear: both;
	float: left;
}


/*END SPECIFIC PAGE*/




#homepage #main {
	width:465px;
}
body.xcart #main {
	width:660px;
	padding:45px 0 30px;
}
body.xcart-cart #main {
	width:600px;
	padding:0 30px 30px;
}
body.xcart-favorites #main {
	padding:0 0 10px;
}

#main p,
#main dl {
	font-size:93%;
	line-height:1.45;
}

#content h1,
#content h2,
#content h3 {
	color:#67AFD6;
}
#content h1 em,
#content h2 em,
#content h3 em {
	color:#ccc;
	font-style:normal;
}

.search-results{
	padding-left:25px;
}


#main h1 {
	font-size:14pt;
	color:#0280D3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#main h2 {
	font-size:11pt;
	color:#474747;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

#main hr {
	background:url(../i/bg_hr.gif) repeat-x;
	height:3px;
	margin:15px 0;padding:0;
	border:none;
}

#main dt {
	font-weight:bold;
}
#main dd {
	margin:0 0 1em;
}

#main #download {
	background-color:#FAFAFA;
	padding:7px 10px;
	border:1px solid #F2F2F2;
}
#main #download h2 {
	background:url(../i/icon_disk.gif) no-repeat 0 50%;
	padding-left:20px;
	font-size:93%;
	line-height:16px;
	color:#333;
}
#main #download p {
	margin: 0;
	padding: 0px;
}

#main a.more {
	background:url(../i/icon_arrow_gray.gif) no-repeat left 50%;
	padding-left:14px;
}
#main a.more-alt {
	background:url(../i/icon_arrow_gray.gif) no-repeat right 50%;
	padding-right:14px;
	font-weight:bold;
}

body.xcart #main p.more {
	font-size:77%;
	font-weight:bold;
}

#creditcards {
	width:850px;
	height:40px;
	background-color: #8ADBFF;
	margin:0px; padding:0px;
}

/* sidebar */
#sidebar {
	float:right;
	background-color: #FFFFFF;
	display: block;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#homepage #sidebar {
	width:323px;
	padding:0 0 0 2px;
	border-width:2px 0 1px 0;
	border-style:solid;
	border-color:#fff #fff #fff #F0F0F0;
}


/* sidebar modules for homepage */
#homepage #sidebar .module {
	margin:0;
	padding:10px 5px 15px 15px;
	background-color: #FFFFFF;
}
#homepage #sidebar .module h2 {
	margin:0 0 5px;
	font-size:136%;
	color:#027ABB;
	letter-spacing:-1px;
}
#homepage #sidebar .module h2 span {
	display:block;
	font-size:51%; /* this calculates to 9px approx. */
	color:#666666;
	letter-spacing:0;
	text-transform:uppercase;
}
#homepage #sidebar .module p {
	margin:0;
	color:#666;
}

#homepage #sidebar .module .thumb-logo {
	float:left;
	width:91px;
	margin:10px 10px 0px 0;
}
#homepage #sidebar .module .thumb-stationery {
	float:right;
	margin:0 10px 0 0;
}

#homepage #sidebar .module .thumb-logo p,
#homepage #sidebar .module .thumb-stationery p {
	margin:0;padding:0 1px 0 0;
	font-size:70%;
	color:#808080;
	
}
#homepage #sidebar .module .thumb-logo p a,
#homepage #sidebar .module .thumb-stationery p a {
	display:block;
	padding:0;
	font-weight:bold;
	text-transform:none;
	color:#027ABB;
}


#homepage #keylinedivide {
	margin:0;
	padding:0px;
	background-image: url(../i/keylinedivide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}


/* footer items */
#footer p#copyright {
	position:relative;
	right:-300px;
	font-size:77%;
	color:#ccc;
	width: 320px;
}

#footer #logo-hackersafe {
	position:absolute;
	right:94px;
	top:38px;
}
#footer #logo-csite {
	position:absolute;
	right:20px;
	top:20px;
}


/* nav */
ul#nav {
display : none;
}
ul#nav li {
	float:left;
}
ul#nav li a {
	float:left;
	width:96px;
	height:34px;
	padding:0;
	
}

ul#nav li#nav-home a { background-image:url(../i/home_navi.jpg);}
ul#nav li#nav-home a:hover { background-position:0 -34px; }


ul#nav li#nav-about a { background-image:url(../i/about_navi.jpg); }
ul#nav li#nav-about a:hover { background-position:0px -34px; }


ul#nav li#nav-viewcart a { background-image:url(../i/news_navi.jpg); }
ul#nav li#nav-viewcart a:hover { background-position:0px -34px; }


ul#nav li#nav-checkout a { background-image:url(../i/checkout_navi.jpg); }
ul#nav li#nav-checkout a:hover { background-position:0px -34px; }

ul#nav li#nav-contact a { background-image:url(../i/contact_navi.jpg); background-repeat:no-repeat;}
ul#nav li#nav-contact a:hover { background-position:0px -34px ; background-repeat:no-repeat;}



/* subnav */
ul#subnav {
	list-style:none;
	margin:40px 20px 0 0;padding:0;
	border-top:1px solid #E5E5E5;
}
ul#subnav li {
	margin:0;padding:0;
	border-bottom:1px solid #E5E5E5;
}
ul#subnav li a {
	display:block;
	background-image:url(../i/icon_subnav_gray.gif);
	background-repeat:no-repeat;
	background-position:4% 50%;
	padding:8px 5px 7px 25px;
	font-size:85%;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
ul#subnav li a:hover {
	background-color:#f3f3f3;
	color:#666;
}
ul#subnav li#current a {
	background-image:url(../i/icon_subnav_orange.gif);
	background-color:#f3f3f3;
	color:#666;
}


/* footer nav */
#footer ul {
	float:left;
	margin:30px 0 0 20px;padding:0;
	font-size:85%;
	list-style:none;
}
#footer ul li {
	line-height:1.4;
}
#footer ul li a {
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:10px;
	color:#ddd;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#fff;
}

#footer ul#nav-b li a {
	background-image:url(../i/bullet_footer_orange.gif);
	display: inline;
}
#footer ul#nav-b li.creditcardlist {
	background-image:url(../i/creditcardlist.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 208px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* #footer ul#nav-d { display:none; } */

/* styles for color picker - colourmod.com */
#swatch-wrapper {
	float:right;
	width:190px;
	margin:.6em 0;
}

.cart-swatch {
	float:left;
	margin:0 0 0 5px;
	width:15px;
	height:15px;
}

body.xcart-popup #xcart-itemoptions{
	width:190px;
}

body.xcart-popup #swatch-wrapper {
	float:left;
	width:190px;
	margin:.6em 0;
}

body.xcart-popup .change-options{
	margin:0;padding:0;
	float:right;
}

#swatch-wrapper label {
	display:block;
	text-align:left;
	margin-bottom:3px;
}
.colorswatch {
	float:left;
	margin-right:16px;
}
.colorswatch h4 {
	padding-bottom:2px;
	font-size:9px;
	text-align:left;
	color:#a6a6a6;
}
.colorswatch a {
	float:left;
	width:46px;
	height:24px;
	padding:0;
	text-align:left;
	background:url(../i/bg_colorswatch.gif) no-repeat;
}
.colorswatch div {
	position:relative;
	left:2px;
	top:2px;
	width:20px;
	height:20px;
}

/* rules below used as hooks for colourmod */
/*#swatch1 { background:#333; }
#swatch2 { background:#666; }
#swatch3 { background:#999; }*/

.Star{
	color:red;
	font-weight:bold;
}

#xcart-related-products-wrapper {
	border: 1px solid red;
	padding-left: 25px;
	text-align: center;
}

body.xcart #main .related-product-item {
	float: left;
	width: 120px;
	margin:0 15px 10px 10px;
}
#choose_product_left li.browseproducts2 {
	margin:0px;
	width:208px;
	height:auto;
	padding: 0px;
	display: block;
}
ul#nav li#nav-shop a {
	background-image:url(../i/shop_navi.jpg);
}
ul#nav li#nav-shop a:hover {
	background-position:0 -34px;
}

