/*
	Summer Cart Customer Area CSS file
*/



/* General Selectors */
html,body{


	height:100%;
	padding:0;
	margin:0;
	}

body {

	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000;
	background: url(../images_new/bg.gif);
}
a {
	color:#1a5daf;
}
.background {
	background: url(../images_new/page_bg.png) repeat-y transparent;
	behavior: url("iepngfix.htc");
	width:972px;
	margin:0 auto;
	padding:0 7px;
	height:auto !important;
	min-height:100%;
	height:100%;
	position:relative
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font: normal 11px Calibri, Verdana,TeCalibri, Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
	hr {
		margin: 10px 0px;
		height: 1px;
		border: none;
		border-top: 1px solid silver;
	}
	img.button, input.button {
		margin: 0px 5px 5px 0px;
	}
/* Layout Selectors */
div.clear {
	clear: both;
}

	/* Header */
	div#header {
		margin: 0px auto;
		height: 58px;
		
	}
		h1#logo {
			float: left;
			width: 199px;
			height: 54px;
		}

		/* Fast Menu - Links */
		div#fast_menu {
			position: relative;
			float: right;
			top: 0px;
			right: 30px;
			width: 56%;
			display: none;
			visibility: hidden;
		}
			div#fast_menu ul {
				margin: 0px;
				height: 27px;
				padding: 0px;
				list-style: none;
				float: right;
			}
				div#fast_menu ul li {
					margin: 0px 10px;
					font: normal 12px/27px Calibri, Arial, Helvetica, sans-serif;
					display: block;
					float: left;
					color: white;
					background-color: transparent;
			}
				div#fast_menu ul li.fast_menu_sep {
					width: 1px;
					height: 27px;
					background: url('../images/fast_menu_sep.png') no-repeat;
				}
					div#fast_menu ul li a {
						color: white;
						text-decoration: underline;
						background-color: transparent;
					}
					div#fast_menu ul li a:hover {
						text-decoration: none;
					}
					div#fast_menu select {
						margin-top: 5px;
					}
		
		/* Top Menu - Tabs */
		div#top_menu {
			position: absolute;
			top: 25px;
			left: 213px;
			font-size:11px;
			/*appereance*/
		}
			div#top_menu a {
				margin: 0 5px;
				text-align: center;
				font: normal 12px/31px Calibri, Arial, Helvetica, sans-serif;
				text-decoration: none;
				background-color: transparent;
				text-transform:uppercase;
				color:#282727;
			}

	/* Sub Header */
	div#subheader {
		margin: 0px auto;
		height: 36px;
		background-color: transparent;
		background: url('../images/subheader_bg.gif');
		background-position: center;
		background-repeat: no-repeat;
	}
		div#search {
			float: left;
			width: 670px;
			height: 34px;
			padding-left: 30px;
			padding-top: 20px;
			/*background: url('../images/subheader_left.png') left no-repeat;*/
		}
		div#search input.input_image {
			position: relative;
			top: 3px;
		}
		input.search_btn {
			position: relative;
			top: 4px;
			}
		div#fast_login {
			font: bold 12px/20px Calibri, Arial, Helvetica, sans-serif;
			float: right;
			height: 24px;
			padding-top: 10px;
			padding-right: 30px;
/*			background: url('../images/subheader_right.png') 100% 1px no-repeat;*/
		}
			div#fast_login span {
				color: black;
			}
			div#fast_login a {
				color: #1d739f;
				text-decoration: none;
			}
			div.customer_name {
				font-family:Calibri, Arial, Helvetica, sans-serif;
				font-size: 12px;
				border-bottom: #b0b0b0 1px solid;
				width: 163px;
				padding-bottom: 3px;
				
			}
		/* Body and Content and Columns */
		div.wrapper {
			/*border-right: solid 3px #686868;
			border-left: solid 3px #686868;*/
		}
		table#body {
			padding:0;
			margin:10px 10px 0 10px;
		}
		td.separator_column {
			width:8px;
			font-size:0px;
		}
			td#content {
				vertical-align: top;
				padding: 0px 0px 20px 0px;
				color: #171717;
				background-color: transparent;
				background:url(../images_new/right_col_bg.gif) repeat-y 0 0;
				width:749px;
			}
			td#content div#inner_content {
				padding: 0px 1px;
				background:url(../images_new/subheader_bg.gif) no-repeat 0 0;
				background-color: transparent;
				display: block;
				min-height:70px;
			}
				td#content div#inner_content div.prev_next a {
					color: #0287d4;
					background-color: transparent;
				}
				td#left_column {
					vertical-align: top;
					width: 195px;
					padding-bottom: 15px;
					background:url(../images_new/left_col_bg.gif) repeat-y;
					
				}
				.left_top {
					background:url(../images_new/left_col_top.gif) no-repeat 0 0;
					height:10px;
					font-size:0px;
				}
				.left_bottom {
					background:url(../images_new/left_col_bottom.gif) no-repeat 0 100%;
					height:10px;
					font-size:0px;
				}
				.right_top {
					background:url(../images_new/right_col_top.gif) no-repeat 0 0;
					height:10px;
					font-size:0px;
				}
				.right_bottom {
					background:url(../images_new/right_col_bottom.gif) no-repeat 0 100%;
					height:10px;
					font-size:0px;
				}
				td#right_column {
					vertical-align: top;
					
					padding: 5px 0 15px 0;
					background-repeat: no-repeat;
					background-position: -2px top;
					border-left:#ebebeb 1px solid;
				}

		/* CMS Boxes */
		div.box {
			
			padding-bottom: 20px;
			font: normal 11px Calibri, Arial, Helvetica, sans-serif;
			background: /*url(../images/box_bg.jpg)*/ no-repeat bottom center;
			margin-bottom: 1px;
			line-height: 150%;
		}
			div.box a {
				color: #a82c2c;
				background-color:transparent;
			}
			div.box a:hover {
				text-decoration: none;
			}
			table.menu_box_table {
				width: 100%;
			}
				table.menu_box_table tr td {
					padding: 15px 0px 0px 5px;
					vertical-align: top;
				}
			/* Lists for Categories and Manufacturers 
			div.box ul.list {
				background-image: url(../images/stat_menu_bot.gif);
				background-repeat: no-repeat;
				background-position: bottom left;
				padding: 0 0 8px 0;
			}
			div.box ul.list li {
				line-height: 32px;
				height: 32px;
				background: url(../images/left_link_btn.gif) no-repeat top left;
			}
			div.box ul.list li:hover {
				background: url(../images/left_link_btn_over.gif) no-repeat top left;
			}
			div.box ul.list li a {
				display: block;
				padding: 0 0  0 7px;
				color: #343434;
				text-decoration: none;
				height: 12px;
			}
				div.box ul.list a:hover {
					text-decoration: none;
					color: #fff;
				}
					div.box ul.list a.highlight {
						color: #0287d4;
						background-color: transparent;
					}
					div.box ul.list a.highlight:hover {
						color: white;
						background-color: #0287d4;		
						background: url(../images/categories_bullet_all.jpg) no-repeat 175px center #0287d4;			
					}*/
		
			/* Search */
			span#advanced_search a {
				font-style:italic;
				color:#282727;
				text-decoration:none;
			}
			.searchPhrase input.search_btn {
				font-style:italic;
				color:#282727;
				text-decoration:none;
				background-color:transparent;
				border:none;
				width:40px;
				font-size:12px;
				position:relative;
				top:0px;
				margin:0 04px 0 10px;
				padding:0;
				cursor:pointer;
			}
			
			/* Newsletter */
			div.box span.label {
				padding-left: 10px;
			}


			/* View Cart */
			.cart_box {
				padding-bottom:0;
			}
			div.box div#view_cart {
				width: 155px;
				/*border-bottom: 1px solid #d7d7d7;*/
				padding: 10px 10px 10px 25px;
				margin-bottom: 10px;
				line-height: 150%;
				background-image: url(../images/btn_cart.gif);
				background-repeat: no-repeat;
				background-position: 25px 15px;
			}
			
			div.box div #empty {
				margin: 12px 0 0 34px;
				display: block;
				width: 90px;
				height: 12px;
				
			}
				div.box div#view_cart span.items_total {
					font-weight: bold;
					color: #737373;
					font-size: 11px;
					text-transform: capitalize;
				}
				div.box div#view_cart span#itmsCnt, div.box div#view_cart span#totalCnt  {
					margin: 0 0 0 34px;
				}
				div.box div#view_cart span.items_total a.viewCheck {
					display: block;
					width: 167px;
					height: 23px;
					margin: 5px 0 0 0;
					background-color: #f1f1f0;
					background-image: url(../images/cart_proceed.gif);
					background-position: center;
					border: solid 1px #000;
				}
				
				div.box div#view_cart span.items_total a.viewCheck span {
					display: none;
					visibility: hidden;
				}
			div.box div.checkout_links {
				padding: 0px 10px 0px 25px;
			}
			/* News */
			ul#categories_news {
				margin-bottom: 10px;
				width: 170px;
				padding-top: 10px;
				margin-left:10px;
				border-bottom: 1px solid #d7d7d7;
			}
			ul#categories_news li {
				margin-bottom: 10px;
			}
			
			/* Recently Viewed */
			div.recently_viewed {
				font: normal 11px Calibri, Arial, Helvetica, sans-serif;
				padding: 10px 5px 5px 7px;
			}
				div.recently_viewed a.small_product_thumb {
					border-right: 1px solid silver;
					padding-right: 8px;
					margin-right: 8px;
				}
					div.recently_viewed a.small_product_thumb img {
						border: 1px solid silver;
					}
			/* New products */
			div.new_products {
				font: normal 11px Calibri, Arial, Helvetica, sans-serif;
				padding: 10px 5px 5px 7px;
			}
				div.new_products a.small_product_thumb {
					border-right: 1px solid silver;
					padding-right: 8px;
					margin-right: 8px;
				}
					div.new_products a.small_product_thumb img {
						border: 1px solid silver;
					}
			/* Bestsellers */
			div.bestsellers {
				font: normal 11px Calibri, Arial, Helvetica, sans-serif;
				padding: 10px 5px 0px 5px;
			}
				div.bestsellers a.small_product_thumb {
					border-right: 1px solid silver;
					padding-right: 8px;
					margin-right: 8px;
				}
					div.bestsellers a.small_product_thumb img {
						border: 1px solid silver;
					}
					
			/* login */
			div#login {
			font: normal 12px/20px Calibri, Arial, Helvetica, sans-serif;
			height: 24px;
			text-align: left;
			padding: 5px 10px 15px 23px;
			}
			div#login span {
				color: #171717;
			}


/* Common Text and Layout Selectors */
	/* Headings */
	h1 { /* For Summer Cart Logo */
		margin: 0px;
		padding: 0px;
	}
		h2 { /* For Page Titles */
			margin: 0;
			padding: 0px 0px 0px 20px;
			background-color: transparent;
			color:#860808;
			font-size:16px;
			text-transform:uppercase;
			border: 0;
			clear:both;
		}
		h2 span {
				display: block;
				font: bold 13px Calibri, Arial, Helvetica, sans-serif;
				padding-top: 9px;
		} 
			
			/* Page Title Icon */
			h2 img {
				float: right;
				margin-top: -32px;
				margin-right: 0px;
				display:none;
				visibility:hidden;
			}
			h2 a {
				color: white;
				background-color:transparent;
			}
				h2 a:hover {
					text-decoration: none;
				}
			
			/* Simple Page Title in Gray - No Backgrounds and Effects */
			h2.simple_title {
				margin: 5px 0px 0px;
				padding: 0px 0px 0px 20px;
				color: #0287d4;
				font: bold 15px Calibri, Arial, Helvetica, sans-serif;
				position: relative;
				float: left;
				background-color: transparent;	
				
			}

			/* Product Details Title */
			h2.product_title {
				height: 25px;
				margin: 15px 0px 10px;
				padding: 0px;
				color: #555;
				font: bold 15px/20px Verdana,Calibri, Arial, Helvetica, sans-serif;		
				display: inline;	
			}
			
			/* Product Details Small Icon */
			div.small_product_images a img {
				padding: 5px;
				border: #bcbcbc 1px solid;
				margin-right: 5px;
				margin-bottom: 5px;
			}

		h3 { /* For CMS Box Titles */
			margin: 0px;
			color: #860808;
			background-color: transparent;
			font: bold 16px/18px Arial, Helvetica, sans-serif;
			font-weight:normal;
			padding-left:13px;
		}
			h3 span {
				display: block;
				font: normal 16px/18px Calibri, Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				padding: 0px;
				color:#860808;
		} 
			/* CMS Box Colors */
			/**/
			#right_column h3.green {
				background: url(../images/box_title_right.gif) no-repeat 0/*px -30px*/ transparent;
				
			}
			#right_column h3.orange {
				background: url(../images/box_title_right.gif) no-repeat 0/*px -60px*/ transparent;
				
			}
			#right_column h3.blue {
				background: url(../images/box_title_right.gif) no-repeat 0/*px 0px*/ transparent;
				
			}
				h3 span.categories_box_title {
						/*background: url(../images/icon_boxes/icon_boxes.gif) no-repeat 160px 0px transparent;*/
				}
				h3 span.bestsellers_box_title {
						/*background: url(../images/icon_boxes/icon_boxes.gif) no-repeat 160px -30px transparent;*/
				}
				h3 span.search_box_title {
						/*background: url(../images/icon_boxes/icon_boxes.gif) no-repeat 160px -60px transparent;*/
				}
				h3 span.manufacturer_box_title {
						/*background: url(../images/icon_boxes/icon_boxes.gif) no-repeat 160px -90px transparent;*/
				}
				h3 span.cart_box_title {
						/*background: url(../images/icon_boxes/icon_boxes.gif) no-repeat 160px -120px transparent;*/
				}
				h3 span.currencies_box_title {
						/*background: url(../images/icon_boxes/icon_boxes.gif) no-repeat 160px -150px transparent;*/
				}
				h3 span.recently_box_title {
						/*background: url(../images/icon_boxes/icon_boxes.gif) no-repeat 160px -180px transparent;*/
				}
				h3 span.news_box_title {
						/*background: url(../images/icon_boxes/icon_boxes.gif) no-repeat 160px -210px transparent;*/
				}
				h3 span.login_box_title {
						/*background: url(../images/icon_boxes/icon_boxes.gif) no-repeat 160px -240px transparent;*/
				}
				h3 span.menu_box_title {
						/*background: url(../images/icon_boxes/icon_boxes.gif) no-repeat 160px -270px transparent;*/
				}
				h3 span.newproducts_box_title {
						/*background: url(../images/icon_boxes/icon_boxes.gif) no-repeat 160px -300px transparent;*/
				}
				
			/* CMS Box Icon */
			h3 img {
				float: right;
				margin-top: -25px;
				margin-right: 10px;
			}

			h4 {
				margin: 0px;
				padding: 0px;
				font: bold 11px Calibri, Arial, Helvetica, sans-serif;
			}
			
		h5 { /* Checkout Process */
				margin: 0px;
				padding: 0px;
				font: bold 10px Calibri, Arial, Helvetica, sans-serif;
			}
		h5#setup_account { /* Registration Page */
				width: 100%;
				text-align: center;
				color: #666;
				font: normal 15px Calibri, Arial, Helvetica, sans-serif;
			}

		h6 { /* News Date */
			color: gray;
			margin: 0px;
			padding: 0px;
			font: bold 9px Calibri, Arial, Helvetica, sans-serif;
		}
		
	/* Gray Content Boxes */
	
	div.content_box {
	height: 100%;
	margin: 0px;
/*	padding: 0px 10px;*/
	}
		div.content_box_inner {
	height: 100%;
	margin: 0px;
/*	padding: 10px 10px 20px;*/
		}
			div.content_box_inner a {
				color: #0077c4;
			}
			div.content_box_inner a:hover {
				text-decoration: none;			
			}

	/* Paragraphs and Regular Blocks */
	p, div {
		margin: 0px;
		padding: 0px;
		font: normal 12px Calibri, Arial, Helvetica, sans-serif;
	}
	/* Clear styles */
	p {
		clear:both;
	}
	hr {
		clear:both;
	}
	/* Lists */
	ul, ol, li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		font: normal 11px Calibri, Arial, Helvetica, sans-serif;
	}

	/* Breadcrumbs */
	div.breadcrumb {
		/* position: relative; */
		height: 38px;
		/* width: 100%; */
		padding: 15px 0 0 40px;
		font: normal 11px/32px Calibri, Arial, Helvetica, sans-serif;
		/* padding-left: 40px;
		z-index: 1; */
	}
		/* div.breadcrumb div {
			position: absolute;
			padding-left: 10px;
			font: normal 11px/32px Calibri, Arial, Helvetica, sans-serif;
			z-index: 10;
		} */
		div.breadcrumb span {
			float: right;
			position: relative;
			top: -32px;
			width: 107px;
			padding-right: 20px;
			text-align: right;
			z-index: 0;
		}
		div.breadcrumb span.notop {
			top: 0;
		}
			div.breadcrumb a {
				color: #316396;
			}
			div.breadcrumb a:hover {
				text-decoration: none;		
			}
	/* Grid view */
	div.grid_view a {
		color: #316396;
	}

	/* Warning/Error Boxes */
	div.error {
		margin: 10px 0px;
		width: 100%;
		border: 1px dotted #900;
		color: #b40101;
		font: bold 13px/18px Calibri, Arial, Helvetica, sans-serif;
		background: #ffb50a  url(../images/warning_bg.gif) repeat-x;
		clear:both;
	}
		div.error img {
			width: 64px;
			height: 46px;
			float: left;
		}
		div.failure {
			font-size: 23px;
			position: relative;
			top: 15px;
		}
		div.pending {
			font-size: 18px;
			position: relative;
			top: 15px;
		}
		.error table tr td {
			vertical-align: top;
		}
		div.errorText {
			padding: 15px;
			font-weight: bold;
			font-size: 13px;
		}
		p.error_text {
			color: red;
			line-height: 15px;
			padding: 5px 10px 5px 10px;
			color: red;
			line-height: 160%;
			border: 1px solid red;
			background-color: #e7f2fd;
			margin: 0px;
		}
	.hidden {
		display: none;
	}
	.fieldError {
		color: red;
	}
	/* Warning/Info Boxes */
	div.info {
		margin: 10px 0px;
		width: 100%;
		border: 1px dotted #900;
		color: #b40101;
		font: bold 13px/18px Calibri, Arial, Helvetica, sans-serif;
		background: #ffb50a  url(../images/warning_bg.gif) repeat-x;
	}
		div.info img {
			width: 64px;
			height: 46px;
			float: left;
		}
		.error table tr td {
			vertical-align: top;
		}

/* Page Selectors */
	/* Home Page */
		/* Featured Products */
		h2#featured_products {
			margin: 0px;
			padding: 0px;
			width: 100%;
			height: 130px;
			color: #032b4e;
			background: url(../images/featured_planet.png) no-repeat left;
		}
			h2#featured_products span {
				margin: 0px;
				padding: 0px;
				display: block;
				height: 130px;
				text-align: right;
				padding-right: 60px;
				font: normal 25px/130px Calibri, Arial, Helvetica, sans-serif;
				background: url(../images/featured_right.gif) no-repeat right;
			}

			
	/* Product Listing Information */
		/* Product Wrapper Table */
		table.product_table tr td {
			vertical-align: top;
		}
		/* Product Thumbs */
		a.product_thumb {
			float: left;
			display: block;
			max-width: 120px;
			max-height: 120px;
			padding: 0px 20px 0px 40px;
			margin-right: 20px;
			margin-bottom: 50px;
			margin-top: 15px;
		}
			a.product_thumb img {
				border: 1px solid silver;
			}
	/* Manufacturer Listing Information */
		/* Manufacturer Thumbs */
			div.manufacturer_thumb {
				margin-right: 20px;
				margin-bottom: 20px;
				padding: 0px 20px;
				border-right: 1px solid silver;
			}
				div.manufacturer_thumb a {
					display: block;
					border: none;
				}
				div.manufacturer_thumb img {
					border: 1px solid silver;
				}
		/* Product options */
		table.product_options_table {
			border-bottom: 1px solid #e5e5e5;
			margin-bottom: 18px;
			margin-top: 5px;
			padding-top: 5px;
			}
		td.product_options {
			padding: 8px 5px;
			border-top: 1px solid #e5e5e5;
			}
		/* Out of stock */
		div.out_of_stock {
			width: 77px;
			height: 63px;
			}
		/* Product Description */
		td.product {
			padding-bottom: 23px;
		}
		.product_bg {
			padding: 0 15px;
			}
			div.product h4 {
				font: bold 13px Calibri, Arial, Helvetica, sans-serif;
				text-transform:uppercase;
			}
				div.product h4 a {
					color: #1a5daf;
				}
				div.product h4 a:hover {
					text-decoration: none;				
				}
	
			div.product h6 {
				margin: 5px 0px;
				color: #333;
				font: bold 12px Verdana,Calibri, Arial, Helvetica, sans-serif;
			}
				
				/* Product Price Table */
				
				table.display_price {
					margin: 2px 0px 13px 0px;
				}
				table.display_price td.price_description {
					padding: 3px 5px 0px 0px;
				}
				table.display_price td.price_value {
					padding: 3px 0px 0px 0px;
					font-weight: normal;
					color: #171717;
				}
				table.display_price td.price_value span {
					color: #990000;
				}
				table.display_price td.prmodified {
					color: #990000;
					font-weight: normal;
					padding: 3px 5px 0px 0px;
				}
				table.display_price td.price_value del {
					color: #990000;
				}
	
		div.product_sep {
			clear: both;
			width: 100%;
			height: 10px;
			border-top:#cdcccc 1px solid;
		}

	/* Product Details Page */
	div#product_images {
	float: left;
	width: 300px;
	min-height: 140px;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 5px;
	padding-right: 75px;
	}
	div.product_description {
		position: relative;
		padding: 20px 20px 20px 15px;
	}
	div.product_details {
		position: relative;
		float: left;
		padding: 0px 0px 20px 0px;
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
		width:250px;
	}
		div#product_images img#product_image {
			display: block;
			margin: 0px 0px 15px;
			border: 1px solid #000;
		}

		div.product_details h6 { /* Product Details Price */
			margin: 5px 0px;
			color: #171717;
			font: bold 12px Verdana,Calibri, Arial, Helvetica, sans-serif;
		}
			div.product_details h6 span {
				color: #316396;
			}
			div.product_details h6 del {
				color: red;
			}

		h5.product_details_title { /* Product Description Title */
			margin: 10px 0px 10px;
			font: bold 12px/38px Verdana,Calibri, Arial, Helvetica, sans-serif;
			border-top: 1px solid silver;
			border-bottom: 1px solid silver;
			padding-left:20px;
		}
	div.product_features {
		font: normal 12px/30px Verdana,Calibri, Arial, Helvetica, sans-serif;
	}
		div.product_features img {
			margin: 0px 8px;
		}
		div.product_features a {
		color: #0287d4;
		background-color: transparent;
		}
		
	/* Switch Wiew */
	
	div.swtch_view {
		float:right;
		text-align: right;
		display: block;
		color: #0287d4;
		background-color: transparent;
		padding-top: 10px;
		padding-right:20px;
		width:40%;
		margin: 0 0 1em;
	}
		div.swtch_view a {
			color: #0287d4;
			background-color: transparent;
			padding: 0px 7px 0px 7px;
		}
		div.swtch_view select {
			padding: 0px 0px 0px 3px;
			height: 19px;
		}
	.product {
			width:417px;
			padding-top:10px;
		}
	.grid_full .product {
			width:auto;
		}
	.grid_full input.button_add, product_details input.button_add {
		float:none;
		position:relative;
		left:-8px;
		top:5px;
	}
	/* Grid View */
	
	td.grid_full {
		vertical-align: top;
		border-left: 1px solid silver;
		padding: 0px 15px 0px 15px;
	}
	table.grid {
	border-right: 1px solid silver;
		}
		table.grid div.product {
			padding: 10px 0px 10px 0px;
			margin: 0;
		
		}
		table.grid td {
			vertical-align: top;
		}
		table.grid a.grid_product_thumb {
					display: block;
					max-width: 120px;
					max-height: 120px;
					padding: 0px;
					margin: 0;
					float: none;
				}
					table.grid a.product_thumb img {
						border: 1px solid silver;
					}
					table.grid .product {
						padding: 0px 10px 23px 0px;
						background-image: none;
					}
					
/* View Cart Page - Selectors */

	table.cart_data {
		margin: 0px 0px 10px;
		width: 100%;
		clear:both;
	}
		table.cart_data tr th {
			padding: 0px 10px;
			text-align: left;
			color: #fff;
			font: normal 11px/30px Verdana,Calibri, Arial, Helvetica, sans-serif;
			font-weight: bold;
			background: #cdcccc;
			border-bottom: #cdcccc 1px solid;
		}
			table.cart_data th.first {
				border-bottom: #cdcccc 1px solid;
				background: #cdcccc;
				height: 30px;
			}
				table.cart_data th.coupon {
					text-align: left;
					width: 100%;
				}
					table.cart_data th.coupon a {
						color: #c8dbef;
						text-decoration:none;
						top: 2px;
						position: relative;
					}
					table.cart_data th.coupon span#couponField input.apply_coupon {
						color: #c8dbef;
						font-weight: bold;
						position: relative;
						border-bottom:none;
						border-top: none;
						border-right: none;
						border-left: none;
						background-color: #cdcccc;
						padding: 0px 15px 0px 0px;
						margin:0;
						text-decoration:underline;
						height: 22px;
						cursor: pointer;
					}
			table.cart_data th.price {
				color: #fff;
				background-color: #cdcccc;
				font-weight: bold;
			}
			table.cart_data th.last {
				background:#cdcccc;
				border-bottom: #cdcccc 1px solid;
			}
		table.cart_data input#couponBox {
		border: #336598 1px solid;
		}

	table.cart_data td {
		padding: 7px;
		vertical-align: middle;
		font: normal 11px Verdana,Calibri, Arial, Helvetica, sans-serif;
		border-bottom: #cdcccc 1px solid;
		background-repeat: repeat-x; 
	}
		table.cart_data .price {
			text-align: right;
			color: #5f5f5f;
		}
		table.cart_data tr td.total {
			text-align: right;
			color: #646464;
			font-weight: bold;
		}
		table.cart_data td img.remove_item {
			margin-left: 12px;
		}
			table.cart_data td a {
				color: #5f5f5f;
			}
				table.cart_data td a:hover {
					text-decoration: none;
				}
					table.cart_data td img.product_thumb {
						width: 50px;
						height: 50px;
						border: 1px solid silver;
					}

	div.step_back {
		float: left;
	}

	/* Register Page */
	table#setup td {
		color: #777;
		font: normal 12px Calibri, Arial, Helvetica, sans-serif;
	}
	table#setup img {
		margin: 0px 10px;
	}
	span.asterisk {
		color: red;
		display: inline;
	}
		/* Address Information */
		div.box_address {
			width: 495px;
			height: 220px;
			background: url(../images/box_address.gif) no-repeat;
			
		}
			div.box_address table {
				width: 480px;
				margin-left: 10px;
			}
				div.box_address table td {
					padding: 0px 5px;
				}
				
		/* Rounded Boxes - For Register and Checkout Forms */
		table.round_box {
		margin-bottom:20px;
		}
			table.round_box td div.sep {
				width: 20px;
			}
			table.round_box td {
				font: normal 11px Calibri, Arial, Helvetica, sans-serif;
			}
			table.round_box td label {
				white-space: nowrap;
				padding-right: 3px;
			}
			table.round_box h5 { /* Title */
				margin: 0px;
				padding: 0px;
				height: 29px;
				border-bottom: 1px solid #a5acb2;
				font: bold 12px/29px Calibri, Arial, Helvetica, sans-serif;
			}
			table.round_box td label {
				margin-right: 5px;
			}
			form#anonymus_checkout_form input {
				width: 170px;
				margin-left: 5px;
			}
			/*Order details */
			div.order_details_wrapper {
				padding: 15px 0px 25px 0px;
				text-align: left;
				margin-left:auto;
				margin-right:auto;
				width:80%;
			}
			.wrap_tbl tr td {
				padding: 15px 15px 15px 0px;
				vertical-align: top;
			}
			table.order_box {
			margin-bottom: 20px;
			padding: 0px;
			border-left: 1px solid #c7e1f9;
			border-right: 1px solid #c7e1f9;
			}
			table.order_box td div.sep {
				width: 75px;
			}
			table.order_box td {
				padding: 5px 10px;
				vertical-align: middle;
				font: normal 11px Verdana,Calibri, Arial, Helvetica, sans-serif;
				border-bottom: 1px solid #c7e1f9;
				border-right: 1px solid #c7e1f9;
				background-color: #f7fbfe;
			}
			table.order_box td.title_ord {
				background-color: #e5f2ff;
			}
			table.order_box th {
				font: normal 11px Calibri, Arial, Helvetica, sans-serif;
				border-bottom: #c7e1f9 1px solid;
				border-top: #c7e1f9 1px solid;
			}
			table.order_box td label {
				display: block;
				width: 125px;
			}
			table.order_box h5 { /* Title */
				margin: 0px;
				padding: 0px 10px 0px 10px;
				height: 29px;
				font: bold 12px/29px Calibri, Arial, Helvetica, sans-serif;
				background-color: #d3e7fa;
				width:auto;
			}
			a.details {
				color: #0287d4;
				background-color: transparent;
			}
			div.order_product_option {
				font-size: 11px;
				padding-top: 5px;
				padding-left: 5px;
				color: #497095;
			}
			div.order_product_sku {
				padding-top: 8px;
				font-size: 9px;
				padding-left: 5px;
				color: #6d6d6d;
				font-family: 'Trebuchet MS';
				font-weight: bold;
			}
			span.product_option_bullet {
				position: relative;
				top: -2px;
				}
		/* Short Description for Rounded boxes */
		table#account_information td#decription p {
			margin: 0px 10px;
			width: 200px;
		}
		/* Rounded Boxes - Colors */
		table.blue {
			background: #e9e9e9;
		}
		table.blue tr td {
			padding: 0;
			margin: 0;
		}
		table.silver {
			background: #eaeaea;
			padding: 0;
			margin: 0;
		}
		table.gray {
			background: #ddd;
			padding: 0;
			margin: 0;
		}

	/* Checkout Page */
	div#checkout_page {
		margin: 0 auto;
		padding:70px 20px 20px 20px;
	}

	/* Checkout Steps */
	table#checkout_steps {
		width: 100%;
		margin-bottom: 10px;
		background-color: #acd4ee;
		color: #222;
		font: normal 9px Calibri, Arial, Helvetica, sans-serif;
		border: none;
		padding: 0;
	}
		table#checkout_steps td {
			text-align: center;
			border: none;
			padding: 0;
		}
			table#checkout_steps td#selected {
				color: white;
				background: #4e4e4e;		
			}
			h4 label {
				white-space: nowrap;
			}
			.instructions {
				padding: 10px 0px 10px 0px;
				text-align: center;
				}
			textarea.instructions_textarea {
				width: 95%;
				height: 110px;
				padding: 5px;
				}
				.note {
					color: #666666;
					padding-left: 20px;
					padding-right: 10px;
					font-size: 12px;
				}
	/* Authorize or Register */
	table#authorize_or_register td div.sep {
		width: 15px;
	}
		div.err {
			padding: 5px 10px 5px 10px;
			color: red;
			line-height: 160%;
			border: 1px solid red;
			background-color: #e7f2fd;
			margin: 10px 20px 10px 20px;
		}
	/* Customer login links */
	a.login_links {
		display:block;
		position:relative;
		height:20px;
		line-height:17px;
		padding:0 10px 0 20px;
		}
	a.login {
		
		background: url(../images/account_icons.gif)  no-repeat 0px 0px  transparent;
		float:left;
	}
	a.logout {
		
		background: url(../images/account_icons.gif)  no-repeat 0px -40px  transparent;
		line-height:20px;
		float:left;
	}
	.guest_name {
		position:relative;
		float:left;
		display:block;
		padding-right:15px;
		}
	a.register {
		background: url(../images/account_icons.gif)  no-repeat 0px -20px  transparent;
		float:left;
	}
	a.profile {
		background: url(../images/account_icons.gif)  no-repeat 0px -85px  transparent;
	}
	a.orders {
		background: url(../images/account_icons.gif)  no-repeat 0px -64px  transparent;
	}
	a.login_box {	
		background: url(../images/account_icons.gif)  no-repeat 0px 0px  transparent;
	}
	a.register_box {	
		background: url(../images/account_icons.gif)  no-repeat 0px -20px  transparent;
	}
	
	/* Billing / Shipping Methods */
	table.billing_shipping_methods td {
		font: normal 11px Calibri, Arial, Helvetica, sans-serif;
		vertical-align: top;
	}
	table.billing_shipping_methods td h4 {
		padding-top:8px;
	}
		table.billing_shipping_methods td div.sep {
			width: 20px;
		}
	td.shippig_method {
		padding-top: 15px;
	}
	td.shippig_method label {
		cursor: pointer;
		display:block;
	}
	td.shippig_method input {
		float: left;
		margin: 0px 5px 5px 0px;
	}
	
	/* Billing and shipping adress */
	td.modify {
			height: 29px;
			border-bottom: 1px solid #a5acb2;	
		}
		td.modify h4 {
			font: bold 12px Calibri, Arial, Helvetica, sans-serif;
			padding: 0;
			margin: 0;
		}
		div.prev_page {
				position: relative;
				float: right;
				top:7px;
			}
			div.prev_page a {
				color: #0287d4;
				background-color: transparent;
				font-size: 13px;
			}
			
	/* Checkout confirmation */
	table.prev_and_next tr td {
		vertical-align: bottom;
	}
	
	/* Checkout success */
	div.success {
		color: #666666;
		font-size: 25px;
		font-weight: bold;
		font-family:Calibri, Arial, Helvetica, sans-serif;
		padding: 10px 0px 0px 0px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
		
	/* Order List / Order Details */
	
	table.orders_data {
		margin: 0px 0px 10px;
		width: 100%;
		clear:both;
	}
		table.orders_data tr th {
			padding: 0px 10px;
			text-align: left;
			color: #666;
			font: normal 11px/30px Verdana,Calibri, Arial, Helvetica, sans-serif;
			background: #e9e9e9;
		}
			
			table.orders_data th.first {
				background: url(../images/th_first_blue.gif) no-repeat #e9e9e9;
			}
			table.orders_data th.last {
				background: url(../images/th_last_blue.gif) right no-repeat #e9e9e9;
			}

	table.orders_data td {
		padding: 5px 10px;
		vertical-align: middle;
		font: normal 11px Verdana,Calibri, Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #c7e1f9;
		line-height: 26px;
		background-color: #f7fbfe;
	}
		table.orders_data .price {
			text-align: right;
			color: #5f5f5f;
			width: 70px;
		}
		
/* Footer */

#footer {

}
	#footer_icons {
		display: none;
		visibility: hidden;
	}
	
	#footer_text {
	}
	
	#footer_text strong {
		display: none;
		visibility: hidden;
	}
		#footer_links {
	padding-top: 85px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
		}
			#footer_links div {
				float: left;
				width: 150px;
				border-left: #e9e9e9 1px solid;
			}
			
			#footer_links img {
				display: none;
				visibility: hidden;
			}
				#footer_links a {
					color: #fff;
					margin: 0;
					padding: 0;
				}
				#footer_links a:hover {
					text-decoration: none;
				}
	
	#footer_map {
		width: 294px;
		height: 159px;
		padding-top: 18px;
		padding-left: 15px;
		color: #666;
		font: normal 11px Calibri, Arial, Helvetica, sans-serif;
		background-image: url(../images/footer_map.jpg);
		background-repeat: no-repeat;
		display: none;
		visibility: hidden;
	}
	#footer_map a {
		color: #0287d4;
		background-color: transparent;
	}
	#powered {padding: 5px 30px 0; clear: both; color: #666; text-align: right; }
	#powered a {color: #999; text-decoration: none;}
	
	.contact_info_title {
		display:block;
		padding-bottom:5px;
	}

/* Input Button Styles */

	/* Blue Btn Input */

		div.div_button_blue { 
			width: 100%;
			overflow: hidden;
			background: transparent url('../images/buttons/btn_blue_left.gif') no-repeat top left;
			padding-left: 4px; 
			margin-top:5px;
		}
			input.button_blue {
				background: transparent url('../images/buttons/btn_blue_right.gif') no-repeat top right;
				display: block;
				float: left;
				font: bold 13px Calibri, Arial;
				line-height: 23px;
				height: 23px; 
				text-decoration: none;
				padding-right: 12px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
			}
			* html input.button_blue {
				width: 5px;
				overflow: visible;
				padding: 0 10px 0 6px;
			}
		
		/* Empty Cart Btn Input */

		div.div_button_empty { 
			width: 100%;
			overflow: hidden;
			background: transparent url('../images/buttons/btn_red_left.gif') no-repeat top left;
			padding-left: 7px; 
		}
			input.button_empty {
				background: transparent url('../images/buttons/btn_red_right.gif') no-repeat top right;
				display: block;
				float: left;
				font: bold 13px Calibri, Arial;
				line-height: 23px;
				height: 23px; 
				text-decoration: none;
				padding-right: 12px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
			}
			* html input.button_empty {
				width: 5px;
				overflow: visible;
				padding: 0 15px 0 6px;
			}
			
		/* Continue Btn Input */

		div.div_button_continue { 
			width: 100%;
			overflow: hidden;
			background: transparent url('../images/buttons/btn_continue_shopping_left.gif') no-repeat top left;
			padding-left: 13px; 
		}
			input.button_continue {
				background: transparent url('../images/buttons/btn_continue_shopping_right.gif') no-repeat top right;
				display: block;
				float: left;
				font: bold 13px Calibri, Arial;
				line-height: 25px;
				height: 33px; 
				text-decoration: none;
				padding-right: 28px;
				padding-left: 0px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
			}
			* html input.button_continue {
				width: 5px;
				overflow: visible;
				padding: 0 33px 0 10px;
			}
		
		
		/* Next Step Btn Input */
		
		div.div_button_next_step { 
			background: transparent url('../images/buttons/btn_blue_left.gif') no-repeat top left;
			padding-left: 12px; 
			padding-right: 0px;
			width: 100%;
			overflow: hidden;
		}
			input.button_next_step {
				background: transparent url('../images/buttons/btn_next_right.gif') no-repeat top right;
				display: block;
				float: left;
				font: bold 13px Calibri, Arial;
				line-height: 23px;
				height: 23px; 
				text-decoration: none;
				padding-right: 17px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
			}
			* html input.button_next_step {
				width: 5px;
				overflow: visible;
				padding: 0 23px  0 6px;
			}
		
		/*  Prev Step Btn Input */
		
		div.div_button_prev_step { 
			background: transparent url('../images/buttons/btn_prev_left.gif') no-repeat top left;
			padding-left: 17px; 
			padding-right: 0px;
			width: 100%;
			overflow: hidden;
		}
			input.button_prev_step {
				background: transparent url('../images/buttons/btn_blue_right.gif') no-repeat top right;
				display: block;
				float: left;
				font: bold 13px Calibri, Arial;
				line-height: 23px;
				height: 23px; 
				text-decoration: none;
				padding-right: 12px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
			}
			* html input.button_prev_step {
				width: 5px;
				overflow: visible;
				padding: 0 23px  0 6px;
			}
			
		
		/* Gray Btn Input */
		
		div.div_button_gray { 
			background: transparent url('../images/buttons/btn_gray_left.gif') no-repeat top left;
			padding-left: 8px; 
			padding-right: 0px;
			margin-top:5px;
			width: 100%;
			overflow: hidden;
		}
			input.button_gray {
				background: transparent url('../images/buttons/btn_gray_right.gif') no-repeat top right;
				display: block;
				float: left;
				font: bold 13px Calibri, Arial;
				line-height: 23px;
				height: 23px; 
				text-decoration: none;
				padding-right: 12px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
			}
		* html input.button_gray {
				width: 5px;
				overflow: visible;
				padding: 0 15px  0 6px;
			}
		/* Add to cart btn */
		
		div.div_button_add {
			padding-bottom:25px; 
		}
			input.button_add {
				background:#fff url(../images_new/add_to_cart_icon.gif) no-repeat 100% 0;
				display: block;
				float: right;
				font: normal 11px Calibri, Arial;
				text-decoration:underline;
				line-height: 23px;
				height: 20px; 
				padding-right: 21px;
				border: none;
				color: #000;
				cursor: pointer;
				width:auto;
			}
			* html input.button_add {
				width: 5px;
				overflow: visible;
				padding: 0 23px  0 6px;
			}
		/* Checkout btn */
		
		div.div_button_checkout { 
			background: transparent url('../images/buttons/btn_checkoutLeft.gif') no-repeat top left;
			padding-left: 6px; 
			padding-right: 0px;
			width: 100%;
			overflow: hidden;
			margin-top:9px;
		}
			input.button_checkout {
				background: transparent url('../images/buttons/btn_checkout.gif') no-repeat top right;
				display: block;
				float: left;
				font: bold 13px Calibri, Arial;
				line-height: 23px;
				height: 23px; 
				text-decoration: none;
				padding-right: 21px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
				width:auto;
			}
			* html input.button_add {
				width: 5px;
				overflow: visible;
				padding: 0 23px  0 6px;
			}


	/* login Details */
	
	div.login_details label {
		display: block;
		float: left;
		width: 70px;
	}
	div.login_details a {
		color: #0287d4;
		background-color: transparent;
	}
	input.inputFocus {
		margin-bottom: 7px;
	}

	/* Contact Form */
	
	table.contact_form tr td {
		padding: 5px 5px 8px 5px;
	}
		table.contact_form tr td input {
			width: 230px;
			height: 17px;
		}
		table.contact_form tr td label input {
			width: auto;
			height: auto;
			border: none;
		}
		table.contact_form tr td input.button_blue {
			width: auto;
			height: 23px;
			border: none;
		}
		table.contact_form tr td textarea {
			width: 230px;
			height: 110px;
		}
		table.contact_form tr td select {
			width: auto;
			height: 19px;
		}

		table.contact_form input.error { /* Contact Form Error Class*/
			width: 180px;
			height: 17px;
			border: #f60303 1px solid;
		}
		
	/* Send To Friends */
	
	div.send_to_friend {
		padding: 15px;
		font-family:Calibri, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
		div.send_to_friend td {
			font-size: 12px;
			padding-right: 7px;
		}
			div.send_to_friend p.err {
			color: #CC0000;
			}
			div.send_to_friend  table.inputs tr td input {
				width: 170px;
				height: 17px;
			}
			div.send_to_friend td textarea {
				width: 180px;
				height: 80px;
			}
			
	/* Advanced Search */
	table#advancedSearch tr td {
		padding: 5px 15px 5px 5px;
	}
	table#advancedSearch tr td select {
		font-family:Calibri, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	table#advancedSearch tr td input {
		font-family:Calibri, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	table#advancedSearch tr td.large_input input {
		width: 190px;
	}
	table#advancedSearch tr td.price_input input {
		width: 60px;
	}
div.dynamic_area {
	clear: both;
	display: block;
	/* padding-top: 5px;
	padding-bottom: 5px; */
	}
	
#selectTable {
	margin: 0 10px;
}
.searchPhrase {}
.searchPhrase input {margin: 0 20px 0 10px;}
.searchPhrase span {font-size: 12px;}

#phrase {
	position: relative;
	top: 4px;
	display: block;
	width: 165px;
	height: 14px;
	background: transparent;
	color: #a4a5a5;
	font-size: 12px;
	font-style: italic;
	border: 0;
}
ul#bottomButtons {
	margin: 0 30px;
	padding: 0;
	width: 960px;
	height: 142px;
}
ul#bottomButtons li {
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 160px;
	height: 142px;
	background-position: top left;
	background-image: url(../images/bottom_button.gif);
}
ul#bottomButtons li:hover {
	background-position: top right;
}


.wrapperBtnsFrontpage ul#bottomButtons li {
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 160px;
	height: 142px;
	background-position: top left;
	background-image: url(../images/bottom_button_frontpage.gif);
}
.wrapperBtnsFrontpage ul#bottomButtons li:hover {
	background-position: top right;
}



ul#bottomButtons li a {
	color: #666;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	width: 160px;
	height:142px;
	line-height: 13px;
	vertical-align: middle;
	text-decoration: none;
}
ul#bottomButtons li a span {
	display: block;
	margin: 15px 0 0 0;
	width: 160px;
	height: 132px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 40px;
	cursor: pointer;
}
ul#bottomButtons li a span.b1 {
	background-image: url(../images/bottom_01.gif);
}
ul#bottomButtons li a span.b2 {
	background-image: url(../images/bottom_02.gif);
}
ul#bottomButtons li a span.b3 {
	background-image: url(../images/bottom_03.gif);
}
ul#bottomButtons li a span.b4 {
	background-image: url(../images/bottom_04.gif);
}
ul#bottomButtons li a span.b5 {
	background-image: url(../images/bottom_05.gif);
}
ul#bottomButtons li a span.b6 {
	background-image: url(../images/bottom_06.gif);
}
ul#bottomButtons li a:hover {
	color: #79a5c9;
}

	
	
.wrapperBtns {
	width: 1017px;
	height: 142px;
	margin: 0 auto;
	border-top: solid 1px #d1d0d0;
	position:relative;
}
.wrapperBtnsFrontpage {
	width: auto;
}
.wrapperBtnsFrontpage ul#bottomButtons {
	margin:0;
	}
.statMenu {
	padding: 10px 0 0 0;
/*	position:relative;
 */}

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

.statMenu li {
	margin: 0;
	padding: 0;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
	position: relative;
}

.statMenu li a {
	padding: 0 0 0 19px;
	display: block;
	text-decoration: none;
	text-transform:lowercase;
	font-size:12px;
	color: #000;
	font-weight: bold;
}
.statMenu ul li a:hover {
	padding: 0 0 0 19px;
	display: block;
	text-decoration: none;
	text-transform:lowercase;
	font-size:12px;
	color: #000;
	font-weight: bold;
}
.statMenu li ul {
	padding-left:33px;
}
.statMenu li ul li a {
	padding: 0 0 0 10px;
	display: block;
	text-decoration: none;
	text-transform:none;
	font-size:12px;
	color: #000;
	font-weight: normal;
	background:url(../images_new/bulet.gif) no-repeat 0 5px;
}
.statMenu li ul li a:hover {
	padding: 0 0 0 10px;
	display: block;
	text-decoration: underline;
	text-transform:none;
	font-size:12px;
	color: #000;
	font-weight: normal;
	background:url(../images_new/bulet.gif) no-repeat 0 5px;
}
/* Dropdown */
.menu {
	z-index: 999 !important;
	position:absolute;
	width: 220px;
	top: 0;
	left:196px;
	border: #ebebeb 1px solid;
	}
.menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.menu li {
	margin: 0;
	padding: 2px 0;
	width:220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	list-style:none;
	behavior: url("iepngfix.htc");
	background-color: #eeeeee;
}
.menu li a {
	background-image:url(../images/dropmenu_link_bg.gif);
	background-repeat:no-repeat;
	background-position:3px 50%;
	padding:0 0 0 15px;
	margin:0;
	height: 24px;
	line-height:23px;
	display: block;
	text-decoration: none;
	text-transform:none;
	color: #000;
	font-weight:normal;
	z-index:999;
}
.menu ul li a:hover {
	background-image:url(../images/dropmenu_link_bg.gif);
	background-repeat:no-repeat;
	background-position:3px 50%;
	padding:0 0 0 15px;
	height: 24px;
	line-height:23px;
	display: block;
	text-decoration: underline;
	text-transform:none;
	color: #0000FF;
	font-weight:normal;
}




/* Dropdown 2 */
.wrapperMenu {
	position:relative;
	height:1px;
	font-size:1px;
	margin:0 auto;
}


ul#bottomButtons li .menu2 {
	z-index:999 !important;
	position:absolute;
	width:158px;
	bottom:-8px;
	left:0px;
	border:#ebebeb 1px solid;
	}
ul#bottomButtons li .menu2 ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
ul#bottomButtons li .menu2 ul li  {
	margin: 0;
	height:auto;
	padding: 0px 0;
	width:158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	list-style:none;
	behavior: url("iepngfix.htc");
	text-align:right;
	background-color: #CCCCCC;
}
ul#bottomButtons li .menu2 ul li  a {
	background-image:url(../images/dropmenu_link_bg.gif);
	background-repeat:no-repeat;
	background-position:150px 50%;
	padding:0 15px 0 0;
	margin:0;
	height: 24px;
	line-height:23px;
	display: block;
	text-decoration: none;
	text-transform:none;
	color: #000;
	font-weight:normal;
	width:auto;
	background-color: #EEEEEE;
}
ul#bottomButtons li .menu2 ul li a:hover {
	background-image:url(../images/dropmenu_link_bg.gif);
	background-repeat:no-repeat;
	background-position:150px 50%;
	padding:0 15px 0 0;
	height: 24px;
	line-height:23px;
	display: block;
	text-decoration: underline;
	text-transform:none;
	color: #0000FF;
	font-weight:normal;
	width:auto;
}

.vehicleDetails {
	margin:0;
	padding:10px;
}

.vehicleDetails td {
	font-weight: bold;
}
.vehicleDetails td a {
	display: block;
	width: 170px;
	height: 20px;
	text-align: right;
}
.homeTop {
	text-align: right;
}
.homeTop a {
	float: right;
	width: 28px;
	height: 28px;
	margin: 10px 10px 0 0;
	line-height: 28px;
	background-repeat: no-repeat;
}
.homeTop a strong {
	display: none;
	visibility: hidden;
}
.homeTop a.linkHome {
	background-image: url(../images/btn_home.gif);
}
.homeTop a.linkContact {
	background-image: url(../images/btn_contact.gif);
}
div.cart_box {
	left:885px;
	padding-bottom:0;
	position:absolute;
	top:69px;
	font-size:11px;
	color:#636565;
	text-decoration:none;
	white-space:nowrap;
}
div.cart_box a, div.cart_box  .items_total{
	font-size:11px;
	color:#636565;
	text-decoration:none;
}
/* NEW STYLES */
.selector_box {
	padding:0 10px;
}
.searchbox {
	position:absolute;
	top:64px;
	left:75px;
	height:36px
}
.search_input {
	width:203px;
	height:24px;
	padding: 0;
	vertical-align: top;
	background:url(../images_new/search_input.gif) no-repeat 0 0;
}
.live_chat {
	background-image:url(../images_new/live_chat.gif);
	width:195px;
	height:145px;
	position:relative;
}
.live_chat a {
	display:block;
	position:absolute;
	top:81px;
	width:114px;
	height:30px;
	left:68px;
	text-indent:-999px;
	overflow:hidden;
}
.homepage {
	text-align:center;
	padding-top:90px;
}
.submenu_links {
	position:absolute;
	top:58px;
	left:600px;
}
.submenu_links a {
	color:#636565;
	text-decoration:none;
	font-size:11px;
	height:35px;
	display:block;
	line-height:35px;
}
.submenu1 a {
	background:url(../images_new/forum_icon.gif) no-repeat 0 0;
	padding:0 13px 0 37px;
}
.submenu2 a {
	background:url(../images_new/forum_icon.gif) no-repeat 0 0;
	padding:0 13px 0 37px;
}
.submenu3 a {
	background:url(../images_new/forum_icon.gif) no-repeat 0 0;
	padding:0 13px 0 37px;
}
.submenu4 {
	background:url(../images_new/cart_icon.gif) no-repeat 0 0;
	padding:0 13px 0 37px;
}
.pages {
	padding:0 20px;
}
table.footer {
	color:#7a7979;
	font-size:11px;
}
table.footer  a {
	text-decoration:none;
}
.home_link {
	position:absolute;
	display:block;
	width:38px;
	height:33px;
	top:58px;
	left:18px;
	text-indent:-999px;
	overflow:hidden;
}
.padding {
/*	padding:20px;*/
}
.addtocart {
	float:right;
	width:100px;
	text-align:right;
	padding-right:43px;
	font-size:11px;
	padding-top:10px;
}
.product p {
	clear:none;
	padding-top:10px;
}
.landing_descrip_top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	height: 25px;
	background-image: url(http://navtv.com/ppimages/descrip_top_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #34789F;
	font-weight: bold;
}
.landing_descrip_main {
	clear:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	background-color: #FFFFFF;
}
.landing_descrip_main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.landing_descrip_spacer {
	height: 5px;

