/*<? header("Content-Type: text/css");?>
/* CSS Document */

.error_textbox {
  border: 1px solid #ff0000 !important;
}

.error,
.confirm {
  color:#ff0000;
}
/*********************/

.vs3form fieldset {
  border:1px solid #c6c6c6;
  position:relative;
  padding:10px 10px 10px 10px;
  margin:10px 0px 10px 0px;
}

.vs3form legend {
  color:#000000;
  font-size:11px;
  font-weight:bold;
}

.vs3form fieldset td {
  padding:0px 15px 10px 0px;
}

.vs3form fieldset p {
  clear:both;
}

.vs3form fieldset p label {
  float:left;
  width:90px;
  margin:0px 10px 10px 0px;
}

.vs3form fieldset p input {
  float:left;
  margin:0px 10px 10px 0px;
}

.vs3form fieldset textarea,
.vs3form fieldset .textbox {
  width:290px;
}

.vs3form fieldset textarea {
  height:100px;
}


.vs3form fieldset #captcha_response {
  width:100px;
}

/***************************************/
/***************************************/
/***************************************/
/***************************************/
/***************************************/
img {
  border:0px;
  display:block;
}

li img {display: inline;}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.clear_line {
  border-bottom:1px solid #313031;
}

label.hiddenlabel {
  display:none;
}

select, input, textarea {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  margin:0px 0px 0px 0px;
  font-weight:normal;
}

img {
  border:0px;
}


h1 {
  padding:4px 0px 4px 0px;
  margin:0px 0px 0px 0px;
  font-size:18px;
  /*color:#727171;*/
  color:#252524;
  font-weight:normal;
  border-bottom:0px;
}

h1.external_header {
   padding:8px 8px 8px 8px;
}

h2 {
  margin:0px 0px 0px 0px;
  padding:13px 0px 5px 0px;
  color:#9ec9ea;
  font-size:15px;
  font-weight:normal;
}


p {
  margin:0px 0px 0px 0px;
  padding:4px 0px 4px 0px;
}

strong.customer {}

a {
  color:#000000;
  text-decoration:none;
}

a:hover {
  color:#000000;
  text-decoration:underline;
}

.mandatory_star {
  color:#dd31c5;
}

form {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

html {
  padding: 0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#727171;
  padding: 0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}



/******************* Main Holders *******************/

#parent_container {
  width:642px;
  margin:0px auto;
  padding:0px 0px 0px 0px;
}

#header_container {
  height: 99px;
  background: url(/images/popup_window_header.gif) top left no-repeat;
  overflow:hidden;
}

#header_container p {
  padding:50px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  text-align:right;
}

#header_container p img {
  display:inline;
}

#body_container {
  padding:12px 0px 12px 12px;
}


#breadcrumb_container {
  display:none;
}

/***********/

#parent_container h1 {
  display:none;
}

#product_thumb_container img {
  border:1px solid #eeeeee;
}

#popup_large_img {
  width:494px;
  float:left;
}

#popup_thumbs {
  float:right;
  width:114px;
}

#popup_thumbs ul {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#popup_thumbs li {
  padding:0px 0px 0px 0px;
  margin:0px 0px 10px 0px;
}
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
    cursor: hand;
    cursor: pointer;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
  -moz-opacity:0.8;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align:center;
  /*background-image: url(../images/zoomloader.gif);*/
  background-repeat: no-repeat;
  background-position: 43px 30px;
  width:90px;
  * width:100px;
  height:43px;
  *height:55px;
  z-index:10;
  position:absolute;
  top:3px;
  left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}