/* stylesheet contains classes for the shoprsd.com website */
body {
	background-image:url(../images/web_background.jpg);	
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	text-align: left;	
}
#container {
  	margin: 0 auto;
  	width: 800px;
	text-align: left;
} 
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align: left;
}
a:link {
	color:#F0706F;
	text-decoration:none;
}
a:active {
	color:#F0706F;
	text-decoration:none;
}
a:visited {
	color:#F0706F;
	text-decoration:none;
}
a:hover {
	color:#FB9999;
	text-decoration:underline;
}

a.backToTop:link {
	font-size:10px;
	color:#999999;
	text-decoration:none;
	text-align: right;
}
a.backToTop:active {
	font-size:10px;
	color:#999999;
	text-decoration:none;
	text-align: right;
}
a.backToTop:visited {
	font-size:10px;
	color:#999999;
	text-decoration:none;
	text-align: right;
}
a.backToTop:hover {
	font-size:10px;
	color:#666666;
	text-decoration:none;
	text-align: right;
}
a.grayLink:link {
	font-size:12px;
	color:#333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
a.grayLink:active {
	font-size:12px;
	color:#333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
a.grayLink:visited {
	font-size:12px;
	color:#333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
a.grayLink:hover {
	font-size:12px;
	color:#d87174;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
/* general text classes */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:normal;
	line-height:20px;
	margin-top: 5px;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 10px;
    border-bottom-width: 0;
    padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
	font-weight:normal;
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#444444;
	font-weight:normal;
	margin-bottom: 20px;
    border-top-width: 0;
    border-bottom:solid 1px #999999;
    padding-bottom: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:normal;
	margin-bottom: 20px;
    border-top-width: 0;
    border-bottom:solid 1px #F1F1F1;
    padding-bottom: 5px;
	padding-top: 5px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
	font-weight:normal;
	margin-bottom: 10px;
    border-top-width: 0;
    border-bottom:solid 1px #feaeb1;
    padding-bottom: 5px;
}
.backToTop {
	text-align:right;
}
.new {
	font-size: 11px;
	color:#E96776;
}
.newSub {
	font-size: 11px;
	color:#000000;
}
/* banner classes */
table.bannerArea {
	background-color:#000;
	width:800px;
	height:112px;
	margin-top:0;
	vertical-align:top;

}
.bannerLogo {
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	background-color:#000;
}
table.bannerNav {
	height:26px;
	background-color:#3B3B3B;
	color:#ffffff;
	font-size:9px;
}
table.bannerNav td {
	font-size:11px;
}
.bannerNavText {
	margin-right:10px;
	color:#ffffff;
	size:9px;
}

.bannerNav a:link {
	color:#F8B9C0;
	text-decoration:none;
}
.bannerNav a:active {
	color:#F8B9C0;
	text-decoration:none;
}
.bannerNav a:visited {
	color:#F8B9C0F;
	text-decoration:none;
}
.bannerNav a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.bannerBottomFade {
	background-image:url(../images/banner_bottomFade.gif);
	background-repeat: repeat-x;
	background-color:#fff;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
/*content*/

.contentBox {
	background-color:#fff;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:10px;
}

/*shop nav*/

table.shopNav {
	empty-cells: show;
	color: #333333;
	background-color:#fef5f6;
}
table.shopNav td {
	font-size:13px;
	color:#333333;	
	background-color:#fef5f6;
	padding:5px;
	text-align: center;
}
table.shopNav td.shopNavNotSelected {
	font-size:13px;
	color:#333333;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#fef5f6;
	text-align: center;
}
table.shopNav td.shopNavNotSelectedLeft {
	font-size:13px;
	color:#333333;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	background-color:#fef5f6;
	text-align: center;
}
table.shopNav td.shopNavNotSelectedHome {
	font-size:13px;
	color:#333333;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#fef5f6;
	text-align: center;
}
table.shopNav td.shopNavEmpty {
	font-size:12px;
	color:#333333;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#fef5f6;
	text-align: right;
	vertical-align:middle
}
table.shopNav td.shopNavSelected {
	background-color:#FFFFFF;
	font-weight:bold;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-left: 1px solid #999999;
}
a.shopNav:link {
	font-size:13px;
	color:#d87174;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.shopNav a:active {
	font-size:13px;
	color:#d87174;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.shopNav a:visited {
	font-size:13px;
	color:#d87174;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.shopNav a:hover {
	font-size:13px;
	color:#a45658;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
/*description nav*/

table.descNav {
	empty-cells: show;
	color: #333333;
	background-color:#fff;
}
table.descNav td {
	font-size:12px;
	color:#333333;	
	background-color:#fff;
	padding:3px;
	text-align: center;
}
table.descNav td.descNavNotSelected {
	font-size:12px;
	color:#333333;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#fef5f6;
	text-align: center;
}
table.descNav td.descNavEmpty {
	font-size:12px;
	color:#333333;
	border-bottom:1px solid #999999;
	background-color:#fef5f6;
	text-align: right;
	vertical-align:middle
}
table.descNav td.descNavSelected {
	background-color:#FFFFFF;
	font-weight:bold;
	border-right:1px solid #999999;
}
a.descNav:link {
	font-size:12px;
	color:#d87174;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.descNav a:active {
	font-size:12px;
	color:#d87174;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.descNav a:visited {
	font-size:12px;
	color:#d87174;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.descNav a:hover {
	font-size:12px;
	color:#a45658;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
/* welcome section*/
table.welcome {
	vertical-align:top;
	text-align:left;
	padding-right:10px;
}
/* headers */
.header {
	empty-cells: show;
	border:1px solid #999999;
	background-color:#fef5f6;
	color: #333333;
	font-size:12px;
	font-weight:bold;
	height:25px;
	margin-right:10px;
	padding:3px;
}
/*news box*/
table.newsBox {
	background-color:#ffffff;
	color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
}
table.newsBox td.newsHeader{
	border-top:1px solid #999999;
	background-color:#fef5f6;
	width:100%;
}
table.newsBox td.newsContent{
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	background-color:#fef5f6;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align:top;
}
/*image boxes*/
.imageBoxSmall {
	border:1px solid #999999;
	margin-right:8px;
	margin-top:8px;
}
/* purses left nav*/
table.purseNav {
	empty-cells: show;
	color: #333333;
	background-color:#fef5f6;
	border:1px solid #999999;
}
table.purseNav td {
	font-size:12px;
	color:#333333;	
	background-color:#fef5f6;
	padding:3px;
}
table.purseNav td.purseNavSelected {
	font-size:12px;
	color:#333333;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#fff;
}
table.purseNav td.purseNavSelectedTop {
	font-size:12px;
	color:#333333;
	border-bottom:1px solid #999999;
	background-color:#fff;
}
table.purseNav td.purseNavNotSelected {
	background-color:#fef5f6;
	vertical-align:middle;
	border-top:dotted 2px #fff;
}
a.purseNav:link {
	font-size:12px;
	color:#d87174;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.purseNav a:active {
	font-size:12px;
	color:#d87174;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.purseNav a:visited {
	font-size:12px;
	color:#d87174;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.purseNav a:hover {
	font-size:12px;
	color:#a45658;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	list-style: none;
	margin-left:10;
	margin-top:0;
	margin-bottom:0;
	padding-top: 0;
	padding-left: 1em;
	text-indent: -1em;
}
ul.list {
	list-style-type: disc;
	margin-left:10;
	margin-top:0;
	margin-bottom:0;
	padding-top: 0;
	padding-left: 1em;
	text-indent: -1em;
}
ul.list1 {
       list-style: circle outside; 
       color:black;
	margin-left:10px;
	padding-left: 5em;
	text-indent: -1em;
}
li.list {
padding-left:10px;

} 

ul.box {
	margin-left:10;
	margin-top:0;
	margin-bottom:0;
	padding-top: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style:square;
}
li.box {
padding:5px;
color:#F9C;
list-style:square;
} 
/* sub page content area */

/* display */
table.display {
	empty-cells: show;
	border:0px;
}
.displayImage {
	border-left:solid 1px #999999;
	border-top:solid 1px #999999;
	border-right:solid 1px #999999; 
	padding:0; 
	margin:0;
}
.displayImageSide {
	background-color:#f1f1f1;
	border:solid 1px #CCC;
	padding:10px; 
	margin-bottom:5px;
	margin-top:5px;
	font-size:11px;
	height:100px;
	text-align:center;
}
.displayImageSidePhoto {
	background-color:#f1f1f1;
	border:solid 1px #CCC;
	padding:10px; 
	margin-bottom:5px;
	margin-top:5px;
	font-size:11px;
	text-align:center;
	height:265px;
	vertical-align:middle;
}
.displayImagePhoto {
 padding:5px; 
 margin:5px; 
 background-color:#f1f1f1;
 border:1px solid #999999;
}
.displayText {
	background-color:fef5f6;
	border:solid 1px #999999;
	padding:3;
	margin:0;
}
.displayText2 {
	background-color:#f1f1ff;
	border:solid 1px #999999;
	padding:5;
	margin:0;
	font-size:11px;
}
.displayContent {
	padding-right:10px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.displayBox {
	padding-right:10px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:20px;
	vertical-align:top;
	font-size:11px;
}
.displayBox2 {
	padding-right:5px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:10px;
	vertical-align:top;
	font-size:11px;
}
a.display:link {
	font-size:11px;
	color:#333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
a.display:active {
	font-size:11px;
	color:#d87174;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
a.display:visited {
	font-size:11px;
	color:#d87174;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
a.display:hover {
	font-size:11px;
	color:#a45658;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.swatchSample {
	background-color:#fff;
	border:0px;
	padding:0px; 
	margin-bottom:5px;
	margin-top:5px;
	font-size:11px;
}
/* copyright*/
table.copyright {
	padding-top:10px;
	background-color:#efefef;
	padding:5px;
	margin-top:10px;
}
table.copyright td.copyrightText {
	color: #8a8989;
	font-size:10px;
	font-weight:normal;
	vertical-align:top;
}
.copyright a:link {
	font-size:10px;
	color:#8a8989;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright a:active {
	font-size:10px;
	color:#8a8989;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright a:visited {
	font-size:10px;
	color:#8a8989;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright a:hover {
	font-size:10px;
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
#swatchImages {
	padding:0;
	margin:0;
	font-size:9px;
}
#swatchImages p {
	margin:0;
	padding:1px;
	float:left;
	width:72px;
	height:115px;
}
#swatchImages img {
	border:1px solid #999999;
	margin-bottom:2px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	padding:0;
}

/* javascript */

.hidden{  
	display: none;
}






