/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

.ys_primary{ background:#b3504a;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}



#bodycontent{
	background: #ffcc66;
	margin-top:10px;
margin-right:10px;
margin-bottom: 10px;
width: 740px;

}

/* 150 + 610 = 760 */
/* The Min-width is needed for Moz to stretch the bodycontent that is shrinkwrapping content due to floats. 
This is only necessary on pages without Tables in the contents. Min-width breaks Opera's layout so Width:100% is used instead of Min-width. */
#bodyshell {
	background-color: #FF0000;
	border-left: 0px solid #f1f2ed;
	float: left;
	zoom: 1;
	margin: 0;
*	position: relative;
	top: 0px;
	left: 0px;
        right: 0px;
        width: 760px;
}

/* 150 + 610 = 760 */ 
*:first-child+html
#container {
margin:0 auto; 
text-align:left; 
width:760px; 
/*border:solid 1px #000000; */
background-color: #ffffff;
}


/* This "container" is needed as IE produces resize induced rendering errors when using the BODY element for a container. */

#contentarea {
	margin: 0 0 10px 0;
background-color: #0000e8;
}

/*Left Column Color*/
/* Background color is needed to counter an IE rendering bug that erases the left column bgcolor */
/* float:left is needed in Moz to handle extra wide cntent that breaks the width */
/* Left/Right Margin was removed due to expanded content errors in Moz, this was used to push the nav/content area in to match the mock-up */
/* position:relative is needed to fix bug in IE that caused the navigation bar to push out over the main content*/

*:first-child + html #bodyshell {
	width: 760px;
}



#brandmark {float:left; font:normal 48px Tahoma, Geneva, Verdana, sans-serif; width:760px;} 

/* 510 + 250 = 760 */

#itemarea {background-color:#c0c0c0; margin:0px 15px 0; padding:10px; zoom:1; float:right; width:300px; border:1px solid;}
#itemarea:after {clear:both; content:"."; display:block; height:0; visibility:hidden;}
#itemarea img {float:none; margin:0 auto;}


#itemtype #caption {
        width: 340px;
        float: left;
	margin: 10px 0px 10px 15px; 
padding:15px;
        border-bottom:1px lime solid;
background-color: #fff;
}



/* 150 + 610 = 760 */ 
*:first-child+html
#messagearea { width:760px; } *:first-child+html

#searcharea {
	background: #98a280 url('');
	/*display: block;
	margin: 0 0 0;*/
	width: 209px;
	top: 0px;
	float: right;
	right: 10px;
}

#nav-general {
	clear: both;
	float: left;
	display: block;
	list-style: none;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
#nav-general li {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-top: 0;
	float: left;
	margin: 0 0 0 0;
}
/* General Link Colors*/
#nav-general li a {
	padding: 2px 22px 2px 22px;
	display: block;
	font-size: 17px;
	font-family: Perpetua;
	color: #45352f;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
#nav-general li a:hover {
	background-color: #ffffff;
	color: #98a280;
}
#brandmark {
	background-position: left;
	float: left;
	font: normal 36px Perpetua;
	width: 304px;
	height:134px;
	background-image: url('/lib/yst-64346615574119/gap-logo.jpg');
}

#cart{
	width: 96px;
	right: 0px;
	font-family: Perpetua;
	font-size:19px;
	text-align:right;
    bottom: 30px;
    position:absolute;
}

#header{
    position:relative;
}
#footer{
        background: #ffffff; 
        clear:both;
        zoom:1;
}

#footer-links{
        display:block; 
	font-family: Perpetua;
        font-weight:bold; 
        font-size:15px; 
        padding:10px 0 15px; 
        text-align:center;
}

#footer-links a {
        color:#45352f;
        text-decoration:none; 
        text-transform:uppercase;
}

#footer-links a:hover {
        color:#98a280;
        text-decoration:underline;
}

#copyright {
	color: #45352f;
	display: block;
	font: normal xx-small/1.2 verdana, sans-serif;
	padding: 0 15px 15px;
	text-align: right;
}
.inviteInput{
padding-left: 10px;
}
.inviteText{
width: 300px;
background-color: #ffffff;
}

