/* CSS Document */


/*
COMMON ----------------*/

br {
	clear: both;}

p {
	margin: 0; 
	padding-top: 1em; 
	line-height: 150%;}
	
	p_2 {
	margin: 0;
	padding-top: 1em;
	line-height: 150%;
	color: Blue;
	font:10px Verdana, Arial;
}

form{
	margin:0;
	padding:0;}

input{
	color:#888; 
	font:10px Verdana, Arial;
	padding:2px 3px;} 

.left{
	float:left;}
	
.right{
	float:right;}	

/*
LINKS --------------------- */

a {
	color: White;
	text-decoration:none;
}
a:hover {
	color: Gray;
	text-decoration:none;
}
	
a img {
	border-width: 0; 
	border-style: none;}
	
	
	
	
/* index left*/

	.leftpanel_head {
		font:bold 15px "Trebuchet MS", Verdana, Georgia;
		color:#fff;
		background:url(../images/left_headbg.jpg) no-repeat;
		padding:0 0 3px 18px;
		height:17px;}
		
	.categories ul {
		margin:8px 8px 0 8px;
		padding:0;}
	.categories li {
		margin:0;
		padding:4px 0 3px 22px;
		font:13px "Trebuchet MS", Verdana, Georgia;
		color:#555;
		list-style:none;
		text-align:left;
		background:url(../images/bullet.gif) no-repeat left top;
		border-bottom:1px dashed #666;}
		
	.categories li a{
		color:#003366;
		text-decoration:none;}
	.categories li a:hover{
		color:#555;
		text-decoration:none;}

		



	/*index main content	*/

	.page_head {
	background:url(../images/page_headbg.jpg) no-repeat left top;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:30px;
	font:22px "Times New Roman", Times, serif;
	color:#003366;
	margin-bottom:5px;
	font-style:italic;
	background-position : left;
}
		
	.pmargin {
	margin:0;
	padding:4px 0 8px 0;
	text-align: center;
}
	
	.blue_head {
		font:17px "Trebuchet MS", Verdana, Georgia;
		color:#4265A1;}
	
	.product_section {
		margin:15px 0 15px 0;}
		
	.product_box {
		margin-right:38px;
		font:11px "Trebuchet MS", Verdana, Georgia;
		float:left;
		 }
		
	.product_head {
	background:url(../images/pro_headbg.gif) repeat-y;
	/*background-color : blue;
	*/
	color: White;
	font:bold 12px "Trebuchet MS", Verdana, Georgia;
	padding-left:15px;
	
	width:106px;
}

.product_head2 {
	background:url(../images/pro_headbg.gif) repeat-y;
	/*background-color : blue;
	*/
	color: White;
	font:bold 12px "Trebuchet MS", Verdana, Georgia;
	padding-left:10px;
	float:right;
}

.product_head3{
	background:url(../images/pro_headbg.gif) repeat-y;
	/*background-color : blue;
	*/
	color: White;
	font:bold 12px "Trebuchet MS", Verdana, Georgia;
	padding-left:10px;
	padding-right:10px;
	float:left;
	length:460px;
}
		
	.product_desc {
		font:normal 11px "Trebuchet MS", Verdana, Georgia;
		padding:0px;
		color:#333;
		margin-bottom:0px;
		}
		
	.product_price {
	color: Black;
	font: italic 13px "Trebuchet MS", Verdana, Georgia;
	width:136px;
	float:left;
}
	.img_content_left {
		float:left;
		margin:0 13px 13px 0;}
		
	.more {
	font: bold medium "Trebuchet MS", Verdana, Georgia;
	color:#003366;
}

.more_2 {
	font: normal bold 9pt "Trebuchet MS", Verdana, Georgia;
	color:#003366;
	background-image : url(../images/rsvp_wed_invitation_banner_more.jpg);
	background-repeat : repeat-y;
}
	.more a{
	color: #003366;
	text-decoration:none;
}
	.more a:hover{
	color: Gray;
	text-decoration:none;
}	
		
		
	.margin_none {
		margin:0 !important;}
	




/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		
/*Bliss*/