/******************************************************
				Title: Bagchee
				Author: Sia Alexieva, Martin Metodiev
				Updated:

				List Of Contents:
					=Layout
					=Global Styles
					=Header
					=Navigation
					=Breadcrumb
					=Menu
					=Search Menu
					=Container
					=Table
					=Popup
					=Pagination
					=Sitemap
					=Payment
					=Footer
					=Flash messages
******************************************************/

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

a , input {
	outline: none;
}

a.del_address {
	line-height: 24px;
}

.hidden {
	text-indent: -9999px;
	overflow: hidden;
}

	a.skip {
		display: block;
		width: 0px;
		height: 0px;
	}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clear {
	clear: both;
}

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

#content:after,
.container:after,
.clearfix:after,
.text:after,
.item:after,
div.box_content:after,
div.container .box ul:after,
div.content_padding:after,
div.main div.box_right_corner:after,
#content:after,
div.item ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content {
	overflow: hidden;
}

	#secure_checkout #content {
		overflow: visible;
	}

/* ---------->>> =Layout <<<-----------*/

body {
	background: #FD6A03 url(../images/site_images/bg/bg_outer_wrapper.png) left 36px repeat-x;
	font: normal 63.5% Tahoma, Verdana, Ariel;
	color: #333;
	line-height: 150%;
}

div.outer_wrapper {
	background: url(../images/site_images/bg/bg_body.png) no-repeat center top;
}

div.wrapper {
	width: 980px;
	margin: 0 auto;
	font-size: 1.1em;
}

div.header_wrapper {
	background: url(../images/site_images/bg/bg_body.png) no-repeat scroll center top;
	position: relative;
}

div.container {
	clear: both;
	padding-right: 10px;
}

div#sidebar {
	float: left;
	width: 187px;
	padding-right: 9px;
}

div#sidebar a,
div#banners a {
	color:#333;
}

div#sidebar div.box h2 span a {
	color:#FFF;
}

div#main_content {
	float: left;
	width: 100%;
	position: relative;
}

	div#main_content.with_banners {
		margin-right: -187px;
		position: static;
	}


div#main_content.with_banners div#content {
	margin-right: 177px;
}

div#banners {
	float: right;
	width: 168px;
	padding-left: 9px;
}

div.content_padding {
	padding: 0px 16px;
}

/* ---------->>> =Global Styles <<<-----------*/

input {
	border: 0px;
	padding: 6px 0px 7px 0px;
	color:#333;
	font-size: 1em;
}

	input.combo {
		float:left;
		padding-left: 8px;
		padding-right: 30px;
		width: 199px;
		background: url(../images/site_images/bg/bg_input_combo_237.gif) no-repeat;
	}

	input.custom_select {
		cursor: pointer;
	}

.custom_select_variables {
	position: absolute;
	width: 200px;
	top: 0;
	left: 0;
	margin: 35px 0 0 5px;
	padding: 1px;
	z-index: 10;

	font-size: 12px;
}

		input.combo.orange,
		div.multiple form input.combo {
			background-image: url(../images/site_images/bg/bg_input_combo_237_onorange.gif);
		}

	div.input {
		float: left;
		width: 237px;
		margin-bottom: 10px;
		height: 26px;

		background: url(../images/site_images/bg/bg_input_237.gif) no-repeat;
	}

	div.input input {
		width: 92%;
		margin:  0 0px 0 8px;
		background: none;
	}

	input.checkbox {
		float: left;
		position: relative;
		top: 3px;
		width: 12px;
		height: 12px;
		margin-right: 5px;
	}

		form#shopping_bag input.checkbox {
			float: none;
		}

		form#edit_user input.checkbox {
			margin-left: 10px;
		}

	input.radio {
		float: left;
		position: relative;
		top: 3px;
		margin-right: 5px;
		margin-left: 10px;
	}

		fieldset.fixed input.radio {
			float: none;
		}

	div.small_input {
		position: relative;
		width: 87px;
		height: 26px;
		float: left;
		margin-right: 10px;
	}

		div.small_input input {
			width: 55px;
			height: 16px;
			padding-right: 29px;
			padding-left: 8px;
			background: url(../images/site_images/bg/bg_small_input.gif) no-repeat;
		}

			tr.even div.small_input input,
			div.fieldset_left div.small_input input {
				background-image: url(../images/site_images/bg/bg_small_input_orange.gif)
			}

	div.last_input {
		margin-right: 0px !important;
	}

div.textarea {
	float: left;
	margin-bottom: 10px;

	background: url(../images/site_images/bg/bg_textarea.gif) no-repeat;
}

	div.textarea textarea {
		width: 441px;
		height: 129px;
		background: none;
		border: 0px;
		margin: 3px 8px;
		overflow: auto;

	}

	form#review div.textarea {
		float: none;
		margin: 0px;

		background-image: url(../images/site_images/bg/bg_big_textarea_onorange.gif);
	}


		form#review div.textarea textarea {
			width: 498px;
			height: 164px;

		}

	form#contact_form div.textarea {
		float: none;
		margin: 0px;

		background-image: url(../images/site_images/bg/bg_textarea_content.gif);
	}

		form#contact_form div.textarea textarea {
			width: 377px;
			height: 70px;

		}

button {
	border: 0px;
	cursor: pointer;
}

	button.up,
	button.down {
		position: absolute;
		width: 25px;
		height: 13px;
	}

		button.up {
			top: 1px;
			right: 0px;
			height: 12px;
			background: url(../images/site_images/bg/bg_btn_up.gif) no-repeat;
		}

			tr.even button.up,
			div.fieldset_left button.up {
				background-image: url(../images/site_images/bg/bg_btn_up_orange.gif)
			}

		button.down {
			top: 13px;
			right: 0px;
			background: url(../images/site_images/bg/bg_btn_down.gif) no-repeat;
		}
			tr.even button.down,
			div.fieldset_left button.down {
				background-image: url(../images/site_images/bg/bg_btn_down_orange.gif)
			}


div.input_btn {
	float: left;

	background: url(../images/site_images/btn_blue_left.gif) no-repeat;
}

	div.orange_btn {
		background-image: url(../images/site_images/btn_dark_orange_left.gif);
	}

	div.red_btn {
		background-image: url(../images/site_images/btn_red_left.gif) !important;
	}

	div.input_btn input {
		padding: 5px 15px 6px 15px;

		background: url(../images/site_images/btn_blue_right.gif) right top no-repeat;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 1em;
		cursor: pointer;
	}
		form.checkout div.input_btn input,
		div.multiple div.input_btn input,
		div.orange_box div.input_btn input,
		div.coloured_box div.input_btn input {
			background-image: url(../images/site_images/btn_blue_right_onorange.gif)
		}

		div.orange_btn input {
			background-image: url(../images/site_images/btn_dark_orange_right.gif);
		}


		div.red_btn input {
			background-image: url(../images/site_images/btn_red_right.gif) !important;
			font-size: 1.6em;
			font-weight: normal;
		}

	div.change_btn,
	div.log_out {
		position: absolute;
		top: 10px;
		right: 10px;
		margin: 0px !important;
	}

		form#checkout div div.change_btn {
			display: none;
			z-index:3;
		}

	form#similar_items div.input_btn {
		clear: both;
		float: right;

		position: relative;
		top: -6px;
	}

	fieldset.payment_fieldset div.input_btn {
		margin-right: 106px;
		}

		fieldset.payment_fieldset div.orange_btn {
			margin-right: 0px;
		}

		fieldset.payment_fieldset .payment {
			background: none;
		}

	form#view_orders div.input_btn {
		margin-right: 40px;
	}

	form#shopping_bag div.input_btn {
		margin-left: 10px;
	}

a {
	color: #003589;
}

	a:hover {
		text-decoration: none;
	}

	a img {
		border: 0px;
	}

	a.view_all {
		margin-left: 11px;
	}

	a.book_inside {
		background: url(../images/site_images/bg/bg_list.gif) left 5px no-repeat;
		padding-left: 8px;
		font-weight: bold;
		color: #333;
		text-decoration: underline;

		display: inline-block;
	}

		a.book_inside:hover {
			text-decoration: none;
		}


	a.join {
		position: relative;
		top: -3px;
		float: left;
		margin: 15px 0 0 5px;

		background: url(../images/site_images/btn_orange_left.gif) no-repeat;
		text-decoration: none;
	}

		a.join span {
			display: block;
			padding: 3px 7px 4px 12px;

			background: url(../images/site_images/btn_orange_right.gif) right top no-repeat;

			font-weight:bold;
			color:#333;
		}

		a.join:hover span {
			text-decoration:underline;
		}

		a.cancel {
			padding: 0 0 0 12px;
			position: absolute;
			bottom: 17px;
			right: 0;
			background: url(../images/site_images/icon_x.gif) left 5px no-repeat;
			font-weight: bold;
		}

		a.move {
			position: absolute;
			bottom: 0px;
			right: 0px;

			font-weight: bold;
		}

		div.container ul li a {
			color: #333;
		}

ul {
	list-style: none;
}

	div.container .half ul {
		margin-top: -9px;
	}

	div.container ul.small_gallery {
		margin-top: 0px;
	}

ol {
}

	ol li {
		list-style: decimal inside;
	}

p {
	clear: both;
	padding-bottom: 1em;
}

	form p {
		clear: none;
		padding-bottom: 0.8em;
	}

		form#similar_items p.right {
			clear: none;
		}

		form p.required_fields {
			padding-bottom: 0px;
		}


	p.important {
		margin-top: 0px !important;
		font-weight: bold;
		color: #FD700C;
	}

	p.total {

		font-size: 20px;
		color: #003589;
	}

	p.total_rewards {
		font-size: 1.09em;
		font-weight: bold;
	}

		p.total_rewards span {
			font-size: 1.33em;
		}
	p.still_have {
		clear: both;
		padding-right: 104px;

		text-align: right;
	}

	strong.date {
		font-size: 1.09em;
	}

form strong {
}

	form#similar_items strong {
		float: left;
		margin-right: 5px;
	}

label {
	float: left;
	padding: 8px 5px 5px 0px;
	margin-bottom: 10px;
	width: 120px;

	font-weight: bold;
	line-height: 100%;
}

	label.no_width {
		width: auto;
	}

	div.sizes label {
		line-height: 26px;
	}

	label.checkbox,
	label.radio,
	form#similar_items label {
		float: left;
		width: auto;
		padding-top: 3px;
		font-weight: normal;
	}

		form#similar_items label {
			margin-bottom: 6px;
		}

		label.radio {
			margin-top: 0px !important;
		}

		form#shopping_bag label.checkbox {
			float: none;
		}

	form#personal_info label {
		width: 145px;
	}

	form#active_participants label {
		width: 190px;
	}

	form#newsletter label {
		width: 160px;
	}

	form#check_balance label {
		width: 220px;
		padding-right: 15px;
	}

form br {
	clear: both;
	font-size: 0pt;
	line-height: 0px;
}

	form p br {
		clear: none;
	}

form em {
	position: relative;
	top: -10px;
	clear: both;
	display: block;
}

	form#ecard em {
		margin: 0px 0px 10px 260px;
	}

div.main h2 {
	font-size: 15px;
	padding-bottom:1.17em;
	line-height: 120%;
}

	div.main h2.title {
		font-weight: normal;
		font-size: 20px;
		padding-bottom: 0.5em;
		/*width: 695px;*/
		width: 350px;
		margin-left: 162px;
	}

	div.main ul.detail_list h2.title {
		width: auto;
	}

	div.main h2.marked {
		color: #0444A5;
	}

		div.main h2.marked span {
			font-size: 19px;
			color: #FD6A03;
		}

			div.main h2.marked span.normal {
				font-weight: normal;
			}

	div.text h2.first {
		padding-top: 0px;
	}

h3 {
	clear: both;
	padding: 1em 0 0.7em;

	font-size: 1.43em;
}

	h3.left {
		margin-right: 17px;
	}

form.checkout h4 {
		padding-top: 13px;
		padding-bottom: 7px;
	}


h4,
div.description h4 {
	font-size: 14px;
	padding: 0px 0px 4px 0px;
}
	div.description h4 {
		padding-bottom: 10px;
	}

	form h4 {
		padding: 25px 0px 15px 0px;

		font-size: 12px;
	}


div.container ul li {
	padding-left: 10px;
	background: url(../images/site_images/bg/bg_list.gif) left 6px no-repeat;
	line-height: 150%;
}

	div.container .box ul li {
		padding: 3px 0 3px 10px;
		margin: 0px 1px;
		background-position: left 10px;
	}

	div.container .browse ul li {
		background: none;
		padding: 2px 10px 2px 20px;
	}

		div.container #sidebar .browse div.box_content ul li {
			padding-left:23px;
		}

		div.container #sidebar .browse div.box_content ul li.title {
			margin-top: 3px;
			padding-left: 10px;

			font-weight: bold;
			background-color: #CFF0FE;
		}

		div.container #sidebar .box ul li a,
		div.container #banners .box ul li a {
			text-decoration: none;
		}

		div.container #sidebar .box ul li a.active,
		div.container #banners .box ul li a.active {
			font-weight: bold;
		}

		div.container #sidebar .box ul li a.active:hover,
		div.container #banners .box ul li a.active:hover {
			text-decoration: none;
			cursor: default;
			color: #333;
		}

		div.container .half ul li a {
			text-decoration: none;
			color: #333;
		}

			div.container #sidebar .box li a:hover,
			div.container #banners .box li a:hover,
			div.container .half li a:hover {
				text-decoration: underline;
				color: #003890;
			}



	div.container .box ol li {
		padding-top: 5px;
		padding-bottom: 5px;
	}


dl {
	margin-bottom: 1em;
}

	div.buy_it dl {
		width: auto;
		margin:0px;
	}

	div.item_description dl,
	div.item_price dl  {
		margin: 0px;
		position: relative;
	}



	dt {
		float: left;
		font-weight: bold;
		margin-right: 4px;
	}

	dd {
		padding-bottom: 10px;
	}

		div.item_description dd,
		div.item_price dd,
		div.buy_it dd {
			padding-bottom: 2px;
		}

		div.item_description dl dt {
			clear: left;
		}

		dl.left {
			width: 230px;
			padding-right: 10px;
		}

.text h2 {
	font-size: 14px;
	color: #003890;
}

.text h3,
h3.left {
	font-size: 14px;
	color: #003890;
	margin-bottom: 0px;
	padding: 0px;
}

.text ul {
	padding-bottom: 1em;
}

/* ---------->>> =Header <<<-----------*/

div.header {
	height: 110px;
}

	div.header h1 {
		float: left;
		margin: 10px 0 0 25px;
		width: 156px;
		height: 87px;
	}
		div.header h1 a {
			display: block;
			width: 100%;
			height: 100%;
			background: url(../images/site_images/logo.gif) no-repeat;
	}

	div.header ul {
		float: left;
		padding:5px 7px 5px 0px;
		margin-top: 4px;

		background: url(../images/site_images/bg/bg_ul.gif) right top repeat-y;
	}

		div.header ul li {
			float: left;
			padding: 0px 10px;
		}

			div.header ul li.sign_in {
				padding-left:14px;
			}

			div.header ul li.home {
				margin-left: 48px;
			}

			div.header ul li a {
				display: block;
				padding-left: 14px;

				color: #FFFFFF;
				background-position: left 2px;
				background-repeat: no-repeat;
			}

				div.header ul li.home a {
					background: url(../images/site_images/icons/home.gif) 0 bottom no-repeat;
					padding-left:18px;
				}

				div.header ul li.help a {
					background: url(../images/site_images/icons/help.gif) 0 bottom no-repeat;
				}

				div.header ul li.sign_in a {
					background: url(../images/site_images/icons/signin.gif) 0 bottom no-repeat;
				}

				div.header ul li.wish_list a {
					background: url(../images/site_images/icons/wish_list.gif) 0 bottom no-repeat;
				}

				div.header ul li.my_account a {
					background: url(../images/site_images/icons/my_account.gif) 0 bottom no-repeat;
				}

			div.header div.shipping_banner {
				float: left;

				background: url(../images/site_images/bg/bg_shipping_banner_left.gif) left top no-repeat;
			}

				div.header div.shipping_banner div.right_corner {
					float: left;
					padding: 6px 22px;
					height: 24px;

					background: url(../images/site_images/bg/bg_shipping_banner_right.gif) right top no-repeat;
				}

					div.header div.shipping_banner div.right_corner a {
						display: block;
						padding: 1px 37px 1px 0px;
						background: url(../images/site_images/bg/bg_shipping.gif) right center no-repeat;
						color: #FFF;
						text-decoration: none;
					}

					div.header div.shipping_banner_container {
						position: absolute;
						top: 1px;
						left: 50%;
						z-index: 10;
						width: 296px;
						margin: 0 0 0 179px;

						background: url(../images/site_images/bg-banner-container.gif) no-repeat right top;
					}

						div.header div.shipping_banner_container a.close {
							display: block;
							height: 20px;
							padding: 5px 35px 0 0;
							color: #FD6A03;
							text-align: right;
							text-decoration: none;
						}

						div.header div.shipping_banner_container div.small_box {
							background: url(../images/site_images/bg-banner-container.gif) no-repeat left bottom;
							text-align: center;
						}

							div.header div.shipping_banner_container div.small_box div {
								padding: 5px 0;
								width: auto;
								background: none;
								min-width: inherit;
							}

			div.content_position {
				float: left;
				width: 741px;
				margin-left: 49px;
			}

				body#secure_checkout div.content_position {
					/*display: none;*/
					visibility: hidden;
				}

			div.header div.search_box {
				float: left;
				height: 74px;
				width: 575px;

			}

				div.header div.search_box a.advanced_search {
					float: left;
					position: relative;
					top: 7px;
					left: 25px;
					padding-left: 10px;

					background: url(../images/site_images/black_arrow.gif) left 4px no-repeat;
				}

				div.header div.search_box ul {
					padding: 0px;
					margin: 0px;

					background: none;
				}

					div.header div.search_box ul li
					{
						margin-left: 0px;
						padding: 0px;
					}

						div.header div.search_box ul li.active {
							background: url(../images/site_images/bg/bg_search_link_left.gif) left top no-repeat;
						}

						div.header div.search_box ul li a {
							padding: 0px;
							text-decoration: none;
						}

							div.header div.search_box ul li.active a {
								background: url(../images/site_images/bg/bg_search_link_right.gif) right top no-repeat;
							}

							div.header div.search_box ul li a span {
								display: block;
								padding: 3px 10px 8px;

								color: #333;
							}

								div.header div.search_box ul li.active a span {
									background: url(../images/site_images/bg/bg_search_link_arrow.gif) center bottom no-repeat;
								}

		div.header div.search_box button,
		div.header div.search_box div.input {
			margin-top: 10px;
			margin-bottom: 0px;
			float: left;

			background: url(../images/site_images/bg/bg_input.gif) no-repeat;
		}

			div.header div.search_box input.combo {
				float: left;
				clear: both;
				width: 139px;
				height: 16px;
				margin: 10px 10px 0 0;

				background: url(../images/site_images/bg/bg_combo.gif) no-repeat;
			}


				.newsletter div.input {
					width: 142px;
					margin: 6px 0 0 0;

					background-image: url(../images/site_images/bg/bg_input_onwhite.gif);
				}

				div.header div.search_box div.input {
					width: 313px;
				}

			button {
				width: 25px;
				height: 26px;

				background: url(../images/site_images/bg/bg_button.gif) no-repeat;
			}

				.newsletter button {
					float: left;
					margin: 6px 0 0 0;
					background: url(../images/site_images/bg/bg_button_white.gif) no-repeat;
				}

				div.header div.search_box button {
					width: 25px;
					height: 26px;

					background: url(../images/site_images/bg/bg_button.gif) no-repeat;
				}



		div.header div.shopping_bag {
			float: right;
			margin-top: 5px;
			width: 166px;
			height: 64px;

			background: url(../images/site_images/bg/bg_shopping_bag.gif) no-repeat;
		}

			div.header div.shopping_bag a {
				display: block;
				margin: 15px 0px 0px 75px;
				font-weight: bold;
			}

			div.header div.shopping_bag span.bag_number
			{

				display:block;
				width: 24px;
				height: 28px;
				position: relative;
				color: #FFFFFF;
				font-weight: bold;
				cursor : pointer;
				text-align:center;
				height: 22px;
				padding-top: 6px;
				left: 75px;
				background: url(../images/site_images/bag_number.gif) no-repeat center center;
			}

div.main_message {
	display: none;
	text-align: right;
	padding-right: 150px;
	padding-top: 25px;
}

	body#secure_checkout div.main_message {
		display: block;
	}

div.security_card_info {
	padding: 5px 10px;
	background-color: #fff;
}

/* ---------->>> =Navigation <<<-----------*/

ul.navigation {
	float: right;
	margin: 13px 6px 14px 0px;

	background: url(../images/site_images/bg/bg_nav_left.png) no-repeat;
}

	body#secure_checkout ul.navigation {
		display: none;
	}

	ul.navigation li {
		position: relative;
		float: left;

		background: url(../images/site_images/bg/bg_nav_li.gif) right 4px no-repeat;
	}

		ul.navigation li.last {
			background: url(../images/site_images/bg/bg_nav_last.gif) right top no-repeat;
		}

		ul.navigation li a {
			display: block;

			color: #393939;
			font-size: 1.27em;
			font-weight: bold;
			text-decoration: none;
		}

			ul.navigation li a span {
				display: block;
				padding: 17px 10px 17px 47px;

				background-repeat: no-repeat;
				background-position: 10px 4px;
			}

				ul.navigation li.books a span {
					background-image: url(../images/site_images/icon_book.gif);

				}

					ul.navigation li.books a:hover span ,
					ul.navigation li.books a.active span{
						background-image: url(../images/site_images/icon_book_hover.gif);
					}


				ul.navigation li.handicrafts a span {
					background-image: url(../images/site_images/icon_scissors.gif);

				}

				ul.navigation li.handicrafts a:hover span ,
				ul.navigation li.handicrafts a.active span {
					background-image: url(../images/site_images/icon_scissors_hover.gif);

				}

				ul.navigation li.music a span {
					padding-left: 53px;

					background-image: url(../images/site_images/icon_music.gif);
				}

					ul.navigation li.music a:hover span,
					ul.navigation li.music a.active span {
						background-image: url(../images/site_images/icon_music_hover.gif);
					}

				ul.navigation li.dvd a span {
					padding-left: 57px;

					background-image: url(../images/site_images/icon_dvd.gif);
					}

					ul.navigation li.dvd a:hover span,
					ul.navigation li.dvd a.active span {
						background-image: url(../images/site_images/icon_dvd_hover.gif);
					}

				ul.navigation li.cd a span {
					padding-left: 56px;

					background-image: url(../images/site_images/icon_cd.gif);
					}

					ul.navigation li.cd a:hover span,
					ul.navigation li.cd a.active span {
						background-image: url(../images/site_images/icon_cd_hover.gif);
					}

				ul.navigation li.apparels a span {
					padding-left: 62px;

					background-image: url(../images/site_images/icon_apparel.gif);
				}

					ul.navigation li.apparels a:hover span,
					ul.navigation li.apparels a.active span {
						background-image: url(../images/site_images/icon_apparel_hover.gif);
					}

			ul.navigation li a:hover ,
			ul.navigation li a.active{
				background: url(../images/site_images/bg/bg_nav_hover.gif) left 4px repeat-x ;
			}

			ul.navigation li.first a:hover {
				background: url(../images/site_images/bg/bg_nav_first_hover.gif) 4px 4px no-repeat;
			}

				ul.navigation li.first a.active {
					background: url(../images/site_images/bg/bg_nav_first_hover.gif) 4px 4px no-repeat;
				}

			ul.navigation li.last a:hover,
			ul.navigation li.last a.active {
				background: url(../images/site_images/bg/bg_nav_last_hover.gif) right top no-repeat;
			}

/* ---------->>> =Breadcrumb <<<-----------*/

div.breadcrumb {
	clear: both;
	padding: 25px 10px 0px 0px;
	line-height: normal;
}

	div.breadcrumb ul {
		overflow: hidden;
		padding: 0px 0px 7px 7px;
	}

		div.breadcrumb ul  li {
			float: left;
			font-size: 0.91em;
			font-weight: bold;
		}

			div.breadcrumb ul li a {
				display: block;
				padding-right: 11px;
				margin-right: 6px;

				background: url(../images/site_images/breadcrumb_arrow.gif) right 4px no-repeat;
				font-weight: normal;
				color:#333;
			}

	ul.tools {
		clear: both;
		float: right;
	}

		ul.tools li {
			background-position: left bottom;
			background-repeat: no-repeat;
		}

			ul.tools li.print {
				background-image: url(../images/site_images/icon_print.gif)
			}

			ul.tools li.tell_friend {
				background-image: url(../images/site_images/icon_tell_friend.gif);
				margin-left:10px;
			}

			div.breadcrumb  ul.tools li a {
				padding: 0px 0px 0px 15px;
				color: #FFFFFF;
				background: none;
			}


/*--------------- =Menu --------------------------*/

#menu_top {
	margin-bottom: 10px;

	background: url(../images/site_images/bg/bg_menu_top.gif) no-repeat;
}

#menu {
	padding: 8px;

	background: url(../images/site_images/bg/bg_menu_bottom.gif) left bottom no-repeat;
	font-weight: bold;
}


	#menu a,
	#menu span {
		display: block;

		cursor: pointer;
		font-size: 1.09em;
	}

	#menu span,
	#menu a {
		padding: 8px 9px 8px 9px;

		border: 1px solid #BBEAFE;
		border-bottom: 0px;
		background: #EEEEEE url(../images/site_images/bg/bg_menu_button.gif) no-repeat;
		text-decoration: none;
	}


	#menu span:hover,
	#menu a:hover {
		background: url(../images/site_images/bg/bg_menu_button_active.gif) left center;
		background-color: #01327E;
		color: #FFFFFF;
	}

		#menu span.last,
		#menu a.last {
			border-bottom: 1px solid #BBEAFE;
		}

		#menu span.active,
		#menu a.active {
			background: url(../images/site_images/bg/bg_menu_button_active.gif) left center;
			background-color: #01327E;
			color: #FFFFFF;
			border-bottom: 0px;
		}


	#menu ul {
		background: url(../images/site_images/blue_arrow_down.gif) 30px top no-repeat;
	}

		#menu ul li {
			padding-left: 5px;
			background: url(../images/site_images/bg/border_menu.gif) left bottom repeat-x;
		}

			#menu ul li.last {
				background: none;
			}

			#menu ul li a {
				padding: 9px 0px 9px 14px;

				text-decoration: none;
				background: none;
				border: 0px;
			}

				#menu ul li a.open {
					text-decoration: none;
					color: #00307A;
					background: url(../images/site_images/blue_arrow.gif) 3px 13px no-repeat;
				}

				#menu ul li a:hover {
					text-decoration: underline;
					color: #003890;
					background: none;
					border: 0px;
				}


/*--------------- =Search Menu --------------------------*/
div.container div#sidebar ul.search_menu {
	padding-top: 50px;
	height: 320px;
	width: 207px;
	position: relative;
	z-index: 2;
}

	div.container div#sidebar ul.search_menu li {
		margin-bottom: 11px;
		padding: 0px;
		background: url(../images/site_images/bg/bg_search_btn.gif) no-repeat;
	}

			div.container div#sidebar ul.search_menu li.active {
				width: 207px;

				background: url(../images/site_images/bg/bg_search_btn_active.gif) left center no-repeat;
			}

		div.container div#sidebar ul.search_menu li a {
			display: block;
			padding: 12px 5px 12px 20px;
			height: 15px;
			font-size: 15px;
			font-weight: bold;
			text-decoration: none;
		}

			div.container div#sidebar ul.search_menu li a:hover {
				text-decoration: underline;
			}

			div.container div#sidebar ul.search_menu li.active a {
				color: #FFF;
			}

				div.container div#sidebar ul.search_menu li.active a:hover {
					color: #FFF;
				}

/* ---------->>> =Container <<<-----------*/

div.selected {

	width: 584px;
	height: 363px;
	margin-bottom: 10px;
	padding: 0px 7px;
	overflow: hidden;

	background: url(../images/site_images/bg/bg_selected.gif) left top no-repeat;
}

	div.selected_content {
		position: relative;
		width: 584px;
		height: 319px;
		overflow: hidden;
	}

	div.selected ul.items {
		position: absolute;
		left: -193px;
		width: 9999px;
		height: 280px;
		margin-top: 7px;
		overflow: hidden;
	}


	div.selected ul.selected_navigation {
	}


		div.selected ul.selected_navigation li {
			float: left;
			padding-left: 0px;

			background: none;
		}

			div.selected ul.selected_navigation li a {
				display: block;
				position: relative;
				margin: 0px 14px;

				color: #FFFFFF;
				text-decoration: none;
			}

				div.selected ul.selected_navigation li a.active {
					background: url(../images/site_images/bg/bg_selected_left.gif) left top no-repeat;
				}

				div.selected ul.selected_navigation li a span {
					display: block;
					padding: 11px 14px 12px 14px;

				}

					div.selected ul.selected_navigation li a.active span {
						background: url(../images/site_images/bg/bg_selected_right.gif) right top no-repeat;
					}


				div.selected ul.selected_navigation li a span.mirror {
					position: absolute;
					left: 15px;
					top: 1px;
					padding-left: 0px;
					padding-right: 0px;

					color: #003366;
					background: none;
					cursor: pointer;
				}

div.main {
	margin-bottom: 10px;


	background: #FFF url(../images/site_images/bg/bg_tl.gif) left top no-repeat;
}

	div.main div.bl {
		background-color: transparent;
	}

	div.main div.box_right_corner {
		padding: 15px 1px;
		min-height: 125px;
	}

		div.longer_content	 div.box_right_corner {
			min-height: 377px;
		}

	div.main div.info {
		position: absolute;
		top: 1px;
		/*right: 190px;*/
		right: 197px;
	}

		div.main div.info a,
		a.back  {
			float: left;
			padding: 10px 0px 10px 30px;

			background: url(../images/site_images/arrow_back_ball.gif) left center no-repeat;
		}


			a.back {
				float: none;
				position: absolute;
				bottom: 30px;
				right: 20px;

				background-image: url(../images/site_images/arrow_back_ball_onorange.gif);
				color: #333;
			}


			p a.back {
				position: static;
				float: right;
				background-image: url(../images/site_images/arrow_back_ball.gif);
			}

			form#active_participants a.back {
				clear: both;
			}

		div.main div.info div.points {
			float: left;
			margin-right: 7px;

			background: url(../images/site_images/bg/bg_points_left.gif) left top no-repeat;
		}

			div.main div.info div.points span {
				display: block;
				padding: 8px 23px;

				font-weight: bold;
				font-size: 1.11em;
				background: url(../images/site_images/bg/bg_points_right.gif) right top no-repeat;
			}

	div.main div.small_box {
		position: absolute;
		/*right: 0px;*/
		right: 0px;
		top: 0px;
		padding: 7px 7px 7px 23px;
		width: 154px;
		height: 132px;

		background-image: url(../images/site_images/bg/bg_banner_with_bgr.gif);
	}

		div.buy_it {
			position: absolute;
			bottom: 8px;
			/*right: 7px;*/
			right: 8px;
			top: 145px;
			width: 305px;
			height: 254px;
			padding: 0px 15px 0px 50px;
			z-index: 1;

			background: url(../images/site_images/bg/bg_buyit.gif) left bottom no-repeat;
		}

			div.buy_it ul {
				float: right;
			}

				div.buy_it ul li {
					float: left;
					background: none;
				}

			div.buy_it p strong,
			div.item_price p strong {
				padding: 15px 0px;
			}


			a.pay_ways {
				float:left;
			}

				div.buy_it ul,
				div.buy_it a.pay_ways {
					margin-top: 10px;
				}

	div.item_description {
		float: left;
		width: 310px;
		padding-right: 20px;
		margin-bottom: 13px;
	}

		div.books_inside div.item_description {
			margin-bottom: 0px;
		}

		div.item_description h2 {
			width: 600px;
		}

		div.item_description dl dd img {
			padding:0px 2px;
		}

		div.item_description dl dt.rating,
		div.item_description dl dd.rating {
			/*padding-bottom:10px;*/
		}

	div.sizes {
		width: 324px;
		height: 79px;
		margin-top: 70px;

		background-color: #FFF5E8;
		border: 1px solid #BBEAFE;
		border-top: 6px solid #BBEAFE;
	}

		div.sizes label {
			float: left;
			margin-left: 20px;
			width: auto;
			padding: 0px;

			font-weight: normal;
		}

		div.sizes input.combo {
			width: 162px;
			margin-left: 15px;

			background: url(../images/site_images/bg/bg_sizes_combo.gif) no-repeat
		}


		div.sizes ul {
			overflow: hidden;
			margin-bottom: 10px;
		}

		div.sizes ul li {
			float: left;
			padding-left: 0px;

			background: none;
		}

			div.sizes ul li a {
				display: block;
				padding: 5px 0px 11px 0px;
				width: 54px;
				font-size: 14px;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
			}

				div.sizes ul li.active a {
					background: url(../images/site_images/bg/bg_sizes.gif) center top no-repeat;
				}

	div.item_price {
		float: left;
	}

	div.gallery {
		width: 383px;
		height: 110px;
		background: url(../images/site_images/bg/bg_gallery.gif) no-repeat;
	}

		div.gallery_content {
			float: left;
			width: 330px;
			overflow: hidden;
			padding: 14px 8px 0px 0px;
		}

		div.gallery a {
			float: left;
			width: 22px;
			height: 100%;
			padding: 0px;

			background-position: center center;
			background-repeat: no-repeat;
		}

				div.gallery a.back {
					position: static;
					background-image: url(../images/site_images/arrow_back.gif);
				}

					div.gallery a.back:hover {
						background-image: url(../images/site_images/arrow_back_hover.gif);
					}

				div.gallery a.next {
					background-image: url(../images/site_images/arrow_next.gif);
				}

					div.gallery a.next:hover {
						background-image: url(../images/site_images/arrow_next_hover.gif);
					}

		div.gallery ul {
			width: 9999px;
			margin-left: -6px;
		}

			div.gallery ul li {
				float: left;
				padding-left: 14px;

				background: none;
			}

				div.gallery ul li a {
					float: none;
				}

					div.gallery ul li a img {
						width: 68px;
						height: 81px;
					}

div.box {
	margin-bottom: 10px;
}

	div.main div.box {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
	}


	div.box h2 {
		color: #FFF;
		background: url(../images/site_images/bg/bg_title_left.png) no-repeat;
		font-size: 1em;
	}

		div#sidebar div.first_home_box h2 {
			background: url(../images/site_images/bg/bg_title_left_first.gif)
		}


		div.box div.box_content h2 {
			padding: 0px 0px 13px 0px;

			color: #00368A;
			background: none;
			font-size: 1.25em;
		}

		div.box h2.left,
		div.box h2.right,
		div.box h2.middle {
			width: 50%;
			padding-bottom: 0px;

			cursor: pointer;
			background: url(../images/site_images/bg/bg_title_grey.gif) repeat-x;
		}

		div.multiple div.grey_menu {
			background-color: #C8C8C8;
			overflow: hidden;
		}

		div.multiple h2.left,
		div.multiple h2.right,
		div.multiple h2.middle {
			background: #C8C8C8;
		}

			div.box h2.left {
				background: url(../images/site_images/bg/bg_title_left_grey.gif) no-repeat;
			}

				div.multiple h2.left {
					background-image: url(../images/site_images/bg/bg_title_left_grey_on_white.gif);
				}

			div.box h2.middle {
				float: left;
			}

			div.box h2.left_active {
				cursor: default;
				background: url(../images/site_images/bg/bg_title_left.png) no-repeat;
			}

				div.multiple h2.left_active {
					background-image: url(../images/site_images/bg/bg_title_left_on_white.gif);
				}


					div.multiple_one_line h2.left_active {
						background-image: url(../images/site_images/bg/bg_title_left_small_on_white.gif);
					}

			div.box h2.right_active,
			div.box h2.middle_active {
				cursor: default;
				background: url(../images/site_images/bg/bg_right_curve.gif) no-repeat;
			}

				div.multiple h2.right_active,
				div.multiple h2.middle_active {
					background-image: url(../images/site_images/bg/bg_right_big_curve.gif)
					}

					div.multiple_one_line h2.right_active,
					div.multiple_one_line h2.middle_active {
						background-image: url(../images/site_images/bg/bg_right_curve_on_white.gif)
					}

			div.split_3 h2.left,
			div.split_3 h2.middle {
				width: 33%;
			}

			div.split_3 h2.right {
				width: 34%;
			}

			div.multiple h2.middle,
			div.multiple h2.right {
				width: 12%;
			}

			div.multiple h2.left {
				width: 7%;
			}

			div.multiple h2.small_btn {
				width: 9%;
			}

			div.multiple h2.big_btn {
				width: 13%;
			}

			div.multiple h2.middle_btn {
				width: 11%;
			}



			div.multiple_one_line h2.left,
			div.multiple_one_line h2.right {
				width: 16%;
			}

			div.multiple_one_line h2.middle {
				width: 17%;
			}

		div.box h2 span {
			display: block;
			padding:4px 10px;

			background: url(../images/site_images/bg/bg_title_right.png) right top no-repeat;
			line-height: normal;
		}

			div.multiple h2 span {
				padding-top: 3px;
				padding-bottom: 3px;
			}

			div#sidebar div.first_home_box h2 span {
				background-image: url(../images/site_images/bg/bg_title_right_first.gif);
			}

			div#sidebar div.first_home_box h2 span span {
				background:none;
			}

		div.box h2 span span {
			background: transparent !important;
			padding:3px 0 !important;
		}

			div.box h2.right span {
				background-image: url(../images/site_images/bg/bg_title_right_grey.gif);
				color: #333333;
			}

				div.multiple h2.right span {
					background-image: url(../images/site_images/bg/bg_title_right_grey_on_white.gif);
				}

			div.box h2.left span,
			div.box h2.middle span {
				background-image: none;
				color: #333333;
			}

			div.box h2.inactive span {
				color: #DFDFDF;
			}

				div.box h2.middle_active span {
					padding-left: 14px;

					background: url(../images/site_images/bg/bg_left_curve.gif) right top no-repeat;
					color: #FFFFFF;
				}

				div.box h2.right_active span {
					padding-left: 14px;

					background-image: url(../images/site_images/bg/bg_title_right.png);
					color: #FFFFFF;
				}

					div.multiple h2.right_active span {
						background-image: url(../images/site_images/bg/bg_title_right_on_white.gif);
					}

						div.multiple_one_line h2.right_active span {
							background-image: url(../images/site_images/bg/bg_title_right_small_on_white.gif);
						}

				div.box h2.left_active span {
					background-image: url(../images/site_images/bg/bg_left_curve.gif);
					color: #FFFFFF;
				}

					div.multiple h2.left_active span,
					div.multiple h2.middle_active span {
						background-image: url(../images/site_images/bg/bg_left_big_curve.gif);
					}

						div.multiple_one_line h2.left_active span,
						div.multiple_one_line h2.middle_active span {
							background-image: url(../images/site_images/bg/bg_left_curve_on_white.gif);
						}

		div.box h2 a {
			float: right;
			padding:3px 0 4px 15px;

			color: #FFF;
			font-size: 0.91em;
			font-weight: normal;
			background: url(../images/site_images/bg/bg_view_all.gif) left top no-repeat;
		}

	div.bl {
		clear: both;
		background: #FCFEFF url(../images/site_images/bg/bg_border.gif) left top repeat-y;
	}

	div.br {
		background: url(../images/site_images/bg/bg_border.gif) right top repeat-y;
	}

	div.bb {
		background: url(../images/site_images/bg/bg_border.gif) left bottom repeat-x;
	}

	div.box_right_corner {
		background: url(../images/site_images/bg/bg_br.gif) right bottom no-repeat;
	}

	div.box_left_corner {
		clear: both;
		background: url(../images/site_images/bg/bg_bl.gif) left bottom no-repeat;
	}


		div.multiple div.box_left_corner {
			background-color: #FFEFD9;
		}

	div.box_top_corner {
		background: url(../images/site_images/bg/bg_tr.gif) right top no-repeat;
	}

	div.box_content {
		padding: 10px 10px 10px 10px;

		background: url(../images/site_images/blue_arrow_down.gif) center top no-repeat;
	}

		.half div.box_content {
			padding-bottom: 2px;
			height: 178px;
		}

		.split .left_block {
			background-position: 25% top;
		}

		.split .right_block {
			background-position: 75% top;
		}

			.split_3 div.block_1 {
				background-position: 15% top;
			}

			.split_3 div.block_2 {
				background-position: 50% top;
			}

			.split_3 div.block_3 {
				background-position: 84% top;
			}

			.multiple div.block {
				padding-top: 25px;
			}

				.multiple_one_line div.block {
					padding-top: 10px;
				}

			.multiple div.block_1 {
				background-position: 3% top;
			}

			.multiple div.block_2 {
				background-position: 12.5% top;
			}

			.multiple div.block_3 {
				background-position: 25% top;
			}

			.multiple div.block_4 {
				background-position: 37.8% top;
			}

			.multiple div.block_5 {
				background-position: 48.5% top;
			}

			.multiple div.block_6 {
				background-position: 59% top;
			}

			.multiple div.block_7 {
				background-position: 70.5% top;
			}

			.multiple div.block_8 {
				background-position: 82.5% top;
			}


			.multiple div.block_9 {
				background-position: 94.5% top;
			}


			.multiple_one_line div.block_1 {
				background-position: 7% top;
			}

			.multiple_one_line div.block_2 {
				background-position: 24% top;
			}

			.multiple_one_line div.block_3 {
				background-position: 41% top;
			}

			.multiple_one_line div.block_4 {
				background-position: 58% top;
			}

			.multiple_one_line div.block_5 {
				background-position: 75% top;
			}

			.multiple_one_line div.block_6 {
				background-position: 93% top;
			}

		.newsletter div.box_content {
			padding-bottom: 20px;
		}

		.browse div.box_content {
			padding: 10px 0px;
		}

	div.box ol {
		list-style: none;
	}

		div.box ol li {
			float: left;
			width: 100%;

			background-position: left 3px;
			background-repeat: no-repeat;
		}

		div.box ol li.li_1 {
			background-image: url(../images/site_images/bg/bg_ol_1.gif);
			list-style: none;
		}

		div.box ol li.li_2 {
			background-image: url(../images/site_images/bg/bg_ol_2.gif);
			list-style: none;
		}

		div.box ol li.li_3 {
			background-image: url(../images/site_images/bg/bg_ol_3.gif);
			list-style: none;
		}

		div.box ol li.li_4 {
			background-image: url(../images/site_images/bg/bg_ol_4.gif);
			list-style: none;
		}

		div.box ol li.li_5 {
			background-image: url(../images/site_images/bg/bg_ol_5.gif);
			list-style: none;
		}

		div.box ol li.li_6 {
			background-image: url(../images/site_images/bg/bg_ol_6.gif);
			list-style: none;
		}

			div.box ol li a {
				display: block;
				padding-left: 26px;
			}

div.small_box {
	margin-bottom: 10px;

	background: url(../images/site_images/bg/bg_small_box.gif) no-repeat;
}

	div.small_box div {
		width: 157px;
		min-height: 99px;
		padding: 15px;

		background: url(../images/site_images/bg/bg_small_box_bottom.gif) left bottom no-repeat;
	}

		div.let_us p {
			padding-top: 10px;
		}

	.let_us {
		font-size: 1.09em;
	}

	.let_us a{
		font-weight:bold;
		color:#333;
	}


		div.banner {
			background-image: url(../images/site_images/bg/bg_banner.gif)
		}

			div.banner div {
				width: 154px;
				min-height: 115px;
				padding: 7px;
				background-image: url(../images/site_images/bg/bg_banner_bottom.gif);
			}

				div.main div.banner div {
					background: none;
					padding: 0px;
				}

			div.big_banner {
				width: 584px;
				height: 115px;
				padding: 7px;

				background-image: url(../images/site_images/bg/bg_big_banner.gif);
			}

div.recently_viewed div.box_content {
	padding-left: 5px;
	padding-right: 5px;
}

	div.container div.recently_viewed ul {
		padding-top:6px;
	}

	div.container div.recently_viewed ul li {
		padding-bottom: 8px;
		min-height: 12px;

		background: url(../images/site_images/bg/border.gif) repeat-x;
	}

		div.container div.recently_viewed ul li a {
			text-decoration: none;
		}

	div.container div.recently_viewed a.clear {
		float: right;
		margin-right: 10px;

		font-weight: bold;
	}

ul.items {
		clear: both;
		overflow: hidden;
		padding: 1px 0px 0px 25px;
	}

		ul.discount {
			padding-bottom: 18px;
		}

	div.container ul.items li {
		float: left;
		padding-right: 28px;
		padding-left: 0px;
		margin-right: 18px;
		margin-top: 8px;
		margin-bottom: 10px;

		background: url(../images/site_images/bg/bg_items.gif) right 100px no-repeat;
	}

		div.container div.selected ul.items li {
			padding-right: 31px;
		}

				div.container div.selected ul.items  div.item li {
					padding-right: 5px;
				}

		div.container ul.items li.last {
			padding-right: 0px;
			margin-right: 0px;
		}

div.item {
	width: 147px;

	background: url(../images/site_images/bg/bg_small_item_bottom.gif) left bottom no-repeat;
}

	div.small_item {
		float: left;
		padding: 0px 15px 0px 0px;
		margin-bottom: 10px;
		min-height: 227px;

		/*background-image: url(../images/site_images/bg/bg_small_item.gif);*/
	}

	ul.detail_list div.item {
		float: left;
		padding: 0px 15px 0px 0px;
	}

	div.item div.img_holder {
		position: relative;
		height: 207px;

		background: url(../images/site_images/bg/bg_img_holder.gif) no-repeat;
	}

		div.item div.img_holder a {
			display: block;
		}

		div.item div.img_holder img {
			position: absolute;
			bottom: 14px;
			left: 2px;
			width: 142px;
			}

			.books div.item div.img_holder img {
				left: 13px;
				width: 121px;
			}

			.music div.item div.img_holder img {
				left: 5px;
				bottom: 41px;
				width: 136px;
			}

			.cd div.item div.img_holder img {
				left: 8px;
				bottom: 16px;
				width: 129px;
				height: 183px;
			}

	div.item div.title {
		height: 15px;
		overflow: hidden;
		padding: 0px 10px 10px 10px;
		line-height: 110%;
	}

		div.small_item div.title {
			height: auto;
			overflow: visible;
			padding-bottom: 6px;
		}

		div.item div.title a {
			font-weight: bold;
			text-decoration: none;
			color: #333333;
		}

			div.item div.title a:hover {
				color: #003890;
				text-decoration: underline;
			}

	div.item ul {
		margin-left: 10px;
		padding-bottom: 5px;
		padding-top: 5px;
	}

		div.container div.item ul li {
			float: left;
			padding: 0px 5px 0px 0px;
			margin: 0px;

			background: none;
			border: 0px;
		}

		div.item ul li a,
		div.buy_it ul li a {
			display: block;
			width: 25px;
			height: 26px;
			background-repeat: no-repeat;
			cursor: pointer;
		}

			ul li.shopping_card a {
				background-image: url(../images/site_images/icon_add_to_shopping_card.png);
			}

			ul li.wish_list a {
				background-image: url(../images/site_images/icon_add_to_wish_list.png);
			}

			ul li.quick_preview a {
				background-image: url(../images/site_images/icon_quick_preview.gif);
			}

			ul li.quick_preview a.loading {
				background: url(../images/site_images/animated_arrows.gif) no-repeat center center;
			}

	div.container ul.reviews {

	}

		div.container ul.reviews li {
			background: none;
			padding-left: 0px;
			padding-bottom: 13px;
		}

			div.container ul.reviews li span {
				color: #00368A;
				text-decoration: none;
			}

.critics {
	position: relative;
}

	.critics ul.links {
		position: absolute;
		top: 33px;
		right: 0px;
	}

	div.container .critics ul.links li {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}

	.critics ul.links li a {
		font-weight: bold;
		color: #333;
	}

.half {
	width: 49.3%;
}

div.container div.small_gallery {
	overflow: hidden;
	width: 435px;
	padding: 0px 0px 0px 10px;
}

div.container ul.small_gallery {
	width: 9999px;
	margin-left: -186px;
	margin-bottom: 19px;
}

	div.container ul.small_gallery li {
		float: left;
		width: 80px;
		padding: 0 50px 0 37px;

		background: url(../images/site_images/bg/bg_items.gif) no-repeat right center;
	}

	div.container ul.small_gallery li.last {
		background : none;
	}

		div.container ul.small_gallery li a {
			clear: both;
			font-weight: bold;
			color: #333;
		}

			div.container ul.small_gallery li a.title {
				display: block;
				height: 28px;
				overflow: hidden;
				line-height: normal;
			}

div.titles {
	margin-right: 180px;

	overflow: hidden;
}

	div.fixed_height {
		height: 120px;
	}

	div.small_fixed_height {
		height: 91px;
	}

	div.no_height {
		height: auto;
		overflow: hidden;
	}

div.container ul.detail_list {
	padding: 25px 5px 0;
}

	div.container ul.detail_list li {
		overflow: hidden;
		padding-left: 20px;
		margin-bottom: 10px;
		padding-bottom: 10px;

		background: none;
		border-bottom: 1px solid #FFD693;
	}

		div.container ul.detail_list li.last {
			border: 0px;
			margin-bottom: 0px;
		}


form.advanced_search {
	width: 365px;
	min-height: 350px;
	padding: 11px 0px 0px 65px;
	background: url(../images/site_images/type_1.gif) no-repeat left 33px;
}

form.advanced_search p {
	clear: both;
	display: block;
}

	form.advanced_search div.input {
		float: right;
	}

		form.advanced_search div.input input {
			width: 181px;
		}

		form.already_registered label {
			width: 60px;
		}

	form.advanced_search input.combo {
		float: right;
		margin-bottom: 10px;

	}

	input.small{
			/*background: url(../images/site_images/bg/bg_small_input_orange.gif) left center !important;*/
			background:  url(../images/site_images/bg/bg_input_combo_87_onorange.gif) left center !important;
			width: 50px !important;
			margin-right:10px;
		}

	form.advanced_search div.input_btn {
		float: right;
		margin: 0px 5px 0px 10px;
		display: inline;
	}

form.already_registered div.input,
form.checkout div.input,
div.orange_box div.input,
div.coloured_box div.input,
div.popup div.input,
div.multiple form div.input {
	background-image: url(../images/site_images/bg/bg_input_237_onorange.gif)
}

	form.checkout div.input_btn {
		margin-bottom: 13px;
		margin-top: 5px;
		background-image: url(../images/site_images/btn_blue_left_onorange.gif);
	}

	div.multiple div.input_btn,
	div.coloured_box div.input_btn,
	div.orange_box div.input_btn {
		background-image: url(../images/site_images/btn_blue_left_onorange.gif);
	}

		form.checkout div.red_btn {
			margin: 13px 10px 10px 0px;
		}

		form.checkout div.orange_btn {
			margin-left: 10px;
			margin-top: 0px;
		}

		form.checkout div.small_input {
			margin-right: 22px;
		}

	form.already_registered div.input input,
	form.checkout div.input input {
		width: 181px;
	}

	form.already_registered a {
		font-weight: bold;
		color: #00388E;
	}


form#contact_form img {
	margin-bottom: 5px;
	border: 1px solid #e5e5e5;
}

form#contact_form label {
	margin-bottom: 5px;
}

form#contact_form div.input_btn {
	position: static;
	float: right;
	margin-left: 10px;
}


form#contact_form div.security_code {
	width: 97px;
	margin-bottom: 0px;
	background-image: url(../images/site_images/bg/bg_security_code_input.gif);
	float: none;
}

	form#contact_form div.security_code input {
		width: 86%;
	}

form#ecard {
}

	form#ecard h3 {
		font-size: 14px;
		color: #04409C;
	}

		form#ecard h3 span {
			float: left;
			width: 42px;
			height: 42px;
			margin: -14px 14px 0px 0px;

			background: url(../images/site_images/bg/bg_number.gif) center center no-repeat;
			font-size: 26px;
			line-height: 42px;
			text-align: center;
			color: #FFFFFF;
			font-weight: normal;
		}

	form#ecard fieldset {
		padding: 16px 0px 30px 0px;
		margin: 0px 15px;

		border: 0px;
		border-bottom: 1px solid #BBEAFE;
	}

		form#ecard fieldset.last {
			border: 0px;
		}


	form#ecard ul {
		padding-left: 55px;
	}

		form#ecard ul li {
			float: left;
			width: 170px;
			padding: 16px 40px 0px 0px;

			background: none;
		}

			form#ecard ul li img {
				width: 164px;
				height: 104px;
				clear: both;
			}

	form#ecard input.radio {
		margin-left: 0px;
		margin-right: 8px;
	}

	form#ecard label {
		width: 180px;
		padding-left: 70px;
	}


		form#ecard label.radio {
			width: auto;
			margin-bottom: 5px;
			padding-left: 0px;

			font-weight: bold;
		}

	form#ecard div.input_btn {
		margin-left: 405px;
	}

form#check_balance {
	width: 473px;
}

	form#check_balance div.input_btn {
		float: right;
	}

form#review {
}

	form#review div.input_btn {
		float: right;
	}

	form#review img {
		margin-left: 10px;
	}

div.orange_box {
	position: relative;
	float: left;
	width: 326px;
	min-height: 185px;
	margin-left: 10px;
	padding-bottom: 8px;

	background: #FFEFD9 url(../images/site_images/bg/bg_orange_box_bottom.gif) no-repeat left bottom;
}

	div.contact_form,
	div.contact_info {
		height: 400px;
	}

	div.contact_form {
		width: 416px;
		background-image: url(../images/site_images/bg/bg_contact_form_bottom.gif)
	}

	div.contact_info {
		width: 520px;
		background-image: url(../images/site_images/bg/bg_contact_info_bottom.gif)
	}


	div.faq_container {
		float: right;
		width: 230px;
	}

		div.faq_container div.orange_box {
			width: 230px;
			margin-bottom: 15px;

			clear: both;

			background-image: url(../images/site_images/bg/bg_faq_box_bottom.gif)
		}

	div.help_container {
		float: left;
		padding: 0px;
		width: 695px;
	}

	div.orange_box h3 {
		padding: 10px 8px;

		font-size: 1.25em;
		color: #FFFFFF;
		background: #003B97 url(../images/site_images/bg/bg_orange_box_title.gif) no-repeat;
	}

		div.contact_form h3 {
			background-image: url(../images/site_images/bg/bg_contact_form_title.gif);
		}

		div.contact_info h3 {
			background-image: url(../images/site_images/bg/bg_contact_info_title.gif);
		}

		div.faq_box h3 {
			background-image: url(../images/site_images/bg/bg_faq_box_title.gif);
		}

	div.orange_box_content {
		padding: 8px 8px 0px 8px;
	}

		div.faq_box_content p {
			padding-bottom: 0.7em;
		}

		div.contact_form div.orange_box_content {
			padding-top: 16px;
			padding-left: 12px;
			padding-right: 12px;
		}

	div.orange_box div.input_btn {
		float: none;
		position: absolute;
		bottom: 10px;
		right: 8px;
	}

	div.contact_info address {
		overflow: hidden;
		float: none;
		display: block;
		height: 121px;
		padding: 10px 30px 5px 5px;
	}

		div.contact_info address.second {
			padding-top: 25px;
			height: 207px;

			border-top: 1px solid #CCCCCC;
		}

		div.contact_info address img {
			float: right;
		}




form.checkout fieldset,
div.coloured_box {
	clear: both;
	margin: 0px 10px 10px;

	background-color: #FFEFD9;
	border: 0px;
}

form.checkout fieldset {
	margin: 10px 10px 0px;
}

	form.checkout fieldset.first {
		margin-top: 0px;
	}

	form.checkout fieldset.fixed {
		margin-right: 185px;
	}

		form.checkout fieldset.fixed div.tr{
			height: 91px;
		}

		form.checkout fieldset.fixed label {
			padding-right: 10px;
			width: auto;
			float: none;
		}

		form.checkout fieldset.fixed a {
			margin-right: 50px;
		}

	form.checkout fieldset div.bl,
	div.coloured_box div.bl,
	div.popup div.bl,
	div.multiple div.box_left_corner  {
		background: url(../images/site_images/bg/bg_bl_orange.gif) no-repeat bottom left;
	}

	form.checkout fieldset div.br,
	div.coloured_box div.br,
	div.multiple div.box_right_corner  {
		background: url(../images/site_images/bg/bg_br_orange.gif) no-repeat bottom right;
	}


		div.multiple div.box_left_corner  {
			background-color: #FFEFD9;
		}


		div.multiple div.box_right_corner  {
			padding-top: 0px;
		}

	form.checkout fieldset div.tl,
	div.coloured_box div.tl {
		background: url(../images/site_images/bg/bg_tl_orange.gif) no-repeat top left;
	}

	form.checkout fieldset div.tr,
	div.coloured_box div.tr,
	div.popup div.tr {
		position: relative;
		padding: 0px 13px;
		background:  url(../images/site_images/bg/bg_tr_orange.gif) no-repeat top right;
		/*overflow: hidden;*/
	}

		div.coloured_box div.tr {
			padding-bottom: 13px;
		}

		div.newsletter_email div.tr {
			position: static;
		}

	form.checkout fieldset h3,
	div.coloured_box h3 {
		padding: 13px 0px 13px 0px;

		color: #003589;
		font-size: 1.25em;
	}

		div.coloured_box div.fieldset_left h3,
		div.coloured_box div.fieldset_right h3 {
			padding-top: 5px;
		}


		form.checkout fieldset h3 {
			padding-right: 130px;
		}

		form.checkout fieldset.fixed h3 {
			padding-bottom: 18px;
		}

	form.checkout fieldset table div.input_btn {
		float: right;
		margin-top: 0px;
		}

			form.checkout fieldset table td div.orange_btn {
				background-image: url(../images/site_images/btn_dark_orange_left.gif);
			}


				form.checkout fieldset table td div.orange_btn input {
					background-image: url(../images/site_images/btn_dark_orange_right.gif);
				}

			form.checkout fieldset table tr.even td div.orange_btn {
				background-image: url(../images/site_images/btn_dark_orange_left_onorange.gif)
			}

				form.checkout fieldset table tr.even td div.orange_btn input {
					background-image: url(../images/site_images/btn_dark_orange_right_onorange.gif)
				}

			div.aligned_btn {
				float: right;
				margin: 0px 561px 0px 10px;
			}

				form#personal_info div.aligned_btn {
					margin-right: 540px;
				}

				div.view_receipt_btn {
					margin-right: 609px;
					margin-bottom: 15px;
				}

				form#active_participants div.aligned_btn {
					margin-right: 495px;
				}

				form#edit_user div.aligned_btn {
					clear: both;
					margin-right: 0px;
				}

				form#newsletter div.input_btn {
					float: right;
					margin: 0px 521px 10px 0px;
				}


	form.checkout fieldset input.combo {
		width: 200px;
		background-image:  url(../images/site_images/bg/bg_input_combo_237_onorange.gif);

	}
		form.checkout fieldset label.checkbox {
		margin: 0px 20px 5px 2px;
		width: auto;
		font-weight: normal;
	}

		form.checkout fieldset label.last {
			margin-bottom: 0px;
		}

	form.checkout p {
		padding-top: 0.5em;
	}

	form.checkout p small{
		font-size: 0.5em;
	}

	form.checkout strong.left {
		padding: 5px;
	}

	form.checkout fieldset div.orange_btn,
	div.multiple div.orange_btn {
		background-image: url(../images/site_images/btn_dark_orange_left_onorange.gif);
	}

		form.checkout fieldset div.orange_btn input,
		div.multiple div.orange_btn input {
			background-image: url(../images/site_images/btn_dark_orange_right_onorange.gif);
		}

	div.fieldset_left {
		float: left;
		width: 235px;
		padding-right: 5px;
		margin-top: 8px;
	}

		form#checkout div.fieldset_left {
			width: 365px;
			padding-right: 70px;
			margin-top: 0px;
		}

	div.fieldset_right {
		float: left;
		width: 410px;
		padding-left: 20px;
		margin-top: 8px;
		border-left: 1px solid #FF9F59;
	}


		form#checkout div.fieldset_right {
			margin-top: 0px;
		}

form#view_orders {
}

	form#view_orders label,
	form#add_new_user label {
		width: auto;
		padding-right: 18px;
	}

	form#view_orders input.combo,
	form#add_new_user input.combo {
		margin-right: 20px;
	}


form#all_addresses {
	overflow: hidden;
}

form#add_new_user ol {
	overflow: hidden;
	padding-bottom: 25px;
	padding-top: 10px;
}

	form#add_new_user ol li {
		list-style: none;
	}

form#edit_user {
	width: 165px;
}

div.manage_participants table {
	margin-top: 10px;
}

div.selecting {
	padding-bottom: 23px;
}

div.faq {
	position: absolute;
	top: 0px;
	right: 10px;
	background: #E5DDD2 url(../images/site_images/bg/bg_faq_left.gif) no-repeat;
}


	div.faq div {
		padding: 7px 23px;
		background:  url(../images/site_images/bg/bg_faq_right.gif) right top no-repeat;
	}

		div.faq a {
			font-weight: bold;
			text-transform: uppercase;
			color: #333333;
		}

div.receipt_info {
	float: left;
	margin: 0px 1px 11px 10px;
	padding: 10px;
	width: 148px;
	height: 39px;
	background: url(../images/site_images/bg/bg_small_orange_box.gif) no-repeat;
}

	div.multiple div.receipt_info {
		margin-left: 0px;
		margin-right: 10px;

		background-image: url(../images/site_images/bg/bg_small_white_box.gif);
	}

	div.receipt_info h3 {
		padding: 0px 0px 5px 0px;
		color:#003589;
		font-size:1.25em;
	}

	div.receipt_info strong {
		font-size:1.25em;
	}

ul.def_adrs_list {
	position: absolute;
	left: 20px;
	bottom: 61px;
	clear: both;
}

div.container ul.addresses {
	clear: both;
	padding-top: 40px;
}

	div.container ul.addresses li {
		float: left;
		width: 199px;
		padding: 0px 8px 0px 25px;
		margin-bottom: 20px;

		background: none;
		border-right: 1px solid #FF9F59;
	}

		div.container ul.addresses li.first {
			padding-left: 0px;
		}

		div.container ul.addresses li.fourth {
			border: 0px;
		}

		ul.addresses li input.radio {
			float: left;
			margin-right: 5px;
		}

		ul.addresses li div {
			float: left;
		}

		div.address_block {
			width: 170px;
		}


		ul.addresses li div p {
			padding-bottom: 1.8em;
		}

		ul.addresses li div div.input_btn {
			margin-right: 8px;
		}

		div.left {
			padding: 5px 10px 0px 0px;
		}

		div.half {
			padding: 0px;
		}

div.container ul.newsletter_manipulation {
	margin: 17px 0px;
}

	div.container ul.newsletter_manipulation li {
		background: none;
		display: inline;
		padding: 0px 22px 0px 0px;
	}

div.discount {
	position: relative;
	z-index:2;
	margin-bottom: 14px;

	background: url(../images/site_images/bg/bg_th.gif) repeat-x left center;
}

	div.discount div.corner {
		position:relative;

		background: url(../images/site_images/bg/bg_th_corner_onwhite.gif) no-repeat right center;
	}

		div.first_discount div.corner {
			background-image: url(../images/site_images/bg/bg_th_corner.gif);
		}

	div.discount span {
		position: absolute;
		left: 14px;
		top: -10px;
		width: 59px;
		height: 58px;

		color: #FFFFFF;
		font-weight: bold;
		background: url(../images/site_images/big_star.png) no-repeat;
		text-align: center;
		line-height: 58px;
	}

		div.discount span.second {
			left: 77px;
		}


	div.discount a {
		float: right;
		padding: 11px 20px 12px 20px;

		font-size: 10px;
		color: #FFF;
		background: url(../images/site_images/border.gif) repeat-y left top;
	}


/* ---------->>> =Table <<<-----------*/

table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
}

	form.wish_list table,
	form#shopping_bag table {
		position: relative;
		z-index: 2;
	}

	form.checkout table,
	div.coloured_box table,
	div.multiple table {
		background-color: #FFFFFF;
	}

	form.checkout table.table_list {
		width: 919px;
		margin-left: 1px;
	}

		form.checkout table.total {
			margin-bottom: 20px;

			background-color: transparent;
		}

		div.security_card_info table,
		div.coloured_box table.total  {
			background-color: transparent;
			margin-bottom: 0px;
		}

	form table.simple {
		background: transparent;
		width: auto;
	}

		form table.simple td {
			border: 0px;
			padding: 0px 0px 0px 5px;
			width: 170px;
		}

	div.order_status table {
		margin-bottom: 20px;
	}

th {

	border-left: 1px solid #9F9F9F;
	background: url(../images/site_images/bg/bg_th.gif) repeat-x left center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.09em;

}

	th span {
		display: block;
		padding: 11px;

		background: url(../images/site_images/bg/bg_th_border.gif) right top no-repeat;
		text-align: left;
	}

	th.last span {
		background-image: url(../images/site_images/bg/bg_th_corner.gif)
	}

tr.even {
	background-color: #FFF1DF;
}

td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #9F9F9F;
}

	div.security_card_info td {
		border: 0px;
	}

	td div.description {
		padding-left: 45px;
		padding-top: 5px;
		background: url(../images/site_images/book.png) no-repeat left 5px;
	}

	td div.description.type_2,
	tr.handicrafts td div.description {
			background-image: url(../images/site_images/type_2.png);
	}

		form.type_2 {
			background-image: url(../images/site_images/type_2.gif);
			background-position: left 85px;
		}

	td div.description.type_3,
	tr.dvd td div.description {
			background-image: url(../images/site_images/type_3.png);
	}
		form.type_3 {
			background-image: url(../images/site_images/type_3.gif);
			background-position: left 130px;
		}

	td div.description.type_4,
	tr.music td div.description {
			background-image: url(../images/site_images/type_4.png);
	}

		form.type_4 {
			background-image: url(../images/site_images/type_4.gif);
			background-position: left 185px;
		}

	td div.description.type_5,
	tr.cd td div.description {
			background-image: url(../images/site_images/type_5.png);
	}

		form.type_5 {
			background-image: url(../images/site_images/type_5.gif);
			background-position: left 234px;
		}

	td div.description.type_6,
	tr.apparels td div.description {
			background-image: url(../images/site_images/type_6.png);
	}

		form.type_6 {
			background-image: url(../images/site_images/type_6.gif);
			background-position: left 283px;
		}

	td div.description.type_7,
	tr.membership td div.description {
			background-image: url(../images/site_images/type_7.png);
			padding-left: 60px;
	}



		td div.description dl {
			margin-bottom: 0px;
		}

		form.wish_list td div.description,
		form#shopping_bag td div.description {
			position: relative;
			z-index: 1;
		}

	td.grey,
	td.red {
		padding-top: 17px;
		padding-bottom: 17px;

		color: #FFF;
		font-weight: bold;
		text-align: center;
	}

	td.grey {
		background: url(../images/site_images/bg/bg_grey.png) repeat-x;
	}

	td.red {
		background: url(../images/site_images/bg/bg_red.png) repeat-x;
	}

	td.grey span,
	td.red span {
		float: left;
		padding: 0px 0px 0px 5px;
	}

	td.grey span.number,
	td.red span.number {
		float: right;
		padding-right: 5px;
	}

table.total {
	margin: 1px 0px 43px 0px;
}

	form.wish_list table.total {
		margin-bottom: 0px;
	}

	table.total td {
		vertical-align: middle;
		border-color: #FFF;
	}

		table.total td.text-right {
			padding-right: 12px;
		}

		form.checkout table.total td,
		div.coloured_box table.total td {
			border-color: #FFEFD9;
		}

		table.total td a {
			color: #003B97;
			font-weight: bold;
		}

div.final_details {
	position: relative;
	float: left;
	top: -14px;
}

	div.final_details img {
		position: relative;
		top: 5px;
		margin: 0 10px 0 3px;
	}

div.members {
	padding-left: 320px;
}

	div.membership {
		padding-bottom: 25px;
	}

div.text p {
	clear: none;
}

	div.membership p.left {
		margin-top: 20px;
		padding-left: 12px;
	}

	div.membership p.left a {
		margin-left: 15px;
	}

	div.content_padding div.membership h2 {
		padding: 0px 0px 8px;
	}

div.members div.input_btn {
	float: right;
	margin-right: 84px;
	margin-top: 30px;
}

	div.membership div.input_btn {
		float: left;
		margin: 15px 0px 0px 0px;
	}

div.container ul.members_list {
	clear: both;
	margin-bottom: 10px;
	background: #FFF0DA;
	overflow: hidden;
}

	div.container ul.members_list li {
		float: left;
		padding: 15px 61px;

		background: #FFF0DA;
		border-right: 1px solid #FFFFFF;
	}

		div.container ul.members_list li.last {
			border: 0px;
		}

		div.container ul.members_list li a {
			font-size: 1.45em;
			font-weight: bold;
			color: #0B49A8;
			text-decoration: none;
			border-bottom: 1px solid #0B49A8;
		}

			div.container ul.members_list li a:hover {
				border: 0px;
			}

	div.content_padding div.giftcert h2 {
		padding-top: 0px;
	}

/* ---------->>> =Popup <<<-----------*/
div.popup {
	/*position: absolute;*/
	/*left: 20%;*/
	/*top: 10px;*/

	width: 541px;


	background-color: #FFEFD9;
	font-size: 1.1em;
}


div.popup a.y_close {
	width: 8px;
	height: 8px;
	font-size: 0pt;
	text-indent: -9999px;
	background:url(../images/site_images/icon_x.gif) 0 0 no-repeat;
	position: absolute;
	left: 525px;
}

	div.popup div.br {
		background: url(../images/site_images/bg/bg_br_orange_onblack.gif) no-repeat bottom right;
	}

	div.popup div.bl {
		background: url(../images/site_images/bg/bg_bl_orange_onblack.gif) no-repeat bottom left;
	}

	div.popup div.tl {
		background: url(../images/site_images/bg/bg_tl_orange_onblack.gif) no-repeat top left;
	}

	div.popup div.tr {
		padding-top: 13px;
		padding-bottom: 13px;

		background-image: url(../images/site_images/bg/bg_tr_orange_onblack.gif);
	}


/* ---------->>> =Pagination <<<-----------*/

div.pagination_box {
	position: relative;
	z-index: 2;
	clear: both;
	/*overflow: hidden;*/
	padding-top: 2px;
	padding-left: 1px;
	margin: 0px 5px;
	width: 585px;
	height: 30px;

	border-bottom: 1px solid #FFD693;
}

	div.flipped {
		margin: 35px 5px 14px;
		padding-top: 0px;
		width: auto;

		border-top: 1px solid #FFD693;
		border-bottom: 0px;
	}

	div.pagination_box ul {
		float: left;
	}

		div.pagination_box ul li {
			float: left;
			background: none;
		}

	div.pagination_box input.combo {
		width:122px;

		background:transparent url(../images/site_images/bg/bg_sort_combo.gif) no-repeat scroll 0 0;
	}

		div.flipped input.combo {
			margin-top: 4px;
		}

	div.pagination {
		float: left;

		background: #FFD693 url(../images/site_images/bg/bg_pagination_left.gif) no-repeat;
	}

		div.flipped div.pagination {
			background-image: url(../images/site_images/bg/bg_flipped_pagination_left.gif);
		}
		div.other_colour div.pagination {
			background-image: url(../images/site_images/bg/bg_flipped_pagination_left_other_colour.gif);
		}

		div.pagination ul {
			padding: 8px 13px 6px;

			background: url(../images/site_images/bg/bg_pagination_right.gif) right top no-repeat;
		}

			div.flipped div.pagination ul {
				padding-top: 7px;
				background-image: url(../images/site_images/bg/bg_flipped_pagination_right.gif);
			}
			div.other_colour div.pagination ul {
				background-image: url(../images/site_images/bg/bg_flipped_pagination_right_other_colour.gif);
			}

			div.pagination ul li {
				padding: 0px 5px;

				color: #FD6A03;
				font-weight: bold;

			}

				div.pagination ul li.prev {
					padding-right: 18px;
					background: url(../images/site_images/arrow_paginator_prev.gif) right 56% no-repeat;
				}

				div.pagination ul li.next {
					padding-left: 18px;
					background: url(../images/site_images/arrow_paginator_next.gif) left 56% no-repeat;
				}

				div.pagination ul li a {
					font-weight: normal;
					color: #333;
				}

					div.pagination ul li.prev a,
					div.pagination ul li.next a {
						font-weight: bold;
					}

	div.container ul.views {
		width: 129px;

		height: 100%;
		margin-left: 22px;
		overflow: hidden;

		background: url(../images/site_images/bg/bg_views.gif) no-repeat left bottom;
	}

		div.container div.flipped ul.views {
			background-image: url(../images/site_images/bg/bg_flipped_views.gif);
		}

		div.container ul.views li {
			padding-left: 0px;
		}

			div.container ul.views li.first {
				width: 56px;
				margin-left: 6px;
				padding: 8px 0 7px;
				text-align: center;
			}

				div.container div.flipped ul.views li.first {
					padding-top: 7px;
				}


			div.container ul.views li a {
				display: block;
				width: 29px;
				height: 30px;

				background-repeat: no-repeat;
				background-position: center center;
			}

				div.container ul.views li.detail_view a {
					width: 34px;
					background-image: url(../images/site_images/detail_view.gif);
				}
				div.container ul.flipped li.detail_view a {
					background-image: url(../images/site_images/flipped_detail_view.gif);
				}
					div.container ul.views li.detail_view a.active,
					div.container ul.flipped li.detail_view a.active {
						background: none;
					}

				div.container ul.views li.list_view a {
					background-image: url(../images/site_images/list_view.gif);
				}
				div.container ul.flipped li.list_view a {
					background-image: url(../images/site_images/flipped_list_view.gif);
				}
					div.container ul.views li.list_view a.active,
					div.container ul.flipped li.list_view a.active {
						background: none;
					}


/* ---------->>> =Sitemap <<<-----------*/

div.container ul.sitemap,
div.container ul.help {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;

	background: url(../images/site_images/bg/bg_sitemap.gif) 310px top repeat-y;
}

	div.container  ul.sitemap li {
		margin-top: 15px;
	}

	div.container  ul.sitemap li.title {
		float: left;
		width: 270px;
		padding: 0px 20px;
		margin-top: 10px;

		background: none;
	}

	ul.sitemap h3,
	ul.sitemap h3 a {
		padding: 0px;

		font-size: 15px;
		color: #003890 !important;
	}

	ul.sitemap a {
		color: #000000;
		text-decoration: none;
		font-size: 1.09em;
	}

		ul.sitemap a:hover {
			color: #003890;
			text-decoration: underline;
		}

div.container ul.help {
	background-image: url(../images/site_images/bg/bg_help_list.gif);
	background-position: 209px top;
}

	div.container ul.help li {
		float: left;
		padding: 0px 40px;
		margin-top: 10px;
		width: 160px;

		background: none;
	}

		div.container ul.help li.first {
			padding-left: 20px;
			width: 150px;
		}

		ul.help h3 {
			padding-top: 0px;

			font-size: 15px;
			color: #003890;
		}

		ul.help p {
			padding-bottom: 0.7em;
		}

/* ---------->>> =Payment <<<-----------*/

div.payment {
	clear: both;
	height: 91px;
	padding: 13px 0 0 0;
	background: url(../images/site_images/bg/bg_payment.gif) repeat-x;
}

	div.payment ul {
		text-align: center;
		}

		div.payment ul li {
			display: inline;
			padding: 0px 10px 2px 10px;
			border-right: 1px solid #000;
		}

			div.payment ul li.last {
				border: 0px;
			}

	div.payment a {
		color: #333;
		}

	div.payment ul.payment_ways {
		float: left;
		margin: 25px 0px 0px 390px;
	}

		div.payment ul.payment_ways li {
			float: left;
			padding: 0px;

			border: 0px;
		}

			div.payment ul.payment_ways li {
				display: block;
				height: 29px;
				border: 0px;
				text-indent: -9999px;
			}

				div.payment ul.payment_ways li.american_express {
					width: 31px;

					background: url(../images/site_images/icon_american_express.gif) no-repeat;
				}

				div.payment ul.payment_ways li.mastercard {
					width: 56px;

					background: url(../images/site_images/icon_mastercard.gif) no-repeat;
				}

				div.payment ul.payment_ways li.visa {
					width: 47px;

					background: url(../images/site_images/icon_visa.gif) no-repeat;
				}

				div.payment ul.payment_ways li.discover {
					width: 45px;

					background: url(../images/site_images/icon_discover.gif) no-repeat;
				}

/* ---------->>> =Footer <<<-----------*/
div.footer {
	padding: 10px 0;
	color: #FFF;
	margin-right: 11px;
}

	div.footer ul {
		text-align: center;
	}

		div.footer ul li {
			display: inline;
			padding: 0 6px;
			border-right: 1px solid #FFF;
		}

			div.footer ul li.last {
				border: 0px;
			}

			div.footer ul li a {
				color: #FFF;
			}


address {
	float: left;
	font-style: normal;
}

	address.created {
		float: right;
	}

	address img {
		border: 0px;
	}

/* SLIDER */
.sliderGallery,
.sliderHomeGallery {
    overflow: hidden;
    position: relative;
    padding: 10px;
    height: 178px;
    width: 260px;
}

.sliderHomeGallery {
	padding: 0;
	height: 319px;
	width: 580px;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;

    padding: 0;
    margin: 0;
}

.sliderGallery ul.small_gallery {
	margin-left: -23px !important;
}

.slider {
    height: 17px;
    margin-left: 0px;
    padding: 1px;
    top: 150px;
    position: relative;
    background: url(../images/slider/scrollbar.png) no-repeat;
}

.sliderHomeGallery .slider {
	 top: 290px;
	 margin: 0 2px 0 10px;
	 background: url(../images/slider/scrollbar-home.png) no-repeat;
}

.handle {
    position: absolute;
    height: 17px;
    width: 189px;
    top: 0;
    background: url(../images/slider/scroller.png) no-repeat;
    z-index: 100;
}

div.sliderHomeGallery ul.items {
	left: 0;
}


.sliderHomeGallery .item .img_holder img {
	display: block;
	width: auto;
	position: inherit;
	margin: 0 0 0 13px;
	padding-top: 5px;
}

/*END Slider*/

/* ---------->>> =Flash messages <<<-----------*/
#flash_messages {
	position: relative;
	padding-top: 13px;
	margin-bottom: 5px;
	background: url(../images/site_images/bg-flash-messages.gif) no-repeat -970px 0;
	/* Background-position: because of javascript animation */
}

	#flash_messages ul {
		padding: 0 10px 7px 10px;
		background: url(../images/site_images/bg-flash-messages.gif) no-repeat left bottom;
	}

		#flash_messages ul li {
			padding-bottom: 5px;
			margin: 0 5px;
		}

	#flash_messages a.close {
		overflow: hidden;
		position: absolute;
		width: 15px;
		height: 15px;
		right: 4px;
		top: 4px;
		background: url(../images/site_images/bg-flash-messages-close.gif) no-repeat center center;
		text-indent: -9999px;
	}

/* Newsletter */
.newsletter_categories {
	background: url(../images/site_images/newsletter/line-vertical.png) repeat-y 6px center;
}

	.newsletter_categories span,
	.newsletter_categories strong {
		display: block;

		padding: 3px 20px;
		margin-bottom: 5px;
		background: url(../images/site_images/newsletter/plus-minus.gif) no-repeat 0 6px;
		font-weight: bold;
	}

		.newsletter_categories span.active {
			background-position: 0 -83px;
		}

	.newsletter_categories strong {
		background: url(../images/site_images/newsletter/line-horisontal.png) no-repeat 7px 10px;
	}

	.newsletter_categories span {
		cursor: pointer;
	}

	#newsletter div.newsletter_categories label {
		float: none;
		width: auto;
		margin: 0 0 0 0;
		font-weight: bold;
	}

	.newsletter_categories input {
		margin-right: 5px;
		vertical-align: middle;
	}

	.newsletter_categories input.first_level {
		top: 0px;
	}

	div.box_content div.newsletter_categories div ul {
		margin-bottom: 10px
	}

	div.box_content div.newsletter_categories div ul li {
		margin-left: 7px;
		padding-left: 20px;
		background: url(../images/site_images/newsletter/line-horisontal.png) no-repeat 0 10px;
	}


/* Popup Info */

div.info_popup {
	position: absolute;
	margin: 30px 0 0 -5px;
	top: 680px;
	left: 430px;
	z-index: 9998;

	background: url(../images/site_images/bg/info_popup_bgr_top.gif) 0 0 no-repeat;
}

	div.info_popup div.popup_content {
		position: relative;
		width: 396px;
		min-height: 250px;
		padding: 30px 15px 25px;
		margin-bottom: -10px;
		z-index: 9999;
		background: url(../images/site_images/bg/info_popup_bgr_bottom.gif) 0 100% no-repeat;
	}

	div.info_popup span.arrow {
		position: absolute;
		left: 35px;
		top: 0px;
		width: 18px;
		height: 21px;

		background: url(../images/site_images/bg/arrow_popup.gif) 0 0 no-repeat;
	}

		div.reversed_popup span.arrow {
			background: url(../images/site_images/bg/arrow_popup_fliped.gif);
			left: 375px;
		}

	div.info_popup a {
		color: #333;
	}

	div.info_popup h3 {
		font-size: 1.36em;
		padding: 0px 0px 20px;
	}

	div.info_popup dl {
		width: 190px;
		float: left;
	}

		div.info_popup dl dd {
			padding-bottom: 2px;
		}

		div.info_popup div.buy_info {
			float: right;
			width: 186px;
		}

		div.info_popup div.buy_info p {
			line-height: 20px;
		}

		div.info_popup div.buy_info a {
			line-height: 20px;
		}

		div.info_popup div.buy_info a.join {
			margin-top: 3px;
			line-height: 15px;
		}

		div.info_popup ul.buy_btns,
			div.info_popup ul.buy_btns li {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}

		div.info_popup ul.buy_btns {
			clear: both;
			padding-top: 10px;
		}

			div.info_popup ul.buy_btns li {
				float: left;
				padding-right: 5px;
				background: none;
			}

				div.info_popup ul.buy_btns li a {
					background-repeat: no-repeat;
					cursor: pointer;
					display: block;
					height: 26px;
					width: 25px;
				}


/* Shopping Bag Popup */

div.shopbag_popup {
	position: absolute;
	width: 246px;
	z-index: 1000;

	top: 100px;
	right: 60px;

}

	div.shopbag_popup div.popup_top {
		width: 100%;
		height: 30px;
		background: url(../images/site_images/bg/shopbag_popup_top.gif) 0 0 no-repeat;
	}

	div.shopbag_popup div.popup_content {
		width: 246px;
		background: url(../images/site_images/bg/shopbag_popup_line.gif) 0 0 repeat-y;
		position: relative;
		padding: 30px 0px 10px;
	}

	div.shopbag_popup div.popup_content span {
		padding: 0px 10px;
	}

		div.shopbag_popup div.popup_content a.checkout {
			font-weight: bold;
			color: #06429d;
			position: absolute;
			top: 0px;
			left: 10px;
		}

		div.popup_content a.x_close {
			width: 8px;
			height: 8px;
			font-size: 0pt;
			text-indent: -9999px;
			background:url(../images/site_images/icon_x.gif) 0 0 no-repeat;
			position: absolute;
			top: 0px;
			right: 10px;
		}

		div.info_popup div.popup_content a.x_close {
			top: 30px;
		}

		div.shopbag_popup div.popup_content ol,
			div.shopbag_popup div.popup_content ol li {
			list-style: none;
			list-style-position: outside;
			margin: 0px;
			padding: 0px;
		}

		div.shopbag_popup div.popup_content ol {
			width: 246px;
			margin-top: 10px;
			border-top: 1px solid #CCC;
		}

			div.shopbag_popup div.popup_content ol li {
				margin: 0px 10px;
				border-bottom: 1px solid #CCC;
				padding: 5px 0px;
				overflow: hidden;
				position: relative;
			}

			div.shopbag_popup div.popup_content ol li.last_item {
				border-bottom: none;
			}

				div.shopbag_popup div.popup_content ol li div {
					float: right;
					width: 184px;
				}

					div.shopbag_popup div.popup_content ol li div span.item_title {
						float: left;
						font-weight: bold;
						margin-bottom: 20px;
					}

					div.shopbag_popup div.popup_content ol li div span.item_price {
						width: 100%;
						text-align: right;
						font-weight: bold;
						position: absolute;
						bottom: 2px;
						right: 0px;
						padding-right: 0px;
					}

	div.shopbag_popup div.popup_footer {
		width: 226px;
		height: 30px;
		background: url(../images/site_images/bg/shopbag_popup_footer.gif) 0 0 no-repeat;
		padding: 0px 10px;
	}

		div.shopbag_popup div.popup_footer span {
			padding-top: 7px;
			font-weight:bold;
		}

		div.shopbag_popup div.popup_footer span.label {
			float: left;
		}

		div.shopbag_popup div.popup_footer span.price {
			float: right;
		}


/* Free Shipping */

	div.text ol.free_shipping,
		div.text ol.free_shipping li {
		list-style: none;
	}

		div.text ol.free_shipping li {
			padding: 2px 0px;
		}

			div.text ol.free_shipping li strong {
				padding: 0px 5px 0px 10px;
			}

	p.table_title {
		padding-top: 20px;
	}

	div.good_to_know {
		clear: both;
	}

		div.good_to_know table {
			border: 1px solid #9f9f9f;
			margin-bottom: 30px;
		}

			div.good_to_know table tr.colored {
				background: #ffefd9;
			}

				div.good_to_know table th,
				div.good_to_know table td {
					vertical-align: middle;
					font-weight: bold;
					padding: 0px 10px;
				}

				div.good_to_know table th {
					height: 38px;
					text-align: left;
					background: #707070 url(../images/site_images/bg/th_bgr.gif) left top repeat-x;
				}

				div.good_to_know table td {
					height: 32px;
				}


/* Corporate Accounts */

	img.corp_accounts,
	img.bagchee_rewards {
		margin-right: 20px;
	}

		div.text h2 {
			padding: 20px 0px 10px;
		}




/* Gift Wrap Popup */
	div.gift_wrap_wrapper {
		position:relative;
		display:none;
	}

	div.gift_wrap_wrapper a.close_handler
	{
		position: absolute;
		right:8px;
		top: 22px;
		color: #FD6A03;
		font-weight: bold;
		text-decoration: none;
		z-index: 11;
	}

	div.gift_wrap {
		width: 290px;
		height: 140px;
		background: url(../images/site_images/bg/gift_wrap_bgr.gif) 0 0 no-repeat;
		position: absolute;
		padding: 30px 15px 15px;
		top: 0px;
		left: 0px;
		z-index: 10;
	}

	div.gift_wrap div.left {
		padding: 0px;
	}

			div.gift_wrap div label.radio {
				margin: 0px 10px 0px 3px;
			}

			div.gift_wrap div input.radio {
				margin: 0px;
			}

			div.gift_wrap div label.checkbox {
				margin: 0px;
			}

		div.gift_wrap p {
			clear: both;
		}

		div.gift_wrap textarea {
			width: 286px;
			height: 85px;
			font: normal 11px Arial, Helvetica, sans-serif;
			color: #333;
		}


/* FAQ Popup */

	div.faq_popup {
		width: 216px;
		position: absolute;
		top: 40px;
		display:none;
		right: 40px;
		z-index: 100;
	}

		div.faq_popup div.faq_popup_top {
			width: 216px;
			height: 30px;
			background: url(../images/site_images/bg/faq_popup_top.gif) 0 0 no-repeat;
		}

		div.faq_popup div.faq_popup_content {
			width: 186px;
			padding: 0px 15px;
			background: url(../images/site_images/bg/faq_popup_line.gif) 0 0  repeat-y;
		}

		div.faq_popup div.faq_popup_bottom {
			width: 216px;
			height: 15px;
			background: url(../images/site_images/bg/faq_popup_bottom.gif) 0 0 no-repeat;
		}



/* Tell a friend Popup */

	div.tell_a_friend {
		position: absolute;
		display: none;
		top: 225px;
		right: 37px;
		width: 330px;
		height: 140px;
		background: url(../images/site_images/bg/tell_a_friend_popup_bgr.gif) 0 0 no-repeat;
		z-index: 100;
		padding: 30px 15px 15px;
	}

		div.tell_a_friend label {
			width: 88px;
		}

		div.tell_a_friend div.input {
			background: url(../images/site_images/bg/bg_input_237_onorange.gif) 0 0 no-repeat;
		}

		div.tell_a_friend div.input_btn {
			float: right;
		}


/* Shipping Policy Popup */

div.ship_policy h2 {
	color: #003890;
	font: bold 15px Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
}

div.ship_policy h3 {
	color: #003890;
	font: bold 12px Tahoma, Geneva, sans-serif;
}


/*----------------------------------------------------------*/

dl.receipt_prices dt {
	clear: left;
}

.logos{
	float: left;
	margin-top: 4px;
	margin-left: 5px;
}

.face{
	margin-left: 5px;
}

.giftcards{ font-weight: bold;}