/* CSS Document */

/* BASICS */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 76.3%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 759px;
	background-color: #fff5d4;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}




/* HEADINGS */

.feature h3 {
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 6px;
	margin-top: 7px;
}

.narrower .h3 {
	margin-top: 0px;
	font-size: 1.2em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.footer h6 {
	color: #F9971D;
	font-size: 1.3em;
	border-bottom: 1px solid #F9971D;
	padding-bottom: 3px;
}

h2 {
	font-family: Trebuchet MS, Arial;
	font-size: 1.6em;
	font-weight: normal;
	color: #F9971D;
	padding-top: 21px;
	margin-left: -11px;
        _margin-left: 0px;
}

h2 .georgia {
	color: #e74100;
}

.helplist h2 {
	margin-bottom: 27px;
}

.content h2 {
	padding-top: 0px;
	margin-left: 0px;
}

.item h4 {
	font-size: 1.7em;
	font-family: Trebuchet MS, Arial;
	font-weight: normal;
	line-height: 1.3em;
}




/* TYPE */

.lightyellow { 
	color: #F36505;
	
}

.navigation .lightyellow {
	padding-right: 5px;
}


.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}

.newgeorgia {
	font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
}

.summary .georgia {
	color: #F36505;
	font-size: 1.5em;
	padding-left: 3px;
}


.feature p {
	color: #FFFFFF;
	font-size: 1em;
}

.footer .width {
	color: #F36505;
	font-size: 0.9em;
	text-align: center;
	padding-top: 13px;
}

.content p {
	color: #333333;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.summary p {
	line-height: 1.2em;
	margin-top: 0.4em;
	margin-bottom: 0em;
	margin-right: 5px;
}

.navigation .leftcolumn {
	color: #F36505;
}	


.alertbox {
	font-size: 1.2em;
	color: #F36505;
	margin-left: 20px;
	margin-right: 20px;
}

.bigyellow {
	font-family: Trebuchet MS, Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #F9971D;
}


.helplist p {
	margin: 0px;
	color: #F36505;
	margin-top: 2px;
}

.item .georgia {
	font-weight: bold;
	color: #F9971D;
}

.minimiddle .georgia {
	padding-right: 5px;
}

.goldtext {
	color: #F36505;
	font-weight: bold;
}

.orangetext {
	color: #FF6600;
	font-weight: bold;
}

.morebox p {
	color: #333333;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.morebox p span {
	color: #F36505;
}



/* STRUCTURE */


.width {
	display: block;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 10px;
}


.header {
	display: block;
	background-color: #fe0106;
	background-image: url(_lib/img/interface/header_default.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 127px;
}

.navigation {
	display: block;
	background-color: #FFFFFF;
}

.feature {
	display: block;
	background-color: #fe5b01;
	background-image: url(_lib/img/interface/feature_banner.jpg);
	background-position: center -1px;
	background-repeat: no-repeat;
	min-height: 135px;
	padding-top: 4px;
}

.narrower .feature {
	padding-top: 0px;
	min-height: 0px;
}

.content {
	display: block;
	background-image: url(_lib/img/interface/content_repeat.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	min-height: 183px;
	padding-bottom: 17px;
}

.item {
	display: block;
	padding-bottom: 15px;
        _padding-bottom: 7px;
	padding-top: 15px;
	border-bottom: 1px solid #F36505;
	background-image: url(_lib/img/interface/item_bg.jpg);
_background-image: none;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.footer {
	display: block;
	background-image: url(_lib/img/interface/content_bottom.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 220px;
	padding-top: 10px;
}







/* PAGE CONTENT */

.page {
	display: block;
	clear: both;
	padding-top: 20px;
}

.page .yellowline {
	margin-bottom: 20px;
}

.page .leftcolumn {
	width: 200px; 
	padding-left: 100px;
	text-align: right; 
	padding-top: 13px;
}

.page .rightcolumn {
	text-align: left; 
	width: 360px; 
	padding-right: 70px;
}

.morebox {
	width: 360px;
}



















/* LEFT AND RIGHT COLUMNS */

.leftcolumn {
	display: block;
	float: left;
	text-align: left;
}

.rightcolumn {
	display: block;
	float: right;
	text-align: right;

}

.clearer {
	display:  block;
	height: 0px;
	clear: both;
	overflow: hidden;
}	

.helplist .clearer {
	height: 10px;
}


.navigation .leftcolumn {
	margin-top: 15px;
_width: 49%;
_overflow: hidden;
}

.navigation .rightcolumn {
	margin-top: 7px;
	width: 50%;
_overflow: hidden;
}

.feature .leftcolumn {
	width: 335px;
}

.narrower .feature .leftcolumn {
	width: 100%;
}

.narrower .feature .rightcolumn {
	width: 0%;
}

.narrower .feature ul {
	padding-bottom: 5px;
}

.helplist .leftcolumn {
	text-align: left;
	width: 49%;
	margin-left: 15px;
	
}

.helplist .rightcolumn {
	text-align: left;
	width: 32%;
	float: left;
}

.helplist .inteflora {
	width: 15%;
	float: left;
}

.helplist .leftcolumn .leftcolumn {
	text-align: left;
	width: 110px;
	margin-left: 0px;
}

.helplist .leftcolumn .rightcolumn {
	text-align: left;
	width: 245px;
	margin-right: 0px;
}






/* TRIPLE COLUMNS */

.triple_leftcolumn {
	display: block;
	float: left;
	text-align: left;
	min-height: 100px;
	width: 150px;
	margin-right: 15px;
	margin-left: 54px;
}

.triple_middlecolumn {
	display: block;
	float: left;
	text-align: left;
	min-height: 100px;
	width: 150px;
	margin-right: 15px;
}

.triple_middlecolumntwo {
	display: block;
	float: left;
	text-align: left;
	min-height: 100px;
	width: 150px;
	margin-right: 15px;
}

.triple_rightcolumn {
	display: block;
	float: left;
	text-align: left;
	min-height: 100px;
	width: 150px;
}


/* ITEM COLUMNS */

.widepic {
	display: block;
	float: left;
	margin-right: 14px;
margin-left: 20px;
_margin-left: 8px;
border: 0px;
}

.vert_spacer {
	float: left;
	width: 20px;
}

.smallpic {
	display: block;
	float: left;
	margin-right: 19px;
border: 0px;
}

.summary {
	display: block;
	float: left;
	width: 220px;
	margin-top: -3px;
}

.itemlinks {
	float: left;
	text-align: left;
	padding-top: 5px;
}



/* CART & CHECKOUT COLUMNS */

.cartview .width .width {
	margin-bottom: 30px;
}


.cartview .width .width .leftcolumn {
	display: block;
	width: 476px;
	margin-left: 40px;
}

.cartview .width .width .rightcolumn {
	display: block;
	width: 242px;
	height: 55px;
}

.cartview .bigboxone {
	display: block;
	float: left;
	width: 242px;
	background-image: url(_lib/img/interface/palebuttonbox.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 55px;
	text-align: center;
	padding-top: 15px;
}

.payment .bigboxone {
	display: block;
	float: left;
	width: 242px;
	background-image: url(_lib/img/interface/paypal_cardwide.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 80px;
	text-align: center;
	padding-top: 0px;
	margin-top: 15px;
}


.cartview .bigboxtwo {
	display: block;
	float: left;
	width: 242px;
	background-image: url(_lib/img/interface/bigsubmit.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 55px;
	text-align: center;
	padding-top: 15px;
}

.cartview .bigboxtwog {
	display: block;
	float: left;
	width: 242px;
	height: 55px;
	text-align: center;
	padding-top: 5px;
}

.invoiceitem {
	width: 720px;
	margin: auto;
}

.invoicerow {
	display: block;
	clear: both;
	padding-left: 88px;
	background-position: -20px -15px; 
	background-repeat: no-repeat;
_height: 75px;
_overflow: hidden;
}


.invoiceitemname {
	display: block;
	float: left;
	width: 330px;
	font-size: 1.3em;
	color: #FF6600;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 23px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Arial;
}

.invoiceitemnamewide {
	width: 530px;
}

.invoiceitemsize {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 18px;
}

.invoiceitemquantity {
	display: block;
	float: left;
	width: 62px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 18px;
}

.invoiceprice {
	display: block;
	float: left;
	width: 122px;
	font-family: Georgia;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-top: 19px;
	padding-bottom: 20px;
}

.invoicelabel {
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold; 
	color: #F9971D;
	text-align: left;
	background-color: #FFFFFF;
}


.invoicerow p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 0.3em;
}

.invoicerow em {
	font-weight: normal;
	color: #666666;
}

.invoicerow h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0em;
}




















/*  THIRD COLUMNS */

.thirdcolumn_left {
	display:  block;
	float: left;
	width: 223px;
	padding-left: 15px;
	padding-right: 15px;
}

.thirdcolumn_middle {
	display:  block;
	float: left;
	width: 223px;
	padding-left: 15px;
	padding-right: 15px;
}

.thirdcolumn_right {
	display:  block;
	float: left;
	width: 223px;
	padding-left: 15px;
	padding-right: 15px;
}

.singleitem .thirdcolumn_left {
	margin-top: 20px;
}

.singleitem .thirdcolumn_middle {
	margin-top: 20px;
	
}

.singleitem .thirdcolumn_right {
	margin-top: 20px;
}


.singleitem .bigboxone {
	width: 220px;
}

.singleitem .bigboxtwo {
	width: 220px;
}

.itemadded {
	width: 500px;
	margin: auto;
}

.itemaddedwide {
	width: 720px;
}

.itemadded .singleitem {
	margin-top: 30px;
}

.itemadded .singleitem .bigboxonewide {
	width: 260px;
	background-image: url(_lib/img/interface/palebuttonbox_wide.jpg);
}

/* PAGINATION COLUMNS */

.pagination .leftcolumn {
	background-image: url(_lib/img/interface/header_bg.jpg);
	background-position: -387px 101px;
	background-repeat: no-repeat;
	float: left;
	text-align: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 120px;
	margin-right: 25px;
}

.pagination .middlecolumn {
	width: 450px;
	float: left;
	text-align: center;
	margin-top: 10px;
}


.pagination .rightcolumn {
	background-image: url(_lib/img/interface/header_bg.jpg);
	background-position: -387px 101px;
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 120px;
}








/* DETAILS */


.headingrule {
	display: block;
	background-image: url(_lib/img/interface/header_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 43px;
}

.blackboard {

}

.yellowline {
	display: block;
	height: 1px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #FFF0D2;
	padding-top: 20px;
}

.thinyellowline {
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #FFE8AB;
	clear: both;
	border-bottom: 1px solid #FFFFCC;
	border-top: 1px solid #FFFFCC;
	margin-top: 3px;
	margin-bottom: 3px;
}

.heading_bg {
	display: block;
	background-image: url(_lib/img/interface/header_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height: 63px;
	background-color: #fe5b01;
	padding-left: 20px;
}

.pagination {
	border-top: 1px solid #FFF0D2;
	border-bottom: 1px solid #FFF0D2;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pageheading {
	background-image: url(_lib/img/interface/header_bg.jpg);
	background-position: center -20px;
	background-repeat: no-repeat;
	display: block;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

.alertbox {
	padding: 10px;
	border: 1px solid #F36505;
	background-color: #FFFFFF;
}





/* FORM ELEMENTS */

.summary .quantity  {
	width: 32px;
	font-size: 1.1em;
}

.summary form {
	float: left;
}


.minileft {
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 2px;
}


.minimiddle {
	display: block;
	float: left;
	clear: none;
}


.miniright {
	display: block;
	float: left;
	clear: none;
}

/* NAV HELP */

.nav_help_left {
	display: block;
	background-image: url(_lib/img/interface/nav_help_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 3px; 
	height: 25px;
	float: right;
	margin-top: 4px;
}

.nav_help {
	display: block;
	background-image: url(_lib/img/interface/nav_help_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 25px;
	float: right;
	margin-top: 4px;
}

.nav_help_right {
	display: block;
	background-image: url(_lib/img/interface/nav_help_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 3px; 
	height: 25px;
	float: right;
	margin-top: 4px;
}





/* NAV CART */

.nav_cart_left {
	display: block;
	background-image: url(_lib/img/interface/nav_cart_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 8px; 
	height: 33px;
	float: right;
}

.nav_cart {
	display: block;
	background-image: url(_lib/img/interface/nav_cart_bg.gif);
	background-position: right top;
	background-repeat: repeat-x; 
	height: 33px;
	float: right;
}

.nav_cart_icon {
	display: block;
	background-image: url(_lib/img/interface/nav_cart_icon_bg.gif);
	background-position: right top;
	background-repeat: repeat-x; 
	height: 33px;
	width: 26px;
	float: right;
}

.nav_cart_divider {
	display: block;
	background-image: url(_lib/img/interface/nav_cart_divider_bg.gif);
	background-position: right top;
	background-repeat: no-repeat; 
	height: 33px;
	width: 9px;
	float: right;
}


.nav_cart_right {
	display: block;
	background-image: url(_lib/img/interface/nav_cart_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 7px; 
	height: 33px;
	float: right;
	margin-left: 5px;
}










/* LISTS */

ul li {
	list-style: none;
	display: inline;
}

.nav_help ul {
	padding-top: 5px;
}

.nav_help li {
	padding-left: 2px;
	padding-right: 3px;
}

.nav_cart ul {
	padding-right: 4px;
	padding-top: 8px;
}

.nav_cart li {
	padding-left: 2px;
}

.footer ul {
	padding-top: 10px;
	 
}

.footer li {
	padding-right: 5px;
}


.triple_leftcolumn li {
	list-style: circle;
_list-style: none;
	display: list-item;
	margin-left: 20px;
	font-size: 1.2em;
}

.triple_middlecolumn li {
	list-style: circle;
_list-style: none;
	display: list-item;
	margin-left: 20px;
	font-size: 1.2em;

}

.triple_middlecolumntwo li {
	list-style: circle;
_list-style: none;
	display: list-item;
	margin-left: 20px;
	font-size: 1.2em;

}

.triple_rightcolumn li {
	list-style: circle;
_list-style: none;
	display: list-item;
	margin-left: 20px;
	font-size: 1.2em;

}

.triple_rightcolumn li.balance {
	list-style: none;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-bottom: 6px;
	padding: 7px;
}

.helplist li {
	display: block;
}		

.helplist .rightcolumn li {

}

.helplist ul a {
_float: left;
_clear: left;
}










/* LINKS */

.footer ul a {
_float: left;
_clear: left;
}

a, a:link {
	color: #F36505;
	text-decoration: underline;
}

a:hover {
	color: #F9971D;
}

a: active, a: visited {
	color: #FF9900;
}

.nav_cart a, .nav_cart a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.nav_help a, .nav_help a:link {
	text-decoration: none;
}


.footer a {
	text-decoration: none;
	font-weight: bold;
}

.triple_leftcolumn a, .triple_leftcolumn a:link {
	color: #F36505;
	display: block;
}

.triple_middlecolumn a, .triple_middlecolumn a:link {
	color: #F36505;
	display: block;
}

.triple_middlecolumntwo a, .triple_middlecolumntwo a:link {
	color: #F36505;
		display: block;
}

.triple_rightcolumn a, .triple_rightcolumn a:link {
	color: #F36505;
	display: block;
}

.triple_leftcolumn a:hover {
	color: #F9971D;
}

.triple_middlecolumn a:hover {
	color: #F9971D;
}

.triple_middlecolumntwo a:hover {
	color: #F9971D;
}

.triple_rightcolumn a:hover {
	color: #F9971D;
}

.pagination .rightcolumn a {
	text-decoration: none;
}

.pagination .middlecolumn a, .pagination .middlecolumn a:link {
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
}

.pagination .middlecolumn a:hover {
	background-color: #F36505;
	color: #FFFFFF;
}

.pagination .leftcolumn a {
	text-decoration: none;
}

.feature ul li a, .feature ul li a:link {
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
}

.feature ul li a:hover {
	color: #FFFFFF;
}

.narrower .feature ul li a, .narrower .feature ul li a:link {
	font-size: 1.1em;
}

.featureswitch a {
	color: #ffc740;
	float: right;
	text-decoration: none;
	padding-top: 4px;
}

.helplist .rightcolumn li a {
	padding-top: 6px;
	padding-bottom: 4px;
	display: block;
}

.item h4 a, .item h4 a:link {
	color: #e74100;
	text-decoration: none;
	display:  block;
}

.item h4 a:hover {
	color: #e74100;
	text-decoration: none;
}

.itemlinks a {
	display: block;
	clear: none;
	float: left;
}

.cartview .bigboxtwo h2 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom:  9px;
	padding-left: 45px;
	padding-right: 45px;
}

.cartview .bigboxtwo h2 a:hover {
	color: #FFDD94;
	text-decoration: none;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom:  9px;
	padding-left: 45px;
	padding-right: 45px;
}

.cartview .bigboxone h2 a {
	color:#F9971D;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom:  9px;
	padding-left: 26px;
	padding-right: 26px;
}

.cartview .bigboxone h2 a:hover {
	color: #e74100;
}

.singleitem .bigboxone h2 a {
	color: #F9971D;
	text-decoration: none;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom:  9px;
	padding-left: 10px;
	padding-right: 10px;
}

.singleitem .bigboxone h2 a:hover {
	color: #e74100;
	text-decoration: none;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom:  9px;
	padding-left: 20px;
	padding-right: 20px;
}

.singleitem .bigboxtwo h2 a {
	text-decoration: none;
	padding-top: 9px;
	padding-bottom:  9px;
	padding-left: 16px;
	padding-right: 16px;
}

.singleitem .bigboxtwo h2 a:hover {
	padding-left: 9px;
	padding-right: 9px;
}





.picturelink a {
	display: block; 
	width: 160px; 
	height: 140px;
        padding: 0px;
        margin: 0px;
}

.picturelink a:link {
	display: block; 
	width: 160px; 
	height: 140px;
        padding: 0px;
        margin: 0px;
}

.picturelink a:hover, .picturelink a:active {
	display: block; 
	width: 160px; 
	height: 140px;
	background-image: url(_lib/img/interface/zoom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
        padding: 0px;
        margin: 0px;
}



/* MEDIA */

.movetotheright {
display: block;
width: 60px;
min-height: 16px;
float: right;
text-align: right;
padding:10px;
background-image: url(_lib/img/interface/item_bg.jpg);
background-position: center bottom;
padding-right: 20px;
}

.movetotheleft {
display: block;
width: 60px;
min-height: 16px;
float: left;
text-align: left;
padding:10px;
background-image: url(_lib/img/interface/item_bg.jpg);
background-position: center bottom;
padding-left: 20px;
}









/* MISC */


.dummywidepic {
	display: block;
	height: 140px;
	width: 350px;
	background-color: #CCCCCC;
	background-image: url(_lib/img/flowers/rose_w.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.dummysmallpic {
	display: block;
	height: 140px;
	width: 160px;
	background-color: #CCCCCC;
	background-image: url(_lib/img/flowers/rose_s.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.giftbox select,
.giftbox input {
	margin-top: 1.0em;
	font-size: 1.0em;
}

.giftbox select {
	width: 200px;
}

.giftbox p {
	margin-top: 0.75em;
	color: #FF8809;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.quantity2 {
	margin-top: 0.8em;
}

form#checkout_form {
	width: 476px;
	margin: 0 auto;
}

form#checkout_form h4 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 1.4em;
}

.form_text {
	padding-left: 5px;
	float: left;
	width: 170px;
}

.odd,
.even {
	padding-top: 6px;
	padding-bottom: 6px;
}

.odd {
	background-color: #FFF5D4;
}

.header .rightcolumn {
	margin-top: 84px;
}

.checkout ul {
	padding-top: 8px;
}

.navigation .width {
	padding-top: 5px;
	padding-bottom: 6px;
}

ul.browse li {
	float: left;
	display: block;
}

li.divider {
	padding-left: 3px;
	padding-right: 3px;
}

.feature .heading {
	float: left;
}

.feature .georgia {
	padding-top: 10px;
}

.browse a,
.browse a:link {
	font-weight: bold;
}

.content .width {
	width: 799px;
}

.summary p,
.summary h4 {
	padding-left: 5px;
}

.cat_description {
	padding-left: 20px;
	padding-right: 20px;
}

.cat_description .giftbox {
	text-align:center;
}

.form_button {
	width:100%;
	text-align:center;
	margin-top:10px;
}

.deliveryalertbox {
	color: #F36505;
	padding: 10px;
	border: 1px solid #F36505;
}

.required {
	color: #e74100;
}

.giftbox {
	padding-left: 5px;
}

.giftbox p {
	padding-left: 0;
}

.content .width .singleitem
{
	margin-left: 10px;
}