/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #1C5ED2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #E5265A;
}

h2{
 font-size: 114%;
 color: #E5265A;
}

h3{
 font-size: 100%;
 color: #E5265A;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #E5265A;
}

h5{
 font-size: 100%;
 color: #E5265A;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #E5265A;
}
		
img {
	border: 1px solid #AAA;
}		

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#greybodybg{
	text-align:center;
	width:100%;
	background-color:#EEE;
}
#centeredbody{
	text-align:left;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}
#masthead{
	background-image: url(/images/site/tails.gif); 
	background-position:top left;
	background-repeat:repeat;
	margin: 0;
	padding: 0px;
	width: 770px;
}

#masthead img.mainlogo {
	border:none;
	padding: 4px;
	padding-left: 27px;
}

#leftcol{
	width: 170px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 10px;
	float:left;
	text-align:center;
}

#content{
	float:right;
	width: 585px;
	padding-left:5px;
	border-left: 1px solid #999;
	font-size:  85%;
	xbackground-color: #FFFFCC;
	xbackground-image: url(/images/site/bkgnd_yellow.jpg);
	xbackground-image: url(/images/site/bkgnd_green.png);
	xbackground-repeat: repeat-y;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/
#topnavbar {
	float:right;
	display:block;
	width:500px;
}

#globalNav {
	float: right;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 0px;
	padding:0;
	display:block;
}
#globalNav li {
	float: left;
	padding:0px;
	margin:0px;
	display:block;
}

#globalNav li img {
	border: none;
	padding: 0;
	margin: 0;
}
#globalNav ul {
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	padding: 1px 0px 3px 0px;
	white-space: nowrap;
	list-style:none;
	float:left;
	background-color:rgb(237, 24, 72);
}
#globalNav ul li {
	color: #FFFFFF;
	margin: 0px 7px 0px 7px;
	white-space: nowrap;
	float:left;
}
#globalNav ul li.dot {
	margin: 0px 0px 0px 0px;
}

#globalNav ul li.dot img {
	margin: 0px;
	padding: 0px;
}


/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav ul li a, #globalNav ul li a.link, #globalNav ul li a.visited {
	color: #FFF;
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}

#globalNav ul li a.hover {
	color: #333333;
}

/************* #leftNav styles **************/
#leftNav {
	margin:0px;
	width:125px;
	padding-left:30px;
}
#leftNav img {
	border: 0;
	padding: 0;
	margin:0;
	display: block;
}
#leftNav ul {
	display: block;
	width: 125px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color:rgb(87, 198, 222);
}
#leftNav ul li {
	display:block;
	text-align:center;
	border-bottom:1px solid #FFF;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	white-space: nowrap;
}
#leftNav ul li.start {
	border-top:1px solid #FFF;	
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#leftNav ul li a, #leftNav ul li a.link, #leftNav ul li a.visited {
	color: #FFF;
	font-size: 90%;
	padding: 0px 0px 0px 0px; 
}

#leftNav ul li a.hover {
	color: #333333;
}

.leftButton {
	width:125px;
	border:solid 1px #CCC;
	background-color:rgb(229, 38, 90);
	text-align:center;
/*	font-size:75%;*/
	margin-left:27px;
	padding:3px;
}
.leftButton a, .leftButton a.link, .leftButton a.visited, .leftButton a.hover {
	color: #FFF;
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/
#breadcrumb {
	padding-top:3px;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	font-size:80%;
	list-style:none;
	padding: 0px;
	white-space: nowrap;
	float:left;
}
#breadcrumb ul li.dot {
	margin: 6px 0px 0px 0px;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#breadcrumb ul li a, #breadcrumb ul li a.link, #breadcrumb ul li a.visited {
	font-size: 100%;
}

#breadcrumb ul li a.hover {
	color: #333333;
}


/************** .content styles ***************/
/* left col */
.content1 {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 1em;
	width: 275px;
	font-size: 80%;
	float: left;
	clear: both;
}

.content1 h3 { 
	padding: 0px 0px 5px 0px;
	text-align: center;
}

.content1 .mainimg{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/* right col */
.content2 {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 1em;
	width: 275px;
	font-size: 80%;
	float: right;
	clear: right;
}

.content2 h3{
	padding: 0px 0px 5px 0px;
	text-align: center;
}

.content2 .mainimg{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/* comment */
.comment {
	padding: 15px 15px 0px 15px;
	width: 560px;
	font-size: 80%;
}

.comment h3{
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.rating {
	font-size: 120%;
	font-weight: bold;
}
.commenter {
	font-style: italic;
}

/************** .story styles *****************/

.product {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 1em;
	width: 570px;
	font-size: 80%;
	clear:both;
}
.prodbar {
	border-bottom:1px solid rgb(28, 186, 210); 
	padding-bottom:2px;
}
.proddetails {
    width: 570px;
	background-color: #FFF;
}
.prodthumbs {
	float:left;
	padding:5px 5px 5px 5px;
	margin:0;
	list-style:none;
	background-color:rgb(247, 189, 205);
}

.proddetails .content1 {
	width: 260px;
}
.proddetails .content2 {
	width: 260px;
}

.product h3{
	padding: 0px 0px 5px 0px;
}

.center {
	text-align: center;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	background-image: url(/images/site/tails.gif); 
	clear: both;
	font-size: 75%;
	color: #FFF;
	width:770px;
}
#siteInfo ul{
	padding: 10px;
	margin: 0px 7px 0px 7px;
	list-style: none;
	
}
#siteInfo ul li{
	color:#FFF;
	margin: 2px 7px 2px 7px;
	float:left;
}
#siteInfo ul li.dot{
	margin: 5px 0px 0px 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
#siteInfo ul li a, #siteInfo ul li a.link, #siteInfo ul li a.visited {
	color: #FFF;
	padding: 0px 4px 0px 0px; 
}

#siteInfo ul li a.hover {
	color: #333333;
}

#siteInfo img{
	border: 0px;
	display:block;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dotted #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #FFF;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/
/*
#headlines {
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
*/
.hidden {
	display:none;
}

.price {
	font-size: 120%;
	font-weight:bold;
}
.sale {
	font-size:90%;text-decoration: line-through; color:rgb(237, 24, 72);	
}
.hclear {
	clear:both;
	line-height:0px;
	margin:0px;
}

.h_prod_img {
	border: 1px solid #333;
}

a.title {
	font-size: 120%;
	font-weight: bold;
}

.headlines {
	padding-left: 10px;
	font-size: 80%;
}

.headline {
	margin-bottom: 1em;
}

.headline .date {
	white-space: nowrap;
	color: #696969;
	font-style:italic;
}
.hili_box_out {
	border: 1px solid #999; margin: 10px 0px 0px 15px; width: 560px;
}
.hili_box_in {
	 padding: 7px 0px 7px 30px; width: 520px; xborder: 5px solid #ffcc33;
}
.titlebanner
{
	width: 580px;
	clear:both;
}
.titlebanner .title {
	padding: 5px 0px 5px 0px; 
	color: rgb(237, 24, 72); 
	font-size: 115%; 
	border-bottom: 1px dotted rgb(28, 186, 210); 
/*	border-top: 1px dotted rgb(28, 186, 210);*/
}
.titlebanner .date {
	margin-top: 5px; float:left; color: #666; font-size: 80%;
}
.titlebanner .tools {
	padding-right:10px; float: right; font-size: 80%;
}
table.babylegs_prints
{
	 border:  1px solid #CCC;
}
table.babylegs_prints td
{
	 font-size: 80%; vertical-align: top; text-align: center;
}

input.button,
input.buttonright {
	padding: 2px;
	margin: 3px 10px 3px 0 !important;
	background: #fff url(/images/site/buttonbg.gif) repeat-x top left;
	border: solid 1px #CCC !important;
	color: rgb(28, 186, 210) !important;
	font-weight: bold;
}

input.buttonright {
	margin: 3px 0 3px 10px;
	float: right;
}

input.button:focus,
input.buttonright:focus {
	border: 2px solid rgb(28, 186, 210) !important;
	padding: 1px;
}
#art_body {
	width:570px;
}
TD.prodList {
	width:186px;vertical-align:top;text-align:center;padding-bottom:15px;
}
div.prodList {
	width:140px;vertical-align:top;margin-left:auto;margin-right:auto;text-align:left; 
}