@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-size:75%;
	margin-top:0px;
	background-image:url(../../images/bg_print.jpg);
	background-repeat:repeat;
}
p
{
	font-size:100%;
	margin-top:0px;
}
.bold
{
	font-weight:bold;
	color:#333333;
}
h1
{
	font-size:150%;
}
h2
{
	font-size:120%;
}
a
{
	color:#666666;
	text-decoration:none;
}
a:hover
{
	color:#333333;
	text-decoration:underline;
}
#outter
{
	width:815px;
	margin-left:auto;
	margin-right:auto;
	padding-left:25px;
	padding-right:25px;
	border:1px solid #000000;
	border-top:none;
	margin-top:0;
	background-color:#FFFFFF;
}
#header
{
	width:100%;
	height:156px;
	background-image:url(../../images/lovehearts_logo.jpg);
	background-repeat:no-repeat;
	background-position:450px 5px;
}

#top_holder
{
	width:100%;
	height:115px;
}

#logo
{
	width:370px;
	height:115px;
}
#logo a
{
	background-image:url(../../images/logo.jpg);
	background-repeat:no-repeat;
	display:block;
	width:370px;
	height:115px;
}
#logo a p
{
	visibility:hidden;
}

#top_nav
{
	width:100%;
	font-size:95%;
}
#top_nav_l
{
	width:500px;
	float:left;
}
#top_nav_l ul
{
	padding:0px;
	margin:0px;
	margin-left:-10px;
}
#top_nav_l ul li
{
	float:left;
	list-style:none;
	padding:0px 10px;
}


#top_nav_r
{
	float:right;
	width:200px;
	text-align:right;
}


#prod_image
{
	width:375px;
	float:left;
}
#prod_image img
{
	border:1px solid #333333;
}
#prod_image h1
{
	font-size:140%;
}
#prod_desc
{
	width:250px;
	padding-left:25px;
	float:left;
	padding-top:25px;
}

#breadcrumb
{
	font-size:80%;
	width:100%;
	float:left;
	padding-bottom:5px;
	margin-top:0px;
}

a#start_shopping
{
	margin-top:15px;
	width:126px;
	height:33px;
	display:block;
	background-image:url(../../images/start_shopping.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
a:hover#start_shopping
{
	background-position:0px -33px;
}
a#start_shopping p
{
	visibility:hidden;
}

#add_to_cart
{
	margin-top:15px;
	width:126px;
	height:33px;
	display:block;
	background-image:url(../../images/add_to_cart.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	background:url(../../images/add_to_cart.jpg);
}
a#view_cart
{
	margin-top:15px;
	width:126px;
	height:33px;
	display:block;
	background-image:url(../../images/view_cart.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
}
a:hover#view_cart
{
	background-position:0px -33px;
}
#view_cart p
{
	visibility:hidden;
}


#continue
{
	margin-top:15px;
	width:126px;
	height:33px;
	display:block;
	background-image:url(../../images/continue.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	background:url(../../images/continue.jpg);
}

#add_to_cart
{
	margin-top:15px;
	width:122px;
	height:32px;
	display:block;
	background-image:url(../../images/add-to-cart.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	background:url(../../images/add-to-cart.jpg);
}
#add_to_cart p{
	visibility:hidden;
}










#content
{
	width:100%;
}

#left_nav
{
	width:150px;
	float:left;
}
#left_nav ul
{
	padding:0px;
	margin:0px;
}
#left_nav ul li
{
	color:#333333;
	font-weight:bold;
	list-style:none;
	line-height:250%;
	width:100%;	
}
#left_nav ul li a
{
	display:block;
}

#right_content
{
	width:655px;
	float:right;
}









#footer
{
	width:845px;
	margin-left:auto;
	margin-right:auto;
	font-size:85%;
	padding-top:2px;
}
#footer_left
{
	width:30%;
	float:left;
	text-align:left;
}
#footer_center
{
	width:29%;
	float:left;
	text-align:center;
}
#footer_right
{
	width:40%;
	float:right;
	text-align:right;
}
#footer_right ul
{
	padding:0px;
	margin:0px;
}
#footer_right ul li
{
	display:inline;
	list-style:none;
	padding:0px 2px;
}
#footer_right ul li a
{
	
}













/* Width */

.w_100_p
{
	width:100%;
}
.w_10_p
{
	width:10%;
}
.w_15_p
{
	width:15%;
}
.w_19_p
{
	width:19%;
}
.w_20_p
{
	width:20%;
}
.w_25_p
{
	width:25%;
}
.w_30_p
{
	width:30%;
}
.w_35_p
{
	width:35%;
}
.w_49_p
{
	width:49%;
}
.w_50_p
{
	width:50%;
}
.w_75_p
{
	width:75%;
}
.w_90_p
{
	width:90%;
}
.w_95_p
{
	width:95%;
}

.w_250
{
	width:250px;
}
.w_500
{
	width:500px;
}
.w_750
{
	width:750px;
}

/* Floats */
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.clb
{
	clear:both;
}

/* Padding */
.pt_5
{
	padding-top:5px;
}
.pt_10
{
	padding-top:10px;
}
.pt_15
{
	padding-top:15px;
}
.pt_20
{
	padding-top:20px;
}

.pr_5
{
	padding-right:5px;
}
.pr_10
{
	padding-right:10px;
}
.pr_15
{
	padding-right:15px;
}
.pr_20
{
	padding-right:20px;
}

.pb_5
{
	padding-bottom:5px;
}
.pb_10
{
	padding-bottom:10px;
}
.pb_15
{
	padding-bottom:15px;
}
.pb_20
{
	padding-bottom:20px;
}

.pl_5
{
	padding-left:5px;
}
.pl_10
{
	padding-left:10px;
}
.pl_15
{
	padding-left:15px;
}
.pl_20
{
	padding-left:20px;
}

/* Margin */
.m_0
{
	margin:0px;
}
.mt_5
{
	margin-top:5px;
}
.mt_10
{
	margin-top:10px;
}
.mt_15
{
	margin-top:15px;
}
.mt_20
{
	margin-top:20px;
}

.mr_a
{
	margin-right:auto;
}
.mr_5
{
	margin-right:5px;
}
.mr_10
{
	margin-right:10px;
}
.mr_15
{
	margin-right:15px;
}
.mr_20
{
	margin-right:20px;
}

.mb_5
{
	margin-bottom:5px;
}
.mb_10
{
	margin-bottom:10px;
}
.mb_15
{
	margin-bottom:15px;
}
.mb_20
{
	margin-bottom:20px;
}

.ml_a
{
	margin-left:auto;
}
.ml_5
{
	margin-left:5px;
}
.ml_10
{
	margin-left:10px;
}
.ml_15
{
	margin-left:15px;
}
.ml_20
{
	margin-left:20px;
}



.ta_l
{
	text-align:left;
}
.ta_r
{
	text-align:right;
}
.ta_c
{
	text-align:center;
}