@charset "UTF-8";
/* CSS Document */

body {
	color:#333;
	font:normal small/140% "Century Gothic", Futura, "Gill Sans", Arial, sans-serif;
	text-align:center;
	width:100%;
	min-width:1020px;
	height:auto;
	background:#D7D7DD url(../images/aai_page_back.jpg) no-repeat center top;
	position:relative;
}
html {
	width:100%;
	min-width:1020px;
	height:auto;
}
body, html, ul, li, p, img, h1, h2, h3, h4, h5, h6, h7, h8, ol, form, fieldset, legend, label, blockquote, textarea {
	margin:0;
	padding:0;
}
h1 {
	color:#444452;
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
h2 {
	color:#444452;
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
h2 sup {
	top:0;
}
h3, h4, h5, h6 {
	color:#6a6a6b;
	font-family:"Century Gothic", Futura, "Gill Sans", Arial, sans-serif;
}
ul, ol {
	list-style-type:none;
}
.checkbox {
	float:none;
	background:url(../images/blank.png);
}
img {
	border:0;
}
input, textarea {
	color:#333;
	padding:2px 5px;
	background:#FFF url(../images/button_back.png) repeat-x left -280px;
	border:1px solid #CCC;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:relative;
	behavior:url(../css/PIE.htc);
}
select {
	color:#333;
	padding:2px 5px;
	border:1px solid #CCC;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:relative;
	z-index:5;
}
textarea {
	width:auto;
	max-width:400px;
	max-height:250px;
}
input:focus, textarea:focus {
	color:#000;
	background:#FFF;
}
sup {
	font-size:70%;
	line-height:0;
	position:relative;
	top:0;
}
sup, x:-moz-any-link, x:only-child {top:0;}
a {
	color:#666;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
a:hover {
	color:#ed1b2e;
}
a:focus {
	color:#C31626;
}
.accessibleText {
	font-size:10%;
	margin-left:-9999px;
	display:none;
}
.noMargin, #noMargin {
	margin:0 !Important;
}
.noPadding {
	padding:0 !Important;
}
.noBorder {
	border:none !Important;
}
.noBack {
	background:transparent url(none) !Important;
}
#clear {
	width:99.9%;
	height:0;
	clear:both;
}
.clear {
	clear:both;
}
.button, .deleteButton, .inputButton, .disableButton, .button:visited, #cancel.button:visited, #resetBtn.button:visited, .deleteButton:visited, .inputButton:visited, .disableButton:visited {
	color:#FFF;
	font:bold 10px/100% "Century Gothic", Futura, "Gill Sans", Arial, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	border:1px solid #494952;
	padding:6px 12px;
	margin:0 0 0 10px;
	background-color:#9B9B9C;
	background-image:-webkit-gradient(linear, 0% 50%, 0% 51%, from(#9B9B9C), to(#929293));
	background-image:-moz-linear-gradient(center bottom, #929293 51%,#9B9B9C 50%);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	float:right;
	display:block;
	cursor:pointer;
	position:relative;
	behavior:url(../css/PIE.htc);
}
.button:hover, #cancel.button:hover, #resetBtn.button:hover, .deleteButton:hover, .inputButton:hover, .disableButton:hover, .button:visited:hover, #cancel.button:visited:hover, #resetBtn.button:visited:hover, .deleteButton:visited:hover, .inputButton:visited:hover, .disableButton:visited:hover {
	color:#fff;
	border:1px solid #ed1b2e;
	background-color:#65656e;
	background-image:-webkit-gradient(linear, 0% 50%, 0% 51%, from(#65656e), to(#4a4a53));
	background-image:-moz-linear-gradient(center bottom, #4a4a53 51%,#65656e 50%); 
}
.button:active, #cancel.button:active, #resetBtn.button:active, .deleteButton:active, .inputButton:active, .disableButton:active, .button:visited:active, #cancel.button:visited:active, #resetBtn.button:visited:active, .deleteButton:visited:active, .inputButton:visited:active, .disableButton:visited:active {
	border:1px solid #ed1b2e;
	background-color:#ed5555;
	background-image:-webkit-gradient(linear, 0% 50%, 0% 51%, from(#ed5555), to(#ed2a2e));
	background-image:-moz-linear-gradient(center bottom, #ed2a2e 51%,#ed5555 50%); 
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.5);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.5);
}
.required {
	color:#ED1B2E;
}
.error {
	color:#ED1B2E;
}
.IE5Message {
	color:#FFF;
	font-weight:bold;
	padding:5px 0;
	margin:0 0 -5px 0;
	background-color:#000;
}
.lastLineFixIE, #contactUsForm .removedSpace, #feedback .removedSpace {
	display:none;
}

/* pages */

#pageWrap {
	width:100%;
}

/* navigation inside pages */

#insideHeader {
	width:100%;
	position:relative;
	z-index:50;
	background:url(../images/top_bars.png) no-repeat center top;
	overflow:hidden;
}
#logoSpace {
	width:1020px;
	height:87px;
	margin:0 auto;	
	position:relative;
}
#logoSpace h1 {
	width:195px;
	height:39px;
	position:absolute;
	top:25px;
	left:0;
}
#logoSpace h1 a {
	width:195px;
	height:39px;
	background:url(../images/aai_header_logo.png) no-repeat left top;
	display:block;
}
#logoSpace h1 a:hover {
	background-position:left -40px;
}
#logoSpace h1 a:focus {
	background-position:left -80px;
}
#logoSpace h1 a:visited {
	background-position:left top;
}
#logoSpace h2 {
	width:142px;
	height:24px;
	position:absolute;
	top:16px;
	right:0;
	z-index:2;
}
#logoSpace h2 a {
	background:url("../images/dealer_locator_button.png") no-repeat scroll left top transparent;
	display:block;
	height:24px;
	position:relative;
	width:142px;
}
#logoSpace h2 a:hover {
	background-position:left 0px;
}
#logoSpace h2 a:focus {
	background-position:left 0px;
}
#logoSpace #headerPhone {
	color:#666;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:right;
	width:500px;
	margin-top:6px;
	position:absolute;
	right:0;
}
#topNav {
	width:100%;
	height:37px;
	background:#ebebed url(../images/pattern_sprites.png) repeat-x center top;
}
#topNav li {
	padding:9px 10px 0 10px;
	height:28px;
	display:inline-block;
}
#topNav a, #topNav a:visited {
	color:#2F2F39;
	font-size:18px;
	text-transform:uppercase;
}
#topNav a.selected, #topNav a.selected:hover, #topNav a.selected:focus, #topNav a.selected:active {
	color:#ED1B2E;
}
#topNav a:hover {
	color:#ED1B2E;
}
#topNav a:focus {
	color:#C31626;
}
#aaiLike
{
	left: 730px;
	position: absolute;
	top: 18px;
}
#facebookLink {
	position:absolute;
	left:86px;
	top:-2px;
}
#secondNav {
	height:35px;
	margin:0 auto;
	position:relative;
	display:inline-block;
	*top:10px;
}
#secondNav li {
	padding:11px 0 0 0;
	height:24px;
	display:inline-block;
	*display:inline;
	float:left;
	*float:none;
}
#secondNav a, #secondNav a:visited {
	color:#a6a6bb;
	font-size:14px;
	text-transform:uppercase;
	padding:0 10px 0 10px;
	border-right:1px solid #444452;
	display:block;
	*display:inline;
	zoom:1;
}
#secondNav .selected a, #secondNav .selected a:hover, #secondNav .selected a:focus, #secondNav .selected a:active {
	color:#eD1B2E;
}
#secondNav a:hover {
	color:#D7D7DD;
}
#secondNav a:focus {
	color:#FFF;
}
#secondNav a.selected {
	color:#F00;	
}
#insideNav {
	height:25px;
	width:100%;
	margin:0 auto;
}
#gymnasticsapparatusTabSubLinks, #gymnasticsmatsandpadsTabSubLinks, #gymnasticstrainingTabSubLinks, #gymnasticsjuniorsTabSubLinks, #gymnasticsdevelopmentalTabSubLinks {
	margin:0 auto;
	display:inline-block;
}
#secondNav #catalogNav a, #insideNav #gymnasticsapparatusadaptersTabSubLink a, #insideNav #gymnasticsmatsandpadswallpaddingTabSubLink a, #insideNav #gymnasticstrainingaccessoriesTabSubLink a, #insideNav #gymnasticsdevelopmentalelitekidsTabSubLink a {
	border-right:0 none;
}

#headerNavCenter {
	background:url("../images/nav_bg.jpg") repeat-x scroll 0 0 #2D2D36;
	height:60px;
	position:relative;
	width:100%;
	z-index:1000;
	text-align:center;
	margin:0 auto;
}
/*** ESSENTIAL STYLES ***/
.sf-menu { word-spacing:-1em; } /* Firefox inline-block sapcing bug fix */
.sf-menu * { word-spacing:normal; } /* Reset the spacing for other elements */
.sf-menu li {
	height:25px;
	position:relative;
	display:inline-block;
	*display:inline;
	float:left;
	z-index:1000;
	*float:none;
	zoom:1;
}
.sf-menu ul li {
	display:table-row;
	padding:0;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu a {
	font-size:12px;
	text-decoration:none;
	line-height:120%;
	height:15px;
	padding:5px 10px;
	border-right:1px solid #9e1313;
	display:block;
	position:relative;
	text-shadow:1px 1px 1px #9e1313;
	z-index:1000;
	*display:inline;
	zoom:1;
}
.sf-menu a:hover, .sf-menu a:active {
	text-shadow:1px 1px 1px #333;
}
.sf-menu li ul {
	width:16.29em; /*IE6 soils itself without this*/
	border-bottom:1px solid #494952;
	position:absolute;
	top:-999em;
	display:none;
}
#lastSubNavUL {
	left:-184px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:25px; /* match top ul list item height */
	z-index:1000;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:15.38em; /* match ul width */
	top:0;
}
.sf-menu li li {
	background-color:#FFF;
	position:relative;
	zoom:1;
}
.sf-menu a, .sf-menu a:visited, #category .sf-menu ul li a { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFF;
}
.sf-menu a:hover {
	background:#494952 url(../images/pattern_sprites.png) repeat-x center -111px;
 	text-shadow:1px 1px 1px #000;
}
.sf-menu a:focus, .sf-menu a:active, .sf-menu li.sfHover a:focus {
	background:#ED1B2E url(../images/pattern_sprites.png) repeat-x center -51px;
 	text-shadow:1px 1px 1px #000;
 }
.sf-menu li li a, .sf-menu li li a:visited {
	line-height:140%;
	text-align:left;
	padding:5px 0.38em;
	width:20.62em;
	background:url("../images/pattern_sprites.png") repeat-x scroll center -110px #494952;
	border-left:1px solid #494952;
	border-right:1px solid #494952;
	border-top:1px solid #494952;
	position:relative;
	opacity:0.7;
	filter:alpha(opacity = 70);
	-moz-opacity:7;
	text-shadow:1px 1px 1px #000;
	z-index:10000;
}
.sf-menu li li a:hover {
	background:#494952 url(../images/pattern_sprites.png) repeat-x center -111px;
	position:relative;
	z-index:10000;
	filter:alpha(opacity = 100);
	-moz-opacity:1;
	opacity:1;
}
.sf-menu li li a:active, .sf-menu li li a:focus {
	background:#ed1b2e url(../images/pattern_sprites.png) repeat-x center -50px;
}
.sf-menu a.selected {
	color:#FFFFFF;
	text-shadow:1px 1px 1px #000;
	background:#2D2D36;
}

/*** arrows **/

.sf-sub-indicator {
	display:none;
}

/* footer */

#footer {
	width:100%;
	height:25px;
	background:url("../images/pattern_sprites.png") repeat-x scroll center -200px #6A6A6B;
	bottom:0;
	left:0;
	position:relative;
}
#footer #footerContent {
	width:1020px;
	height:25px;
	margin:0 auto;
	position:relative;	
}
/*#footer #footerWrap {
	width:1020px;
	height:25px;
	margin:0 auto;
	background:url(../images/footer_back.png) no-repeat center top;
	position:relative;
}*/
#footer #footerLeft {
	height:25px;
	position:absolute;
	top:0;
	left:0;
}
#footer #footerRight {
	height:25px;
	position:absolute;
	top:0;
	right:0;
}
#footer #footerLeft li, #footer #footerRight li {
	height:25px;
	position:relative;
	display:inline-block;
	_display:inline;
	float:left;
	z-index:700;
	overflow:hidden;
}
#footer #footerLeft li span {
	color:#2D2D36;
	font-size:10px;
	line-height:12px;
	padding:0 10px 0 10px;
	display:block;
}
#footer #footerLeft li a {
	width:75px;
	height:15px;
	padding:0 10px 0 10px;
	background:url(../images/footer_logo.png) no-repeat center center;
	border-right:none !Important;
	display:block;
	margin-top:5px;
}
#footer #footerLeft li a:hover {
	background-position:center top;
}
#footer #footerLeft li a:focus {
	background-position:center bottom;
}
#footer a, #footer a:visited {
	color:#2D2D36;
	font-size:10px;
	line-height:21px;
	padding:2px 10px;
	border-right:1px solid #A6A6BB;
	display:block;
}
#footer a.selected, #footer a.selected:hover, #footer a.selected:focus, #footer a.selected:active {
	color:#000;
}
#footer a:hover {
	color:#FFF;
}
#footer a:focus {
	color:#6A6A6B;
}
#bottomBar {
	width:100%;
	height:222px;
	background:url(../images/bottom_bars.png) no-repeat center top;
}
/* page body */

.pageArea {
	width:100%;
	position:relative;
	z-index:0;
	margin:10px auto 0;
}
.pageMarker {
	width:100%;
	background:url(../images/gymastics_marker.png) no-repeat center top;
}
.screenedLogo {
	text-align:left;
	width:960px;
	min-height:500px;
	padding:20px 20px 40px;
	margin:20px auto 30px;
	background:url(../images/E6E6E8_60.png) repeat top left;
	border:1px solid #CCC;
	-moz-border-radius:20px;
	-khtml-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	position:relative;
	z-index:10;
}
.screenedLogo h2.bodyHeader {
	font-size:150%;
	text-align:center;
	letter-spacing:.02em;
	width:100%;
}
.screenedLogo h3.bodySubHeader {
	color:#666;
	font:normal 16px/120% "Century Gothic", Futura, "Gill Sans", Arial, sans-serif;
	text-align:center;
	width:100%;
	padding-bottom:10px;
	margin:-5px 0 0;
}
.screenedLogo p {
	font-size:90%;
	width:100%;
	padding:7px 0;
}
.top {
	font-size:70%;
	text-align:right;
	text-transform:uppercase;
}
#top {
	font-size:1px;
	height:0;
	margin:0;
	padding:0;
	display:block;
}

/*accordion*/

/*.accordionButton {
	background:#c4c4c4;
	padding:10px 0;
	border:1px solid rgba(0,0,0,.5);
	margin-bottom:2px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}*/
.accordionContainer {
	margin:0 auto;
	width:940px;
	margin:20px 0 0 10px;
}
.accordionButton {	
	background-image:url("../images/accordion_default.jpg");
	background-repeat:repeat-x;
	height:30px;
	padding:4px 0 0 20px;
	position:relative;
	width:917px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:2px solid #CCC;
	line-height:24px;
}
.accordionButton h4 {
	color:#444452;
	font-size:16px;
}
.accordionButton h4 a{
	width:917px;
	height:30px;
	display:block;	
}
.accordionButton h3 {
	font-size:10px;
	font-style:italic;	
}
.accordionContent {	
	background:none repeat scroll 0 0 #2C2D36;
	display:none;
	margin:0 0 0 12px;
	padding:10px 20px 30px;
	position:relative;
	width:880px;
}
.accordionContent li {
	font-size:11px;
}
.accordionContent li p {
	margin-left:10px;
	width:280px;	
}
.accordionContent p {
	color:#FFF;
	font-size:16px;	
}
.columnOne {
	position:relative;
	left:0;
	top:0;
	width:290px;
}
.columnTwo {
	position:absolute;
	left:325px;
	top:10px;
	width:290px;
}
.columnThree {
	position:absolute;
	left:625px;
	top:10px;
	width:290px;
}
.on {
	background-image:url("../images/accordion_current.jpg");
	background-repeat:repeat-x;
	height:30px;
	padding:4px 0 0 20px;
	position:relative;
	width:917px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:2px solid #CCC;
	line-height:24px;
}
.over{
	background-image:url("../images/accordion_hover.jpg");
	background-repeat:repeat-x;
	height:30px;
	padding:4px 0 0 20px;
	position:relative;
	width:917px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:2px solid #CCC;
	line-height:24px;
}
.on a {
	color:#FFF;
	text-shadow:black 0.1em 0.1em 0.2em;
	text-align:left;
}
.thumbnailContainer {
	min-height:77px;
	width:500px;
	padding-left:100px;
	clear:both;
}
.wrapperLeft {
	position:relative;
	float:left;
}
.wrapperRight {
	position:relative;
	right:0;
}
/* home */

#home #secondNav, #home #insideNav {
	display:none;
}
#home .pageArea {
	background:#1e1d24 url(../images/pattern_sprites.png) repeat-x center -770px;
}
#home .pageMarker {
	background:url(../images/aai_home_logo.jpg) no-repeat center top;
	height:423px !Important;
}

/* gymnastics home */

#pageGymnastics .pageArea {
	margin:0 auto;
	background:#1e1d24 url(../images/gymnastics_home.jpg) no-repeat center -6px;
}
#pageGymnastics .pageMarker {
	width:1020px;
	height:420px !Important;
	margin:0 auto;
	background:url(../images/gymnastics_home.jpg) no-repeat center -6px;
	position:relative;
}
#gymnasticsText {
	color:#D7D7DD;
	font-size:12px;
	line-height:180%;
	width:740px;
	position:absolute;
	top:205px;
	right:0;
	text-shadow:#000 1px 1px 1px;	
}
#cheerHome .pageArea {
	background:#1E1D24 url(../images/pattern_sprites.png) repeat-x center -775px;
}
#cheerHome .pageMarker {
	width:1297px;
	height:423px !Important;
	margin:0 auto;
	background:url(../images/cheerleading_home.jpg) no-repeat center -5px;
	position:relative;
}
#cheerText {
	color:#D7D7DD;
	font-size:12px;
	line-height:180%;
	width:710px;
	position:absolute;
	top:198px;
	right:204px;	
}
#homeCheerleader {
	width:216px;
	height:510px;
	background:url(../images/cheerleader_home.png) no-repeat left top;
	position:absolute;
	top:-86px;
	left:120px;
}

/* product view page */

#pageProduct .pageArea, #pviewWrapper {
	margin:20px auto 0;
	min-height:640px;
	width:1020px;
	z-index:0;
}

/* pview image and zoom */

#pviewImgContainer {
	text-align:center;
	width:435px;
	padding:0;
	background:url(../images/aai_sprites.png) no-repeat -385px 10px;
	position:absolute;
	top:26px;
	left:0;
}
#zoomContainer {
	width:435px;
	height:380px;
	margin:0;
	background-color:#FFF;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:2px 2px 10px #999999;
}
#zoomMask {
	width:435px;
	height:360px;
	position:absolute;
	top:15px;
	left:0;
	z-index:105;
}
#zoomButton {
	width:23px;
	height:23px;
	background:url(../images/aai_sprites.png) no-repeat -280px top;
	position:absolute;
	top:10px;
	right:10px;
	z-index:150;
}
#zoomButton:hover {
	background-position:-280px -29px;
}
#productDescImg {
	width:435px;
	height:360px;
	position:absolute;
	top:10px;
	left:0;
	z-index:1;
}
#pviewImgContainer h3 {
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	line-height:100%;
	width:435px;
	height:16px;
	padding:2px 0;
	background:#494952 url(../images/pattern_sprites.png) repeat-x center -100px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:absolute;
	top:390px;
	left:0;
	z-index:100;
}
#pviewRelatedProducts {
	position:absolute;
	top:420px;
	left:0;
	width:450px;
}
#pviewRelatedProducts a {
	width:133px;
	height:132px;
	margin:0 17px 0 0;
	background-color:#FFF;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:2px 2px 10px #999;
	-webkit-box-shadow:2px 2px 10px #999;
	box-shadow:2px 2px 10px #999;
	opacity:0.7;
	filter:alpha(opacity = 70);
	-moz-opacity:0.7;
	position:relative;
	float:left;
	display:block;
}
#pviewRelatedProducts a:hover {
	opacity:1;
	filter:alpha(opacity = 100);
	-moz-opacity:1;
}
#pviewRelatedProducts img {
	width:123px;
	height:102px;
	position:absolute;
	top:10px;
	left:5px;
}

/* pview right column */

#pviewDescContainer {
	background:url(../images/E6E6E8_60.png) repeat top left;
	border:1px solid #CCC;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	box-shadow:2px 2px 10px #999999;
	left:450px;
	margin-bottom:100px;
	min-height:502px;
	overflow:hidden;
	padding:20px 20px 30px;
	position:relative;
	text-align:left;
	top:26px;
	width:420px;
	z-index:500;
	display:block;
	*left:170px;
	*top:6px;
}
#pviewDescContainer div, #pviewDescContainer ul, #pviewDescContainer ol, #pviewDescContainer ol li, #pviewDescContainer ol li p, #pviewDescContainer h2, #pviewDescContainer h5, #pviewDescContainer h4, #pviewDescContainer ol li blockquote, #pviewDescContainer #sizeChartLink {
	width:420px;
}
#productDescName h2 {
	color:#c31626;
	font-family:Impact, "Arial Black", Gadget, sans-serif;
	font-size:170%;
	line-height:100%;
	font-weight:normal;
	width:420px;
	margin:0;
}
#productDescName h2 sup {
	font-size:50%;
	top:0;
	*top:-.65em !important;
}
#productDescName h5 {
	color:#6A6A6B;
	display:none;
	font-weight:normal;
	margin:5px 0 0;
}
#productDescName h5 span {
	color:#000;
	width:420px;
	display:block;
}
#pviewDescContainer h4 {
	color:#c31626;
	font-size:100%;
	text-transform:uppercase;
	margin:10px 0 0 0;
	display:block;
}
#pviewDescContainer h4 span {
	color:#6A6A6B;
	font-size:90%;
	font-weight:normal;
	text-transform:capitalize;
	font-style:oblique;
	line-height:100%;
	clear:left;
}
#productDesc div p img {
	float:right;
	margin-left:10px;
}
#productDesc div ul {
	list-style:disc outside;
	margin-bottom:10px;
}
#productDesc div ul li {
	font-size:85%;
	line-height:140%;
	margin:5px 0 0 1.3em;
}
#productDesc div ul li strong {
	color:#9B79B5;
}
#productDesc div em {
	font-style:normal;
	display:block;
}
#pviewDescContainer ol {
	clear:both;
	display:block;
}
#pviewDescContainer ol li {
	line-height:120%;
	text-indent:0;
	clear:left;
}

/* pview features */

#features a {
	width:auto;
	height:50px;
	margin:5px 10px 0 0;
	float:left;
	opacity:0.5;
	filter:alpha(opacity = 35);
	-moz-opacity:0.5;
}
#features a:hover {
	opacity:1;
	filter:alpha(opacity = 100);
	-moz-opacity:1;
}
#features img {
	height:50px;
	float:left;
}
.pviewSpecialFeature {
	float:left;
}

/* pview sizes */

#pviewDescContainer ol li #pviewSize a {
	color:#FFF;
	font-size:9px;
	text-align:center;
	text-decoration:none;
	width:2.8em;
	height:2.7em;
	margin:3px 3px 3px 0;
	background:#949495 url(../images/pattern_sprites.png) repeat-x center -200px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	float:left;
	display:block;
	behavior:url(../css/PIE.htc);
}
#pviewDescContainer ol li #pviewSize a:hover {
	color:#FFF;
	background:#494952 url(../images/pattern_sprites.png) repeat-x center -100px;
}
#pviewDescContainer ol li #pviewSize a.focus {
	color:#FFF;
	background-color:#444452;
	border:none;
}
#pviewDescContainer ol li #pviewSize a.selected {
	color:#FFF;
	background:#ed1b2e url(../images/pattern_sprites.png) repeat-x center -50px;
	border:none;
}
#pviewDescContainer ol li #pviewSize a span {
	font-style:normal;
	padding:3px 0;
	display:block;
}
#sizeChartLink a {
	font-size:85%;
}

/* pview colors */

#pviewDescContainer ol li blockquote {
	text-decoration:none;
	display:block;
}
#pviewDescContainer ol li blockquote a {
	width:30px;
	height:30px;
	margin:3px 5px 0 0 !Important;
	border:1px solid #A6A6BB;
	position:relative;
	float:left;
	display:block;
	opacity:.70;
	filter:alpha(opacity = 70);
	-moz-opacity:.70;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	behavior:url(../css/PIE.htc);
}
#pviewDescContainer ol li blockquote a:hover {
	border:1px solid #6A6A6B;
	opacity:1;
	filter:alpha(opacity = 100);
	-moz-opacity:1;
}
#pviewDescContainer ol li blockquote a:active {
	border:1px solid #444452;
}
#pviewDescContainer ol li blockquote a.selected {
	border:1px solid #C31626;
	opacity:1;
	filter:alpha(opacity = 100);
	-moz-opacity:1;
}
#pviewDescContainer ol li blockquote a img {
	width:30px;
	height:30px;
}
#pviewDescContainer ol li #colorDisclaimer {
	font-size:80%;
	font-style:oblique;
}

/* pview button - not used */

#pviewDescContainer #addLi {
	width:520px;
	float:left;
	overflow:hidden;
}

/* pview confirmation message - not used */

.pviewError {
	color:#FFF;
	font-size:100%;
	width:410px !Important;
	margin:10px 0;
	padding:5px 10px;
	background-color:#B42E7D;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	float:left;
	behavior:url(../css/PIE.htc);
}

/* pview scroller */

#pviewSide {
	text-align:left;
	width:120px;
	height:512px;
	background:url(../images/aai_sprites.png) no-repeat 10px 35px;
	position:absolute;
	top:20px;
	right:0;
	z-index:160;
}
#pviewSide #pviewScroll {
	width:120px;
	height:480px;
	margin-top:18px;
	background:url(../images/stroke_pattern.png) repeat-y 10px top;
	overflow:hidden;
}
#pviewScroll .jcarousel-skin-tango, #pviewScroll .jcarousel-container, #pviewScroll .jcarousel-clip {
	width:120px;
	height:480px;
}
#pviewScroll ul {
	width:72px;
	height:480px;
	float:right;
}
#pviewScroll .jcarousel-prev {
	width:30px;
	height:28px;
	background:url(../images/aai_sprites.png) no-repeat -278px -80px;
	opacity:0.35;
	filter:alpha(opacity = 35);
	-moz-opacity:0.35;
	position:absolute;
	top:0;
	left:14px;
	z-index:200;
	zoom:1;
	cursor:n-resize;
}
#pviewScroll .jcarousel-next {
	width:30px;
	height:28px;
	background:url(../images/aai_sprites.png) no-repeat -278px -120px;
	opacity:0.35;
	filter:alpha(opacity = 35);
	-moz-opacity:0.35;
	position:absolute;
	bottom:0;
	left:14px;
	z-index:200;
	zoom:1;
	cursor:s-resize;
}
#pviewScroll .jcarousel-prev:hover, #pviewScroll .jcarousel-next:hover {
	opacity:0.70;
	filter:alpha(opacity = 70);
	-moz-opacity:0.70;
}
#pviewScroll .jcarousel-prev:active, #pviewScroll .jcarousel-next:active {
	opacity:1;
	filter:alpha(opacity = 100);
	-moz-opacity:1;
}
#pviewScroll .jcarousel-prev-disabled,
#pviewScroll .jcarousel-next-disabled,
#pviewScroll .jcarousel-prev-disabled-horizontal,
#pviewScroll .jcarousel-next-disabled-horizontal,
#pviewScroll .jcarousel-prev-disabled-vertical
#pviewScroll .jcarousel-next-disabled-vertical {
	display:none;
	visibility:hidden;
}

#pviewSide #pviewScroll ul li {
	width:70px;
	height:58px;
	margin:5px 3px 5px 0px;
	float:right !Important;
	clear:right;
}
#pviewSide #pviewScroll ul li a, #pviewSide #pviewScroll ul li a:visited {
	width:70px;
	height:58px;
	background-color:#E6E6E8;
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-box-shadow:2px 2px 2px #999;
	box-shadow:2px 2px 2px #999;
	position:relative;
	opacity:.70;
	filter:alpha(opacity = 70);
	-moz-opacity:.70;
	margin:0 0 6px 0;
	float:right !Important;
}
#pviewSide #pviewScroll ul li a:hover, #pviewScroll ul li a:visited:hover {
	opacity:1.0;
	filter:alpha(opacity = 100);
	-moz-opacity:1.0;
}
#pviewSide #pviewScroll ul li a:active, #pviewScroll ul li a:focus, #pviewScroll ul li a:visited:active {
	opacity:1.0;
	filter:alpha(opacity = 100);
	-moz-opacity:1.0;
}
#pviewSide a img {
	width:70px;
	height:58px;
	position:absolute;
	top:0;
	left:0;
}
#pviewSide a .transparentLink {
	width:70px;
	height:58px;
}

/* sub products */

#pviewDescContainer ol li h4 #buyOnline {
	line-height:120%;
	display:inline;
}
#subProductsContainer h4 {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
}
.subProduct {
	border-bottom:1px solid #CCC;
}
.subProductDescription {
	font-size:11px;
	line-height:120%;
	margin:5px 0 10px 0;
}
.subProductDescription a {
	color:#666;
	cursor:default;	
}
.subItem {
	color:#C31626;
	font-weight:bold;
}
.subName {
	
}
.subDesc {
		
}

/* contact us page */
#pageContact #insideNav{
	display:none;	
}
.leftList {
	position:absolute;
	left:80px;
	top:0;
	font-size:11px;
}
.centerList {
	position:absolute;
	left:295px;
	top:1.6em;
	font-size:11px;
}
.rightList {
	position:absolute;
	left:536px;
	top:0;
	font-size:11px;
}
.lastList {
	position:absolute;
	left:773px;
	top:1.6em;
	font-size:11px;	
}
#pageContact .pageArea .screenedLogo {
	min-height:640px;
	*top:20px;	
}
#pageContact #addressBox {
	min-height:92px;
	position:relative;
	top:10px;
	width:900px;	
}
#pageContact .pageArea .screenedLogo p {
	text-align:left;
}
#pageContact p {
	margin-left:75px;
	width:850px;
}
#pageContact ul {
	list-style-type:none;
}
#pageContact .leftColumn {
	width:440px;
	float:left;
}
#pageContact .leftColumn p {
	width:440px;
	padding:0;
	margin:0 0 15px 0;
}
#pageContact .rightColumn {
	font-size:90%;
	width:440px;
	float:right;
}
#pageContact .rightColumn li {
	width:440px;
	display:block;
}
#pageContact #contactUsForm {
	clear:both;
	display:block;
	font-size:90%;
	margin:0 auto;
	padding:20px 0;
	position:relative;
	top:40px;
	width:940px;
}
#pageContact fieldset {
	padding:15px 30px 12em 30px;
	border:1px solid #CCC;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(../css/PIE.htc);
}
#pageContact legend {
	color:#333;
	font-size:150%;
	margin:5px;
	padding:5px;
}
#pageContact form p {
	width:420px;
	margin:5px 0;
	position:relative;
}
#pageContact form label {
	
}
#pageContact form input {
	width:300px;
	position:absolute;
	bottom:0;
	right:0;
}
#pageContact form input:focus, #pageContact form textarea:focus {
	border-color:#666;
}
#pageContact form label.checkboxDescription {
	width:auto;
}
#pageContact form input.radioBtn {
	width:10px;
	background:none;
}
#pageContact #message {
	height:7em;
	position:absolute;
	top:47px;
	left:500px;
}
#pageContact textarea#messageBox {
	width:400px;
	top:1em;
}
#pageContact .required {
	color:#900;
}
#pageContact .fineprint {
	color:#900;
	width:420px;
	position:absolute;
	bottom:30px;
	left:30px;
}
.formError {
	color:#FFF;
	text-align:left;
	font-weight:bold;
	width:400px;
	padding:2px 10px;
	margin:2px 0;
	background-color:#F00;
	display:block;
}
	
/* FORM CAPTCHA */

#pageContact form .captcha {
	text-align:center;
	width:420px;
	margin:0 auto;
	position:absolute;
	top:18em;
	left:500px;
}
#pageContact form .captcha p {
	width:420px;
}
#pageContact form .captcha label {
	width:420px;
	padding:5px 0;
}
#pageContact form .captcha input {
	width:400px;
	margin-top:5px;
	position:relative;
	right:5px;
}
#pageContact form .captcha .refresh {
	text-align:center;
	width:420px;
	margin:0 auto;
}
#pageContact form .captcha p .formError {
	font-size:100% !Important;
	width:300px;
	padding:0;
	float:right;
}
#pageContact form .captcha #captchaImg {
	width:300px;
	height:100px;
	background-color:#FFF;
	display:block;
	margin:0 auto;
}
.recess {
	border-top:1px solid #6c7a86;
	border-right:1px solid #999;
	border-left:1px solid #CCC;
}
#mybuttons {
	width:300px !Important;
	position:absolute;
	right:30px;
	bottom:40px;
}

/* form response */

#pageContact #confirmation {
	padding-top:40px;
	clear:both;
}
#pageContact #confirmation h3 {
	font-size:120%;
	width:920px;
	padding:20px;
	clear:both;
	display:block;
	position:relative;
	background-color:#CCC;
	border:1px solid #CCC;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(../css/PIE.htc);
}


/* events */

#pageEvents #insideNav{
	display:none;	
}
#pageEvents #bottomBar {
	height:115px;	
}
#eventsContent img {
	position:absolute;
	top:70px;
	left:40px;	
	opacity:0.8;
}
#eventsContent h4 {
	text-align:left;
	font-size:16px;
	text-align:left;
}
#eventsContent div p {
	width:700px;
}
#eventsContent div sup {
	font-size:40%;
	top:.15em;
}
#eventsRight {
	min-height:700px;
	line-height:20px;
	width:375px;
	margin:0 0 40px;
	padding-left:60px;
	border-left: 1px solid #CECECE;
	position:relative;
	top:20px;
	left:480px;
}

/* global */
#pageGlobalPresence #insideNav{
	display:none;
}	
#globalPresenceContent img {
	margin-left:10px;
	border:4px solid #2C2D36; 
	-moz-border-radius:10px 10px 10px 10px;	
}
.globalBullet {
	background:url(../images/global_bullet.jpg) left center no-repeat;
	width:250px;
	padding-left:30px;
	color:#fff;
	font-size:10px;
	margin-bottom:10px;
}

/* heritage */
#pageHeritage #insideNav{
	display:none;	
}
#pageHeritage .screenedLogo {
	min-height:800px;
}
#pageHeritage .screenedLogo .content {
	width:600px;
	margin:60px 0 0 100px;
}
#heritageContent {
	min-height:700px;
}
#heritageContent img {
	margin-left:10px;
	border:4px solid #2C2D36; 
	-moz-border-radius:10px 10px 10px 10px;
}
#heritageContent h4 {
	text-align:left;
}
#heritageContent div p {
	width:880px;
	font-size:12px;
}
#heritageContent div sup {
	font-size:40%;
	top:.15em;
}

/*.heritage {
	background:url(../images/heritage.jpg);
}
.facilities {
	background:url(../images/facilities.jpg);
}*/

/* new */


#new .screenedLogo .content {
	width:600px;
	margin:60px 0 0 100px;
}

#new .newProducts {
	position:absolute;
	top:420px;
	left:0;
}
#newProducts a {
	width:133px;
	height:132px;
	margin:0 15px 15px 0;
	background-color:#fff;
	border:1px solid #A6A6BB;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	opacity:0.7;
	filter:alpha(opacity = 70);
	-moz-opacity:0.7;
	position:relative;
	float:left;
}
#newProducts a:hover {
	border:1px solid #6A6A6B;
	opacity:1;
	filter:alpha(opacity = 100);
	-moz-opacity:1;
}
#newProducts a.focus {
	border:1px solid #444452;
}
#newProducts img {
	width:123px;
	height:102px;
	position:absolute;
	top:10px;
	left:5px;
}
#newProductsLeftCol {
	text-align:center;
	width:435px;
	padding:0;
	background:url(../images/curvation_sprites.png) no-repeat -385px top;
	position:absolute;
	top:80px;
	left:0;
}
#newProductsLeftCol h3 {
	color:#FFF;
	font-weight:normal;
	width:435px;
	padding:5px 0;
	background:#494952 url(../images/pattern_sprites.png) repeat-x center -100px;
	position:absolute;
	top:380px;
	left:0;
}
#newProductsRightCol {
	text-align:center;
	width:480px;
	height:505px;
	position:absolute;
	top:80px;
	left:480px;
	overflow:hidden;
	z-index:500;
}

/* where to buy map */

#pageDealerLocator .screenedLogo {
	min-height:700px;
	
}
#pageDealerLocator.screenedLogo {
	z-index:0;
}
#retailSearchPanel  {
	line-height:120%;
	width:530px;
	margin:0;
	float:left;
}
#us_map  {
	width:635px;
	height:555px;
	margin:30px 0;
	float:left;
}
#retailSpacer {
	line-height:120%;
	width:320px;
	margin:20px 0;
	padding-bottom:20px;
	background:#414759;
	border:1px solid #FFF;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	float:right;
	z-index:100;
	behavior:url(../css/PIE.htc);
}
#retailSpacer h3 {
	color:#EEE;
	font:normal 130%/120% "Century Gothic", Futura, "Gill Sans", Arial, sans-serif;
	text-align:center;
	width:320px;
	padding:10px 5px 0 5px;
	float:left;
}
#retailSpacer p  {
	color:#FFF;
	font-size:80%;
	line-height:120%;
	text-align:center;
	width:320px;
	margin:0;
	padding:3px 5px 10px 5px;
	float:left;
	display:block;
}
#retailResult {
	width:320px;
	height:470px;
	background:#D7D7DD;
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
}
#retailResult .locatorResultWrapper ul {
	display:none;
}
#retailResult #stateDesc {
	font-size:100%;
	color:#414759;	
}
#retailResult div {
	width:320px;
	height:445px;
	padding-bottom:10px;
	float:left;
}
#retailResult div ul {
	list-style:none;
	width:290px;
	padding:15px 0 15px 30px;
	border-bottom:1px solid #FFF;
}
#retailResult div ul li {
	font-size:95%;
	line-height:120%;
	padding:1px 0;
}
#retailResult div ul li strong {
	color:#C31626;
}

/* site map */
#pageSiteMap #insideNav{
	display:none;	
}
#pageSiteMap .screenedLogo {
	text-align:center;
}
#pageSiteMap h3 {
	font-weight:normal;
	padding-bottom:20px;
	text-align:center;
}
/*#pageSiteMap .screenedLogo .content {
	width:890px;
	min-height:500px;
	margin:60px 0 0 30px;
	text-align:center;
}*/
#pageSiteMap .screenedLogo ul li {
	display:inline;
	padding:10px;
	line-height:50px;
}
#pageSiteMap .screenedLogo ul li:nth-child(1), #pageSiteMap .screenedLogo ul li:nth-child(8), #pageSiteMap .screenedLogo ul li:nth-child(9), #pageSiteMap .screenedLogo ul li:nth-child(16), #pageSiteMap .screenedLogo ul li:nth-child(17), #pageSiteMap .screenedLogo ul li:nth-child(24), #pageSiteMap .screenedLogo ul li:nth-child(25) {
	font-size:300%;
}
#pageSiteMap .screenedLogo ul li:nth-child(2), #pageSiteMap .screenedLogo ul li:nth-child(7), #pageSiteMap .screenedLogo ul li:nth-child(10), #pageSiteMap .screenedLogo ul li:nth-child(15), #pageSiteMap .screenedLogo ul li:nth-child(18), #pageSiteMap .screenedLogo ul li:nth-child(23), #pageSiteMap .screenedLogo ul li:nth-child(26) {
	font-size:250%;
}
#pageSiteMap .screenedLogo ul li:nth-child(3), #pageSiteMap .screenedLogo ul li:nth-child(6), #pageSiteMap .screenedLogo ul li:nth-child(11), #pageSiteMap .screenedLogo ul li:nth-child(14), #pageSiteMap .screenedLogo ul li:nth-child(19), #pageSiteMap .screenedLogo ul li:nth-child(22), #pageSiteMap .screenedLogo ul li:nth-child(27) {
	font-size:200%;
}
#pageSiteMap .screenedLogo ul li:nth-child(4), #pageSiteMap .screenedLogo ul li:nth-child(5), #pageSiteMap .screenedLogo ul li:nth-child(12), #pageSiteMap .screenedLogo ul li:nth-child(13), #pageSiteMap .screenedLogo ul li:nth-child(20), #pageSiteMap .screenedLogo ul li:nth-child(21), #pageSiteMap .screenedLogo ul li:nth-child(28) {
	font-size:150%;
}

/* Proposition 65 */
#pageProposition65 #insideNav{
	display:none;	
}
#pageProposition65 .screenedLogo .content {
	width:600px;
	margin:60px 0 0 100px;
}
#pageProposition65 h2 {
	margin-bottom:20px;	
}
#pageProposition65 p {
	width:860px;
	margin:0 50px;	
}
#pageProposition65 .pageArea blockquote {
	margin:50px;
}

/*Privacy Page*/

#pagePrivacyPolicy #insideNav{
	display:none;	
}

/*Copy Right*/
#pageCopyright #insideNav{
	display:none;	
}

/*Mats and Pads Page*/

.tab_container {
	width:956px;
	min-height:500px;
	margin:0;
	padding:0;
}
.tab_content {
	width:956px;
	min-height:500px;
	margin:0;
	padding:0;
	display:none;
}

#pageFoldingMats #pageContent .tab_container .tab_content #mainImage {
	background:url(../images/folding_mats.png) no-repeat;
	width:750px;
	height:315px;
	position:absolute;
	right:20px;
	top:206px;
}
#pageFoldingMats #pageContent .tab_container .tab_content #mainDesc {
	height:200px;
	left:60px;
	margin:0 0 40px;
	position:absolute;
	top:103px;
	width:400px;	
}
#pageFoldingMats #pageContent .tab_container .tab_content #detailsLeft {
	float:left;
	min-height:400px;
	margin:20px 40px 0 20px;
	width:440px;
}
#pageFoldingMats #pageContent .tab_container .tab_content #detailsRight {
	float:left;
	min-height:400px;
	margin:20px 0 0;
	width:440px;
}
#pageFoldingMats #pageContent .tab_container .tab_content h1 {
	font-size:16px;
	margin:10px 0 0;
	text-align:left;
	font:normal small/140% "Century Gothic", Futura, "Gill Sans", Arial, sans-serif;
}
#pageFoldingMats #pageContent .tab_container .tab_content #guidelinesLeft {
	float:left;
	margin:20px 40px 0 2px;
	min-height:260px;
	width:440px;
}
#pageFoldingMats #pageContent .tab_container .tab_content #guidelinesRight {
	float:left;
	margin:20px 0 0;
	min-height:260px;
	width:440px;
}
#pageFoldingMats #pageContent .tab_container .tab_content #guidelinesLeft p {
 	margin:10px 40px 10px 8px;
	width:400px
}
#matSizeChart {
	border:2px solid #FFFFFF;
	min-height:252px;
	position:relative;
	top:10px;
	width:937px;
}
#matSizeChart table {
	background:none repeat scroll 0 0 #FFFFFF;
	border-collapse:collapse;
	font-size:12px;
	min-height:252px;
	width:937px;
}
#matSizeChart table th {
	padding:10px;	
}
#matSizeChart table tr td {
	padding:10px;	
}
#matSizeChart table tr.head {
	background:#ED1B2E;
	color:#FFF;
}
#matSizeChart table tr.even {
	background:#CCC;
}

#matSizeChart table tr.odd {
	background:#F9F9F9;
}
#pageFoldingMats #pageContent .tab_container .tab_content #colorChart {
	background:none repeat scroll 0 0 #CCCCCC;
	border:2px solid #FFFFFF;
	margin:30px 0 0;
	min-height:183px;
	padding:0 10px 10px;
	position:relative;
	width:917px;
}
#pageFoldingMats #pageContent .tab_container .tab_content #colorChart ul {
	color:#FFFFFF;
	min-height:120px;
	width:768px;
}
#pageFoldingMats #pageContent .tab_container .tab_content #colorChart ul li {
	float:left;
	height:45px;
	margin:0 5px 5px 0;
	padding:5px;
	width:81px;
}
.tabs {
	width:800px;
	height:34px;	
}

ul.tabs li a {
	background-image:url("../images/accordion_default.jpg");
	background-repeat:repeat-x;
	height:30px;
	padding:4px 0 0 0;
	width:200px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:2px solid #CCC;
	line-height:24px;	
	display:block;
	position:absolute;
	margin:0 10px 0 0;
	text-align:center;
	
}
ul.tabs li #foldingMats {
	top:60px;
	left:20px;
}
ul.tabs li #foldingMatsDetail {
	top:60px;
	left:240px;
}
ul.tabs li #foldingMatsGuidelines {
	top:60px;
	left:460px;
}
ul.tabs li a:hover {
	background-image:url("../images/accordion_current.jpg");
	color:#FFF;
	text-shadow:0.1em 0.1em 0.2em black;	

}	
ul.tabs li a.active {
	background-image:url("../images/accordion_current.jpg");
	color:#FFFFFF;
	text-shadow:0.1em 0.1em 0.2em black;
}

#foldingMatsDetail a {
	background-image:url("../images/accordion_default.jpg");
	background-repeat:repeat-x;
	height:30px;
	padding:4px 0 0 0;
	position:relative;
	width:200px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:2px solid #CCC;
	line-height:24px;	
	display:block;
	float:left;
	margin:20px 10px 0 100px;
	text-align:center;
	left:0;	
}
#foldingMatsDetail a:hover {
	background-image:url("../images/accordion_current.jpg");
	color:#FFF;
	text-shadow:0.1em 0.1em 0.2em black;
}
#foldingMatsDetail a:active {
	background-image:url("../images/accordion_current.jpg");
	color:#FFFFFF;
	text-shadow:0.1em 0.1em 0.2em black;
}
