@import url("layout.css");
body {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	background-image: url("../images/background.jpg");	
	background-repeat: repeat;	
	background-attachment: fixed;        
	text-align: center;        
	background-color: #fff;
}

#container {
	width: 940px;
	margin: auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}

#masthead {
	text-align: center;
	width: 930px;
	padding: 0px;
	border: 0px dotted #725972;
	background-image: url("../images");
	background-repeat: repeat;
	background-attachment: scroll;
}

#navigation {
	position: relative;
	font-weight: bold;
	color:maroon;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 0px dotted #E4F2DF;
	border-right: 0px dotted #E4F2DF;
}

#content {
	float: left;
	width: 640px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	position: relative;
	text-align:left;
	margin-right: 5px;
}

#footer {
	text-align: center;
	clear: both;	width: 930px;
	border: 0px dotted #fff;
	margin: 0 auto;
}

/* Masthead Styles */
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid #E4F2DF;
	background-color: #E4F2DF;
}

#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;	padding: 2px;
	border-bottom: 1px solid #fff;
	background-color: #E4F2DF;
}

#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}

/* Content Styles */
h6 {	color: #503750;}
h5 {	color: #503750;}
h4 {	color: #503750;}
h3 {	color: #503750;}
h2 {	color: #503750;}

#content h1 {
	color: #003366;
	font-size:19px;
}

#content img {
	padding: 5px;
	border: 0px solid #402640;
}

/* RIGHT COL STYLES*/
#rightcol{
	width:135px;
	float: right;
	background-color: #FFF;
	height: 790px;
	padding: 0;
}

/* Footer Styles */
#footer p {
	color: #808080;
}

#footer a {
	color: #503750;
        text-align: center;
	text-decoration: underline;
        }

#footer a:hover {
	color: #402640;
	text-decoration: none;
}

a {
	color: #8181f8;
        font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0033cc;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

.style2 {
	border-width: 0px;
}

.style3 {
	color: #503750;
	text-decoration: underline;
}

.style8 {
	text-align: left;
	font-size:12px;
	font-weight:bold;
	color:gray;
	font-family:Tahoma, arial, sans-serif;
}

.style9 {
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center;
	text-decoration: underline;
}

.style10 {
	text-align: center;
}

.style11 {
	border-width: 0;
}

#item-name {
	font-weight: bold;
        margin-bottom: 10px;
        margin-left: 3px;
}

#bc {
	FONT-SIZE: 10px;
}

#bc A {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #0033CC
}

#bc A:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #0033CC
}

#bc A:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #FF0000;
	text-decoration:underline;
}

.sampletext {
        color: red;
        font-weight: bold;
}

.ystore-cross-sell-table {
	border: solid 1px #c6c8e6; 
	width: 435px; 
	font-size: inherit; 
	font: 100%; 
} 

.ystore-cross-sell-title { 
	margin:0;
	padding:7px;
	height:17px;
	color: #fff; 
	font: bold $item-caption-title-text-size $item-caption-title-text-font; 
} 

td.ystore-cross-sell-title-cell {
	vertical-align:bottom;
	background-color: #A3D3A5;
	border-bottom: solid 1px #c6c8e6;
}

.ystore-cross-sell-table-horizontal .ystore-cross-sell-cell ys_relatedItemDesc { 
	width: 28%; 
	text-align:center;
	padding-right: 5%; 
}

.ystore-cross-sell-product-image {
	border:1px solid #c6c8e6;
	text-align:center;
}
.ystore-cross-sell-product-image-link { 
	width:100%;
	text-align:center;
	font-style:normal;
	display: block; 
	padding-bottom: 8px; 
} 
.ystore-cross-sell-product-caption { 
	text-align:center;
	padding-bottom: 16px;
	width:100%;
} 

.ystore-cross-sell-product-caption p, .ystore-cross-sell-product-caption h4 { 
	margin:10px 0 0 10px; 
	font-size: 11px; 
} 

.ystore-cross-sell-table .ys_promo { 
	font-weight: bold; 
}

.ystore-cross-sell-row {
	height:180px;
	vertical-align:bottom;
}

.ystore-cross-sell-product-price {
	font-weight:bold;
	width:100%;
}

.ystore-cross-sell-product-name {
	width:100%;
	font-size:10pt;
	font-style:normal;
}