/* General Selectors */

html {
	height: 100%;
}

body {
	margin: 0px; padding: 0;
	background: #333 url('../images/cx/fon4.gif');
}

body, .popup_container {
	height: 100%;
	color: #000;
	font: 11px Arial, Helvetica, sans-serif;
}

.popup_container {
	padding: 0px;
	background: url('../images/cx/fon7.gif') #ddd;
}


img {
	border: 0px;
}
a, a:visited {
	color: #888; text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none; color:#000; 
}
input, select, textarea {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	vertical-align: top;
}
hr {
	margin: 10px 0px;
	height: 1px;
	border: none;
	border-top: 1px dotted silver;
}
img.button, input.button {
	margin: 0px 5px 5px 0px;
	outline: none;
}





/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0em;
}


h2 { /* For Page Titles */
	clear: both;
	min-height: 32px;
	padding: 0;
	color: white;
	background-color: transparent;
	background-repeat: repeat-x;
	border: 0px none;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Arial, Helvetica, sans-serif; margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:0px
}
	h2.success {
		color: #000;
	}
	h2 span {
		display: inline-block;
		height: 23px;
		padding: 9px 0 0 30px;
		background-repeat: no-repeat;
	}

/* Paragraphs and Regular Blocks */
p, div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
/* Clear styles */
p {
	clear:both;
}
	#content p {
		margin-bottom: 1em;
	}
hr {
	clear:both;
}
/* Lists */
ul, ol {
	padding: 0.5em 0;
}
.column ul {
	list-style: none none;
}


/*********************** Layout Selectors *************************/
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}
* html .clearfix {zoom: 1;}

.message {
	margin: 0 0 10px;
	padding: 5px;
}

#container {
	min-width: 760px;
	width: 932px;
	background: #fff;
	padding: 20px 15px 15px 15px;
	overflow:hidden;
}

/*************** Header ***************************/

	div#header {
		margin: 0px;
		height: 114px;
		background: url('../images/cx/header-1.jpg');
		clear: both;
		overflow: hidden; 
	}
	h1#logo {
		float: left;
		width: 300px;
		height: 114px;
		margin: 0; padding: 0;
	}

/**************  Fast Menu - Links ******************/

		span#fast_menu {
			position: relative;
			top: expression(document.all?"-10px":"0px");
			right: 10px;
			font: 10px Arial;
			float: right;
			background: #f6e17b; color: #000;
			border: 1px solid #FFA; padding: 5px;
		}
		span#fast_menu a {
			text-decoration: none; text-transform: uppercase;
			color: #000;
		}
		span#fast_menu a:hover {
			color: #994; 
		}
		span#fast_menu select {
			background-color: #F6E17B;
			color: #000;
			font: 10px Arial;
			text-transform: uppercase;
		}
		

/***************** Top Menu - Tabs *******************/

		div#top_menu {
			float: right; position: relative; 
			top: -50px; right:9px;
		}

		div#top_menu a {
			display: block;
			float: left;
			width: 90px; height:40px;
			color: #000;
			text-align: left;
			text-decoration: none;
			background: url('../images/cx/tab-off.gif') #ff9;
			font: 10px Arial;
			padding: 10px 0 0px 10px; 
			text-transform: uppercase;
			margin-right: 1px;
		}

		div#top_menu a.tab:hover {
			color: #ffa;
			background: url('../images/cx/tab-on.gif') #ffa;
		}

/******************* Sub Header *********************/

	div#subheader {
		margin: 0px;
		height: 35px;
		background: url('../images/cx/header-2.jpg');
		text-align: right;
		border-bottom: 1px solid #FFF;

	}
		div#search {
			float: right;
			height: 35px;
			padding: 0 10px ;
		}
		div#search input.input_image {
			border:0; padding:0; margin:0px;
		}
		div#search input.input_text {
			border:1px solid #FFA; padding:3px; margin:0;
			background: #F6E17B; color: black;
			font: 11px verdana;
			height: 14px;
			position:relative;
			top: expression(document.all ? "-1px" : "0");
			left:2px; 
		}

			input.search_btn {
				position: relative;
				top: 4px;
				}
			div#fast_login {
				font: bold 12px/20px Arial, Helvetica, sans-serif;
				float: right;
				height: 24px;
				padding-top: 20px;
				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: Arial, Helvetica, sans-serif;
				font-size: 12px;
				border-bottom: #b0b0b0 1px solid;
				width: 163px;
				padding-bottom: 3px;
				
			}
		
/***************** Body and Content and Columns ******************/

		div.wrapper {
			padding: 0px;
		}
		table#body {
			width: 100%
		}
			td#content {
				vertical-align: top;
				color: #000;
				width: 100%;
				padding: 1px 10px; margin:0;
			}
			td#content div#inner_content {
				padding: 0px; margin:0;
			}
				td#content div#inner_content div.prev_next a {
					color: #888;
				}
				#content ul {
					margin-left: 20px;
					list-style-image: url('../images/arrow.gif');
					list-style-position: outside; list-style-type:disc
				}
				#content li {
					padding: 0 0 0.5em;
					}
				
/****************** Columns *********************/

	#left_column, #right_column  {
		vertical-align: top;
		width: 182px;
		background: #FFF url('../images/cx/fon-colon-black.png') 0 0 repeat-y;
		padding: 0; margin:0;
		overflow: hidden;
	}
	#right_column {
		background: #FFF url('../images/cx/fon-colon-gray.png') 0 0 repeat-y;
	}

	#left_column h3, #right_column h3 { /* For CMS Box Titles */
		margin-bottom: 5px;
		padding: 5px 0 5px 15px;
		width: 100%;	height: 14px;
		color: #F6E17B;
		text-transform: upperCase;
	}

/***************** CMS Boxes *******************/

		div.box {
			width: 100%;
			padding: 0 0 15px 0;
			font: normal 11px Arial, Helvetica, sans-serif;
			color: #F6E17B;
		}
			div.box a {
				text-decoration: none;
				font: bold 11px Arial;
				color: #555;
			}
			div.box a:hover {
				color: #aaa;
/*				background: url(../images/cx/tab-on.gif) #ccc 100% 0 repeat-x; */
			}
			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 *************/
			.subcategory {
				margin: 0;
				padding: 0 0 0px 15px;
			}
			.categoryImage {
				float: left;
				margin-right: 10px;
			}
			div.box ul.list {
				line-height: 20px;
				padding:0px; margin:0;
			}
			div.box ul.list a {
				display: block;
				color: #FE8;
				text-decoration: none;
/*				background: url('../images/cx/arrow-right.gif') no-repeat 160px center; */
padding-left: 15px;
			}
			* html div.box ul.list a {
				height: 1%;
			}
				div.box ul.list a:hover {
					background: url('../images/cx/tab-on.gif') 100% 0%;
					color: #000;
				}
					div.box ul.list a.highlight {
						color: #FE8;
						background-color: transparent;
					}
					div.box ul.list a.highlight:hover {
						color: #981;
					}
		
			/* Search */
			.search_box form {
				padding: 5px 10px;
			}
			.search_box #phrase {
				width: 120px;
				margin-right: 5px;
			}
			div.box div#advanced_search {
				border-top: 1px solid #d7d7d7;
				margin-top: 10px;
				padding-top: 10px;
				width: 170px;
			}

/***************** View Cart *********************/
	div.box div.view_cart {
		width: 147px;
		padding: 10px 10px 10px 25px;
		margin-bottom: 10px;
		line-height: 150%;
		color: #000;
	}
	div.box div.view_cart span.items_total {
		font-weight: bold;
		color: #222;
		font-size: 11px;
	}
	div.box div.checkout_links {
		padding: 0px 10px 0px 25px;
	}

/******************* News *************************/
	ul#categories_news {
		margin: 0px;
		width: 100%;
		padding: 0 0 10px 0px;
		border-bottom: 1px dotted #fe8;
	}
		ul#categories_news li {
		margin: 0 0 10px 15px;
	}
			
			
/**************** Recently Viewed, New products, Bestsellers **********************/
	div.recently_viewed, div.bestsellers, div.new_products {
		font: normal 11px Arial, Helvetica, sans-serif;
		padding: 10px 5px 5px 15px;
		color: black;
	}
		.column .small_product_thumb {
			display: block;
			border-right: 1px dotted silver;
			padding-right: 8px;
			margin-right: 8px;
	}
		.column .small_product_thumb img {
		border: 1px solid #999;
	}

/*********************** login ***********************/

	div.login {
		font: normal 12px/20px Arial, Helvetica, sans-serif;
		height: 24px;
		text-align: left;
		padding: 5px 10px 15px 23px;
	}
	div.login span {
		color: black;
	}


/* Common Text and Layout Selectors */
			/* Page Title Colors */
			h2.green, h2.orange, h2.blue {
				color: #FFF;
			}
			h2.green {
				background-image: url('../images/green_bgr.png');
			}
			h2.green span {
				background-image: url('../images/title_green.png');
			}
			
			h2.orange {
				background-image: url('../images/orange_bgr.png');
			}
			h2.orange span {
				background-image: url('../images/title_orange.png');
			}
			
			h2.blue {
				background-image: url('../images/blue_bgr.png');
			}
			h2.blue span {
				background-image: url('../images/title_blue.png');
			}
			
			/* Page Title Icon */
			h2 img {
				float: right;
				/* margin-top: -32px; */
				/* margin-right: 0px; */
			}
			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 {
				font: bold 10px verdava; color:#aaa; text-transform: uppercase;
			}
			/* Product Details Title */
			h2.product_title {
				margin: 0 0 10px;
				padding: 0px;
				color: #555;
				font: bold 15px/20px Verdana, Arial, Helvetica, sans-serif;
			}
			
			/* Product Details Small Icon */
			div.small_product_images a img {
				padding: 5px;
				border: #bcbcbc 1px solid;
				margin-right: 5px;
				margin-bottom: 5px;
			}

	h3 {
		margin: 0;
		font: 11px Arial;
	}

/****************** CMS Box Colors *****************/
			h3.dark {
				background: url('../images/cx/fon-title-dark.png') 0 0 #FFF no-repeat;
			}
			h3.light {
				background: url('../images/cx/fon-title-light.png') 0 0 #FFF no-repeat;
			}
			h3.green {
				background: url('../images/box_title.jpg') no-repeat 0px -30px;
			}
			h3.orange {
				background: url('../images/box_title.jpg') no-repeat 0px -60px;
			}
			h3.blue {
				background: url('../images/box_title.jpg') no-repeat 0px 0px;
			}
			
			/* CMS Box Icon */
			h3 img {
				float: right;
				margin-top: -25px;
				margin-right: 10px;
			}

			h4 {
				margin: 0px;
				padding: 0px;
				font: bold 11px Arial, Helvetica, sans-serif;
			}
			
		h5 { /* Checkout Process */
				margin: 0px;
				padding: 0px;
				font: bold 10px Arial, Helvetica, sans-serif;
			}
		h5#setup_account { /* Registration Page */
				width: 100%;
				text-align: center;
				color: #666;
				font: normal 15px Arial, Helvetica, sans-serif;
			}

		h6 {
			color: gray;
			font: bold 1em Arial, Helvetica, sans-serif;
		}
		
	/* Gray Content Boxes */
	.content_box_bgr {
		background: #eaeaea url('../images/cx/fon7.gif');
	}
	div.content_box {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		background: url('../images/content_box_left.png') no-repeat left bottom;
	}
		div.content_box_inner {
			height: 100%;
			margin: 0px;
			background: url('../images/content_box_right.png') no-repeat right bottom;; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:20px
		}
			div.content_box_inner a {
				color: #777;
			}
			div.content_box_inner a:hover {
				text-decoration: none;			
			}


/************ Breadcrumbs *********/

div.breadcrumb	{
	background:url('../images/cx/round-bottom-right.png') 100% 100% #000 no-repeat; color:#FE7; position:relative; top:-1px; left:-9px; padding: 6px 10px 6px 10px;
}
	div.breadcrumb div {
		font: bold 10px Verdana; padding:0 160px 0 0; 
	}
	div.breadcrumb a {
		color: #F6E17B; text-decoration: none;
	}
	div.breadcrumb a:hover {
		color: #982;		
	}
	div.breadcrumb span {
		float: right; font: 10px arial;
		padding: 0;
	}








	/* Grid view */
	div.grid_view a {
		color: #316396;
	}

/*****************  Warning/Error Boxes  ***************/
	.error {
		margin: 5px 0px;
		color: #fe6;
		background: #0e0e0e url('../images/cx/footer_18.png') 0 0px ;
		clear:both;
		font: bold 10px verdana;
	}
		.error img {
			margin: 10px;
			width: 64px;
			height: 46px;
			float: left;
		}
		.failure {
			font-size: 10px;
			position: relative;
			top: 15px;
		}
		.pending {
			font-size: 18px;
			position: relative;
			top: 15px;
		}
		.error table tr td {
			vertical-align: top;
		}
		.errorText {
			padding: 15px;
		}
		.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;
		background: #ffb50a url('../images/warning_bg.gif') repeat-x;; font-style:normal; font-variant:normal; font-weight:bold; line-height:18px; font-size:13px; font-family:Arial, Helvetica, sans-serif
	}
		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 {
			height: 130px;
			color: #032b4e;
			background: url('../images/featured_planet.png') no-repeat 0 0;; margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px; padding-left:160px; padding-right:0; padding-top:0; padding-bottom:0
		}
			h2#featured_products span {
				margin: 0px;
				display: block;
				height: 130px;
				text-align: right;
				padding-right: 60px;
				background: url('../images/featured_right.gif') no-repeat 100% 0;; font-style:normal; font-variant:normal; font-weight:normal; font-size:25px; font-family:Arial, Helvetica, sans-serif; padding-left:0; padding-top:50px; padding-bottom:0
			}
	/* Product Listing Information */
		/* Product Wrapper Table */
		.product_table, .category_product_table, .home_product_table, .search_product_table {
			width: 100%;
			margin-bottom: 10px;
		}
		.product_table .div_button_blue, .product_table .div_button_gray {
			margin-top: 5px;
		}
		.product_image, .category_product_image, .home_product_image, .search_product_image {
			width: 1%;
			padding: 20px 20px 0 0;
			border-right: 1px dotted #d7d7d7;
			border-bottom: 1px dotted silver;
		}
		.product_details, .category_product_details, .home_product_details, .search_product_details {
			padding: 20px 20px 10px;
			border-bottom: 1px dotted silver;
		}
		.product_details h4 {
			margin-bottom: 0.5em;
		}
		/* Product rating */
		.rating_page .message {
			text-align: center;
			font-weight: bold;
		}
		.rating_page th, .rating_page td, .send_to_friend th, .send_to_friend td {
			padding: 5px;
			border-bottom: 1px dotted #ccc;
		}
		.rating_page th {
			font-weight: bold;
			text-align: right;
			vertical-align: top;
		}
		/* Product Thumbs */
		a.product_thumb {
			float: left;
			display: block;
			max-width: 120px;
			max-height: 120px;
			padding: 0px;
			margin-right: 0;
		}
			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;
			}
			.product_options_table th, .product_options_table td {
				padding: 2px;
			}


			.product_options_table select { font:10px Arial
			}


		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: 11px;
			background: url('../images/product_bg.jpg') no-repeat bottom right;
		}
			div.product h4 {
				font: bold 11px Arial, Helvetica, sans-serif;
			}
				div.product h4 a {
					color: #777;
				}
				div.product h4 a:hover {
					color:#000;
					text-decoration: none;
				}
	
			div.product h6 {
				margin: 5px 0px;
				color: #333;
				font: bold 12px Verdana, Arial, Helvetica, sans-serif;
			}
				
				/* Product Price Table */
				
				table.display_price {
					margin: 8px 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: #000000;
				}
				table.display_price td.price_value span {

color: #000;
font: bold 11px Arial; 
background: url('../images/cx/fon7.gif') 0% 0%;
padding: 0px 6px;
border: 1px dotted #ec6;


				}
				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 p {
				padding: 20px 20px 0px 0px;
				margin: 5px 0px 5px;
			}
	
		div.product_sep {
			clear: both;
			width: 100%;
			height: 10px;
		}

	/* Product Details Page */
	.product_image {
		padding-top: 0;
	}
	.product_details {
		padding-top: 0;
	}
	div#product_images {
		position: relative;
		float: left;
		width: 300px;
		min-height: 140px;
		margin: 30px 0px 15px 5px;
		padding-right: 20px;
		border-right: 1px solid #d7d7d7;
		text-align: left;
		margin-bottom: 15px;
	}
	div.product_description {
		position: relative;
		padding: 1em 0;
	}
	.product_detailed_description table {
		border-left: 1px dotted #ccc;
		border-top: 1px dotted #ccc;
	}
	.product_detailed_description td, .product_detailed_description th {
		padding: 3px;
		text-align: left;
		border-right: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
	}
	div.product_details {
		position: relative;
		float: left;
		padding: 0px 0px 20px 0px;
		margin-left: 20px;
		margin-right: 15px;
		width: auto;
		width:250px;
	}

	.small_product_images {
		clear: both;
		margin-top: 15px;
	}
	
		div.product_details h6 { /* Product Details Price */
			margin: 5px 0px;
			color: #333;
			font: bold 12px Verdana, Arial, Helvetica, sans-serif;
		}
			div.product_details h6 span {
				color: #316396;
			}
			div.product_details h6 del {
				color: red;
			}
		.product_details .div_button_blue {
			clear: both;
		}

		h5.product_details_title { /* Product Description Title */
			margin: 0 0px 10px;
			font: bold 12px/38px Verdana, Arial, Helvetica, sans-serif;
			border-bottom: 1px dotted silver;
		}
		.product_features {
			font: normal 12px Verdana, Arial, Helvetica, sans-serif;
		}
		.product_features li {
			list-style-image: url('../images/cx/arrow-right-black.gif');
		}
		div.product_features img {
			margin: 0px 8px;
		}
		div.product_features a {
		color: #0287d4;
		background-color: transparent;
		}
	.review {
		margin-bottom: 0.5em;
		padding-left: 20px;
	}
		
	/* Switch Wiew */
	
	div.swtch_view {
		position: relative;
		float:right;
		text-align: right;
		display: block;
		color: #000;
		background-color: transparent;
		padding-top: 5px;
		margin: 0;
	}
		div.swtch_view a {
			color: #777;
			background-color: transparent;
			padding: 0px 7px 0px 7px;
		}
		div.swtch_view select {
			padding: 0px 0px 0px 3px;
		}
	/* Grid View */
	
	table.grid {
		width: 100%;
		border-top: 1px dotted silver;
		border-right: 1px dotted silver;
		empty-cells: show;
	}
		table.grid td {
			border-left: 1px dotted silver;
			border-bottom: 1px dotted silver;
		}
			table.grid td td {
				border: 0px none;
			}
		td.grid_full {
			padding: 10px;
			vertical-align: bottom;
			height: 30%;
			}
		td.grid_full .product_details, td.grid_full .category_product_details, td.grid_full .home_product_details, td.grid_full .search_product_details {
			padding: 10px 0 0;
			vertical-align: bottom;
			}
		table.product_wrapper {
			height: 100%;
		}
		table.product_wrapper .product_title_image {
			vertical-align: top;
		}
		table.grid a.grid_product_thumb {
			display: block;
			padding: 0px;
			margin: 0;
			float: none;
			text-align: center;
		}
			table.grid a.product_thumb img {
			}
			table.grid .product {
				background-image: url('none');padding-left:0px; padding-right:10px; padding-top:0px; padding-bottom:23px
			}
			.grid h4 {
				margin-bottom: 1em;
				text-align: center;
			}
					
/**************** View Cart Page - Selectors ****************/

	table.cart_data {
		margin: 0px 0px 0px 0px;
		width: 100%;
		clear:both;
	}
		table.cart_data tr th {
			padding: 0px 10px;
			text-align: left;
			color: #FE8;
			font: bold 11px/30px Arial, Helvetica, sans-serif;
			background: url('../images/cx/footer_18.png') #222;
		}
/*			table.cart_data th.first {
				background: #336598 url('../images/th_first_darkBlue.gif') no-repeat left;
				border-bottom: 1px solid #c7e1f9;
				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: #000;
						font: 10px Arial;
						position: relative;
						border: 0;
						background: url('../images/cx/tab-on.gif') #222;
						padding: 0px 1px 0px 0px;
						margin:0;
						height: 20px;
						cursor: pointer;
					}
			table.cart_data th.price {
				color: #FE8;
			}
/*			table.cart_data th.last {
				background: #336598 url('../images/th_last_darkBlue.gif') no-repeat right;
				border-bottom: 1px solid #c7e1f9;
			}
*/
		table.cart_data input#couponBox {
		border: #000 1px solid;
		}

	table.cart_data td {
		padding: 7px;
		vertical-align: middle;
		border-bottom: 3px solid #999;
		background: url('../images/cx/fon7.gif') #fff 50% 50%;
		font:normal 11px Verdana;
	}
		table.cart_data .price {
			text-align: right;
			color: #000;
		}
		table.cart_data tr td.total {
			text-align: right;
			color: #000;
		}
		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: 3px solid #999;
					}

	div.step_back {
		float: left;
	}

	/* Register Page */
	table#setup td {
		color: #777;
		font: normal 12px 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: 10px;
		}
			table.round_box td div.sep {
				width: 20px;
			}
			table.round_box td {
				font: normal 11px Arial, Helvetica, sans-serif;
				background:#e8e8e8;
			}
			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 Arial, Helvetica, sans-serif;
			}
			table.round_box td label {
				margin-right: 5px;
			}
			form#anonymus_checkout_form input {
				width: 170px;
			}
			/*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-top: 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, 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 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 Arial, Helvetica, sans-serif;
				background-color: #d3e7fa;
				width:auto;
			}
			.order_product_egoods {
				border-left: 1px solid #c7e1f9;
				border-top: 1px solid #c7e1f9;
			}
			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: 155px;
		}
		/* Rounded Boxes - Colors */
		table.blue {
			background: #d7eafc;
		}
		table.blue 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 {
		width: 100%;
		margin: 0 auto;
	}

/************************ Checkout Steps ********************/
	table#checkout_steps {
		width: 100%;
		margin-bottom: 10px;
		background-color: #dadada;
		color: #000;
		font: bold 9px Arial, Helvetica, sans-serif;
		border: none;
		padding: 0;
	}
		table#checkout_steps td {
			text-align: center;
			vertical-align: middle;
			border: none;
			padding: 0;
		}
			table#checkout_steps td#selected {
				color: #fe7;
				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;
			color: red;
			line-height: 160%;
			border: 1px solid #999;
			background: #000 url(../images/cx/footer_18.png) 0 0;
			margin: 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;
		float:left
	}
	a.logout {
		background: url('../images/account_icons.gif') no-repeat 0px -40px;
		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;
		float:left
	}
	a.profile {
		background: url('../images/account_icons.gif') no-repeat 0px -85px;
	}
	a.orders {
		background: url('../images/account_icons.gif') no-repeat 0px -64px;
	}
	a.login_box {	
		background: url('../images/account_icons.gif') no-repeat 0px 0px;
	}
	a.register_box {	
		background: url('../images/account_icons.gif') no-repeat 0px -20px;
	}
	
	/* Billing / Shipping Methods */
	table.billing_shipping_methods td {
		font: normal 11px 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 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: #555;
		font: italic 18px Times New Roman, Helvetica, sans-serif;
		padding: 30px;
	}
		
	/* 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, Arial, Helvetica, sans-serif;
			background: #d7eafc;
		}
			
			table.orders_data th.first {
				background: #d7eafc url('../images/th_first_blue.gif') no-repeat;
			}
			table.orders_data th.last {
				background: #d7eafc url('../images/th_last_blue.gif') no-repeat right;
			}

	table.orders_data td {
		padding: 5px 10px;
		vertical-align: middle;
		font: normal 11px Verdana, 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 ************************/

table#footer {
	width: 100%;
	height: 105px;
}
	#footer a {
		color: #ed6;
		font-weight: bold;
		text-decoration: none;
	}
	#footer a:hover {
		color: #983;
	}

	td#footer_icons {
		width: 142px;
		padding: 10px 20px 0 20px;
		background: url(../images/cx/footer_17.png) #777;
		font:8px/1 verdana;
		color: #fe8;
		border-top: 1px solid white;
	}
	td#footer_icons .showFooterIcons0 {
		display: none;
	}
	
	td#footer_text {
		padding: 10px;
		width: 548px;
		background: url('../images/cx/footer_18.png') #444;
		font: 10px Verdana, Helvetica, sans-serif;
		border-top: 1px solid white;
		color: #ed6;
}
		div#footer_links {
			margin-top: 0px;
		}
			div#footer_links div {
				float: left;
				width: 133px;
				text-transform: lowercase;
			}
	
	#footer_map {
		width: 142px;
		padding: 10px 20px 0 20px;
		color: #fe8;
		background: url('../images/cx/footer_19.png') #666;
		font:11px/1.1 Arial, Helvetica, sans-serif;
		text-align:right;
		border-top: 1px solid white;
	}


	/* Input Button Styles */

/******************** Blue Btn Input ***********************/

		.div_button_blue {
			float: left;
			background: #fe8 url('../images/cx/tab-on.gif') 0 30%;
			padding-left: 4px;
			color: #000;
			height:30px;

		}
			.button_blue, input.button_blue {
				background: #fe6 url('../images/cx/tab-on.gif') 0 0;
				display: block;
				float: left;
				font: bold 10px Arial;
				line-height: 23px;
				height: 30px; 
				text-decoration: none;
				margin: 0;
				padding: 2px 10px;
				border: none;
				color: #000;
				cursor: pointer;
				outline: none;
			}
			input.button_blue:hover {
				background: #fe6 url('../images/cx/tab-off.gif') 0 0;
			}
			a.button_blue, a.button_blue:visited {
				color: #000;
				text-decoration: none;
				height:26px;
				white-space:nowrap;
			}
			* html input.button_blue {
				overflow: visible;
			}
		
/***************** Empty Cart Btn Input *******************/

		div.div_button_empty {
			float: left;
		}
			input.button_empty {
				background: url('../images/cx/tab-on.gif') 0 0;
				font: bold 10px Arial;
				height: 30px;
				text-decoration: none;
				margin: 0;
				padding: 0 6px;
				border: none;
				color: #000;
				cursor: pointer;
				outline: none;
			}
			* html input.button_empty {
				overflow: visible;
			}
			
/**************** Continue Btn Input ********************/

		div.div_button_continue { 
			background: #FE8 url('../images/cx/tab-on.gif') 0 0;
			padding-right:5px;
		}
		div.div_button_continue:hover { 
			background: #FE8 url('../images/cx/tab-off.gif') 0 0;
		}

			input.button_continue {
				background: transparent url('../images/cx/arrow-right-black.gif') right center no-repeat;
				font: 9px Arial;
				line-height: 25px;
				height: 33px;
				text-decoration: none;
				margin: 0;
				padding: 0 15px;
				border: none;
				color: #000;
				text-transform: uppercase;
				cursor: pointer;
				outline: none;
			}
			* html input.button_continue {
				overflow: visible;
			}
		
		
/************************ Next Step Btn Input ******************/
		
		div.div_button_next_step {
			float: right;
			display: inline;
			padding: 0 6px 0 6px;
			background: #fe6 url('../images/cx/tab-on.gif') top left;
		}
			input.button_next_step {
				background: transparent url('../images/cx/arrow-right-black.gif') no-repeat right center;
				font: bold 10px Arial;
				line-height: 23px;
				height: 23px;
				text-decoration: none;
				margin: 0;
				padding: 0 17px 0 6px;
				border: none;
				color: #000;
				cursor: pointer;
				outline: none;
			}
			* html input.button_next_step {
				overflow: visible;
			}
		
/***********************  Prev Step Btn Input **************************/
		
		div.div_button_prev_step {
			float: left;
			padding-left: 10px;
			background: #fe6 url('../images/cx/tab-on.gif') top left;
		}
			input.button_prev_step {
				background: transparent url('../images/cx/arrow-left-black.gif') no-repeat left center;
				font: bold 10px Arial;
				line-height: 23px;
				height: 23px;
				text-decoration: none;
				margin: 0;
				padding: 0 6px 0 10px;
				border: none;
				color: #000;
				cursor: pointer;
				outline: none;
			}
			* html input.button_prev_step {
				overflow: visible;
			}
			
		
		/* Gray Btn Input */
		
		div.div_button_gray {
			float: left;
		}
			input.button_gray {
				background: url('../images/cx/tab-on.gif') 0 0;
				display: block;
				float: left;
				font: bold 10px Arial;
				height: 30px;
				text-decoration: none;
				margin: 0;
				padding: 0 6px;
				border: none;
				color: #000;
				cursor: pointer;
				outline: none;
			}
		* html input.button_gray {
				overflow: visible;
			}
/************************ Add to cart btn *****************/
		
		div.div_button_add { 
			float: left;
			clear: both;
			background: #fe7 url('../images/cx/tab-on.gif') 0 30%;
			padding: 0 0 0 5px;
			margin-top:9px; height:30px; 
		}
			input.button_add {
				background: url('../images/cx/cart.gif') right center no-repeat;
				float: left;
				line-height: 23px;
				height: 30px; 
				margin: 0 5px 0 0;
				text-decoration: none;
				border: 0px;
				color: #000;
				cursor: pointer;
				width:auto;
				outline: none; font: bold 10px Arial;
				padding:0px 20px 0 10px;
			}
			div.div_button_add:hover {
				background: url('../images/cx/tab-off.gif') #fe6;
			}

			* html input.button_add {
				overflow: visible;
			}
		/* Checkout btn */
		
		div.div_button_checkout {
			float: right;
			background: #FE8 url('../images/cx/tab-on.gif') 0 0;
			padding: 0 5px 0 0px;
		}
		div.div_button_checkout:hover {
			background: #FE8 url('../images/cx/tab-off.gif') 0 0;
		}

			input.button_checkout {
				background: transparent url('../images/cx/arrow-right-black.gif') 100% center no-repeat;
				font: bold 10px Arial;
				height: 30px; 
				text-decoration: none;
				margin: 0;
				padding: 0 10px 0 6px;
				border: none;
				color: #000;
				cursor: pointer;
				outline: none;
			}
			* html input.button_checkout {
				overflow: visible;
			}
			
	/* Cart buttons */
	.cart_buttons div.div_button_gray {
		float: left;
	}
	.cart_buttons div.div_button_gray, .cart_buttons div.div_button_empty {
		display: inline;
		margin: 10px 1px 10px 0;
	}
	.cart_buttons div.div_button_checkout {
		display: inline;
		margin: 10px 0 10px 1px;
	}
	.cart_buttons div input {
		margin: 0;
		outline: none;
	}
	
	/* IE7 hack */
	*:first-child+html input.button_checkout,
	*:first-child+html input.button_add,
	*:first-child+html input.button_gray,
	*:first-child+html input.button_prev_step,
	*:first-child+html input.button_next_step,
	*:first-child+html input.button_continue,
	*:first-child+html input.button_empty,
	*:first-child+html input.button_blue {
		width: 1%;
	}

	/* Login Details */
	table.login_details {
		margin-top: 10px;
	}
	table.login_details td {
		padding: 2px 5px 2px 0;
		vertical-align: middle;
		text-align: left;
	}
	table.login_details a {
		color: #0287d4;
		background-color: transparent;
	}

	/* Contact Form */
	
	table.contact_form tr td {
		padding: 5px 5px 8px 5px;
	}
		table.contact_form tr td input {
			width: 230px;
		}
		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;
		}

		table.contact_form input.error { /* Contact Form Error Class*/
			width: 180px;
			border: #f60303 1px solid;
		}
		
/***************** Send To Friends *********************/
	
	div.send_to_friend {
		padding: 10px;
		font: 10px Arial, Helvetica, sans-serif;
		background: #FFF;
	}
		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: Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	table#advancedSearch tr td input {
		font-family: 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;
	}




/******************** DROP DOWN MENUS ********************/

div.dynamic_area {
	clear: both;
	display: block;
	padding: 5px 0;
	}
	#DropdownCategories ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		background: transparent;
		width: 182px;
	}
	#DropdownCategories ul ul {
		display: none;
		z-index: 5;
		background:#000;
	}
	#DropdownCategories ul li ul {
		border:1px solid #FE8;
	}
	#DropdownCategories a, #DropdownCategories a:visited {
		display: block;
		padding: 3px 20px 3px 15px;
		color: #F6E17B;
		font: 12px Arial;
		text-decoration: none;
	}
	#DropdownCategories a.isParent {
		background: url('../images/cx/arrow-right.gif') no-repeat 160px center;
	}
	* html #DropdownCategories a {
		height: 1%;
	}
	* html #DropdownCategories li {
		float: left; width: 100%; margin: 0;
	}
	#DropdownCategories a:hover, #DropdownCategories a:active {
		background: url('../images/cx/tab-on.gif') #cecece 100% 0%;
		color: #000;
	}

/******************* CX ADDED ROW - Users Online, Footer section ***********************/

td.cx_col_1	{background:url('../images/cx/fon-gray.png') 6px 100% #fff no-repeat; height:52px}
td.cx_col_2	{text-align:right; vertical-align:bottom}
td.cx_col_2 span.cx_bottom	{background:url('../images/cx/round-top-left.png') 0 0 #000 no-repeat; font:10px/1.5 Verdana; color:#FE7; position:relative; top:-1px; right:-8px; padding: 3px 10px;}
td.cx_col_3	{background:url('../images/cx/fon-colon-gray.png') 0% 0% #FFF repeat-y;}


h2.cx_title	{background: url('../images/cx/cx-title.gif') 100% 50% #999; color: #FE8; text-transform:uppercase; }

td.cx_main_product		{border-bottom: 1px dotted #aaa; width:50%; cursor:pointer; }
td.cx_main_product:hover	{border-bottom: 1px solid #000; background: url('../images/cx/fon7.gif') #000 100% 0%; }

img.cx_image_main	{margin-right: 10px; }
.cx_product_title	{font: bold 11px Arial; color:#000; background: url('../images/cx/fon7.gif') #000 100% 0% }
.cx_product_info	{color:#888; text-align: left;}
.cx_product_buy		{border-left: 5px solid #ddd; background: url('../images/cx/round-bottom-right.png') #000 100% 100% no-repeat; color:#ec5; font:bold 10px Arial; text-transform: lowercase; text-align:right; padding:2px 10px; float:right; }

.cx_button_gold	{border: 1px solid #982; background: url('../images/cx/tab-off.gif') #FE7 0 0; color:#000; font:10px Arial; height:25px; cursor:pointer; text-transform: uppercase}
