/* Main Shop Categories Styles - Start */
#catalogue {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #ccc;
}

#catalogue-header {
	font-weight: bold;
	color: #fff;
	background-color: #4DA1D5;
	height: 25px;
	border-bottom: 1px solid #ccc;
	padding-left: 10px; 
}

#catalogue-header h2 {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
}

#catalogue-content {
	padding: 2px 2px 2px 6px;
}

.category h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;	
	font-weight: bold;
}

.category span.links {
	font-size: 13px;
	line-height: normal;
}
/* Main Shop Categories Styles - End */

/* Icons - Start */
.categoryInfoTip {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('http://www.polybags.co.uk/shopping/client/global/img/icons/info_16x16.png');
	background-repeat: no-repeat;
}

.freeSample {
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	background: url('http://www.polybags.co.uk/free_sample21x21.png') no-repeat left top;
	height: 21px;
	padding: 3px 0 0 25px;
}

a.infoTip,
a.basketInfoTip,
a.productInfoTip {
	background: url("http://www.polybags.co.uk/shopping/client/global/img/icons/info_16x16.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 16px;
	width: 16px;
}
/* Icons - End */

/* Stickers - Start */
.priceWatch {
	background: url('http://www.polybags.co.uk/shopping/store/merchants/0000100001/includes/images/stickers/price_watch_40x40.png') no-repeat left 4px;
	padding-top: 10px;
	padding-left: 45px;
}

.isOfferBig {
	background: url("http://www.polybags.co.uk/shopping/store/merchants/0000100001/includes/images/stickers/offer_60x60.png") no-repeat scroll left top transparent;
	height: 60px;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 60px;
	z-index: 50;
}

.isOfferSmall {
	background: url("http://www.polybags.co.uk/shopping/store/merchants/0000100001/includes/images/stickers/offer_40x40.png") no-repeat scroll left top transparent;
	height: 40px;
	left: -8px;
	position: absolute;
	top: -3px;
	width: 40px;
	z-index: 50;
}
/* Stickers - End */

/* Buttons - Start */
a.button58,
a.button58_disabled {
	display: block;
	background: url("http://www.polybags.co.uk/shopping/client/global/img/buttons/button_58.png") no-repeat scroll 0 0 transparent;
	width: 54px;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	line-height: 16px;
	margin: 0 6px 0 0;
	padding: 3px 2px 4px;
	text-align: center;	
}

a.tickButton {
	display:block;
	background: url("http://www.polybags.co.uk/shopping/client/global/img/buttons/buttongreen_72x24.png") no-repeat scroll 0 0 transparent;
	color: #FFF;
	width: 42px;
	font-weight: bold;
	text-align: center;
	height: 34px;
	line-height: 17px;
	margin: 0;
	padding: 3px 22px 4px 8px;
}

a.basketButtonSave_Large  {
	background:url("http://www.polybags.co.uk/shopping/client/global/img/buttons/basket/save_24x24.png") repeat scroll 0 0 transparent;
	height: 24px;
	width: 24px;
}
/* Buttons - End */

/* Bread Crumbs Start */
#breadCrumbs{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	background-color: #4DA1D5;
	margin: 0;
	border: 1px solid #ccc;
	padding: 5px;
}

#breadCrumbs ul{
	margin: 0;
	padding: 0;
}

#breadCrumbs li {
	display: inline;
	list-style: none;
	font-size: 10px;
}

#breadCrumbs a{
	background: url('images/bc_arrow_r.png') no-repeat right center;
	color: #fff;
	text-decoration: none;
	border: 1px solid #4DA1D5; /* for IE when wrapping text otherwise won't show the arrow */
	padding-right: 15px;
}

#breadCrumbs a.current{
	background: url('images/bc_arrow_d.png') no-repeat 99% center;
	border: 1px solid #4DA1D5; /* for IE when wrapping text otherwise won't show the arrow */
	padding-right: 15px;
}

#breadCrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Bread Crumbs End */

/* Top Start */
#top {
	clear: both;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	line-height: 16px;
}

#top h2 {
	color: #356F91;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 12px;
}

#topPicture {
	float: left;
	position: relative;
	background-image: url('http://www.polybags.co.uk/picFrame.gif');
	margin-right: 10px;
	margin-bottom: 1px;
	padding: 0;
	width: 122px;
	height: 125px;
}
	
#topPicture img {
	position: absolute;
	top: 1px;
	left: 1px;
	border: none;
	width: 120px;
	height: 120px;
}
/* Top End */

/* Cost Compare Form - Start */
table.webForm {
	font-size: 13px;
	background: url("http://www.polybags.co.uk/shopping/client/global/img/forms/layout_1/bg_web_form.jpg") repeat-y scroll 0 0 transparent;
	margin: 2px 0 24px;
	border: 1px solid #DDD;
	padding: 4px;
}

table.webForm td {
	padding: 0 3px;
}

.input50 {
	width: 50px;
	padding: 2px;
}
/* Cost Compare Form - End */

/* Search Pod Start */
#pnlSearch .main a.button24{
	font-size: 11px;
}
#EdtQuickSearch {
	margin: 3px 0;
	padding: 2px 0;
	width: 120px
}

a.button24 {
	background: url('http://www.polybags.co.uk/shopping/client/global/img/buttons/button_24.png') no-repeat scroll 0 0 transparent;
	line-height: normal;
	text-align: center;
	padding: 6px 0;
	width: 24px;
	font-weight: bold;
}
/* Search Pod End */


/* Account Pod Start */
#pnlMyAccount .linkList li {
	height: 26px;
	padding-left: 32px;
}

#pnlMyAccount .header {
	/*background-color: #E56701;*/
}

.linkList li.account {
	background: url('http://www.polybags.co.uk/shopping/client/global/img/icons/account/icon_account_24x24.png') no-repeat;
}

.linkList li.favourites {
	background: url('http://www.polybags.co.uk/shopping/client/global/img/icons/account/icon_favourites_24x24.png') no-repeat;
}

.linkList li.orders{
	background: url('http://www.polybags.co.uk/shopping/client/global/img/icons/account/icon_orders_24x24.png') no-repeat;
}
/* Account Pod End */

/* Basket and Wishlist Pods font-size fix */
.gateway #pnlBasket,
.gateway #pnlWishList {
	font-size: 10px;
}

/* side panels */
.sidePanel {
	width: 180px;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

.sidePanel .top {
	display: none;
}

.sidePanel .header{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	background: #408DD2;
	height: 20px;
	border-bottom: 1px solid #eaeaea;
	padding: 4px;
	overflow: hidden;
}

.sidePanel .header a {
	color: #fff;
}

.sidePanel .header .arrow {
	display: none;
}

.sidePanel .header .title {
}

.sidePanel .header .title a{
	color: #fff;
	font-weight: normal;
	font-weight: bold;
}

.sidePanel .main {
	background-color: #fff;
	font-size: 12px;
	padding: 5px;
}

.sidePanel .main * {
	font-size: 100%;
}

.sidePanel .main ul {
	list-style-type: none;
	padding: 0;
}

a.buy-button {
	display: block;
	background: url('images/buy-button.png') no-repeat;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 27px;
	height: 27px;
	width: 170px;
	margin: 5px 0;
}
/* side panels */

/* Product Start */
.product {
	font-size: 10px;
	margin: 5px 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	width: 100%;
}

.category {
	margin: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}

.category h3 {
	display: inline;
}

/* Description Div Start */
.product .wrapper{
	float: left;
	width: 370px;
}

.product .description {
	float: left;
	width: 370px;
}

.category .description {
	float: left;
	padding-top: 6px;
	width: 100%;
}

.description  img{
	height: 60px;
	width: 60px;
	margin-top: 2px;
	border: 1px solid #ccc;
}

.wrapper .image {
	float: left;
	margin-right: 8px;
}

.category .description .image {
	position: relative;
	float: left;
	margin-right: 8px;
}

.category .description .info {
	margin: 0;
	padding: 0;
}

.p_controls {
	position: relative;
	top: -2px;
	height: 25px;
}

/* controls positions start */
.p_controls .input50 {
	position: absolute;
	top: 4px;
	left:	0;
}

.p_controls .button58 {
	position: absolute;
	top: 2px;
	left: 60px;
}

.tickButton {
	position: absolute;
	top: 2px;
	left: 122px;
}

.basketButtonSave_Large {
	position: absolute;
	top: 0;
	left:	200px;
}
/* controls positions end */

.p_cost {
	background: url('http://www.polybags.co.uk/btnPound.png') no-repeat left top;
	padding-left: 25px;
	line-height: 21px;
	margin: 2px 0;
}
/* Description Div End */

/* Price Tables Start */
table.priceTable{
	font-family: Verdana;
	font-size: 11px;
	text-align: right;
	margin: 5px;
	border-collapse: collapse;
}

table.priceTable a, table.priceTable a:hover {
	text-decoration: underline;
	color: #666;
}

table.priceTable td {
	border-right: 1px solid #999;
	padding: 2px 3px;
}

table.priceTable tr:hover, .selectedPrice {
	background-color: #ccc;
}

table.priceTable thead {
	background-color: #ccc;
	color: #fff;
	text-align: center;
}

table.priceTable thead tr.hideShow th {
	border: 1px solid #999;
}

table.priceTable thead th.tableHeader {
	background: #fff url('images/arrow_down_blue.png') no-repeat left;
	color: #5e5cb0;
	cursor: pointer;
	text-align: left;
	text-decoration: underline;
	padding-left: 15px;
	padding-bottom: 5px;
}

table.priceTable tbody {
	color: #666;
	border: 1px solid #999;
}

table.priceTable tbody td {
	border-left: 1px solid #999;
}

table.priceTable tbody td.last {
	border-bottom: 1px solid #999;
}

table.priceTable tfoot tr:hover {
	background-color: #fff;
}

table.priceTable tfoot td{
	border: none;
	padding-top: 5px;
}

table.priceTable tfoot a{
	text-decoration: none;
	color:#5e5cb0;
}

table.priceTable tfoot a:hover{
	text-decoration: underline;
	color:#5e5cb0;
}

.ec_all {
	font-size: 13px;
	background: #fff url('images/arrow_down_blue.png') no-repeat left;
	float: right;
	color: #5e5cb0;
	cursor: pointer;
	text-align: right;
	text-decoration: underline;
	padding-left: 15px;
}
/* Price Tables End */
/* Product End */

.productStatus {
	padding-top:3px;
}

.ProductDetails {
	width: 100%;
}

.ProductDetails .productInfoTip {
}

.ProductDetails td.tdImage {
	vertical-align: top;
	width: 65px;
}

.ProductDetails .tdImage {
	position: relative;
}
.ProductDetails .tdImage img {
	border: none;
	border: 1px solid #ccc;
}

.catalogueItem {
	clear: both;
	min-height: 90px;
	margin: 5px 0;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

.catalogueItem  img{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 8px;
	border: 1px solid #ddd;
}

/* Search Page - Start */
.searchResults {
	border: collapse;
}

.searchResults tbody {
	border-bottom: 1px solid #ccc;
}

.searchResults td {
	font-size: 12px;
}

.searchResults td.spacer {
	border-top: 1px solid #ccc;
}

.searchResults td.image {
	width: 68px;
}

.searchResults td.image img {
	width: 60px;
	height: 60px;
	margin-right: 6px;
	border: 1px solid #ccc;
}

.searchResults td div.image {
	position: relative;
}
/* Search Page - End */

/* Tool Tip and Popups - Start */
#tooltip {
	background-color: #FFFFFF;
	color: #606060;
	font-size: 12px;
	position: absolute;
	width: auto;
	max-width: 400px;
	border: 1px solid #999999;
	padding: 0;
	z-index: 999;
}

#tooltip h3 {
	background-color: #408DD2;
	color: #fff;
	font-family: Verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	height: 14px;
	padding: 5px;
}

#tooltip div.body {
	padding: 5px;
}

#tooltip div.info {
	text-align: center;
}

div.popup,
div.fullProductInfoPopup {
	border: 1px solid #999999;
	padding: 0;
}

div.popup,
div.hover {
	text-align:center;
}
div.popup,
div.fullProductInfoPopup,
div.textPopup {
	background-color: #FFFFFF;
	color: #606060;
	font-size: 12px;
	z-index: 999;
}

div.popup div.header,
div.fullProductInfoPopup  div.header {
	background-color: #FF7300;
	text-align: right;
	height: 28px;
	line-height: 28px;
	width: 100%;
	margin-bottom: 5px;
}

div.popup div.header a,
div.fullProductInfoPopup  div.header a{
	display: inline-block;
	background: transparent url('http://www.polybags2u.co.uk/delete_24x24.png') no-repeat center;
	width: 28px;
	height: 28px;
	color: transparent;
	text-align: center;
}

div.popup div.image,
div.fullProductInfoPopup div.productInfoTooltip_popup div.image {
	clear: both;
}

div.popup img {
	padding: 0 5px;
}

div.popup div.info {
	padding: 5px;
}

div.basketItemTooltip  {
	width: 120px;
}

div.productInfoTooltip_popup {
	width: 300px;
	padding: 5px;
}
/* Tool Tip and Popups - End */

/* Shop Button - Start */
.gateway #vwBasketButtons a.basketButtonLarge {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
/* Shop Button - End */
