/* Global Styles ---------- */
a:link {
/*	color: #59516F;*/
	color:#946936;
	text-decoration: none;
	font-weight:500;
}
a:visited {
/*	color: #59516F; */
	color:#946936;
	text-decoration: none;
	font-weight:500;	
}
a:hover {
/*	color: #59516F; */
	color:#000000;
	text-decoration: underline;
	font-weight:500;	
}
a:active {
/*	color: #EEEEEE; */
	color:#946936;
	text-decoration: none;
	font-weight:500;	
}

/* ------------------ Round Button Begin -----------------*/
#horizontal_buttons_layer {
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	height:22px;
	line-height:22px;
}

#horizontal_buttons_layer div.spacer {
	clear:none;
	float:left;
	width:5px;
	height:22px;
}

a.button {
	background: transparent url('../images/button_left.png') no-repeat top left;
	display: block;
	float: left;
	font: normal 11px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 20px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
}

a:link.button, a:visited.button, a:active.button {
	color: #FFFFFF; /*button text color*/
}

a.button span {
	background: transparent url('../images/button.png') no-repeat top right;
	display: block;
	margin-left:-0.1em;
	padding: 2px 10px 2px 0.1em; /*Set 11px below to match value of 'padding-left' value above*/
	text-align:center;
}

a.button:hover { /* Hover state CSS */
/*	background-position: bottom left;*/
}

a.button:hover span { /* Hover state CSS */
/*	background-position: bottom right;*/
	color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}	
/* ------------------ Round Button End -----------------*/

input {
	border:1px solid #EAE9FC;
	border-top:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

textarea {
	border:1px solid #EAE9FC;
	border-top:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:11px;
	padding:2px;	
}

select {
	border:1px solid #EAE9FC;
	border-top:1px solid #CCCCCC;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;	
}

#searchphrase {
	position:relative;
	width:190px;
	background-color:#E6E6FF;
}

#stock_id_dropdown {
	position:relative;
	left:0px;
	float:left;
	width:205px;
	overflow:auto;
}

/* <------------- Global Styles END */

#border_layer {
	border:1px solid #EEEEEE;
}

.global_user_interface_layer {
	float:left;
	text-align:left;
	width:1024px;
	padding-left:5px;
    background:url(../images/background.png) 0 0 repeat-y #EEEEEE;	
}

.form_field_title {
    width: 30%;
}

.global_user_interface_table {
	margin-right:20px;
}

.global_user_interface_table tr {

}

.global_user_interface_table td {

}

.view_table {
	border:1px solid #EEEEEE;
	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 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	z-index:100;
	padding: 3px;
	width:100%;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

.content_basket {
	width:100%;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	height:125px;
}

.content_basket_vat {
	width:100%;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	height:150px;
}

.listitems {
	text-align:left;
	width:100%;
}

.listitems_border_layer {
	border:1px solid #EEEEEE;
}

.listitems_table {
	border:1px solid #EEEEEE;
	font-family:Tahoma;
	font-size: 11px;
	padding:0px;
	width:100%;
}

.listitems_menu_item_selected {
	background-color: #CD9A31;
	color:#FFFFFF;
}
.listitems_menu_item_selected a:link {
	color:#FFFFFF;
}


.listitems_table_pages {
	background-color:#EEEEEE;
}

.listitems_table_footer {
	background-color:#EEEEEE;
}

.items_table {
	border: none;
	padding: 2px;
	margin: 1px;
}

.items_links_table {
	border:none;
}

.items_links_table td {
	text-align:right;
}

.items_links_table button {
	width:95px;
}

.items_table label{
	font-weight:bold;
}

.items_td {
	border: none;
}

#items_td_stock_code_label {
	width:60px;
}

#items_td_stock_code {
}

#items_td_description_label {
	width:60px;
}

#items_td_description {
}

#items_td_price_label {
	width:50px;
}

#items_td_price {
	width:50px;
}

#items_td_pack_size_label {
	width:60px;
}

#items_td_pack_size {
	width:50px;
}

#items_td_availability {
	width:60px;
}

#items_td_quantity {
	width:60px;
}

#items_td_total {
	width:60px;
}

#items_td_total {
	width:50px;
}

#items_td_links {
}

.items_td_desc {
	background-color: #FFFFFF;
	white-space: normal;
	width:470px;
	text-align:justify;
}

.items_td_image {
	border:none;
	background:#FFFFFF;
}

.stock_image_layer {
	width:250px;
	text-align:right;
	border: none;
	vertical-align:top;
	color:#E5E5E5;
}

.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*/
}

.stock_image_layer_2 {
	width:125px;
	height:180px;
	overflow:auto;
}

.items_qty_select {
	border:1px solid #000000;
	font-family:Tahoma;
	font-size:11px;
	background:#FFFFFF;
}

.cart_summary_global_table {
	width:100%;
	text-align:left;
}

.cart_summary_table {
	border:none;
	font-family:Tahoma;
	font-size: 11px;
	padding:0px;
	width:200px;
	height:120px;
}

.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:#946936;
	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;
}

.showcart_table {
	border:none;
	font-family:Tahoma;
	font-size: 11px;
	padding:0px;
}

.showcart_th {
	background:#DDDDDD;
}

.showcart_td {
	border:1px solid #FDFDFD;
}

.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 {
	background:#FFFFFF;
	border:1px solid #EEEEEE;
	font-family:Tahoma;
	font-size:11px;
	color:#59516F;
	padding:15px;
	width:350px;
}

.colours_layer {
	border: 1px solid #EEEEEE;
	width: 110px;
	height: 50px;
	overflow:auto;
	background-color:#FFFFFF;
} 

.colours_select_layer {
	position:absolute;
	border: 1px solid #EEEEEE;
	width: 110px;
	height: 100px;
	overflow:auto;
	background-color:#FFFFFF;
	visibility:hidden;
} 

.stock_details_image_layer {
	border: 1px solid #EEEEEE;
	width: 331px;
	height: 331px;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;		
	text-align:center;
}

.stock_details_code_layer {
	border: 1px solid #EEEEEE;
	width: 300px;
	height: auto;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;		
}

.stock_details_description_layer {
	border: 1px solid #EEEEEE;
	width: 300px;
	height: 100px;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
}

.stock_details_sellprice_layer {
	border: 1px solid #EEEEEE;
	width: 300px;
	height: 20px;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
}

.stock_details_size_layer {
	border: 1px solid #EEEEEE;
	width: 300px;
	height: 20px;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
}

.stock_details_qty_layer {
	border: 1px solid #EEEEEE;
	width: 50px;
	height: 20px;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
}

.stock_details_total_layer {
	border: 1px solid #EEEEEE;
	width: 60px;
	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;
	top: -50px;
	left:520px;
}

.loading_layer {
	position:absolute;
	background-color:#666666; 
	width:992px;
	height:100%;
	visibility:hidden; 
	text-align:center; 
	z-index:10; 
	float:none;
}

.currencies_global_table {
	border:none;
	padding:0;
	margin:1px;
	width:100%;
}

/* ------------------ Round Button Begin -----------------*/

#horizontal_buttons_layer {
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

#horizontal_buttons_layer div.spacer {
	float:left;
	width:50px;
	height:10px;
}

a.button {
	background: transparent url('../images/button_left.png') no-repeat top left;
	display: block;
	float: left;
	font: normal 11px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 20px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
}

a:link.button, a:visited.button, a:active.button {
	color: #FFFFFF; /*button text color*/
}

a.button span {
	background: transparent url('../images/button.png') no-repeat top right;
	display: block;
	padding: 2px 10px 2px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.button:hover { /* Hover state CSS */
}

a.button:hover span { /* Hover state CSS */
	color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}	

/* ------------------ Round Button End -----------------*/

/*-----------------Website Specific ---------------------*/

.uppercase {
	text-transform:uppercase;
}

.navbar {
	text-align: center; /* for IE */
	position: absolute;
	margin-left: 5px;
	top: 150px;
	height:22px;
}

.footer {
	text-align: left; /* for IE */
}

.footerbar {
	text-align: left; /* for IE */
	height:85px;
}

.basket_listitems {
/*	position:absolute; */
	text-align:left;
	width:220px;
}

.categories_listitems {
/*	position:absolute; */
	text-align:left;
	width:220px;
}

.popularitems {
/*	position:absolute; */
	width:100%; 
}

.search_listitems {
/*	position:absolute; */
	text-align:left;
	width:220px;
}

.order_payment_total_paid {
	color:#009900;
	font-weight:bold;
}

.order_payment_total_unpaid {
	color:#FF0000;
	font-weight:bold;	
}

.listitems_menu_categories a:link{
	font-weight:bold;
}


div#top_band {
	float:left;
}

div#top_band #top_banner_layer {
	position:relative;
	height:110px;
	float:left;
}

div#top_band #search_layer {
	position:relative;
	width:200px;
	height:110px;
	float:left;
	margin-left:10px;
}

div#top_band #login_layer {
	position:relative;
	width:200px;
	height:110px;
	float:left;
}

div#middel_band {
	float:left;
}

div#middel_band_separator {
	position:relative;
	width:982px;
	float:left;
	padding-top:10px;	
	height:15px;
}

div#middel_band_caption {
	position:relative;
	width:982px;
	float:left;
	height:30px;
	padding-top:10px;
}

div#middel_band_caption #text {
	position:relative;
	height:px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}

div#middel_band_separator #hr {
	position:relative;
	width:100%;
	height:5px;
	background:#D1A246;
}

div#bottom_band_layer {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	float:left;
}

#popular_items {
	float:left;
}

.titlebar {
	height:23px;
	color:#663300;
	text-decoration:underline;
}

.left_corner {background: url(../images/left_corner.gif) 0 0 no-repeat;}
.right_corner {
	background: url(../images/right_corner.gif) 100% 0 no-repeat; 
	padding:5px;
}

.clear {
	font-size: 0px; 
	height: 0px;
	clear:both;
}

.clear_4px {
	font-size: 4px; 
	height: 4px;
	clear:both;
}

.leftbar {
	background: url(../images/border-left.jpg) repeat-y 100%; 
	width:30px;
	height:100px;
}
.rightbar {
	background: url(../images/border-right.jpg) repeat-y 100%; 
	width:30px;
}

/*----------------------main.php.styles ---------------------*/
div#categories {
	position:relative;
	width:920px;
	padding-left:30px;
}

div#categories #left_block {
	position:relative;
	float:left;
}

div#categories #spacer {
	position:relative;
	float:left;
	width:55px;
}

div#categories #right_block {
	position:relative;
	float:left;
}

div#categories .block {
	position:relative;
	float:none; 
}

div#categories .block table tr td {
	margin:0px;
	padding:0px;
	border:none;
}

/*----------------------END - main.php.styles----------------*/
/*--------------------END - Website Specific-----------------*/