#gallery #panels {
	width: 190px;
}

#gallery #design_tiles, #gallery #popup {
	width: 750px;
	background-color: #FFFFFF;
}

#gallery #popup {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 40px;
}

#gallery #panels .panel {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#gallery #panels .top_panel {
	border-top: 1px solid #CCCCCC;
 -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

#gallery #panels .bottom_panel {
	border-bottom: 1px solid #CCCCCC;
 -moz-border-radius: 0px 0px 0px 8px;
  -webkit-border-radius: 0px 0px 0px 8px;
	border-radius: 0px 0px 0px 8px;
}

#gallery #design_tiles .panel, #gallery #popup .panel {
	border: 1px solid #CCCCCC;
 -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 12px;
	width: 178px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

/*
#gallery #popup .panel {
	width: 163px;
}

#gallery #popup .panel.last {
	width: 162px;
}
*/

#gallery #design_tiles .panel.last, #gallery #popup .panel.last {
	margin-right: 0;
}

#gallery #panels .panel h2 {
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 10px 10px;
	background: #EBEBEB url(../img/designer/ui/panel_header_bg.png) top left no-repeat;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#gallery #panels .panel h2 span {
	color: #58595B;
	padding-left: 18px;
}

#gallery #panels .top_panel h2 {
	-moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
	 border-radius: 6px 6px 0 0;
	 border-top-width: 0px;
}

#gallery #design_tiles .panel .header, #gallery #popup .related_panel .header {
	color: #58595B;
	text-align: left;
	margin: 0px;
	padding: 5px 8px;
	background-color: #EBEBEB;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
	 border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #DEDEDE;
}

#gallery #popup #design_title {
	width: 400px;
	text-align: left;
}

#gallery #popup .go_back_wrapper {
	width: 300px;
	text-align: right;
}

#gallery #popup #main_panel .header {
	background-color: #EBEBEB;
	padding: 8px 10px;
	border-bottom: 1px solid #DEDEDE;
}

#gallery #design_tiles .panel h3, #gallery #popup .panel h3, #gallery #popup .related_panel h3 {
	margin: 0;
	font-size: 13px;
	color: #444444;
}

#gallery #design_tiles .panel h3 span, #gallery #popup .panel h3 span, #gallery #popup .related_panel h3 span {
	font-size: 11px;
}

#gallery #design_tiles .panel p, #gallery #popup .related_panel p {
	margin: 1px 0px 2px 0px;
}

#gallery #popup .panel h2 {
	color: #58595B;
	text-align: center;
	margin: 0px;
	padding: 8px 15px;
	background: url(../img/designer/ui/panel_header_bg.png) top left repeat-x;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
	 border-radius: 6px 6px 0 0;
}

#gallery #popup .panel h3 {
	font-size: 13px;
	margin: 5px 0px;
	display: inline;
}

#gallery #popup .panel p {
	font-size: 11px;
}

#gallery #design_tiles .panel h3.blue, #gallery #popup .panel h2.blue {
	background:#36AFF8 url(../img/designer/ui/blue_bg.png) bottom left repeat-x;
}

#gallery #design_tiles .panel img {
	display: block;
	margin: 20px auto;
	max-width: 158px;
	max-height: 205px;
}

#gallery #popup .panel img {
	margin: 20px 0px;
	max-width: 370px;
	max-height: 410px;
}

#gallery #popup .related_panel {
	float: left;
	width: 178px;
	height: 275px;
	margin-right: 9px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

#gallery #popup .related_panel.last {
	float: right;
	margin-right: 0px;
}

#gallery #popup .related_panel img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display: block;
	max-width: 158px;
	max-height: 161px;
}

#gallery #popup .related_panel .button {
	position: absolute;
	bottom: 0px;
	left: 34px;
	border-color: #555555;
}

#gallery #panels .panel ul {
	margin: 0px 0px;
	padding: 0px;
	list-style: none;
}

#gallery #panels .panel li a {
	padding: 5px 7px;
	color: #444444;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

#gallery #panels .panel li a:hover {
	background-color: #E1F3F9;
}

#gallery #panels .panel li a.selected, #gallery #panels .panel li a.selected:hover {
	background-color: #B5E1F3;
}

#gallery #panels .wrapper {
	overflow-x: auto;
}

#gallery #popup #main_panel {
	/* margin: 0px 140px 20px 139px !important; */
	width: 750px;
}

#wrapper_products {
	height: 193px;
}

#wrapper_cat {
	height: 193px;
}

#wrapper_subcat {
	height: 168px;
}

#search_wrapper {
	float:left;
	width: 190px;
}

#search {
	width: 118px;
	float: left;
	margin-top: 5px;
}

#search_btn {
	float: right;
}

.pagination {
	text-align: right;
	font-size: 14px;
	margin-bottom: 10px;
	height: 18px;
	float: right;
	width: 750px;
}

.pagination a {
	float: right;
	display: block;
	color: #333333;
/* 	width: 25px; */
	height: 21px;
	margin-right: 10px;
	padding-top: 4px;
	padding-left: 10px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-left: 1px solid #999999;
/* 	background: transparent url(/img/eondesigner/gallery/pag_icon.png) 0px 0px no-repeat;  */
}

.pagination a.first {
	border-left-width: 0px;
}

.pagination a.selected {
	/* background-position: 0px -25px; */
	color: #3DA8D9;
}

#gallery #design_tiles .panel a.button, #gallery #popup a.button, #gallery input.button {
	font-size: 13px;
	font-weight: bold;
  display: inline-block;
  padding: 4px 12px;
	background: #A7A7A7 url(../img/designer/ui/button.png) 0px 0px repeat-x;
  color: #FFFFFF !important;
  cursor: pointer;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 15px;
}

#gallery input.button {
	border-width: 0px;
	font-size: 11px;
  padding: 2px 8px 4px;
}

#gallery #popup a.red_button {
	margin: 0px 0px 0px 10px;
	font-size: 11px;
	padding: 4px 8px;
	background-image: url(../img/designer/ui/red_button.png);
	border-color: #B10E10;
}

#gallery #design_tiles .panel a.button:hover, #gallery #popup a.button:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #E0ECF4;	
	-webkit-box-shadow: 0px 0px 10px #42C5E5;
	-moz-box-shadow: 0px 0px 10px #42C5E5;
	box-shadow: 0px 0px 10px #42C5E5;
}

#gallery #design_tiles .panel a.button.selected, #gallery #popup a.button.selected {
	background-position: 0px -25px;
	opacity: 0.8;
}

#gallery #design_tiles .panel a.button.selected:hover, #gallery #popup a.button.selected:hover {
	opacity: 1;
}

#gallery #design_tiles .panel ul.design {
	text-align: left;
	margin: 20px 0px;
	padding: 16px 0px 0px 70px;
	min-height: 144px;
	background: url(../img/designer/ui/design.png) -7px 0px no-repeat;
}

#gallery #design_tiles .panel ul.design li {
	padding: 7px 0px 7px 17px;
	margin: 5px 0px;
	list-style: none;
	background: url(../img/designer/ui/bullet.png) 0px 5px no-repeat;
	font-size: 11px;
}

.shadowed_img {
	box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  -webkit-box-shadow: 0 0 5px #999999;
}

#related_tiles {
	min-height: 325px;
	width: 750px;
}

#progressWrapper {
	position: absolute;
	text-align: center;
	width: 689px;
}

#progressWrapper div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
/*
	background: #000000;
	opacity: 0.4;
*/
}

#progressWrapper h2 {
	color: #555555;
}

#progressWrapper img {
	
}