﻿html, body
{
	height:100%;
}

body
{
	background-color: #FFFFFF;
	font-size: .75em;
	font-family: sans-serif, Arial, Helvetica;
	margin: 0;
	padding: 0;
	color: #696969;
	min-width: 760px;

}


img
{
	border-style: none;
	border-width: 0px;
}

a
{
	text-decoration: none;
	outline: 0 none;
	color: #739A56;
}

a:Active
{
	outline: 0 none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #696969;
    font-family: sans-serif, Arial, Helvetica;
	margin-top: 10px;
}
h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 19pt;
}
h3
{
    font-size: 14pt;
    
}
h4
{
    font-size: 12pt;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */


.PageBody1
{
	background-position: 0 61px;
	background-image: url('http://i.wolffwire.com/backgroundgradient.jpg');
	background-repeat: repeat-x;
	width: 100%;
	min-height: 800px;



}

#headerLogo
{
	position: absolute;
	left:24px;
	top: 7px;
	padding: 0;
	margin:0;
	z-index:5;
}

#header
{
    position: absolute;
    top:0;  
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height: 76px;
    width: 100%;
    min-width: 745px;
	max-height: 76px;
	background-repeat: repeat-x;
	background-color: #323836;
	background-image: url('http://i.wolffwire.com/titlebar.jpg');
}

#headerLeft
{
    padding: 0 0 1px;
    position: absolute;
    margin: 0;
    text-align: left;
    top: 49px;
	left: 5px;
    color: White;

    font-size:11pt;
    font-weight:bold;


}

#headerLeft span
{
	color: #FFFF00;
	margin-left: 22px;
}


#header h1
{
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: White;
	border: none;
	line-height: 44px;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 20pt !important;
	font-style: italic;
}

#main
{
	padding: 76px 0 0 0;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	min-width: 743px;
}

#footer
{	
	clear: both;
	width:100%;
    background-color: #323836;
    padding: 10px 0;

    text-align: center;
    line-height: normal;
    margin: 0;
	font-size: 9pt;
	position: relative;
}

.pagewrapper
{
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
/*
	background-image: url('http://i.wolffwire.com/faux-right-column.jpg');
	background-repeat: repeat-y;*/
}

.leftFauxCol
{
	background-position: left;
	background-image: url('http://i.wolffwire.com/faux-left-column.jpg');
	background-repeat: repeat-y;
}

.rightFauxCol
{
	background-position: right;
	background-image: url('http://i.wolffwire.com/faux-right-column.jpg');
	background-repeat: repeat-y;
	
}


#footer, .push
{
	height:100px;
	max-height: 100px;
}

.push
{
	clear:both;

}

#footer a 
{	
	color: #DBDBDB;	
}

.footerContainer
{
	clear: both;
	width: 625px;
	margin-right: auto;
	margin-left: auto;
    max-height: 100px;
}

.footerSegment, .footerLinks, .footerFollowUs
{
	text-align: left;
	float: left;
	color: #DBDBDB;
}
.footerSegment
{
	width: 33%;
}
.footerLinks
{
	width: 20%;
}

.footerFollowUs 
{
	width: 14%;
	text-align:left;
	float: right;
}

.footerContainer h5, p
{
	padding: 0;
	margin:0;	

}

.footerContainer h5
{
	color: #B1B1B1;
}

.footerCopyright
{
	text-align: left;
	float: left;
	margin-top: 15px;
	color: #B1B1B1;
}

.footerParent
{
	color: #B1B1B1;	
	text-align: right;
	float: right;
	margin-top: 15px;
}

/* TAB MENU   
----------------------------------------------------------*/

ul#menu
{
    padding: 0 0 1px;
    position: absolute;
    margin: 0;
    text-align: right;
    top: 40px;
    width:100%;
}

ul#menu li
{
	float: right;
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
	display: block;
    padding: 9px 15px 0 15px;
    font-weight: bold;
    text-decoration: none;
	font-size: 10pt;
    color: White;
    height: 20px;
	display:inline-block
}

ul#menu li a:hover
{
    text-decoration: none;
	border-bottom: 4px solid Gray;
	padding-bottom: 0;

}

ul#menu li a:active
{

    text-decoration: none;
}

ul#menu li.selected a
{
    color: #000;
}

ul#menu		.selected
{
	border-bottom: 4px solid White;
	padding-bottom: 0;
}
* html ul li a {
width: 1%;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
#leftarrow
{
	margin-top: 131px;
	float: left;
	width: 19px;
	margin-right: 26px;
}
#rightarrow
{
	margin-top: 131px;
	float: right;
	width: 19px;
	margin-left: 26px;
}
#highlights
{
	float: left;
}




#highlight1
{
	width: 625px;
	height:319px;
	background: url('http://i2.wolffwire.com/highlight1v0.3.jpg');
}
#test {position: relative;cursor: pointer; background-color: Black; top:75px;left:355px; width:19px;padding:0;margin:0;}
#test:hover {width:100px; height:100px;}
#highlight2
{
	width: 625px;
	height:319px;
	background: url('http://i2.wolffwire.com/highlight2.jpg');
	
}

#test2 {position: relative;cursor: pointer; top:-194px;left:87px; width:19px;padding:0;margin:0;}
#test2 img {position:relative; visibility:hidden; z-index: 10;}
#test2 div { visibility: hidden; padding: 5px; }
#test2 img { /*position: absolute; left: 0px; top:-24px; */}
#test2:hover img { visibility:visible; }

#test2:hover div { width:300px; height:50px;background-color: White;color: Black; position: relative; left: 12px; visibility: visible;}
#highlight3
{
	width: 625px;
	height:319px;
	background: url('http://i2.wolffwire.com/highlight3.jpg');
	
}
.overlay
{
	width:600px;
	text-align: right;
	padding-top: 292px;
	font-size: 18px;
	font-weight:900;
	font-family: sans-serif, Arial, Helvetica;
}
.bubble
{
	background: url('/Content/images/bubble.png');
	width: 200px;
	height: 44px;
	padding-top: 11px;
	text-align: center;
	font-weight:bold;
	font-size: 16pt;
	background-repeat:no-repeat;
}
#bubbleCDHolder
{
	position: relative;
	top: -190px;
	left: 100px;
}
#lowerarea
{
	width: 625px;
	margin-left: auto;
	margin-right: auto;	

	clear:both;
}
#highlightcontainer
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 715px;
	max-height: 319px;
	overflow:hidden;
}
#pagers
{
	text-align: left;
	margin: 0px auto;
	padding-left: 34px;
	border:0;
	width: 625px;
	position: relative;
	top: -28px;
	z-index: 50;
	font-weight: bold;
	font-size: 10pt;
	color:White;
	}
	
#pagers a
{
	color: White;
}

#pager1, #pager2, #pager3
{
	width:24px;
	text-align:center;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
}

#pager1
{
	background-color: #30382B;
}
#pager2
{
	background-color: #5B6851;
	margin-left: 7px;
}
#pager3
{
	background-color: #8CA07D;
	margin-left: 7px;
}

.primarytext
{
	text-align:left;
	float: left;
	width: 320px;
	font-size:13pt;
	font-family: sans-serif, Arial, Helvetica;
	font-weight: bold;
}

.secondarytext
{
	text-align:left;
	float: left;
	width: 201px;
	font-size:11pt;
	font-family: sans-serif, Arial, Helvetica;
	font-weight: bold;
	padding-top: 30px;
}


#centercolumn
{
	margin: 0 11px 0 11px;
}
.primaryimage
{
	float: right;
	padding-top: 20px;
}
.contentarea
{
	margin-top: 20px;
	clear: both;
}

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
    background-color: #323836;
}

#title
{
	
    width:100%;
    text-align:center;
    padding: 0;
    margin: 0;
	
	
	min-width: 800px;
	top: 0px;
	position:absolute;
}

#title h1
{
margin-left: 30px;	
}


#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* 3 Column Layout
----------------------------------------------------------*/
#contentwrapper
{
	position:relative;


top:76px;

text-align:center;


border-left: solid 200px #323836;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	
	/*
		min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
*/
}

.contentWrapperRight
{
	
	border-right: solid 130px #B9D7A5;
}

#contentcolumn
{
	padding-top:5px;
	padding-bottom: 100px;

/*margin-left: 199px;
margin-right:129px;

voice-family: "\"}\"";
voice-family: inherit;
margin-left: 201px;
margin-right:131px;
	}
html>body #contentcolumn {
margin-left: 201px;
margin-right:131px;*/
	}

#leftcolumn
{
width: 194px; /*Width of left column*/
background: #323836;
text-align: left;
padding-left: 6px;
color: White;
position: absolute;
left:0px;
top:76px;
padding-top: 5px;
}

#leftcolumn li
{
	padding-left: 11px;
	text-indent: 0px;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 0;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	list-style-image: url('http://i.wolffwire.com/bulletarrow.jpg');
}

#leftcolumn ul
{
	margin-left: 17px;
	padding-left: 0;
	
}

#leftcolumn h3 
{
	color: White;
}

#leftcolumn a
{
	height: auto;
	display: block;
	color: White;
	text-decoration: none;
	width: 177px;
}

#leftcolumn a:Hover
{
	color: Gray;	

}


#rightcolumn{

	width: 130px; /*Width of right column*/
	/*margin-left: -130px; Set left marginto -(RightColumnWidth)*/
	background: #B9D7A5;
	position: absolute;
	right:0px;
	top:76px;
	padding-top: 10px;

}

#rightcolumn div 
{
	width:120px;
	margin-left: auto;
	margin-right: auto;
}

.rightColumnBubble
{
	background-image: url('http://i4.wolffwire.com/right-column-bubble.jpg');	
	background-repeat: no-repeat;
	line-height:35px;
	height:35px;
	
	font-weight: bold;
	font-size:14pt;
	text-align:center;

}

.rightColumnBubble a 
{
	text-decoration:underline;
}

.innertube
{
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	clear:both;
}


/* Experimental */
.prodWidget {width: 570px; margin: auto; margin-top: 30px; text-align:center; position: relative; padding-bottom: 30px;}
.prodWidgetAlt {padding-bottom: 0; margin-top: 10px;}
.prodSep { width: 570px; position: relative; text-align:center; border-bottom: solid 1px #D3D3D3; border-top: solid 1px #D3D3D3; padding: 0; margin-bottom: 20px; clear: both; }
.prodSep a { font-size: 12pt; width: 570px; display: block; padding: 5px; }
.mntWidget {width: 570px; margin: 0; margin-top: 30px; text-align:center; position: relative; padding-bottom: 0px;}
.prodItem {text-align:center; display:block; width:190px; margin-bottom: 30px; position:relative; border-bottom: solid 1px #D3D3D3; height: 280px;}
.prodItem a { display: block; font-size: 14pt; font-weight:bold; color: #696969; height: 53px; margin: 0px; width: 160px; margin-left:auto; margin-right:auto;}
.prodItem h4 {}
.prodItem p {color: #647061; font-size: 14pt; font-weight: bold; clear: both; padding: 0; margin: 0;}
.fltleft {float: left;} /*Use this class to float anything to the left*/
.fltright {float: right;}  /*Use this class to float anything to the left*/
.clearLayout {clear:both;}  /*Use this class clear layout*/

.mntItem {text-align:center; display:block; width:190px; padding-bottom: 18px;  position:relative; height: 200px; margin-bottom: 0; }
.mntItem:hover h4
{

	color: Silver;
}

div.img-dec, div.mnt-img-dec { 
background: url('http://i.wolffwire.com/shadow.gif') no-repeat bottom right; 
clear: right; 
float: right; 

display: inline;
padding: 0; 
margin-right: 20px;
margin-left: 20px;
position: relative; 
width: 142px;
} 

div.mnt-img-dec
{
	width: 106px;
}

.mntItem p {color: #647061; font-size: 10pt; font-weight: bold; clear: both; padding: 0; margin: 0;}


  
div.img-dec img, div.mnt-img-dec img { 
background-color: #fff; 
border: 1px solid #a9a9a9; 
display: inline; 
clear: right; 
float: right; 
margin:  -5px 4px 5px -6px; 
position: relative; 
} 

div.img-dec a ,div.mnt-img-dec a
{
	display: inline;	
}




/* Contact Us Page */

.contactUsContainer 
{
	clear: both;
	width: 625px;
	margin-right: auto;
	margin-left: auto;
	
	padding: 0;
	padding-top: 20px;
}

.contactUsContainer iframe
{
	border: 1px solid #a9a9a9; 
}

#contactComment, .contactUsInfo
{
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	padding-bottom: 30px;
}

#contactComment
{
	width: 58%;
	border: none;
	border-right: 1px solid #a9a9a9; 
}

.contactUsInfo
{
	width: 36%;
	float: right;
}

.contactUsInfo h5
{
	margin-top: 25px;
	margin-bottom: 5px;
}

#contactComment p
{
	padding:2px;
	margin: 4px 0 4px 0;
}



#contactComment textarea, #contactComment p input
{
	width: 300px;
}

#contactComment textarea
{
	height: 120px;
}
.contactUsInfo a
{
	color: #879684;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(http://i.wolffwire.com/formbg.gif) repeat-x left top;
width: 110px;
margin-top: 5px;
margin-left: 2px;
}

.checkoutButton
{
	padding: 4px 15px 4px 15px;
	margin-top: 15px;
}

.validation-summary-errors
{
	font-size:10pt;
	text-indent:0;
}



/* Product Details */

.ProductDetailContainer
{
	width: 570px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	position: relative;
	padding-right: 20px;
	margin-top: 15px;

	padding-bottom: 40px;
	font-size: 12pt;
	clear: both;
}

.ProductDetailContainer div, .ProductDetailContainer p
{
	text-align: left;
}

.horiz-spacing
{
	Margin-Left: 20px;	
	text-align: center;
}


/* Color Options */

.colorOptions
{
		padding-left: 0px;
	text-indent: 0px;
	list-style-position: outside;
	margin-left: 0;
	list-style: none;
	font-size: 19pt;
	font-weight: bold;
	text-align:left;
	
}

.colorOptions li, .colorOptions img
{
	padding-left:0px;
	height:110px;
	line-height: 110px;
	vertical-align:middle
}

.colorOptions li
{
	padding-left: 0px;
	text-indent: 0px;
	list-style-position: outside;
	margin-left: 0;

	margin-bottom: 5px;
}

.colorOptions img
{
	margin-right: 45px;
}

.colorsDiv
{
	position: relative;
	margin-top: 15px;
	width:500px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-size: 16px;
	margin-bottom: 70px;
	padding-bottom: 70px;
	clear:both;
}


/* How to Install */

.twoSubColumns
{
	width: 50%;
	float: left;
}
/* Products Highlight */

#prodHighlight 
{
	position: relative;
	text-align: center;
	overflow:hidden;
	margin:15px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	height: 249px;
	max-height: 249px;
	background-image: url('http://i2.wolffwire.com/products-highlight.jpg');
	background-color: Black;
	background-repeat:no-repeat;
	color: White;
	font-size:10pt;

	padding:0;
}

#prodHighlight a
{
	color: White;
}

#prodHighlight p
{
	position: relative;
	top: 217px;
	padding:0;
	margin:0;
}

.mounting-lengths
{
	font-size: 8pt;	
	width: 500px;
}

.wizard
{
	overflow: hidden;	
	padding-top: 1px;
	/*width:auto;*/
	max-width:700px;

}
.wizard h2
{
	color: #323836;
	padding: 0;
	margin: 0;
	line-height: 36px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 5px;
}

.wizard h3
{
	color: White;
	padding: 0;
	margin: 0;
	line-height: 30px;
	margin-bottom: 5px;
	padding-left: 5px;
}
div.wizardScroll
{
	height:230px;
	overflow: auto;
	width: 530px;
}
table.wizardtbl
{
	border:none;
	margin: 0 5px 5px 5px;
	width:500px;

}

table.wizardtbl th, table.wizardtbl td
{
	border:none;
	border-bottom: solid 1px Gray;
}

.wizardtbl th
{
	font-size: 9pt;
	vertical-align: bottom;
}


.wizardtbl tr
{
	font-size: 9pt;
	vertical-align: bottom;
	
}
.options-shrink-col
{
	width: 160px;
}



tr.rlink:hover, .rlinkover, ul#colorWizard li:hover
{
	cursor: pointer;
	background-color: #B9D7A5;
	color: Black;

}

.nyroModalClose
{
	position: absolute;
	right: 6px;
	top: 10px;
	cursor: pointer;
}

.backButton
{
	position: absolute;
	right: 41px;
	top: 10px;
	cursor: pointer;
}

#modalFooter
{
	background-color: #323836;	
	padding: 8px;
	color: White;
	font-weight: bold;
}

ul#colorWizard li
{
	float: left;
    display: inline;
    list-style: none;
    text-align: center;
    padding: 7px 5px 0 5px;
    position: relative;
    height:125px;
    overflow: hidden;
}

div.wizardColorScroll
{
	height:auto;
	overflow: auto;
	width: auto;
}

div.wizardCentered
{
	height:200px;
	overflow: auto;
	width:400px;
	text-align:center;
}

#wizardQty
{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-bottom: 20px;
}





ul#colorWizard li div
{
	width: 60px;
	height:45px;
	border: solid 1px Black;
}

ul#colorWizard li h5
{
	width: 65px;
	height: 40px;
}

ul#colorWizard
{
	/*height: 300px;*/
	text-indent: 0;
	padding: 0;
	margin: 0 0 0 8px;
	position: relative;
	width: 370px;
	height:300px;
	overflow: auto;
	width: 400px;
}


#cartBox
{
	position: absolute;
	top: 4px;
	right: 5px;

	height: 35px;
}


#cartBoxLeft
{
	background-image: url('http://i4.wolffwire.com/shopping-cart-box-left.jpg');	
	background-repeat: no-repeat;
	float: left;
	
	font-size: 12pt;
	font-weight: bold;

	height:35px;
	width: 77px;
}
#cartBoxLeft p
{
	padding-left: 4px;
	line-height:35px;
}


#cartBoxCenter
{
	background-image: url('http://i4.wolffwire.com/shopping-cart-box-center.jpg');	
	background-repeat: repeat-x;
	text-align: center;
	padding: 3px 5px 0 5px;
	float: left;
	height:35px;
}

#cartBoxRight
{	
	background-image: url('http://i4.wolffwire.com/shopping-cart-box-right.jpg');	
	background-repeat: no-repeat;
	
	float: left;
	width: 6px;
	height:35px;
}

#cartBoxCenter a
{
	text-decoration: underline;

}

.CartContainer
{
	text-align:left;
	clear: both;
	width: 625px;
	margin-right: auto;
	margin-left: auto;
	padding: 85px 0 0 0;
	height:100%;
	padding-bottom: 70px;
}

.CartContainer table input[type="text"] 
{
	/*background-color:White;*/
	width: 50px;
}

.CartContainer table 
{
	border-collapse: collapse;
	border-spacing:0;
	border-style: none;/**/
}

.CartContainer table td, .CartContainer table th
{
		border-style: none;
		padding-left:0;
}

.CartContainer table thead
{
	
	background-position: left top;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	padding: 0.2em 0.5em 0.5em;
	background: url(http://i.wolffwire.com/formbg.gif) repeat-x left top;
	border: solid 1px #ccc;
}

.CartContainer table tbody td
{
	padding-bottom:2px;
	border-bottom: solid 1px #ccc;
}


/*Nyro Modal *********************/
div#nyroModalFull {
	font-size: 12px;
	color: #777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 2px solid #323836;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(http://i4.wolffwire.com/ajaxLoader1.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 2px solid #323836;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 2px solid #323836;
}

h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 0;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}


.ui-spinner, .qty
{
	width: 62px;
	display: block;
	position: relative;
	overflow: hidden;
	height: 24px;
	border: 1px solid #999;
	margin-left:auto;
	margin-right:auto;
}

.qty
{
	font-size:12pt;
	text-align:center;
	height:auto;
}

.ui-spinner input
{
	width:40px;
	font-size:14pt;
	border: none;
	text-align:center;
}

.ui-spinner-up,
.ui-spinner-down {
	width: 20px;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	position: relative;
right: 0;
	cursor: default;
	border: 1px solid #999;
	display: block;
	border-right:none;
	float:right;
}
.ui-spinner-up
{
	border-top:none;
	border-bottom:none;
}

.ui-spinner-down
{
	border-bottom:none;	
}

.ui-spinner-box 
{
	width:30px;	
	float: left;
}
.ui-spinner-down {
	bottom: 0;
	border-bottom: 0;
}

.ui-spinner-pressed {
	background: #FEFEFE;
}
/*
.ui-spinner {
	width: 75px;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
	
	padding: 0 5px;
	margin-left:auto;
	margin-right:auto;
}


.ui-spinner input
{
	border: none;
}

.ui-spinner-box {
	width: 70%;
	height: 100%;
	float: left;
	font-size: 125%;
	border: none;
	background: none;
	padding: 0;
}


.ui-spinner-down {
	bottom: 0;
	border-bottom: 0;
}

.ui-spinner-pressed {
	background: #FEFEFE;
}

.ui-spinner-up,
.ui-spinner-down {
	width: 20%;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	position: relative;
	right: 0;
	cursor: default;
	border: 1px solid #999;
	border-right: none;
	border-top: none;
}




.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}




.ui-spinner-down {
	bottom: 0;
	border-bottom: 0;
}

.ui-spinner-pressed {
	background: #FEFEFE;
}

.ui-spinner-list,
.ui-spinner-listitem {
	margin: 0;
	padding: 0;
}


*/


.minCenterBox
{
	text-align: center;
	width: 100%;
	}
	
.minCenterBox div
{
	margin: 0 auto 0 auto;
	width: 300px;
}

.setMinHeight
{
	height: 1024px;
}

.centeredVar
{
	margin: 0 auto;display: table;
}