/*
	Summer Cart Customer Area CSS file
	
	The convention for CSS class / id selectors is C style ( div#header or div.header)
	convenient for pairing with the relevant image file name ( header_bg.jpg ).
	
	All icons / buttons file names should be prefixed with icon or btn for readability.
	For example icon_manufacturer.png, btn_submit.png.
	
	If there are many icons / buttons from particular type, these should be positioned
	in their respective folder - icon_boxes, icon_titles, buttons.

	In this case the prefix for the file name should be avoided as it is evident from the folder name.
	

	The image files should be named after what they represent and NOT after what is their current particular function.
	For example box_title_green.jpg is for CMS Boxes with Green Title backgrounds.
	NOT categories_bg.jpg - in future this color may be used for the Shopping Cart Box Title as well.
	

	The CSS Selectors should lead from the abstract to the specific and should be fully qualified

	For example:
	ul#fast_menu li.fast_menu_sep
	And DEFINETELY NOT
	.fast_menu_sep
*/

/* General Selectors */
html, body {
	margin:0;
	padding:0;
}

body, .popup_container {

	padding: 0;
	margin: 0;
	background: url(../images/bg.png) repeat-x #EEFAED;
	color: #895827;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.popup_container {
}
body * {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}
a, a:visited {
	color: #25899E; text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
input, select, textarea, option {
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#895827;
}
option {
	padding-right: 6px;
}
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 1em;
}
h2 { /* For Page Titles */
	margin: 10px 0px;
	padding: 0 0 0;
	background-color: transparent;
	background-repeat: repeat-x;
	border: 0;
	font: bold 13px Arial, Helvetica, sans-serif;
}
	h2.success {
		color: #78B659;
	}
	h2.success2 {
		color: #25899E;
	}

/* Paragraphs and Regular Blocks */
p, div {
	margin: 0px;
	padding: 0px;
}
/* Clear styles */
p {
	clear:both;
}
	#content p {
		margin-bottom: 1em;
	}
hr {
	clear:both;
}
.medgray {
	color:#666;
	font-size:11px;
}
/* Lists */
ul {
	padding: 0.5em 0;
}
ol {
	padding: 0.5em 20px;
}

.column ul {
	list-style: none none;
}
#container {
	min-width: 760px;
	background-image:url(../images/bgbot.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:20px;
}

	/* Header */
	div#header {
		margin: 0px auto;
		height: 168px;
		clear: both;
		width:972px;
		background-image:url(../images/headerbg.jpg);
		background-repeat:no-repeat;
		background-position:top center;
	}
		h1#logo {
			margin: 0;
		}
		
		/* Fast Menu - Links */
		div#fast_menu {
			position: relative;
			float: right;
			top: 0px;
			right: 30px;
			width: 56%;
		}
			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 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, div#fast_menu ul li a:visited {
						color: white;
						text-decoration: underline;
						background-color: transparent;
					}
					div#fast_menu ul li a:hover, div#fast_menu ul li a:active {
						text-decoration: none;
					}
					div#fast_menu select {
						margin-top: 5px;
					}
		
		/* Top Menu - Tabs */
		div#top_menu {
			height:52px;
			background-image:url(../images/menubg.png);
			background-repeat:no-repeat;
			padding-left:5px;
		}
			div#top_menu a, div#top_menu a:visited {
				display: block;
				float: left;
				line-height:34px;
				width:auto;
				padding:0px 12px 0px 11px;
				text-decoration:none;
				color:#E1F1F4;
				font-weight:bold;
				font-size:14px;
				background-image:url(../images/menu-sep.gif);
				background-repeat:no-repeat;
				background-position:right top;
				letter-spacing:-0.01em;
			}
			div#top_menu a:hover {
				background-image:url(../images/menu-hover.png);
				background-repeat:no-repeat;
				background-position:right top;	
				color:#FFF;
			}
			div#top_menu a.tab_over, div#top_menu a.tab_over:visited {
				background-image:url(../images/menu-active.png);
				background-repeat:no-repeat;
				background-position:right top;	
				color:#FFF;
			}

	/* Sub Header */
	.customerarea {
		width:698px;
		text-align:right;
		padding-top:6px;
	}
	#langselect {
		background-image:url(../images/langbg.png);
		background-repeat:no-repeat;
		padding:0px 14px;
		vertical-align:middle;
	}
	div#subheader {
		
	}
	
	.searchform {
		background-image:url(../images/searchform-right.gif);
		background-repeat:no-repeat;
		background-position:right top;
		padding-right:15px;
		vertical-align:top;
		height:26px;
		overflow:hidden;
	}
	
		div#search {
			padding-top:2px;

		}
		.advsearch {
		color:#FFFFFF;
		}
		.advsearch a {
		font-size:11px;
		padding-right:10px;
		color:#666666;
		text-decoration:none;
		}
		
		.searchfield {
			border:0 none;
			background-color:#FFF;
			font-size:11px;
			color:#666;
			height:15px;
			padding:2px;
			margin:0;
			position:relative;
			top:-6px;
		}
		
		div#search input.input_image {
			/*position: relative;
			top: 3px;*/
		}
		input.search_btn {
			position: relative;
			top: 4px;
			}
		div#fast_login {
			text-align:right;
			float:right;
			clear:both;
			padding-top:16px;


		}

			div#fast_login a, div#fast_login a:visited {
				color: #666;
				text-decoration: none;
				font-size:10px;
				font-weight:bold;
				text-transform:uppercase;
			}
			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 {
			width:950px;
			margin:0 auto;
			border-left:1px solid #E9E9E9;
			border-right:1px solid #E9E9E9;
			border-bottom:2px solid #E9E9E9;
			background-color:#FFF;
			padding: 18px 10px 10px 10px;
		}
		table#body {
			width: 100%;
		}
			td#content {
				vertical-align: top;
				padding: 0px 20px 0px 0px;
				
				color: #895827;
				background-color: #fff;
				width:100%;
			}
			td#content div#inner_content {
				padding: 0px 0px 20px 20px;
				
				display: block;
			}
				td#content div#inner_content div.prev_next a, td#content div#inner_content div.prev_next a:visited {
					color: #25899E;
					background-color: transparent;
				}
				#content ul {
				margin-left: 20px;
				list-style: disc;
				list-style-image: url(../images/bullet-reddot.png);
				list-style-position: outside;
				}
				#content li {
					padding: 0 0 0.5em;
					}
				
				/* Columns */
				#left_column {
					vertical-align: top;
					width: 190px;
					
				}
				#right_column {
					vertical-align: top;
					width: 190px;
					
				}
				#product_comparison th, #product_comparison td {
					border: 1px dotted silver;
					/* vertical-align: middle; */
					padding: 5px;
				}
				#product_comparison .div_button {
					margin: 5px;
				}
				#product_comparison th.product_compared {
					width: 50%;
					height: 100%;
					padding: 5px 5px 15px;
					text-align: center;
				}
				.product_compared .wrapper {
					width: 100%;
					height: 100%;
				}
				#product_comparison .wrapper td {
					border: 0;
				}
				.product_compared .product_image {
					height: 100%;
				}
				.product_compared .product_details {
					vertical-align: bottom;
				}
				#product_comparison th.attribute_title {
					text-align: left;
				}
				#product_comparison .product_thumb {
					display: block;
					float: none;
					margin: 0 auto;
				}
				#product_comparison .remove_button {
					display: inline-block;
					margin: 0 0 20px;
					padding: 0 0 0 25px;
					line-height: 20px;
					font-weight: normal;
					background: url(../images/icon_remove_item.gif) 0 50% no-repeat;
				}
				#product_comparison .div_button_blue {
					margin: 0 0 20px;
				}
				#product_comparison .quantity {
					display: inline-block;
				}
				#product_comparison td {
					text-align: center;
				}
				#product_comparison .div_button_add {
					margin: 0 auto;
					float: none;
				}
				.product_image_compare {
					vertical-align:middle;
					height:110px;
				}
				
	.attribtable {
		padding: 0 10px;
	}
	.attribtable table td, .attribtable table th {
		padding-top:4px;
		padding-bottom:4px;
	}

	.attribdesc	{
		text-align:left;
		vertical-align:middle;
		background-image:url(../images/bullet-reddot.png);
		background-repeat:no-repeat;
		background-position:left center;
		padding-left:10px;
		width:150px;
		border-bottom:1px solid #f3f3f3;
		color:#176879;
	}
	.attribdata {
		text-align:left;
		vertical-align:middle;
		border-bottom:1px solid #f3f3f3;
		color:#E42F33;
		font-weight:bold;
	}
				
				
	.dots {
		background-image:url(../images/dots.gif);
		background-repeat:repeat-x;
		background-position:left bottom;
	}
				
	#indexintro {
		background-image:url(../images/introbg.png);
		background-repeat:no-repeat;
		background-position:right bottom;
		padding: 0px 10px 10px 0px;
		margin-bottom:12px;
	}
	#indexintro li {
	padding-bottom:0;
	}

	#featuredwrap {
		background-color:#F7F2D7;
		padding:10px 10px 25px 10px;
		background-image:url(../images/featuredbg.png);
		background-repeat:repeat-x;
		background-position:left bottom;
		margin-top:2px;
	}
	#featuredwrap div.dots {
		padding-bottom:5px;
		margin-bottom: 8px;
	}
	#featuredwrap h4 {
		margin-bottom:4px;
	}
	#featuredwrap h4 a {
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		letter-spacing:-0.01em;
		background-image:url(../images/bullet-red.gif);
		background-position:right center;
		background-repeat:no-repeat;
		padding-right:7px;
	}
	#featuredwrap h4 a:hover {
		color:#E42F33;
	}
	.featq {
/*		margin-top:20px;*/
		font-size:11px;
		margin-bottom:2px !important;
	}
	
	.colList {
			  list-style-type:none !important;
			  margin:0 !important;
			  padding:0;
			  list-style-image:none !important;
			  }
			  
		  .colList li {
		  float:left;
		  margin:7px;
		  width:218px;
		  height:135px;
		  background-color:#FFF;
		  background-image:none;
		  border-bottom:2px solid #ddd;
  		  border-left:1px solid #ddd;
   		  border-right:1px solid #ddd;
		  border-top: 2px solid #F8B054;
		  padding:10px !important;
		  }				
	.featuredimage {
		text-align:center;

	}
	.thumbwrap {
		position:relative;
		width:110px;
	}
/*	img.fimage {
		padding:8px;
		background-image:url(../images/imgborder106.gif);
		background-repeat:no-repeat;
	}*/
	.newprod {
		position:absolute;
		top:67px;
		left:75px;
	}
	.newwrap, .newwrap2 {
		position:relative;
		height:1%;
		width:auto;
	}
	.newwrap img {
		position:absolute;
		left:-10px;
		top:-10px;
	}
	.newwrap2 img {
		position:absolute;
		right:0px;
		top:-10px;
	}
		/* CMS Boxes */
		
.scaleimage {
	width: 240px !important;	
}
.scaleimage img {
	width:100%;
	max-width:100%;	
	padding:10px;
	background-color:#FFF;
	border:1px solid #E0E0E0;
	background-image:url(../images/zoomnormal.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
				border-radius: 5px;	
				-moz-border-radius: 5px;	
				-webkit-border-radius: 5px;	
}
.scaleimage a:hover img {
 	background-image:url(../images/zoom.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	border:1px solid #ccc;
				border-radius: 5px;	
				-moz-border-radius: 5px;	
				-webkit-border-radius: 5px;	
}
a.floatbox {
	text-decoration:none;
}
.scaleimagesmall {
	width: 67px;	
}
.scaleimagesmall img {
	width:100%;
	max-width:100%;
}
.cellmainimage {
	width:270px;
}
.cellgalimages {
	text-align:right;
	width:240;
}

		/* my */		
		
		.boxtitle-orange, #featured_products {
			background-image:url(../images/box-title-orange.png);
			background-repeat:no-repeat;
			line-height:28px;
			padding-left:10px;
			font-size:12px;
			color:white;
			text-transform:uppercase;
			letter-spacing:-0.01em;		
			margin:0;
			height:28px;
		}
			.boxtitle-orange span, #featured_products span {
				display:block;
				background-image:url(../images/box-title-orange2.png);
				background-repeat:no-repeat;
				background-position:right top;
				width:auto;
				padding-top:9px;
				letter-spacing:0.03em;
			}
			
		.boxtitle-brown {
			background-image:url(../images/box-title-brown.png);
			background-repeat:no-repeat;
			line-height:28px;
			padding-left:10px;
			font-size:12px;
			color:white;
			text-transform:uppercase;
			letter-spacing:-0.01em;		
			margin:0;
			height:28px;
		}
			.boxtitle-brown span {
				display:block;
				background-image:url(../images/box-title-brown2.png);
				background-repeat:no-repeat;
				background-position:right top;
				width:auto;
				padding-top:9px;
				letter-spacing:0.03em;
			}
			
		.boxtitle-green {
			background-image:url(../images/box-title-green.png);
			background-repeat:no-repeat;
			line-height:28px;
			padding-left:10px;
			font-size:12px;
			color:white;
			text-transform:uppercase;
			letter-spacing:-0.01em;		
			margin:0;
			height:28px;			
		}
			.boxtitle-green span {
				display:block;
				background-image:url(../images/box-title-green2.png);
				background-repeat:no-repeat;
				background-position:right top;
				width:auto;
				padding-top:9px;
				letter-spacing:0.03em;
			}		

		.boxtitle-teal {
			background-image:url(../images/box-title-teal.png);
			background-repeat:no-repeat;
			line-height:28px;
			padding-left:10px;
			font-size:12px;
			color:white;
			text-transform:uppercase;
			letter-spacing:-0.01em;		
			margin:0;
			height:28px;			
		}
			.boxtitle-teal span {
				display:block;
				background-image:url(../images/box-title-teal2.png);
				background-repeat:no-repeat;
				background-position:right top;
				width:auto;
				padding-top:9px;
				letter-spacing:0.03em;				
			}							
		
		.boxtitle-red {
			background-image:url(../images/box-title-red.png);
			background-repeat:no-repeat;
			line-height:28px;
			padding-left:10px;
			font-size:12px;
			color:white;
			text-transform:uppercase;
			letter-spacing:-0.01em;		
			margin:0;
			height:28px;			
		}
			.boxtitle-red span {
				display:block;
				background-image:url(../images/box-title-red2.png);
				background-repeat:no-repeat;
				background-position:right top;
				width:auto;
				padding-top:9px;
				letter-spacing:0.03em;				
			}
		
		/* my end */
		
/*		.roundbottom  img {
			position:relative;
			top:-1px;
	
		}*/
		
		
		div.box1 {
			width: 190px;
			padding-bottom: 12px;
			font: normal 11px Arial, Helvetica, sans-serif;
			line-height: 150%;

		}
		div.box2 {
			width: 184px;
			padding-bottom: 0px;
			font: normal 11px Arial, Helvetica, sans-serif;
			line-height: 150%;
			border-left:1px solid #E0E0E0;
			border-right:1px solid #E0E0E0;
			border-top:1px solid #E0E0E0;
			padding-right:4px;
			margin-top:1px;

		}
		div.userbox, div.menu_box {
			padding-bottom:12px;
			width:190px;
		}
		.html-box {
			padding-top:6px;
		}
		#cartwrap {
			background-image:url(../images/cartbg.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			margin-bottom:12px;
		}
		.cartbox {
			padding:10px 0 10px 15px;
			font: normal 11px Arial, Helvetica, sans-serif;
			line-height: 200%;
			border-top:1px solid #E0E0E0;
			margin-top:1px;
		}
		.pricecart {
			color:#E42F33;
			font-weight:bold;
		}
		.view_cart_emtpy {
			background-image:url(../images/cart-empty.png);
			background-repeat:no-repeat;
			background-position:right center;
			line-height:4em;
		}
		.view_cart {
			background-image:url(../images/cart-full.png);
			background-repeat:no-repeat;
			background-position:right top;
		}
		#cartbuy {
			background-image:url(../images/dots.gif);
			background-repeat:repeat-x;
			padding-top:10px;
			text-align:center;
		}
	
	  a.cartbuybutton {
	  display:inline-block;
	  background-image:url(../images/buttons/button-buy-left.png);
	  background-repeat:no-repeat;
	  padding-left:8px;
	  width:auto;
	  line-height:27px;
	  margin-right:10px;
	  /*float:right;*/
	  color:#FFF !important;
	  text-decoration:none !important;
	  font-weight:bold !important;
	  font-size:11px;
		}
			a.cartbuybutton span.rightb {
			display:block;
			line-height:27px;
			padding-right:8px;
			background-image:url(../images/buttons/button-buy-right.png);
			background-repeat:no-repeat;
			background-position:right top;
			}
			a.cartbuybutton span.rightb span.midb {
			display:block;
			line-height:27px;
			background-image:url(../images/buttons/button-buy-mid.png);
			background-repeat:repeat-x;
			}	
	  a.cartbuybutton:hover {
	  display:inline-block;
	  background-image:url(../images/buttons/button-buy-left-over.png);
	  background-repeat:no-repeat;
	  padding-left:8px;
	  width:auto;
	  line-height:27px;
	  margin-right:10px;
	  /*float:right;*/
	  color:#FFF;
	  text-decoration:none;
	  font-weight:bold;
	  font-size:11px;
		}
			a.cartbuybutton:hover span.rightb {
			display:block;
			line-height:27px;
			padding-right:8px;
			background-image:url(../images/buttons/button-buy-right-over.png);
			background-repeat:no-repeat;
			background-position:right top;
			}
			a.cartbuybutton:hover span.rightb span.midb {
			display:block;
			line-height:27px;
			background-image:url(../images/buttons/button-buy-mid-over.png);
			background-repeat:repeat-x;
			}				
		
		
		div.box {
			width: 188px;
			font: normal 11px Arial, Helvetica, sans-serif;
			line-height: 150%;
			border-left:1px solid #E0E0E0;
			border-right:1px solid #E0E0E0;
			border-top:1px solid #E0E0E0;
			margin-top:1px;

		}
			div.box a, div.box a:visited {
			}
			div.box a:hover, div.box a:active {
				text-decoration: none;
			}
			.box .div_button {
				margin: 5px 0 0;
			}
			#product_comparison_box.box {
				padding-bottom: 5px;
			}
			#comparison_available {
				margin: 5px;
			}
			table.menu_box_table {
				width: 100%;
			}
				table.menu_box_table tr td {
					padding: 5px 7px 5px 0px;
					vertical-align: top;
				}
				td.cellItems {
					background-image:url(../images/dots.gif);
					background-repeat:repeat-x;
					background-position:left bottom;
				}
				a.menuItems {
					display:block;
					background-image:url(../images/bullet-red.gif);
					background-repeat:no-repeat;
					background-position:left 5px;
					padding-left:10px;
					width:auto;
					text-decoration:none;
				}
				a.menuItems:hover {
					text-decoration:none;
					color:#E42F33;
				}
			/* Lists for Categories and Manufacturers */
			.subcategory {
				margin: 0 0 5px 0;
				padding: 5px;
			}
			.TopcategoryImage {
				float: left;
				margin-right: 20px;
				margin-bottom:10px;
				border:none;
			}			
			.categoryImage {
				float: left;
				margin-right: 10px;
				border:1px solid #ccc;
			}
			div.box ul.list {
				line-height: 20px;
				margin:0px 2px;
				padding:1px 0;
			}
			div.box ul.list2 {
				line-height: 20px;
				margin:0px 7px;
				padding:1px 0;
			}
			div.box ul.list2 li {
				background-image:url(../images/dots.gif);
				background-repeat:repeat-x;
				background-position:left bottom;
				padding-bottom:1px;
			}
			div.box ul.list a, div.box ul.list a:visited {
				border-bottom:1px solid #FFFFFF;
				color:#666;
				display:block;
				font-weight:bold;
				padding:3px 20px 2px 7px;
				background-image:url(../images/cat-bullet.gif);
				background-position:right center;
				background-repeat:no-repeat;
				text-decoration:none;
				background-color: #F7F2D7;
			}
			div.box ul.list2 a, div.box ul.list2 a:visited {
				border-bottom:1px solid #FFFFFF;
				display:block;
				color:#666;
				font-weight:bold;
				padding:3px 20px 2px 7px;
				background-image:url(../images/cat-bullet.gif);
				background-position:right center;
				background-repeat:no-repeat;
				text-decoration:none;
			}
			div.box ul.list2 a:hover, div.box2 ul.list a:active {
					background-image:url(../images/cat-bullet-red.gif);
					background-position:right center;
					background-repeat:no-repeat;
					color:#25899E;
				}

			div.box ul.list a span, div.box ul.list a:visited span {
				font-weight:normal;
			
			}
				div.box ul.list a:hover, div.box ul.list a:active {
					background-color:#F6E8AF;
					background-image:url(../images/cat-bullet-red.gif);
					background-position:right center;
					background-repeat:no-repeat;
					color:#333333;
				}
					div.box ul.list a.highlight, div.box ul.list a.highlight:visited {
						color: #25899E;
						background-color: transparent;
					}
					div.box ul.list a.highlight:hover, div.box ul.list a.highlight:active {
						color: white;
						background-color: #25899E;		
						background: url(../images/categories_bullet_all.jpg) no-repeat 175px center #25899E;			
					}
		
			/* 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: 155px;
				border-bottom: 1px solid #d7d7d7;
				padding: 10px 10px 10px 25px;
				margin-bottom: 10px;
				line-height: 150%;
			}
				div.box div.view_cart span.items_total {
					font-weight: bold;
					color: #737373;
					font-size: 11px;
				}
			div.box div.checkout_links {
				padding: 0px 10px 0px 25px;
			}
			/* News */
			ul#categories_news {
				margin: 0px 7px;
			}
				ul#categories_news li {
					padding-bottom: 5px;
					margin-bottom:5px;
					background-image:url(../images/dots.gif);
					background-position:left bottom;
					background-repeat:repeat-x;
				}
				ul#categories_news li span {
				display:block;
				width:auto;
				border-left:3px solid #5AB6C1;
				padding-left:10px;
				}
				
				ul#categories_news li span a {
				background-image:url(../images/bullet-red.gif);
				background-repeat:no-repeat;
				background-position:right center;
				padding-right:7px;
				}
				
				.view_all {
					display: inline-block;
					line-height: 16px;
				}
				.icon-rss {
					padding: 0 0 0 18px;
					background: url(../images/icon-rss.gif) 0 50% no-repeat;
				}
			
			/* Recently Viewed, New products, Bestsellers */
			div.recently_viewed, div.bestsellers, div.new_products, .box_content {
				font: normal 11px Arial, Helvetica, sans-serif;
				padding: 10px 5px 5px 7px;
				margin:0 7px;
			}
				.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 silver;*/
					}
			
			/* Attributes filter box */
			#ProductAttributesFilterBox fieldset, #ProductAttributesFilterBox .item-wrapper {
				padding: 5px;
				border: 0;
				border-bottom: 1px solid #D7D7D7;
			}
			#ProductAttributesFilterBox legend {
				margin: 0;
				padding: 0;
				color: #000;
				font-weight: bold;
			}
			#ProductAttributesFilterBox select {
				max-width: 180px;
			}
			#ProductAttributesFilterBox input.valueFrom,
			#ProductAttributesFilterBox input.valueTo {
				width: 40px;
			}
			#ProductAttributesFilterBox .div_button {
				margin: 5px 5px 0 5px;
			}
					
			/* 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 {
				margin: 10px 0 10px;
				padding: 0px 10px 10px 10px;
				color: #F7032B;
				font-size:14px;
				font-weight:normal;
				letter-spacing:0.03em;
/*				background-image:url(../images/dots.gif);
				background-repeat:repeat-x;*/
				background-position:bottom left;
background-image:url(../images/breadcrumbbg.gif);
background-repeat:repeat-x;	
		
			}
			h2.green img, h2.orange img, h2.blue img {
			position:relative;
			top:-9px;
			}
			
h2.blue2 {
				margin: 20px 0;
				padding: 0px 10px 10px 10px;
				color: #F7032B;
				font-size:16px;
				font-weight:normal;
				letter-spacing:0.03em;
				border-bottom:1px solid #E1E1E0;	

			}
			h2.blue2 img {
			position:relative;
			top:-6px;
			}
			
			/* Page Title Icon */
			h2 img {
				float: right;
				/* margin-top: -32px; */
				/* margin-right: 0px; */
			}
			h2 a, h2 a:visited {
				color: white;
				background-color:transparent;
			}
				h2 a:hover, h2 a:active {
					text-decoration: none;
				}
			
			/* Simple Page Title in Gray - No Backgrounds and Effects */
			h1.simple_title, h2.simple_title {
			font: bold 15px;
			padding:10px 10px 20px;
			background-image:url(../images/simpletitlebg.png);
			background-repeat:repeat-x;
			margin:0px;
			color:#247280;
			font-size:16px;
			}
			h1.simple_title a, h2.simple_title a {
			padding-right:8px;
			background-image:url(../images/bullet-red.gif);
			background-repeat:no-repeat;
			background-position:right center;
			letter-spacing:0.03em;
			color:#25899E;
			}
			/* Product Details Title */
			h2.product_title {
				background-image:url(../images/simpletitlebg2.png);
				background-repeat:repeat-x;
				color:#247280;
				font-size:14px;
				margin:0;
				padding:10px 10px 2px;
				font-size:18px;
				font-weight:normal;
				color:#E42F33;
				background-color:#FAF8E8;
			}
			h2.product_title span {
			 display:block;
			 background-image:url(../images/bullet-red.gif);
			 background-repeat:no-repeat;
			 padding-left:5px;
			 background-position:left center;
			 position:relative;
			 width:auto;
			}
			h2.product_title span div {
			position:absolute;
			right:3px;
			top:-30px;
			}
			
			/* Product Details Small Icon */
			div.small_product_images a img {
				padding: 10px 5px;
				border: #E0E0E0 1px solid;
				margin-right: 5px;
				margin-bottom: 6px;
				background-color:#FFF;
				border-radius: 5px;	
				-moz-border-radius: 5px;	
				-webkit-border-radius: 5px;				
			}
			div.small_product_images a:hover img {

				border: #ccc 1px solid;

			}			
/*			.rounded {
				-moz-border-radius:5px;
		  		-webkit-border-radius:5px;	
				
			}*/

		h3 {
			margin: 0 0 1em;
			font: bold 12px Arial, Helvetica, sans-serif;
		}
		#left_column h3, #right_column h3 { /* For CMS Box Titles */
			/*margin: 0px;
			width: 190px;
			height: 30px;
			color: white;
			background-color: transparent;
			font: bold 12px/30px Arial, Helvetica, sans-serif;*/
		}
			h3 span {
				/*display: block;
				height: 30px;
				font: bold 13px Arial, Helvetica, sans-serif;
				padding: 0px 0px 0px 25px;
				line-height:30px;*/
		} 
			/* CMS Box Colors */
			h3.green {
				background: url(../images/box_title.jpg) no-repeat 0px -30px transparent;
			}
			h3.orange {
				background: url(../images/box_title.jpg) no-repeat 0px -60px transparent;
			}
			h3.blue {
				background: url(../images/box_title.jpg) no-repeat 0px 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 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-image:url(../images/simpletitlebg.png);
background-repeat:repeat-x;
color:#247280;
margin:0;
padding:10px 10px 20px;*/
		
	}
	div.content_box {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		
	}
		div.content_box_inner {
			height: 100%;
			margin: 0px;
			padding: 5px 10px 20px;
			
		}
			div.content_box_inner a, div.content_box_inner a:visited {
				
			}
			div.content_box_inner a:hover, div.content_box_inner a:active {
				text-decoration: none;			
			}

.cbg {
	background-image:url(../images/cbg.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	min-height:100px;
}
	.ctl {
		background-image:url(../images/ctl.png);
		background-repeat:no-repeat;

	}
	.ctr {
		background-image:url(../images/ctr.png);
		background-repeat:no-repeat;
		background-position:right top;		
	}
	.cbl {
		background-image:url(../images/cbl.png);
		background-repeat:no-repeat;
		background-position:left bottom;				
	}
	.cbr {
		background-image:url(../images/cbr.png);
		background-repeat:no-repeat;
		background-position:right bottom;
		padding:10px;
		
	}
			
	/* Breadcrumbs */
	div.breadcrumb {
		margin: 0 0 1px;
		padding: 0 0 0 10px;
		font: normal 11px/28px Arial, Helvetica, sans-serif;
		background-image:url(../images/breadcrumbbg.gif);
		background-repeat:repeat-x;
	}
		div.breadcrumb div {
			padding: 0px 160px 0px 0;
			font: normal 11px/28px Arial, Helvetica, sans-serif;
		}
		div.breadcrumb a, div.breadcrumb a:visited {
			color: #25899E;
		}
		div.breadcrumb a:hover, div.breadcrumb a:active {
			text-decoration: none;		
		}
		div.breadcrumb span {
			float: right;
			padding:0px 5px 0px 0;
		}
	/* Grid view */
	div.grid_view a, div.grid_view a:visited {
		color: #316396;
	}

	/* Warning/Error Boxes */
	.error {
		margin: 10px 0px;
		border: 1px dotted #900;
		color: #b40101;
		font: bold 13px/18px Arial, Helvetica, sans-serif;
		background: #ffb50a  url(../images/warning_bg.gif) repeat-x;
		clear:both;
	}
		.error img {
			width: 64px;
			height: 46px;
			float: left;
		}
		.failure {
			font-size: 23px;
			position: relative;
			top: 15px;
		}
		.pending {
			font-size: 18px;
			position: relative;
			top: 15px;
		}
		.error table tr td {
			vertical-align: top;
		}
		.errorText {
			padding: 15px;
			font-weight: bold;
			font-size: 13px;
		}
		.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 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 */
		
	/* Product Listing Information */
		/* Product Wrapper Table */
		.product_table, .category_product_table, .home_product_table, .search_product_table {
			width: 100%;
		}
		.product_table .div_button_blue, .product_table .div_button_gray {
			/* margin-top: 5px; */
		}
		.product_image, .category_product_image, .home_product_image, .search_product_image {
			padding: 20px 20px 0 0;
			border-right: 1px dotted #d7d7d7;
			border-bottom: 1px dotted silver;
			width:120px;
			text-align:center;
		}
		.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_details .button_container .div_button, .product_details .ProductComparisonDetailsBox {
			/* float: right; */
			clear: left;
		}
		/* 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: normal;
			vertical-align: top;
		}
		/* Product Thumbs */
		.product_thumb {
			/*float: left;
			display: block;
			padding: 0;
			margin-right: 0;*/
		}
			.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 {
					
				}
		/* Product options */
		table.product_options_table {
			margin-bottom: 18px;
			margin-top: 5px;
			padding-top: 5px;
			}
			.product_options_table th, .product_options_table td {
				padding: 2px;
				text-align: left;
			}
			.product_options_table th {
				padding-left: 10px;
				/*background: url(../images/bullet_blue.gif) 0 50% no-repeat;*/
				background-image:url(../images/bullet-reddot.png);
				background-position:left center;
				background-repeat:no-repeat;
			}
			.product_options_table select {
				max-width: 200px;
			}
		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;
			background: url(../images/product_bg.jpg) no-repeat bottom right;
		}
			div.product h4 {
				font-size:13px;
			}
				div.product h4 a, div.product h4 a:visited {
					/*color: #444;*/
				}
				div.product h4 a:hover {
					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: 0 0px 5px;
				}
				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;
					vertical-align:middle;
				}
				table.display_price td.price_value span {
					color: #E42F33;
					font-weight: bold;
					font-size:16px;
				}
				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 .product_description {
				padding: 20px 20px 0px 0px;
				margin: 5px 0px 5px;
			}
	
		div.product_sep {
			clear: both;
			width: 100%;
			height: 10px;
		}

	/* Product Details Page */
	.product_image_view {
		padding:10px;
		background-color:#FAF8E8;
		background-image:url(../images/productbg.png);
		background-position:left bottom;
		background-repeat:repeat-x;
	}
	.product_details {
		padding-top: 0;
	}
	.product_details .button_container {
		margin: 20px 0;
	}
	.productRating {
		margin: 20px 0;
		padding:10px;
		background-color:#f6f6f6;
		line-height:25px;

	}
	table.usertools td {
		background-color:#f6f6f6;
		padding:8px 8px 6px 8px;
		margin-top:15px;
		white-space:nowrap;
		vertical-align:middle;
	}
	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;
	}
	.small_product_images {
		clear: both;
		
	}
	.prodbuy {
		padding:10px;
		border:2px solid #F4F4F4;
		min-height:76px;
background-image:url(../images/cart_bg.png);
background-repeat:repeat-x;		
	}
	/* Tabs */

	.tabs {
		padding: 0;
	}
	#content .tabs-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid #ccc;
	}
	#content .tabs-menu li {
		float: left;
		margin: 0 2px 0 0;
		padding: 0 0 0 5px;
		background: #181818 url(../images/tab-product.png) 0 0 no-repeat;
		width:auto;
	}
	#content .tabs-menu li.active {
		background-position: 0 100%;
	}
	.tabs-menu a, .tabs-menu a:visited, .tabs-menu span {
		display: block;
		padding: 0 10px 0 5px;
		line-height: 26px;
		color: #666;
		text-decoration: none;
		font-weight:bold;
		outline: none;
		background: #1C849D url(../images/tab-product.png) 100% 0 no-repeat;;
	}
	.tabs-menu li.active a, .tabs-menu li.active a:visited, .tabs-menu li.active span {
		color: #fff;
		font-weight:bold;
		background-position: 100% 100%;
	}
	.tab-content {
		display: none;
		padding: 10px 0;
	}
	div.product_description {
		position: relative;
	}
	.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;
	}
	.product_details .tabs {
		padding: 20px 0 0;
	}
	.quantity {
		margin: 0 0 5px;
	}
	
		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; */
			margin: 0 0 5px 0;
		}
		.product_details .div_button_add {
			margin: 0 5px 0 0;
		}

		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/bullet_orange.gif);
		}
		div.product_features img {
			margin: 0px 8px;
		}
		div.product_features a, div.product_features a:visited {
			color: #25899E;
			background-color: transparent;
		}
	
	#product-attributes th, #product-attributes td {
		padding: 2px 5px;
		text-align: left;
		border-bottom: 1px dotted silver;
	}
	.review {
		margin: 0 0 1em;
		border-bottom: 1px dotted silver;
	}
		
	/* Switch Wiew */
	
	div.swtch_view {
		position: relative;
		float: right;
		text-align: right;
		display: block;
		color: #25899E;
		background-color: transparent;
		margin: 10px 5px;;
	}
		div.swtch_view a, div.swtch_view a:visited {
			color: #25899E;
			background-color: transparent;
			padding: 0px 7px 0px 7px;
			font-size:11px;
		}
		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;
		margin-bottom:15px;
	}
		table.grid td {
			border-left: 1px dotted silver;
			border-bottom: 1px dotted silver;
		}
			table.grid td td {
				border: 0;
			}
		td.grid_full {
			padding: 10px;
			
			}
			td.grid_full table {
				width:100%;
			}
			td.grid_full:hover {
				background-color:#f6f6f6;
			}
			
		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:middle;
			height:100px;
			background-color:#FFF;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: none;
			border-left-style: solid;
			border-top-color: #EEEEEE;
			border-right-color: #EEEEEE;
			border-bottom-color: #EEEEEE;
			border-left-color: #EEEEEE;
		}
		table.product_wrapper .prodnamegrid {
			background-color:#FFF;
			  border-color:#EEEEEE !important;
			  border-style:none solid solid;
			  border-width:1px;		
		}
		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 {
				padding: 0px 10px 23px 0px;
				background-image: none;
			}
			.grid h4 {
				margin-bottom: 1em;
				text-align: center;
			}
					
/* 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: #333;
			font: normal 11px/30px Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			background: url(../images/th_first_darkBlue.gif) center no-repeat #DADADA;
		}
			table.cart_data th.first {
				background: url(../images/th_first_darkBlue.gif) left no-repeat #DADADA;
				height: 30px;
			}
				table.cart_data th.coupon {
					text-align: left;
					width: 100%;
				}
					table.cart_data th.coupon a, table.cart_data th.coupon a:visited {
						text-decoration:none;
						top: 2px;
						position: relative;
					}
					table.cart_data th.coupon span#couponField input.apply_coupon {
						color: #fff;
						font-weight: bold;
						position: relative;
						border-bottom:none;
						border-top: none;
						border-right: none;
						border-left: none;
						background-color: #3197AA;
						padding: 0px 15px 0px 0px;
						margin:0;
						text-decoration:underline;
						height: 22px;
						cursor: pointer;
					}
			table.cart_data th.price {
				color: #333;
				background-color: #336598;
				font-weight: bold;
			}
			table.cart_data th.last {
				background: url(../images/th_first_darkBlue.gif) right no-repeat #DADADA;
				color:#E42F33;
			}
			table.cart_data tr th.total {
			background-image: url(../images/totalbg.png);
			background-repeat:no-repeat;
			background-position:left top;
			color:#FFFFFF;
			font-size:12px;
			height:30px;
			vertical-align:middle;
			}
			table.cart_data tr th.totalsum {
			background-image: url(../images/totalbg.png);
			background-repeat:no-repeat;
			background-position:right top;
			text-align:right;
			color:#FFFFFF;
			font-size:14px;
			vertical-align:middle;
			}

		table.cart_data input#couponBox {
		border: #336598 1px solid;
		}

	table.cart_data td {
		padding: 7px;
		vertical-align: middle;
		font: normal 11px Arial, Helvetica, sans-serif;
		border-bottom: #E1E1E0 1px solid;
		background-image: url(../images/cart_bg.png);
		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, table.cart_data td a:visited {
				color: #5f5f5f;
			}
				table.cart_data td a:hover, table.cart_data td a:active {
					text-decoration: none;
				}
					table.cart_data td img.product_thumb {
						border: 1px solid silver;
					}

	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;
			}
			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;
			}
			.wrap_tbl tr td {
				padding: 15px 15px 15px 0px;
				vertical-align: top;
			}
			table.order_box {
				margin-bottom: 20px;
				padding: 0px;
				border-left: 1px solid #ddd;
				border-top: 1px solid #ddd;
			}
			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 #ddd;
				border-right: 1px solid #ddd;
				background-color: #FCFAED;
			}
			table.order_box td.title_ord {
				background-color: #F7F2D7;
			}
			table.order_box th {
				font: normal 11px Arial, Helvetica, sans-serif;
				border-bottom: #ddd 1px solid;
				border-top: #ddd 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: #FBD081;
				width:auto;
			}
			.order_product_egoods {
				border-left: 1px solid #ddd;
				border-top: 1px solid #ddd;
			}
			a.details {
				color: #25899E;
				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-color: #CBECF0;
		}
		table.paleyellow {
			background-color: #F7F2D7;
		}	
		table.palegreen {
			background-color: #D8F4D7;
		}	
		table.rose {
			background-color: #F7E2D7;
		}			
		table.blue td, table.paleyellow td, table.palegreen td, table.rose td {
			padding: 0;
			margin: 0;
		}
		table td.select-address {
			padding-bottom: 10px;
		}
		table td.select-address select, table td.select-address option {
			width: 200px;
		}
		table td.select-address option {
			padding-right: 10px;
		}
		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-image:url(../images/checkout_steps/bggray.gif);
		background-repeat:repeat-x;
		color: #666;
		font-weight:bold;
		border: none;
		padding: 0;
	}
		table#checkout_steps td {
			text-align: center;
			vertical-align: middle;
			border: none;
			padding: 0;
		}
			table#checkout_steps td#selected {
				color: white;	
				background-image:url(../images/checkout_steps/bggreen.gif);
				background-repeat:repeat-x;				
			}
			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.roundbutton {
		display:block;
		background-image:url(../images/buttons/button-left.png);
		background-repeat:no-repeat;
		padding-left:8px;
		width:auto;
		line-height:27px;
		margin-right:10px;
		float:left;
		}
			a.roundbutton span.rightb {
				display:block;
				line-height:27px;
				padding-right:8px;
				background-image:url(../images/buttons/button-right.png);
				background-repeat:no-repeat;
				background-position:right top;
			}
			a.roundbutton span.rightb span.midb {
				display:block;
				line-height:27px;
				background-image:url(../images/buttons/button-mid.png);
				background-repeat:repeat-x;
			}
			
		a.roundbutton:hover, a.roundbutton-active {
		display:block;
		background-image:url(../images/buttons/button-over-left.png);
		background-repeat:no-repeat;
		padding-left:8px;
		width:auto;
		line-height:27px;
		margin-right:10px;
		float:left;
		}
			a.roundbutton:hover span.rightb, a.roundbutton-active span.rightb {
				display:block;
				line-height:27px;
				padding-right:8px;
				background-image:url(../images/buttons/button-over-right.png);
				background-repeat:no-repeat;
				background-position:right top;
			}
			a.roundbutton:hover span.rightb span.midb, a.roundbutton-active span.rightb span.midb {
				display:block;
				line-height:27px;
				background-image:url(../images/buttons/button-over-mid.png);
				background-repeat:repeat-x;
			}
			
		a.roundbutton-active:hover {
		display:block;
		background-image:url(../images/buttons/button-over-left-a.png);
		background-repeat:no-repeat;
		padding-left:8px;
		width:auto;
		line-height:27px;
		margin-right:10px;
		float:left;

		}
			a.roundbutton-active:hover span.rightb {
				display:block;
				line-height:27px;
				padding-right:8px;
				background-image:url(../images/buttons/button-over-right-a.png);
				background-repeat:no-repeat;
				background-position:right top;
			}
			a.roundbutton-active:hover span.rightb span.midb {
				display:block;
				line-height:27px;
				background-image:url(../images/buttons/button-over-mid-a.png);
				background-repeat:repeat-x;

			}
			
		
	a.login {

		float:left;
	}
	a.logout {

		float:left;
	}
	.guest_name {
		float:left;
		display:block;
		padding-right:15px;
		padding-top:6px;
		}
	a.register {

		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;
	}
	/* Profile */
/* 	#content #profileTabs {
		margin: 0 0 20px;
		padding: 0;
	}
	#profileTabs li {
		padding: 0 5px 0 0;
		list-style: none;
		display: inline;
	} */
	#content #profileTabs.tabs-menu {
		margin: 0 0 20px;
	}
	#content #profileTabs.margintabs {
		margin-top:20px;
	}
	#profile_form td {
		padding: 3px 5px;
	}
	#profile_form td.corner {
		padding: 0;
	}
	/* 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;
	}
	td.shippig_method input {
		margin: 0px 5px 0 0;
	}
	
	/* 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, div.prev_page a:visited {
				color: #25899E;
				background-color: transparent;
				font-size: 13px;
			}
			
	/* Checkout confirmation */
	table.prev_and_next tr td {
		vertical-align: bottom;
	}
	
	/* Checkout success */
	div.success {
		color: #390;
		font-size: 18px;
		font-weight: bold;
		font-family: 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: 10px;
			text-align: left;
			color: #000;
			font-weight:bold;
			background-color: #FBD081;
		}
			
			table.orders_data th.first {
				background: url(../images/rounded_boxes/blue_top_left.png) top left no-repeat #FBD081;
			}
			table.orders_data th.last {
				background: url(../images/rounded_boxes/blue_top_right.png) top right no-repeat #FBD081;
			}

	table.orders_data td {
		padding: 5px 10px;
		vertical-align: middle;
		font: normal 11px Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #ddd;
		line-height: 26px;
		background-color: #FCFAED;
	}
		table.orders_data .price {
			text-align: right;
			color: #E42F33;
			width: 70px;
			}

#newsletters label {
	display: block;
	margin: 0 0 1em;
}
#newsletters input {
	vertical-align: middle;
}

/* Footer */
#footerwrap {
	width:972px;
	margin:0 auto;
	margin-bottom:20px;
	padding-bottom:15px;
	background-image:url(../images/footerbg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#FFFFFF;
}
table#footer {
	width: 972px;
}
	td#footer_icons {
		width: 372px;
		height: 184px;
	}
	td#footer_icons .showFooterIcons0 {
		display: none;
	}
	
	td#footer_text {
		padding: 10px;
		/* width: 100%; */
		font: normal 12px Arial, Helvetica, sans-serif;
		vertical-align: middle;
		text-align:center;
		color:#666;
	}
		div#footer_links {
			margin-top: 10px;
			margin-bottom:15px;
		}
		div#footer_links a {
			text-decoration:none;
			font-weight:bold;			
		}
		div#footer_links a:hover {
			color:#E42F33;
		}
	
#footer_copy {
text-align:center;
width:712px;
color:#666;
font-size:11px;
}


#footer_design {
	  text-align:right;
	  padding-right:10px;

}
#footer_map {
	padding-left:10px;
}

#footer_map, #footer_design {
	  -x-system-font:none;
	  font-family:Arial,Helvetica,sans-serif;
	  font-size:10px;
	  font-size-adjust:none;
	  font-stretch:normal;
	  font-style:normal;
	  font-variant:normal;
	  font-weight:normal;
	  line-height:normal;
	  width:120px;
	  color:#999;
}
#footer_map a, #footer_design a {
	text-decoration:none;
	color:#999;
}


	.contact_info_title {
		display:block;
		padding-bottom:5px;
	}

.footersep {
 display:inline-block;
 padding-left:10px;
 padding-right:10px;
 color:#ccc;
}

	/* Input Button Styles */
.div_button {
	float: left;
}
	/* Blue Btn Input */

		.div_button_blue {
			/* float: left; */
			display: inline-block;
			background: transparent url('../images/buttons/btn_blue_left.png') no-repeat top left;
			padding-left: 6px; 
			height:26px;
			/* margin-top:5px; */
		}
		div.div_button_blue {
			float: left;
		}
			.button_blue, input.button_blue {
				background: transparent url('../images/buttons/btn_blue_right.png') no-repeat top right;
				display: inline-block;
				/* display: block;
				float: left; */
				font: bold 12px Arial, sans-serif;
				line-height: 26px;
				height: 25px; 
				text-decoration: none;
				margin: 0;
				padding-right: 7px;
				padding-bottom:1px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
				outline: none;
			}
			a.button_blue, a.button_blue:visited {
				color: #fff;
				text-decoration: none;
			}
			
			.div_button_blue:hover {
			background: transparent url('../images/buttons/btn_blue_left-over.png') no-repeat top left;
			}
			.div_button_blue:hover .button_blue, .div_button_blue:hover input.button_blue {
			background: transparent url('../images/buttons/btn_blue_right-over.png') no-repeat top right;
			}
		.bluebutton {
			display: inline-block;
			background: transparent url('../images/buttons/btn_blue_left.png') no-repeat top left;
			padding-left: 6px; 
			height:26px;
			width:auto;
		}
		.bluebutton a {
			display:block;
				background: transparent url('../images/buttons/btn_blue_right.png') no-repeat top right;
				font: bold 12px Arial, sans-serif;
				line-height: 26px;
				height: 25px; 
				text-decoration: none;
				margin: 0;
				padding-right: 7px;
				padding-bottom:1px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
				width:auto;
		}
		.bluebutton:hover {
			background: transparent url('../images/buttons/btn_blue_left-over.png') no-repeat top left;
		}
		.bluebutton:hover a {
			background: transparent url('../images/buttons/btn_blue_right-over.png') no-repeat top right;
		}
			
		.div_button_remove {
			/* float: left; */
			display: inline-block;
			background: transparent url('../images/buttons/b-remove-left.png') no-repeat top left;
			padding-left: 22px; 
			height:26px;
			width:auto;
			/* margin-top:5px; */
		}
			.button_remove, input.button_remove {
				background: transparent url('../images/buttons/b-remove-right.png') no-repeat top right;
				/*display: inline-block;*/
				display:block;
				/* display: block;
				float: left; */
				font: bold 12px Arial, sans-serif;
				line-height: 26px;
				height: 25px; 
				text-decoration: none;
				margin: 0;
				padding-right: 7px;
				padding-bottom:1px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
				outline: none;
				width:auto;
			}
			a.button_remove, a.button_remove:visited {
				color: #176879;
				text-decoration: none;
			}
			
			.div_button_remove:hover {
			background: transparent url('../images/buttons/b-remove-left2.png') no-repeat top left;
			}
			.div_button_remove:hover .button_remove, .div_button_remove:hover input.button_remove {
			background: transparent url('../images/buttons/b-remove-right-over.png') no-repeat top right;
			color:#135462;
			}		
			
	.div_button_remove2 {
			/* float: left; */
			display: inline-block;
			background: transparent url('../images/buttons/b-remove-left1.png') no-repeat top left;
			padding-left: 22px; 
			height:26px;
			/* margin-top:5px; */
		}
			.button_remove2, input.button_remove2 {
				background: transparent url('../images/buttons/b-remove-right.png') no-repeat top right;
				display: block;
				/* display: block;
				float: left; */
				font: bold 12px Arial, sans-serif;
				line-height: 26px;
				height: 25px; 
				text-decoration: none;
				margin: 0;
				padding-right: 7px;
				padding-bottom:1px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
				outline: none;
				width:auto;
				white-space:nowrap;
			}
			a.button_remove2, a.button_remove2:visited {
				color: #176879;
				text-decoration: none;
			}
			
			.div_button_remove2:hover {
			background: transparent url('../images/buttons/b-remove-left-over.png') no-repeat top left;
			}
			.div_button_remove2:hover .button_remove2, .div_button_remove2:hover input.button_remove2 {
			background: transparent url('../images/buttons/b-remove-right-over.png') no-repeat top right;
			color:#135462;
			}					
			
		
		/* Empty Cart Btn Input */

		div.div_button_empty {
			float: left;
			background: transparent url('../images/buttons/btn_red_left.png') no-repeat top left;
			padding-left: 6px;
		}
			input.button_empty {
				background: transparent url('../images/buttons/btn_red_right.png') no-repeat top right;
				font: bold 12px Arial, sans-serif;
				line-height: 27px;
				height: 26px;
				text-decoration: none;
				margin: 0;
				padding: 0 6px 1px 0;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
				outline: none;
			}
			div.div_button_empty:hover {
			background: transparent url('../images/buttons/btn_red_left-over.png') no-repeat top left;
			}
			div.div_button_empty:hover input.button_empty {
				background: transparent url('../images/buttons/btn_red_right-over.png') no-repeat top right;
			}
			
		/* Continue Btn Input */

		div.div_button_continue { 
			background: transparent url('../images/buttons/btn_continue_shopping_left.png') no-repeat top left;
			padding-left: 6px;
		}
			input.button_continue {
				background: transparent url('../images/buttons/btn_continue_shopping_right.png') no-repeat top right;
				font: bold 12px Arial, sans-serif;
				line-height: 25px;
				height: 32px;
				text-decoration: none;
				margin: 0;
				padding: 0 28px 1px 6px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
				outline: none;
			}
		div.div_button_continue:hover {
			background: transparent url('../images/buttons/btn_continue_shopping_left-over.png') no-repeat top left;
		}
		div.div_button_continue:hover input.button_continue {
				background: transparent url('../images/buttons/btn_continue_shopping_right-over.png') no-repeat top right;
		}
		
		/* Next Step Btn Input */
		
		div.div_button_next_step {
			float: right;
			display: inline;
			padding: 0 0 0 6px;
			background: transparent url('../images/buttons/btn_next_step-left.png') no-repeat top left;
		}
			input.button_next_step {
				background: transparent url('../images/buttons/btn_next_step.png') no-repeat top right;
				font: bold 12px Arial, sans-serif;
				line-height: 27px;
				height: 26px;
				text-decoration: none;
				margin: 0;
				padding: 0 17px 1px 6px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
				outline: none;
			}
			
		div.div_button_next_step:hover {
				background: transparent url('../images/buttons/btn_next_step-left-over.png') no-repeat top left;
		}
				div.div_button_next_step:hover input.button_next_step {
				background: transparent url('../images/buttons/btn_next_step-over.png') no-repeat top right;
				}
		
		/*  Prev Step Btn Input */
		div.div_button_prev_step {
			float: left;
			padding-left: 14px;
			background: transparent url('../images/buttons/btn_prev_left.png') no-repeat top left;
		}
			input.button_prev_step {
				background: transparent url('../images/buttons/btn_gray_right.png') no-repeat top right;
/* 				display: inline;
				float: left; */
				font: bold 12px Arial, sans-serif;
				line-height: 27px;
				height: 26px;
				text-decoration: none;
				margin: 0;
				padding: 0 6px 1px 6px;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
				outline: none;
			}
			
		div.div_button_prev_step:hover {
			background: transparent url('../images/buttons/btn_prev_left-over.png') no-repeat top left;			
		}
		div.div_button_prev_step:hover input.button_prev_step {
					background: transparent url('../images/buttons/btn_gray_right-over.png') no-repeat top right;		
		}
		
		/* Gray Btn Input */
		.div_button_gray {
			float: left;
			background: transparent url('../images/buttons/btn_gray_left.png') no-repeat top left;
			padding: 0 0 0 6px;
		}
			.button_gray {
				background: transparent url('../images/buttons/btn_gray_right.png') no-repeat top right;
				display: block;
				float: left;
				font: bold 12px Arial, sans-serif;
				line-height: 27px;
				height: 26px;
				text-decoration: none;
				margin: 0;
				padding: 0 6px 1px 0;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
				outline: none;
			}
			.div_button_gray:hover {
				background: transparent url('../images/buttons/btn_gray_left-over.png') no-repeat top left;
			}
			.div_button_gray:hover .button_gray {
				background: transparent url('../images/buttons/btn_gray_right-over.png') no-repeat top right;
			}

		/* Add to cart btn */
		.div_button_add { 
			float: left;
			display: inline-block;
			background: transparent url('../images/buttons/button-green-left.gif') no-repeat top left;
			padding: 0 0 0 8px;
			/* overflow: hidden; */
		}
			.button_add {
				background: transparent url('../images/buttons/button-green-right.gif') no-repeat top right;
				/* display: inline; */
				/* float: left; */
				font: bold 12px Arial, sans-serif;
				line-height: 27px;
				height: 27px; 
				margin: 0;
				padding: 0 23px 0 0;
				text-decoration: none;
				border: 0;
				color: #FFFFFF;
				cursor: pointer;
				width:auto;
				outline: none;
			}
			.div_button_add:hover {
				background: transparent url('../images/buttons/button-green-left-over.gif') no-repeat top left;
			}
			.div_button_add:hover .button_add {
				background: transparent url('../images/buttons/button-green-right-over.gif') no-repeat top right;
			}

		/* Checkout btn */
		div.div_button_checkout {
			float: right;
			background: transparent url('../images/buttons/btn_checkoutLeft.png') no-repeat top left;
			padding: 0 0 0 6px;
		}
			input.button_checkout {
				background: transparent url('../images/buttons/btn_checkout.png') no-repeat top right;
				font: bold 12px Arial, sans-serif;
				line-height: 27px;
				height: 26px; 
				text-decoration: none;
				margin: 0;
				padding: 0 21px 1px 0;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
				outline: none;
			}
			div.div_button_checkout:hover {
			background: transparent url('../images/buttons/btn_checkoutLeft-over.png') no-repeat top left;
			}
				div.div_button_checkout:hover input.button_checkout {
				background: transparent url('../images/buttons/btn_checkout-over.png') no-repeat top right;
				}
			
	/* 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: 0 5px 10px 0;
	}
	.cart_buttons div.div_button_checkout {
		display: inline;
		margin: 0 0 10px 5px;
	}
	.cart_buttons div input {
		margin: 0;
		outline: none;
	}
	
	/* 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, table.login_details a:visited {
		color: #25899E;
		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: 27px;
			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: 15px;
		font-family: 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.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;
	}
	
	#DropdownCategories {
		border-left:1px solid #E0E0E0;
		border-top:1px solid #E0E0E0;
		margin-top:1px;
		border-right:1px solid #E0E0E0;
		padding:2px;
	}
	
	#DropdownCategories ul {
		margin: 0px;
		padding: 0;
		list-style-type: none;
		background-color: #F7F2D7;
		width: 184px;
	}
	#DropdownCategories ul ul {
		display: none;
		z-index: 5;
	}
	#DropdownCategories ul li ul {
		border: 1px solid #d7d7d7;
		border-bottom-width: 0;
	}
	#DropdownCategories a, #DropdownCategories a:visited {
		display: block;
		padding: 5px 20px 4px 7px;
		color: #895827;
		text-decoration: none;
		border-bottom: 1px solid #fff;
		font-weight:bold;
		background-image:url(../images/cat-bullet.gif);
		background-repeat:no-repeat;
		background-position:right center;
	}
	#DropdownCategories a.isParent {
		background-image:url(../images/cat-bullet.gif);
		background-repeat:no-repeat;
		background-position:right center;
	}
	#DropdownCategories a:hover, #DropdownCategories a:active {
		background-color: #F6E8AF;
		color:#E42F33;
		background-image:url(../images/cat-bullet-red.gif);
		background-repeat:no-repeat;
		background-position:right center;
	}
	
	/* Layout Selectors */
.fleft {
	float: left;
}
.fright, div.fright {
	float: right;
}
.clear {
	clear: both;
}

.message {
	margin: 0 0 10px;
	padding: 5px;
}
.label-new {
	float: right;
}
.center, table.orders_data tr th.center {
	text-align: center;
}
.font11px {
	font-size:11px;
}
.measure td {	
	font-size:11px;
	border:1px solid #ccc;
	padding:1px;
}
.extraline {
	line-height:1.5em;
}
.gallery td {
	padding:5px;
}
.guide td {
padding:10xp;
text-align:center;
vertical-align:top;
	
}
.guide td a {
text-decoration:none;
}
.cr {
	margin-left:15px;
	margin-bottom:10px;
}
.description {
	font-size:11px;
}
.bluecolor {
	color:#25899E;
}
.red {
	color:#E42F33;
}
/*.decode {
float:right;
width:325px;
}*/

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

