/* ------- The browser window ------ */

#pageBack {
	background: #55b2ee url(images/pageBack.gif) top left repeat-x;
}

body {
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: .63em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Arial, san-serif;
	color: #494949;
}

#page {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;
}

#pageLeft {
	
}

#pageRight {
	
}

#pageMid	{
	width: 980px;
	margin: 0px;
	padding: 0px;
	
}


/* ------  All content generated by XSL files ------ */
#pageContent {
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
	padding-top: 122px;
	width: 980px;
	background: url(images/pageTop.png) 0 112px no-repeat;
}

/* ------ Content below toolbar and above page bottom ------ */
#main {
	padding: 10px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	background: #ffffff;
	line-height: 18px;
	display: block;
	padding-top: 0px;
	
}

/* ------ Left hand menu containing catalogue and member menus ------ */
#menu	{
	vertical-align: top;
	text-align: left;
	width: 200px;
	margin-right: 40px;
	float: left;
}

/* ------ 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: left;
	width: 680px;
	min-height: 400px;
}

/* ------ Contains admin menu and hot items ------ */
#rightMenu	{
	vertical-align: top;
	display: block;
	margin: 0px;
	float: none;
	width: auto;
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #AEAEAE;
	margin-top: 20px;
	padding-top: 20px;
}

/* ------ PAGE BOTTOM contains copyright info and simple category links ------ */
#pageBottom	{
	margin: 0px;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
	clear: both;
	padding: 10px;
	color: #494949;
	background: #ffffff;	
	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: #003590;
}

a:hover
{
	color: #000000;
}

a:active
{
	text-decoration: none;
	color: #244759;
}

a img {
	border: none;
}

/* --  Provides user feedback on screen details  -- */
.indicator
{
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

/* -- Defined classes and HTML Tags used in editor  --  */
.title, H1
{
	font-size: 22px;
	font-weight: normal;
	font-family: euro, Arial,verdana,sans-serif;
	color: #003590;
	margin-bottom:4px;
	margin-top:0px;
}

.heading, H2
{
	font-size: 18px;
	font-weight: bold;
	font-family: euro, Arial,verdana,sans-serif;
	color: #494949;
}

.subHeading, H3
{
	font-size: 14px;
	font-weight: bold;
	color: #494949;
	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;
	padding-bottom: 12px;
	border-bottom: solid 1px #003590;
}

.productCaption {
	text-align: left;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #003590;
	font-style: italic;
}

.productImage {
	padding-right: 10px;
}

.productImage img {
	background: none;
}

#menu .product {
	background: #c9d8eb;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: none;
}

#menu .product .productCaption {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

#menu .productDetails {
	width: 100%;
	display: block;
	padding: 0;
	font-size:11px;
} 

#rightMenu .product {
	width: 440px;
	margin-right: 40px;
	float: left;
}

#rightMenu .product.colLast {
	margin-right: 0;
}

.productDetails .adminDetails .td {
	line-height: 20px;
	padding: 20px;
}


/* ------  Product Section End  ------ */

#categoryMenu {
	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;
    margin-bottom: 4px;
}

/* -- Each link item in the category menu list default resting state -- */
#categoryMenu a {
	text-decoration: none;
	display: block;
	line-height: 34px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/navOff.gif) repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 10px;
}

#categoryMenu li.selected a {
	text-decoration: none;
	display: block;
	line-height: 34px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/navOn.gif) repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 10px;

}

/* -- Each link item in the category menu list rollover state -- */
#categoryMenu a:hover, #categoryMenu a:active {
	background: url(images/navOn.gif) repeat-x;
}

#categoryMenu ul ul {
	margin-top: 4px;
	margin-bottom: 10px;	
}

#categoryMenu li li {
	background: none;
	border: 0;
	padding: 0;
	margin-left: 12px;
	font-weight: normal;
	line-height: 18px;
	font-size: 11px;
}

#categoryMenu li.selected li a, #categoryMenu li li a, #categoryMenu li li.selected a {
	background: none;
	border: 0;
	padding: 0;
	margin-left: 12px;
	color: #003590;
    font-family: arial,verdana,sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
  
}

#categoryMenu li li a:hover, #categoryMenu li li.selected a {
	background: none;
	text-decoration: underline;
}

#categoryMenu ul ul ul {
}


#categoryMenu ul li a.AR, #categoryMenuItemOn ul li a.AR {
	color: #990000;
}

#categoryMenu ul li a.MR, #categoryMenuItemOn ul li a.MR {
	color: #333333;
}

/* ------  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 {
	display: none;
}

#categoryBranch .subHeading {
	font-size: 10px;
	color: #5F5F5F;
	font-weight: normal;
}

#childCategoryMenu {
	display: block;
	padding: 0px;
}

#childCategoryItem {
	margin: 0px;
	float: right;
	padding: 0px;
	line
}

#childCategoryItem a {
}


/* ------  SECFTION END  ------  */


/* ------  MEMBERS MENU  ------  */
/* This is user specific buttons and links such as longon, logoff edit
profile, view order. */

#userMenu {
	padding-bottom: 22px;
	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%;
	margin-bottom: 4px;
}


/* -- Each link item in the member menu list rollover state -- */
#userMenu a:hover, #userMenu a:active
{
	text-decoration: none;
	display: block;
	line-height: 34px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/navOn.gif) repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 10px;

}

/* -- Each link item in the member menu list default resting state -- */
#userMenu a
{
	text-decoration: none;
	display: block;
	line-height: 34px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/navOff.gif) repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 10px;

}

/* ------  DISPLAY FOR HOT ITEM CATEGORIES ------  */
#rightMenu #hotItem {
	float: left;
	width: 45%;
	margin-left: 12px;
	margin-right: 12px;
}


#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: #478cb0;
}


#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;
	width: 980px;
	height: 112px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#toolbarImageBack	{
	display: none;
}

#toolbarImage	{
}

/*  Strip containing buttons on the toolbar  */
ul#nav {
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-top: 35px;
	display: block;
	list-style: none;
	float: right;
}

/*  Individual button on the toolbar  */
ul#nav li {
	float: left;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	float: left;
}

/*  Button link not cuttent page and not hover  */
ul#nav li a {
	text-decoration: none;
	font-size: 14px;
	color: #003590;
	border: none;
	display: block;
	line-height: 34px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	font-family: arial, verdana, sans-serif;
	position: relative;
}

ul#nav li a:hover {
	text-decoration: underline;
}

ul#nav li.selected {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	float: left;
	background: #2471c5 url(images/navOn.gif) repeat-x;
	border-radius: 10px;
}

ul#nav li.selected a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	border: none;
}

/*  Left end of the button strip  */
li#navLeft	{
	display: none;
}

/*  Right end of the button strip  */
li#navRight {
	display: none;
}

ul#nav ul {
	position: absolute;
	top: 83px;
	right: 10px;
	list-style: none;
}

ul#nav ul li {
	background: url(images/tabOff.gif) bottom left repeat-x;
	margin-left: 4px;
	border: solid 1px #cfdff2;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

ul#nav ul li.selected {
	background: url(images/tabOn.gif) bottom left repeat-x;
	margin-left: 4px;
	border: solid 1px #cfdff2;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

ul#nav li.selected ul li a, ul#nav li ul li a, ul#nav li ul li.selected a {
	font-size: 12px;
	color: #333333;
	line-height: 28px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	font-family: arial, verdana, sans-serif;
	background: none;
}


.buttonDivide  {
	display: none;
}

#logo	{
	background: url(images/logo.png) no-repeat 0px 0px;
	width: 247px;
	height: 76px;
	float: left;
	margin-top: 13px;
}

#toolbar #simpleSearch {
	display: none;
}

#simpleSearch {
	display: 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;
    text-align: left;
    width: 135px;
}


#simpleSearch h3	  {
 	text-align: left;
 	font-size: 13px;
 	margin: 0;
}

#simpleSearch .submit  {
 	margin-left: 10px;
	vertical-align: bottom;
}

#setCurrency		{
	text-align: left;
	margin: 0px;
	vertical-align: top;
	width: 170px;
	margin-right: 25px;
}

#setCurrency select {
	width: 90px;
	color: #5f5f5f;
}

#setCurrency h3	  {
 	text-align: left;
 	color: #ffffff;
 	font-size: 14px;
}

#getProduct {
	display: block;
}

.navTip {
	display: none;
	position: absolute;
	width: 140px;
	top: 25px;
	left: -6px
}

#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;
}

#categoryPath {
	display: none;
}

#pageBody p {
	margin-top: 4px;
	margin-bottom: 4px;
}

.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;
}

#bodyText p, .product p
{
	text-align: justify;
}

.productDetails span.attValue {
	display: block;
}

#miniOrder {
    border-bottom: 1px solid #AEAEAE;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#miniOrder h3 {
	font-size: 13px;
}

#miniOrder p {
	margin: 0;
}

.product .productDetails .CellPhone .attValue {
	padding-left: 20px;
	background: url(designImages/emailMobile.gif) 0 50% no-repeat;
}

.product .productDetails .Phone .attValue {
	padding-left: 20px;
	background: url(designImages/emailPhone.gif) 0 50% no-repeat;
}

.attribute .attName, .attributeName {
	text-align: left;
	font-weight: bold;
}

#resultSets .resultSet, #resultSets .currentResultSet {
    background: url(images/navOff.gif) repeat-x;
    border: none;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    text-shadow: none;
}

#resultSets .currentResultSet {
    background: url(images/navOn.gif) repeat-x;
    border: none;
    color: #ffffff;
}

.publicButtons a.productActionButton:link {
	background: url(images/navOff.gif) repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: none;
	line-height: 32px;
	border: none;
}

.publicButtons a.productActionButton:hover {
	background: url(images/navOn.gif) repeat-x;
}

#logo {
	background: url("images/ciediaLogo.png") no-repeat scroll 0 0 transparent;
    height: 80px;
    margin-top: 13px;
    width: 263px;
}

ul#nav, #categoryMenu, #userMenu {
	display: none;
}
