﻿body{ 
	width:800px;
	font-size:11px;
	font-family:'Lucida Grande',Verdana, sans-serif;
	color:#777777;
	text-align:center;
	background: #fff url(../Images/bg.gif) repeat-x; 
	}
	
p {
	font-family:'Lucida Grande',Verdana, sans-serif;
	font-size:11px;
	color: #777777;
	line-height: 20px;
	}
	
a:link, a:visited, a:hover, a:active {
	color:#962D2A;
	text-decoration: underline;
	}
	
.zoom
{
	Border: solid 2px #FFFFFF;
}

.ddInvalidlist
{
	border: solid 1px red;
	color: #333333;
	font: 11px arial,sans-serif; 
	background: #ffffd8;
}


.zoom:hover
{
	Border: solid 2px #942f2b;
}

.selected_item
{
	border: 4px solid #942f2b;
}

.step_selected
{
	background-color: #661100;
	
}
.not_selected
{
	background-color: Transparent;
}

.selections, .noline
{
	
	font-weight: bold;
	color: #942f2b;
	font-size: 12px;
}

.border_bottom
{
	border-bottom: solid 1px #d7d7d7;
	
}

h4
{
	font-weight: bold;
	color: #942f2b;
	font-size: 12px;
	padding: 0;
}

/* Layout --------------------------------------------------------------------*/

#container {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	padding-top: 5px;
	text-align:left;
	vertical-align: top;
	}


#masthead {
	width:960px;
	height:100px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../Images/logo2.gif);
	text-align:right;
	vertical-align: top;
	}
	
#navcontainer
{
	float: right;
}	
	
#sidebar-left {
	width:150px;
	padding:0px;
	float:left;
	}

#content-home {
	width:420px;
	padding:0px 10px 0px 10px;
	float:left;
	}
	
#content-int { /*Interior*/
	width:505px;
	padding:0px 10px 0px 10px;
	float:left;
	vertical-align: top;
	}
	
#content-check { 
	width: 100%;
	padding:0px 10px 0px 10px;
	float:left;
	}

#sidebar-right {
	width:264px;
	padding:0px;
	float:left;
	}	

#sidebar-right-int { /*Interior*/
	width:172px;
	padding:0px;
	float:right;
	font:11px/20px 'Lucida Grande',Verdana, sans-serif;
	color: #777777;
	}

#footer {
	clear:left;width:100%;
	margin-top:10px;
	border-top:1px solid #ededed;
	padding-top:5px;
	text-align:center;
	}

/* Headings ------------------------------------------------------------------*/

h1 {	
	font: 1.5em Verdana, Arial, Georgia, sans-serif;
	color:#ededed;
	letter-spacing:-0.5px;
	border-bottom:1px solid #CBCBCB;
	padding: 0px 0px 3px 0px;
	margin:0;
	}
	
h2 {	
	font: 1.5em Verdana, Arial, Georgia, sans-serif;
	color:#962D2A;
	letter-spacing:-0.5px;
	border-bottom:1px solid #CBCBCB;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	}

h3 {
	display: block;
	font: 1.5em Verdana, Arial, Georgia, sans-serif;
	color:#000;
	padding:8px 5px 8px 5px;
	margin:0px 0px 0px 5px;
	}

hr
{
	color: #CBCBCB;
	height: 1px;
}

/* SiteMason Tags ------------------------------------------------------------*/

.sitemason_file {
	border:solid 1px #ededed;
	padding: 5px; 
	margin: 0px 5px 0px 5px;
	}
	
.sitemason_body {
	font-family:'Lucida Grande',Verdana,sans-serif;
	font-size:11px;
	line-height: 20px;
	}

.sitemason_article {
	margin: 10px 0px;
	}
	
.sitemason_article h2 {
	font: 1.3em/1.8em 'Lucida Grande',Verdana,sans-serif;
	letter-spacing:0px;
	border-bottom-style: none;
	}


/* Main Navigation (Top) -----------------------------------------------------*/		

ul#navlist {
	margin: 50px 0 0 0;
	padding:0;
	}

#navlist li {
	display: inline;
	list-style: none;
	margin: 0px 0px 0px 4px;
	}

#navlist a { 
	padding: 5px 10px 5px 10px; 
	}

#navlist a:link, #navlist a:visited
	{
	color: #fff;
	padding: 5px 10px 5px 10px; 
	background-color: #4A3F2D;
	text-decoration: none;
	}

#navlist a:hover
	{
	color: #fff;
	background-color: #942F2B;
	text-decoration: none;
	}

			
/* Main Navigation (Left) ----------------------------------------------------*/		

		
.mainnav { 
	margin:0px 0px 0px 0px;
	padding: 0px;
	list-style-type:none;
	}

li.mainnav {
	display: block;
	font: 11px Verdana, Arial, Georgia, sans-serif;
	margin:0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: bottom left; 
	background-image: url(../Images/bg_nav_left.gif);
	border-bottom: 1px solid #CBCBCB;
	}

li.quicklinks { /*QuickLinks*/
	display: block;
	font: 11px Verdana, Arial, Georgia, sans-serif;
	margin:0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: bottom left; 
	background-image: url(../Images/bg_quicklinks.gif);
	border-bottom: 1px solid #CBCBCB;
	}
	
li.navlabel { /*Nav Label*/
	display: block;
	font: 1.5em Verdana, Arial, Georgia, sans-serif;
	color:#962D2A;
	padding:8px 5px 8px 5px;
	margin:0px 0px 0px 0px;
	border-bottom: 1px solid #ededed;
	}

.mainnav a:link, .mainnav a:visited {
	display:block;
	color: #333;
	padding: 8px 0px 8px 20px;
	text-decoration:none;
	}

.mainnav a:hover {
	display:block;
	color: #962D2A;
	text-decoration: underline;
	}

/* Sub Navigation ------------------------------------------------------------*/

.subnav { 
	margin:0px 0px 0px 0px;
	padding: 0px;
	list-style-type:none;
	}

li.subnav {
	display: block;
	font: 11px Verdana, Arial, Georgia, sans-serif;
	margin:0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position:  left; 
	background-image: url(../Images/sub.gif);
	border-bottom: 1px solid #ededed;
	}
	
li.subnav2 {
	display: block;
	font: 11px Verdana, Arial, Georgia, sans-serif;
	padding-left:10px;
	margin:0;
	}
	
li.subnav3 {
	display: block;
	font: 11px Verdana, Arial, Georgia, sans-serif;
	padding-left:20px;
	margin:0;
	}

.main_txt, .label_text
{
	font-size: 10px;
}

.small_txt
{
	font-size: 9px;
	color: #202020;
}

.inputbox
{
	border: solid 1px #d7d7d7;
font-size: 11px;
	padding-left: 3px;
	color: #333333;
	background: #FFF;
	height: 16px;
}


.inputbox2
{
	border: solid 1px #d7d7d7;
	font-size: 11px;
	padding-left: 3px;
	color: #333333;
	background: #FFF;
	height: 16px;
}

.subnav a:link, .subnav a:visited {
	display:block;
	color: #666;
	padding: 4px 0px 4px 18px;
	text-decoration:none;
	}

.subnav a:hover {
	display:block;
	color: #962D2A;
	text-decoration: underline;
	}

#active {
	display:block;
	color: #962D2A;
	background-color:#F5F4F4;
	text-decoration: underline;
	}
	
	/*****************  OTHER STYLES *******************/


.main, .main3
{
	font-size: 9pt;
}

.thank
{
	font-size: 12pt;
}

.main a, .main a:visited
{
	text-decoration: underline;
	color: Black;
	font-size: 9pt;
}

.main a:hover
{
	background-color: Black;
	text-decoration: none;
	color: white;
	font-size: 9pt;
}

.main2, .main2 a, .main2 a:visited
{
	text-decoration: none;
	color: Black;
	font-size: 11pt;
}

.main2 a:hover
{
	background-color: Black;
	text-decoration: none;
	color: white;
	font-size: 11pt;
}

.price
{
		font-size: 8pt;
}



.edit, .edit a, .edit a:vistied
{
	text-decoration: none;
	color: #333;
	font-size: 6pt;
	vertical-align: top;
}

.edit a:hover
{
	text-decoration: none;
	color: #999;
	font-size: 6pt;
	vertical-align: top;
}


.order_total
{
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

.search_txt
{
	font-size: 8pt;
	font-weight: bold;
}


.search_txt a
{
	font-size: 8pt;
	font-weight: bold;
	color: Black;
}





/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
}
.updateProgressMessage
{
	margin: 3px;
	font-size: 10pt;
	vertical-align: middle;
	font-weight: bold;
}

.buttonstyle
{
	border: solid 1px #962D2A;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	font-weight: bold;
	background: #4a3f2d;
	height: 20px;
	padding-top: 1px;
	padding-bottom: 4px;
}

.buttonstyle:hover
{
	border: solid 1px #962D2A;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	font-weight: bold;
	background: #962D2A;
	height: 20px;
	padding-top: 1px;
	padding-bottom: 4px;
}

.checkout
{
	border: solid 2px #962D2A;
	font-size: 12px;
	padding-left: 3px;
	color: #962D2A;
	font-weight: bold;
	background: #FFF;
	height: 28px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.checkout:hover
{
	border: solid 2px #BC8080;
	font-size: 12px;
	padding-left: 3px;
	color: #962D2A;
	font-weight: bold;
	background: #eaeaea;
	height: 28px;
	padding-top: 3px;
	padding-bottom: 4px;
}

/*******ROTATOR***********/
.previewPane
{
	background-color: #fff;
	background-image: url(../Images/previewPaneBg.gif);
	background-repeat: repeat-x;
}
.infoPane
{
	background-color: #fff;
	background-image: url(../Images/infoPaneBg.gif);
	background-repeat: repeat-x;
}
.infoPaneBg
{
	background-color: #fff;
	background-image: url(../Images/grayBg.gif);
	background-repeat: no-repeat;
	height: 192px;
	width: 272px;
}
.imageDetailsHeader
{
	font: bold 16px Arial, Verdana, Helvetica, Sans-serif;
	color: #666666;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 5px;
}
.details
{
	font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
	color: #666666;
	margin-left: 30px;
	width: 230px;
	vertical-align: middle;
	margin-bottom: 4px;
}
.detailsTxtBox
{
	font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
	color: #666666;
	height: 13px;
	border: solid 1px #ccc;
}
a.editBtns, a.editBtns:link, a.editBtns:visited, a.editBtns:active, a.editBtns:focus
{
	text-decoration: none;
	border: solid 1px #808080;
	display: inline-block;
	width: 50px;
	font: bold 11px Arial, Verdana, Helvetica, Sans-serif;
	text-align: center;
	margin-top: 4px;
	background-color: #e8e8e8;
	color: #808080;
}
a.editBtns:hover
{
	color: #3b3b3b;
}
.thumbsViewer
{
	background-color: #fff;
	background-image: url(../Images/thumbsBg.gif);
}

.RotatorImage
{
	cursor:hand;
	cursor: pointer;
}

.hand
{
	cursor: pointer;
}
.box_error
{
	border: solid 1px #b30000;
	background: #ffffd8;
}

.checkout_hdr
{
	font: bold 14px 'Lucida Grande',Verdana, sans-serif;
	color: #962D2A;
	padding: 5px 0;
}

.header_line
{
	border-bottom:1px solid #CBCBCB;
}
.notValid
{
	border: solid 1px #7f9db9;
	font-size: 11px;
	padding-left: 3px;
	color: #333;
	background: #ffffd8;
	height: 16px;
	text-align: left;
}

.ddlist
{
	font-size: xx-small;
	font-family: Verdana, Arial;
	width: 160px;
	height: 18px;
}

.dllFixedWidth
{
	font-size: xx-small;
	font-family: Verdana, Arial;
}
.info, .success, .warning, .error, .validation 
{   
	border: 1px solid;   
	margin: 10px 0px;   
	padding:7px 10px 7px 50px;  
	background-repeat: no-repeat;   
	background-position: 10px center;
}
.info 
{   
	color: #00529B;    
	background-color: #BDE5F8;   
	background-image: url(../../../Common/Images/info.png);
}

.success 
{   
	color: #4F8A10;   
	background-color: #DFF2BF;   
	background-image:url(../../../Common/Images/success.png);
}
.warning 
{    
	color: #9F6000;   
	background-color: #FEEFB3;   
	background-image: url(../../../Common/Images/warning.png);
}

.error 
{    
	color: #D8000C;   
	background-color: #FFBABA;   
	background-image: url(../../../Common/Images/error.png);
}

.validation 
{    
	color: #D63301;   
	background-color: #FFCCBA;   
	background-image: url(../../../Common/Images/error.png);
}