body{
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:12px;
	color:#666;
    background-image:url(../images/bg_page.gif);
	background-repeat: repeat-x
}

INPUT, TEXTAREA, SELECT{
	font-family:arial;
	width:80%;
	color:#666665;
	font-size:12px;
}

INPUT.checkbox{
	width:auto;
}

BUTTON{
	border:none;
	cursor: pointer;
}

UL, OL{
	list-style: none;
}

UL, OL, LI{
	margin:0px;
	padding:0px;
}

.std{
	list-style: disc;
	margin:0 0 2em 0;
	color:#616161
}

.std UL{
	list-style: disc;
	margin:0 0 0 1.4em;
}

.std OL{
	list-style: decimal;
	margin:0 0 0 2em;
}

LABEL{

}

a{
	color:#616161;
}

a img{
	border:none;
}

a img:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
}

.clear{
	clear: both;
	display:block;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.marginBottom{
	margin-bottom:22px;
}



/****************************************************/
/***********[ COLUNS ]***********/
/****************************************************/

.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }


.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }


.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }


table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


/************************************************************
** PAGE STYLES
*************************************************************/

.no-display{
	display:none;
}

	.contentWrapper{
		width:960px;
		margin:0 auto;
		background: #FFFFFF;
	}

	.topNav .contentWrapper,.footer .contentWrapper{
		background: none;
	}

		.leftWrapper{
			float:left;
			width:230px;
			margin:0px 2px 0px 0px;
			background: #FFFFFF
		}

		.rightWrapper{
			float:left;
			width:703px;
			margin:0px 7px 0px 7px;
			background: #FFFFFF
		}



.topNav{
	background: url(../images/nav-bg.jpg)

}

	.topNav ul{
		margin:0px;
		padding:0px;
		list-style:none;

	}

		.topNav ul li{
			margin:0px;
			padding:0px;
			height:39px;
			float:left;
			background:#fff;
		}

	.topNav a.checkout{
		display:block;
		float:right;
		height:40px;
		width:170px;
		background:url(../images/checkout.gif) no-repeat;
	}

		.topNav a.checkout:hover{
			background:url(../images/checkout_on.gif) no-repeat;
		}

.header{
	padding:5px 0px 25px 0px;
	height:54px;
	background:#ffffff;
	width: 960px ;
	margin:0 auto;
}

	.header .logo{float:left;}
	.header .headbanner{float:left; margin:0px 10px 0px 0px;}
	.header .tel{
		margin:0px 10px 0px 0px;
		float:right;
	}

	.header .searchBox{
		margin:12px 10px 0px 0px;
		float:right;
		clear:right;
		position:relative;
	}
		.header .searchBox .searchText{
			height:16px;
			padding:5px 40px 5px 10px;
			margin:0px 1px 10px 0px;
			width:180px;
			border:none;
			outline:none;
			background:url(../images/search-box.gif) no-repeat;
			float:left;
			color:#676869;
			font-size:12px;
		}

		.header .searchBox .searchText:focus{
			background:url(../images/search-box-on.gif) no-repeat;
		}

		.header .searchBox .searchSubmit{
			height:24px;
			width:32px;
			padding:0px;
			margin:1px 0px 0px 0px;
			background:url(../images/go-btn.gif) no-repeat;
			border:none;
			outline:none;
			text-indent: -9999px;
			position: absolute;
			right:1px;
		}

		.header .searchBox .searchSubmit:hover{
			background:url(../images/go-btn-on.gif) no-repeat;
		}

.body{
	margin:0px 0px 22px 0px;
}

	.body h1{
		font-size:22px;
		color:#00487d;
		margin:0px 0px 12px 0px;
		font-weight:bold;
	}

	.body h2{
		font-size:22px;
		color:#00487d;
		margin:0px 0px 12px 0px;
		font-weight:bold;
	}

	.body h3{
		font-size:14px;
		color:#00487d;
		margin:5px 0px 5px 10px;
		font-weight:bold;
	}

	.body h3 a{text-decoration: none;}
	.body h3 a:hover{text-decoration: underline;}

	.categoryList{
		margin:0px 0px 22px 0px;
		padding:0px;
		list-style:none;
		font-size:14px;
	}

	.categoryList ul{
			margin:0px;
			padding:0px 0px 0px 10px;
			list-style:none;
			font-size:12px;
	}

		.categoryList li{
			margin:0px;
			padding:0px;
			border-bottom:1px solid #ddd;
		}

				.categoryList li a{
					color:#00487d;
					text-decoration: none;
					line-height:24px;
					padding-left:10px;
					display:block;
				}

				.categoryList li a:hover{
					color:#037cd5;
				}

					.categoryList li.active > a, .categoryList > li:hover > a{
						color:#fff;
						background:#037cd5;
						font-weight: bold;
					}

					.categoryList li.parent > a{
						background:url(../images/nav_arrows.png) top right no-repeat;
					}

					.categoryList li.active.parent > a, .categoryList li.parent:hover > a{
						background:url(../images/nav_arrows.png) bottom right no-repeat #037cd5;
					}

						.categoryList li.active ul li{
							border:none;
						}

.feature{
		border:1px solid #D3f8f8;
		position:relative;
		height:200px;
		width:710px;
		margin:5px 0px 10px 0px;
	}

		.featureLeft{
			display:block;
			width:33px;
			height:200px;
			position:absolute;
			top:0px;
			left:0px;
			background:url(../images/feature-image/left-tab-on.png);
			z-index: 10;
		}

		.featureRight{
			display:block;
			width:33px;
			height:200px;
			position:absolute;
			top:0px;
			right:0px;
			background:url(../images/feature-image/right-left-tab-on.png);
			z-index: 10;
		}

		.feature ul{
			margin:0px;
			padding:0px;
			list-style:none;
		}

			.feature ul li{
				margin:0px;
				padding:0px;
				height:200px;
				width:710px;
			}

				.feature ul li a{

				}

	.category-image{
		border:1px solid #D3f8f8;
		margin:0px 0px 22px 0px;
	}

	.banner-box{
		border:1px solid #CEF7F7;
		padding:8px;
		margin:0px 0px 12px 0px;
	}

		.banner-box h3{
			margin:0px 0px 8px 0px;
			padding:0px;
			color:#3286de;
			font-size:14px;
			font-weigth:bold;
		}

		.banner-box img{
			float:left;
			margin:4px 8px 0px 0px;
		}

		.banner-box p{
			color:#666;
			font-size:12px;
			line-height:18px;
			margin:0px;
		}

		.banner-box b{
			color:#ff3366;
		}

	a.clearanceBanner{
		background:url(../images/clearance.gif) no-repeat;
		display:block;
		height:82px;
		width:230px;
		text-indent: -9999px;
		margin:0px 0px 12px 0px;
	}

		a.clearanceBanner:hover{
			background-image: 	url(../images/clearance-on.gif);
		}

	a.megamanBanner{
		background:url(../images/megaman-lights.gif) no-repeat;
		display:block;
		height:81px;
		width:230px;
		text-indent: -9999px;
		margin:0px 0px 12px 0px;
	}

		a.megamanBanner:hover{
			background-image: 	url(../images/megaman-lights-on.gif);
		}


	.rightWrapper_left{
		float:left;
		width:541px;
		margin-left: 10px
	}

		.listBox{
			border-top:1px solid #00487d;
			padding:4px 0px 0px 0px;
			margin:0px 0px 10px 0px;
		}

			.cross-sell .listBox,  .up-sell .listBox{
				border-top:none;
			}

		.listBox h3{
			font-size:18px;
			font-weight: bold;
			color:#00487d;
			margin:0px 0px 0px 8px;
		}

			.cross-sell .listBox h3,  .up-sell .listBox h3{
				font-size:14px;
			}

		.listBox em{
			margin:0px 0px 0px 8px;
			font-style: normal;
			font-size:10px;
		}

		.listBox ul{
			padding:0px;
			margin:8px 0px 8px 0px;
			list-style: none;
		}

			.listBox ul li{
				padding:7px;
				margin:0px;
				list-style: none;
				border-left:1px solid #cef7f7;
				width:118px;
				float:left;
				text-align: center;
				font-size:12px;
				line-height:18px;
		}

			.listBox ul li:hover{

							}

				.listBox ul li .img{
					text-align:center;
				}

				.listBox ul li img{
					padding:1px;
				}

				.listBox ul li:hover img{
					border:1px solid #cef7f7;
					padding:0px;
				}

				.listBox ul li strike{
					display: block;
					text-align: left;
					color:#00487d;
					font-size: 16px;
					font-weight: bold
				}

				.listBox ul li a{
					color:#00487d;
					display: block;
					text-align: left;
					min-height:30px;
					text-decoration: none;
					font-weight:bold;
					font-size:12px;
				}

				.listBox ul li a:hover{
					text-decoration: underline;
				}

				.listBox ul li span.price{
					display: block;
					text-align: left;
					font-size:26px;
					line-height: 26px;
					font-weight: bold;
					color:#d02502;

				}

				.listBox ul li a.moreInfo{
					background:url(../images/products/more-info.gif) no-repeat;
					display: block;
					height:19px;
					width:77px;
					text-indent:-9999px;
					margin:4px 0px 0px 0px;
					min-height:0px;
				}

				.listBox ul li a.moreInfo:hover{
					background-image:url(../images/products/more-info-on.gif);
				}

				.listBox a{
					color:#00487d;
					display: block;
					font-size:14px;
				}



	.rightWrapper_right{
		float:right;
		width:149px;
	}

		.rightWrapper_right .banner-box{
			text-align: center;
		}

		.rightWrapper_right .banner-box img{
			float:none;
			margin-right: 0px;
		}


.footer{
	padding:8px 0px 8px 0px;
	border-top:10px solid #004a80;
	color:#FFFFFF;
	font-size:12px;
	background:#000000;
}

	.footer ul{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

		.footer ul li{
			margin: 0px;
			padding: 0px;
			list-style: none;
			float:left;
			border-right:1px solid #5B9EE5;
		}

		.footer ul li a{
			color:#FFFFFF;
			padding:0px 8px;
			font-size:12px;
			text-decoration: none;
		}

			.footer ul li a:hover{
				text-decoration: underline;
			}

	.copy{
		float:right;
	}



.breadcrumbs{

}

	.breadcrumbs ul{
		margin:0px 0px 11px 0px;
		padding:0px;
		list-style:none;
		width:100%;
		color:#999999;
		clear:both;
	}

	.breadcrumbs ul li{
		padding:0px 5px 0px 1px;
		display:inline;

	}

	.breadcrumbs ul li a{
		color:#999999;
		text-decoration: none;
	}

	.breadcrumbs ul li a:hover{
		color:#00AEEF;
		text-decoration: underline;
	}

	.breadcrumbs ul li strong{
		color:#00487d;
		font-weight:normal;
	}

/************************************************************
** CATEGORY PAGE STYLES
*************************************************************/

	.productFilters{
		float:left;
	}

		.productFilters .title{
			color:#00AEEF;
		}

		.productFilters ul{
			margin:11px 0px 0px 0px;
			padding:0px;
			list-style:none;
			border:1px solid #CEF7F7;
			border-right:none;
			position:relative;
			height:21px;
		}

			.productFilters ul li{
				margin:0px 0px 0px 0px;
				padding:0px 10px 0px 10px;
				line-height:21px;
				list-style:none;
				float:left;
				color:#999999;
				font-size:11px;
				border-right:1px solid #CEF7F7;
				cursor: pointer;

			}

			.productFilters ul li span{
				padding:0px 30px 0px 10px;
				background:url(../images/arrow.gif) right no-repeat;
			}

			.productFilters ul li a span{
				padding:0px 00px 0px 0px;
				background:none;
			}

				.productFilters ul li ol{
					margin:0px;
					padding:11px 0px;
					list-style:none;
					position:absolute;
					left:-1px;
					width:513px;
					border:1px solid #CEF7F7;
					display:none;
					background:#fff;
				}

				.productFilters ul li:hover{
					color:#87c7da;
				}

				.productFilters ul li:hover ol{
					display:block;

				}

				.productFilters ul li ol li{
					width:150px;
					background:url(../images/lighton-boxed.jpg) 130px 0px no-repeat;
				}

				.productFilters ul li ol li.active{
					background:url(../images/lighton-boxed.jpg) 130px -22px no-repeat;
				}

				.productFilters ul li ol li a{
					text-decoration: none;
					display:block;
					height:21px;
				}

	.sorter{
		float:right;
	}

		.sorter .title{
			color:#00AEEF;
		}

		.sorter ul{
			margin:11px 0px 0px 0px;
			padding:0px;
			list-style:none;
			border:1px solid #CEF7F7;
			border-right:none;
			position:relative;
			height:21px;
		}

			.sorter ul li{
				margin:0px 0px 0px 0px;
				padding:0px 10px 0px 10px;
				line-height:21px;
				list-style:none;
				color:#999999;
				font-size:11px;
				border-right:1px solid #CEF7F7;
				cursor: pointer;

			}

			.sorter ul li span{
				padding:0px 40px 0px 10px;
				background:url(../images/arrow.gif) right no-repeat;
			}

				.sorter ul li ul{
					margin:0px;
					padding:11px 0px;
					list-style:none;
					position:absolute;
					left:-1px;
					border:1px solid #CEF7F7;
					display:none;
					background:#fff;
					height:auto;
					width:100%;
				}

				.sorter ul li:hover{
					color:#87c7da;
				}

				.sorter ul li:hover ul{
					display:block;

				}

				.sorter ul li ul li{
					border:none;
				}

				.sorter ul li ul li.active{

				}

				.sorter ul li ul li a{
					text-decoration: none;
					display:block;
					height:21px;
				}

	.pager{
		clear:both;
		float:left;
		margin:11px 0 0 0;
	}

		.pager ol{
			margin:0px 0px 11px 0px;
			padding:0px;
			list-style:none;
			float:left;
			width:100%;

			clear:both;
		}

		.pager ol li{
			padding:0px 5px 0px 1px;
			float:left;
		}

		.pager ol li a{
			color:#999999;
			text-decoration: none;
		}

		.pager ol li a:hover, .pager ol li .current{
			color:#00AEEF;
			text-decoration: underline;
			font-weight:normal;
		}


/************************************************************
**
*************************************************************/

.closebtn{
	display:block;
	background:url(../images/closebtn.jpg) no-repeat top;
	height:22px;
	width:22px;
	text-align: inherit;
	margin:0px auto;
}

.closebtn:hover{
	background-position:bottom;
}


/************************************************************
** PRODUCT PAGE STYLES
*************************************************************/

.product-view{
	color:#999;
}

.product-img-box{
	float:left;
	width:300px;
}

.zoom-notice-image{
	background:url(../images/viewCtrls.jpg) 0 0;
	height:22px;
	width:22px;
	display: inline-block;
}

.product-collateral.rightWrapper_left{
	width:463px;
}

.product-collateral.rightWrapper_right{
	width:230px;
}

.product-icon-attributes li{
	width:40px;
	float:left;
}

.product-icon-attributes img{
	width:32px;
	height:32px;
}

.product-shop{
	float:right;
	width:390px;
}

	.product-shop .product-name h1{
		font-size:18px;
		margin:0px 0px 0px 0px;
	}

	.product-shop .product-name em{
		font-size:10px;
		color:#999;
		margin:0px 0px 18px 0px;
	}


	.product-shop .rating-box{
		background:url(../images/reviewLightsoff.png) no-repeat;
		width:53px;
		height:16px;
		float:left;
		margin:0px 10px 0px 0px;
	}

	.product-shop .rating-box .rating{
		background:url(../images/reviewLightson.png) no-repeat;
		height:16px;
	}

	.product-shop .or{
		margin:11px 0px 0px 0px;
		color:#5b9ee5;
		font-size:14px;
		font-weight:bold;
	}

	.product-shop .add-to-links{
		margin:11px 0px 0px 0px;
		padding:0px;
		list-style:none;
	}

	.product-shop .add-to-links li{
		margin:2px 0px 0px 0px;
	}

	.product-shop strike{
		margin:11px 0px 0px 0px;
		display:block
	}

	.product-shop .price {
		color:#f32900;
		display:block;
		font-size:24px;
		font-weight:bold;
		text-align:left;

	}

	.product-shop .add-to-box{
		margin:11px 0px 0px 0px;
	}

	.product-shop .short-description{
		margin:11px 0px 0px 0px;
	}

	.product-shop .short-description strong{
		color:#00487d;
		display:block;
	}

	.product-essential{
		border-bottom:1px solid #00487d;
		padding:0px 0px 11px 0px;
		margin:0px 0px 22px 0px;
	}


	.product-shop .ratings strong{
		color:#00487d;
		margin:0px 0px 11px 0px;
		display:block;
	}


	.product-collateral .description strong{
		color:#00487d;
		margin:0px 0px 11px 0px;
		display:block;
		font-size:14px;
	}

		.product-collateral .description ul li{
			margin:0px 0px 5px 0px;
		}

	.product-collateral .additional strong{
		color:#00487d;
		margin:0px 0px 11px 0px;
		display:block;
		font-size:14px;
	}

	.product-collateral .up-sell strong{
		color:#00487d;
		margin:0px 0px 11px 0px;
		display:block;
		font-size:14px;
	}

/************************************************************
** RIGHT BANNERS
*************************************************************/

.block-title{
	font-size:14px;
	color:#00aeef;
	text-align: right;
	margin:0px 0px 11px 0px;
	display:block;
	text-decoration: none;
}
	.block-title-compare{
		padding:10px 32px 0px 0px;
		background:url(../images/compareProducts.jpg) right no-repeat;
		min-height: 20px;
	}

	.block-title-return{
		padding:10px 32px 5px 0px;
		background:url(../images/calendar.gif) right no-repeat;
		min-height: 20px;
		border-bottom:1px solid #CEF7F7;
		margin:0px 0px 22px 0px;
	}

	.block-title-back{
		padding:10px 32px 5px 0px;
		background:url(../images/product_arrow.gif) right no-repeat;
		min-height: 20px;
		border-bottom:1px solid #CEF7F7;
		margin:0px 0px 22px 0px;
	}

.block-content{
		text-align: right;
		border:1px solid #CEF7F7;
		margin:0 0 22px;
		padding:5px;
		text-align: right;
		font-size:10px;
}

.block-content p{
	margin:5px 0px;
}

.block-content .button{
	font-size:10px;
	background:#5ed9da;
}


	.block-cart{

	}

		.block-cart .block-title{
			font-size:14px;
			color:#00aeef;
			height:20px;
			background:url(../images/shoppingBasket.jpg) no-repeat top right;
			padding:19px 45px 0px 0px;
			margin:0px 0px 11px 0px;
		}

		.block-cart .block-title a{
			text-decoration: none;
			color:inherit;
		}

		.block-cart-top{
			background:#f3fbfe;
			margin-bottom:0px;
			border-bottom:0px;
		}

		.block-cart h3{
			font-size:12px;
			color:#666;
		}



			.block-content ol{
				margin:0px;
				padding:0px;
				list-style:none;
			}

				.block-content ol li{
					margin:0px 0px 11px 0px;
					padding:0px;
					border-bottom:1px solid #F3FBFE;
				}

				.block-content ol li.last{
					border:none;
				}

					.block-content ol li .product-details{
						float:right;
						width:90px;
					}
						.block-content ol li .product-details h4, .block-content ol li .product-details h2{
							margin:0px;
							font-size:10px;
						}

						.block-content ol li .product-details span.price{
							color:#ff0033;
						}

					.block-content ol li .product-image{
						float:right;
						width:60px;
					}



/************************************************************
** DATA TABLE
*************************************************************/

.data-table{
	border-spacing: 0 15px;
	margin:0px 0px 11px 0px;
	width:100%;

}

.data-table td, .data-table th{
	vertical-align: top;
}

	.data-table thead{
		border-collapse: separate;
		border-spacing: 20px;
	}

	.data-table thead tr{
		padding-bottom:10px;
	}

		.data-table thead th{
			border-bottom:#2EBFF4 1px solid;
			padding:3px 8px;
			text-align: left;
			white-space: nowrap;
		}

		.data-table thead td{
			border-bottom:#2EBFF4 1px solid;
			padding:3px 8px;
			white-space: nowrap;
		}

		.data-table thead td.last{
			border-right:none;
		}

	.data-table tbody{

	}

		.data-table tbody th{
			border-right:#96DEF7 1px solid;
			padding:3px 8px;
			text-align: left;
		}

		.data-table tbody td{
			border-right:#96DEF7 1px solid;
			padding:3px 8px;
		}

		.data-table tbody tr.last td, .data-table tbody tr.last th{
			border-bottom:none;
		}

		.data-table tbody td.last{
			border-right:none;
		}

	.data-table tfoot{
		border:1px solid #4BABC8;
		background:#F3FBFE;
	}

		.data-table tfoot th{
			border:#4BABC8 1px solid;
			padding:3px 8px;
			text-align: left;
		}

		.data-table tfoot td{
			border:#4BABC8 1px solid;
			padding:3px 8px;
			text-align: left;
		}

		.data-table tfoot tr.last td, .data-table tfoot tr.last th{

		}

		.data-table tfoot td.last{

		}

	.data-table .a-center{
		text-align: center;
	}

/************************************************************
** Messages
*************************************************************/

.messages{
	color:#999999;
	margin:0px 0px 22px 0px;
	padding:0px 0px 0px 0px;
	list-style: none;
}

.messages li{
	list-style: none;
}

.messages .success-msg{
	margin:0px 0px 0px 0px;
	padding:5px;
	background:#F3FBFE none repeat scroll 0 0;
	border:1px solid #CEF7F7;
	list-style: none;
}
/************************************************************
** FORM FIELDS
*************************************************************/

fieldset{
	border:none;
	padding:0px;
	margin:0px 0px 0px 0px;
}

legend{
	color:#00AEEF;
	font-size:14px;
	font-weight:bold;
	margin:0 0 12px;
}

label{
	padding:4px 0px;
	display:inline-table;
}

.button{
	background:#004a80;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
	font-size:12px;
	padding:2px 4px;
}

.input-text{
	border:1px solid #4BABC8;
}

.input-text.qty{
	width:30px;
}

.form-list li{
	float:left;
	clear:left;
	width:100%;
}

.required{
	color:#FC232B;
	font-size:10px;
}

.error{
	color:#FC232B;
	font-size:10px;
}

.nobr{
	white-space: nowrap;
}


/************************************************************
** FORM LISTS
*************************************************************/

.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    margin:0;
    padding:0px;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:0px 8px; }
.group-select li .input-box { float:left; width:275px; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:5px 0px; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages > li { margin:0px; }
.messages li li { margin:0px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important;   padding:10px;}
.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; padding:10px;}
.success-msg { background-color:#F3FBFE; color:#0060BF; padding:10px;}
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; padding:10px; }


/************************************************************
** CART
*************************************************************/


.cart .page-title{
	margin:0px 0px 11px 0px;
}


.cart .totals{
	border:1px solid #4BABC8;
	padding:10px;
	width:205px;
	float:left;
	margin:0px 22px 22px 0px;
}

.cart .coupon{
	border:1px solid #4BABC8;
	padding:10px;
	width:270px;
	float:left;
	margin:0px 0px 22px 0px;
}

.button.proceedToCheckout{
	width:170px;
	text-indent: -9999px;
	padding:0px;
	height:40px;
	background:url(../images/proceed.jpg) bottom left no-repeat;
	cursor: pointer;
	margin:0px 0px 11px 0px;
		display:block;
}

.button.proceedToCheckout:hover{
	background-position: top left;
}

#shopping-cart-totals-table{
	margin:0px 0px 22px 0px;
}


#discount-coupon-form label{
	margin:0px 0px 11px 0px;
	display: block;
}

	#coupon_code{
		width:120px;
	}



/* CHECKOUT STYLE */
.opc{
	position:relative;
	border:1px solid #5DCDF7;
	width:624px;
	min-height:800px;
}
.opc, .opc  > li, .opc ul{
	margin:0px;
	list-style:none;
	padding:0px;
}

.opc  > li{
	float:left;
	width:124px;
}

.opc > li .step-title{
	height:90px;
	background:url(../images/CheckoutNav.gif) no-repeat;
	width:124px;
	text-indent: -9999px;
}

.opc > li .step{
	width:580px;
	position:absolute;
	top:70px;
	left:0px;
	padding:22px;
}

#opc-login  .step-title{
	background-position-x:0px
}

#opc-login, #opc-login  .step-title{width:124px;}
#opc-login  .step-title{background-position:0px -90px;}
#opc-login.allow  .step-title{background-position:0px 0px;}
#opc-login.active  .step-title{background-position:0px -180px;}

#opc-billing, #opc-billing  .step-title{width:126px;}
#opc-billing  .step-title{background-position:-124px -90px;}
#opc-billing.allow  .step-title{background-position:-124px 0px;}
#opc-billing.active  .step-title{background-position:-124px -180px;}

#opc-shipping{
	width:0px;
}

#opc-shipping_method, #opc-shipping_method  .step-title{width:124px; display:none;}
#opc-shipping_method  .step-title{background-position:-250px -90px;}
#opc-shipping_method.allow .step-title{background-position:-250px 0px;}
#opc-shipping_method.active  .step-title{background-position:-250px -180px;}

#opc-payment, #opc-payment .step-title{width:126px; display:none;}
#opc-payment  .step-title{background-position:-374px -90px;}
#opc-payment.allow  .step-title{background-position:-374px 0px;}
#opc-payment.active  .step-title{background-position:-374px -180px;}

#opc-review  .step-title{background-position:-500px -90px;width:124px;}
#opc-review.allow  .step-title{background-position:-500px 0px;}
#opc-review.active  .step-title{background-position:-500px -180px;}

.col-right{
	display:none;
}

#opc-payment dt, #opc-payment dd, #opc-shipping_method dt, #opc-shipping_method dd{
	float:left;
	clear:left;
	width:100%;
}

.back-link{
	float:right;
}

#opc-shipping_method span.price{
	color:#ff0033;
}



/* Sitemap */

.sitemap{
	float:left;
	clear:left;
}



/* overwrites */

.listBox ul li{
	width:161px;
	border:none;
}

.listBox ul li a{
	min-height:70px;
}
.listBox ul li a.moreInfo{
	min-height:0px;
}


.more-views ul li{
		float:left;
}

.cart-price{
	white-space: nowrap;
}

.please-wait img{
	display:none;
}

.productPagePriceChallenger{
	float:right;
	margin:0px 50px 0px 0px;
}
