/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Bride and Bloom' */
/* CSS Document */
a{
	text-decoration: none;
	color:#6F6B60;
}

a:hover{
	text-decoration: underline;
}

body{
		 /*Sgao 2008-1-16 13:23
		 BAB-103
		 Add*/
		 /*begin*/

        background-position: center;
        /*end*/
        margin: 0px;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 11px;
}


h2{
	margin-top: 5px;
	color: #989481;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

table{
	overflow: auto;
}

img{
	border: 0px;
}

h3{
	margin-top: 5px;
	color: #989481;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
}



/*  begin text color control */
.innertextsmall{
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

.smalltext{
	font-size: 10px;
	color: #000000;
}

.bluelink{
	/*Sgao 2008-1-4 13:06
	BAB-68
	Remove
	color:#5D8B81;
	Add*/
	color:#989481;
	font-size: 10px;
}

.currentbluelink{
	color:#5D8B81;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}


a.bluelink{
	text-decoration: none;
}

a:hover.bluelink{
	text-decoration: none;
}

a.whitelink{
	color:#fff;
	font-size: 10px;
}

a.whitelink{
	text-decoration: none;
}

a:hover.whitelink{
	text-decoration: underline;
}

a.whitelinkbold{
	color:#3a2210;
	font-size: 11px;
	font-weight: bold;
}

greylinkbold{
	color:#4a2420;
	font-size: 12px;
	font-weight: bold;
}

.textblack{
color: #6F6B60 ;
}

a.textblack{
color: #6F6B60
}

.textwhite{
	color: #A9A594;
}

a.textwhite{
	color: #A9A594;
}

.textblacksmall{
	font-size: 10px;
	color: #000;
}

.textblackbold{
	color: #000;
	font-weight: bold;
}

.textgold{
	color: #989481;
	font-size: 11px;
}

.textgold_12{
	color: #989481;
	font-size: 12px;
}

.textgold_13{
	color: #989481;
	font-size: 13px;
}

.textgoldsmall{
	color: #989481;
	font-size: 10px;
}

.textgoldbold{
	font-weight: bold;
	font-size: 11px;
	margin-left: 5px;
	/*sgao 2008-1-4 12:43
	BAB-68
	Add*/
	color: #A7A494;
}

.textgoldbold a{
	/*sgao 2008-1-4 12:43
	BAB-68
	Remove
	color: #ac5126;
	Add*/
	color: #A7A494;
	font-weight: bold;
	text-decoration: none;
}

.textgoldbold a:hover{
	color: #A7A494;
	font-weight: bold;
	text-decoration: underline;
}

/*  end text color control*/

.banner{
	width: 728px;
	height: 90px;
	float: left;
}

/* begin main wrap*/
.wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 978px;
	height: auto;
	background: #fff;
}

.header{
	width: 100%;
	height: 85px;
	margin: 0px;
	background: #fff;
	float: left;
}

.main{
	width: 978px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #fff;
	float: left;
}

.memberinfobox{
	width: 738px;
	float: left;
	border: 1px #A7A494 solid;
	margin-top: 5px;
}

.maincontentbox{
	width: 738px;
	height: 407px;
	float: left;
	border: 1px #A7A494 solid;
	margin-top: 5px;
}

.memberinfoheader{
	width: 738px;
}

.confirmmsg{
	margin-top: 10px;
	margin-left: 10px;
	color: #989481;
	font-size: 12px;
	font-weight: bold;
}

.confirmtext{
	margin-top: 10px;
	margin-left: 10px;
	height: 500px;
	color: #000;
	font-size: 12px;
}

.memberprofile{
	width: 738px;
	height: 400px;
}

.memberprofile{
	float: left;
	margin-top: 5px;
	height: 20px;
}

.tableft{
	
	background-color: #CBC9C0;
	border-top: 0px solid #A7A494;
	border-left: 0px solid #A7A494;
	border-bottom: 0px solid #A7A494;
	border-right: 1px solid #FFF;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}

.tableft_active{

	background-color: #F3F2EC;
	border-top: 0px solid #A7A494;
	border-left: 0px solid #A7A494;
	border-right: 0px solid #A7A494;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #989481;
	font-weight: bold;
}

.tabmiddle{

	background-color: #CBC9C0;
	border-top: 0px solid #A7A494;
	border-left: 1px solid #FFF;
	border-bottom: 0px solid #A7A494;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}

.tabmiddle a{
	color: #FFF;
}

.tableft a{
	color: #FFF;
}

.tableft_active a{
	color: #989481;
}

.tab{

	background-color: #CBC9C0;
	border-top: 0px solid #A7A494;
	border-right: 1px solid #FFF;
	border-bottom: 0px solid #A7A494;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}

.tab a{
	color: #FFF;
}

.tab_active{
	background-color: #F3F2EC;
	border-top: 0px solid #A7A494;
	border-right: 0px solid #A7A494;

	border-bottom: 0px solid #fff;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #989481;
	font-weight: bold;
}

.tab_active a{
	color: #989481;
}

.tabfill{
	background-color: #fff;
	border-bottom: 1px solid #A7A494;
	float: left;
	height: 19px;
	width: 265px;
}

.memberbody{
	float: left;
	margin-top: -1px;
	width: 737px;
	border-left: 0px solid #A7A494;
	border-right: 0px solid #A7A494;
	border-bottom: 0px solid #A7A494;
	background-color: #F3F2EC;
}

.tabbody{
	float: left;
	margin-top: -1px;
	width: 737px;
	padding-bottom: 5px;
	border-left: 1px solid #A7A494;
	border-right: 1px solid #A7A494;
	border-bottom: 1px solid #A7A494;
}

.tabbody_full{
	float: left;
	margin-top: -1px;
	width: 977px;
	height: 500px;
	border-left: 1px solid #A7A494;
	border-right: 1px solid #A7A494;
	border-bottom: 1px solid #A7A494;
}

.memberprefbox{
	margin-top: 10px;
	margin-left: 10px;
	height: 450px;
}

.buttonbox{
	text-align: right;
}

.buttonbottom{
	margin-right: 10px;
	margin-bottom: 10px;
}

.footer{
	width: 100%;
	height: 70px;
	margin-top: 10px;
	background: #fff;
	float: left;
}
/* end main wrap*/

/* begin header css */
.headertopright{
	width: 650px;
	height: 40px;
	float: right;
        
}

.headerbottomright{
	width: 650px;
	height: 20px;
	float: right;
        clear:both;
}

.logo{
	width: 299px;
	height: 61px;
	float: left;
        clear: both;
}

.logo img{
	border: 0px;
}

.require{
	color: #ff0000;
	font-size: 10px;
}

/* ================= general ================ */

.micro { 
    color: #979282 ;
    font-size: 9px;
    
}

.tile_ad {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
    text-indent: 0px;
    margin:0px;
}

.highlight {
    background-color: #E6E4D6;
    padding: 6px;
    border: 2px #FFFFFF solid;
    }

.seachbox{
	float: right;
	margin-top: 12px;
	width: 235px;
	height: 20px;
	text-align: right;
        clear: both;
}

input.search{
	width: 150px;
	border: 1px solid #A7A494;
	margin-left: 5px;
	color: #A7A494;
}

textarea.windowtextarea{
	width: 450px;
	height: 60px;
	border: 1px #A7A494 solid;
}

textarea.windowtextareasmall{
	width: 250px;
	height: 60px;
	border: 1px #A7A494 solid;
}

select.windowselectsmaller{
	width: 65px;
	border: 1px #A7A494 solid;
}

select.windowselecttype{
	width: 80px;
	border: 1px #A7A494 solid;
}
input.searchsubmit{
	margin-left: 2px;
	border: 0px;
}

input.searchcategorybutton{
	margin-left: 2px;
	border: 0px;
}

.toppanel{
	width: 550px;
	/* height: 20px; */
	float: right;
	text-align: right;
	white-space: nowrap;
        clear: both;
}

.headericonbox{
	margin-left: 5px;
	margin-right: 5px;
}

.headericonbox img{
	border: 0px;
}

/* begin navigation */
.topnav{
	width: 100%;
	height: 20px;
        /*Sgao 2008-1-4 11:43
        BAB-68
        REmove
        background: #ac5126;
        Add*/
	background: #A7A494;
	float: left;
        clear: both;
}

.topnavbutton{
	text-decoration: none;
}

.topnavbutton a{
	float: left;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
        /* Sgao 2008-1-4 11:39
        BAB-68
        Remove
        background-color: #ac5126;
        Add*/
	background-color:  #A7A494;
	text-decoration: none;
}

.topnavbutton a:hover{
	color: #fff;
	text-decoration: none;
	        /* Sgao 2008-1-4 11:39
        BAB-68
        Remove
		 background-color: #CBB27A;
        Add*/
	background-color: #CBC9C0;
}

.topnavbutton_active{
	float: left;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
        /*Sgao 2008-1-4 11:55
        BAB-68
        Remove
        background-color: #CBB27A;
        Add*/
	background-color: #CBC9C0;
	text-decoration: none;
}

.topnavbutton_active a{
	color: #fff;
	text-decoration: none;
}

.topnavbutton_active a:hover{
	color: #fff;
	text-decoration: none;
}

.subnav{
	width: 100%;
	height: 20px;
        /*Sgao 2008-1-4 11:57
        BAB-68
        Remove
	background-color: #CBB27A;
        Add*/
        background-color: #CBC9C0;
	float: left;
}

.subnavbutton{

	text-decoration: none;
}

.subnavbutton_active{
	float: left;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	color: #989481;
	font-size: 11px;
	background-color: #EEECE4;
	text-decoration: none;
}

.subnavbutton_active a{
	color: #989481;
	text-decoration: none;
}

.subnavbutton a{
	float: left;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
    background-color: #CBC9C0;
	text-decoration: none;
}

.subnavbutton a:hover{
	float: left;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	color: #989481;
	font-size: 11px;
	background-color: #EEECE4;
	text-decoration: none;
}

.footertop{
	width: auto;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #A7A494;
	text-align: center;
}
.footerbottom{
	width: auto;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #A7A494;
	text-align: center;
}

.footertoplinkbox{
	padding: 0px 8px 0px 8px;
	color: #A7A494;
	font-size: 10px;
	border-left: solid 1px #A7A494;
}

.footertoplinkbox a{
	color: #A7A494;
}

.copyright{
	margin-top: 5px;
	text-align: center;
	color: #000000;
	font-size: 10px;
}
/* end navigation */

/* begin main css */
.mainleft{
	width: 738px;
	float: left;
}

.mainlefttop{
	width: 738px;
	height: 112px;
}

img.mainimg{
	border: solid 1px #ac5126;
	float: left;
}
.mainimg{
	border: solid 1px #ac5126;
	float: left;
}

.mainleftbottom{

}

.fullimage{
	width: 100%;
}

.myaccountleftbox{
	margin-top: 5px;
	width: 485px;
	border: solid 1px #ffffff;
	float: left;
	height: 410px;
}

.myaccountrightbox{
	margin-top: 5px;
	width: 485px;
	border: solid 1px #ffffff;
	float:  right;
	height: 410px;
	background-color: #F7F3EB;
}

.mainright{
	width: 232px;
	float: right;
}

.main_left_innerleft{
	width: 355px; float: left; margin-left: 2px;
}

.main_left_innerright{
	width: 238px;  float: right; margin-left: 1px;
}

.contentboxtall{
	margin-top: 5px;
	margin-right: 3px;
	padding: 10px;
	width: 222px;
	float: left;
	background: #FFFFFF;
}

.contentboxsmall{
	margin-top: 5px;
	margin-right: 3px;
	padding: 5px;
	width: 233px;
	float: left;
	background: #f4f0e5;
}

.contentbox_wide{
	margin-top: 5px;
	margin-right: 3px;
	padding: 5px;
	width: 342px;
	float: left;
	background: #f4f0e5;
}

.contentboxsmallleft{
	width: 97px;
	float: left;
}

.contentboxsmallright{
	margin-left: 5px;
	width: 120px;
	float: left;
}

.contentbox_right{
	margin-left: 5px;
	width: 220px;
	float: left;
}

.title{
	margin-top: 5px;
	margin-left: 2px;
	color: #000;
}

.title a{
	color: #5D8B81;
	text-decoration: none;
}

.title a:hover{
	text-decoration: underline;
}

.desc{
	margin-top: 5px;
	font-size: 10px;
	color: #000;
}
/* end main css */

.signinbox{
	margin-left: 3px;
	width: 240px;
	height: 112px;
	border: solid 1px #ac5126;
	background-color: #F7F3EB;
	float: left;
}

.couple_reg_box{
	margin-left: 5px;
	width: 243px;
	height: 112px;
	border: solid 1px #ffffff;
	float: left;
}



.signinboxheader{
	width: 100%;
	background: #BFBDB1;
	color: #fff;
	text-align: center;
	background-color: #BFBDB1;
	font-size: 10px;
}

.boxheader{
	width: 100%;
	background: #BFBDB1;
	color: #fff;
	text-align: center;
	background-color: #BFBDB1;
	font-size: 10px;
}

.boxheader_left{
	width: 100%;
	background: #ac5126;
	color: #fff;
	text-align: left;
	font-size: 10px;
}

input.membersignin{
	width: 135px;
	border: solid 1px #ac5126;
	margin-left: 5px;
	margin-top: 5px;
}

input.signin{
	margin-left: 2px;
	vertical-align: middle;
	margin-top: -5px;
}

input.membersigninbtn{
margin-top: 5px;
}
.signinboxtext{
font-size: 10px;
margin-left: 7px;
margin-top: 5px;
}
.addtopspace{
margin-top: 5px;
}
.largeimage{
width: 738px;
float: left;
}
.smallimgbox{
margin-top: 2px;
margin-right: 1px;
height: 110px; 
float: left; 
padding-left: 1px;
padding-right: 1px;
}
.largeimagesubbox{
background-color: #A7A494;
height: 20px;
color: #fff;
padding-left: 5px;
padding-top: 5px;
font-weight: bold;
}
img.goldborder{
border: solid 1px #ac5126;
}
.whiteboarder{
border: solid 1px #fff;
}
/* end header css */

/* sidenav */

.registrybox{
width: 230px;
/*Sgao 2008-1-16 11:34
BAB-103
Remove
border: 1px #A7A494 solid;
Add*/
border: 1px solid #ffffff;
background-color: #F7F3EB;
float: left;
margin-bottom: 5px;
}

input.registry{
width: 70px;
border: 1px solid #A7A494;
margin-left: 5px;
color: #000;
}

.registrysearchbox{
width: 230px;
height: 112px;
/*Sgao 2008-1-16 11:26
BAB-103
Remvoe
border: 1px #A7A494 solid;
Add*/
border: 1px solid #ffffff;
float: left;

}

.registrysearchbox input.registry, .couple_reg_box input.registry{
width: 103px;
border: 1px solid #A7A494;
margin: 5px 0px;
margin-left: 5px;
color: #000;
}


.rightbox{
width: 230px;
float: left;
margin-bottom: 5px;
}


.colorpicker{
width: 235px;
margin-bottom: 5px;
height: 80px;
border: 1px #A7A494 solid;
float: left;
}
.colorpicker_list{
float: left; position: absolute; z-index: 1; margin-left: 10px; margin-top: 40px;
}


.addpaddingV{
padding-top: 5px;
padding-bottom: 5px;
}
input.submitregistry{
margin-left: 2px;
vertical-align: middle;
margin-top: -5px;
}
.sidenavheader{
width: 230px;
font-size: 10px;
color: #fff;
text-align: center;
background-color: #BFBDB1;
}
.sidenavbox{
margin-bottom: 5px;
width: 230px;
height: 160px;
border: 1px #A7A494 solid;
float: left;
}
.subboxtext{
width: 107px;
float: left;
margin-top: 5px;
margin-left: 2px;
}
.subboximage{
margin-top: 5px;
width: 116px;
float: left;
margin-right: 0px;
}

.subscribebox{
margin-bottom: 5px;
width: 230px;
height: 150px;
/*sgao 2008-1-11 15:36
BAB-68
Remove
border: 1px #A7A494 solid;
Add*/
border: 1px solid #ffffff;
background-color: #F7F3EB;
float: left;
}
.subscribeboximage{
margin-top: 5px;
width: 116px;
float: left;
margin-right: 0px;
}
.subscribeboxtext{
width: 107px;
float: left;
margin-top: 5px;
}
input.buynow{
margin-top: 15px;
float: right;
}

.calendarbox{
width: 235px;
border: 1px #A7A494 solid;
float: left;
}
.big_calendarbox{
width: 590px;
border: 1px #A7A494 solid;
background-image: url(images/bg_calendar.gif);
background-repeat: no-repeat;
background-color: #f4f0e5;
float: left;
margin-left: 5px;
}
.eventbox{
margin-top: 5px;
width: 235px;
height:  100%;
border: 1px #A7A494 solid;
float: left;
}
.eventheader{
background: #BFBDB1;
font-size: 10px;
color: #fff;
}
.eventheadermiddle{
background: #CBB27A;
font-size: 10px;
color: #fff;
border-left: 2px solid #fff;
border-right: 2px solid #fff;
}
.eventtable{
font-size: 10px;
width: 100%;
}
.evenrow0{
vertical-align: top;
}
.evenrow1{
vertical-align: top;
background-color: #f3ebde;
}
.eventfooter{
background: #CBB27A;
width: 100%;
height: 30px;
text-align: right;
float: left;
}
.inputaddevent{
margin-top: 6px;
border: 1px solid #fff;
margin-right: 5px;
}
.calendarmonthwrap{
margin-top: 10px;
margin-bottom: 10px;
width: 235px;
font-size: 16px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color:#6F6B60;
text-align: center;
}
.calendarmonthleft{
margin-left: 42px;
margin-right: 20px;
}
.calendarmonthright{
margin-left: 20px;
margin-right: 42px;
}
.calendarweekdayswrap{
margin-top: 10px;
width: 226px;
border-bottom: double #A7A494;
float: left;
margin-left: 3px;
}
.big_calendarweekdayswrap{
margin-top: 1px;
width: 580px;
border-top: 0px;
float: left;
margin-left: 3px;
}
.calendardayswrap{
margin-top: 10px;
width: 226px;
float: left;
margin-left: 3px;
}
.big_calendardayswrap{
margin-top: 10px;
width: 580px;
float: left;
margin-left: 3px;
}
.calendardatebox{
width: 32px;
height: 25px;
vertical-align: middle;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#A3A3A3;
text-align: center;
}

.calendardatepublic{
background-image: url('images/icons/icon_public_event.gif');
background-repeat: no-repeat;
background-position: center center; 
font-weight: bold;
}
.calendardatemember{
background-image: url('images/icons/icon_member_event.gif');
background-repeat: no-repeat;
background-position: center top; 
color:#FFFFFF;
}

.calendardatemember a{
color:#FFFFFF;
}
.calendar-today{
background-image: url('images/icons/icon_member_today.gif');
background-repeat: no-repeat;
background-position: center top; 
}

.calendar-today-event{
background-image: url('images/icons/icon_member_today_event.gif');
background-repeat: no-repeat;
background-position: center top; 
}

.big_calendardatebox{
padding-top: 20px;
width: 80px;
height: 42px;
vertical-align: middle;
float: left;
font-weight: 100;
text-align: center;
}
.big_calendardateboxday{
padding-top: 20px;
width: 80px;
height: 42px;
vertical-align: middle;
float: left;
font-weight: bold;
text-align: center;
}

/* end sidenav */

/* Vendor Section */

.vendors_state_wrap{
width: 740px; height: auto; float: left;
}
.vendors_state_row1{
width: 244px; height: auto; float: left;
}
.vendors_state_row2{
width: 244px; height: auto; float: left;
margin-left: 3px;
}
.vendors_state_row3{
width: 244px; height: auto; float: left;
margin-left: 3px;
}
.goldbox{
margin-top: 1px;
width: 237px;
height: 17px;
/*Sgao 2008-1-4 13:04
BAB-68
Remove
background-color: #ac5126;
Add*/
background-color: #E3DFD2;
float: left;
color: #989481;
padding-left: 6px;
padding-top: 3px;
font-weight: bold;
}
.goldbox a{
color: #989481;
}
.goldbox_leftnav a{
color: #fff;
}
.brownbox{
margin-top: 1px;
width: 237px;
height: 17px;
background-color: #CBB27A;
float: left; color: #fff;
padding-left: 6px;
padding-top: 3px;
font-weight: bold;
}
.goldbox_expand{
margin-top: 1px;
width: 237px;
height: 17px;
/*sgao 2008-1-4 13:08
BAB-68
Remove
background-color: #f3ebde;
Add*/
background-color: #FFF;
float: left; color: #fff;
padding-left: 6px;
padding-top: 3px;
font-weight: bold;
}

/*  Vendor Sidenav */

.vendors_state_leftnav{
width: 140px; height: auto; float: left;
}
.goldbox_leftnav{
margin-top: 1px;
width: 134px;
height: 17px;
/*sgao 2008-1-11 16:12
BAB-69
Remove
background-color: #ac5126;
Add*/
background-color: #A7A494;
float: left; color: #fff;
padding-left: 6px;
padding-top: 3px;
font-weight: bold;
font-size: 11px;
}
.brownbox_leftnav{
margin-top: 1px;
width: 134px;
height: 17px;
/*Sgao 2007-12-24 17:21
BAB - 53
Remove
background-color: #CBB27A;
Add*/
background-color: #E3DFD2;
float: left; 
color: #989481;
padding-left: 6px;
padding-top: 3px;
font-weight: bold;
font-size: 11px;
}
.brownbox_leftnav a{

color: #989481;
}
.goldbox_expand_leftnav{
margin-top: 1px;
width: 134px;
height: 17px;
/*Sgao 2007-12-24 17:21
BAB -53
Remove
background-color: #f3ebde;
Add*/
background-color: #ede6df;
float: left; 
color: #fff;
padding-left: 6px;
padding-top: 3px;
font-weight: bold;
font-size: 11px;
}

.fasion_venbors_wrap{
width: 590px;
border: 1px solid #ffffff;
float: left;
margin-left: 6px;
}

.fasion_venbors_wrap_full{
width: 830px;
height: 470px;
border: 1px solid #ffffff;
float: left;
margin-left: 6px;
}

.fasion_venbors_fullbar{
/*sgao 2008-1-11 15:56
BAB-69
Remove
background-color: #ac5126;
Add*/
background-color: #E3DFD2;
padding-top: 3px;
padding-bottom: 3px;
color: #A9A594;
font-size: 11px;
font-weight: bold;
width: 100%;
float: left;
}
.fasion_venbors_fullbar_text{
margin-left: 5px; float: left;
}
.fasion_venbors_fullbar_rightpanel{
width: 240px; float: right; color: #fff; font-size: 10px;
}
.abox{
padding-left: 3px;
padding-right: 3px;
height: 15px;
background-color: #f3ebde;
color: #ac5126;
font-size: 10px;
float: left;
}
.fasion_venbors_header{
width: 100%;
}
.fasion_venbors_header_logo{
width: 120px;
height: 100px;
float: left;
}
.fasion_venbors_body{
/*sgao 2008-1-11 16:20
BAB-68
Remove
background-color: #ac5126;
Add
*/
background-color: #E3DFD2;
width: 100%;
height: 350px;
float: left;
}
.fasion_venbors_body_box{
background-color: #FFF;
padding: 0px;
margin-left: 5px;
margin-top: 5px;
width: 440px;
height: 320px;
float: left;
}
.fasion_venbors_smallimg{
margin-top: 3px;
margin-right: 2px;
width: 44px;
height: 40px;
float: left;
}
.vendor_info{
margin-left: 15px;
float: left;
width: 300px;
height: 280px;
}
.vendorname{
font-size: 16px;
color: #ffffff;
font-weight: bold;
padding-bottom: 10px;
padding-top: 3px;
}

.featured_box{
margin-left: 3px;
margin-top: 3px;
width: 110px;
height: 190px;
/*sgao 2008-1-11 16:06
BAB-68
Remove
border: 1px solid #ffffff;
Add*/
border: 1px solid #ffffff;
float: left;
}
.featured_header{
width: 100%;
padding-top: 2px;
padding-bottom: 2px;
background-color: #A7A494;
text-align: center;
font-size: 10px;
color: #FFF;
}
.featured_img{

}
.featured_footer{

}


/*  Message Board */

.messageboard_wrap{
margin-top: 5px;
margin-left: 1px;
width: 735px; height: auto; float: left;
}
.messageboard_row1{
width: 244px; height: auto; float: left;
}
.messageboard_row2{
width: 244px; height: auto; float: left;
margin-left: 0px;
}
.messageboard_row3{
width: 244px; height: auto; float: left;
margin-left: 0px;
}
.chat_tdpost{
padding-left: 5px; font-weight: bold; font-size: 11px;
}
.chat_tdreply{
font-weight: bold; text-align: center; font-size: 11px;
}
.chat_title{
margin-left: 5px;
margin-top: 3px;
height: 30px;
}
.chat_from{
margin-left: 5px;
margin-top: 3px;
}
/*  Search Page */

.searchresultsbox{
width: 450px;
height: 500px;
border: 1px solid #A7A494;
padding-left: 5px;
padding-right: 45px;
float: left;
}
.searchboxtall{
margin-left: 3px;
padding: 10px;
width: 210px;
height: 100%;
float: right;
background: #f4f0e5;
}
.searchresultsheader{
width: 300px;
float: left;
}
.searchwebsite{
width: 200px;
border: 1px solid #A7A494;
}
.tallbox{
width: 210px;
height: 360px;
border: 1px solid #BFBDB1;
float: left;
margin-top: 20px;
background: #fff;
}
.tallboxsmall{
width: 170px;
height: 210px;
float: left; padding: 5px;
background-color: #f4f0e5;
margin-left: 5px;
margin-top: 5px;
}
.tallboxsmall_theme{
width: 180px;
float: left; padding: 5px;
background-color: #f4f0e5;
margin-left: 5px;
margin-top: 5px;
}
.sponsoredlink{
width: 210px;
background: #BFBDB1;
color: #fff;
text-align: center;
font-size: 10px;
}
.sponsoredlinkbox{
width: 210px;
height: 56px;
margin-top: 5px;
float: left;
}
.sponsoredlinkboximg{
width: 58px;
float: left;
margin-left: 5px;
}
.sponsoredlinkboxtext{
width: 130px;
float: left;
margin-left: 5px;
}
/* end Search Page */


/* POPUP BOX */ 
.popupbox600{
width: 600px;
height: 428px;
}
.popup_imagebox{
margin: 5px;
float: left;
width: 340px;
}
.popup_imagebox_content{
width: 240px;
float: left;
}
.popupboxwrap{
width: 480px;
height: 428px;
}
.popupboxwrap_big{
width: 640px;
height: 480px;
}
.popupboxlogo{
width: 480px;
height: 78px;
}
.popupboxlogo_big{
width: 640px;
height: 100px;
}
input.popupinput{
width: 370px;
border: 1px #A7A494 solid;
}
input.popupinputpost{
width: 350px;
border: #A7A494 1px solid;
}
textarea.popupinputpost{
width: 350px;
border: #A7A494 1px solid;
height: 250px;
}
input.windowinput{
width: 250px;
border: #A7A494 1px solid;
}
input.windowmini{
width: 30px;
border: #A7A494 1px solid;
}
.windowselect{
width: 250px;
border: #A7A494 1px solid;
}
.windowinputsmall{
width: 150px;
border: #A7A494 1px solid;
}
.windowinputsmaller{
width: 80px;
border: #A7A494 1px solid;
}

.inputsmallertext{
width: 80px;
border: #A7A494 1px solid;
font-size: 10px;
}
.selectsmallertext{
width: 70px;
border: 1px #A7A494 solid;
font-size: 10px;
}
input.budgetactual{
width: 80px;
border: #A7A494 1px solid;
text-align: right;
}

.windowselectsmall{
width: 150px;
border: #A7A494 1px solid;
}
input.checkbox{
}
input.signin{
margin-top: 5px;
}
.joinnow{
width: 100%;
text-align: center;
margin-top: 100px;
height: 50px;
margin-left: auto;
margin-right: auto;
}
.tablelogin{
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
td.left{
text-align: right;
color: #989481;
font-weight: bold;
font-size: 11px;
vertical-align: top;
}
td.leftsmall{
text-align: right;
color: #989481;
font-size: 11px;
}
td.right{
text-align: left;
}
.popuptextarea{
width: 370px;
height: 80px;
border: 1px #A7A494 solid;
}
.leftspace{
margin-top: 10px;
margin-left: 10px;
}
/* End POPUP BOX */ 


/*  BEGIN BUDGET CALCULATOR */
.budgetbody{
float: left;
margin-top: -1px;
width: 737px;
border-left: 1px solid #A7A494;
border-right: 1px solid #A7A494;
border-bottom: 1px solid #A7A494;
}
.budgettable{
width: 100%;
margin: 0px;
}

td.budgetline{
width: 100%;
margin: 0px;
height: 1px;
background-color: #fff;
}

.budgetbox{
background-color: #A7A494;
height: 30px;
vertical-align: middle;
color: #fff;
font-weight: bold;
}
.budgettextbox{
margin-left: 10px;
margin-right: 10px;
}
.budgetheaderrow{
background-color: #A7A494; 
color: #fff;
font-size: 11px;
font-weight: bold;
}
.budget_yellow_row{
background-color: #E3DFD2; 
color: #000;
font-size: 11px;
}
.budget_white_row{
background-color: #fff; 
color: #000;
font-size: 10px;
}
.budget_brown_row{
background-color: #F4F2ED; 
color: #000;
font-size: 10px;
}
.budget_total_row{
background-color: #E3DFD2; 
color: #000;
font-size: 11px;
font-weight: bold;
}
.budgetheaderrow_percent{
width: 40px;
text-align: center;
}
.budgetheaderrow_categories{
width: 470px;
text-align: left;
padding-left: 5px;
}
.budgetheaderrow_suggested{
width: 110px;
text-align: right;
padding-right: 5px;
}
.budgetheaderrow_actual{
width: 110px;
text-align: right;
padding-right: 5px;

}
.budgetactual{

}
.budget_icon_trash{
margin-left: 10px;
float: left;
}
.budget_icon_start{
margin-left: 5px;
margin-right: 10px;
float: left;
}
.budget_subname{
margin-left: 5px;
float: left;
}
.budget_subcost{
margin-right: 10px;
float: right;
}

.bottombuggetbar{
	width: 100%;
	background: #F4F2ED;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bottombar{
	width: 100%;
	background: #F4F2ED;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* END BUDGET CALCULATOR */

/* BEGIN ADD GUEST */
.table_addguest{
background-color: #F3F2EC;
width: 97%;
margin-left: 10px;
margin-top: 10px;
}
.table_addmoreguest{
background-color: #F3F2EC;
width: 97%;
margin-left: 10px;
margin-top: 10px;
}

.table_addmoreguest fieldset{
background-color: #FFFFFF;
}

.guestlistbody{
float: left;
margin-top: -1px;
width: 978px;
background-color: #F3F2EC;
border-left: 0px solid #A7A494;
border-right: 0px solid #A7A494;
border-bottom: 0px solid #A7A494;
padding-bottom: 5px;
}
.guestlistsidenav{
width: 120px;
margin-left: 5px;
float: left;
}
.guestlistsidenav a:hover{
    color: #333333;
    font-weight: 700;
}
.guestlistevenbox{
width: 100px; height: auto; margin-top: 10px;
}
.guestlistsub{
margin-left: 10px; margin-top: 5px;
}
.guestlist_guestbox{
height: 420px;
width: 120px;
}
.guestlistbuttonbox{
width: 100px;
float: left;
}
.guestlistbox{
margin-top: 5px;
margin-left: 5px;
width: 840px;
border: 1px #A7A494 solid;
float: left;
}
.guestlistbox_header{
width: 840px;
background-color: #A7A494;
height: 20px;
}
.guestlistbox_footer{
width: 840px;
background-color: #E3DFD2;
padding-top: 5px;
height: 20px;
text-align: right;
float: left;
}
.guestlistbox_header_text{
margin-top: 3px;
margin-left: 10px;
color: #fff;
font-size: 12px;
float: left;
}
.guestlistbox_header_print{
float: right;
}
.guestlistbox_a2z_wrap{
width: 615px;
float: left;
background-color: #f1ec91;
}
.guestlistbox_a2z_box{
background-color: #f1ec91;
padding-left: 8px;
padding-right: 8px;
font-size: 10px;
color: #000000;
float: left;
}		

              /* =======================
               G U E S T   L I S T   T A B L E   D A T A   
              =========================*/

.summaryheader {
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
    background-color: #E3DFD2;
    width: 400px;
    padding: 3px;
    }
.summarynum {
    font-size: 11px;
    text-align: right;
    padding: 3px;
    }
.expand_icon {
    border: 2px #A7A494 solid;
    padding-left: 2px;
    padding-right: 2px;
    }
.guestlist_table{
float: left; 
height: 20px; 
vertical-align: middle;
}
.guestlist_table_brown:hover{
background-color: #E1EDED;
border: 4px #FFFFFF solid;
}
.guestlist_table_white:hover{
background-color: #E1EDED;
border: 4px #888888 solid;
}
.guestlist_table_headrow{
color: #fff; 
background-color: #D3CFC2; 
font-size: 10px;
height: 15px;
font-weight: bold;
}

.guestlist_table_headrow a{
color: #989481; 
}

.guestlist_table_headrow th{
    /*border: 1px #FFFFFF solid;*/
}
.guestlist_highlight {
    background-color: #F3EEE3;
    }
.guestlist_table_tan{
    color: #000; 
    background-color: #F6F6F2; 
    font-size: 10px; 
}

.guestlist_table_white{
color: #000; 
background-color: #fff; 
font-size: 10px; 
vertical-align: top; 
}
.guestlist_table_brown{
color: #000; 
background-color: #E3DFD2; 
font-size: 10px; 
vertical-align: top;  
}
.guestlist_table_name{
width: 200px;
padding-left: 5px; 
font-weight: bold;
vertical-align: middle;  
}
.guestlist_table_guesttype{
width: 80px;
text-align: center;
vertical-align: middle;
}
.guestlist_table_mealsize{
width: 100px;
text-align: center;
vertical-align: middle;
}
.guestlist_table_mealtype{
width: 100px;
text-align: center;
vertical-align: middle;
}
.guestlist_table_status{
width: 80px;
text-align: center;
vertical-align: middle; 
}
.guestlist_table_gifts{
width: 80px;
text-align: center;
vertical-align: middle;
}
.guestlist_table_thankyounotes{
width: 80px;
text-align: center;
vertical-align: middle; 
}
.guestlist_table_notes{
width: 250px;
text-align: left;
padding-left: 4px;
vertical-align: middle;
}
.guestlist_table_inner td{
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
}
.windowinputgifts{
width: 110px;
border: #A7A494 solid 1px;
}
.spacebox{
margin-left: 10px;
margin-right: 10px;
}
.spacebox_small{
margin-left: 5px;
margin-right: 5px;
float: left;
}
.spacebox_smallnofloat{
margin-left: 5px;
margin-right: 5px;
}

.spacebox_smallright{
margin-left: 5px;
margin-right: 5px;
float: right;
}
/* END ADD GUEST */

/* BEGIN WEDDING WEBSITE */

.website_template_wrap{
width: 100%;
float: left;
}
.website_template_contentbox{
margin-top: 5px;
margin-right: 5px;
padding: 25px;

height: 110px;
background: #f4f0e5;
}
.website_template_table{
vertical-align: top;
}
.wedding_editcontent{
width: 738px;
height: 400px;
}
.wedding_editcontent_body{
width: 737px;
height: 720px;
border-left: 1px solid #A7A494;
border-right: 1px solid #A7A494;
border-bottom: 1px solid #A7A494;
overflow: hidden;
}
.wedding_editcontent_image{
margin: 5px;
}
.wedding_editcontent_image_bar{
width: 500px;
background-color: #A7A494;
color: #fff;
padding-top:3px;
padding-bottom: 3px;
padding-left: 5px;
}
.wedding_editcontent_righticons{
float: right;
color: #fff;
font-size: 10px;
width: 100px;
}
.righticons_spacebox{
float: left;
margin-left: 5px;
margin-right: 5px;
font-size: 10px;
}
.wedding_editcontent_sidenav{
margin-left: 5px;
margin-top: 5px;
width: 100px;
float:left
}

.wedding_editcontent_sidenav_links{
height: 25px;
}
.wedding_editcontent_headertext{
border: 1px #A7A494 solid;
height: 120px;
width: 500px;
}
.wedding_editcontent_bodytext{
border: 1px #A7A494 solid;
height: 400px;
width: 500px;
}
.website_web_maintenance{
width: 485px;
height: 240px;
margin-top: 5px;
float: left;
border: 1px #A7A494 solid;
}
.website_web_maintenance_table{
width: 100%;

}
.website_web_maintenance_template{
width: 220px; padding-left: 5px;
}
.website_web_maintenance_createon{
padding-left: 5px;
}
.website_web_maintenance_special{
padding-left: 5px;
}
.website_web_maintenance_online{
padding-left: 5px;
}
.website_web_maintenance_adddelete{
padding-left: 5px;
}
/* END WEDDING WEBSITE */

/* VENDOR */
.vendorbox_wrap{

}
.vendorbox{
width: 180px;
height: 90px;
padding: 5px;
float: left;
background: #f4f0e5;
margin-left: 3px;
margin-top: 3px;
}
.vendorbox_img{
float: left;
margin-left: 6px;
margin-right: 6px;
}
.vendorbox_textbox{
height: 65px;
margin-left: 4px;
padding: 4px;
}
.vendorbox_bottom{
width: 80px;
margin-left: 5px;
float: right;
}

/*    ALBUM BOX     */

.createalbumbox{
margin-top: 20px;
margin-left: 5px;
}
.createalbum{
width: 125px;
margin-bottom: 5px;
border: 1px #A7A494 solid;
}
.album_img_box{
width: 280px;
height: 90px;
padding: 5px;
float: left;
background: #f4f0e5;
margin-left: 3px;
margin-top: 3px;
}
.album_img_box_img{
width: 135px;
float: left;
}
.album_img_box_textbox{
float: left;
width: 140px;
height: 75px;
margin-left: 5px;
}
.album_img_box_bottom{
width: 140px;
margin-left: 5px;
float: right;
}
.imagearea_listbox{
width: 150px;
height: 60px;
padding: 5px;
float: left;
}
.imagearea_listbox_img{
float: left;
width: 45px;
}
.imagearea_listbox_text{
float: left;
margin-left: 3px;
width: 102px;
}

.imagearea_listbox_right{
width: 140px;
height: 60px;
float: left;
margin-top: 5px;
}
.imagearea_listbox_img_right{
float: left;
width: 45px;
}
.imagearea_listbox_text_right{
float: left;
margin-left: 3px;
width: 85px;
}


.imagearea_box{
width: 820px;
height: 310px;
margin-top: 5px;
margin-left: 2px;
border: 1px #A7A494 solid;
float: left;
}

.imagearea_rightnavbox{
width: 140px;
height: 470px;
float: right;
background-color: #f3ebde;
margin-right: 3px;
margin-top: 5px;
}
.imagearea_selectrow{
font-size: 10px;
color: #000;
background-color: #CBB27A;
border: 0px;
}

.imagearea_box_dropbox{
width: 820px;
height: 285px;
float: left;
}
.imagearea_box_panel{
width: 820px;
height: 25px;
background-color: #efedf0;
float: left;
}
.imagearea_box_bottom{
width: 820px;
height: 170px;
margin-top: 5px;
margin-left: 2px;
border: 1px #A7A494 solid;
float: left;
}

/*  THEME BOX */

.main_lefttopbox{
width: 440px; height: 240px; border: #ffffff 1px solid; float: left; margin-left: 5px;
}

.main_lefttopboximage{
/*Sgao 2007-12-20 16:05
BAB - 61
Remove
width: 440px; float: left; margin-left: 5px;
Add
*/
width: 540px; float: left; margin-left: 5px;
}

.main_lefttopbox_header{
padding-top: 3px;
height: 20px; color: #fff; width: 100%; background-color: #A7A494; font-size: 14px; font-weight: bold;
}
.main_lefttopbox_header_text{
margin-left: 5px;
}
.main_lefttopbox_linkbox{
height: 198px; width: 100%; float: left;
}
.main_lefttopbox_link_list{
margin-left: 5px; margin-top: 3px;
}
.main_lefttopbox_footer{
height: 18px; float: left; color: #fff; width: 100%;  font-size: 12px;
}
.main_lefttopbox_footer_panel{
float: right; width: 140px; margin-top: 3px;
}
.main_lefttopbox_footer_panelbox{
width: 19px; height: 14px; float:left;
}

.main_searchbox{
width: 143px; height: 240px; float: left; margin-left: 5px; border: #ffffff 1px solid; 
}
.main_searchbox_header{
height: 22px; padding-top: 5px; color: #fff; width: 100%; background-color: #A7A494; font-size: 10px; font-weight: bold;
}
.main_searchbox_searcharea{
width: 100%; background-color: #F7F3EB; padding-top: 5px; padding-bottom: 5px;
}
.main_textboxbottom{
width: 580px; border: #ffffff 1px solid; float:left; margin-left: 5px; margin-top: 5px; padding: 4px;
}

.main_gallery{
border: 1px #A7A494 solid; float:left; margin-left: 5px; margin-top: 5px; padding: 4px;
}

/* Registry */
.registry_table{
margin-top: 5px;
float:left;
width: 100%;
}

.registry_td_regname{
padding-left: 5px; width: 170px;
}
.registry_td_coregname{
padding-left: 5px; width: 140px;
}
.registry_td_location{
padding-left: 5px; width: 110px;
}
.registry_td_weddingdate{
width: 90px; text-align: center;
}
.registry_td_weddingweb{
width: 110px;  text-align: center;
}
.registry_td_reg{
padding-left: 5px;
}

/* SHOP PAGE */
.td_shop_image{
padding-left: 5px; width:100px;
}
.td_shop_desc{
padding-left: 5px; width:290px;
}
.td_shop_required{
text-align: center; width:80px;
}
.td_shop_stillneed{
text-align: center; width:70px;
}
.td_shop_est{
padding-left: 5px; width:100px;
}
.innder_desc_left{
float: left; color: #000000; font-size: 10px; width: 80px; height: 20px;
}
.innder_desc_right{
float: left; color: #000000; font-size: 10px; width: 200px;  height: 20px;
}

/* TABLE */

.trow_headerrow_gold{
background-color: #ac5126; color: #fff; font-size: 11px;
}
.trow_headerrow{
background-color: #CBB27A; color: #fff; font-size: 10px;
}
.trow_white{
background-color: #fff; color: #fff; font-size: 10px; color: #000000;
}
.trow_brown{
background-color: #f4f0e5; color: #fff; font-size: 10px; color: #000000;
}

/* left navigation */
.leftnav{
width: 140px;
/*height: 450px;*/
height: auto;
background-color: #ffffff;
float: left;
}
.leftnav_search{
width: 140px;
height: 500px;;
background-color: #f3ebde;
float: left;
}
.leftnav_bar{
width: 130px;
background-color: #A7A494;
padding-left: 10px;
padding-top: 3px;
color: #fff;
font-size: 11px;
font-weight: bold;
border-bottom: #fff solid 1px;;
}
.leftnav_search_box{
width: 98%; background-color: #CBB27A; padding-top: 5px; padding-bottom: 5px;
color: #fff;
font-weight: bold;
font-size: 11px;
padding-left: 3px;
}
.leftnav_bar a{
color: #fff;
}
.leftnav_bar_expand{
width: 130px;
background-color: #E3DFD2;
padding-left: 10px;
padding-top: 3px;
color: #989481;
font-size: 10px;
font-weight: bold;
border-bottom: #fff solid 1px;
padding-top: 5px;
padding-bottom: 5px;
}

.leftnav_bar_expand_select{
width: 130px;
background-color: #EEECE4;
padding-left: 10px;
padding-top: 3px;
color: #989481;
font-size: 10px;
font-weight: bold;
border-bottom: #fff solid 1px;
padding-top: 5px;
padding-bottom: 5px;
}

.leftnav_bar_expand a{
color: #989481;
}

.leftnav_bar_expand_select a{
color: #989481;
}

.leftnav_bar_expand_select2{
width: 130px;
background-color: #FFF;
padding-left: 10px;
padding-top: 3px;
color: #989481;
font-size: 10px;
font-weight: bold;
border-bottom: #fff solid 1px;
padding-top: 5px;
padding-bottom: 5px;
}


.leftnav_bar_expand_select2 a{
color: #989481;
}

.leftnav_link_list{
margin-left: 5px;
}
.leftnav_link_list a{
color:#5D8B81;
}


/* SHOP CSS */

input.searchshop{
width: 220px;
border: 1px #A7A494 solid;
}

/* BEGIN SHOP SUBNAV */

.shop_subnavbutton{
float: right;
padding: 3px 15px 3px 15px;
font-weight: bold;
color: #ac5126;
font-size: 11px;
background-color: #CBB27A;
}
.shop_subnavbutton_active{
float: right;
padding: 3px 15px 3px 15px;
font-weight: bold;
color: #ac5126;
font-size: 11px;
background-color: #f3ebde;
}
.shop_subnavbutton_active a{
color: #ac5126;
}
.shop_subnavbutton a{
color: #ac5126;
}

.shop_box{
width: 739px;;
height: 145px;
margin-top: 5px;
border: 1px #A7A494 solid;
float: left;
}
.shop_box_half{
width: 366px;
height: 145px;
margin-top: 5px;
border: 1px #A7A494 solid;
float: left;
}
.shop_box_half_header{
color: #fff;
font-size: 10px;
width: 366px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #CBB27A;
float: left;
}

.shop_box_subcat{
width: 590px;
height: 145px;
margin-top: 5px;
border: 1px #A7A494 solid;
float: left;
margin-left: 3px;
}
.shop_box_subcat_header{
color: #fff;
font-size: 10px;
width: 590px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #ac5126;
float: left;
}

.shop_box_header{
color: #fff;
font-size: 10px;
width: 739px;;
padding-top: 3px;
padding-bottom: 3px;
background-color: #ac5126;
float: left;
}
.shop_itembig{
margin-left: 3px;
margin-top: 3px;
width: 231px;
height: 110px;
padding: 5px;
background-color: #f4f0e5;
float: left;
}
.shop_items_subcat{
margin-left: 3px;
margin-top: 3px;
width: 183px;
height: 110px;
padding: 4px;
background-color: #f4f0e5;
float: left;
}
.shop_itemsmall{
margin-left: 3px;
margin-top: 3px;
width: 173px;
height: 110px;
padding: 4px;
background-color: #f4f0e5;
float: left;
}
.shop_itemsmaller{
margin-left: 3px;
margin-top: 3px;
width: 170px;
height: 110px;
padding: 4px;
background-color: #f4f0e5;
float: left;
}
.shop_itemsmall_right{
width: 35px;
margin-left: 1px;
float: left;
}
.shop_img{
width: 95px;
height: 106px;
float: left;
}
.shop_itembig_right{
width: 130px;
margin-left: 3px;
float: left;
}
.shop_desc{
height: 35px;
}
.shop_button{
margin-top: 15px;
}
.shop_detail_box{
width: 580px;
border: 1px #A7A494 solid;
height: auto;
float: left;
margin-left: 3px;
margin-top: 3px;
padding-bottom: 5px;
margin-left: 5px;
}
.shop_detail_box_img{
width: 245px;
float: left;
margin-left: 2px;
margin-top: 2px;
}
.shop_detail_box_img_footer{
width: 246px;
background-color: #CBB27A;
text-align: right;
float: left;
}

.shop_detail_header{
width: 580px;
background-color: #ac5126;
padding-top: 3px;
padding-bottom: 3px;
font-weight: bold;
color:#fff;
}

.shop_detail_box_right{
width: 320px;
margin-left: 5px;
float: left;
}
.shop_dev_box{
padding-top: 5px;
padding-bottom: 5px;
}
.shop_rightnav_item{
width: 120px; margin-left: auto; margin-right: auto; margin-top: 5px;
}
.table_trackorder{
width: 100%;
margin-top: 5px;
border: 1px #A7A494 solid;
float: left;
}
.shop_tr_datepurchased{
padding-left: 5px; width: 100px;
}
.shop_tr_order{
padding-left: 5px; width: 190px;
}
.shop_tr_amount{
padding-left: 5px; width: 110px;
}
.shop_tr_status{
padding-left: 5px; width: 200px;
}
.shop_tr_vieworder{
padding-left: 5px; width: 120px;
}

/* END SHOP SUBNAV */

.brownbox_small{
border: 1px solid #d0c1a0;  width: 360px; float: left; margin-left: 3px; margin-top: 3px;
}
.brownbox_big{
border: 1px solid #d0c1a0;  width: 723px; float: left; margin-left: 3px; margin-top: 3px;
}
.brownbox_small_body{
height: 50px;
margin-left: 3px;
margin-top: 3px;
}
.brownbox_small_selectbox{
margin: 5px;
}
select.brownbox_select{
width: 340px;
}
.brownbox_small_header{
height: 18px; width: 360px; background: #d0c1a0; float: left;
}
.brownbox_big_header{
height: 18px; width: 723px; background: #d0c1a0; float: left;
}
.brownbox_small_headertext{
margin: 2px 0px 2px 3px; color: #fff; font-size: 10px; float: left;
}
.brownbox_button{
margin: 1px 5px 1px 0px; border: 1px solid #fff; float: right;  color: #fff; font-size: 10px; padding-left: 5px; padding-right: 5px;
}

input.pagebutton  {
	height: 19px;
	border: 2px solid #BFBDB1;
	font-size: 9px;
	font-family: Verdana,Arial, Helvetica;
	color: #fff;
	background: #BFBDB1;
  	cursor: pointer; /* hand-shaped cursor */
   }

div.pageerrorcontainer  {
   background-color: #ba5a5a;
   margin: 10px;
   padding: 5px;
   border: solid 1px #666;
   color: #fff;
   width: 95%;
   }

textarea.pagetextarea  {
   width: 25em;
   height: 4em;
   }
   
   .error{
	color: #ff0000;
   }
#shadow_bottom {
    background-image: url(images/fade_bottom.png);
    height: 20px;
    width: 660px;
    }

/* End of 'Bride and Bloom' */

/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/



/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
width: 100%;
height: 20px;
background: #ad8f49;
float: left; 
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
margin:0;
padding: 3px 0px 3px 0px;
}


/* menu list items */
div#menu_horiz li {
float: left; /* makes the list horizontal */
list-style: none; /* hides the list bullet */ 
font-weight: bold;
color: #fff;
font-size: 11px;
background-color: #ad8f49;
}


/* the links, that is each list item */
div#menu_horiz a {
margin: 0; /* margin outside each list item box */
color: #fff;
text-decoration: none;
padding: 3px 15px 3px 15px;
}


/* hover state for links */
div#menu_horiz li a:hover {
color: #fff;
text-decoration: underline;
 background-color: #cfc09f;
padding: 3px 15px 3px 15px;

}
div#menu_horiz a.activeparent:hover {
color: #fff;
text-decoration: underline;
background-color: #cfc09f;

}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {

}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

/* End of 'Navigation: Simple - Horizontal' */

