div.clr {
	clear: both;
}
#imagepopup_background {
    background-image: url(images/image_popup_background.gif);
    opacity: 0.0;
    moz-opacity: 0.0;
	k-html-opacity: 0.0;
	filter: alpha(opacity=0);
    width:100%;
    height:100%;
	margin:0 auto 0 auto; 
    position:absolute;
    left: 0px;
    top: 0px;
    text-align:center;
    z-index: 3000;
    display:none;
}
#imagepopup {
    width:100%;
    height:100%;
    position:absolute;
    left: 0px;
    top: 0px;
    z-index: 3150;
    vertical-align:middle;
	text-align: center;
    display:none;
}
#imagepopup_content {
	margin:0 auto 0 auto; 
	border: 3px solid #DB99BD;
	background-color: #FFFFFF;
	text-align:center;
	top:40px;
  width: 700px;
  z-index: 3150;
  
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); 
  
}
.invisible {
	visibility: hidden;
}
#imageclose {
	background-image: url(images/icons/bgclose.jpg);
	float:right;
	width:107px;
	height:23px;
	cursor:pointer;
}
.maindiv {
	display:none;
	text-align:center;
}
#imagemain_outer{
	margin: 0px 20px 0px 20px;
	padding-top:10px;
}
#imagemain {
	border-bottom: 1px solid #DDDDDD;
	height:475px;
	min-width: 660px;
	display: table-cell;
	vertical-align:middle;
	text-align: center;
	position: relative;
}
#imagepreview {
	margin: 7px 20px 10px 18px;
}
.div_imagepreview{
	width: 61px;
	height: 61px;
	margin: 11px 0px 0px 0px;
	float: left;
  	position: relative;
  	margin-right:9px;
}
div.previewdiv {
	width: 61px;
	height:61px;
	display: table-cell;
	vertical-align:middle;
  	text-align: center;	
	cursor:pointer;
	background-color: white;
	overflow: hidden;
}
div.products_attributes label {
	font-weight: bold;
	width:75px; margin-right:21px; float:left;
}
div.products_attributes select { width:168px; margin-top:-1px;}

h1.products_name {
	margin-top: 0px;
	font-size: 16px;
}

div.products_description blockquote {
	margin: 0px;
	padding: 0px;
}

div.products_description p {
	text-align: justify;
}

td.products_attributes_options {
	padding-left: 5px;
}
