/* ----- end float fix ----- */
body{
	background:url(../graphics/cherishgifts/background.jpg) repeat-x;
	color:#444444;
	font: 80%  "Trebuchet MS", Trebuchet, Verdana, Times;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
	background-color:#FFFFCC;
}

.links
{
    width:500px;
}


/* ----- global links ----- */
a:link, a:visited{
	color:#275f81;
	text-decoration:none;
}
a:hover{color:#555;}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100%  "Trebuchet MS", Trebuchet, Verdana, Times;	
	color:#444444;	
}
th{
	background:#FFFFCC;
	padding:5px;
}
td{padding:5px;
background:#FFFFFF;}



/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{
margin:1em 0;
color:#444444;
}
h1{font-size:140%;}
h2{font-size:130%;
color:#275F81;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	margin-top:10px;
	width:900px;
	text-align:left;
	background:#FFFFFF;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	position:relative;
}

/* ----- header area ----- */
#header{
	width:900px;
	height:60px;	
	padding-top:130px;
	position:relative;
	background:url(../graphics/cherishgifts/banner.jpg) no-repeat;
	margin:0;
	margin-bottom:20px;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:20px;
	left:30px;
	line-height:30px;
	font-size:180%;
	font-weight:normal;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:30px;
	line-height:20px;
}

/* ----- shopping basket info ----- */
.info{
	position:relative;	
	padding:0;
	margin:0;
	z-index:10;
	color:#FFFFFF;
}

.info a{
	color:#FFFFFF;
}

.info a:visited{
	color:#FFFFFF;
}

.info a:hover{
	color:#FFFFFF;
text-decoration:underline;
}

/* ----- shopping basket div----- */
#basket{
	position:relative;	
	margin:0;
	padding:0;
	font-size:120%;
	padding-right:35px;
	background: url(../graphics/cherishgifts/basket.gif) no-repeat;
	background-position: top right;
}


/* ----- header left and header right (divides shopping cart from links)----- */
#headerleft{
	position:relative;	
	float:left;
	margin:0;
	padding:0;
	width:680px;
	padding-right:10px;
	padding-left:10px;
}
#headerright{
	position:relative;	
	float:left;
	text-align:right;
	margin:0;
	padding-right:10px;
	width:190px;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{
	text-align:left;
}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	text-align:left;
	margin-bottom:10px;
    padding-bottom:5px;
	border-bottom:1px dotted #CCCCCC;
    font-size:110%;
}

#breadcrumbs a:link, #breadcrumbs a:visited
{
   color:#333;
   font-weight:bold;
}

#breadcrumbs a:hover
{
    color:#666;
    font-weight:bold;
}

/* ----- search box ----- */
#search{
	margin:0;
	margin-bottom:1em;
	padding:0;
}
#search label{
	display:block;
	font-size:120%;	
	font-weight:bold;
	}
#searchKeyword{
	float:left;
	width:130px;
	font-size:120%;	
	}

#searchSubmit{
	float:left;
	background:#444444;
	color:#fff;
	border:1px solid #CCCCCC;
	padding-top:0;
	padding-bottom:0;
	width:26px;
	height:26px;
}

#searchSubmit:hover{
	cursor:pointer;
	background:#333333;
}
/* ----- side navigation (non tree style)----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
    width:180px;
}
#navDept li{
    padding-left:5px;
	list-style:none;
    margin:0;
}
#navDept li a, #navDept li a:visited{
	color:#555;
	padding-left:15px;
	background:url(../graphics/cherishgifts/bullet.jpg) no-repeat;
	background-position:left;
	list-style:none;
    margin:0;
    width:150px;
}

#navDept li a:hover{
	color:#999;
	padding-left:15px;
	list-style:none;
	cursor:pointer;
    margin:0;
}
#navDept li a span{
	display:block;
	padding:0px;
    margin:0;
    width:150px;
}

#navDept li a .selected
{
    padding-left:30px;
}
/* ----- subdepartment navigation  (if in non tree style)----- */
#navSubDept
{
float:left;
margin:0;
padding:0;
margin-bottom:10px;
border-bottom:1px dotted #ccc;
padding-bottom:20px;
width:100%;
}

#navSubDept li
{
	margin-bottom:5px;
	padding-right:15px;
    padding-left:15px;
	list-style:none;
    width:180px;
    float:left;
    background: url(../graphics/cherishgifts/subbullet.jpg) no-repeat center left;
}
#navSubDept li a, #navSubDept li a:visited{
color:#275F81;
}
#navSubDept li a:hover{
color:#5D87A1;
}



/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{}
#navTools li{
	padding-left:5px;
	list-style:none;
}
#navTools li a, #navTools li a:visited{
	color:#555;
	padding-left:15px;
	background:url(../graphics/cherishgifts/bullet.jpg) no-repeat;
	background-position:left;
	list-style:none;
    margin:0;
}

#navTools li a:hover {
	color:#999;
	padding-left:15px;
	list-style:none;
	cursor:pointer;
    margin:0;
}

#navTools li a span{
}

/* ----- add to basket button ----- */
input.formButtonAddToBasket{
	background:#ccc;
	color:#6f6750;
	border:1px solid #999;
	padding-top:1px;
	padding-bottom:1px;
    width:88px;
}

input.formButtonAddToBasket:hover{
	cursor:pointer;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
margin:0;
	padding:0;
	list-style:none;
}
.navStatic{}
.navStatic li{
padding-left:5px;
	list-style:none;
}
.navStatic li a, .navStatic li a:visited{
	color:#555;
	padding-left:15px;
	background:url(../graphics/cherishgifts/bullet.jpg) no-repeat;
	background-position:left;
	list-style:none;
    margin:0;
}
.navStatic li a:hover{
	color:#999;
	padding-left:15px;
	list-style:none;
	cursor:pointer;
    margin:0;
}
.navStatic li a span{

}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:120%;
	font-weight:bold;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:190px;
	margin-left:5px;
	margin-top:10px;
    margin-right:5px;
}

/* ----- main content area ----- */
#main{
	float:left;
	
	width:680px;
	margin-left:10px;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#275F81;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#9E7E5E;
	font-size:180%;
}
#main h1#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#9E7E5E;
	font-size:180%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	border-top:1px solid #ccc;
	margin-top:30px;
	width:900px;
	color:#333;
	min-height:50px;
	padding-top:20px;
	text-align:center;
	font-size:80%;
}

#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:.5em;}
#footer a, #footer a:visited{
	
	color:#333;
}
#footer a:hover{
	
	color:#333;
	text-decoration:underline;
}
#footer #credits{
	margin-top:-1.5em;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
    margin-left:0;
    padding-left:0;
	width:600px;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination p{
	text-align:left;
    color:#838383;
    margin-bottom:0;
    padding-bottom:0;
    padding-left:5px;
}
#pagination a, #pagination a:visited{
    color:#000;
    font-weight:bold;
    text-decoration:underline;
}
#pagination a:hover
{
    color:#000;
    font-weight:bold;
    text-decoration:underline;
}
#pagination a#firstPage{}
#pagination a#prevPage{}
#pagination a#nextPage{}
#pagination a#lastPage{}
#pagination a#backgroundexample {background:url(../graphics/plain/ico_last.gif) no-repeat 0 0;}



/* ----- product thumbnail list ----- */
.products{
	margin:1em 0;
	width:650px;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	float:left;
	padding: 20px;
	margin:5px;
	color:#777;
	width:150px;
	border: 1px solid #CCCCCC;
	height:300px;
}
.products li:hover{

}
.products li h3{
	margin-top:.5em;
	margin-bottom:0;
	padding:0;
	background:none;
	font-size:100%;
}
.products li h3 a, .products li h3 a:visited{color:#555;}
.products li h3 a:hover{color:#275f81;}
.products .image{
	float:left;
	margin:0;
	width:150px;
}
.products .image a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}
.products .image a:hover img{
	border:1px solid #ccc;
	padding:2px;
	background:#e2e2e2;
}
.products .price{
	clear:both;
	margin: 0;
	text-align:left;
	line-height:180%;
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:0;
	text-align:right;
	line-height:180%;
}
.products .moreinfo{
	clear:both;
	margin:0;
	text-align:left;
	padding:0;
}
.products .productlistinfo{
	clear:both;
	margin:0;
	text-align:left;
	height:90px;
}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:left;
	width:160px;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:left;
	width:500px;
	text-align:left;
}
#product .price{
	color:#444444;
	font-size:120%;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}

#product #addWishlist a, #product #addWishlist a:visited{
    color:#444;
}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* -----spacer----- */
.spacer{
height:0px;
border-bottom:1px dotted #CCCCCC;
margin-top:20px;
margin-bottom:20px;
}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border-bottom:1px solid #999;
	background:#fff;
	padding:5px;
	color:#9E7E5E;
}
td{
	background:#fff;
	/*border-bottom:1px solid #999;*/
	padding:5px;
	vertical-align:top;
	color:#000;
	min-height:50px;
}

.formField, .formSelect{
	background:#fff;
	/*border:1px solid #e1e1e1;*/
	width:250px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	/*border:1px solid #e1e1e1;*/
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#000;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#000;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#ccc;
	color:#6f6750;
	border:1px solid #999;
	padding-top:1px;
	padding-bottom:1px;
	font-weight:bold;
    cursor:pointer;
}
.formButton:hover{
	cursor:pointer;
}


label span{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	/*border: 1px solid #bbb;*/
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */
.special {
	display:none;
}


.checkoutlogin-new
{
    background:url(../graphics/cherishgifts/curved_smaller.jpg) no-repeat;
    width:608px;
    height:199px;
    padding-left:30px;
    padding-right:30px;
    padding-top:5px;
}
.checkoutlogin-existing
{
    background:url(../graphics/cherishgifts/curved_small.jpg) no-repeat;
    width:608px;
    height:320px;
    padding-left:30px;
    padding-right:30px;
    padding-top:5px;
}

.message
{
    color:#990000;
}

