/* ------- The browser window ------ */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

#pageBack {
	background: #c0c0c0;
}

body {
	color: #404040;
	font-family: verdana;
	font-size: 0.63em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#page {
	padding: 0;
	text-align: center;
	margin-top: 0;
	margin: auto;
	width: 1024px;
	position: relative;
}

#page.adminMode {
	margin-top: 37px;
}

/* ------ Content below toolbar and above page bottom ------ */
#main {
	padding: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding-top: 406px;
	background: #ffffff url(images/west-coast.jpg) top left no-repeat;
}

/* ------ Left hand menu containing catalogue and member menus ------ */
#menu	{
	vertical-align: top;
	text-align: left;
	width: 200px;
	margin-right: 40px;
	float: left;
	display: none;
}

#menu #userMenu {
	display: none;
}

/* ------ Content within main to the right of the category and member menu and to the left of admin and hotitems menu ------ */
#pageBody	{
	padding: 0;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
    float: none;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 400px;
	width: auto;
}

#bodyText {
	float: left;
	width: 432px;
	font-size: 14px;
    line-height: 24px;
}

#productList {
	float: right;
	width: 432px;
	font-size: 12px;
}

/* ------ Contains admin menu and hot items ------ */
#rightMenu	{
	vertical-align: top;
	display: block;
	margin: 0px;
	float: none;
	width: auto;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #333333;
	margin-top: 20px;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	background: #c0c0c0;
}

/* ------ PAGE BOTTOM contains copyright info and simple category links ------ */
#pageBottom	{
	margin: 0px;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
	clear: both;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #494949;
	margin-left: 40px;
	margin-right: 40px;
	overflow: hidden;
}

.mceContentBody {
	padding: 4px;
	font-size: 14px;
}

.smalltext
{
	font-size: 9px;
}

.hide {
	display: none;
}


#ownerId {
	height: 90px;
	border: solid 1px #aaaaaa;
}

.border
{
	width: 1px;
	height: 1px;
	background-color: #aca899;
}

input[type="submit"], input[type="button"], input[type="submit"]:visited, input[type="button"]:visited, input[type="submit"]:link, input[type="button"]:link
{
	text-decoration: none;
	text-transform: none;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	text-decoration: none;
	text-transform: none;
}


/* ------ All text input fields and text area fields ------ */
.inputText	  {
}

/* ------  input controls and textarea tags with manditoiry attribute set to true ------ */
input[mandatory=true], textarea[mandatory=true]		{
}

/* ------  STANDARD HTML TAG STYLES  ------  */
a:link, a:visited
{
	text-decoration: underline;
	color: #478cb0;
}

a:hover
{
	color: #000000;
}

a:active
{
	text-decoration: none;
	color: #244759;
}

a img {
	border: none;
}

/* -- Defined classes and HTML Tags used in editor  --  */
.title, H1
{
	font-size: 22px;
	font-weight: normal;
	font-family: 'Droid Sans', Arial,verdana,sans-serif;
	color: #333333;
	margin-bottom:8px;
	margin-top: 22px;
}

#bodyText h1:first-child {
	margin-top: -78px;
	padding: 20px;
	margin-bottom: 20px;
	color: #ffffff;
	background: url(images/blackTrans70.png);
	line-height: 18px;
}

.heading, H2
{
	font-size: 18px;
	font-weight: bold;
	font-family: 'Droid Sans', Arial,verdana,sans-serif;
	color: #333333;
}

.subHeading, H3
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}

#pageBottomCategories {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#pageBottomCategories li {
	float: left;
	padding-right: 8px;
	margin-right: 8px;
	border-right: solid 1px #D0D0D0;
}

#pageBottomCategories li#siteMap {
	border: none;
}

#pageBottomCategories a {
	color: #494949;
}

#siteCopyright span {
	padding-left: 20px;
}

#siteCopyright a {
}

#logon {

}

#forgotPassword {
}

#userEdit {
}

#orderByAttribute select {
	width: 150px;
}

.largeImage	{
	border: double 3px #000000;
}

#welcomeText {
	display: block;
	padding-bottom: 20px;
}

#imageMap {
	position: relative; 
	padding: 0px; 
	margin: 0px;
}

#imageMap td.caption {
	vertical-align: middle;
	color: #000000;	
	
}

#imageMap td.caption span {
	padding: 2px;
	padding-left: 10px;
	padding-right: 8px;
	background-color: #ffffff;
}

#imageMap a img {
	height: 23px;
	border: solid 1px #000000;
}

/* ------  PRODUCT  ------
Start of product specific styles that can be dupliucated into seperate display styles in library/productStyles  */
.product	{
	margin-top: 12px;
}

.productCaption {
	text-align: left;
	margin: 0;
	margin-bottom: 4px;
	font-size: 16px;
	color: #494949;
	font-weight: bold;
	font-family: 'Droid Sans', arial;
}

#menu .productImage, #menu .productImage img {
	width: 100%;
	display: block;
}


.product .image img {
    height: auto;
    width: 200px;
    background: transparent;
}

#rightMenu .product .image img {
    height: auto;
    width: auto;
    max-width: 81px;
    background: transparent;
}

#menu .productDetails {
	width: 100%;
	display: block;
	padding: 0;
	padding-top: 12px;
} 

#rightMenu .product {
	width: 414px;
	margin-right: 0px;
	float: left;
}

#rightMenu .product.colLast {
	margin-right: 0;
}

.productDetails .adminDetails .td {
	line-height: 20px;
	padding: 20px;
}


/* ------  Product Section End  ------ */

#categoryMenu {
	padding-bottom: 20px;
	border-bottom: solid 1px #AEAEAE;
	margin-bottom: 20px;
	font-size: 13px;
}

#categoryMenu .title {
	display: none;
}

/* -- The entire member menu list as an entity -- */
#categoryMenu ul {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}

/* -- Each item in the member menu list -- */
#categoryMenu li {
	white-space: nowrap;
    height: 1%;
   	clear: both;
    cursor: pointer;
    display: block;
    margin: 0;
    font-weight: bold;
    padding: 2px;
    line-height: 22px;
}

#categoryMenu li li {
	background: none;
	border: 0;
	padding: 0;
	margin-left: 12px;
	font-weight: normal;
	line-height: 18px;
	font-size: 11px;
}

#categoryMenu li.selected {
    background: #ABDBF2;
	border-radius: 5px;
	padding: 2px;
}

/* -- Each link item in the category menu list default resting state -- */
#categoryMenu a, #categoryMenu a:link, #categoryMenu a:visited {
	text-decoration: none;
	display: block;
	margin: 0px;
	color: #494949;
	padding-left: 10px;
	padding-right: 10px;
}

/* -- Each link item in the category menu list rollover state -- */
#categoryMenu a:hover, #categoryMenu a:active {
	background: #478CB0;
	border-radius: 5px;
	color: #ffffff;
}

#categoryMenu div.closed, #categoryMenu div span.description {
	display: none;
}

#categoryMenu ul li a.AR, #categoryMenuItemOn ul li a.AR {
	color: #990000;
}

#categoryMenu ul li a.MR, #categoryMenuItemOn ul li a.MR {
	color: #478CB0;
}

/* ------  SECTION END  ------  */

/*  --  Column of child categories of the current category. This is displayed above page content
        And allows for the navigation to sub categories.
*/

#categoryBranch {
}

#categoryBranch .subHeading {
	font-size: 10px;
	color: #5F5F5F;
	font-weight: normal;
}

#childCategoryMenu {
	display: block;
	padding-top: 4px;
}

#childCategoryItem {
	margin-bottom: 1px;
	float: right;
	margin-left: 10px;
	padding: 6px;
}


/* ------  SECFTION END  ------  */


/* ------  MEMBERS MENU  ------  */
/* This is user specific buttons and links such as longon, logoff edit
profile, view order. */

#userMenu {
	padding-bottom: 22px;
	border-bottom: solid 5px #d0d0d0;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 22px;
}

#userMenu .title	 {
	display: none;
}

.menuLogon		   {
  display: none;
}

/* -- The entire member menu list as an entity -- */
#userMenu ul
{
	margin: 0px;
    padding: 0px;
	list-style-type: none;
	height: 1%;
}

/* -- Each item in the member menu list -- */
#userMenu li
{
	white-space: nowrap;
	margin: 0px; 
	vertical-align: middle;
	height: 1%;
}

/* -- Applies to the currently selected member menu item -- */
#userMenuItemOn a:link, #userMenuItemOn a:visited, #userMenuItemOn a:hover, #userMenuItemOn a
{
	text-decoration: none;
	display: block;
	line-height: 22px;
	margin: 0px;
	font-size: 12px;
	color: #000000;
}


/* -- Each link item in the member menu list rollover state -- */
#userMenu a:hover, #userMenu a:active
{
	text-decoration: none;
	display: block;
	line-height: 22px;
	margin: 0px;
	font-size: 12px;
	color: #000000;
}

/* -- Each link item in the member menu list default resting state -- */
#userMenu a
{
	text-decoration: none;
	display: block;
	line-height: 22px;
	margin: 0px;
	font-size: 12px;
	color: #494949;
}

/* ------  DISPLAY FOR HOT ITEM CATEGORIES ------  */
#rightMenu #hotItem {
	float: left;
	width: 45%;
	margin-right: 5%;
}


#menu #hotItem {
	padding: 7px;
	padding-bottom: 14px;
	padding-top: 0px;
}

#hotItem .title {
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 4px;
	text-align: left;
	margin: 0px;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
}


#hotItem .bodyText {
	text-align: left;
	white-space: normal;
	padding-bottom: 7px;
}

/* ------ USER SPECIFIC STYLING ------ */

#userButtons {
	text-align: right;
	margin-top: 18px;
	margin-bottom: 22px;
}

/* ------  TOOLBAR CONTROL  ------  */
#toolbar   {
	padding: 0px;
	margin: 0px;
	text-align: right;
	vertical-align: top;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/whiteTrans70.png);
}

#toolbarImageBack	{
	display: none;
}

#toolbarImage	{
}

/*  Strip containing buttons on the toolbar  */
ul#nav {
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-top: 36px;
	display: block;
	list-style: none;
	float: right;
	margin-right: 10px;
}

/*  Individual button on the toolbar  */
ul#nav li {
	float: left;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	margin-left: 8px;
}

/*  Button link not cuttent page and not hover  */
ul#nav li a {
	text-decoration: none;
	font-size: 18px;
	color: #000000;
	border: none;
	display: block;
	line-height: 34px;
	font-family: 'Droid Sans', verdana, arial, sans-serif;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

ul#nav li.selected a, ul#nav li.hover a, ul#nav li a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	border: none;
	border-radius: 5px 5px 0 0;
	background: url(images/blackTrans70.png);
}

/*  Left end of the button strip  */
li#navLeft	{
	display: none;
}

/*  Right end of the button strip  */
li#navRight {
	display: none;
}

ul#nav li div {
	position: absolute;
	display: none;
	background: url(images/blackTrans70.png);
	padding-bottom: 15px;
	max-width: 300px;
	width: 220px;
	white-space: normal;
	border-top: none;
	border-radius: 0 0 5px 5px;
}

ul#nav li div span.description {
	display: block;
	padding: 10px;
	padding-top: 5px;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}

ul#nav li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#nav li ul li {
	float: none;
	margin: 0;
	background: none;
}

ul#nav li ul li a, ul#nav li.selected li a, ul#nav li.hover li a {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Droid Sans', verdana, arial, sans-serif;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	background: none;
	font-weight: bold;
}

ul#nav li:hover {
}

ul#nav li:hover div {
	display: block;
}

.buttonDivide  {
	display: none;
}

#logo	{
	background: url(images/logo.png) no-repeat 0px 50%;
	width: 317px;
	height: 80px;
	float: left;
	margin-left: 16px;
}

#toolbar #simpleSearch {
	display: none;
}

#simpleSearch {
	padding-bottom: 20px;
	border-bottom: solid 1px #AEAEAE;
	margin-bottom: 20px;
	float: none;
}


#simpleSearch .inputText {
	border: 1px solid #AEAEAE;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    display: block;
    float: left;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
    text-align: left;
    width: 134px;
}


#simpleSearch h3	  {
 	text-align: left;
 	font-size: 13px;
 	margin: 0;
}

#simpleSearch .submit  {
 	margin-left: 10px;
	vertical-align: bottom;
}

#setCurrency		{
	text-align: left;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: top;
}

#setCurrency select {
	width: 90px;
	color: #5f5f5f;
}

#setCurrency h3	  {
 	text-align: left;
 	font-size: 12px;
 	margin-top: 0;
}

#bodyText ul  {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
}

#bodyText ul  li {
	padding-left: 24px;
	background: url(images/kiwi.gif) 0px 4px no-repeat;
	padding-bottom: 7px
}

#pageBody p {
	margin-top: 4px;
	margin-bottom: 4px;
}

#getProduct {
	display: block;
}

#clientMenu {
	float: right;
	padding-left:10px;
	padding-right: 10px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: left;
	font-size:10px;
}

#clientMenu a {
	color: #333333;
}

#clientMenu.unlocked div {
	padding-left:20px;
	background: url(images/icon_user.gif) 0 50% no-repeat;
}

#clientMenu.locked a {
	padding-left:20px;
	background: url(images/icon_key.gif) 0 50% no-repeat;
}

#clientMenu.unlocked ul {
	list-style: none;
	padding: 0;
	margin:0
}

#clientMenu.unlocked ul li {
	border-top: dotted 1px #CECECE;
	line-height: 24px;
    padding-left: 10px;
    float: left;
}

#clientMenu a {
	text-decoration: none;
}

#clientMenu.hover ul {
}

#categoryPath {
	background: url("images/buttonBack.gif") repeat-x scroll left bottom #EDEDED;
    border: 1px solid #AeAeAe;
    border-top: none;
    border-radius: 0 0 4px 4px;
    line-height: 24px;
    padding-left: 20px;
}

#categoryPath span {
	display: inline-block;
}

#categoryPath a {
	color: #555555;
    font-family: verdana,sans-serif;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #FFFFFF;
    display: inline-block;
}

#categoryPath a:hover {
	color: #000000;
}

#categoryBranch {
	display: none;
}

.price .attValue {
	float: right;
	padding: 5px;
	background: #ABDBF2;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}

.price .attValue span.priceDetails {
	font-weight: normal;
	font-size:11px;
	padding-left: 5px;
}

.productDetails .Quote .attValue {
	font-style:italic;
	background: #ABDBF2;
	font-weight: normal;
    line-height: 1.6em;
    padding:5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
}


.productDetails span.attValue {
	display: block;
	text-align: justify;
}

#miniOrder {
    border-bottom: 1px solid #AEAEAE;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#miniOrder h3 {
	font-size: 13px;
}

#miniOrder p {
	margin: 0;
}

#rightMenu #quickLinks {
	float: left;
	margin: 0;
	list-style: none;
	width: 530px;
	padding: 0;
}

#rightMenu #quickLinks li {
	float: left;
	line-height: 26px;
	margin-bottom: 10px;
	width: 265px;
}

#rightMenu #quickLinks li img, #rightMenu #quickLinks li span {
	float: left;
	margin-right: 10px;
}

#rightMenu #quickLinks li a {
	color: #404040;
}

#rightMenu #quickLinks li span.attName {
	font-weight: bold;
}

#rightMenu .product {
	float: right;
	margin: 0;
	width: auto;
}

#rightMenu .product .productBody .googleMap {
    display: block;
    float: none;
    margin: 0px;
    width: 350px;
    height: 200px;
    border: solid 1px #404040;
}
