

a.strong
{
	font-weight: 700;
}

a.button
{
	text-decoration:none
}

body
{
	background-image: url(./sky.jpg);
	background-color: transparent;
 	background-repeat: no-repeat;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div#content
{
	position: absolute;
	left:175px;
	top:200px;
	width:80%;
	color: rgb(102,0,102);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#left3
{
	width: 65%;
	float: left;
}

div#left
{
	width: 49%;
	float: left;
}

div#menu
{
	position: relative;
	left:5px;
	top:13px;
}

div#right3
{
	width: 33%;
	float: right;
}

div#right
{
	width: 49%;
	float: right;
}

div.scroll
{
	height: 400px;
	overflow: scroll;
	overflow-x:hidden;
}

div#skinnyLeft
{
	width: 30%;
	float: left;
}

div.stock
{
	background-repeat:no-repeat;
	background-position: top center;
	width: 220px;
	font-family: serif;
	font-size: 22px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#wideRight
{
	width: 68%;
	float: right;
}

form#orderForm
{
	position: absolute;
	top: 485px;
	left: 175px;
}

form#checkOut
{
	position: absolute;
	top: 485px;
	left: 270px;
}

h1
{
	font-family: serif;
	font-size: 22px;
	margin-bottom: 5px;
}

h2
{
	font-family: serif;
	font-size: 18px;
	margin-bottom: 5px;
}

img
{
	padding: 0px;
	border: 0px;
}

img#bottomLine
{
	position: absolute;
	left: 0px;
	top: 594px;
	width: 98%;
}

img#couple
{
	position: absolute;
	left: 350px;
	top: -60px;
}

img#flowers
{
	position: absolute;
	left: 200px;
	top: 110px;
	height: 75px;
	width: 550px;
}

img#freeShipping
{
	position: absolute;
	left: 795px;
	top: 15px;
}

img#leftLine
{
	position: absolute;
	left: 142px;
	top: 10px;
}

img#logo
{
	position: absolute;
	left:200px;
}

img#rightLine
{
	position: absolute;
	left: 93%;  /*950px; */
	top: 3px;
}

img.size1
{
	border: 0px;
	height: 263px;
	width: 350px;
}

img.size2
{
	border: 0px;
	height: 225px;
	width: 162px;
}

img.size3
{
	border: 0px;
	height: 186px;
	width: 140px;
}

img.size4
{
	border: 0px;
	height: 140px;
	width: 160px;
}

img.size5
{
	border: 0px;
	height: 256px;
	width: 193px;
}

img.veil1
{
	border: 0px;
	height: 300px;
	width: 200px;
}

img.veil2
{
	border: 0px;
	height: 133px;
	width: 200px;
}

img.thumb
{
	border: 0px;
	height: 122px;
	width: 162px;
	margin-top: 15px;
}

img.tiny
{
	border: 0px;
	height: 94px;
	width: 75px;
}

input.btn
{
	color: white;
	background-color: rgb(82,0,82);
	border-color: rgb(82,0,82);
	border-width: 1px;
	border-style: solid;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.btn:hover
{
	color: rgb(82,0,82);
	background-color: white;
}

input#searchButton
{
	color: white;
	background-color: rgb(82,0,82);
	border-color: rgb(82,0,82);
	border-width: 1px;
	border-style: solid;
	margin-left: 15px;
	margin-top: 5px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input#searchButton:hover
{
	color: rgb(82,0,82);
	background-color: white;
}

input#searchBox
{
	color: rgb(82,0,82);
	background-color: white;
	border: 2px solid;
	border-color: rgb(82,0,82);
	margin-left: -10px;
	margin-top: -10px;
}

p
{
	margin-top: 1px;
}


span#desc0
{
	color: rgb(102,0,0);
	font-weight: bold;
}

span.link
{
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: blue;
}

span.menuHeader
{
	position: relative;
	left: -10px;
	font-family: Georgia,Garamond,serif;
	font-weight: bold;
	font-size: 16px;
	color: rgb(102,0,102);
}

span#oldPrice
{
	color: rgb(0,0,0);
	text-decoration: line-through;
	margin-left: 140px;
}

span#price
{
	color: rgb(0,0,200);
}

span.subTitle
{
	display: inline-block;
	text-align: center;
	width: 162px;
}

span.view:hover
{
       cursor: pointer
}

span.view
{
       margin-left: 10px;
}

table#ship1
{
	width: 100%;
	margin-bottom: 15px;
	display: none;
	border-style:solid;
	border-width:1px;
	border-color: rgb(102,0,102);
}


