@charset "UTF-8";
/* CSS Document */

/* Shop Styling */
/* Shop Styling */
/* Shop Styling */
/* Shop Styling */
/* Shop Styling */
/* Shop Styling */

/* Column Standards based on 960 width */

#shop_column140 {
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#shop_column220 {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}
#shop_column620 {
	float: left;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#shop_column700 {
	float: left;
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#shop_column780 {
	float: left;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#shop_column960 {
	float: left;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

/* start of shop navigation panel*/

#shop-navigation {
	margin: 0px;
	padding: 0px;
}

#shop-navigation-options{
	margin: 0px;
	padding: 0px;
	display:none;
}




#shop-container {
	margin: 0px auto 20px;
	padding: 0px;
	width: 960px;
}


#shop-header {
	margin: 0px;
	padding: 0px;
	width: 960px;
}

#shop-left-panel {
	margin: 0px;
	padding: 0px;
	width: 220px;
	float: left;
}

/* Navigation header */
.attribute_nav_attribute_name
{
	display: block;
	height: 24px;
	width: 170px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px dotted #000000;
	margin: 0px 0px 4px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	background: url(../Assets/js-nav-button-bg.jpg) repeat-y scroll left top;
}

#shop-navigation a {

}

#shop-navigation a:hover {

}

.quick_navigation_container {
	margin: 0px;
	padding: 0px;
	width: 220px;
	display:none;
}

.quick_navigation_container a {
	border-style: none;
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #999;
	display: block;
}

.quick_navigation_container  a:hover {
	border-style: none;
}

/* end of shop navigation panel*/


/* start of the middle panel of the shop page*/

#shop-middle-panel {
	margin: 0px 10px;
	padding: 0px;
	float: left;
	width: 540px;
}

.shop_results_count {
	margin: 0px 0px 20px;
	padding: 0px;
}

.shop_results_text {
	margin: 0px 0px 10px;
	padding: 0px;
}

.shop_search_panel
{
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	}
	
shop_search_panel
	
#shop-catalogue-search {
	margin: 0px;
	padding: 0px;
	display: block;
}

#shop-catalogue-search p {
	display: block;
	height: 24px;
	padding: 0px;
	margin: 5px 0px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
}

#shop-catalogue-search .form-input {
	float:left;
	width: 140px;
	margin-right: 10px; 
}

#shop-catalogue-search .form-button {
	margin: 0px;
	padding: 0px;
}


/* Shop results list view CSS */ 

.shop-content-panel {
	margin: 10px auto 0px;
	padding: 0px;
	width: 700px;
}

/* Shop Thumbnail View */

.shop_thumbnail_container {
	float: left;
	width: 180px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	min-height:240px;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	padding: 5px 5px 0px;
}

#shop_thumbnail_image {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-style: none;
	height: 135px;
	width: 180px;
}

#shop_thumbnail_image img {
	border-style: none;

}

#shop_thumbnail_summary {
	margin: 0px;
	padding: 5px;
	height:65px;
	text-align: center;
}

.shop_thumbnail_container h2 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.shop_thumbnail_container p {
	margin: 0px;
	padding: 0px;
	font-size:9px;
}

.shop_thumbnail_viewitem {
	text-align: center;
}

.shop_thumbnail_button {
	margin: 10px 0px 0px;
	padding: 0px 10px;
	color: #333;
	height: 25px;
	cursor: pointer;
	border: 1px solid #999;
	font: bold 11px/25px Verdana, Geneva, sans-serif;
	background: url(../Assets/locator-menu-base.jpg) repeat-x scroll left top;
	}

/* Shop Detail View */

.shop_detail_container {
	padding: 0px;
	float: left;
	width: 620px;
	margin: 0px 0px 20px;
}

.shop_detail_image {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width:150px;
	float:left;
	border-style: none;
}

.shop_detail_image img {
	border-style: none;
}

#shop_detail_summary {
	margin: 0px;
	padding: 0px 5px 5px;
	float:left;
	width: 450px;
}

.shop_detail_container h2 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}

.shop_detail_container p {
	margin: 0px;
	padding: 0px;
	font-size:10px;
}

.shop_detail_button {
	margin: 10px 0px 0px;
	padding: 0px;
	color: #000;
	background: #e7e7e7;
	width: 100px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #666;
	font-size:11px;
	font-weight: bold;
	float:right;
	}
.shop_thumbnail_summary_title{
	color: #333333;
}
/* Shop item view code */

#item_view_shop_details {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
}
.shop_favourite_title{
	color: #333333;
	height: 50px;
}
.shop_favourite_title h2{
	height: 50px;
	
}
#item_view_shop_details h2 {
min-height: 30px;
}

#item_view_shop_details h3 {
	margin: 0px 0px 5px;
	padding: 0px;
}


.item_view_shop_price {
	margin: 10px 0px 0px;
	padding: 0px;
	float: left;
}

.item_view_shop_textbox {
	margin: 0px 5px;
	padding: 0px;
	height: 18px;
	border: 1px solid #e7e7e7;
	font-size: 11px;
	}
	
.item_view_shop_button {
	margin: 10px 0px 0px;
	padding: 0px;
	color: #000;
	background: #e7e7e7;
	width: 100px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #666;
	font-size:11px;
	font-weight: bold;
	}

.item_view_back_to_cat {
	margin: 10px 0px 0px;
	padding: 0px;
	color: #000;
	background: #e7e7e7;
	width: 130px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #666;
	font-size:11px;
	font-weight: bold;
	}

/* css for the next and previous buttons */

.shop_page_controls {
	padding: 5px 0px 0px;
	margin: 20px 0px;
	width: 610px;
	height: 30px;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height: 30px;
	}
	
.shop_page_count_info {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	display: block;
	width: 440px;
	float: left;
	font-weight: normal;
}
	
	
.shop_page_previous_button, .shop_page_next_button {
	margin: 0px;
	padding: 0px 10px;
	color: #333333;
	height: 25px;
	cursor: pointer;
	border: 1px solid #666;
	font-size:11px;
	font-weight: bold;
	line-height: 25px;
	background: url(../Assets/locator-menu-base.jpg) repeat-x scroll left top;
	}


.shop_page_previous_button {
	float:left;
	}
.shop_page_next_button {
	float:right;
	}
	
/*  styling code for the search and results controls at the top of the page. */



.shop_control_panel {
	margin: 10px 0px;
	padding: 0px;
}
.shop_control_panel h3 {}
.shop_control_panel p {}

.shop_control_panel_dropdown {
	margin: 0px 5px;
	padding: 0px;
	color: #333333;
	height: 20px;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.shop_control_panel_button, .shop_button_reset {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px;
	color: #333;
	background: url(../Assets/locator-menu-base.jpg) repeat-x scroll left top;
	height: 25px;
	cursor: pointer;
	border: 1px solid #999;
	font: bold 11px/25px Verdana, Geneva, sans-serif;
}

.shop_search_button {
	color: #333;
	border: 1px solid #CCCCCC;
	height: 25px;
	font: bold 11px/25px Verdana, Arial, Helvetica, sans-serif;
	background: url(../Assets/locator-menu-base.jpg) repeat-x scroll left top;
	padding-right: 10px;
	padding-left: 10px;
	}
	
.shop_button_reset {
	color: #333;
	border: 1px solid #CCCCCC;
	height: 25px;
	font: bold 11px/25px Verdana, Arial, Helvetica, sans-serif;
	background: url(../Assets/locator-menu-base.jpg) repeat-x scroll left top;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	}
	
.shop_search_box {
	padding: 0px;
	border: 1px solid #e7e7e7;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 20px;
	} 


.shop_basket_view_table_header, .shop_basket_view_table {
    float: left;
    margin: 10px 20px 10px 0;
    width: 620px;
}
.shop_basket_view_table_header td, .shop_basket_view_table td {
    font-size: 11px;
    letter-spacing: -0.4px;
    margin: 0;
    padding: 4px;
    width: 80px;
}
.shop_basket_view_table {
    margin-bottom: 0;
}
.shop_basket_view_table_header .one, .shop_basket_view_table .one {
    font-weight: bold;
    width: 110px;
}
.shop_basket_view_table_header .two, .shop_basket_view_table .two {
    width: 60px;
}
.shop_basket_view_table_header .three, .shop_basket_view_table .three {
    width: 100px;
}
.shop_basket_view_table_header .four, .shop_basket_view_table .four {
    width: 40px;
}
.shop_basket_view_table_header .five, .shop_basket_view_table .five {
    width: 50px;
}
.shop_basket_view_table_header .six, .shop_basket_view_table .six {
    width: 40px;
}
.shop_basket_view_table_header .seven, .shop_basket_view_table .seven {
    width: 50px;
}
.shop_basket_view_table_header .eight, .shop_basket_view_table .eight {
    width: 50px;
}
.basket_item_update, .basket_item_remove {
    background: url("../Assets/shop-button-bg.png") no-repeat scroll center top transparent;
    border: 1px solid #999999;
    color: #000000;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    height: 18px;
    line-height: 15px;
    margin: 0;
    padding: 0;
}
.shop_basket_view_table_header {
    border-bottom: 1px solid #333333;
}
.shop_basket_view_table {
    border-bottom: 1px dashed #CCCCCC;
}
.shop_basket_view_table strong {
    color: #000000;
}

.shop_basket_item_quantity {
	width:50px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}

.checkout_stage_one {
	margin: 0px;
	padding: 0px;
	width: 900px;
}

.checkout_button, .checkout_button_return {
	margin: 10px 0px 0px;
	padding: 0px 10px;
	color: #000;
	background: #e7e7e7;
	height: 20px;
	cursor: pointer;
	border: 1px solid #666;
	font-size:11px;
	}
	
.checkout_button_return {
	margin: 20px 0px 20px 10px;
}

#shop_table_basket_details {

}

#shop_table_basket_details td { 
	padding: 2px;
}

.shop_alternate_row {
	background-color: #ECE9D8;
}
#txtCustomerNotes{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	color: #666666;
}
/* used to clera the floats of all of the div panels to form the layout of the shop */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Checkout Page */
.member_field_value {
	width: 265px;
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cboInvoice_Country{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 20px;
}
#cboDelivery_Country{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 20px;
}
#txtCustomerNotes_Final{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.checkout_minimum_order {
	display: none;
}

.productinfo_attributes_collection {
	width:300px;}

#item_view_description {
	width:300px;
}


	
	}




