/* CSS Document */

BODY {
	margin:0px;
	padding:0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFFFE6;
	background-image: url(ui/bg.gif);
	background-repeat: repeat-y;
}

/* Link properties */

A:link {
	color: #333;
	text-decoration: none;
}

A:visited {
	color: #333;
	text-decoration: none;
}

A:active {
	color: #333;
	text-decoration: none;
}

A:hover {
	color: #8D2800;
	text-decoration: none;
}

#header {
background-image:url(ui/topnav_bgline.gif);
background-repeat:repeat-x
}

.lcontent A:link {
	color: #000;
	text-decoration: none;
}

.lcontent A:visited {
	color: #000;
	text-decoration: none;
}

.lcontent A:active {
	color: #000;
	text-decoration: none;
}

.lcontent A:hover {
	color: #006600;
	text-decoration: none;
}

/* Main text headings */

h1
{font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:16px;
color:#333;
text-decoration:none;
font-weight:bold;
margin:3px 5px 5px 3px;}

h2
{font-family: tahoma, Arial, Helvetica, sans-serif;font-size:11px;
color:#8D2800;
text-decoration:none;
font-weight:bold;
margin:0px 5px 5px 3px;
padding:5px 0px 0px 5px;}

h3
{font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#026ED3;
text-decoration:none;
font-weight:bold;
margin:5px 5px 5px 3px;
text-align:right;
}

h4
{
	font-variant: small-caps;
	font-size: 14px;
	text-align: center;
}

h5
{
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}

/* Footer text */

.footertext {
font-family: tahoma, Arial, Helvetica, sans-serif;
margin:0px;padding:15px 0px 5px 0px;
font-size:10px;
color:#666;
}

/* Cart and Search table backgrounds */

TABLE.cobtbl{
background-color: #333;
} 

TD.cobhl{
background-color: #EEE;
}

TD.cobll{
background-color: #F7F4EC;
color : #000000;
}

/* Titles */

.t1 {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
color:#8D2800;
text-decoration:none;
font-weight:bold;
}
.t2 {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
color:#96968A;
text-decoration:none;
font-weight:bold;
}

/* Main body */

.maincontent {
	margin:0px 10px 10px 0px;
	padding:0px 140px 5px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	}
#footer {
	padding-right: 0px;
	color: #666666;
	font-size: 10px;
	text-align: center;
}


.maincontent2 {
border-bottom:dotted 1px #989898;
padding:0px 0px 4px 0px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color:#333;
}

.maincontent2 img {float:right;margin:5px 0px 5px 5px;}

.maincontent3 {
border-top-style:dotted;
border-top-width:1px;
border-top-color:#989898;
margin:3px 10px 30px 0px;
padding:0px 10px 5px 10px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color:#333;
}

.maincontent3 img {margin:5px 0px 5px 5px;}

.content {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	}
	
.lwrap {
	width:160px;
	margin-bottom:0px;
	padding:0px;
}

/* Left content */

.lcontent {
width:160px;
margin:0px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;font-size:12px;
color:#333300;
text-decoration:none;
text-align:left;
font-weight:bold;
padding:0px 3px 15px 10px;
}

.leftshadow {
	width:168px;
	height:130px;
	padding:0px;
	margin-top:0px;
	background-image: url(ui/nav_footer1.gif);
	background-repeat: no-repeat;

}
.leftshadow img {padding:0px;margin:0px;float:right;}

.separator {
border-top-width:1px;
border-top-style:dotted;
border-top-color:#989898;
margin-right:5px;
margin-left:5px;
margin-top:10px;
}

/* Right content */

.rcontent {
	width:140px;
	min-height:30px;
	margin-bottom:0px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding:0px 0px 10px 0px;
	text-align: left;
	float: right;
	background-color: #FFFFCC;
	background-image: url(ui/r_2.gif);
	background-repeat: repeat-y;
}
.rightHeader {
	background-image: url(ui/r_1.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 4px;
	font-weight: bold;
	float: left;
	width: 140px;
}


.rightshadow {
	height:20px;
	float:right;
	background-image: url(ui/r_3.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 140px;
	margin-bottom: 14px;
}
.rightshadow img {padding:0px;margin:0px;float:right;}

/* Bullet list */

ul {
list-style-image:url(images/bullet.gif);
list-style-type:none;
}

p {
	font-size:10pt;
}

p img {margin-left:5px;}


#wrap{
	margin:0px;
	padding:0px;
	width:100%;
	visibility: visible;
	height: 800px;
}

/* Search box */

.textarea {
font-size: 8pt;
font-family: tahoma, Arial, Helvetica, sans-serif;
color: #333;
border: 1px solid #333;
background-color: #FFFFE6;
}
.lcontent form {
	line-height: 1.5;
	text-align: center;
	padding-right: 16px;
}


form {margin: 0;padding: 0;
}

/* Left positioning */

#left {
	width:176px;
	margin:0px;
	padding:0px;
	border-top-width:0px;
	float:left;
	min-height:15px;
	background-image: url(ui/nav_bg.gif);
	background-repeat: repeat-y;
}

/* Right positioning */

#right {
margin-left:174px;
min-height:30px;
text-align:left;
padding:0px 0px 0px 0px;
min-width:560px;

}

/* Right positioning */

#rightcol {
width:140px;
float:right;
min-height:30px;
margin:0px 0px 0px 10px;
padding:0px;
text-align:center;
}

#stretch {width:760px;height:1px;clear:both;margin:0px 0px 10px 0px;padding:0px;}

/* Horizontal rule */

HR {
height: 1px;
color: #333300;
}
.az {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	display: block;
}
.detailimage {
	margin-right: auto;
	margin-left: auto;
}
.detailname {
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
.sundriesdetailname {
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #FF0000;
}
.detaildescription {
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}
.detailprice {

	font-size: 14px;
}
.prodname {
	text-align: left;
	margin-left: 4px;
	font-weight: bold;
}
.prodimage2{
	margin-left:4px;
}	
.tbl1 {
	background-color:#CCCCCC;
}
.tbl2 {
	background-color:;
}
.price {
	font-size:18px;
	font-weight: normal;
}
.product {
	border-bottom:solid 1px #CCCCCC;
}
.detailborder {
	border: 1px solid #006600;
}
.navMain {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.detailInfo {

	font-size: 10pt;
	text-align: left;
}
.bgContent {
	background-image: url(images/bg-rose.jpg);
	background-repeat: no-repeat;
	height: 520px;
	width: 500px;
	margin: 0px auto;
	padding-top: 80px;
}
.mincart {
	color:#333333;
	font-size: 10px;
	font-weight: bold;
}
.red {
	color: #F00;
}
.prodnavigation {  font-size: 14px; font-weight: bold}
.collections-moreinfolink {  font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: underline; font-style: italic}
