.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background-color: #f1f1f2;
  color: #000000;
  margin: 0px;
  
	font-family: Arial, Helvetica, sans-serif;
}

img{border:0px;}

/*ocean add new CSS website */
.body_bg{
  background-image:url(Orly_images/body_bg.gif);
  background-position:center top;
  background-repeat:repeat-y;
  width:1000px;
}
.title_content{
  text-indent: -999px;
}
	
.navi_bg{
	background-image:url(Orly_images/nav_top_bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	height:35px;
	width:934px;
}

.navTop{
	height:35px;
	width:590px;
	margin:0px;
	padding:0px;
}

#navTop ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#navTop  li{
	display: inline;
	margin: 0px;
	padding:0px;
}
#navTop li a {
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	padding-top:13px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:13px;
}
#navTop li a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #9c6b9c;
	padding-top:13px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:13px;
}
.login_bg{
	background-image:url(Orly_images/login_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:201px;
	height:105px;
}
#cart_text{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height:25px;
	width:249px;
	color:#d5c2d7;
	font-weight: normal;
}

#cart_text a{
	display:block;
	padding-left:110px;
	padding-top:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#d5c2d7;
	text-decoration:none;
}
#cart_text a:hover{
	display:block;
	text-decoration:none;
	font-weight: normal;
	color:#9a679a;
}

.shoppingcart_bg{
	background-image:url(Orly_images/shoppingcart_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:249px;
	height:25px;
}

.search_bg {
	background-image:url(Orly_images/search_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:344px;
	height:35px;
}


#footer_info {
	float:right;
	padding-right:45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
	color:#905790;
	height:20px;
}
#footer_info a{
	color:#905790;
	text-decoration:none;

}
#footer_info a:hover{
	color:#905790;
	text-decoration:underline
}

#content_info{
	width:934px;
	margin:0px;
	padding:0px;
}

.newcategories{
	padding-left: 30px;
}
.newcategories a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
	color: #ffffff;
	text-decoration: none;
 }
 .newcategories a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
	color: #ffffff;
	text-decoration: underline;
 }


/* Vincent Code Begin: Pop out Menu for loading a tree menu - Relate to /includes/boxes/usercategory.php. */

/* Sample vertical fly-out menu */

/* IE Version Display Support Codes - Please add it into template.html above </head>.

*/

#nav{
	width:934px;
	background-color:#cc9ac6;
	height:25px;
	margin:0px;
	padding:0px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 2; /* Set z-index value is 2 for category menu display level is higher than $content. */
}

#nav ul li { /* all list items */
	float: left;
	/* Set horizontal speace value between each item in main category menu. */
	/* Set horizontal speace value between each item in main category menu. */
}

#nav a {
	display: block;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 7px;   /* Set horizontal speace value between each item in main category menu. */
	padding-right: 7px;  /* Set horizontal speace value between each item in main category menu. */
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	background-color:#9a679a;
	text-decoration: none;
}

#nav li ul { /* second-level lists for ul */
	position: absolute;
	color:#c360b7;
	background: #cc9ac6; /* Set background color for all drop down sub-category menus. */
	width: 130px; /* Set width for all drop down sub-category menus. */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers. */
}

#nav li ul li { /* second-level lists for li*/
	float: left;
	color:#000;
	/*padding: 0px; * Set padding value for each item in drop down sub-category menu. */
	margin-top: 3px;    /* Set vertical space value between each item in drop down sub-category menu. */
	margin-bottom: 3px; /* Set vertical space value between each item in drop down sub-category menu. */
	width: 130px; 
	color:#c360b7;/* Set width for each item in drop down sub-category menu. */
}

#nav li ul ul { /* third-and-above-level lists */
	position: absolute;
    margin: -25px 0 0 130px;   
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	padding-top: 3px; /* Set the distance between fisrt level menu and drop down menu. */
	left: auto;
}

/* Menu items with subcategories */	
#nav a.daddy {
	/*background: url(images/arrow_green.gif) center right no-repeat;*/
}

/* Selected items with subcategories */	
#nav li.selected {
    /*background-color: #FFCC00;*/
}

/* Vincent Code End: Pop out Menu for loading a tree menu - Relate to /includes/boxes/usercategory.php. */


/*ocean put the CSS for productlisting */

.productname{
	font-size: 14px;
	font-family: Helvetica;
	color:#cc9ac6;
	font-weight:bold;
}
.productname a{
	font-size: 14px;
	font-family: Helvetica;
	color:#cc9ac6;
	text-decoration:none;
}
.productname a:hover{
	font-size: 14px;
	font-family: Helvetica;	
	color:#cc9ac6;
	text-decoration:underline;
}
.productdesc{
    font-size: 12px;
	font-family: Helvetica;	
	color:#231f20;
}



/* end of productlisting CSS*/




/*end of CSS*/

A {
  color: #cc9ac6;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

A.headerInfo:hover {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #818285;
}

.infoBoxContents {
  background: #ffffff;
  color:#77787b;
  font-family: Arial;
  font-size: 12px;
}

.cartPlainContents {
  background: #f8f8f9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.historyPlainContents {
  background: #f8f8f9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #d5d6d8;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #818285;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #cc9ac6;
  padding-left: 15px;
}
TD.pageHeading2, DIV.pageHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	background-color: #996699;
	padding-right: 15px;
	padding-left: 15px;
	padding-top:20px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color:#cc9ac6;
	padding-right: 15px;
	padding-left: 15px;
}

TD.main2, P.main2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  	padding-right: 15px;
	padding-left: 15px;
}

.cate_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #996699;
	padding-top:10px;
	padding-right: 15px;
	padding-left: 15px;
}

P.cate_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bolder;
	color: #FFFFFF;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 99%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }



div.form {width:480px;margin:auto;}
div.form .form_element_holder {width:180px;float:left;}
div.form .submit_element_holder {width:100px;float:left;}

.store_list .store_name {float:left;width:230px;padding:2px 5px 0px 0px;}
.store_list .store_name a {text-decoration:underline;}
.store_list .address {float:left;width:200px;padding:2px 5px 0px 0px;}
.store_list .suburb {float:left;width:150px;padding:2px 5px 0px 0px;}
.store_list .postcode {float:left;width:60px;padding:2px 5px 0px 0px;}
.store_list .phone {float:left;width:80px;padding:2px 5px 0px 0px;}

.store_locations td {color:#CC9AC6;font-size:12px;}
