body {
	background-color:#FFFFFF;
	text-align:center;
}

/*category navigation styles */
body {
	behavior: url(/themes/default/csshover.htc);
}
#categoryNav ul {
	margin:0;
	padding:0;
}

#categoryNav ul a:hover {
	color:#000000;
	text-decoration: none;
	background-color:#CCCCCC;
}

/* top level categories */
#categoryNav ul {
	list-style: none;
	width: 189px;
}
#categoryNav ul li {
	border-bottom:1px dotted #666666;
	float: left;
	position: relative;
	background-image:url(images/browse_cat_bg_1.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:3px;
}
#categoryNav ul a {
	color:#666666;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 30px;
	width: 151px;
}

/* second level and above */
#categoryNav ul li ul {
	list-style: none;
	position: absolute;
	left: 180px;
	top:0;
	display: none;
	width: 140px;
	border:1px solid #666666;
	/*border-top:1px solid #666666;*/
}
#categoryNav ul li ul li {
	background-image:none;
	padding-left:0;
	/*border-bottom:none;
	border-left:1px solid #666666;
	border-top:none;
	border-right:1px solid #666666;
	*/
	border:0;
	background-image:url(images/hover_arrow2_black.gif);
	background-position:right center;
}
#categoryNav ul li ul a {
	color:#666666;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 10px;
	width: 125px;
	background-color:#E6E6E6;
}

/* third level and above */
#categoryNav ul li ul li ul {
	position: absolute;
	left: 140px;
	top: 0;
	display: none;
	width: 140px;
	border:1px solid #666666;
}

#categoryNav ul li:hover a { z-index:1000; }

/* first level */
#categoryNav ul li:hover ul { display: block; z-index:100; top:-1px;}
#categoryNav ul li:hover ul li ul { display: none; }
#categoryNav ul li ul li:hover ul { display: block; }
/* give it a arrow at the begining of the a tag */
#categoryNav ul li:hover a { list-style-type:none; background-image:url(images/hover_arrow.gif); background-repeat:no-repeat; background-position:left center; color:#000000; }
#categoryNav ul li:hover ul a { background-image:none; }
/* give all decentent a tag a grey arrow*/
#categoryNav ul li:hover ul .hasChild  { background-image:url(images/hover_arrow2_black.gif); background-repeat:no-repeat; background-position:right center; color:#000000; }

/* second level */
#categoryNav ul li ul li:hover ul  { display: block; z-index:100; }
#categoryNav ul li ul li:hover ul li ul { display: none; }
#categoryNav ul li ul li ul li:hover ul { display: block; }
#categoryNav ul li ul li:hover ul a { background-image:none; }
/* give the hovering a tag a blue arrow, but doing that, all other decendent a will have have blue array, hence the next line, we reset all other decentent to black arrow*/
#categoryNav ul li ul li:hover .hasChild { background-image:url(images/hover_arrow2_blue.gif); background-repeat:no-repeat; background-position:right center; color:#000000; }
#categoryNav ul li ul li:hover ul .hasChild { background-image:url(images/hover_arrow2_black.gif); background-repeat:no-repeat; background-position:right center; color:#000000; }

/* third level */
#categoryNav ul li ul li ul li:hover ul  { display: block; z-index:100; }
#categoryNav ul li ul li ul li:hover ul li ul { display: none; }
#categoryNav ul li ul li ul li ul li:hover ul { display: block; }
#categoryNav ul li ul li ul li:hover ul a { background-image:none; }
#categoryNav ul li ul li ul li:hover .hasChild { background-image:url(images/hover_arrow2_blue.gif); background-repeat:no-repeat; background-position:right center; color:#000000; }
#categoryNav ul li ul li ul li:hover ul .hasChild { background-image:url(images/hover_arrow2_black.gif); background-repeat:no-repeat; background-position:right center; color:#000000; }

/* forth level */
#categoryNav ul li ul li ul li ul li:hover ul  { display: block; z-index:100; }
#categoryNav ul li ul li ul li ul li:hover ul li ul { display: none; }
#categoryNav ul li ul li ul li ul li ul li:hover ul { display: block; }
#categoryNav ul li ul li ul li ul li:hover ul a { background-image:none; }
#categoryNav ul li ul li ul li ul li:hover .hasChild { background-image:url(images/hover_arrow2_blue.gif); background-repeat:no-repeat; background-position:right center; color:#000000; }
#categoryNav ul li ul li ul li ul li:hover ul .hasChild { background-image:url(images/hover_arrow2_black.gif); background-repeat:no-repeat; background-position:right center; color:#000000; }


/* doing the bar styles */
#categoryNav ul .bar1 {
	background-image:url(images/browse_cat_bg_1.jpg);
}
#categoryNav ul .bar2 {
	background-image:url(images/browse_cat_bg_2.jpg);
}
#categoryNav ul .bar3 {
	background-image:url(images/browse_cat_bg_3.jpg);
}
#categoryNav ul .bar4 {
	background-image:url(images/browse_cat_bg_4.jpg);
}
#categoryNav ul .bar5 {
	background-image:url(images/browse_cat_bg_5.jpg);
}
#categoryNav ul .bar6 {
	background-image:url(images/browse_cat_bg_6.jpg);
}
#categoryNav ul .bar7 {
	background-image:url(images/browse_cat_bg_7.jpg);
}
#categoryNav ul .bar8 {
	background-image:url(images/browse_cat_bg_8.jpg);
}
#categoryNav ul .bar9 {
	background-image:url(images/browse_cat_bg_9.jpg);
}
#categoryNav ul .bar0 {
	background-image:url(images/browse_cat_bg_10.jpg);
}

/* end category navigation */




/* page navigation */

#pagenavdiv {
	width:187px;
	background-color:#ecebea;
	background-image:url(images/handy-tools-bg.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#pagenavheader {
	background-image:url(images/handy_tools_header.jpg);
	background-repeat:no-repeat;
	width:187px;
	height:34px;
}
#thawte {
	height:76px;
	text-align:center;
	padding-top:5px;
}

#payment-options {
	height:180px;
	background-image:url(images/payment-options.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#pagenavdiv a {
	color:#5a5a59;
	font-size:10px;
}
#pagenavdiv ul {
	margin:0;
	padding:0;
	list-style:none;
}
#pagenavdiv ul {

	padding:12px 0px 30px 20px;
	min-height:263px;
	color:#c2ad77;
	
}
* html #pagenavdiv ul {
	height:263px;
}
#pagenavdiv ul li {
	padding-bottom:5px;
}

#pagenavdiv ul li ul {
	padding:0px 0px 0px 5px;
	min-height:0;
	
}
* html #pagenavdiv ul {
	height:0;
}
#pagenavdiv ul li li {
	padding-bottom:0px;
}
#pagenavdiv a:hover {
	color:#c2ad77;
}

/* give the li of the first level a gradient ackground 
#pagenavdiv ul li {

	padding:10px 0px 0px 25px;
	min-height:263px;
	color:#c2ad77;
	
}
* html #pagenavdiv ul li {
	height:263px;
}
#pagenavdiv ul li a {
	color:#c2ad77;
	font-size:11px;
	
}
* html #pagenavdiv ul {
	height:24px;
}
*/

/* no more background on second level + 
#pagenavdiv ul li ul li  {
	background-image:none;
	padding:0;
	margin:0;
	color:#FFFFFF;
	min-height:0;
}
#pagenavdiv ul li ul li a {
	color:#FFFFFF;
	font-size:11px;
}
* html #pagenavdiv ul li ul li {
	height:0px;
}
*/
/* for first level first child and last child, need some padding top and bottom
#pagenavdiv ul li ul .level1.firstchild  {
	padding-top:20px;
}
#pagenavdiv ul li ul .level1.lastchild  {
	padding-bottom:10px;
}

#pagenavdiv ul li ul li ul .firstchild  {
	padding-top:0px;
}
#pagenavdiv ul li ul li ul .lastchild  {
	padding-bottom:0px;
}
#pagenavdiv ul li ul li ul li {
	padding-left:10px;
}
*/

/* end page navigation */ 



/* styling the blocks */

.blockmaintitle {
	font-size: 11px;
	color: #C2AD77;
	height:30px;
	padding:5px 5px 0px 15px;
}
.blocktitle {
	font-size: 12px;
	color:#FFFFFF;
	padding:10px 5px 0px 15px;
}
.blocktext {
	color:#FFFFFF;
	padding:2px 5px 0px 15px;
}
.blockdate {
	padding:0px 5px 0px 15px;
	font-size:11px;
}
.blockfooter {
	height:12px;
}
.block {
	background-image:url(images/block_bg.jpg);
	background-repeat:repeat-x;
	min-height:160px;
	background-color:#151515;
	width:186px;
	padding-bottom:10px;
}
.block a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
}
.block td {
	color:#FFFFFF;
	font-size:10px;
	padding:2px 5px 2px 15px;
}

/* end blocks */




/* style for search form */

#searchForm {
	padding-top:10px;
	padding-left:20px;
}
* html #searchForm {
	padding-top:15px;
}
#searchForm td {
	font-size:10px;
	text-align:left;
}
#searchForm .heading {
	color:#FFFFFF;
	font-size:12px;
}
#searchForm .keyword, #quickSearch .keyword, #searchForm .category {
	width:150px;
	border:1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#searchForm .category {
	width:112px;
}

/* end style for search form */

/********* QUICK LOOKUP SEARCH FORM *************/

#quickSearch {
	padding-top:26px;
	padding-left:20px;
}
	.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
		z-index:10000;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
		max-height:200px;
		overflow:auto;
	}
	
	.suggestionList ul {
		margin:0;
		padding:0;
		list-style-type:none;
		list-style-position:outside;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 0;
		padding: 3px;
		cursor: pointer;
		list-style-type:none;
		list-style-position:outside;
		color:#fff;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}

	#inputString {
		background-position:right;
		background-repeat:no-repeat;
	}
/* end style for quick search form */


/* feature home products */

.feature_panel {
	background-image:url(images/home_prod_bkgd_btm.jpg);
	background-repeat:no-repeat;
	background-position:left 46px;
}

.feature_panel td {
	color:#4c4c4c;
}

.feature_summary ul {
	padding:0;
	/*margin:0;*/
}
.feature_summary p {
	margin:0;
	padding:0;
	font-style:normal;
}
td.feature_price {
	font-size:14px; color:#dc3731;
	padding-left:10px;
	font-weight:bold;
	font-style:normal;
}
.feature_title {
	background-image:url(images/home_prod_bkgd_rpt.jpg);
	background-repeat:repeat-y;
	font-style:normal;
}

.feature_title table {
	background-image:url(images/home_prod_bkgd_top.jpg);
	background-repeat:no-repeat;
	
}

.feature_summary, .feature_title table tr td {
	padding:0 5px;
	
}

.feature_title a {
	text-decoration:none;
	color:#4c4c4c;
	font-size:12px;
	font-weight:bold;
}

/* end of feature home products */



/* crosssell dialog */

#crosssellDialog {
	background:#fff;
	display:none;
}

#crosssell-container {
	padding:20px;
}

#crosssell-container1 {
	width:594px;
	background-image:url(images/landing_bg_left.jpg);
	background-repeat:no-repeat;
}
#crosssell-container2 {
	background-image:url(images/landing_bg_right.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:center;
}
#crosssell-container3 {
	background-image:url(images/landing_bg_top.jpg);
	background-position:top;
	padding-top:0px;
	background-repeat:no-repeat;
	margin:auto;
	min-height:280px;
	margin-bottom:35px;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	/* 566px after padding subtracted, make 10px smaller allow room for slight expansion */
}

#crosssell-container3 h1.otherHeading {
	padding-left:10px;
}


.crosssell_dialog_content {
	background-image:url(images/home_prod_bkgd_btm.jpg);
	background-repeat:no-repeat;
	background-position:left 46px;
}

.crosssell_dialog_content td {
	color:#4c4c4c;
}

.crosssell_dialog_summary ul {
	padding:0;
	/*margin:0;*/
}
.crosssell_dialog_summary, .crosssell_dialog_summary p {
	margin:0;
	padding:0;
	font-style:normal;
	font-size:12px;
	color:#000;
}
td.crosssell_dialog_price {
	font-size:14px; color:#dc3731;
	padding-left:10px;
	font-weight:bold;
	font-style:normal;
}
.crosssell_dialog_title {
	background-image:url(images/home_prod_bkgd_rpt.jpg);
	background-repeat:repeat-y;
	font-style:normal;
}

.crosssell_dialog_title table {
	background-image:url(images/home_prod_bkgd_top.jpg);
	background-repeat:no-repeat;
	width:100%;
}

.crosssell_dialog_title table td {
	color:#4c4c4c;
	font-size:12px;
	font-weight:bold;
	height:46px;
	padding:3px 5px 0;
	line-height:100%;
}

.crosssell_dialog_summary, .crosssell_dialog_title table tr td {
	padding:0 5px;
	
}

.crosssell_addtobasket {
	cursor:pointer;
}

.crosssell_basket_btn span {
	padding-left:20px;
	height:15px;
	padding-top:2px;
	margin-top:2px;
	display:block;
}

.crosssell_basket_btn span.basketloading {
	background-image:url(images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.crosssell_basket_btn span.added {
	background-image:url(images/greentick.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

/* end of crosssell dialog */

/* products 

.productitem {
	background-image:url(images/product_item_bg.jpg);
	background-repeat:repeat-x;
	height:148px;
}
.productitem a {
	text-decoration:none;
	color:#000000;
	font-size:13px;
}
.productprice {
	font-size:13px;
	color:#FF0000;
	height:59px;
	padding-left:5px;
}
.productprice .rrp {
	color:#000000;
	font-size:11px;
}
.productsummary {
	text-align:left;
	height:61px;
	padding-left:5px;
}
.producttitle {
	padding:0;
	color:#000000;
	font-size:13px;
	text-align:center;
	width:188px;
	height:25px;
}
.productimage {
	height:123px;
	vertical-align:bottom;
}
.productbundle {
	text-align:center;
}
.categoryicon {
	padding-bottom:15px;
}
.productbasket {
	height:59px;
	padding-right:25px;
	text-align:right;
}
.productdivider {
	width:100%;
	height:5px;
}
*/

.listing_icon {
	padding:5px 10px;
}
.product_listing_divider {
	/*padding:3px 5px 0px 5px;*/
	border-bottom:1px solid #d2d1d0;
}
#listing_page_nav a {
	text-decoration:none;
	color:#0476cd;
}
.acceesoriesmore a {
	color:#0476cd;
	text-decoration:underline;
}
.listingImage {
	margin:auto;
}

/* feature products */
.featureproductitem {
	width:182px;
}
.featureproductitem.col0 {
	float:left;
}
.featureproductitem.col1 {
	float:right;
}
.featureproductitem.col2 {
	margin:auto;
}
.featureproductitem a {
	text-decoration:none;
	color:#000000;
	font-size:13px;
}
.featureproductitem .buybtn {
	float:right;
	padding-right:15px;
}
.featureproductitem .price {
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
	padding-top:3px;
	padding-left:10px;
}
.featureproductitem .summary {
	text-align:left;
	margin:0;
	padding:4px;
	padding-left:10px;
}
.featureproductitem .title a {
	padding:0;
	color:#333333;
	font-size:11px;
	text-align:left;
	font-weight:bold;
}
.featureproduct_divider {
	clear:both;
	padding:5px;
}


.categorylanding {
	width:171px;
	height:243px;
	background-image:url(images/landing_panel_bg.jpg);
	background-repeat:no-repeat;
}
.categorylandingheader {
	width:161px;
	text-align:left;
	color:#000;
	font-weight:bold;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

.categorylandingheader a {
	color:#000;
}
.categorylandingcontent {
	padding:0px 5px;
	width:159px;
	text-align:left;
}
.categorylandingmore {
}
.categorylandingmore a {
	text-decoration:none;
	color:#FFFFFF;
}

/* end products */


.modulesummary {
	float:left;
}
.clear.divider {
	padding:20px;
}
.modulemaintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #73530d;
}
.moduletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #73530d;
	font-weight: bold;
	line-height: 140%;
}
.moduletitle a {
	text-decoration:none;
	/*color: #73530d;*/
}
.moduleheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #73530d;
	font-weight: bold;
	line-height: 140%;
}
.moduledate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
.modulesummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	padding-bottom: 5px;
}
.moduletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
.moduledivider {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #73530d;
	margin-bottom: 5px;
}




/* drop the second level ul down */

.sitename {
	font-size: 24px;
	color: #73530d;
	padding: 3px;
}

.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	/*border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color:green;
	*/
	margin-bottom: 5px;
	padding:10px 0px 15px 5px;
}

.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0px none;
}
.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none;
}

a.topnav:link, a.topnav:visited, a.topnav:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a.sidenav:link, a.sidenav:visited, a.sidenav:active{
	font-weight: normal;
	color: #73530d;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
}
a.sidenav:hover {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

a.footernav:link, a.footernav:visited, a.footernav:active {
	color: #000000;
	text-decoration: none;
}
a.footernav:hover {
	color: #000000;
	text-decoration: underline;
}

.sidenavdivider {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #73530d;
}

.maintable {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}

.maintablefullwidth {
	background-color: #FFFFFF;
}

.leftcolumn {
	background-color: #FFE8DF;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #73530d;
	width: 130px;
}

.maincolumn {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.rightcolumn {
	background-color: #FFE8DF;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #73530d;
	padding: 5px;
	width: 200px;
}

.footer {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #73530d;
	background-color: #FFE8DF;
	padding: 5px;
	font-size: 10px;
	line-height: 100%;
}




#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999 !important;
	border: 2px dotted #999 !important; /* */
}

#minicart {
	font-size: 10px;	
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	background:#2399d4;
	background-image:url(images/blue_header_rpt.png);
	background-repeat:repeat-x;
}
.entryTableHeader td {
	color:#FFFFFF;
}
.cartrow1 td {
	background-color:#efefef;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: #996600;
	font-weight: bold;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

form {
	margin:0;
	padding:0;
}

.viewthumb {
	background:#FFFFFF;
}


span.backward_btn span.btn_left {
	background-image:url(images/backward_btn_left.png);
	background-repeat:no-repeat;
	display:inline-block;
}

span.backward_btn span.btn_right, span.normal_btn span.btn_right {
	background-image:url(images/backward_btn_right.png);
	background-repeat:no-repeat;
	background-position:top right;
	display:inline-block;
	height:32px;
}

span.forward_btn span.btn_left, span.normal_btn span.btn_left {
	background-image:url(images/forward_btn_left.png);
	background-repeat:no-repeat;
	display:inline-block;
}

span.forward_btn span.btn_right {
	background-image:url(images/forward_btn_right.png);
	background-repeat:no-repeat;
	background-position:top right;
	display:inline-block;
	height:32px;
}

span.forward_btn, span.backward_btn, span.normal_btn {
	background-image:url(images/forward_btn_bg.png);
	background-repeat:repeat-x;
	display:inline-block;
}

span.forward_btn span span input, span.forward_btn span span a {
	text-align:center;
	border:0px;
	background:transparent;
	color:#fff;
	padding:1px 20px 0 5px;
	display:inline-block;
}

span.backward_btn span span input, span.backward_btn span span a {
	text-align:center;
	border:0px;
	background:transparent;
	color:#fff;
	padding:1px 5px 0 20px;
	display:inline-block;
}

span.normal_btn span span input {
	text-align:center;
	border:0px;
	background:transparent;
	color:#fff;
	padding:1px 10px 0 10px;
}

span.normal_btn a{
	color:#fff;
	text-decoration:none;
	padding:1px 10px 3px;
	display:inline-block;
}

#compform {
	background-image:url(images/compform_top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-size:16px;
	padding:40px 20px 0;
}

#compform label {
	display:block;
	margin-top:10px;
}

#compform #part1 p {
	margin:3px 0;
}

#compform #part1 p span {
	display:inline-block;
	width:16px;
}

#compform #part2 {
	padding-right:270px;
	background-image:url(images/compform_right_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#compform .textinput {
	font-size:16px;
	border:1px solid #000;
	width:100%;
	font-family:Arial,Helvetica,sans-serif;
}

#compform textarea {
	height:70px;
}

#w_count {
	font-size:12px;
	margin:0 0 3px 0;
	text-align:right;
}

#compform #errorMsg {
	background:#f00;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.codepanel {
	padding:10px;
	background:#efefef;
	font-size:0.9em;
}

.codepanel .leftpanel {
	float:left;
	width:210px;
	padding:0 10px 0 0;
	border-right:1px solid #bbb;
	
}

.codepanel .rightpanel {
	float:right;
	width:209px;
	padding:0 10px 0 0;
	
}

.codepanel h1 {
	border:0px;
	margin:10px 0 0 0;
}

.codepanel p {
	margin:0;
}

.codepanel h1.border {
	padding-top:10px;
	border-top:1px solid #bbb;
}

#specialmsg {
	border:3px solid #666;
	padding:20px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

h1.bundleheader {
	background-image:url(images/landing_bg_top.jpg);
	background-repeat:no-repeat;
	padding:10px 10px 5px;
	color:#fff;
	border:0;
}


/*********** CUSTOM BUNDLES *****************/

#customBundles {
	background-image:url(images/product_profile_main_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#customBundlesSelection {
	line-height:120%;
	margin-top:20px;
}

#customBundles #customBundlesHeader {
	font-size:18px;
	color:#464545;
	text-align:center;
	margin-bottom:10px;
}

#customBundles #customBundlesInner {
	background-image:url(images/custom-bundles-bg.png);
	background-repeat:no-repeat;
	padding:18px;
}

#customBundles #customBundlesNav {
	font-size:13px;
}

#customBundles #customBundlesNav a {
	background-image:url(images/grey-button-right.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	color:464545;
	margin-right:10px;
	display:inline-block;
}

#customBundles #customBundlesNav a span {
	display:inline-block;
	background-image:url(images/grey-button-left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#464545;
	height:30px;
	padding:9px 10px 0;
	cursor:pointer;
}

#customBundles #customBundlesNav a.selected span, #customBundles #customBundlesInner #customBundlesNav a:hover span {
	color:#b9382f;
	text-decoration:underline;
}

#customBundles #customBundlesInner #customBundleSets {
	border:1px solid #ccc;
	background:#fff;
	padding:2px;
	overflow:hidden;
}

#customBundles #customBundlesInner #customBundleSets .customBundleItems div.bundleitem {
	float:left;
	width:107px;
	height:107px;
	background-image:url(images/custom-bundles-square-lge.png);
	background-repeat:no-repeat;
	cursor: pointer;
}

#customBundles #customBundlesInner #customBundleSets .customBundleItems div.selectedBundleitem {
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 	filter: alpha(opacity=50);  
}

#customBundles #customBundlesInner #customBundleSets .customBundleItems div.bundleitem div {
	width:107px;
	height:107px;
	background-repeat:no-repeat;
	background-position:center center;
}

#customBundles .grad {
	background-image:url(images/custom-bundles-grad.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:19px;
	margin-bottom:10px;
}

#customBundles #customBundlesInner #yourbundle {
	font-size:20px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:10px;
}

#customBundles #thebundle {
}

#customBundles #thebundle #bundleLeft {
	float:left;
}

#customBundles #thebundle #bundleRight {
	margin-top:50px;
	float:right;
}

#customBundles #thebundle #bundleLeft .price {
	font-size:20px;
	line-height:120%;
	color:#f00;
	margin-top:5px;
}

#customBundles #thebundle #selectedBundleItemsContainer #selectedBundleItems .selectedItem {
	background-image:url(images/custom-bundles-plus.png);
	background-repeat:no-repeat;
	background-position:4px 27px;
	width: 86px;
	height:110px;
	float:left;
	cursor:pointer;
}

#customBundles #thebundle #selectedBundleItemsContainer #selectedBundleItems .selectedItem .selectedItemRight {
	float:right;
}

#customBundles #thebundle #selectedBundleItemsContainer #selectedBundleItems .selectedItem .selectedItemRight .selectedItemSquare {
	height:64px;
	width:64px;
	background-image:url(images/custom-bundles-square-sml.png);
	background-repeat:no-repeat;
}

#customBundles #thebundle #selectedBundleItemsContainer #selectedBundleItems .selectedItem .selectedItemRight .selectedItemSquare .selectedItemImage {
	background-position:center center;
	background-repeat:no-repeat;
	height:64px;
}

#customBundles #thebundle #selectedBundleItems .selectedItem .selectedItemPrice {
	font-size:16px;
	line-height:120%;
	color:#d13e39;
	padding-left:4px;
}

#customBundles #thebundle #selectedBundleItems .selectedItem .selectedItemRrp {
	padding-left:4px;
	font-size:10px;
	line-height:120%;
	color:#616161;
	text-decoration:line-through;
}

#customBundles #thebundle #bundlePriceDiv {
}

#customBundles #thebundle #bundlePriceTxt {
	font-size:16px;
	line-height:120%;
}

#customBundles #thebundle #bundlePrice {
	color:#b9382f;
	font-weight:bold;
	font-size:32px;
	line-height:120%;
}

#customBundles #thebundle .addToBasketContainer {
	text-align:right;
}

#customBundles #thebundle .addToBasketContainer select {
	margin-bottom:5px;
}

#customBundles #thebundle .addToBasketContainer a {
	display:inline-block;
	background-image:url(images/black-button-right.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:10px;
}

#customBundles #thebundle .addToBasketContainer a span {
	display:inline-block;
	background-image:url(images/black-button-left.jpg);
	background-repeat:no-repeat;
	color:#fff;
	height:30px;
	width:100px;
	padding:9px 10px 0;
	text-align:center;
	cursor:pointer;
}


.px-button {
	margin-bottom:5px;
}

#customBundleItemDetails {
	width:334px;
	height:256px;
	background-image:url(images/custom-bundles-popup.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	display:none;
}

#customBundleItemDetails #customBundleItemDetailsInner {
	margin:10px 10px 10px 10px;
	padding:20px 20px 20px 35px;
	height:196px;
	overflow:hidden;
}

#customBundleItemDetails .itemDetailsLoading {
	background-image:url(images/itemDetails-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

#customBundleItemDetails #customBundleItemDetailsInner #itemDetailsTop #itemDetailsImage {
	float:left;
	height:80px;
	width:80px;
	background-repeat:no-repeat;
}

#customBundleItemDetails #customBundleItemDetailsInner #itemDetailsTop #itemDetailsTitle {
	color:#656565;
	font-size:14px;
	font-weight:bold;
	margin-left:90px;
	line-height:120%;
}

#customBundleItemDetails #customBundleItemDetailsInner #itemDetailsTop #itemDetailsBundlePrice {
	font-size:22px;
	color:#d13e39;
	margin-left:90px;
	
}

#customBundleItemDetails #customBundleItemDetailsInner #itemDetailsTop #itemDetailsNormalPrice {
	font-size:11px;
	color:#000;
	margin-left:90px;
}

#customBundleItemDetails #customBundleItemDetailsInner #itemDetailsTop #itemDetailsBundlePrice span.vat {
	font-size:11px;
	color:#656565;
}

#customBundleItemDetails #customBundleItemDetailsInner #itemDetailsTop #itemDetailsSummary {
	font-size:12px;
	color:#656565;
}

#customBundleOptionsDialog {
	padding:20px;
	border:3px solid #f5534e;
	background:#fff;
	display:none;
}

#simplemodal-containr {
	z-index:5000;
}

#simplemodal-overlay {
	background:#000;
}

#simplemodal-container a.modalCloseImg {
	background:url(images/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-12px;
	right:-12px;
	cursor:pointer;
}


#lastchanceoffers {
	margin-bottom:20px;
}

#lastchanceoffers img {
	cursor:pointer;
}

#basketinner a.removeItem {
	display:inline-block;
	width:14px;
	height:14px;
	background-image:url(images/remove.png);
	background-repeat:no-repeat;
	color:transparent;
	margin-left:5px;
}

.redarrow {
	width:60px;
	height:29px;
	background-image:url(images/red-arrow.png);
	background-repeat:no-repeat;
	display:none;
	position:absolute;
}

.morePhotos {
	cursor:pointer;
}

a#proceed-to-checkout, a.blackBtn {
	background-image:url(images/small-black-button-left.png);
	background-repeat:no-repeat;
	display:inline-block;
	padding-left:4px;
}

a#proceed-to-checkout span, a.blackBtn span {
	display:inline-block;
	background-image:url(images/small-black-button-right.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:25px;
	padding:2px 10px 0 6px;
	color:#fff;
	cursor:pointer;
}

/******** 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%;
}


.pay4later-more-details {
	width:264px;
	height:52px;
	float:left;
	background-image:url(images/pay4later-more-details.jpg);
	cursor:pointer;
}

.pay4later-more-details #p4l_message {
	display:block;
	padding-top: 3px;
	padding-left:92px;
	font-size:12px;
}

.pay4later-more-details #p4l_message #p4l_amount {
	font-weight:bold;
}

#financedetails {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:350px;
	padding:10px;
	background:#e3e3e3;
}

#p4lloading {
	padding-left:20px;
	background-image:url(images/ajax-loader-trans.gif);
	background-repeat:no-repeat;
}

.btn-sagepay-proceed {
	display:block;
	width:329px;
	height:45px;
	background-image:url(images/sagepay-proceed.jpg);
	background-repeat:no-repeat;
}

.btn-p4l-proceed {
	display:block;
	width:329px;
	height:50px;
	margin-bottom:10px;
	background-image:url(images/p4l-proceed.jpg);
	background-repeat:no-repeat;
}

.application-header {
	margin:20px 0 10px;
}

.application-header-inner {
	font-weight:bold;
	background:#cccaca;
	padding:5px 35px 5px 70px;
	font-size:15px;
	text-align:center;
	margin:0 10px;
}

.p4l-icon {
	background-image:url(images/pay4later-icon.png);
	background-repeat:no-repeat;
	width:86px;
	height:50px;
	float:left;
	margin-top:-45px;
}

.clock-icon {
	background-image:url(images/clock.png);
	background-repeat:no-repeat;
	width:56px;
	height:68px;
	float:right;
	margin-top:-55px;
}

.application-left {
	float:left;
	width:275px;
}

.application-left table tr td {
	font-weight:bold;
}

.application-left table tr.totalRow td {
	padding:5px 5px 0 0;
}

.application-left table tr.totalRow td.totalValue {
	border-top:2px solid #000;
	padding:3px 0 0 0;
}

.application-left table tr td.financeAvailable {
	background:#1a8f03;
	padding: 2px 5px 0;
	color:#fff;
	text-align:center;
}

.application-left .financeOptionsHeader {
	background:#5e5d5d;
	color:#fff;
	padding:2px 5px 0;
	font-weight:bold;
	margin-top:20px;
}

.application-left .financeOptionsText {
	background:#e4eae8;
	color:#000;
	padding:2px 5px 5px;
	font-weight:bold;
}

.application-right {
	float:right;
	width:275px;
}

.application-step {
	background:#cccaca;
	padding:5px 25px;
	margin-left:20px;
	font-weight:bold;
	font-size:13px;
}

.step1-icon {
	background-image:url(images/step1.png);
	background-repeat:no-repeat;
	width:37px;
	height:37px;
	margin-top:-33px;
}

.step2-icon {
	background-image:url(images/step2.png);
	background-repeat:no-repeat;
	width:37px;
	height:37px;
	margin-top:-33px;
}

.application-step3 {
	margin-top:10px;
	text-align:right;
}

.btn-application-step3 {
	display:inline-block;
	background-image:url(images/3-apply-now.png);
	background-repeat:no-repeat;
	width:268px;
	height:50px;
}

#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:#000;
	opacity:0.7;
}

#usedformresponse {
	display:none;
}

#usedform {
	display:none;
	width:400px;
	background:#fff;
	position:absolute;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	behavior: url(/includes/PIE.htc);
}

#usedform #topbar {
	height:12px;
	padding:4px 6px;
	text-align:left;
	background: -moz-linear-gradient(
		top,
		#e0e0e0 5%,
		#c7c7c7);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e0e0e0),
		to(#c7c7c7));
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	behavior: url(/includes/PIE.htc);
}

#usedform #topbar .close {
	display:inline-block;
	width:12px;
	height:12px;
	background-image:url(images/dialog-control-btns.png);
	background-repeat:no-repeat;
}

#usedform #topbar .close:hover {
	background-position:left -15px;
}

#usedforminner {
	padding:30px;
}

.px-button img {
	cursor:pointer;
}

#usedform form {
	text-align:left;
}

#usedform label {
	display:block;
	margin-bottom:5px;
	padding:2px;
}

#usedform .textinput {
	width:200px;
	border:1px solid #666;
	padding:3px;
	font-size:1em;
	font-family:Arial,Helvetica,sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(/includes/PIE.htc);
}

#usedform label span {
	display:inline-block;
	width:120px;
	padding-top:5px;
	vertical-align:top;
}

#usedform textarea {
	height:70px;
}

#usedform .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#65b2e6 0%,
		#1176ba);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#65b2e6),
		to(#1176ba));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #2774b0;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	behavior: url(/includes/PIE.htc);
}


