select {
	-moz-appearance:menulist;
	-moz-box-sizing:border-box;
	-moz-user-select:none;
	-x-system-font:-moz-list;
	width:30em;
	background:#FFFFFF none repeat scroll 0 0;
	border:2px inset threedface;
	color:-moz-fieldtext;
	cursor:default;
	font-family:-moz-use-system-font;
	font-size:70%;
	font-size-adjust:-moz-use-system-font;
	font-stretch:-moz-use-system-font;
	font-style:-moz-use-system-font;
	font-variant:-moz-use-system-font;
	font-weight:-moz-use-system-font;
	line-height:normal !important;
	margin:0;
	overflow:-moz-hidden-unscrollable;
	text-align:start;
	text-indent:0;
	white-space:nowrap !important;
}

div.thumbBox
{
	float:left;
	color:#999;
	border: 1px solid #999; 
	text-align:center; 
	min-height: 130px; 
	width: 130px;
}

div#photo 
{ 
	overflow: hidden; 
	background-color: white;
	margin-top: 5px;
	width: 300px;
	height: 225px;
}

.photoCaption
{
	margin-top: -3px;
	display: inline;	
}

#label
{
	background-color: white;
	max-width: 300px;
	height: 510px;
	/*border: 1px solid #555;*/
	margin: 10px;
}


#labeloverlay
{
	position: relative;
	top: -328px;
	left: -3px;
	font: normal normal 10px Tahoma, sans-serif;
	color: white;
	border: 1px solid #555;
	width: 307px;
}

#labelbottom
{
	position: relative;
	top: -32px;
}

#original
{
}


div#labelInfoBlock
{
	position: relative;
	top: -225px;
	right: 5px;
	color: #ccc;
	font: normal normal 9px Verdana, sans-serif;
	text-align: right;
	padding: 5px;
	z-index: 1;
}


div#labelInfoShadowBlock
{
	position: relative;
	top: -271px;
	right: 5px;
	color: #000;
	font: normal normal 9px Verdana, sans-serif;
	text-align: right;
	padding: 6px;
	z-index: 0;
}


div#preview 
{ 
	text-align: left;
	font: normal bold 12px Tahoma, sans-serif;
	position: relative;
	top: -10px;
 }

div#previewBody 
{ 
	margin: auto; 
	border-right: 1px solid #555;
	padding: 20px;
	text-align: left;
	width: 500px;
}


.step
{
	border-top: 1px dashed #555;
	text-align: left;
	color: #000;
	font: normal normal 12px Tahoma, sans-serif;
	padding-bottom: 20px;
}

.step h1
{
	text-align: left;
	color: #181b96;
	font: normal bold 18px Tahoma, sans-serif;
}

.step i
{
	color: #555;
	font: italic normal 12px Tahoma, sans-serif;
}

.quantityText
{
	font-size: 36px;
	margin: auto;
}

h2 
{
	margin: 10px;
	font-weight: bold;
	font-size: 24px;
}

div.product 
{
	display: block;
	/*max-width: 300px;*/
	margin: auto;
	padding: 5px;
	/*border: 1px solid #ccc;*/
}

div.shoppingBag
{
	position:fixed; 
	top:5px; 
	left:auto;
	right: 2em; 
	visibility: visible; z-index:1;
	font: normal normal 12px Verdana;
	border: 2px solid #333;
	background-color: #fff;
	padding: 5px;
}



div.product h2
{
	font: normal bold 24px Verdana;
	margin: 5px;
}

.product blockquote
{
	background-color: #ddd;
	padding: 5px;
	margin: 5px;
}

.description
{
	font: normal normal 14px Verdana;
	padding-bottom: 10px;
}

select
{
	font: normal normal 10px Verdana;
}

/*Suckerfish Dropdown Code*/
#item_select, #item_select ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#item_select strong {
	display: block;
}

#item_select li {
	float: left;
	width: 126px;
}

#item_select li ul {
	position: absolute;
	width: 128px;
	left: -999em;
}

#item_select li.hovered ul {
	left: auto;
	margin-left: -3px;
}

/*custom styling*/
#selectli {
	border: 1px solid #333;
	width: 126px;
	line-height: 20px;
	padding: 2px;
}

#item_select strong {
	color: #333;
	font-family: Verdana;
	font-size: 8px;
	background-color: #ffffff;
}

#item_select strong:hover {
	color: #0099FF;
	background-color: #ffffff;
}


#select {
	width: 126px;
	height: 20px;
	line-height: 20px;
	background: url('/shop/includes/imgdrop/down.gif') transparent right 50% no-repeat;
}

.imgDropItem {
	width: 128px;
	/*margin-top: -1px;*/
	border-top: 1px solid transparent;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid transparent;
	background-color: #dedede;
}

.imgdropItem:hover
 {
	background-color: #ffffff;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	
}

#item_field_img {
	background: #fff;
	height: 100px;
	padding: 1px;
	visibility: hidden;
}

div.shoppingBagView
{
	text-align: center;
	margin: auto;
	background:url(/shop/images/bag.jpg) no-repeat; 
	min-height: 500px;
	/*border: 1px solid #ccc;*/
}

div.shoppingBagView table
{
	border: 1px solid #ccc;
	min-width: 600px;
}
div.shoppingBagView table td
{
	border-right: 1px solid #ccc;
}

.odd { background-color: #ccc; }


/*  
    close button (div.close element) is auto-generated by default.  
    here it is positioned on top-right corner  
*/ 
.overlay div.close { 
    background:url(/shop/images/overlayclose.png) no-repeat; 
    position:absolute; 
    top:40px; 
    left:40px; 
    width:98px; 
    height:25px;    
} 
 
/*  
    the actual content is moved little bit inside so that it doesn't overlap 
    with the drop shadow in the overlayed image 
*/ 
.overlay p { 

    margin: 5px; 
}


.overlay {     
    width: 800px; 
	height: 600px;
	/*border: 1px dotted #000;*/
    display:none; 
    padding: 60px;
} 
 
div.overlayContent
{
	color:#ffffff;
	/*background-color: #333333;*/
	font-family:Verdana;
	font-size: 12px;
	text-align:left;
	max-height: 525px;
	max-width: 98%;
	overflow-y: scroll;
	/*border: 1px solid #000;*/
}



div.overlayContent table td
{
	color: #fff;
}

div.categoryDiv
{
	max-width: 640px;
	border: 1px solid #ccc; 
	padding: 5px; 
	text-align: left; 
	margin: 5px;
}
