#body{
	font-family: "Verdana";
	font-size: 12px;
}

#container {
background-color: #FFFFFF;
overflow: hidden;
margin-top: 10px;
margin-bottom: 30px;
}


#menu {
position: relative;
}

.menu li{
position: relative;
top: 100px;
float: left;
list-style: none;
margin-left: 30px;
}

#view_cart input{
float: right;
margin-right: 25px;
}

#shopping_menu  li{
position: relative;
top: 52px;
}

#calling_info {
margin: 10px 0 0 10px;
}

/** the love page **/

#sidebar {
position:relative;
}

.ui-draggable { cursor:move; } 

#tip {
  position:absolute; display:none; height:25px; padding:9px 9px 0px;
  color:#fff; font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px; font-weight:bold; border-radius:4px;
  -moz-border-radius:4px; -webkit-border-radius:4px;
  background:#000; background:rgba(0,0,0,.5); 
}
#tip .arrow {
  width:0; height:0; line-height:0; border-right:8px solid #000;
  border-right:8px solid rgba(0,0,0,.5); border-top:8px solid transparent;
  border-bottom:8px solid transparent; position:absolute; left:-8px;
  top:9px;
}

#helper {
position: absolute;
  /*background-color:#ffffff; position:absolute; height:32px;
  padding:15px 70px 0 20px; color:#474747;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px; border-radius:5px; -moz-border-radius:5px;
  -webkit-border-radius:5px; border:1px solid #7d7d7d;*/
}
#thumb {
  width:43px; height:37px; position:absolute; left:0; top:0;
  margin-top:10px;
}

#targets {
  position: absolute; bottom: -150px; list-style-type:none;
  z-index:99999; margin-bottom: 0px;
}
#targets li {
  float:left; margin-right:5px; display:block; width:60px; height:60px;
  background:url(../images/iconSprite.png) no-repeat 0 0; position:relative;
}
#targets li#delicious { background-position:0 -60px; }
#targets li#facebook { background-position:0 -120px; }

/*end the love page ****************/

p {
color: #474747;
line-height: 16px;
}

.first {
margin-top: 10px;
}

.last {
margin-bottom: 5px;
}

.left {
float: left;
}

.right {
float: right;
}

.new_line {
margin-bottom: 75px;
}

.center {
display: block;
margin: 0 auto;
width: 158px;
height: 10px;
}

.spacer {
height: 40px;
}

.block {
display: block;
}

.clear {
clear:both;
}

#buy_1, #buy_2, #buy_3, #buy_4, #buy_5, #buy_6 {
margin: 0 0 15px 0;
}

.title {
color: #0185e2;
}



#footer {
border-top: 1px dashed #cccccc;
height: 20px;
line-height: 20px;
margin-top: 15px;
overflow: hidden;
}

.footer_menu {
display: inline;
}

.footer_menu li {
float: left;
list-style: none;
margin-left: 5px;
}

.footer_menu a, .footer_menu a:active, .footer_menu a:visited {
text-decoration: none;
color: #474747;
font-size: 12px;
font-weight: bold;
}

.footer_menu a:hover {
color: #aaaaaa;
}

#footer span {
margin-right: 5px;
float: right;
color: #474747;
font-size: 12px;
}

#note span{
float: right;
cursor: pointer;
position: relative;
top: 40px;
}

/* forms */

input, textarea {
	font-family: "Verdana";
	font-size: 14px;
}

.field, .area {
	border: none;
	border-bottom: 1px solid #000000;
	
	height: 25px;
	width: 300px;
}

.area {
	border: 1px solid #000000;
	height: 150px;
}

.button {
	color: #FFFFFF;
	border: 1px solid #000000;
	height: 35px;
	width:100px;
	background-color: #0185e2;
}

.error {
margin-right: 24px;
}





