@charset "UTF-8";
/* CSS Document */

/* NORMALISE EVERYTHING
----------------------------------------------------------------------*/

html, body, div, dl, dt, dd, ul, ol, li,  
h1, h2, h3, h4, h5, h6, pre, input, 
blockquote, th, td, img, form {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

ol, ul {
	list-style: none;
}

address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border: 0;
}
table tr td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}
.table_import tr  {
	border-bottom: solid 1px #CCCCCC;
}
fieldset, img {
	border: 0;
}

caption, th {
	text-align: left;
}


/*-  COMMON ELEMENTS
----------------------------------------------------------------------*/	
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ECECEC;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

h1 {
	width: 215px;
	height: 115px;
	float: left;
}

h2 {
	color: #000000;
	font-size: 140%;
	line-height: 120%;
	margin-bottom: 5px;
}
.h2orange {
	color: #FDBC2E;
}
h3 {
	color: #000000;
	font-size: 180%;
	padding-bottom: 6px;
}
h4 {
	color: #000000;
	font-size: 140%;
	padding-bottom: 6px;
}

h5 {
	color: #000000;
	font-size: 110%;
}

p {
	margin: 0px;
	line-height: 120%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.errorMes {
	color:#CC0000;
	padding: 0 0 3px 0;
}


.right{
	float:right;
}

.left{
	float:left;
}


/*-  FORM
----------------------------------------------------------------------*/
form {
	margin-top: 15px;
	padding-right: 10px;
}
.formfield_title {
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
input, select, textarea {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 3px;
	color: #666666;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	width: 96%;
	max-width: 300px;
	font-family: Helvetica, Arial, sans-serif;
}
.cmsLabel {
	font-weight: bold;
	padding-bottom: 3px;
}
.tickbox {
	width: 20px;
}
.quick_search_bt {
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background-color: #FDBC2E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 70px;
	cursor: pointer;
}
.show_products_bt {
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background-color: #FDBC2E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 120px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.show_products_bt_wide {
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background-color: #FDBC2E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 130px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.floatRight {
   float: right;
}

.admin_add_new_bt {
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FDBC2E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 120px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.import_bt {
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 0px 0px 10px;
	background-color: #FDBC2E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 120px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}



.checkout_bt {
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-color: #FDBC2E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 85px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.checkout_bt_wide {
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-color: #FDBC2E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 180px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.update_bt {
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 60px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px; 
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.product_list_tab {
	width: 25px;
}
.product_list_table {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
.product_list_table table tr td {
	padding: 5px 5px 0px 0px;
}

.list_table thead th, .list_table_admin thead th {
	padding:5px;
	font-weight: bold;
}

.list_table tbody td, .list_table_admin thead th{
	padding:5px;
}

/*-  HEADER
----------------------------------------------------------------------*/
#header {
	width: 100%;
	float: left;
	background-color: #333333;
	min-width: 950px!important;
	height: 115px;
}


/*-  PAGE STRUCTURE
----------------------------------------------------------------------*/	
#container {
	width: 99%;
	float: left;
	min-width: 930px!important; 
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
#left_column {
	width: 16%;
	float: left;
	background-color: #FFFFFF;
	margin-right: 1%;
	padding: 1%;
	min-height: 690px;
}
#left_column table tr td {
	padding: 0px;
}
#main_column {
	width: 78%;
	float: left;
	background-color: #FFFFFF;
	padding: 1%;
	min-height: 690px;
}
#main_column_wide {
	width: 96%;
	float: left;
	background-color: #FFFFFF;
	padding: 1%;
	min-height: 690px;
}
#right_column {
	width: 75%;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
}
#content_column {
	width: 20%;
	float: right;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 3%;
	padding-left: 1%;
}
#content_column form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}


/*-  NAVIGATION
----------------------------------------------------------------------*/
#nav {
	float: left;
	width: 470px;
	height: 33px;
	padding-top: 82px;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-transform: capitalize;
	height: 23px;
	width: 113px;
	padding-top: 6px;
	font-size: 18px;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-bottom: 4px;
	background-image: url(../images/nav.gif);
	background-position: left top;
}
#nav ul li a:hover {
	color: #000000;
	background-image: url(../images/nav.gif);
	background-position: left -43px;
}
#nav ul li a#current {
	float: left;
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-transform: capitalize;
	height: 23px;
	width: 113px;
	padding-top: 6px;
	font-size: 18px;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-bottom: 4px;
	background-image: url(../images/nav.gif);
	background-position: left -43px;
}


/*-  LOGIN PAGE CONTENT
----------------------------------------------------------------------*/
	
#login_container {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: 350px;
	background-image: url(../images/login_logo.jpg);
	background-repeat: no-repeat;
	background-position: center 120px;
}
#login_form_holder {
	width: 647px;
	float: left;
	clear: left;
	color: #666666;
	background-image: url(../images/login_panel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 135px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 253px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#login_form_holder_base {
	width: 647px;
	float: left;
	clear: left;
	color: #666666;
	background-image: url(../images/login_panel_base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 253px;
	height: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#login_form_holder h1 {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	color: #FFFFFF;
	float: none;
	height: 23px;
	font-weight: bold;
	width: 100%;
}

#login_form_holder table {
	padding: 5px;
}
#login_form_holder table p {
	color: #FFFFFF;
}
#login_form_holder a {
	font-size: 90%;
	color: #FFFFFF;
}
#login_form_holder a:hover {
	color: #000000;
}

/*-  FRONT PAGE CONTENT
----------------------------------------------------------------------*/
.logout {
	float: right;
	color: #FDBC2E;
	font-weight: bold;
	text-decoration: none;
}
.list_holder {
	padding-bottom: 10px;
}
.list_top {
	font-weight: bold;
	background-image: url(../images/trc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	height: 28px;
	padding-right: 1px;
}
.list_top_admin {
	font-weight: bold;
	background-image: url(../images/trc2.gif);
	background-repeat: repeat-x;
	background-position: right top;
	width: 100%;
	height: 28px;
	padding-right: 1px;
}
.list_middle {
	width: 100%;
	background-image: url(../images/rs.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.list_bottom {
	width: 100%;
	padding-right: 1px;
	background-image: url(../images/brc.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 30px;
}
.product_img {
	border: 1px solid #CCCCCC;
}
.list_table {
	background-image: url(../images/tlc.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.list_table_admin {
	background-repeat: no-repeat;
	background-position: left top;
}
.table_holder, .table_holderG {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
.table_holderG {
	background-color: #E7E7E7;	
}
a.expand {
	display:block;
	color: #333333;
	text-transform: capitalize;
	text-decoration: none;
	height: 20px;
	font-weight: bold;
	font-size: 100%;
	width: 100px;
	margin: 0px;
	text-align: right;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a:hover.expand {
	color: #666666;
	text-decoration: none;
}
a.view {
	display:block;
	background-image: url(../images/add_image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	text-transform: capitalize;
	text-decoration: none;
	height: 15px;
	font-weight: bold;
	font-size: 100%;
	width: 40px;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #FDBC2E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	float: right;
}
a:hover.view {
	color: #FFFFFF;
	text-decoration: none;
}
a.view_wide {
	display:block;
	background-image: url(../images/add_image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	text-transform: capitalize;
	text-decoration: none;
	height: 15px;
	font-weight: bold;
	font-size: 100%;
	width: 150px;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #FDBC2E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	float: right;
}
a:hover.view_wide {
	color: #FFFFFF;
	text-decoration: none;
}



/*-  FRONT PAGE CONTENT
----------------------------------------------------------------------*/
#tipBox {
	border: 1px solid #CCCCCC;
}
#tipBox img {
	height: 106px;
	width: 97px;
}

/*-  PRODUCT PAGE
----------------------------------------------------------------------*/
.page_numbers {
	height: 25px;
	width: 100%;
	float: left;
	padding-top: 15px;
}
.page_numbers ul {
	list-style:none;
	float: left;
}
.page_numbers li {
	display: inline;
	text-align: center;
	padding: 0px;
	float: left;
	margin-right: 5px;
}
.page_numbers a {
	color: #333333;
	text-decoration: none;
	height: 20px;
	width: 22px;
	background-image: url(../images/tab_white.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-left: 0px;
	float: left;
}
.page_numbers a:hover {
	text-decoration: none;
	background-image: url(../images/tab_grey.gif);
}
.page_numbers .tabcurrent {
	text-decoration: none;
	background-image: url(../images/tab_grey.gif);
} 

/*-  PRODUCT DETAIL PAGE
----------------------------------------------------------------------*/  

.productDetail{

}

.productDetailIMG{
	float:right;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}

.productDetail h3{
font-size: 180%;
}

.productDetail h4{

margin-top: 5px;
}

.productDetailTBL{
margin:10px 0 0 0;


}

.productDetailTBL td{
	padding:2px 0;
}


.productDetailTBL .label{
	width:120px;
	font-weight: bold;
	margin-bottom: 5px;
}

.productDetailTBL td{
}

.productOrderTBL{
	width:100%;
}


.productOrderTBL td{
	padding:5px 5px 2px 5px;
	border:1px solid #dedede;
}

.productOrderTBL th{
	font-weight: bold;
	background-color: #dedede;
	padding:4px;
	border: 1px solid #DEDEDE;
}

.productOrderTotal{
	text-align: right:
}

.productDetailColours{
	margin:0;
	

}

tfoot, tfoot td{
	border-style: none !important;

}

.productDetailColours li{
	float:left;
	margin:5px 5px 0 0;
	border:1px solid #dedede;
}

.productDetailColours li a{

	border:1px solid #dedede;
}
.otherColoursImg {
	height: 106px;
	width: 97px;
	border: 1px solid #CCCCCC;
	float: left;
}
.pick_holder {
	float: left;
	width: 100px;
	padding-right: 10px;
}
.pick_holder img {
	float: left;
	border: 1px solid #CCCCCC;
	height: 106px;
	width: 97px;
}
.pick_title {
	float: left;
	width: 100%;
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 3px;
}
.pick_stock {
	float: left;
	width: 100%;
	font-size: 90%;
	padding-top: 3px;
} 

/*-  ADMIN GENERAL STYLES
----------------------------------------------------------------------*/

#adminnav {
	float: left;
	padding-top: 15px;
}
#adminnav ul {
	list-style:none;
}
#adminnav li {
	display: inline;
	float: left;
	clear: left;
	width: 190px;
	padding-bottom: 8px;
}
#adminnav a {
	color: #000000;
	text-decoration: none;
	display: block;
	text-transform: capitalize;
	font-size: 120%;
	width: 100%;
}
#adminnav a:hover {
	text-decoration: none;
	color: #FDBC2E;
}
#adminnav .adminnavcurrent {
	text-decoration: none;
	color: #FDBC2E;
	font-size: 120%;
}


.admincontentlist {
	float: left;
	width: 100%;
	clear: left;
	padding-bottom: 20px;
}
.admincontentlist ul {
	list-style:none;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.admincontentlist li {
	display: inline;
	float: left;
	clear: left;
	width: 98%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 1%;
}
.admincontentlist a {
	color: #000000;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 90%;
	float: right;
	background-color: #FDBC2E;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.admincontentlist a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.disabledRow {
	background-color: #E8E8E8;
}

.errors {
	color:#FF0000;
	background-color: #FFCBBF;
	width: 99%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 1%;
	font-weight: bold;
}

.goGreen{
	color:#009900;
	background-color: #ADF6AD;
	width: 99%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 1%;
	font-weight: bold;
}

.clear {
   clear:both;
}

/*-  POP UP WARNING STYLES
----------------------------------------------------------------------*/ 
#popup_container {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	width: 350px;
	height: 200px;
	background-image: url(/library/images/warn_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
	margin: 0px;
	float: left;
	width: 96%;
	height: 25px;
	text-transform: uppercase;
	padding-top: 27px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
}

#popup_content {
	padding: 0em;
	margin: 0em;
	float: left;
	width: 350px;
	text-align: center;
	background-image: url(/library/images/info.gif);
	background-repeat: no-repeat;
	background-position: 35px 3px;
}

#popup_content.alert {
	background-image: url(/library/images/info.gif);
}

#popup_content.confirm {
	background-image: url(/library/images/important.gif);
}

#popup_content.prompt {
	background-image: url(/library/images/help.gif);
}

#popup_message {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 110%;
	color: #000000;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

#popup_panel {
	width: 300px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

#popup_prompt {
	margin: .5em 0em;
}

.disabled {
  background-color:#F0F0F0; 
}