/*  Verve Demo MAIN STYLES CSS  */
body{
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	color:#000;
	background:#f4e099 url(/teddybears/images/page_bg.gif);
}
*{
	margin:0;
	padding:0;
}
h1{
	margin-bottom:15px;
}
h2{
	margin-bottom:10px;
}
h3{
	margin-bottom:5px;
}
p{
	margin-bottom:20px;
}
ul,ol,dl{
	margin:5px 0 5px 15px;
}
li{
	margin-left:10px;
}
a img{
	border:none;
}
option{
	padding:0px 3px;
}
input,select,textarea{border:1px solid #000;padding:3px;}
.NoBorder{border:none;}
/*  LAYOUT ELEMENTS  */
#wrapper{	
	width:960px;
	position:relative;
	margin:0 auto;	
	padding:0;
	text-align:left;
	font-size:1.3em;
	background:url(/teddybears/css/images/main_site_bg.gif) repeat-y;
	height:500px;
	min-height:500px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
*>#wrapper{
	height:auto;
}
#Logo{
	height:126px;
	width:170px;
	position:absolute;
	left:0;
	top:0;
	z-index:100px;
}
#FDLogo{
	height:126px;
	width:161px;
	position:absolute;
	right:0;
	top:0;
	z-index:120px;
	display:none;
}
#banner{
	height:84px;
	background-image:url(/teddybears/css/images/banner_bg.jpg);
}
#banner #bannerExtra{
	position:absolute;
	right:5px;
	top:0px;
	height:82px;
	width:430px;
	text-align:right;
	padding:13px 0 0 0;
	z-index:170px;
}
.HomeLogon{
	border:1px solid #000;
	padding:5px;
	height:13px;
	width:150px;
	background:#e86c1d;
	font-size:.9em;
}
.HomeSubmit{
	vertical-align:-6px; 
	border:none !important;
	padding:0 !important;
}
* html .HomeSubmit{
	vertical-align:-2px; 
}
#banner #SearchBox{
	margin:10px 0 0;
}
#loginBox{
}
#loginBox a{
	color:#FFF;
}
#loginBox .message{
	color:#fff;
	font-weight:bold;
}
#breadcrumbs{
	clear:left;
}
#contentWrapper{
	background:url(/teddybears/css/images/content_bg.gif) repeat-x;
}
#mainContent{
	margin-left:165px;
	height:1%;
	position:relative;
	
}
*>#mainContent{
	height:auto;
}
.nochannel #mainContent{
	width:100%;  /* for IE 3 Pixel Jog  */
	margin:0;
}
#channel{
	float:left;
	width:165px;
	background:url(/teddybears/css/images/channel_top2.gif) no-repeat top right;
}
#footer{
	width:940px;
	clear:both;
	color:#f93;
	text-align:left;
	margin:0 auto;
	padding:10px;
	height:40px;
	font-size:1.1em;
	background:#900;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;	
}
#footer a{
	text-decoration:none;
	color:#f93;
}
#footer a:hover{
	text-decoration:underline;
}
#footer #utilNav{
	margin:0 0 0 20px;
	display:inline;
	list-style:none;
}
#footer #utilNav li{
	display:inline;
	border-right:1px solid #f93;
	margin:0;
	padding:0 5px 0 4px;
}
* html #footer #utilNav li{padding:0 4px 0 7px;}
#footer #utilNav li.last{
	border:none;
}
#FooterText{
	width:350px;
	margin:2px auto;
	text-align:center;
}
#secure{
	float:left;
	width:145px;
}
#verve{
	float:right;
	width:145px;
}


/*  ELEMENT SPECIFICS */

#Nav{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:url(/teddybears/css/images/nav_bg.gif);
	height:42px;
}


#globalNav{
	height:32px;
	margin:10px 0 0 163px;
	padding:0px;
	font-size:0.85em;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
    line-height:1;

}
#globalNav  li{
	float:left;
	margin:0 6px 0 0 ;
	padding:0;
}
#globalNav a:link,
#globalNav a:visited{
	float:left;
	width:auto;
	padding:5px 10px 5px 10px;	
	text-decoration:none;
	color:#fff;
	background:#cc3300;
	border:1px solid #000;
}
#globalNav a:hover{
	color:#FFF;
}


/*  End Dynamic Nav    */

#breadcrumbs{
	color:#000;
	margin-bottom:2px;
	background:#6a8fb7 url(/teddybears/css/images/bread_bg.gif);
	font-size:.85em;
	position:absolute;
	top:0;
	left:-3px;
	width:795px;
	height:20px;
	overflow:hidden;
	border-bottom:1px solid #000;
}
.padLayer>#breadcrumbs{
	left:0px;
}
#breadcrumbs ul{
	margin:0 0 0 15px;
}
#breadcrumbs ul li{
	display:inline;
	margin:0;
	padding:0;
}
#breadcrumbs ul li a{
	line-height:2;
}
#breadcrumbs ul li a:link,
#breadcrumbs ul li a:visited{
	color:#000;
}
#breadcrumbs ul li a:hover,
#breadcrumbs ul li a:active{
	color:#000;
}
#breadcrumbs ul li.on{
	font-weight:bold;
}
#mainContent .padLayer{
	padding:40px 20px;
	background:url(/teddybears/css/images/main_pad_bg.gif) repeat-x 0 21px;
}
#mainContent #noBreadCrumbs.padLayer{
	padding:20px 20px;
	background:none;
}
#mainContent .padLayer .padLayer{
	padding:0;
	background:none;	
}
#mainContent h1{
	font-size:1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#mainContent h2{
	font-size:1.35em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#mainContent h3{
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#mainContent .section{
	margin-bottom:20px
}
#pageImages{
	float:right;
	text-align:center;
	margin-left:10px;
}
.pageImage{
	margin-bottom:15px;
}
.pageImage img{
	border:1px solid #000;
}
.pageImage p{
	margin:2px 0 0 0;
	font-size:0.8em;
}

/*  Products  */
.lproduct{
	margin-top:20px;
	width:100%;
	overflow:auto;
	padding-bottom:10px;
	border-bottom:1px dotted #000;
}
.lproduct img{
	float:left;
	margin-right:15px;
	border:1px solid #000;
}
.lproduct h3{
	margin-bottom:7px;
}
.lproduct a{
	color:#970100;
}
.lproduct h3 a{
	color:#000;
	text-decoration:none;
}
.lproduct div{
	font-weight:normal;
	margin-top:5px;
}
.price{
	color:#000;
	display:block;
	margin:15px 0 0 0;
	font-weight:normal;
}
.product h4{
	font-size:1.05em;
	margin-bottom:5px;
}
.product .addtocart{
	margin:15px 0;
}
.product .addtocart ul{
	list-style:none;margin:0 0 5px;
}
.product .addtocart ul li{
	display:inline;
	margin:0 5px 0 0;
}
.product .addtocart #qty{
	text-align:center;
	width:25px;
}
.product .addtocart #addbtn{
	margin:0 0 -4px 5px;
	border:0;
	vertical-align:-6px;
}

#cart{
	margin-top:10px;
}
#cart table{
	width:99%;
	font-size:0.95em;
	margin-top:4px;
	border-top:1px solid #000;
	border-collapse:collapse
}
#cart td,#cart th{
	text-align:right;
	padding:8px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
#cart tfoot td.btns{
	border:none;
}
#cart tr.odd{
	background:#6a8fb7;
}
#cart tr,#cart .total{
	background:#93b0d0;
}
#cart .LeftBorder{border-left:1px solid #000;}

#cart .left{
	text-align:left;
}
#cart a{
	color:#900;
}
#cart .quantity{
	text-align:right;
	width:20px;
	padding:0 3px;
}
#cart thead tr{
	background:#900 !important;
	color:#fff;
	padding:3px;
}

#cart tfoot tr{
	background:none !important;
}
#cart thead th{
	border-bottom:1px solid #003366;
}
#cart thead td,
#cart tfoot td{
	padding:8px;
}
#cart .tfone td{
	border-top:1px solid #003366;
	padding-top:7px;
}
#cart .total{
	font-weight:bold;
	font-size:1.1em;
}
#cart .btns input{
	margin-left:5px;
}

/*  News  */
.lnews{
	margin-top:20px;
	width:100%;
	overflow:auto;
}
.lnews img{
	float:left;
	margin-right:15px;
	padding:1px;
	border:1px solid #A3ABB9;
}
.lnews h3 a{
	color:#000;
}

/*  Related Items  */
.related{}
.related a{
	font-weight:bold;
}
.file{
	margin:5px 0;
	height:35px;
	min-height:35px;
	clear:left;
}
* .file{
	height:auto;
}
.file img{
	float:left;
	margin:1px 10px 5px 0;
}
.file div{
	margin-left:42px;
}
.caption{
	font-size:0.9em;
}

/*  Channel  */
/*  Level 2 Nav - Static */
#channel #level2Nav{
	color:#FFF;
	margin:10px 0 20px 0;
	width:163px;
}
#channel #level2Nav h2{
	margin-bottom:5px;
	padding-left:7px;
	font-size:0.95em;
	text-transform:uppercase;
}
#channel #level2Nav ul{
	list-style:none;
	margin:0;
	border-top:1px dotted #000;
}
#channel #level2Nav ul li{
	list-style:none;
	margin:0;
	width:auto;
	
	border-bottom:1px dotted #000;
}
#channel #level2Nav ul li.navOn{
	margin:0;
}
#channel #level2Nav ul li a{
	display:block;
	padding:3px 5px;
	padding-left:14px;
	color:#FFF;
	font-size:0.9em;
	text-decoration:none;
}
#channel #level2Nav ul li a.navOn{
	color:#000;
}
#channel #level2Nav ul ul{
	padding:2px 0 4px 0; 
}
#channel #level2Nav ul ul li{
	margin:0 0 2px 0;
	border:none;
}
#channel #level2Nav ul ul li a{
	font-size:0.85em;
	padding:1px;
	padding-left:31px;
	background:url(/teddybears/css/images/sub_bg.gif) no-repeat 14px 2px ;

}
#channel #level2Nav ul ul li a.l3on{
	font-weight:bold;
	color:#000;
}
#channel #level2Nav ul li a:hover{

}
#channel #level2Nav ul ul li a:hover{
	text-decoration:underline;
}


#minicart{
	color:#FFF;
	text-align:left;
	padding:5px 0 5px 0;
	margin-bottom:2px;
}
#minicart span{
	display:block;
	padding-left:10px;
	font-size:0.85em;

}
#minicart ul{
	list-style:none;
	margin:0;
	padding:0;
}
#minicart li{
	display:inline;
	margin:0;
	padding:0;
	margin-left:5px;
}
#minicart a{
	color:#FFF;
	font-size:0.85em;
}
.AdvertImg{
	text-align:center;
}
.puff{
	font-size:0.85em;
	margin:10px 3px;
	background:#f93 url(/teddybears/css/images/tilebg.gif) repeat-x;
	border:1px solid #000;
}
.puff h3{
	color:#FFF;
	font-size:1.1em;
	margin:0;
	padding:2px 5px;
	text-align:center;
}
.puff .padLayer{
	
	padding:15px 10px 10px;
}

.puff p{
	margin-bottom:10px;
}
.puff .pImg{
	text-align:center;
	margin-bottom:10px;
}
.puff img{
	border:1px solid #000;
}
.puff .moreLink{
	text-align:right;
	margin-top:5px;
}
.puff .fImg{
	border:0;
}
.puff .news{
	margin-left:2px;
	padding-left:2px;
	list-style-type:square;
}
.puff .news li{
	margin-bottom:4px;
}

/*  Page Tiles  */
.oneTileRow,
.twoTileRow,
.threeTileRow{
	width:100%;
}
.tile table{
	height:100%;
}
.tile{
	border:1px solid #000;
	vertical-align:top;
	background:url(/teddybears/css/images/tilebg.gif) repeat-x;
	padding-top:2px;
}
.tile img{
	border:1px solid #900;
}
.tile .moreLink{
	clear:both;
	margin:10px 0 0 10px;
	padding:0 10px 10px 0;
	vertical-align:bottom;
}
.tile .fImg{
	border:0;
}
#mainContent .tile .padLayer{
	padding:10px;
}
.tile h3{
	color:#000;
	font-size:1.1em;
	margin:0;
	padding:2px 10px;
	text-align:left;

}
.tile .news{
	margin-left:2px;
	padding-left:2px;
	list-style-type:square;
}
.tile .news li{
	margin-bottom:6px;
}

.oneTileRow, .oneTileRow .tile{
	width:100%;
}
.oneTile h3{}
.oneTileRow .tile .padLayer{}

.oneTileRow .tile .tImg{
	float:left;
	margin:0 10px 10px 0;
}
.twoTileRow .tile{
	width:48%;
}
.twoTileRow .tile h3{}
.twoTileRow .tile .padLayer{}
.twoTileRow .tile .tImg{
	text-align:center;
	margin:0 auto 10px;
}
.twoTileRow .tileSpacer{
	width:3%;
}
.threeTileRow .tile{
	width:32%;
}
.threeTileRow .tile .tImg{
	text-align:center;
	margin:0 auto 10px;
}
.threeTileRow .tileSpacer{
	width:2%;
}

.CustomerForm,.VerveForm{
	margin-top:20px;
}

.CustomerForm h3{
	background:#900;
	border:1px solid #000;
	padding:4px;
	color:#fff;
	position:relative;

}
.CustomerForm ul{margin-left:0;}
.CustomerForm ul li,.VerveForm li{
	list-style-type:none;
	padding:4px 4px 2px 4px;
	clear:both;

}
.CustomerForm ul li input,
.CustomerForm ul li select,
.VerveForm li input,
.VerveForm li select{
	width:250px;
}
.CustomerForm ul li.odd{}
.CustomerForm ul li label,.VerveForm li label{
	width:150px;
	display:block;
	float:left;
	line-height:1.7;
	position:relative;
	text-align:right;
	padding-right:5px;
}
.CustomerForm ul li .text{
line-height:1.7;
}
.CustomerForm form{

}

.CustomerForm .button{
	margin-left:167px;
}
.required{
	color:#900;
	font-weight:bold;
}
#pDetails,
#paymentDetails{
	margin:15px 0;
	padding:10px 0 0;
	
}
#paymentDetails{
	float:left;
}
#SpecialInstructions{
	margin:15px 0;
	padding:10px 0 0;
	width:400px;
	float:left;
}
#pDetails{width:300px;}
#taxInvoice b,
#pDetails b,
#paymentDetails b,
#SpecialInstructions b{
	color:#fff;

}
#taxInvoice ul,
#pDetails ul,
#paymentDetails ul,
#SpecialInstructions ul{
	list-style:none;
	margin:5px 0 20px 10px;
	
}
#SpecialInstructions ul{
	width:380px;
}
#paymentDetails ul{
	margin-bottom:0px;
}
#taxInvoice ul li label,
#pDetails ul li label,
#paymentDetails ul li label,
#SpecialInstructions ul li label{
	width:80px;
	display:block;
	float:left;
	padding-right:10px;
	text-align:right;
}
#SpecialInstructions ul li label{
	width:120px;
}
#SpecialInstructions ul li textarea{
	width:200px;
	height:120px;
}

#taxInvoice ul li,
#pDetails ul li,
#paymentDetails ul li,
#SpecialInstructions ul li{
	clear:left;
	margin-bottom:3px;
	
}
#ShippingAddress{
	width:300px; 
	float:left;
}
#MailingAddress{
	width:300px; 
	float:right;
}
#paymentDetails ul li label{
	width:130px;
	
}
#paymentDetails ul li{
	margin:2px 0;
}

#invoiceDetails{
	float:right;
	width:300px;
	margin:0;
}
#invoiceDetails li{
	list-style-type:none;
	margin:0 0 5px 0;
}
#invoiceDetails h3{
	display:inline;
	width:120px;
}

#pageGallery,
#photoGallery{
	margin:10px 0;
	list-style-type:none;
	display:inline;
	text-align:left;
	float:left;
	width:100%;
}
#pageGallery div,
#photoGallery div{
	float:left;
	text-align:center;
	margin:0 5px;
	padding:5px;
	width:28%;
}
#pageGallery div div,
#photoGallery div div{
	margin:0 auto;
	float:none;
	width:100px;	
}
#pageGallery div.clear,
#photoGallery div.clear{
	float:none;
	padding:0;	
}
#pageGallery div.ClearFloat,
#photoGallery div.ClearFloat{
	clear:left;	
}
#pageGallery div img,
#photoGallery div img{
	border:1px solid #194276;
}

#pageNumbers{
	text-align:center;
	margin-top:20px;
}
#pageNumbers .previous{
	text-align:left;
	float:left;
	width:15%;
}
#pageNumbers .next{
	text-align:right;
	float:right;
	width:10%;
}
#pageNumbers .numbers{
	width:70%;
	margin:auto;
}

.newsdate{
	color:#fff;
	margin-bottom:10px;
}
.lnews .newsdate{
	margin-bottom:3px;
}

#forgotPassword{
	margin:20px 0 5px 0;
	overflow:hidden;
	position:relative;
}
#SearchResults{
	margin:10px 0;
}
#SearchResults li{
	list-style-type:none;
	margin:0 0 5px 0;
	
}
.PrevNext{
	float:right;
}
.message,.errorMsg{
	color:#900;
	font-weight:bold;
}

.clear{
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}

a{color:#900;}
#print{display:none;} /*  for print.css - position:absolute;top:2px;left:2px; */


#EmailWrapper{
	width:490px;
	margin:10px auto;
	border:1px solid #000;
	background:#ff9934;
	padding:10px;
	text-align:left;
	font-size:1.2em;
}
#EmailWrapper .CustomerForm ul{
	margin:0 0 20px 0;
}
#EmailWrapper .CustomerForm ul li{
	clear:left;
}
#EmailWrapper .CustomerForm ul li label{
	width:90px;
}	
#CheckoutBreadCrumbs{
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom:30px;
}
.recipient li{
	padding:2px !important;
}
.recipient li label, .recipient .text{
	line-height:1.4 !important;
}
