
/*
------------------------------------------------------>>> DEFINED ELEMENTS
*/

body 
{
padding: 0;
margin: 0;
background: #fff url(i/bg.png) top left repeat-x;
color:#222;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Verdana, sans-serif;
font-size: 76%;
text-align: center;
}


div
{
margin: 0;
padding: 0;
}

a
{
color: #036;
text-decoration: none;
font-weight: bold;
}

img, img a, img a:hover
{
border: 0;
}

h1, h2, h3
{
font-family: Arial;
}

a:hover
{
color: #c20;
text-decoration: underline;
}

#head-wrap
{
width: 944px;
margin: 0 auto;
/* border: 1px solid #c20; */
}

#body-wrap
{
width: 850px;
margin: 60px auto 0 auto;
/* border: 1px solid #c20; */
}

html>body #body-wrap { margin: 60px auto 0 auto; }


/*
------------------------------------------------------>>> LOGO MAST
*/
#mast
{
width: 100%;
margin: 0;
height: 125px;
display: block;
position: relative;
}


#mast h1
{
margin: 0;
padding: 0;
display: block;
}

#mast h1 a
{
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
color: #fff;
width: 305px;
height: 110px;
background: transparent url(i/logo.png) top left no-repeat;
text-indent: -999em;
}

html>body #mast h1 a { top: -7px; }

#mast h1 a:hover 
{
opacity: 0.7;
}

#mast h3
{
display: none;
}


/*
------------------------------------------------------>>> SITE NAV
*/
#site-nav ul
{
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
list-style-type: none;
}

#site-nav li
{
margin-top: 10px;
float: right;
list-style: none;
padding: 3px;
}

#site-nav li a
{
padding: 3px;
margin: 0 0 0 1em;
}

#site-nav a:hover
{
background: #ccd6dd;
color: #003;
text-decoration: none;
}

#site-nav li a.current { background: #ccd6dd;
color: #003;
text-decoration: none; }



/*
------------------------------------------------------>>> ICON MENU
*/



#menu
{
width: 100%;
margin: 10px auto 0 auto;
padding: 0;
height: 80px;
display: block;
}

html>body #menu { margin-top: 0; }


#nav, #nav ul 
{
padding: 0;
margin: 0;
list-style: none;
line-height: 120%;
z-index: 1000;
}

#nav a 
{
padding: 0;
margin: 0;
display: block;
}

#nav li 
{ 
padding: 0;
margin: 0;
float: left;
}

#nav li a
{
display: block;
color: #fff;
text-align: center;
height: 80px;
text-decoration: none;
font-weight: bold;
width: 92px;
margin: 0 2px 0 0;
text-indent: -9999em;
}

#nav li a:hover
{
background-position: 0 0;
color: #ce5320;
}


#menu-Cookware a { background: transparent url("i/menu-Cookware.png") bottom left no-repeat; }
#menu-Electrical a { background: transparent url("i/menu-Electrical.png") bottom left no-repeat; }
#menu-Bakeware a { background: transparent url("i/menu-Bakeware.png") bottom left no-repeat; }
#menu-Tableware a { background: transparent url("i/menu-Tableware.png") bottom left no-repeat; }
#menu-Woodware a { background: transparent url("i/menu-Woodware.png") bottom left no-repeat; }
#menu-Barware a { background: transparent url("i/menu-Barware.png") bottom left no-repeat; }
#menu-Utensils a { background: transparent url("i/menu-Utensils.png") bottom left no-repeat; }
#menu-Kitchenware a { background: transparent url("i/menu-Kitchenware.png") bottom left no-repeat; }
#menu-Knives a { background: transparent url("i/menu-Knives.png") bottom left no-repeat; }
#menu-Tea_Coffee a { background: transparent url("i/menu-Tea_Coffee.png") bottom left no-repeat; }
#menu-Oven2Table a { background: transparent url("i/menu-oven2table.png") bottom left no-repeat; }


#nav li a.current { background-position: 0 -80px; }


/*	DROP DOWNS	*/

#nav li li a:hover
{
background: #b50906;
color: #fff;
}

#nav li li a
{
text-align: left;
height: auto;
padding: 2px 0;
text-indent: 1px;
width: 126px;
margin: 0 0 0 2px;
background: #000;
color: #555;
line-height: 140%;
}


#nav li ul 
{ /* second-level lists */
position: absolute;
width: 130px;
left: -999em;
background: #000;
opacity: 0.8;
padding: 0 0 1em 0;
}

#nav li:hover ul, #nav li.sfhover ul 
{ /* lists nested under hovered list items */
left: auto;
}


/*
------------------------------------------------------>>> SEARCH
*/


#searchform 
{ 
background:transparent url(i/search2.png) top left no-repeat;
text-align:left; 
width:165px;
height:40px; 
display: block;
margin: 0 0 0 20px;
display: none;
}


#search_field 
{ 
background: transparent;
font-size:90%;
padding:10px 0 0 15px;
border: 0;
color:#666; 
width: 120px;
display: block;
}

#search_field input
{ width: 12em; }

html>body #search_field { padding:10px 0 0 35px;  }



/*
------------------------------------------------------>>> CONTENT
*/


#container
{
width: 620px;
float: left;
margin-right: -200px;
line-height: 150%;
min-height: 500px;
height: 500px;
}

html>body #container { height: auto; }


#content 
{
background: transparent;
margin-right: 200px;
text-align: left;
}

#main-content
{
width: 620px;
font-size: 110%;
line-height: 150%;
}

#main-content img
{
float: left;
/* border: 1px solid #ccc; */
margin: 0.5em 1em 1em 0;
/* padding: 0 5px 5px 5px; */
}

#main-content img.noborder
{
border: 0;
}



#main-content table
{
border: 1px solid #91A6B6;
width: 600px;
padding: 2px;
}

#main-content th
{
background: #B83715;
color: #fff;
text-align: center;
}


#main-content tr
{
border-bottom: 1px solid #ddd;
}

.summary
{
text-align: right;
}


#content p, #content h1
{
padding: 2px 5px;
}


#content h3
{
color: #CE5320;
font-size: 160%;
margin: 0 0 0.7em 0;
}

#content h3.welcome
{
color: #CE5320;
font-size: 160%;
text-indent: -99999em;
margin: 12px 0 0.7em 0;
display: block;
width: 620px;
height: 146px;
background: url(i/welcome2.png) top left no-repeat; 
}

/*	SUB CATS DROP DOWN MENU	*/
#catMenu, ul#catMenu
{
list-style-type: none;
list-style: none;
text-align: left;
}

#catMenu, #catMenu ul 
{ /* all lists */
padding: 0;
margin: 0 0 0 0;
list-style: none;
line-height: 120%;
z-index: 1000;
position: relative;
width: 300px;
display: block;
float: left;
}

#catMenu a 
{
display: block;
}

#catMenu, #catMenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-image: none;
}

/*#catMenu a {
	display: block;
	width: 400px;
}*/

#catMenu li { /* all list items */
	float: left;
	width: 300px; /* width needed or else Opera goes nuts */
	height: 25px;
	line-height: 200%;
	padding: 0;
	margin: 0;
}

.master
{
	background: #fff url(i/dropdown.png) bottom left no-repeat;
	text-indent: 44px;
	width: 300px;
	display: block;
}



#catMenu li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #D8E2E8;
	width: 300px;
	text-align: left;
}

#catMenu li li
{
margin: 0 !important; 
padding: 0 !important; 
}

#catMenu li li a
{
text-align: left;
padding: 2px 0;
text-indent: 7px;
width: 300px;
margin: 0 !important; 
height: 1.4em !important; 
background: #D8E2E8;
color: #036;
background-image: none;
line-height: 140%;
display: block;
/*border-bottom: 2px solid #003;
border-left: 1px solid #003;
border-right: 1px solid #003;*/
}

#catMenu li li a:hover
{
background: #B83715;
color: #fff;
text-decoration: none;
}

#catMenu li:hover ul, #catMenu li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
}

/*IE7 fix*/
#catMenu li:hover, #catMenu li.hover {
    position: static;
}


/*	PAGINATE	*/
.paginate
{
float: right;
/* width: 500px; */
margin: 0 0 1em 0;
}

.paginate ul
{
margin: 0;
padding: 0;
list-style-type: none;
list-style: none;
float: left;
}

.paginate li
{
list-style-type: none;
list-style: none;
float: left;
margin: 0 1em 0 0;
padding: 0;
font-weight: bold;
}

.paginate li a
{
padding: 5px;
background: #D5DDE2;
border: 1px solid #67A5CF;
}

.paginate li a.current, .paginate li a:hover
{
text-decoration: none;
background: #FAC896;
color: #B83715;
border: 1px solid #CE5C00;
}





/*	PRODUCTS	*/
.product
{
position: relative;
float: left;
display: block;
background: #fff url(i/product-box.png) 0 0 no-repeat;
color: #000;
width: 190px;
height: 230px;
min-height: 230px;
margin: 0 5px 0 0;
padding: 5px;
}

html>body .product { width: 190px; } 


.product_full
{

}

/*.product_full ul
{
padding: 0;
margin: 0;
list-style-type: none;
list-style-position: outside;
}

.product_full li 
{ 
display: block;
float: none;
list-style: none; 
margin: 0 0 .5em 20px;
padding: 0 0 0 16px;
background: url(i/tick.png) 0 .4em no-repeat; 
}*/



img.thumbnail
{
margin: 0;
padding: 0;
border: 1px solid #036;
}

img.offer_thumb
{
margin: 0;
padding: 0;
border: 1px solid #91A6B6;
}

.product h4
{
margin: 0 62px 0 0;
padding: 5px;
font-size: 90%;
}

.product h4 a:hover { color: #fff; text-decoration: none; }

.product h5
{
/*position: absolute;
bottom: 2em;
left: 1em;
margin: 0;
padding: .3em;
background: #0D3D6E;
color: #fff;*/
clear: left;
}

.product p
{
margin: 0;
padding: 0;
font-size: 90%;
line-height: 120%;
}

.product.pinball-on
{
background-position: -200px 0;
color: #fff;
}

.pinball-on h4 a
{
color: #fff;
}

.pinball-on img
{
border: 1px solid #B83715;
}



h4.add_cart a
{
float: left;
display: block;
margin: 0;
padding: 0;
width: 70px;
height: 30px;
background: url(i/buy.png) bottom left no-repeat;
text-indent: -9999em;
}

h4.add_cart a:hover
{
background-position: 0 0;
}


/*#buyButton
{
float: left;
display: block;
margin: 15px 0 0 0;
padding: 0;
width: 70px;
height: 30px;
background: url(i/buy.png) bottom left no-repeat;
text-indent: -9999em;
border: 0;
}

#buyButton:hover
{
background: url(i/buy.png) top left no-repeat;
cursor: hand;
cursor: pointer;
}*/

/*	wedding list styling	*/
.wlist
{
float: left;
display: block;
width: 500px;
}

.wlist img
{
float: left;
margin: 5px;
padding: 5px;
border: 0;
}

.wlist_1
{
background: #fff;
}

.wlist_2
{
background: #e1e7ee;
}


/*	table buttons */
a.cart_add
{
display: block;
width: 16px;
height: 16px;
text-indent: -9999em;
background: url(i/add.png) bottom left no-repeat;
}

a:hover.cart_add
{
background-position: 0 0;
}

a.cart_sub
{
display: block;
width: 16px;
height: 16px;
text-indent: -9999em;
background: url(i/sub.png) bottom left no-repeat;
}

a:hover.cart_sub
{
background-position: 0 0;
}

a.cart_del
{
display: block;
width: 16px;
height: 16px;
text-indent: -9999em;
background: url(i/del.png) bottom left no-repeat;
}

a:hover.cart_del
{
background-position: 0 0;
}


/*
------------------------------------------------------>>> SIDEBAR
*/


#sidebar 
{
width: 200px;
float: right;
margin-top: 10px;
}


#cart
{
width: 200px;
background: #CE5320 url(i/shopping.png) top left no-repeat;
color: #fff;
}

#cart h4
{
font-size: 140%;
font-weight: bold;
padding: 5px;
margin: 0 0 0 30px;
}

#cart a
{
color: #fff;
}

#cart a:hover
{
text-decoration: none;
}

#cart ul
{
text-align: left;
list-style-type: none;
/*margin: 0 0 0 25px;*/
font-size: 110%;
font-weight: bold;
}


#cart ul li
{
margin: 0 0 0 25px;
margin-bottom: .5em;
}



#cart ul li a, #cart ul li a:visited
{
padding-left:12px;
}

#cart ul li a:hover
{
background: transparent url(i/bullet.png) center left no-repeat;
}

#cart .end-cart
{
margin-top: 20px;
width: 200px;
height: 15px;
display: block;
background: url(i/shopping.png) bottom left no-repeat;
}


/*-- SPECIAL OFFERS BOXES --*/
.side-box
{
position: relative;
margin: 15px 0 0 0;
width: 200px;
background: #f3f2de url(i/side_box.png) top left no-repeat;
color: #194775;
display: block;
font-weight: bold;
}

.side-box-end
{
margin-top: 20px;
width: 200px;
height: 15px;
display: block;
background: url(i/side_box.png) bottom left no-repeat;
}

.side-box h4
{
font-size: 140%;
font-weight: bold;
padding: 20px 5px 5px 5px;
margin: 0 0 0 50px;
text-align: center;
}

.side-box p
{
text-align: left;
width: 145px;
margin: 12px 0 0 55px;
padding: 0;
}


.gift
{
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
background: url(i/gift.png) top left no-repeat;
}

.offer
{
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
/* background: url(i/offer.png) top left no-repeat; */
background: url(i/featured.png) top left no-repeat;
}

.offer p
{
margin: 0;
padding: 20px 5px 5px 9px;
color: #fff;
font-weight: bold;
font-size: 100%;
}


/*
------------------------------------------------------>>> Footer
*/

#footer
{
float: left;
clear: both;
margin: 3em 0 0 0;
width: 100%;
background: #223f4f;
color: #fff;
display: block;
font-size: 90%;
font-weight: bold;
text-align: center;
}



p#shop_contact
{
margin: 0;
padding: 5px;
text-align: center;
display: block;
/* width: 200px; */
color: #223f4f;
color: #fff;
}

.addresses
{
width: 700px;
margin: 10px auto;
display: block;
}

html>body .addresses { margin: 0 auto; }

.addresses p
{
width: 300px;
display: block;
float: left;
}


p.starfish
{
float: left;
font-size: 90%;
display: block;
color: #fff;
padding: 0;
margin: 10px auto;
text-decoration: none;
padding-bottom: 1em;
width: 100%;
}

p.starfish a { color: #fff;  }




/*
------------------------------------------------------>>> FORM
*/

.user_details
{
float: left;
}

/*fieldset
{
border: 0;
padding:4px; 
margin:0 0 2em 0;
width: 550px;
background: #E5EAF1;
}

legend
{
display: none;
font-weight: bold;
font-size: 120%;
display: block;
width: 20%;
color: #036;
margin: 0 0 .5em 0;
}


.error_form
{
color: #c20;
font-weight: bold;
font-size: 80%;
margin-bottom: .5em;
}

html>body .error_form 
{ background: url(i/error_button.png) top left no-repeat; padding-left: 18px; }

.ok_form
{
background: transparent;
color: #063;
font-size: 80%;
margin-bottom: .5em;
}

html>body .ok_form
{ background: url(i/ok_button.png) top left no-repeat; padding-left: 18px; }

label { float: left; width: 120px; }

input { margin-bottom: .5em; }

.note
{
font-size: 90%;
color: #777;
}*/

/*
------------------------------------------------------>>> FORM
*/

fieldset
{
border: 0;
padding:4px; 
margin:0 0 2em 0;
width: 550px;
background: #E5EAF1;
}

legend
{
display: none;
font-weight: bold;
font-size: 120%;
display: block;
width: 20%;
color: #036;
margin: 0 0 .5em 0;
}

.message
{


}

.error_form
{
color: #c20;
font-weight: bold;
font-size: 80%;
margin-bottom: .5em;
}

html>body .error_form 
{ background: url(i/error_button.png) top left no-repeat; padding-left: 18px; }

.ok_form
{
background: transparent;
color: #063;
font-size: 80%;
margin-bottom: .5em;
}

html>body .ok_form
{ background: url(i/ok_button.png) top left no-repeat; padding-left: 18px; }

label { float: left; width: 120px; }

input { margin-bottom: .5em; }

.note
{
font-size: 90%;
color: #777;
}


/*
------------------------------------------------------>>> MISC
*/

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}

.clear {
	height: 2em;
	clear: both;
	width: 500px;
	display: block;
}

.clear_line
{
	height: 1em;
	border-bottom: 1px solid #B83715;
	clear: both;
	width: 600px;
	display: block;
}

.bio
{
float: left;
display: block;
width: 500px;
background: #FAEEE9;
margin: 0 0 20px 0;
}


#errormsg
{
background: #E5EAF1;
margin-bottom: 1em;
}

#errormsg
{
border:1px solid #E5EAF1;
padding:5px;
width:20em;
}

.form_error
{
background:#fcc;
}

.error, .info
{
display: block;
width: 540px;
padding: 10px;
background: #E5EAF1;
/* background: #ffffb4; */
margin-bottom: 1.5em;
border: 1px solid #99B7DF;
/* float: left; */
}

.error h4, .info h4
{
margin-top: 0;
padding-left: 24px;
font-size: 150%;
color: #c20;
}

.error h4 { background: url(i/error.png) top left no-repeat; }
.info h4 { background: url(i/info.png) top left no-repeat; }

.details
{
}

.info
{
}



