/* Global Styles ---------- */
body {
	text-align: center; /* for IE */
	color:#333333;
    background:#362F2D url(../images/body-bg.gif) repeat-x 0 -250px;
	background-color:#333333;
	margin-top:11px;
}

div#green_bar {
	position:absolute;
	vertical-align:text-bottom;
	height:3px;
    min-width:800px;
	max-width:800px;
	top:100px;
	background-color:#669900;
}

div#green_line {
	height:3px;
    width:100%;
	background-color:#669900;
}

div#main {
	position:relative;
    margin-top:132px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color:#669900;
	text-decoration: none;
	font-weight:500;
}
a:visited {
	color:#669900;
	text-decoration: none;
	font-weight:500;	
}
a:hover {
	color:#000000;
	text-decoration: underline;
	font-weight:500;	
}
a:active {
	color:#669900;
	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 -----------------*/


.checkbox {
	border: 0px;
	background-color: #FFFFFF;
}

input {
	border:1px solid #669900;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

textarea {
	border:1px solid #669900;
	font-family:Tahoma;
	font-size:11px;
	padding:2px;	
}

select {
	border:1px solid #669900;
	border-top:1px solid #669900;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;	
}

#searchphrase {
	width:210px;
	background-color:#E6E6FF;
}

#stock_id_dropdown {
	width:210px;
	overflow:auto;
}

/* <------------- Global Styles END */

#border_layer {
	border:1px solid #EEEEEE;
}

.global_admin_layer {
	position:relative;
	width:98%;
}

.global_admin_table {
	width:98%;
	margin-right:20px;
}

.global_admin_table tr {
}

.global_admin_table td {
}

.global_user_interface_layer {
}

.global_user_interface_table {
}

.global_user_interface_table tr {
}

.global_user_interface_table td {
}

.media_title {
   font-weight:bold;
}

.media_layer {
   margin-left:15px;
   margin-right:15px;
   vertical-align:top;
}

#media_left {
   width: 220px;
}

.general_title_layer {
	width:auto;
	height:auto;
}

.titlebar {
	height:23px;
	color:#333333; /*#663300*/
	font-weight:bold;
    text-decoration:underline;
}

.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;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC; 
	z-index:100;
	padding: 3px;
}

.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:0px 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;
	vertical-align:middle;
    width:auto;
}

.items_price_td {
	border:none;
	background-color:#333333;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.items_td_image {
	border:none;
	background:#FFFFFF;
	width:150px;
}

.items_name_td {
	border-top:1px solid #EEEEEE;
	background-color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	width:100%;
	height:85px;
}

.items_name_layer a:link {
	font-size:11px;
	font-weight:normal;
	color:#669900;
}

.items_name_layer a:hover {
	color:#333333;
    font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

.items_name_layer a:active {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

.items_name_layer a:visited {
	font-size:11px;
	font-weight:normal;
	color:#669900;
}

.items_td_desc {
	background-color: #FFFFFF;
}

.stock_fields_group_layer {
	border:1px solid #DDDDDD;	
}

.stock_image_layer {
	width:100%;
	height:100px;
	overflow:hidden;
	text-align:right;
	border: 1px #000000 solid;
    text-align:center;
    vertical-align:top;
}

.stock_image_layer_2 {
	width:100%;
	height:170px;
	overflow:hidden;
	text-align:center;
	border: none;
	vertical-align:middle;
}

.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:center;
}

.showcart_global_table {
	border:none;
	padding:0;
	margin:1px;
	text-align:center;
}

.showcart_table {
	border:none;
	font-family:Tahoma;
	font-size: 11px;
	padding:0px;
	text-align:center;
}

.showcart_th {
	background:#DDDDDD;
	text-align:center;
}

.showcart_td {
	border:1px solid #FDFDFD;
	text-align:center;
}

.showcart_td_image {
	border:none;
	background:#FFFFFF;
    text-align:center;
}

.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: 275px;
	height: 261px;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;		
	text-align:center;
}

.stock_details_code_layer {
	border: 1px solid #EEEEEE;
	width: 300px;
	height: 20px;
	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;
    text-align:justify;
}

.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_availability_layer {
    background-color:#FFFFFF;
    border: 1px solid #EEEEEE;
	height: 20px;
	overflow:auto;
	padding:3px;
}

.stock_details_qty_layer {
	border:none; /*1px solid #EEEEEE;*/
	width:300px;
	height:20px;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
}

.stock_details_qty_layer {
	border:none; /*1px solid #EEEEEE;*/
	width:300px;
	height:20px;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
}

.stock_details_discount_layer {
	border:1px solid #EEEEEE;
	width:300px;
	height:auto;
	overflow:auto;
	padding:3px;
	background-color:#FFFFFF;
}
/* Associated - Linked Items CSS */
.linked_items_global {
	border:1px solid #EEEEEE;
	background-color:#FFFFFF;
	text-align:center;
	width:100%;
	height:100%;
	overflow:hidden;
}

.linked_items_table {
	border:none;
	background-color:#FFFFFF;
	vertical-align:middle;
	width:100%;
	height:100%;
}

.linked_items_layer {
    border:none;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	overflow:hidden;
}
.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:100%;
	height:100%;
	visibility:hidden; 
	text-align:center; 
	z-index:10; 
	float:none;
}

.currencies_global_table {
	border:none;
	padding:0;
	margin:1px;
	width:100%;
}

/*-----------------Website Specific ---------------------*/

.uppercase {
	text-transform:uppercase;
}

.navbar {
	text-align:center; /* for IE */
	position:absolute;
	z-index:auto;
	margin-left:5px;
	top:120px;
	height:22px;
}

.main { 
	position:absolute;
	top:180px;
}

.footer {
	text-align:left; /* for IE */
	z-index:auto;
}

.footerbar {
	text-align:left; /* for IE */
	z-index:auto;
	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#bottom_band_layer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
    color:#000000;
    background:#FFFFFF;
    text-align:center;
    border-top:1px solid #EEEEEE;
}

.copyright_year {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}

#popular_items {
	position:relative;
	float:left;
}

.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: 1px; height: 1px}

.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-----------------*/
