body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}

#top {
	background-color: #FF9900;
	background-image: url('/images/gradient_top.jpg');
	height: 109px;
	width: 100%;
	color: white;
}

img.logo
{
	float: left;
	border-style: none;
}

#searchCenter {
	top: 0px;
	position: relative;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	width: 894px;
	margin: auto;
}

#search
{
	z-index: 9999;
	float: right;
	text-align: right;
	margin: 26px 30px 0 0;
	position: absolute;
	background-color: #FF6600;
	padding: 12px;
	width: 190px;
	left: 677px;
	top: 77px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 0 6px 6px;
	
}

#searchContainer
{
	width: 100%;
	top: 0px;
	position: absolute;
}

#topContent {
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 3px;
	border-top-width: 0px;
	border-color: white;
	border-style: solid;
	height: 103px;
	width: 894px;
	margin: auto;
	position: relative;
}

#cartbutton
{
	height: 46px;
	width: 51px;
	margin: 0;
	padding: 5px;
	float: right;
	border-left: transparent solid 2px;
	border-right: transparent solid 2px;
	border-bottom: transparent solid 2px;
}

#cartbutton.over
{
	background-color: #ff6600;
	border-left: #fff solid 2px;
	border-right: #fff solid 2px;
	border-bottom: #fff solid 2px;
}

/* CART STYLE */

#cart .content
{
	position: absolute;
	right: 0;
	top: 56px;
	z-index: 8999;
	width: 271px;
	padding: 2px;
	background-color: #fff;
}

.cartitemthumb
{
	position: relative;
	height: 65px;
	margin: 0 0 1px 0;
	padding: 5px 0 0 0;
	background-color: #ffe0b3;
	
	font-size: 12px;
	color: #333333;
}

.cartitemthumb a.cartitemthumb_RemoveButton
{
	display: block;
	float: right;
	padding: 2px 2px 0 0;
	width: 15px;
	height: 15px;
}

.cartitemthumb img.cartitemthumb
{
	float: left;
	margin: -5px 10px 0 0;
	padding: 0;
	border: 0;
	background-color: none;
	width: 70px;
	height: 70px;
}

.cartitemthumb div.cartitemname
{
	padding: 6px 0;
	float: left;
}

.cartitemthumb div.amount_price 
{
	float:right;
	position:absolute;
	bottom:0;
	right:0;
	margin:0 6px 6px 0;
}

.cartitemthumb div.amount 
{
	float:left;
	width: 7px;
	height: 11px;
	margin: 0 1px 0 0;
	padding: 3px 5px;
	background-color:#fff;
	
	font-weight:bold;
}

.cartitemthumb a.amountbutton
{
	display: block;
	float: left;
	width: 9px;
	height: 13px;
	margin: 0 1px 0 0;
	padding: 2px 4px;
	background-color: #ff9900;
	
	color: #fff;
	text-align:center;
	text-decoration:none;
}

.cartitemthumb div.price
{
	position:relative;
	float:left;
	margin: 2px 0 0 4px;
	background-color: transparent;
	
	font-weight:bold;
}

#cart_thumbs_total
{
	padding:10px 6px 10px;
	background-color: #ff6600;
	
	font-weight:bold;
	text-align:right;
}

#cart_thumbs_checkout
{
	padding: 12px;
	background-color: #ff6600;
}

#cart a.button
{
	display:block;
	margin: 0 auto;
	padding:7px 6px 7px;
	width:123px;
	background-color: #ff9900;
	
	color:#fff;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	line-height:100%;
}

#cartitems
{
	text-align:right;
	position: absolute;
	float: right;
	top: 18px;
	left: 30px;
	width: 800px;
}

#cartitems img
{
	float: right;
	vertical-align: middle;
	padding-left: 6px;
}

#topMenu
{
	margin: 22px 0 0 0;
	list-style: none;
	padding: 0px;
	float: right;
	clear: right;
}

#topMenu li
{
	float: left;
	padding: 0 10px 0 10px;
	font-size: 14px;
	
}

#topMenu a
{
	color: #FFFFFF;
	text-decoration: none;
	z-index: 7999;
}
#topMenu a.active
{
	margin-top: -9px;
	position: relative;
	display: block;
	float: left;
	padding-left: 12px;
	padding-bottom: 9px;
	padding-right: 12px;
	padding-top: 9px;
	background-color: white;
	border-bottom-style: none;
	font-weight: bold;
	color: #fb6c20;
	text-decoration: none;
}
#topMenu a.active:hover
{
	padding-left: 12px;
	padding-bottom: 9px;
	padding-right: 12px;
	padding-top: 9px;
	background-color: white;
	border-bottom-style: none;
	font-weight: bold;
	color: #fb6c20;
	text-decoration: none;
}
#topMenu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#shopMenu
{
	margin: -3px auto 0 auto;
	list-style: none;
	padding: 0px;
	width: 882px;
	height: 56px;
	display: block;
	border-style: solid;
	border-color: white;
	border-width: 0 6px 0 6px;
}

#shopMenu li
{
	height: 56px;
	float: left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
}

#shopMenu a
{
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 3px;
	width: 78px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 10px 0px 10px;
	display: block;
	height: 43px;
	background-position: top right;
}

#shopMenu a.active
{
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 0px;
	width: 78px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 10px 0px 10px;
	display: block;
	height: 46px;
	background-position: top right;
}

#content
{
	padding-left: 6px;
	padding-bottom: 6px;
	padding-right: 0px;
	padding-top: 6px;
	width: 888px;
	margin:auto;
	clear:both;
}

#content.home
{
	width: 894px;
	padding: 0px;
	background-image: none;
	background-color: #FFAD33;
}

#bottom
{
	clear: both;
	width: 100%;
	min-height: 145px;
	background-color: #333333;
}

#bottomContent
{
	border-color: white;
	border-style: solid;
	border-width: 6px 0 0 0;
	width: 882px;
	margin: auto;
	padding: 0 12px 12px 12px;
	color: #999999;
	font-size: smaller;
}

#bottomContent a
{
	color: #CCCCCC;
}
#bottomContent a:hover
{
	color: #FFFFFF;
}

#newsletter
{
	font-size: 1.1em;
	width: 400px;
	margin-top: 21px;
}
#newsletter h3
{
	margin: 6px 0 6px 0;
	padding: 0;
	font-size: 1.4em;
	color: #F90;
}
#newsletter label
{
	color: #999;
	width: 80px;
	clear: none;
	float: left;
	padding-top: 6px;
}
#newsletter input.text
{
	width: 160px;
	clear: none;
	float: left;
	height: 22px;
	line-height: 22px;
	padding: 0 6px 3px 6px;
	margin: 0 0 6px 0;
	border: 0;
	font-size: 1em;
}

#newsletter input.button
{
	clear: none;
	height: 25px;
	line-height: 22px;
	padding: 3px 6px 6px 6px;
	margin: 0 0 0 6px;
	border: 0;
	float: left;
	font-size: 1em;
}

p.right
{
	float: right;
	text-align: right;
}



#shopMenu li.yellow a
{
	background-image:url('/images/shopKnop_yellow.jpg');
	background-color: #FFCC00;
}
#shopMenu li.yellow a.active
{
	background-image:url('/images/shopKnop_yellow_active.jpg');
}

#shopMenu li.green a
{	
	background-color: #63A803;
	background-image:url('/images/shopKnop_green.jpg');
}
#shopMenu li.green a.active
{
	background-image:url('/images/shopKnop_green_active.jpg');
}

#shopMenu li.blue a
{
	background-image:url('/images/shopKnop_blue.jpg');
	background-color: #003366;
}
#shopMenu li.blue a.active
{
	background-image:url('/images/shopKnop_blue_active.jpg');
}

#shopMenu li.pink a
{
	background-image:url('/images/shopKnop_pink.jpg');
	background-color: #CC3366;
}
#shopMenu li.pink a.active
{
	background-image:url('/images/shopKnop_pink_active.jpg');
}

#shopMenu li.orange a
{
	background-image:url('/images/shopKnop_orange.jpg');
	background-color: #FF9900;
}
#shopMenu li.orange a.active
{
	background-image:url('/images/shopKnop_orange_active.jpg');
}

#shopMenu li.purple a
{
	background-image:url('/images/shopKnop_purple.jpg');
	background-color: #660099;
}
#shopMenu li.purple a.active
{
	background-image:url('/images/shopKnop_purple_active.jpg');
}

#shopMenu li.red a
{
	background-image:url('/images/shopKnop_red.jpg');
	background-color: #CC0000;
}
#shopMenu li.red a.active
{
	background-image:url('/images/shopKnop_red_active.jpg');
}

#shopMenu li.brown a
{
	background-image:url('/images/shopKnop_brown.jpg');
	background-color: #996D48;
}
#shopMenu li.brown a.active
{
	background-image:url('/images/shopKnop_brown_active.jpg');
}
#shopMenu li.turquoise a
{
	background-image:url('/images/shopKnop_turquoise.jpg');
	background-color: #009999;
}
#shopMenu li.turquoise a.active
{
	background-image:url('/images/shopKnop_turquoise_active.jpg');
}






#subcats
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0px;
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 6px;
	clear: both;
	display: inline-block;
}

#subcats ul
{
	margin: 0px;
	border-left-style: none;
	list-style: none;
	padding: 0px;
	display: block;
}

#subcats li
{
	margin: 0px;
	border-color: white;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-top-width: 6px;
	display: block;
	float: left;
}

#subcats li a
{
	text-decoration: none;
	color: #333333;
	padding: 0 0 4px 0;
	display: block;
	width: 103px;
	height: 70px;
	text-align: center;
	font-size: 11px;
}

#subcats ul.extrarow li
{
	border-top-width: 0;
}

#subcats li.active a, #subcats li a:hover
{
	color: #ffffff;
}


#subcats li img
{
	border-style: none;
	padding: 0 0 4px 0;
}


#products.home
{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 6px;
	float: right;
	width: 370px;
	padding: 0px;
}

#products
{
	width: 890px;
	margin: 0px;
	padding: 0px;
}

ul.products
{
	list-style: none;
	margin:0 0 0 -2px;
	padding: 0;
	display: block;
}

* html ul.products
{
	margin-left: -7px;
}

ul.products li
{
	display:block;
	float: left;
	display: block;
	width: 157px;
	height: 127px;
	margin: 5px;
	padding: 5px;
	background-color: #ffffff;
	border: 0px solid #ffffff;	
	line-height: 10px;
	position: relative;
}

ul.products li a
{

	text-decoration: none;
	color: #333333;
	font-size: smaller;
}

ul.products li img
{
	border-style: none;
	margin: auto;
}

ul.products li div.pic
{
	width: 157px;
	height: 95px;
	text-align: center;
	margin-bottom: 6px;
}
ul.products li div.price
{
	width: 58px;
	height: 12px;
	padding: 8px 2px 8px 2px;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	float: right;
	position: relative;
	left: 4px;
	top: 2px;
}

* html ul.products li div.price
{
	top: 4px;
}

ul.products li a.over
{
	border-width: 4px; 
	margin: 2px;
	
	
}

#product
{
	z-index: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 6px;
	margin-top: 0;
	padding-left: 6px;
	padding-bottom: 12px;
	padding-right: 6px;
	padding-top: 6px;
	height: 1%;
	position: relative;
	top: 6px;
}

#text
{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-top: 0px;
	padding: 24px;
}

div.text
{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-top: 0px;
	padding: 24px;
}

#product div.pic
{
	padding: 6px;
	background-color: #ffffff;
	float: left;
	margin: 0 18px 0 0;
	width: 340px;
	text-align: center;
	height: 100%
}

#product #info.variations
{
	float: left;
	width: 323px;
}
#product #info.no_variations
{
	float: left;
	width: 482px;
}

#variations
{
	padding-left: 12px;
	padding-bottom: 12px;
	padding-right: 0;
	padding-top: 10px;
	width: 130px;
	float: right;
	text-align: left;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 0 0 1px;
}

#variations ul
{
	width: 130px;
	list-style: none;
	margin:0;
	padding: 0;
	display: block;
}

#variations a.pic
{
	background-color: #ffffff;
	padding: 3px;
	display: block;
	width: 110px;
	text-align: center;
	margin: 6px 0 3px 0;
}

#variations a
{
	text-decoration: none;
	color: #333333;
	font-size: smaller;
}


#product .price
{
	padding: 12px 12px 11px 12px;
	color: #ffffff;
	font-size: 15px;
	float: left;
	margin: 12px 0 12px 0;
}

#tocart
{
	display: block;
	float: left;
	font-size: 15px;
	padding: 12px 12px 11px 28px;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 12px 0 0 0;
	width: 150px;
}

#tocart a
{
	text-decoration: none;
}


table.productinfo
{
	border-style:0px;
	font-size: smaller;
	text-align: left;
	width: 350px;
}
table.productinfo th
{
	vertical-align: top;
	width: 25%;
}

h1
{
	clear: both;
	color: #ffffff;
	font-size: 40px;
	margin: 12px 0 6px 0;
	padding: 0px;
}

h2
{
	font-size: 22px;
	font-weight: normal;
	margin: 12px 0 12px 0;
}

#products h2
{
	color: white;
	font-size: 22px;
	font-weight: normal;
	margin: 12px 0 12px 0;
}

h3
{
	font-size: 15px;
	font-weight: normal;
}

img
{
	border-style: none;
}

p
{
	line-height: 140%;
}

a
{
	color: #003366;
}

ins
{
	text-decoration: none;
	padding-left: 6px;
}

form
{
	margin:0;
	padding:0;
}

fieldset
{
	background-color: #ffe0b3;
	margin: 0 6px 6px 0;
	padding: 12px 12px 12px 12px;
	border: 0;
}

fieldset h2
{
	margin: 0 0 12px 0;
	padding: 0;
}

#contactdata_login .forgotpassword
{
	clear: left;
	display: block;
	margin: 6px 0 12px 140px;
	font-size: smaller;
}

input.checkbox, input.radio
{
	clear: left;
}

input.contactdata, select.contactdata
{
	float: left;
	margin: 0 0 6px 0;
	width: 180px;
	display: block;
	color: #333333;
	padding: 3px;
	border-style: none;
	font-size: small;
}

input.contactdata.nr
{
	margin-left: 6px;
	width: 30px;
}

input.contactdata.zip
{
	margin-right: 6px;
	width: 72px;
}

#input_delivery_street, #input_delivery_city
{
	width: 140px;
}

#contactdata_login input.submit
{
	float: left;
	margin: 12px 0 0 0;
}

#input_delivery_message
{
	float: left;
	margin: 0 0 6px 0;	
	height: 90px;
	width: 240px;
}

#input_message
{
	height: 90px;
	width: 400px;
}


p.form_info
{
	clear: left;
	font-size: x-small;
}

input.text
{
	display: block;
	float: left;
	background-color: white;
	width: 300px;
	color: #333333;
	padding: 3px;
	border-style: none;
	font-size: small;
	margin: 0;
}


textarea.messageRecipient
{
	height: 100px;
	display: block;
	float: left;
	background-color: white;
	width: 300px;
	color: #333333;
	padding: 3px;
	border-style: none;
	font-size: small;
	margin: 0;
}

textarea.message
{
	height: 140px;
	display: block;
	float: left;
	background-color: white;
	width: 400px;
	color: #333333;
	padding: 3px;
	border-style: none;
	font-size: small;
	margin: 0 0 12px 0;
}

input.search
{

	padding: 6px;

	width: 175px;

}

#search input.button
{
	margin: 0;
	color: #ffffff;
	padding: 6px 12px 6px 12px;
	border-style: none;
	background-color: #FF9900;
	font-size: small;

}

input.button
{
	clear: both;
	padding-left: 24px;
	padding-bottom: 6px;
	padding-right: 24px;
	padding-top: 6px;
	margin: 0;
	color: #ffffff;
	border-style: none;
	background-color: #FF9900;
	font-size: small;

}

input.button_coupon
{
	line-height: 12px;
	border-width: 0px;
	float: left;
	padding-left: 24px;
	padding-bottom: 6px;
	padding-right: 24px;
	padding-top: 6px;
	margin: 0;
	color: #ffffff;
	border-style: none;
	background-color: #FF9900;
	font-size: small;

}

#picthumbs
{
}
#picthumbs img
{
	margin-top: 6px;
	float: left;
	padding-right: 6px;
}

#freedelivery
{
	float: right;
	width: 81px;
	height: 80px;
	margin: 10px;
}

h1.cart
{
	clear: none;
	margin-top: 50px;
}

table.cart
{
	width: 882px;
	padding: 0px;
	border-width: 0;
}

table.cart th
{
	background-color: #ffffff;
	color: #FF9900;
	padding: 3px 6px;
	border-style:solid;
	border-color: #FF9900;
	border-width: 0 1px 0 0;
	font-size: medium;
	font-weight: normal;
	vertical-align: middle;
}

table.cart tr
{
	border-style:solid;
	border-color: #FF9900;
	border-width: 0 0 1px 1px;
}

table.cart td
{
	background-color: #ffe0b3;
	padding: 3px 6px;
	vertical-align: top;
	border-style: dashed solid none none;
	border-color: #FF9900;
	border-width: 1px 1px 0 0;
	vertical-align: middle;
}

table.cart img.thumb
{
	border-color: white;
	border-width: 3px;
	border-style: solid;
	float: none;
	vertical-align: middle;
}

table.cart input.text
{
	width: 50px;
	
}

table.cart td.empty
{
	color: white;
	border-style: none;
	background-color: transparent;
}
table.cart th.totallabels
{
	border-style: none;
	background-color: #fd973c;
	color: #fff;
	font-weight: normal;
	text-align: right;	
	font-size: 1em;
}


table.cart td.totalbottom
{
	background-color: #ffffff;
	font-weight: bold;
	color: #FF9900;
	text-align: right;
}

table.cart .image
{
	width: 40px;
	padding: 3px;
}
table.cart .amount
{
	width: 60px;
	text-align: center;
}
table.cart .remove
{
	width: 16px;
	text-align: center;
}
table.cart .present
{
	width: 24px;
	text-align: center;
}
table.cart td.price, table.cart td.total
{
	text-align: right;
}


#shippingcountry, #couponform
{
	background-color: #ffe0b3;
	margin: 6px 6px 0 0;
	padding: 12px;
}
#couponform
{
	margin-bottom: 6px;
}
#couponform h3
{
	margin-top: 0;
}
#couponform label
{
	width: 60px;
}
#couponform input.text
{
	width: 120px;
	margin-right: 6px;
}
#couponform input.button
{
	width: 100px;
	height: 22px;
	line-height: 22px;
	padding-top: 0;
}


#measures
{
	margin-bottom: 10px;
	margin-top: 10px;
	clear: left;
}

#text.home
{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -3px;
	float: none;
	width: 457px;
}

#home_news
{
	background-color: #FFDCAF;
	padding: 0;
	margin: 0;
}

#home_news h2
{
	margin-top: 0;
	padding-top: 0;
	color: #FF6600;
}

#home_news h2 a
{
	text-decoration: none;
	color: #FF6600;
}

#home_news div.content
{
	display: inline-block;
	width: 378px;
	margin: 30px 30px 20px 30px;
	float: left;
}

#home_news img.home_news
{
	float: left;
	width: 455px;
}

#home_news .readmore
{
	color: #F60;
	font-size: 1.2em;
}

.tabcontent_text
{
	padding: 6px;
	color: #FFDCAF;
}

.tabcontent_text h3
{
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

.tabcontent_text a
{
	color: #fff;
}

#banners
{
	padding: 30px 65px;
	background-image: url('/images/shadow_bottom.png');
	background-repeat: repeat-x;	
	text-align: center;
}

#banners a
{
	display: block;
}

#sociallinks
{
	margin: 0 0 4px 0;
	float: right;
	width: 344px;
}

#sociallinks a
{
	float: right;
	margin-left: 6px;
}

#winkelstraat
{
	float: left;
}


#petitbazaar
{
	float: right;
}

#banners img
{
	border: #FF6A00 solid 4px;
}

a.more_arrow
{
	margin-top: 12px;
	margin-left: 3px;
	text-align: right;
	padding-right: 80px;
	padding-bottom: 9px;
	padding-top: 9px;
	margin-right: 12px;
	display: block;
	font-size: medium;
	color: white;
	background-color: #ff9900;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(/images/more_arrow.gif);
}

img.category
{
	float: left;
	margin-top: 10px;
}

#railbar
{
	height: 30px;
	margin-left: .5%;
	text-align: center;
	padding: 0px;
	display: block;
	width: 100%;
	list-style-type: none;
}

#railbar li
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	display: block;
}

#railbar li.nr
{
	background-color: #ee9c28;
	color: white;
	width: 4%;
}

#railbar li.nr_active
{
	background-color: white;
	color: #e76d20;
	width: 4%;
}

#railbar li.info
{
	margin-right: 1%;
	background-color: #ffdcaf;
	color: #e76d20;
	width: 15%;
}

#railbar li.info_active
{
	margin-right: 1%;
	background-color: #e76d20;
	color: white;
	width: 14%;
}

div.loginframe
{
	float: left;
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	display: block;
	margin-right: 6px;
	width: 417px;
	background-color: #ffdcaf;
}

div.optionFrame
{
	margin-bottom: 12px;
	padding: 20px;
	display: block;
	width: 500px;
	background-color: #f4c36f;
}


form label.text
{
	padding-top: 3px;
	clear: left;
	color: #282828;
	width: 140px;
	display: block;
	float: left;
}

form label.checkbox
{
	display: inline;
	color: #282828;
}

div.error
{
	padding: 12px;
	font-weight: bold;
	color: #c62214;
	background-color: #ffa382;
	margin-bottom: 20px;
	border-color: #c50010;
	border-style: solid;
	border-width: 1px;
}

#couponCode
{
	line-height: 12px;
	border-width: 0px;
	font-size: small;
	float: left;
	width: 80px;
	padding: 5px;

}

#promoCode
{
	line-height: 12px;
	border-width: 0px;
	font-size: small;
	float: left;
	width: 80px;
	padding: 5px;

}

#online_pay
{
	background-color: #f3d8af;
	border-style: none;
	border-width: 0px;
	width: 828px;
	height: 500px;
}

.actiebanner
{
	margin-top: 15px;
	margin-bottom: 10px;
}

#top h1
{
	font-size: small;
	display: block;
	width: 240px;
	height: 100px;
	float: left;
	margin: 0;
	padding: 0;
}

#top h1 a
{
	display: block;
	color: #ed9c28;
	width: 240px;
	height: 100px;
	text-indent: -9999px;
}

#add2list
{
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 50px;
	float: none;
	clear: both;
}

table.birthlist
{
	width: 100%;
}

table.birthlist td
{
	background-color: #ffe8ce;
	padding: 3px 6px;
	vertical-align: top;
	border-style: dashed solid none none;
	border-color: #ffe0b3;
	border-width: 1px 1px 0 0;
}

table.birthlist th
{
	background-color: #ffffff;
	color: #FF9900;
	padding: 3px 6px;
	border-style:solid;
	border-color: #ffe0b3;
	border-width: 0 1px 0 0;
	font-size: medium;
	font-weight: normal;
}

table.birthlist tr
{
	border-style:solid;
	border-color: #ffe0b3;
	border-width: 0 0 1px 1px;
}

#birthlists_overview
{
	float: left;
	width: 457px;
}

.nopadding
{
	padding: 0px;
}

#birthlists_info
{
	margin-left: -6px;
	background-color: #f3d8af;
	margin-top: -6px;
	padding: 12px;
	width: 382px;
	float: right;
}

.birthlist_item
{
	font-size: smaller;
	height: 110px;
	padding: 6px;
	width: 100%;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-top: 0px;
	background-color: #f3d8af;
}

.birthlist_item a
{
	text-decoration: none;
	color: black;
}

.birthlist_item img
{
	clear: left;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 12px;
}

.birthlist_item h3
{
	margin-left: 0px;
	margin-bottom: 6px;
	margin-right: 0px;
	margin-top: 0px;
}

#birthlist_back_to_list a
{
	color: white;
}

#birthlist_back_to_list
{
	margin: 6px;
}

#birthlist_info img
{
	margin-right: 12px;
	clear: none;
	float: left;
}

#birthlist_info h1
{
	padding-left: 6px;
	color: #e76d20;
	padding-top: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
	clear: none;
	float: none;
	font-size: x-large;
}

#birthlist_info h2
{
	padding-left: 6px;
	margin-bottom: 12px;
	margin-top: 0px;
	clear: none;
	float: none;
	font-size: large;
}

#birthlist_info
{
	height: 1%;
	background-color: #f3d8af;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 6px;
}

#birthlist_info .birthlist_text
{
	padding: 6px;
	display: block;
}

*html #birthlist_info
{
	height: 1%;
}

#kaboodle
{
	float:right;
	text-align: right;
	margin: 10px 0 0 0;
	font-size: x-small;
}

#kaboodle a
{
	display: block;
	float: right;
	padding: 3px 22px 0 0;
	height: 20px;
	background-image: url(http://www.kaboodle.com/ht/mk/img/kicon-sm.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.discounttag
{
	display: block;
	height: 9px;
	width: 36px;
	line-height: 100%;
	padding: 6px 3px 6px 3px;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF9900;
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: smaller;
	font-weight: bold;
}


/* Tabs */

ul.tabs
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	overflow: hidden;
}
ul.tabs li
{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}
ul.tabs li a
{
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.ui-tabs-hide
{
    display: none;
}

#hometabs
{
	padding-top: 10px;
	background-image: url('/images/shadow_bottom.png');
	background-repeat: repeat-x;

}

#hometabs li a
{
	background-color: #FE8503;
	background-image: url('/images/bg_tab_bottom.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
	padding: 6px 15px 6px 15px;
}

#hometabs li.ui-tabs-selected a
{
	background-color: #FF6900;
	background-image: none;
}

#content.home .tabcontent
{
	background-color: #FF6900;
	padding: 7px 0 5px 7px;
}

#text.checkout_overview
{
	margin-bottom: 6px;
}

fieldset.checkout_overview
{
	margin-top: 6px;
}

h2.checkout_overview
{
	color: #fff;
}


ul.faq
{
	margin: 0 0 30px 20px;
	padding: 0;
	
}

ul.faq li
{
	line-height: 140%;
}

ul.faq li a
{
	color: #333;
}



/* Clearfixfun */

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
