/* Global Styles ---------- */

html,
html body{
    font-size: 16px;
}

a:focus{
    outline: none !important;
}
a:hover, a:focus {
    color: #859A1B;
}

.no_padding{
    padding-left: 0px;
    padding-right: 0px;
}

/* Clear Spacer CSS */
.clear {
    clear: both;
	width: 100%;
    height: 0px;
	line-height: 0px;
}
.clear_2px {
    clear: both;
    height: 2px;
    line-height: 2px;
}
.clear_4px {
    clear: both;
    height: 4px;
    line-height: 4px;
}
.clear_5px {
    clear: both;
    height: 5px;
    line-height: 5px;
}
.clear_6px {
	clear: both;
    height: 6px;
    line-height: 6px;
}
.clear_10px {
	clear: both;
    height: 10px;
    line-height: 10px;
}
.clear_20px {
	clear: both;
    height: 20px;
    line-height: 20px;
}

.input_readonly {
    cursor:default;
    background: #ddd;
}

input {
	border:1px solid #EAE9FC;
	border-top:1px solid #DDDDDD;
	font-family:Tahoma;
	color:#000000;
}

textarea {
	border:1px solid #EAE9FC;
	border-top:1px solid #DDDDDD;
	font-family:Tahoma;
	padding:2px;
}

select {
	border:1px solid #EAE9FC;
	border-top:1px solid #DDDDDD;
}

.media_layer {
}

.media_layer p {
}

.media_title {
    width: 100%;
}

.media_title_icon {
	position: relative;
}

.media_title_text {
	position: relative;
	color:#3A5A93;
}

.media_title span {
	margin-top:5px;
	position:absolute;
	font-weight:bold;
	color:#3A5A93;
}

.media_title img {
}

#payment_id {
}

#searchphrase {
	background-color:#E6E6FF;
}

#stock_id_dropdown {
	overflow:auto;
}

/* <------------- Global Styles END */



#border_layer {
	border:1px solid #EEEEEE;
}

#contact_us_layer {
	float: left;
	margin: 15px 0 0 25px;
}

.contact_form_layer {
  margin: 5px 25px 0 40px;
}

.global_user_interface_layer {
	position: relative;
	float: left;
	margin-top:16px;
	padding: 0 5px 10px 5px;
}

.global_user_interface_table {
	width:100%;
}

.global_user_interface_table tr {

}

.global_user_interface_table td {

}

.form_field_title {
    padding-top: 10px;
}

.view_table {
	width:100%;
}

.view_table tr {

}

.view_table th {
	background-color:#EEEEEE;
	text-align:center;
}

.view_table #number_align {
	text-align:right;
}

.view_table #center_align {
    text-align:center;
}

.view_table td {
	background-color:#FFFFFF;
}

.show_message_layer {
	float:left;
	text-align:center;
	width:auto;
	font-size:14px;
	z-index:100;
	padding: 3px;
	background-color:#FFFFFF;
	border:2px solid #859A1B;
}

.show_message_content {
	text-align:center;
}

.content_basket {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

.content_basket_vat {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

.listitems {
	text-align:left;
}

.listitems_left_td {
    background:#EEEEEE;
    border:none;
}

.listitems_right_td {
    border:none;
}

.listitems_left_bar_table {
	border:none;
	background:#FFFFFF;
}

.listitems_border_layer {
	//border:1px solid #EEEEEE;
    
}

.listitems_table {
	font-family:Tahoma;
	font-size: 11px;
	padding:0px;
	width: 100%;
}

.listitems_menu_item_selected {
	background-color: #3A5A93;
}

.listitems_menu_item_selected a:link {
	color:#FFFFFF;
}

.listitems_table_pages {
	background-color:#EEEEEE;
    margin-bottom: 15px; 
}

.listitems_table_footer {
	background-color:#EEEEEE;
}

.items_table {
	border: none;
	padding: 2px;
	margin: 1px;
    width: 100%;
}

.items_table label{
	font-weight:bold;
	color: #3A5A93;
}

.items_td {
	border: none;
}

#items_td_description_label {
	vertical-align:top;
}

#items_td_quantity_alt {
    padding-right: 5px
}

.items_td_image {
	border:none;
	text-align: center;
}

.stock_image_layer {
	float:left;
	text-align:center;
	border: none;
	z-index:0;
	width:100%;
}

.stock_image_zoom_layer {
	position:relative;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	border: none;
	text-align:right;
	vertical-align:top;
	visibility:hidden;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; *//*IE 8*/
	/*filter: alpha(opacity=100);/*IE 5-7*/
}

.items_qty_select {
	border:1px solid #ddd;
	font-size:15px;
	background:#FFFFFF;
}

.cart_summary_global_table {
	width:100%;
	text-align:left;
}

.cart_summary_table {
	border:none;
	font-family:Tahoma;
	font-size: 11px;
	padding:0px;
}

.cart_summary_table_td_title {
	font-family:Tahoma;
	color:#000000;
	background-color:#EEEEEE;
}

.cart_summary_table_td_title_2 {
	font-family:Tahoma;
	font-weight:bold;
	color:#3A5A93;
	background-color:#FFFFFF;
}

.showcart_global_layer {
	border:none;
	padding:0;
	margin:1px;
	text-align:left;
}

.showcart_global_table {
	border:none;
	padding:0;
	margin:1px;
	text-align:left;
	width:100%;
}

#showcart {
	width:100%;
}

.showcart_table {
	border:none;
	font-family:Tahoma;
	font-size: 11px;
	padding:0px;
	width:100%;
}

.showcart_th {
	background:#DDDDDD;
}

.showcart_td {
	border:1px solid #FDFDFD;
}

#showcart_code {
}

.showcart_td_image {
	border:none;
	background:#FFFFFF;
}

.showcart_qty_edit {
	border:1px solid #000000;
	font-family:Tahoma;
	font-size:11px;
	background:#CCCCCC;
	text-align:right;
}

.showcart_navigation_buttons {
	border:none;
	padding:0;
	margin:1px;
	text-align:left;
}

#new_user_table {
	border: none;
	font-family:Tahoma;
	font-size: 11px;
}

#message {
	font-family:Tahoma;
}

.colours_layer {
	border: 1px solid #EEEEEE;
	width: 110px;
	height: 50px;
	overflow:auto;
	background-color:#FFFFFF;
}

.colours_select_layer {
	position:absolute;
	border: 1px solid #EEEEEE;
	overflow:auto;
	background-color:#FFFFFF;
	visibility:hidden;
}

.stock_details_image_layer {
	border: 1px solid #EEEEEE;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
	text-align:center;
}

.stock_details_code_layer {
	border: 1px solid #EEEEEE;
	width: 300px;
	height: 30px;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
}

.stock_details_description_layer {
	border: 1px solid #EEEEEE;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
}

.stock_details_sellprice_layer {
	border: 1px solid #EEEEEE;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
}

.stock_details_size_layer {
	border: 1px solid #EEEEEE;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
}

.stock_details_qty_layer {
	border: 1px solid #EEEEEE;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
}

.stock_details_total_layer {
	border: 1px solid #EEEEEE;
	height: auto;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
	font-weight:bold;
}

.more_info_layer {
	height:0px;
	overflow:auto;
	width:100%;
	visibility:hidden;
}

.login_image_layer {
	position:relative;
}

.loading_layer {
	position:absolute;
	background-color:#666666;
	height:100%;
    text-align:center;
	z-index:10;
    overflow:hidden;
    visibility:hidden;
    vertical-align:middle;
}

.loading_layer #loading_items_image{
    margin-top:180px;
}

.currencies_global_table {
	border:none;
	padding:0;
	margin:1px;
	width:100%;
}

/*-----------------Website Specific ---------------------*/

.uppercase {
	text-transform:uppercase;
}

.basket_listitems {
/*	position:absolute; */
	text-align:left;
}

.categories_listitems {
/*	position:absolute; */
	text-align:left;
}

.popularitems {
/*	position:absolute; */
	width:100%;
}

.search_listitems {
/*	position:absolute; */
	text-align:left;
}

.order_payment_total_paid {
	color:#009900;
	font-weight:bold;
}

.order_payment_total_unpaid {
	color:#FF0000;
	font-weight:bold;
}

.category_menu_description a {
	font-weight:bold;
}

.subcategory_description a {
	font-weight: normal;
}

#popular_items {
	position:relative;
	float:left;
}

.titlebar {
	height:23px;
	font-size:12px;
	font-weight:bold;
	color:#859A1B;
	text-decoration: none;
	padding: 0 0 0 3px;
}

.titlebar h1 { 
    font-size: 14px;
}

#categories_titlebar h1 {
	text-transform: uppercase;
	color: #3A5A93;
}

.categories_nav_menu_table {
	width:100%;
}

.sub_categories_nav_menu_table {
}

.category_menu_image {
	width:6px;
	height:6px;
	line-height:6px;
}

.category_menu_description {
	line-height:10px;
}

.subcategory_menu_image {
}

.subcategory_description {
}

#post_order_table_line_items {
}

#post_order_progress_bar{
    display: none;
}
/*--------------------END - Website Specific-----------------*/