/************************************/
/************* SHOP MOD *************/
/*************   V1.0   *************/ 
/************************************/

	
.link_button { margin: 0px; }

.link_button  a {
	text-decoration: none;
	color: #030;
	font-size:12px;
	font-weight:bold;
	display:block;
	width: 100px;
	text-align: center;
	background-image: url(../../elements/module_linkbutton_bg_tile_x.jpg);
	background-repeat:repeat-x;
	margin: 3px;
	margin-left: 0px;
	border: 1px solid black;
	padding: 1px;
	padding-left:5px;
	padding-right:5px;
}
	
.link_button  a:hover {
	background-image: url(../../elements/module_linkbutton_bg_tile_x_hover.jpg);
text-decoration: none;
}

.link_button  a:active {
		background-image: url(../../elements/module_linkbutton_bg_tile_x.jpg);
	background-repeat:repeat-x;
text-decoration: none;
}

.pagination {
	display: inline-block;
	padding: 4px;
	background-image: url(../../elements/module_linkbutton_bg_tile_x_hover.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	color:#000000;
	margin-right: 1px;
	font-weight: bold;
}

.pagination:hover {
	background-image: url(../../elements/module_linkbutton_bg_tile_x.jpg);
	color:#003300;
}

/* Shop search box */

.module_search {
	background-image:url(../../elements/white_bg_tile_40.png);
	background-repeat:repeat;
	width: 213px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color:#000;
	text-align:justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.module_search h1 {
	font-size:14px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	font-weight: bold;
}
.module_search a {
	color:#fff;
	text-decoration:none;
}
.module_search a:hover {
	text-decoration:underline;
}
.module_search p {
	margin-bottom: 10px;
	font-size:12px;
}


/* Shopping Cart / Basket */
.module_cart {
	background-image:url(../../elements/white_bg_tile_40.png);
	background-repeat:repeat;
	width: 213px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color:#000;
	text-align:justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.module_cart h1 {
	font-size:14px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	font-weight: bold;
}
.module_cart a:link, .module_cart a:visited, .module_cart a:active {
	color:#fff;
	text-decoration:none;
}
.module_cart a:hover {
	text-decoration:underline;
}
.module_cart p {
	margin-bottom: 10px;
	font-size:12px;
}

.module_box {
	background-image:url(../../elements/white_bg_tile_40.png);
	background-repeat:repeat;
	width: 250px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
	color:#000;
	text-align:justify;
	border: 1px solid #ccc
}
.module_box h1 {
	font-size:14px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	font-weight: bold;
}
.module_box a:link, .module_box a:visited, .module_box a:active {
	color: #C30;
	text-decoration:none;
}
.module_box a:hover {
	text-decoration:underline;
}
.module_box p {
	margin-bottom: 10px;
	font-size:12px;
}

.imagelist {
	border: 1px dotted #000;
	width: 100px;
	height: 100px;
	vertical-align:middle;
	display:table-cell;
	background-color:#FFF;
}

.cart_item {
	background-image:url(../../elements/white_bg_tile_40.png);
	background-repeat:repeat;
	margin: 3px;
	margin-bottom: 5px;
	padding: 5px;
	color:#000;
	text-align:justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cart_header {
	background-image:url(../../elements/white_bg_tile_80.png);
	background-repeat:repeat;
	margin: 3px;
	margin-bottom: 5px;
	padding: 5px;
	color:#000;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cart_item a {
	font-size: 12px;
	color: #006600;
	text-decoration:none;
}
.cart_item a:hover {
	text-decoration:underline;
}
.cart_item td {
	text-align: center;
}
.cart_item input {
	text-align: center;
	background-image:url(../../elements/white_bg_tile_20.png);
	background-repeat:repeat;
}

/* The Categories list */
#product_categories {
	padding: 0px;
	width: 220px;
}
#product_categories h1 {
	font-size:14px;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
#product_categories ul {
	list-style:none;
}

#product_categories a {
	text-decoration:none;
	font-size:12px;
	display:block;
	margin-bottom: 2px;
	color: #060;
	background-image:url(http://cache.invasionmedia.co.uk/white_bg_tile_20.png);
	background-repeat:repeat;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#product_categories a:hover {
	text-decoration:none;
	color:#000;
	background-image:url(http://cache.invasionmedia.co.uk/white_bg_tile_40.png);
	background-repeat:repeat;
	padding-left: 3px;
}
#breadcrumbs {
	display:block;
	width: 725px;
	background-image:url(http://cache.invasionmedia.co.uk/white_bg_tile_60.png);
	background-repeat:repeat;
	border-bottom: #000 dotted 1px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size:11px;
}
#breadcrumbs a {
	color: #060;
	margin-right: 5px;
	margin-left: 5px;
}
#breadcrumbs a:hover {
	color: #030;
	text-decoration:none;
}

.prodtitle a {
color: #630;
text-decoration:none;
font-weight:bold;
}

.prodtitle a:hover {
text-decoration:underline;
}

#product_viewer h1{
	margin: 0px;
	margin-bottom: 5px;
	text-transform:uppercase;
	width: 725px;
}

#product_viewer  {
	display: table;
	width: 730px;
	padding: 0px;
}

/* Controls the special offer module */

#special_offer_container {
	margin: 5px;
	margin-right: -4px;
	font-size:12px;
}
#special_offer_container .special_offer {
	width: 228px;
	height: 117px;
    margin-bottom: 4px;
	margin-right: 4px;
	display: inline-block;
	border: 1px solid #e2e2e2;
	position:relative;
}

.special_offer .heading {
	background-image:url(../../socket/modules/shop/images/special_offer_heading_bg_tile_x.jpg);
	background-repeat: repeat-x;
	width: 224px;
	height: 25px;
	display: block;
	font-size:10px;
	padding: 2px;
	border-bottom: 1px solid #e2e2e2;
	}

.heading span {
	font-weight:bold;
	display:table-cell;
	vertical-align:middle;
	text-transform:uppercase;
	color: #000;
}

.special_offer .product {
	padding: 2px;
	}

.special_offer .product img {
	float:left;
	margin-right: 4px;
}

.special_offer .product_button_container {
	width: 130px;
	position:absolute;
	bottom: 3px;
	right: 9px;
}

.special_offer .more_info{
	background-image:url(../../socket/modules/shop/images/special_offer_heading_bg_tile_x.jpg);
	background-repeat:repeat-x;
	width: 62px;
	color: #000;
	height: 19px;
	border: 1px solid #e2e2e2;
	line-height: 19px;
	display:inline-block;
	text-align: center;
	font-weight:bold;
	float:left;
}

.special_offer .buy_now{
	background-image:url(../../socket/modules/shop/images/cart_button_bg_tile_x.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	width: 62px;
	height: 19px;
	border: 1px solid #e2e2e2;
	display:inline-block;
	line-height: 19px;
	text-align: center;
	font-weight:bold;
	float:left;
}

.special_offer .buy_now:hover{
	background-image:url(../../socket/modules/shop/images/cart_button_bg_tile_x-hover.jpg);
	background-repeat:repeat-x;
}

/* Jump menu */

#ftlDrive { float: right; position: absolute; right: -2px; top: 150px; }

#ftlDrive form { display:inline;}
